Renaming
This commit is contained in:
parent
c228f2b8b6
commit
c6a0c7df3d
@ -97,7 +97,7 @@
|
||||
Controls.Add(buttonAdd);
|
||||
Controls.Add(dataGridView);
|
||||
Name = "ComponentsForm";
|
||||
Text = "ComponentsForm";
|
||||
Text = "Форма компонентов";
|
||||
Load += ComponentsForm_Load;
|
||||
((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();
|
||||
ResumeLayout(false);
|
||||
|
@ -97,7 +97,7 @@
|
||||
Controls.Add(buttonAdd);
|
||||
Controls.Add(dataGridView);
|
||||
Name = "DressesForm";
|
||||
Text = "DressesForm";
|
||||
Text = "Форма с платьем";
|
||||
Load += DressesForm_Load;
|
||||
((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();
|
||||
ResumeLayout(false);
|
||||
|
@ -123,7 +123,7 @@
|
||||
Controls.Add(label2);
|
||||
Controls.Add(label1);
|
||||
Name = "OrderForm";
|
||||
Text = "OrderForm";
|
||||
Text = "Форма заказа";
|
||||
Load += OrderForm_Load;
|
||||
ResumeLayout(false);
|
||||
PerformLayout();
|
||||
|
@ -99,7 +99,7 @@ namespace SewingDressesView
|
||||
try
|
||||
{
|
||||
var list = _logicD.ReadList(null);
|
||||
if (list != null)
|
||||
if (list != null)
|
||||
{
|
||||
comboBoxDress.DisplayMember = "DressName";
|
||||
comboBoxDress.ValueMember = "Id";
|
||||
|
Loading…
Reference in New Issue
Block a user