From 7a3359aecfd81daccca1fcac360826923196a666 Mon Sep 17 00:00:00 2001 From: maxnes3 <112558334+maxnes3@users.noreply.github.com> Date: Fri, 5 May 2023 22:21:41 +0400 Subject: [PATCH] fix --- .../FormGeneration.Designer.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/PersonnelDepartmentView/PersonnelDepartmentView/FormGeneration.Designer.cs b/PersonnelDepartmentView/PersonnelDepartmentView/FormGeneration.Designer.cs index caec92e..f241733 100644 --- a/PersonnelDepartmentView/PersonnelDepartmentView/FormGeneration.Designer.cs +++ b/PersonnelDepartmentView/PersonnelDepartmentView/FormGeneration.Designer.cs @@ -64,7 +64,7 @@ // // textBoxGet // - textBoxGet.Anchor = AnchorStyles.Bottom | AnchorStyles.Right; + textBoxGet.Anchor = AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right; textBoxGet.Location = new Point(221, 51); textBoxGet.Name = "textBoxGet"; textBoxGet.ReadOnly = true; @@ -73,7 +73,7 @@ // // numericGet // - numericGet.Anchor = AnchorStyles.Top | AnchorStyles.Right; + numericGet.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; numericGet.Location = new Point(221, 22); numericGet.Maximum = new decimal(new int[] { 1000000, 0, 0, 0 }); numericGet.Name = "numericGet"; @@ -106,7 +106,7 @@ // // textBoxDiffGet // - textBoxDiffGet.Anchor = AnchorStyles.Bottom | AnchorStyles.Right; + textBoxDiffGet.Anchor = AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right; textBoxDiffGet.Location = new Point(221, 51); textBoxDiffGet.Name = "textBoxDiffGet"; textBoxDiffGet.ReadOnly = true; @@ -115,7 +115,7 @@ // // numericDiffGet // - numericDiffGet.Anchor = AnchorStyles.Top | AnchorStyles.Right; + numericDiffGet.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; numericDiffGet.Location = new Point(221, 22); numericDiffGet.Maximum = new decimal(new int[] { 1000000, 0, 0, 0 }); numericDiffGet.Name = "numericDiffGet"; @@ -148,7 +148,7 @@ // // textBoxSet // - textBoxSet.Anchor = AnchorStyles.Bottom | AnchorStyles.Right; + textBoxSet.Anchor = AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right; textBoxSet.Location = new Point(221, 51); textBoxSet.Name = "textBoxSet"; textBoxSet.ReadOnly = true; @@ -157,7 +157,7 @@ // // numericSet // - numericSet.Anchor = AnchorStyles.Top | AnchorStyles.Right; + numericSet.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; numericSet.Location = new Point(221, 22); numericSet.Maximum = new decimal(new int[] { 1000000, 0, 0, 0 }); numericSet.Name = "numericSet";