From 8c1d74e12e7878981265be6c0b3cf613e11cf026 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD=20=D0=90=D0=BB=D0=B5=D0=BA=D1=81?= =?UTF-8?q?=D0=B5=D0=B5=D0=B2?= Date: Sun, 5 May 2024 14:34:17 +0400 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=B2=D0=B8=D1=88=D0=BD=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ConfectioneryView/FormMain.Designer.cs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Confectionery/ConfectioneryView/FormMain.Designer.cs b/Confectionery/ConfectioneryView/FormMain.Designer.cs index 13e16e0..f1d6d1f 100644 --- a/Confectionery/ConfectioneryView/FormMain.Designer.cs +++ b/Confectionery/ConfectioneryView/FormMain.Designer.cs @@ -54,7 +54,7 @@ menuStrip.Location = new Point(0, 0); menuStrip.Name = "menuStrip"; menuStrip.Padding = new Padding(7, 3, 0, 3); - menuStrip.Size = new Size(1153, 30); + menuStrip.Size = new Size(1344, 30); menuStrip.TabIndex = 0; menuStrip.Text = "menuStrip1"; // @@ -123,12 +123,12 @@ dataGridView.Margin = new Padding(3, 4, 3, 4); dataGridView.Name = "dataGridView"; dataGridView.RowHeadersWidth = 51; - dataGridView.Size = new Size(865, 408); + dataGridView.Size = new Size(1061, 408); dataGridView.TabIndex = 1; // // buttonCreateOrder // - buttonCreateOrder.Location = new Point(921, 68); + buttonCreateOrder.Location = new Point(1085, 70); buttonCreateOrder.Margin = new Padding(3, 4, 3, 4); buttonCreateOrder.Name = "buttonCreateOrder"; buttonCreateOrder.Size = new Size(208, 36); @@ -139,7 +139,7 @@ // // buttonTakeOrderInWork // - buttonTakeOrderInWork.Location = new Point(921, 149); + buttonTakeOrderInWork.Location = new Point(1085, 142); buttonTakeOrderInWork.Margin = new Padding(3, 4, 3, 4); buttonTakeOrderInWork.Name = "buttonTakeOrderInWork"; buttonTakeOrderInWork.Size = new Size(210, 35); @@ -150,7 +150,7 @@ // // buttonOrderReady // - buttonOrderReady.Location = new Point(921, 225); + buttonOrderReady.Location = new Point(1085, 218); buttonOrderReady.Margin = new Padding(3, 4, 3, 4); buttonOrderReady.Name = "buttonOrderReady"; buttonOrderReady.Size = new Size(208, 37); @@ -161,7 +161,7 @@ // // buttonIssuedOrder // - buttonIssuedOrder.Location = new Point(921, 303); + buttonIssuedOrder.Location = new Point(1085, 292); buttonIssuedOrder.Margin = new Padding(3, 4, 3, 4); buttonIssuedOrder.Name = "buttonIssuedOrder"; buttonIssuedOrder.Size = new Size(208, 36); @@ -172,7 +172,7 @@ // // buttonUpd // - buttonUpd.Location = new Point(921, 375); + buttonUpd.Location = new Point(1087, 366); buttonUpd.Margin = new Padding(3, 4, 3, 4); buttonUpd.Name = "buttonUpd"; buttonUpd.Size = new Size(208, 39); @@ -185,7 +185,7 @@ // AutoScaleDimensions = new SizeF(8F, 20F); AutoScaleMode = AutoScaleMode.Font; - ClientSize = new Size(1153, 443); + ClientSize = new Size(1344, 443); Controls.Add(buttonUpd); Controls.Add(buttonIssuedOrder); Controls.Add(buttonOrderReady);