Готово(сдано)
This commit is contained in:
parent
a2bd2436b5
commit
5a3c088743
5
CarRepairShop/CarRepairShop/FormShop.Designer.cs
generated
5
CarRepairShop/CarRepairShop/FormShop.Designer.cs
generated
@ -136,11 +136,11 @@
|
||||
Id.Visible = false;
|
||||
Id.Width = 125;
|
||||
//
|
||||
// Name
|
||||
// ShopName
|
||||
//
|
||||
ShopName.HeaderText = "Название";
|
||||
ShopName.MinimumWidth = 6;
|
||||
ShopName.Name = "Name";
|
||||
ShopName.Name = "ShopName";
|
||||
ShopName.ReadOnly = true;
|
||||
ShopName.Width = 150;
|
||||
//
|
||||
@ -176,6 +176,7 @@
|
||||
Controls.Add(dateTimePicker);
|
||||
Margin = new Padding(3, 4, 3, 4);
|
||||
Name = "FormShop";
|
||||
StartPosition = FormStartPosition.CenterScreen;
|
||||
Text = "Магазин";
|
||||
Load += FormShop_Load;
|
||||
((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();
|
||||
|
@ -103,6 +103,7 @@
|
||||
Controls.Add(dataGridView);
|
||||
Margin = new Padding(3, 4, 3, 4);
|
||||
Name = "FormShops";
|
||||
StartPosition = FormStartPosition.CenterScreen;
|
||||
Text = "Магазины";
|
||||
Load += FormShops_Load;
|
||||
((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();
|
||||
|
@ -130,6 +130,7 @@
|
||||
Controls.Add(comboBoxShop);
|
||||
Margin = new Padding(3, 4, 3, 4);
|
||||
Name = "FormSupply";
|
||||
StartPosition = FormStartPosition.CenterScreen;
|
||||
Text = "Поставки";
|
||||
ResumeLayout(false);
|
||||
PerformLayout();
|
||||
|
Loading…
x
Reference in New Issue
Block a user