diff --git a/Slivin_PR03_GIT/Form1.Designer.cs b/Slivin_PR03_GIT/Form1.Designer.cs index 06fdc71..456056a 100644 --- a/Slivin_PR03_GIT/Form1.Designer.cs +++ b/Slivin_PR03_GIT/Form1.Designer.cs @@ -28,12 +28,32 @@ /// 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; - ClientSize = new Size(800, 450); + ClientSize = new Size(784, 561); + Controls.Add(label1); + Name = "Form1"; Text = "Form1"; + ResumeLayout(false); + PerformLayout(); } #endregion + + private Label label1; } } diff --git a/Slivin_PR03_GIT/Form1.resx b/Slivin_PR03_GIT/Form1.resx index 1af7de1..8b2ff64 100644 --- a/Slivin_PR03_GIT/Form1.resx +++ b/Slivin_PR03_GIT/Form1.resx @@ -1,17 +1,17 @@  -