Updated
This commit is contained in:
parent
04432a89f6
commit
0a9a3c23e6
|
@ -324,13 +324,23 @@
|
||||||
//
|
//
|
||||||
this.numericUpDown1.Location = new System.Drawing.Point(913, 223);
|
this.numericUpDown1.Location = new System.Drawing.Point(913, 223);
|
||||||
this.numericUpDown1.Maximum = new decimal(new int[] {
|
this.numericUpDown1.Maximum = new decimal(new int[] {
|
||||||
10000000,
|
1000000000,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0});
|
||||||
|
this.numericUpDown1.Minimum = new decimal(new int[] {
|
||||||
|
1,
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
0});
|
0});
|
||||||
this.numericUpDown1.Name = "numericUpDown1";
|
this.numericUpDown1.Name = "numericUpDown1";
|
||||||
this.numericUpDown1.Size = new System.Drawing.Size(120, 38);
|
this.numericUpDown1.Size = new System.Drawing.Size(120, 38);
|
||||||
this.numericUpDown1.TabIndex = 33;
|
this.numericUpDown1.TabIndex = 33;
|
||||||
|
this.numericUpDown1.Value = new decimal(new int[] {
|
||||||
|
20,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0});
|
||||||
//
|
//
|
||||||
// MainForm
|
// MainForm
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue