From 7498796a530c46332f039406cf1686b0a285b43d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eugen=20H=C3=B6glinger?= Date: Tue, 31 Oct 2023 15:37:39 +0100 Subject: [PATCH] Und eine vierte --- Test_GitVS/Form1.Designer.cs | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Test_GitVS/Form1.Designer.cs b/Test_GitVS/Form1.Designer.cs index e612134..be030ac 100644 --- a/Test_GitVS/Form1.Designer.cs +++ b/Test_GitVS/Form1.Designer.cs @@ -35,6 +35,7 @@ this.checkBox1 = new System.Windows.Forms.CheckBox(); this.checkBox2 = new System.Windows.Forms.CheckBox(); this.checkBox3 = new System.Windows.Forms.CheckBox(); + this.checkBox4 = new System.Windows.Forms.CheckBox(); this.SuspendLayout(); // // button1 @@ -103,11 +104,22 @@ this.checkBox3.Text = "checkBox3"; this.checkBox3.UseVisualStyleBackColor = true; // + // checkBox4 + // + this.checkBox4.AutoSize = true; + this.checkBox4.Location = new System.Drawing.Point(281, 104); + this.checkBox4.Name = "checkBox4"; + this.checkBox4.Size = new System.Drawing.Size(80, 17); + this.checkBox4.TabIndex = 7; + this.checkBox4.Text = "checkBox4"; + this.checkBox4.UseVisualStyleBackColor = true; + // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); + this.Controls.Add(this.checkBox4); this.Controls.Add(this.checkBox3); this.Controls.Add(this.checkBox2); this.Controls.Add(this.checkBox1); @@ -131,6 +143,7 @@ private System.Windows.Forms.CheckBox checkBox1; private System.Windows.Forms.CheckBox checkBox2; private System.Windows.Forms.CheckBox checkBox3; + private System.Windows.Forms.CheckBox checkBox4; } }