From ceb5b21a6f19315f407194b80543247e1d5769db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eugen=20H=C3=B6glinger?= Date: Fri, 20 Oct 2023 14:38:03 +0200 Subject: [PATCH] Noch zwei dazu --- Test_GitVS/Form1.Designer.cs | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/Test_GitVS/Form1.Designer.cs b/Test_GitVS/Form1.Designer.cs index 89a0c44..fdfe0de 100644 --- a/Test_GitVS/Form1.Designer.cs +++ b/Test_GitVS/Form1.Designer.cs @@ -33,6 +33,8 @@ this.button3 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button(); + this.button6 = new System.Windows.Forms.Button(); + this.button7 = new System.Windows.Forms.Button(); this.SuspendLayout(); // // button1 @@ -80,11 +82,31 @@ this.button5.Text = "button5"; this.button5.UseVisualStyleBackColor = true; // + // button6 + // + this.button6.Location = new System.Drawing.Point(245, 42); + this.button6.Name = "button6"; + this.button6.Size = new System.Drawing.Size(75, 23); + this.button6.TabIndex = 5; + this.button6.Text = "button6"; + this.button6.UseVisualStyleBackColor = true; + // + // button7 + // + this.button7.Location = new System.Drawing.Point(245, 71); + this.button7.Name = "button7"; + this.button7.Size = new System.Drawing.Size(75, 23); + this.button7.TabIndex = 6; + this.button7.Text = "button7"; + this.button7.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.button7); + this.Controls.Add(this.button6); this.Controls.Add(this.button5); this.Controls.Add(this.button4); this.Controls.Add(this.button3); @@ -103,6 +125,8 @@ private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button5; + private System.Windows.Forms.Button button6; + private System.Windows.Forms.Button button7; } }