First Commit
This commit is contained in:
Generated
+4
-4
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user