Начало курсовой работы

This commit is contained in:
Extrimal 2024-04-21 18:50:15 +04:00
parent 64b6aa85b1
commit 9a974fe506

View File

@ -28,33 +28,19 @@
/// </summary> /// </summary>
private void InitializeComponent() private void InitializeComponent()
{ {
label1 = new Label();
SuspendLayout(); SuspendLayout();
// //
// label1
//
label1.AutoSize = true;
label1.Location = new Point(87, 71);
label1.Name = "label1";
label1.Size = new Size(38, 15);
label1.TabIndex = 0;
label1.Text = "label1";
label1.Click += label1_Click;
//
// Form1 // Form1
// //
AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleDimensions = new SizeF(8F, 20F);
AutoScaleMode = AutoScaleMode.Font; AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(800, 450); ClientSize = new Size(914, 600);
Controls.Add(label1); Margin = new Padding(3, 4, 3, 4);
Name = "Form1"; Name = "Form1";
Text = "Form1"; Text = "Form1";
ResumeLayout(false); ResumeLayout(false);
PerformLayout();
} }
#endregion #endregion
private Label label1;
} }
} }