From 507d40be6d1bbcb1d9b252883add026a03b0a7fd Mon Sep 17 00:00:00 2001 From: gettterot Date: Sat, 20 Apr 2024 09:28:52 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=B4=D0=B2=D0=B8=D0=BD=D1=83?= =?UTF-8?q?=D0=BB=20=D0=A4=D0=BE=D1=80=D0=BC=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ProjectLiner/FormLinerCollection.Designer.cs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ProjectLiner/ProjectLiner/FormLinerCollection.Designer.cs b/ProjectLiner/ProjectLiner/FormLinerCollection.Designer.cs index ad3a8cc..39f38ce 100644 --- a/ProjectLiner/ProjectLiner/FormLinerCollection.Designer.cs +++ b/ProjectLiner/ProjectLiner/FormLinerCollection.Designer.cs @@ -204,15 +204,15 @@ panelCompanyTools.Controls.Add(button5); panelCompanyTools.Controls.Add(button3); panelCompanyTools.Controls.Add(button4); - panelCompanyTools.Location = new Point(1052, 592); + panelCompanyTools.Location = new Point(1052, 617); panelCompanyTools.Margin = new Padding(5); panelCompanyTools.Name = "panelCompanyTools"; - panelCompanyTools.Size = new Size(272, 470); + panelCompanyTools.Size = new Size(272, 445); panelCompanyTools.TabIndex = 9; // // buttonAddLiner // - buttonAddLiner.Location = new Point(6, 54); + buttonAddLiner.Location = new Point(6, 19); buttonAddLiner.Name = "buttonAddLiner"; buttonAddLiner.Size = new Size(214, 75); buttonAddLiner.TabIndex = 7; @@ -222,7 +222,7 @@ // // maskedTextBox1 // - maskedTextBox1.Location = new Point(3, 167); + maskedTextBox1.Location = new Point(3, 132); maskedTextBox1.Mask = "00"; maskedTextBox1.Name = "maskedTextBox1"; maskedTextBox1.Size = new Size(217, 47); @@ -232,7 +232,7 @@ // button5 // button5.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; - button5.Location = new Point(3, 384); + button5.Location = new Point(3, 349); button5.Name = "button5"; button5.Size = new Size(216, 75); button5.TabIndex = 6; @@ -243,7 +243,7 @@ // button3 // button3.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; - button3.Location = new Point(3, 220); + button3.Location = new Point(3, 185); button3.Name = "button3"; button3.Size = new Size(216, 75); button3.TabIndex = 4; @@ -254,7 +254,7 @@ // button4 // button4.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; - button4.Location = new Point(3, 302); + button4.Location = new Point(3, 267); button4.Name = "button4"; button4.Size = new Size(216, 75); button4.TabIndex = 5;