LC4 wrong names of forms
This commit is contained in:
parent
3e8bbabeb1
commit
5ff187a72f
@ -71,7 +71,7 @@
|
||||
ClientSize = new Size(800, 450);
|
||||
Controls.Add(panel);
|
||||
Name = "FormReportDateOrders";
|
||||
Text = "FormReportDateOrders";
|
||||
Text = "Report by date orders";
|
||||
FormClosed += FormReportDateOrders_FormClosed;
|
||||
panel.ResumeLayout(false);
|
||||
ResumeLayout(false);
|
||||
|
@ -82,7 +82,7 @@
|
||||
Controls.Add(dataGridView);
|
||||
Controls.Add(buttonSaveToExcel);
|
||||
Name = "FormReportShopCars";
|
||||
Text = "FormReportShopCars";
|
||||
Text = "Report shops with cars";
|
||||
Load += FormReportShopCars_Load;
|
||||
((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();
|
||||
ResumeLayout(false);
|
||||
|
Loading…
Reference in New Issue
Block a user