From 5ff187a72ff88c05ced2a1987cfe4a3e0e478269 Mon Sep 17 00:00:00 2001 From: Timourka Date: Wed, 3 Apr 2024 00:21:14 +0400 Subject: [PATCH] LC4 wrong names of forms --- .../AutomobilePlantView/FormReportDateOrders.Designer.cs | 2 +- .../AutomobilePlantView/FormReportShopCars.Designer.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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);