fix
This commit is contained in:
parent
cd4ced4d54
commit
7a3359aecf
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user