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 new file mode 100644 index 0000000..7fb6f07 Binary files /dev/null and b/.vs/Test_Git.git/FileContentIndex/0e091537-7cee-406c-87c8-22bdc36835b3.vsidx differ diff --git a/.vs/Test_Git.git/FileContentIndex/56801b57-5ce1-4ebe-8af2-b8a6d9c23400.vsidx b/.vs/Test_Git.git/FileContentIndex/56801b57-5ce1-4ebe-8af2-b8a6d9c23400.vsidx deleted file mode 100644 index 8a8c248..0000000 Binary files a/.vs/Test_Git.git/FileContentIndex/56801b57-5ce1-4ebe-8af2-b8a6d9c23400.vsidx and /dev/null differ diff --git a/.vs/Test_Git.git/FileContentIndex/2459a608-eed2-4d61-82ab-f3245c1fd201.vsidx b/.vs/Test_Git.git/FileContentIndex/a3444936-d347-48f8-8c68-6226a6d9f5e2.vsidx similarity index 99% rename from .vs/Test_Git.git/FileContentIndex/2459a608-eed2-4d61-82ab-f3245c1fd201.vsidx rename to .vs/Test_Git.git/FileContentIndex/a3444936-d347-48f8-8c68-6226a6d9f5e2.vsidx index 548f136..641ec8d 100644 Binary files a/.vs/Test_Git.git/FileContentIndex/2459a608-eed2-4d61-82ab-f3245c1fd201.vsidx and b/.vs/Test_Git.git/FileContentIndex/a3444936-d347-48f8-8c68-6226a6d9f5e2.vsidx differ diff --git a/.vs/Test_Git.git/v17/.suo b/.vs/Test_Git.git/v17/.suo index e7d5950..b603618 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 9b4b355..d80af82 100644 --- a/Test_Git/Form1.Designer.cs +++ b/Test_Git/Form1.Designer.cs @@ -32,6 +32,8 @@ this.button2 = new System.Windows.Forms.Button(); 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.SuspendLayout(); // // button1 @@ -70,11 +72,31 @@ this.button4.Text = "button4"; this.button4.UseVisualStyleBackColor = true; // + // button5 + // + this.button5.Location = new System.Drawing.Point(245, 13); + this.button5.Name = "button5"; + this.button5.Size = new System.Drawing.Size(75, 23); + this.button5.TabIndex = 4; + 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; + // // 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.button6); + this.Controls.Add(this.button5); this.Controls.Add(this.button4); this.Controls.Add(this.button3); this.Controls.Add(this.button2); @@ -91,6 +113,8 @@ private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button4; + private System.Windows.Forms.Button button5; + private System.Windows.Forms.Button button6; } }