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();