From d0f6d478936db5a96781b70f11cd4cd98f1208d0 Mon Sep 17 00:00:00 2001 From: AnnaLioness Date: Sun, 24 Mar 2024 19:59:53 +0400 Subject: [PATCH] =?UTF-8?q?=D1=80=D0=B0=D0=B1=D0=BE=D1=82=D0=B0=D0=B5?= =?UTF-8?q?=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LawFirm/LawFirmView/FormReportOrders.Designer.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/LawFirm/LawFirmView/FormReportOrders.Designer.cs b/LawFirm/LawFirmView/FormReportOrders.Designer.cs index a1bf455..d48dd75 100644 --- a/LawFirm/LawFirmView/FormReportOrders.Designer.cs +++ b/LawFirm/LawFirmView/FormReportOrders.Designer.cs @@ -98,9 +98,10 @@ this.panel.Controls.Add(this.buttonMake); this.panel.Controls.Add(this.dateTimePickerTo); this.panel.Controls.Add(this.label2); - this.panel.Location = new System.Drawing.Point(12, 3); + this.panel.Dock = System.Windows.Forms.DockStyle.Top; + this.panel.Location = new System.Drawing.Point(0, 0); this.panel.Name = "panel"; - this.panel.Size = new System.Drawing.Size(776, 48); + this.panel.Size = new System.Drawing.Size(800, 48); this.panel.TabIndex = 6; // // FormReportOrders