Добавление заголовка

This commit is contained in:
Slivin
2026-01-28 16:00:53 +03:00
parent fcd89b1e64
commit bc123becf7
2 changed files with 49 additions and 29 deletions
+22 -2
View File
@@ -28,12 +28,32 @@
/// </summary> /// </summary>
private void InitializeComponent() private void InitializeComponent()
{ {
components = new System.ComponentModel.Container(); label1 = new Label();
SuspendLayout();
//
// label1
//
label1.AutoSize = true;
label1.Location = new Point(324, 154);
label1.Name = "label1";
label1.Size = new Size(41, 15);
label1.TabIndex = 0;
label1.Text = "SLIVIN";
//
// Form1
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font; AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(800, 450); ClientSize = new Size(784, 561);
Controls.Add(label1);
Name = "Form1";
Text = "Form1"; Text = "Form1";
ResumeLayout(false);
PerformLayout();
} }
#endregion #endregion
private Label label1;
} }
} }