diff --git a/.vs/Test_Git.git/FileContentIndex/495c6b38-9568-4724-8550-2f0714e769e5.vsidx b/.vs/Test_Git.git/FileContentIndex/495c6b38-9568-4724-8550-2f0714e769e5.vsidx deleted file mode 100644 index da3ee89..0000000 Binary files a/.vs/Test_Git.git/FileContentIndex/495c6b38-9568-4724-8550-2f0714e769e5.vsidx and /dev/null differ diff --git a/.vs/Test_Git.git/FileContentIndex/765047cc-7cb3-4542-9daf-3c3b94e5a26f.vsidx b/.vs/Test_Git.git/FileContentIndex/a77b1ad4-9af3-46d2-bacb-d72efa600f52.vsidx similarity index 99% rename from .vs/Test_Git.git/FileContentIndex/765047cc-7cb3-4542-9daf-3c3b94e5a26f.vsidx rename to .vs/Test_Git.git/FileContentIndex/a77b1ad4-9af3-46d2-bacb-d72efa600f52.vsidx index aac01bc..eacbdcc 100644 Binary files a/.vs/Test_Git.git/FileContentIndex/765047cc-7cb3-4542-9daf-3c3b94e5a26f.vsidx and b/.vs/Test_Git.git/FileContentIndex/a77b1ad4-9af3-46d2-bacb-d72efa600f52.vsidx differ diff --git a/.vs/Test_Git.git/FileContentIndex/aacf4caf-255f-4b70-a0f3-44cff55b638e.vsidx b/.vs/Test_Git.git/FileContentIndex/aacf4caf-255f-4b70-a0f3-44cff55b638e.vsidx new file mode 100644 index 0000000..40e3085 Binary files /dev/null and b/.vs/Test_Git.git/FileContentIndex/aacf4caf-255f-4b70-a0f3-44cff55b638e.vsidx differ diff --git a/.vs/Test_Git.git/v17/.suo b/.vs/Test_Git.git/v17/.suo index a092965..e7d5950 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 1a3fcb4..9b4b355 100644 --- a/Test_Git/Form1.Designer.cs +++ b/Test_Git/Form1.Designer.cs @@ -30,6 +30,8 @@ { this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); + this.button3 = new System.Windows.Forms.Button(); + this.button4 = new System.Windows.Forms.Button(); this.SuspendLayout(); // // button1 @@ -50,11 +52,31 @@ this.button2.Text = "button2"; this.button2.UseVisualStyleBackColor = true; // + // button3 + // + this.button3.Location = new System.Drawing.Point(13, 103); + this.button3.Name = "button3"; + this.button3.Size = new System.Drawing.Size(75, 23); + this.button3.TabIndex = 2; + this.button3.Text = "button3"; + this.button3.UseVisualStyleBackColor = true; + // + // button4 + // + this.button4.Location = new System.Drawing.Point(13, 141); + this.button4.Name = "button4"; + this.button4.Size = new System.Drawing.Size(75, 23); + this.button4.TabIndex = 3; + this.button4.Text = "button4"; + this.button4.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.button4); + this.Controls.Add(this.button3); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Name = "Form1"; @@ -67,6 +89,8 @@ private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; + private System.Windows.Forms.Button button3; + private System.Windows.Forms.Button button4; } }