From bc123becf78f24413fbff7a8168c404300c9b6e6 Mon Sep 17 00:00:00 2001 From: Slivin Date: Wed, 28 Jan 2026 16:00:53 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=B7=D0=B0=D0=B3=D0=BE=D0=BB=D0=BE=D0=B2?= =?UTF-8?q?=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Slivin_PR03_GIT/Form1.Designer.cs | 24 ++++++++++++-- Slivin_PR03_GIT/Form1.resx | 54 +++++++++++++++---------------- 2 files changed, 49 insertions(+), 29 deletions(-) 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 @@  -