This commit is contained in:
2025-08-08 12:32:44 +03:00
parent 3301e17f22
commit 3f7be79bcf
2 changed files with 37 additions and 31 deletions

14
Form1.Designer.cs generated
View File

@@ -28,10 +28,16 @@
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Text = "Form1";
SuspendLayout();
//
// Form1
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(999, 620);
Name = "Form1";
Text = "Form1";
ResumeLayout(false);
}
#endregion