From 34a1c94ca0a58b4d48f8bae61ae53751b7f17d46 Mon Sep 17 00:00:00 2001 From: "yuliya.mavrina@internet.ru" Date: Fri, 12 Apr 2024 09:03:43 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BB=D0=B0=D0=B1=5F4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RenovationWork/RenovationWork/FormReportOrders.Designer.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/RenovationWork/RenovationWork/FormReportOrders.Designer.cs b/RenovationWork/RenovationWork/FormReportOrders.Designer.cs index d1935c4..46784cf 100644 --- a/RenovationWork/RenovationWork/FormReportOrders.Designer.cs +++ b/RenovationWork/RenovationWork/FormReportOrders.Designer.cs @@ -46,9 +46,10 @@ panel.Controls.Add(labelFrom); panel.Controls.Add(dateTimePickerTo); panel.Controls.Add(dateTimePickerFrom); - panel.Location = new Point(2, 3); + panel.Dock = DockStyle.Top; + panel.Location = new Point(0, 0); panel.Name = "panel"; - panel.Size = new Size(800, 33); + panel.Size = new Size(807, 33); panel.TabIndex = 0; // // buttonToPDF