updaet 20250123

This commit is contained in:
Stefan Hutter
2025-01-24 16:25:47 +01:00
parent 52a3fecee5
commit 608c67d21b
156 changed files with 2055 additions and 1660 deletions

View File

@@ -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);
//