Nascosti:

- campo input txtCodAzi - btnConverti - btnXmlInv
Aggiunti:
8 btn per azienda per generazione xml/xml inv
creati nuovi eventi per bottoni e due nuovi metodi per generazione xml.
This commit is contained in:
michele 2024-12-09 16:29:16 +01:00
parent c3f4165e7e
commit f241a7e274
7 changed files with 2218 additions and 833 deletions

View File

@ -0,0 +1,36 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// Le informazioni generali relative a un assembly sono controllate dal seguente
// set di attributi. Modificare i valori di questi attributi per modificare le informazioni
// associate a un assembly.
[assembly: AssemblyTitle("CSVToXML")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("CSVToXML")]
[assembly: AssemblyCopyright("Copyright © 2021")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Se si imposta ComVisible su false, i tipi in questo assembly non saranno visibili
// ai componenti COM. Se è necessario accedere a un tipo in questo assembly da
// COM, impostare su true l'attributo ComVisible per tale tipo.
[assembly: ComVisible(false)]
// Se il progetto viene esposto a COM, il GUID seguente verrà utilizzato come ID della libreria dei tipi
[assembly: Guid("a4667921-71e9-4050-9744-6db88844c01c")]
// Le informazioni sulla versione di un assembly sono costituite dai seguenti quattro valori:
//
// Versione principale
// Versione secondaria
// Numero di build
// Revisione
//
// È possibile specificare tutti i valori oppure impostare valori predefiniti per i numeri relativi alla revisione e alla build
// usando l'asterisco '*' come illustrato di seguito:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

71
Properties/Resources.Designer.cs generated Normal file
View File

@ -0,0 +1,71 @@
//------------------------------------------------------------------------------
// <auto-generated>
// Codice generato da uno strumento.
// Versione runtime:4.0.30319.42000
//
// Le modifiche apportate a questo file possono causare un comportamento non corretto e andranno perse se
// il codice viene rigenerato.
// </auto-generated>
//------------------------------------------------------------------------------
namespace CSVToXML.Properties
{
/// <summary>
/// Classe di risorse fortemente tipizzata per la ricerca di stringhe localizzate e così via.
/// </summary>
// Questa classe è stata generata automaticamente dalla classe StronglyTypedResourceBuilder
// tramite uno strumento quale ResGen o Visual Studio.
// Per aggiungere o rimuovere un membro, modificare il file .ResX, quindi eseguire di nuovo ResGen
// con l'opzione /str oppure ricompilare il progetto VS.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources
{
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Resources()
{
}
/// <summary>
/// Restituisce l'istanza di ResourceManager memorizzata nella cache e usata da questa classe.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager
{
get
{
if ((resourceMan == null))
{
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("CSVToXML.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Esegue l'override della proprietà CurrentUICulture del thread corrente per tutte
/// le ricerche di risorse che utilizzano questa classe di risorse fortemente tipizzata.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture
{
get
{
return resourceCulture;
}
set
{
resourceCulture = value;
}
}
}
}

117
Properties/Resources.resx Normal file
View File

@ -0,0 +1,117 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

30
Properties/Settings.Designer.cs generated Normal file
View File

@ -0,0 +1,30 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace CSVToXML.Properties
{
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
{
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
public static Settings Default
{
get
{
return defaultInstance;
}
}
}
}

View File

@ -0,0 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)">
<Profiles>
<Profile Name="(Default)" />
</Profiles>
<Settings />
</SettingsFile>

201
frmCSVToXML.Designer.cs generated
View File

@ -39,23 +39,35 @@
this.txtCodAzi = new System.Windows.Forms.TextBox();
this.dtpAnnoMese = new System.Windows.Forms.DateTimePicker();
this.btnXmlInv = new System.Windows.Forms.Button();
this.btnDekra = new System.Windows.Forms.Button();
this.btnDekraInv = new System.Windows.Forms.Button();
this.btnDtcInv = new System.Windows.Forms.Button();
this.btnDtc = new System.Windows.Forms.Button();
this.btnDakInv = new System.Windows.Forms.Button();
this.btnDak = new System.Windows.Forms.Button();
this.btnDinvestInv = new System.Windows.Forms.Button();
this.btnDinvest = new System.Windows.Forms.Button();
this.lblDekra = new System.Windows.Forms.Label();
this.lblDtc = new System.Windows.Forms.Label();
this.lblDak = new System.Windows.Forms.Label();
this.lblDinvest = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// txtArea
//
this.txtArea.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtArea.Location = new System.Drawing.Point(17, 181);
this.txtArea.Location = new System.Drawing.Point(12, 202);
this.txtArea.Multiline = true;
this.txtArea.Name = "txtArea";
this.txtArea.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtArea.Size = new System.Drawing.Size(604, 324);
this.txtArea.Size = new System.Drawing.Size(611, 367);
this.txtArea.TabIndex = 7;
//
// lblCSV
//
this.lblCSV.AutoSize = true;
this.lblCSV.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblCSV.Location = new System.Drawing.Point(15, 91);
this.lblCSV.Location = new System.Drawing.Point(15, 50);
this.lblCSV.Name = "lblCSV";
this.lblCSV.Size = new System.Drawing.Size(124, 15);
this.lblCSV.TabIndex = 1;
@ -70,7 +82,7 @@
// txtFile
//
this.txtFile.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtFile.Location = new System.Drawing.Point(17, 109);
this.txtFile.Location = new System.Drawing.Point(17, 68);
this.txtFile.Name = "txtFile";
this.txtFile.Size = new System.Drawing.Size(516, 23);
this.txtFile.TabIndex = 3;
@ -78,9 +90,9 @@
// btnCercaFile
//
this.btnCercaFile.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnCercaFile.Location = new System.Drawing.Point(540, 109);
this.btnCercaFile.Location = new System.Drawing.Point(540, 68);
this.btnCercaFile.Name = "btnCercaFile";
this.btnCercaFile.Size = new System.Drawing.Size(82, 23);
this.btnCercaFile.Size = new System.Drawing.Size(83, 23);
this.btnCercaFile.TabIndex = 4;
this.btnCercaFile.Text = "Cerca";
this.btnCercaFile.UseVisualStyleBackColor = true;
@ -89,29 +101,30 @@
// btnConverti
//
this.btnConverti.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnConverti.Location = new System.Drawing.Point(18, 148);
this.btnConverti.Location = new System.Drawing.Point(454, 35);
this.btnConverti.Name = "btnConverti";
this.btnConverti.Size = new System.Drawing.Size(79, 27);
this.btnConverti.TabIndex = 5;
this.btnConverti.Text = "Genera XML";
this.btnConverti.UseVisualStyleBackColor = true;
this.btnConverti.Click += new System.EventHandler(this.btnConverti_Click);
this.btnConverti.Visible = false;
//
// lblCodAzi
//
this.lblCodAzi.AutoSize = true;
this.lblCodAzi.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblCodAzi.Location = new System.Drawing.Point(15, 15);
this.lblCodAzi.Location = new System.Drawing.Point(427, 11);
this.lblCodAzi.Name = "lblCodAzi";
this.lblCodAzi.Size = new System.Drawing.Size(92, 15);
this.lblCodAzi.TabIndex = 6;
this.lblCodAzi.Text = "Codice Azienda:";
this.lblCodAzi.Visible = false;
//
// lblData
//
this.lblData.AutoSize = true;
this.lblData.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblData.Location = new System.Drawing.Point(15, 57);
this.lblData.Location = new System.Drawing.Point(15, 16);
this.lblData.Name = "lblData";
this.lblData.Size = new System.Drawing.Size(75, 15);
this.lblData.TabIndex = 7;
@ -120,17 +133,17 @@
// txtCodAzi
//
this.txtCodAzi.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtCodAzi.Location = new System.Drawing.Point(113, 12);
this.txtCodAzi.Location = new System.Drawing.Point(525, 8);
this.txtCodAzi.MaxLength = 4;
this.txtCodAzi.Name = "txtCodAzi";
this.txtCodAzi.Size = new System.Drawing.Size(98, 23);
this.txtCodAzi.TabIndex = 1;
this.txtCodAzi.Leave += new System.EventHandler(this.txtCodAzi_Leave);
this.txtCodAzi.Visible = false;
//
// dtpAnnoMese
//
this.dtpAnnoMese.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.dtpAnnoMese.Location = new System.Drawing.Point(113, 53);
this.dtpAnnoMese.Location = new System.Drawing.Point(94, 12);
this.dtpAnnoMese.Name = "dtpAnnoMese";
this.dtpAnnoMese.Size = new System.Drawing.Size(194, 23);
this.dtpAnnoMese.TabIndex = 2;
@ -138,19 +151,163 @@
// btnXmlInv
//
this.btnXmlInv.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnXmlInv.Location = new System.Drawing.Point(103, 148);
this.btnXmlInv.Location = new System.Drawing.Point(539, 35);
this.btnXmlInv.Name = "btnXmlInv";
this.btnXmlInv.Size = new System.Drawing.Size(84, 27);
this.btnXmlInv.TabIndex = 6;
this.btnXmlInv.Text = "XML Inv.";
this.btnXmlInv.UseVisualStyleBackColor = true;
this.btnXmlInv.Click += new System.EventHandler(this.btnXmlInv_Click);
this.btnXmlInv.Visible = false;
//
// btnDekra
//
this.btnDekra.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnDekra.Location = new System.Drawing.Point(17, 123);
this.btnDekra.Name = "btnDekra";
this.btnDekra.Size = new System.Drawing.Size(93, 27);
this.btnDekra.TabIndex = 8;
this.btnDekra.Text = "DEKRA IT.";
this.btnDekra.UseVisualStyleBackColor = true;
this.btnDekra.Click += new System.EventHandler(this.btnDekra_Click);
//
// btnDekraInv
//
this.btnDekraInv.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnDekraInv.Location = new System.Drawing.Point(17, 156);
this.btnDekraInv.Name = "btnDekraInv";
this.btnDekraInv.Size = new System.Drawing.Size(93, 27);
this.btnDekraInv.TabIndex = 9;
this.btnDekraInv.Text = "DEKRA IT. INV.";
this.btnDekraInv.UseVisualStyleBackColor = true;
this.btnDekraInv.Click += new System.EventHandler(this.btnDekraInv_Click);
//
// btnDtcInv
//
this.btnDtcInv.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnDtcInv.Location = new System.Drawing.Point(196, 156);
this.btnDtcInv.Name = "btnDtcInv";
this.btnDtcInv.Size = new System.Drawing.Size(79, 27);
this.btnDtcInv.TabIndex = 11;
this.btnDtcInv.Text = "DTC INV.";
this.btnDtcInv.UseVisualStyleBackColor = true;
this.btnDtcInv.Click += new System.EventHandler(this.btnDtcInv_Click);
//
// btnDtc
//
this.btnDtc.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnDtc.Location = new System.Drawing.Point(196, 123);
this.btnDtc.Name = "btnDtc";
this.btnDtc.Size = new System.Drawing.Size(79, 27);
this.btnDtc.TabIndex = 10;
this.btnDtc.Text = "DTC";
this.btnDtc.UseVisualStyleBackColor = true;
this.btnDtc.Click += new System.EventHandler(this.btnDtc_Click);
//
// btnDakInv
//
this.btnDakInv.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnDakInv.Location = new System.Drawing.Point(372, 156);
this.btnDakInv.Name = "btnDakInv";
this.btnDakInv.Size = new System.Drawing.Size(79, 27);
this.btnDakInv.TabIndex = 13;
this.btnDakInv.Text = "DAK INV.";
this.btnDakInv.UseVisualStyleBackColor = true;
this.btnDakInv.Click += new System.EventHandler(this.btnDakInv_Click);
//
// btnDak
//
this.btnDak.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnDak.Location = new System.Drawing.Point(372, 123);
this.btnDak.Name = "btnDak";
this.btnDak.Size = new System.Drawing.Size(79, 27);
this.btnDak.TabIndex = 12;
this.btnDak.Text = "DAK";
this.btnDak.UseVisualStyleBackColor = true;
this.btnDak.Click += new System.EventHandler(this.btnDak_Click);
//
// btnDinvestInv
//
this.btnDinvestInv.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnDinvestInv.Location = new System.Drawing.Point(525, 156);
this.btnDinvestInv.Name = "btnDinvestInv";
this.btnDinvestInv.Size = new System.Drawing.Size(98, 27);
this.btnDinvestInv.TabIndex = 15;
this.btnDinvestInv.Text = "DINVEST INV.";
this.btnDinvestInv.UseVisualStyleBackColor = true;
this.btnDinvestInv.Click += new System.EventHandler(this.btnDinvestInv_Click);
//
// btnDinvest
//
this.btnDinvest.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnDinvest.Location = new System.Drawing.Point(525, 123);
this.btnDinvest.Name = "btnDinvest";
this.btnDinvest.Size = new System.Drawing.Size(98, 27);
this.btnDinvest.TabIndex = 14;
this.btnDinvest.Text = "DINVEST";
this.btnDinvest.UseVisualStyleBackColor = true;
this.btnDinvest.Click += new System.EventHandler(this.btnDinvest_Click);
//
// lblDekra
//
this.lblDekra.AutoSize = true;
this.lblDekra.BackColor = System.Drawing.Color.Transparent;
this.lblDekra.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblDekra.Location = new System.Drawing.Point(25, 105);
this.lblDekra.Name = "lblDekra";
this.lblDekra.Size = new System.Drawing.Size(79, 15);
this.lblDekra.TabIndex = 16;
this.lblDekra.Text = "DEKRA ITALIA";
//
// lblDtc
//
this.lblDtc.AutoSize = true;
this.lblDtc.BackColor = System.Drawing.Color.Transparent;
this.lblDtc.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblDtc.Location = new System.Drawing.Point(222, 105);
this.lblDtc.Name = "lblDtc";
this.lblDtc.Size = new System.Drawing.Size(27, 15);
this.lblDtc.TabIndex = 17;
this.lblDtc.Text = "DTC";
//
// lblDak
//
this.lblDak.AutoSize = true;
this.lblDak.BackColor = System.Drawing.Color.Transparent;
this.lblDak.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblDak.Location = new System.Drawing.Point(395, 105);
this.lblDak.Name = "lblDak";
this.lblDak.Size = new System.Drawing.Size(30, 15);
this.lblDak.TabIndex = 18;
this.lblDak.Text = "DAK";
//
// lblDinvest
//
this.lblDinvest.AutoSize = true;
this.lblDinvest.BackColor = System.Drawing.Color.Transparent;
this.lblDinvest.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblDinvest.Location = new System.Drawing.Point(548, 105);
this.lblDinvest.Name = "lblDinvest";
this.lblDinvest.Size = new System.Drawing.Size(52, 15);
this.lblDinvest.TabIndex = 19;
this.lblDinvest.Text = "DINVEST";
//
// frmCSVToXML
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(633, 517);
this.ClientSize = new System.Drawing.Size(633, 576);
this.Controls.Add(this.lblDinvest);
this.Controls.Add(this.lblDak);
this.Controls.Add(this.lblDtc);
this.Controls.Add(this.lblDekra);
this.Controls.Add(this.btnDinvestInv);
this.Controls.Add(this.btnDinvest);
this.Controls.Add(this.btnDakInv);
this.Controls.Add(this.btnDak);
this.Controls.Add(this.btnDtcInv);
this.Controls.Add(this.btnDtc);
this.Controls.Add(this.btnDekraInv);
this.Controls.Add(this.btnDekra);
this.Controls.Add(this.btnXmlInv);
this.Controls.Add(this.dtpAnnoMese);
this.Controls.Add(this.txtCodAzi);
@ -182,6 +339,18 @@
private System.Windows.Forms.TextBox txtCodAzi;
private System.Windows.Forms.DateTimePicker dtpAnnoMese;
private System.Windows.Forms.Button btnXmlInv;
private System.Windows.Forms.Button btnDekra;
private System.Windows.Forms.Button btnDekraInv;
private System.Windows.Forms.Button btnDtcInv;
private System.Windows.Forms.Button btnDtc;
private System.Windows.Forms.Button btnDakInv;
private System.Windows.Forms.Button btnDak;
private System.Windows.Forms.Button btnDinvestInv;
private System.Windows.Forms.Button btnDinvest;
private System.Windows.Forms.Label lblDekra;
private System.Windows.Forms.Label lblDtc;
private System.Windows.Forms.Label lblDak;
private System.Windows.Forms.Label lblDinvest;
}
}

File diff suppressed because it is too large Load Diff