ПИбд-21 Кувшинов Тимур сложная лаба 4 #17

Closed
TImourka wants to merge 3 commits from laba4Complicated into laba4
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 5ff187a72f - Show all commits

View File

@ -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);

View File

@ -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);