переименование формы пополнения магазина

This commit is contained in:
Мк Игорь 2023-03-28 13:43:28 +04:00
parent f1d35973c2
commit 610a843c1b

View File

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