update 20251210

This commit is contained in:
Stefan Hutter
2025-12-10 17:42:12 +01:00
parent 10ed1e6087
commit 6ac2108d40
303 changed files with 2207203 additions and 1040 deletions

View File

@@ -43,6 +43,14 @@
this.label3 = new System.Windows.Forms.Label();
this.textBox3 = new System.Windows.Forms.TextBox();
this.button2 = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label();
this.textBox4 = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.textBox5 = new System.Windows.Forms.TextBox();
this.button3 = new System.Windows.Forms.Button();
this.textBox6 = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.button4 = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.treeViewAdv1)).BeginInit();
this.SuspendLayout();
//
@@ -51,7 +59,7 @@
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(60, 39);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(49, 13);
this.label1.Size = new System.Drawing.Size(59, 15);
this.label1.TabIndex = 0;
this.label1.Text = "Filename";
//
@@ -65,7 +73,7 @@
//
// button1
//
this.button1.Location = new System.Drawing.Point(63, 130);
this.button1.Location = new System.Drawing.Point(58, 66);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 2;
@@ -183,7 +191,7 @@
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(115, 214);
this.textBox2.Location = new System.Drawing.Point(114, 120);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(461, 20);
this.textBox2.TabIndex = 5;
@@ -192,24 +200,24 @@
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(60, 214);
this.label2.Location = new System.Drawing.Point(59, 120);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(49, 13);
this.label2.Size = new System.Drawing.Size(59, 15);
this.label2.TabIndex = 6;
this.label2.Text = "Filename";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(60, 248);
this.label3.Location = new System.Drawing.Point(59, 154);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(45, 13);
this.label3.Size = new System.Drawing.Size(48, 15);
this.label3.TabIndex = 7;
this.label3.Text = "DokTyp";
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(115, 248);
this.textBox3.Location = new System.Drawing.Point(114, 154);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(461, 20);
this.textBox3.TabIndex = 8;
@@ -217,7 +225,7 @@
//
// button2
//
this.button2.Location = new System.Drawing.Point(63, 289);
this.button2.Location = new System.Drawing.Point(62, 195);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 9;
@@ -225,11 +233,94 @@
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(60, 257);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(39, 15);
this.label4.TabIndex = 11;
this.label4.Text = "JSON";
//
// textBox4
//
this.textBox4.Location = new System.Drawing.Point(135, 257);
this.textBox4.Name = "textBox4";
this.textBox4.Size = new System.Drawing.Size(461, 20);
this.textBox4.TabIndex = 10;
this.textBox4.Text = "E:\\Software-Projekte\\OnDoc\\Office_Vorlagen\\essdemo.json";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(60, 283);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(49, 15);
this.label5.TabIndex = 13;
this.label5.Text = "Vorlage";
//
// textBox5
//
this.textBox5.Location = new System.Drawing.Point(135, 280);
this.textBox5.Name = "textBox5";
this.textBox5.Size = new System.Drawing.Size(461, 20);
this.textBox5.TabIndex = 12;
this.textBox5.Text = "E:\\Software-Projekte\\OnDoc\\Office_Vorlagen\\1472_Compliance_Profile_Mit_Table.docx" +
"";
this.textBox5.TextChanged += new System.EventHandler(this.textBox5_TextChanged);
//
// button3
//
this.button3.Location = new System.Drawing.Point(63, 306);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(75, 23);
this.button3.TabIndex = 14;
this.button3.Text = "Test";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// textBox6
//
this.textBox6.Location = new System.Drawing.Point(135, 234);
this.textBox6.Name = "textBox6";
this.textBox6.Size = new System.Drawing.Size(461, 20);
this.textBox6.TabIndex = 16;
this.textBox6.Text = "data source=shu01\\shu00;initial catalog=edoka_dms;packet size=4096;user id=sa;pas" +
"sword=*shu29";
this.textBox6.TextChanged += new System.EventHandler(this.textBox6_TextChanged);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(61, 234);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(68, 15);
this.label6.TabIndex = 15;
this.label6.Text = "ConnString";
//
// button4
//
this.button4.Location = new System.Drawing.Point(58, 344);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(75, 23);
this.button4.TabIndex = 17;
this.button4.Text = "Test";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1256, 450);
this.Controls.Add(this.button4);
this.Controls.Add(this.textBox6);
this.Controls.Add(this.label6);
this.Controls.Add(this.button3);
this.Controls.Add(this.label5);
this.Controls.Add(this.textBox5);
this.Controls.Add(this.label4);
this.Controls.Add(this.textBox4);
this.Controls.Add(this.button2);
this.Controls.Add(this.textBox3);
this.Controls.Add(this.label3);
@@ -259,6 +350,14 @@
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox textBox5;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.TextBox textBox6;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Button button4;
}
}