updaet 20250123
This commit is contained in:
6
Client/Diverses/InputDialog.Designer.cs
generated
6
Client/Diverses/InputDialog.Designer.cs
generated
@@ -56,7 +56,7 @@
|
||||
// btnok
|
||||
//
|
||||
this.btnok.Enabled = false;
|
||||
this.btnok.Location = new System.Drawing.Point(189, 103);
|
||||
this.btnok.Location = new System.Drawing.Point(288, 103);
|
||||
this.btnok.Name = "btnok";
|
||||
this.btnok.Size = new System.Drawing.Size(75, 23);
|
||||
this.btnok.TabIndex = 2;
|
||||
@@ -66,11 +66,11 @@
|
||||
//
|
||||
// btncancel
|
||||
//
|
||||
this.btncancel.Location = new System.Drawing.Point(292, 103);
|
||||
this.btncancel.Location = new System.Drawing.Point(207, 103);
|
||||
this.btncancel.Name = "btncancel";
|
||||
this.btncancel.Size = new System.Drawing.Size(75, 23);
|
||||
this.btncancel.TabIndex = 3;
|
||||
this.btncancel.Text = "Abbruch";
|
||||
this.btncancel.Text = "Abbrechen";
|
||||
this.btncancel.UseVisualStyleBackColor = true;
|
||||
this.btncancel.Click += new System.EventHandler(this.btncancel_Click);
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user