мердж 1усл -> 2усл #6
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user