From 610a843c1b608a92fcabf5860f2c7a351644afa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=BA=20=D0=98=D0=B3=D0=BE=D1=80=D1=8C?= Date: Tue, 28 Mar 2023 13:43:28 +0400 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=B5=D1=80=D0=B5=D0=B8=D0=BC=D0=B5?= =?UTF-8?q?=D0=BD=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5=20=D1=84=D0=BE=D1=80?= =?UTF-8?q?=D0=BC=D1=8B=20=D0=BF=D0=BE=D0=BF=D0=BE=D0=BB=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D1=8F=20=D0=BC=D0=B0=D0=B3=D0=B0=D0=B7=D0=B8=D0=BD=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../BlacksmithWorkshop/FormFillStore.Designer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BlacksmithWorkshop/BlacksmithWorkshop/FormFillStore.Designer.cs b/BlacksmithWorkshop/BlacksmithWorkshop/FormFillStore.Designer.cs index d1f2fd1..cd05db8 100644 --- a/BlacksmithWorkshop/BlacksmithWorkshop/FormFillStore.Designer.cs +++ b/BlacksmithWorkshop/BlacksmithWorkshop/FormFillStore.Designer.cs @@ -37,7 +37,6 @@ this.comboBoxStore = new System.Windows.Forms.ComboBox(); this.labelStore = new System.Windows.Forms.Label(); this.SuspendLayout(); - this.Load += new System.EventHandler(this.FormFillStore_Load); // // buttonCancel // @@ -125,7 +124,8 @@ this.Controls.Add(this.textBoxCount); this.Controls.Add(this.comboBoxManufacture); this.Name = "FormFillStore"; - this.Text = "FormFillStore"; + this.Text = "Пополнение магазина"; + this.Load += new System.EventHandler(this.FormFillStore_Load); this.ResumeLayout(false); this.PerformLayout();