diff --git a/AutomobilePlant/AutomobilePlantView/FormReportDateOrders.Designer.cs b/AutomobilePlant/AutomobilePlantView/FormReportDateOrders.Designer.cs index 7ef1816..196c25d 100644 --- a/AutomobilePlant/AutomobilePlantView/FormReportDateOrders.Designer.cs +++ b/AutomobilePlant/AutomobilePlantView/FormReportDateOrders.Designer.cs @@ -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); diff --git a/AutomobilePlant/AutomobilePlantView/FormReportShopCars.Designer.cs b/AutomobilePlant/AutomobilePlantView/FormReportShopCars.Designer.cs index 8afbc8a..baac87f 100644 --- a/AutomobilePlant/AutomobilePlantView/FormReportShopCars.Designer.cs +++ b/AutomobilePlant/AutomobilePlantView/FormReportShopCars.Designer.cs @@ -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);