@@ -89,7 +89,7 @@ Friend Class frmMain
89
89
Friend WithEvents FixLabel As System.Windows.Forms.Label
90
90
Friend WithEvents FixBox As System.Windows.Forms.PictureBox
91
91
Friend WithEvents DebugCheckBox As System.Windows.Forms.CheckBox
92
- Friend WithEvents NumericUpDown1 As System.Windows.Forms.NumericUpDown
92
+ Friend WithEvents DebugNumericUpDown As System.Windows.Forms.NumericUpDown
93
93
Friend WithEvents sbpCurrentTestName As System.Windows.Forms.StatusBarPanel
94
94
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
95
95
Me .components = New System.ComponentModel.Container()
@@ -144,7 +144,7 @@ Friend Class frmMain
144
144
Me .FixLabel = New System.Windows.Forms.Label()
145
145
Me .FixBox = New System.Windows.Forms.PictureBox()
146
146
Me .DebugCheckBox = New System.Windows.Forms.CheckBox()
147
- Me .NumericUpDown1 = New System.Windows.Forms.NumericUpDown()
147
+ Me .DebugNumericUpDown = New System.Windows.Forms.NumericUpDown()
148
148
CType ( Me .imglogo, System.ComponentModel.ISupportInitialize).BeginInit()
149
149
Me .fraTestplanConfiguration.SuspendLayout()
150
150
Me .fraTxSLConfiguration.SuspendLayout()
@@ -166,7 +166,7 @@ Friend Class frmMain
166
166
CType ( Me .TestExecSL1, System.ComponentModel.ISupportInitialize).BeginInit()
167
167
CType ( Me .SysBox, System.ComponentModel.ISupportInitialize).BeginInit()
168
168
CType ( Me .FixBox, System.ComponentModel.ISupportInitialize).BeginInit()
169
- CType ( Me .NumericUpDown1 , System.ComponentModel.ISupportInitialize).BeginInit()
169
+ CType ( Me .DebugNumericUpDown , System.ComponentModel.ISupportInitialize).BeginInit()
170
170
Me .SuspendLayout()
171
171
'
172
172
'chkReportPassedTests
@@ -759,20 +759,20 @@ Friend Class frmMain
759
759
Me .DebugCheckBox.Text = "debug"
760
760
Me .DebugCheckBox.UseVisualStyleBackColor = True
761
761
'
762
- 'NumericUpDown1
762
+ 'DebugNumericUpDown
763
763
'
764
- Me .NumericUpDown1 .Enabled = False
765
- Me .NumericUpDown1 .Location = New System.Drawing.Point( 664 , 19 )
766
- Me .NumericUpDown1 .Name = "NumericUpDown1 "
767
- Me .NumericUpDown1 .Size = New System.Drawing.Size( 50 , 20 )
768
- Me .NumericUpDown1 .TabIndex = 39
764
+ Me .DebugNumericUpDown .Enabled = False
765
+ Me .DebugNumericUpDown .Location = New System.Drawing.Point( 664 , 19 )
766
+ Me .DebugNumericUpDown .Name = "DebugNumericUpDown "
767
+ Me .DebugNumericUpDown .Size = New System.Drawing.Size( 50 , 20 )
768
+ Me .DebugNumericUpDown .TabIndex = 39
769
769
'
770
770
'frmMain
771
771
'
772
772
Me .AutoScaleBaseSize = New System.Drawing.Size( 5 , 13 )
773
773
Me .BackColor = System.Drawing.SystemColors.Control
774
774
Me .ClientSize = New System.Drawing.Size( 758 , 552 )
775
- Me .Controls.Add( Me .NumericUpDown1 )
775
+ Me .Controls.Add( Me .DebugNumericUpDown )
776
776
Me .Controls.Add( Me .DebugCheckBox)
777
777
Me .Controls.Add( Me .FixLabel)
778
778
Me .Controls.Add( Me .FixBox)
@@ -821,7 +821,7 @@ Friend Class frmMain
821
821
CType ( Me .TestExecSL1, System.ComponentModel.ISupportInitialize).EndInit()
822
822
CType ( Me .SysBox, System.ComponentModel.ISupportInitialize).EndInit()
823
823
CType ( Me .FixBox, System.ComponentModel.ISupportInitialize).EndInit()
824
- CType ( Me .NumericUpDown1 , System.ComponentModel.ISupportInitialize).EndInit()
824
+ CType ( Me .DebugNumericUpDown , System.ComponentModel.ISupportInitialize).EndInit()
825
825
Me .ResumeLayout( False )
826
826
Me .PerformLayout()
827
827
0 commit comments