update 20250226
This commit is contained in:
19
ZZ_Signature_C/Form1.Designer.cs
generated
19
ZZ_Signature_C/Form1.Designer.cs
generated
@@ -47,6 +47,7 @@
|
||||
this.label4 = new System.Windows.Forms.Label();
|
||||
this.txtunterschriftrechts = new System.Windows.Forms.TextBox();
|
||||
this.label5 = new System.Windows.Forms.Label();
|
||||
this.button5 = new System.Windows.Forms.Button();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// button1
|
||||
@@ -61,7 +62,7 @@
|
||||
//
|
||||
// button2
|
||||
//
|
||||
this.button2.Location = new System.Drawing.Point(241, 405);
|
||||
this.button2.Location = new System.Drawing.Point(45, 261);
|
||||
this.button2.Name = "button2";
|
||||
this.button2.Size = new System.Drawing.Size(75, 23);
|
||||
this.button2.TabIndex = 1;
|
||||
@@ -71,7 +72,7 @@
|
||||
//
|
||||
// button3
|
||||
//
|
||||
this.button3.Location = new System.Drawing.Point(45, 470);
|
||||
this.button3.Location = new System.Drawing.Point(45, 301);
|
||||
this.button3.Name = "button3";
|
||||
this.button3.Size = new System.Drawing.Size(75, 23);
|
||||
this.button3.TabIndex = 2;
|
||||
@@ -120,7 +121,7 @@
|
||||
//
|
||||
// button4
|
||||
//
|
||||
this.button4.Location = new System.Drawing.Point(26, 405);
|
||||
this.button4.Location = new System.Drawing.Point(45, 232);
|
||||
this.button4.Name = "button4";
|
||||
this.button4.Size = new System.Drawing.Size(75, 23);
|
||||
this.button4.TabIndex = 4;
|
||||
@@ -208,11 +209,22 @@
|
||||
this.label5.TabIndex = 13;
|
||||
this.label5.Text = "Unterschrift Rechts";
|
||||
//
|
||||
// button5
|
||||
//
|
||||
this.button5.Location = new System.Drawing.Point(45, 391);
|
||||
this.button5.Name = "button5";
|
||||
this.button5.Size = new System.Drawing.Size(75, 23);
|
||||
this.button5.TabIndex = 15;
|
||||
this.button5.Text = "button5";
|
||||
this.button5.UseVisualStyleBackColor = true;
|
||||
this.button5.Click += new System.EventHandler(this.button5_Click);
|
||||
//
|
||||
// Form1
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(1499, 837);
|
||||
this.Controls.Add(this.button5);
|
||||
this.Controls.Add(this.txtunterschriftrechts);
|
||||
this.Controls.Add(this.label5);
|
||||
this.Controls.Add(this.txtunterschriftlinks);
|
||||
@@ -253,6 +265,7 @@
|
||||
private System.Windows.Forms.Label label4;
|
||||
private System.Windows.Forms.TextBox txtunterschriftrechts;
|
||||
private System.Windows.Forms.Label label5;
|
||||
private System.Windows.Forms.Button button5;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user