фикс имен форм
This commit is contained in:
parent
8343749aed
commit
014eab4a08
@ -85,7 +85,7 @@
|
|||||||
Controls.Add(checkBoxMasters);
|
Controls.Add(checkBoxMasters);
|
||||||
Name = "FormDirectoryReport";
|
Name = "FormDirectoryReport";
|
||||||
StartPosition = FormStartPosition.CenterParent;
|
StartPosition = FormStartPosition.CenterParent;
|
||||||
Text = "FormDirectoryReport";
|
Text = "Отчет по справочникам";
|
||||||
ResumeLayout(false);
|
ResumeLayout(false);
|
||||||
PerformLayout();
|
PerformLayout();
|
||||||
}
|
}
|
||||||
|
@ -94,7 +94,7 @@
|
|||||||
Controls.Add(dataGridView);
|
Controls.Add(dataGridView);
|
||||||
Controls.Add(panel1);
|
Controls.Add(panel1);
|
||||||
Name = "FormOrders";
|
Name = "FormOrders";
|
||||||
Text = "FormOrders";
|
Text = "Заказы";
|
||||||
Load += FormOrders_Load;
|
Load += FormOrders_Load;
|
||||||
panel1.ResumeLayout(false);
|
panel1.ResumeLayout(false);
|
||||||
((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();
|
((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user