Updated
This commit is contained in:
12
EonaCat.DnsTester/MainForm.Designer.cs
generated
12
EonaCat.DnsTester/MainForm.Designer.cs
generated
@@ -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
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user