name1
This commit is contained in:
parent
a37c33399e
commit
a91928a1ac
@ -97,7 +97,7 @@
|
|||||||
Controls.Add(buttonAdd);
|
Controls.Add(buttonAdd);
|
||||||
Controls.Add(dataGridView);
|
Controls.Add(dataGridView);
|
||||||
Name = "DressesForm";
|
Name = "DressesForm";
|
||||||
Text = "DressesForm";
|
Text = "Форма платье";
|
||||||
Load += DressesForm_Load;
|
Load += DressesForm_Load;
|
||||||
((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();
|
((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();
|
||||||
ResumeLayout(false);
|
ResumeLayout(false);
|
||||||
|
@ -123,7 +123,7 @@
|
|||||||
Controls.Add(label2);
|
Controls.Add(label2);
|
||||||
Controls.Add(label1);
|
Controls.Add(label1);
|
||||||
Name = "OrderForm";
|
Name = "OrderForm";
|
||||||
Text = "OrderForm";
|
Text = "Форма заказа";
|
||||||
Load += OrderForm_Load;
|
Load += OrderForm_Load;
|
||||||
ResumeLayout(false);
|
ResumeLayout(false);
|
||||||
PerformLayout();
|
PerformLayout();
|
||||||
|
Loading…
Reference in New Issue
Block a user