This commit is contained in:
EonaCat 2023-02-24 00:10:44 +01:00
parent 04432a89f6
commit 0a9a3c23e6
1 changed files with 11 additions and 1 deletions

View File

@ -324,13 +324,23 @@
//
this.numericUpDown1.Location = new System.Drawing.Point(913, 223);
this.numericUpDown1.Maximum = new decimal(new int[] {
10000000,
1000000000,
0,
0,
0});
this.numericUpDown1.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.numericUpDown1.Name = "numericUpDown1";
this.numericUpDown1.Size = new System.Drawing.Size(120, 38);
this.numericUpDown1.TabIndex = 33;
this.numericUpDown1.Value = new decimal(new int[] {
20,
0,
0,
0});
//
// MainForm
//