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 new file mode 100644 index 0000000..da3ee89 Binary files /dev/null and b/.vs/Test_Git.git/FileContentIndex/495c6b38-9568-4724-8550-2f0714e769e5.vsidx differ diff --git a/.vs/Test_Git.git/FileContentIndex/765047cc-7cb3-4542-9daf-3c3b94e5a26f.vsidx b/.vs/Test_Git.git/FileContentIndex/765047cc-7cb3-4542-9daf-3c3b94e5a26f.vsidx new file mode 100644 index 0000000..aac01bc Binary files /dev/null and b/.vs/Test_Git.git/FileContentIndex/765047cc-7cb3-4542-9daf-3c3b94e5a26f.vsidx differ diff --git a/.vs/Test_Git.git/v17/.suo b/.vs/Test_Git.git/v17/.suo index c6b3c58..a092965 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 4703160..1a3fcb4 100644 --- a/Test_Git/Form1.Designer.cs +++ b/Test_Git/Form1.Designer.cs @@ -28,13 +28,45 @@ /// private void InitializeComponent() { - this.components = new System.ComponentModel.Container(); + this.button1 = new System.Windows.Forms.Button(); + this.button2 = new System.Windows.Forms.Button(); + this.SuspendLayout(); + // + // button1 + // + this.button1.Location = new System.Drawing.Point(13, 13); + this.button1.Name = "button1"; + this.button1.Size = new System.Drawing.Size(75, 23); + this.button1.TabIndex = 0; + this.button1.Text = "button1"; + this.button1.UseVisualStyleBackColor = true; + // + // button2 + // + this.button2.Location = new System.Drawing.Point(13, 42); + this.button2.Name = "button2"; + this.button2.Size = new System.Drawing.Size(75, 23); + this.button2.TabIndex = 1; + this.button2.Text = "button2"; + this.button2.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.button2); + this.Controls.Add(this.button1); + this.Name = "Form1"; this.Text = "Form1"; + this.ResumeLayout(false); + } #endregion + + private System.Windows.Forms.Button button1; + private System.Windows.Forms.Button button2; } } diff --git a/Test_Git/Form1.resx b/Test_Git/Form1.resx new file mode 100644 index 0000000..1af7de1 --- /dev/null +++ b/Test_Git/Form1.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/Test_Git/Test_Git.csproj b/Test_Git/Test_Git.csproj index e7f252a..00fa986 100644 --- a/Test_Git/Test_Git.csproj +++ b/Test_Git/Test_Git.csproj @@ -54,6 +54,9 @@ + + Form1.cs + ResXFileCodeGenerator Resources.Designer.cs