diff --git a/.vs/Test_Git.git/FileContentIndex/0e091537-7cee-406c-87c8-22bdc36835b3.vsidx b/.vs/Test_Git.git/FileContentIndex/0e091537-7cee-406c-87c8-22bdc36835b3.vsidx deleted file mode 100644 index 7fb6f07..0000000 Binary files a/.vs/Test_Git.git/FileContentIndex/0e091537-7cee-406c-87c8-22bdc36835b3.vsidx and /dev/null differ diff --git a/.vs/Test_Git.git/FileContentIndex/a3444936-d347-48f8-8c68-6226a6d9f5e2.vsidx b/.vs/Test_Git.git/FileContentIndex/3f37d8d9-a00a-48e0-86d1-de247f06f7e9.vsidx similarity index 99% rename from .vs/Test_Git.git/FileContentIndex/a3444936-d347-48f8-8c68-6226a6d9f5e2.vsidx rename to .vs/Test_Git.git/FileContentIndex/3f37d8d9-a00a-48e0-86d1-de247f06f7e9.vsidx index 641ec8d..09235c7 100644 Binary files a/.vs/Test_Git.git/FileContentIndex/a3444936-d347-48f8-8c68-6226a6d9f5e2.vsidx and b/.vs/Test_Git.git/FileContentIndex/3f37d8d9-a00a-48e0-86d1-de247f06f7e9.vsidx differ diff --git a/.vs/Test_Git.git/FileContentIndex/56fb537d-edcb-4412-9f18-1c64b98847fa.vsidx b/.vs/Test_Git.git/FileContentIndex/56fb537d-edcb-4412-9f18-1c64b98847fa.vsidx new file mode 100644 index 0000000..53f6578 Binary files /dev/null and b/.vs/Test_Git.git/FileContentIndex/56fb537d-edcb-4412-9f18-1c64b98847fa.vsidx differ diff --git a/.vs/Test_Git.git/v17/.suo b/.vs/Test_Git.git/v17/.suo index b603618..2c0b611 100644 Binary files a/.vs/Test_Git.git/v17/.suo and b/.vs/Test_Git.git/v17/.suo differ diff --git a/Test_Git/Form1.Designer.cs b/Test_Git/Form1.Designer.cs index d80af82..9a3ec22 100644 --- a/Test_Git/Form1.Designer.cs +++ b/Test_Git/Form1.Designer.cs @@ -34,6 +34,8 @@ 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.button8 = new System.Windows.Forms.Button(); this.SuspendLayout(); // // button1 @@ -90,11 +92,31 @@ 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; + // + // button8 + // + this.button8.Location = new System.Drawing.Point(245, 100); + this.button8.Name = "button8"; + this.button8.Size = new System.Drawing.Size(75, 23); + this.button8.TabIndex = 7; + this.button8.Text = "button8"; + this.button8.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.button8); + this.Controls.Add(this.button7); this.Controls.Add(this.button6); this.Controls.Add(this.button5); this.Controls.Add(this.button4); @@ -115,6 +137,8 @@ private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button5; private System.Windows.Forms.Button button6; + private System.Windows.Forms.Button button7; + private System.Windows.Forms.Button button8; } }