This commit is contained in:
2025-09-08 14:13:06 +02:00
parent c4e6e7fee5
commit a0167e2487
4 changed files with 14 additions and 12 deletions

View File

@@ -53,7 +53,7 @@
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Location = new System.Drawing.Point(2, 1);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(285, 142);
this.groupBox1.Size = new System.Drawing.Size(285, 110);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Status";
@@ -94,7 +94,7 @@
this.groupBox2.Controls.Add(this.radioButton1);
this.groupBox2.Location = new System.Drawing.Point(293, 1);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(285, 142);
this.groupBox2.Size = new System.Drawing.Size(285, 110);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Settings";
@@ -156,7 +156,7 @@
// button2
//
this.button2.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button2.Location = new System.Drawing.Point(45, 149);
this.button2.Location = new System.Drawing.Point(107, 117);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(174, 55);
this.button2.TabIndex = 5;
@@ -167,7 +167,7 @@
// button3
//
this.button3.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button3.Location = new System.Drawing.Point(250, 149);
this.button3.Location = new System.Drawing.Point(299, 117);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(174, 55);
this.button3.TabIndex = 6;
@@ -178,7 +178,7 @@
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(495, 186);
this.label1.Location = new System.Drawing.Point(501, 157);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(77, 13);
this.label1.TabIndex = 7;
@@ -188,7 +188,7 @@
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(592, 208);
this.ClientSize = new System.Drawing.Size(592, 179);
this.Controls.Add(this.label1);
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);