update 20250309

This commit is contained in:
Stefan Hutter
2025-03-09 08:12:30 +01:00
parent 3ad46bb5ef
commit 238e592ec8
46 changed files with 335 additions and 129 deletions

View File

@@ -36,6 +36,16 @@
this.label3 = new System.Windows.Forms.Label();
this.btnExport = new System.Windows.Forms.Button();
this.btnImport = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.label4 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.textBox1 = new System.Windows.Forms.TextBox();
this.button2 = new System.Windows.Forms.Button();
this.label5 = new System.Windows.Forms.Label();
this.textBox2 = new System.Windows.Forms.TextBox();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// label1
@@ -56,7 +66,7 @@
//
// txtDokumentID
//
this.txtDokumentID.Location = new System.Drawing.Point(137, 59);
this.txtDokumentID.Location = new System.Drawing.Point(115, 30);
this.txtDokumentID.Name = "txtDokumentID";
this.txtDokumentID.Size = new System.Drawing.Size(185, 20);
this.txtDokumentID.TabIndex = 3;
@@ -64,7 +74,7 @@
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(34, 59);
this.label2.Location = new System.Drawing.Point(12, 30);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(73, 13);
this.label2.TabIndex = 2;
@@ -72,7 +82,7 @@
//
// txtFilename
//
this.txtFilename.Location = new System.Drawing.Point(137, 94);
this.txtFilename.Location = new System.Drawing.Point(115, 52);
this.txtFilename.Name = "txtFilename";
this.txtFilename.Size = new System.Drawing.Size(492, 20);
this.txtFilename.TabIndex = 5;
@@ -80,7 +90,7 @@
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(34, 94);
this.label3.Location = new System.Drawing.Point(12, 52);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(54, 13);
this.label3.TabIndex = 4;
@@ -88,7 +98,7 @@
//
// btnExport
//
this.btnExport.Location = new System.Drawing.Point(37, 163);
this.btnExport.Location = new System.Drawing.Point(10, 91);
this.btnExport.Name = "btnExport";
this.btnExport.Size = new System.Drawing.Size(75, 23);
this.btnExport.TabIndex = 6;
@@ -98,7 +108,7 @@
//
// btnImport
//
this.btnImport.Location = new System.Drawing.Point(137, 163);
this.btnImport.Location = new System.Drawing.Point(115, 91);
this.btnImport.Name = "btnImport";
this.btnImport.Size = new System.Drawing.Size(75, 23);
this.btnImport.TabIndex = 7;
@@ -106,21 +116,103 @@
this.btnImport.UseVisualStyleBackColor = true;
this.btnImport.Click += new System.EventHandler(this.btnImport_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.btnImport);
this.groupBox1.Controls.Add(this.txtDokumentID);
this.groupBox1.Controls.Add(this.btnExport);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.txtFilename);
this.groupBox1.Location = new System.Drawing.Point(37, 88);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(940, 133);
this.groupBox1.TabIndex = 8;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Dokument";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.label4);
this.groupBox2.Controls.Add(this.button1);
this.groupBox2.Controls.Add(this.textBox1);
this.groupBox2.Controls.Add(this.button2);
this.groupBox2.Controls.Add(this.label5);
this.groupBox2.Controls.Add(this.textBox2);
this.groupBox2.Location = new System.Drawing.Point(37, 227);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(940, 133);
this.groupBox2.TabIndex = 9;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "GridSettings";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(12, 30);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(18, 13);
this.label4.TabIndex = 2;
this.label4.Text = "ID";
//
// button1
//
this.button1.Location = new System.Drawing.Point(115, 91);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 7;
this.button1.Text = "Import";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(115, 30);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(185, 20);
this.textBox1.TabIndex = 3;
//
// button2
//
this.button2.Location = new System.Drawing.Point(10, 91);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 6;
this.button2.Text = "Export";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(12, 52);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(54, 13);
this.label5.TabIndex = 4;
this.label5.Text = "FileName:";
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(115, 52);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(492, 20);
this.textBox2.TabIndex = 5;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(989, 495);
this.Controls.Add(this.btnImport);
this.Controls.Add(this.btnExport);
this.Controls.Add(this.txtFilename);
this.Controls.Add(this.label3);
this.Controls.Add(this.txtDokumentID);
this.Controls.Add(this.label2);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.txtConnctionstring);
this.Controls.Add(this.label1);
this.Name = "Form1";
this.Text = "Import / Export from Doks";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
@@ -136,6 +228,14 @@
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button btnExport;
private System.Windows.Forms.Button btnImport;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox textBox2;
}
}