From fd591f78ce1b647d16d2fbc8e8c94060b19dedf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eugen=20H=C3=B6glinger?= Date: Thu, 19 Oct 2023 16:32:11 +0200 Subject: [PATCH] Button neu dazu --- Test_GitVS/Form1.Designer.cs | 22 ++++++- Test_GitVS/Form1.resx | 120 +++++++++++++++++++++++++++++++++++ Test_GitVS/Test_GitVS.csproj | 3 + 3 files changed, 144 insertions(+), 1 deletion(-) create mode 100644 Test_GitVS/Form1.resx diff --git a/Test_GitVS/Form1.Designer.cs b/Test_GitVS/Form1.Designer.cs index d710452..e4792a3 100644 --- a/Test_GitVS/Form1.Designer.cs +++ b/Test_GitVS/Form1.Designer.cs @@ -28,13 +28,33 @@ /// private void InitializeComponent() { - this.components = new System.ComponentModel.Container(); + this.button1 = 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; + // + // 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.button1); + this.Name = "Form1"; this.Text = "Form1"; + this.ResumeLayout(false); + } #endregion + + private System.Windows.Forms.Button button1; } } diff --git a/Test_GitVS/Form1.resx b/Test_GitVS/Form1.resx new file mode 100644 index 0000000..1af7de1 --- /dev/null +++ b/Test_GitVS/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_GitVS/Test_GitVS.csproj b/Test_GitVS/Test_GitVS.csproj index 200b989..22c60a4 100644 --- a/Test_GitVS/Test_GitVS.csproj +++ b/Test_GitVS/Test_GitVS.csproj @@ -54,6 +54,9 @@ + + Form1.cs + ResXFileCodeGenerator Resources.Designer.cs