First Commit

This commit is contained in:
2026-07-01 13:35:32 +02:00
parent 3232f3603c
commit fa3357a5a5
6 changed files with 189 additions and 7 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
namespace Windows_app
{
partial class Form1
partial class App
{
/// <summary>
/// Required designer variable.
@@ -37,17 +37,17 @@
button1.Name = "button1";
button1.Size = new Size(501, 96);
button1.TabIndex = 0;
button1.Text = "button1";
button1.Text = "Test the app";
button1.UseVisualStyleBackColor = true;
button1.Click += button1_Click;
//
// Form1
// App
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(1404, 749);
Controls.Add(button1);
Name = "Form1";
Name = "App";
Text = "Form1";
ResumeLayout(false);
}