This commit is contained in:
maxnes3 2023-05-05 22:21:41 +04:00
parent cd4ced4d54
commit 7a3359aecf

View File

@ -64,7 +64,7 @@
// //
// textBoxGet // textBoxGet
// //
textBoxGet.Anchor = AnchorStyles.Bottom | AnchorStyles.Right; textBoxGet.Anchor = AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
textBoxGet.Location = new Point(221, 51); textBoxGet.Location = new Point(221, 51);
textBoxGet.Name = "textBoxGet"; textBoxGet.Name = "textBoxGet";
textBoxGet.ReadOnly = true; textBoxGet.ReadOnly = true;
@ -73,7 +73,7 @@
// //
// numericGet // numericGet
// //
numericGet.Anchor = AnchorStyles.Top | AnchorStyles.Right; numericGet.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
numericGet.Location = new Point(221, 22); numericGet.Location = new Point(221, 22);
numericGet.Maximum = new decimal(new int[] { 1000000, 0, 0, 0 }); numericGet.Maximum = new decimal(new int[] { 1000000, 0, 0, 0 });
numericGet.Name = "numericGet"; numericGet.Name = "numericGet";
@ -106,7 +106,7 @@
// //
// textBoxDiffGet // textBoxDiffGet
// //
textBoxDiffGet.Anchor = AnchorStyles.Bottom | AnchorStyles.Right; textBoxDiffGet.Anchor = AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
textBoxDiffGet.Location = new Point(221, 51); textBoxDiffGet.Location = new Point(221, 51);
textBoxDiffGet.Name = "textBoxDiffGet"; textBoxDiffGet.Name = "textBoxDiffGet";
textBoxDiffGet.ReadOnly = true; textBoxDiffGet.ReadOnly = true;
@ -115,7 +115,7 @@
// //
// numericDiffGet // numericDiffGet
// //
numericDiffGet.Anchor = AnchorStyles.Top | AnchorStyles.Right; numericDiffGet.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
numericDiffGet.Location = new Point(221, 22); numericDiffGet.Location = new Point(221, 22);
numericDiffGet.Maximum = new decimal(new int[] { 1000000, 0, 0, 0 }); numericDiffGet.Maximum = new decimal(new int[] { 1000000, 0, 0, 0 });
numericDiffGet.Name = "numericDiffGet"; numericDiffGet.Name = "numericDiffGet";
@ -148,7 +148,7 @@
// //
// textBoxSet // textBoxSet
// //
textBoxSet.Anchor = AnchorStyles.Bottom | AnchorStyles.Right; textBoxSet.Anchor = AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
textBoxSet.Location = new Point(221, 51); textBoxSet.Location = new Point(221, 51);
textBoxSet.Name = "textBoxSet"; textBoxSet.Name = "textBoxSet";
textBoxSet.ReadOnly = true; textBoxSet.ReadOnly = true;
@ -157,7 +157,7 @@
// //
// numericSet // numericSet
// //
numericSet.Anchor = AnchorStyles.Top | AnchorStyles.Right; numericSet.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
numericSet.Location = new Point(221, 22); numericSet.Location = new Point(221, 22);
numericSet.Maximum = new decimal(new int[] { 1000000, 0, 0, 0 }); numericSet.Maximum = new decimal(new int[] { 1000000, 0, 0, 0 });
numericSet.Name = "numericSet"; numericSet.Name = "numericSet";