мердж 1усл -> 2усл #6

Merged
Igor-Melnikov merged 5 commits from lab1adv into lab2adv 2023-03-28 13:48:37 +04:00
Showing only changes of commit 610a843c1b - Show all commits

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