@@ -88,6 +88,8 @@ Friend Class frmMain
88
88
Friend WithEvents SysLabel As System.Windows.Forms.Label
89
89
Friend WithEvents FixLabel As System.Windows.Forms.Label
90
90
Friend WithEvents FixBox As System.Windows.Forms.PictureBox
91
+ Friend WithEvents DebugCheckBox As System.Windows.Forms.CheckBox
92
+ Friend WithEvents NumericUpDown1 As System.Windows.Forms.NumericUpDown
91
93
Friend WithEvents sbpCurrentTestName As System.Windows.Forms.StatusBarPanel
92
94
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
93
95
Me .components = New System.ComponentModel.Container()
@@ -141,6 +143,8 @@ Friend Class frmMain
141
143
Me .SysLabel = New System.Windows.Forms.Label()
142
144
Me .FixLabel = New System.Windows.Forms.Label()
143
145
Me .FixBox = New System.Windows.Forms.PictureBox()
146
+ Me .DebugCheckBox = New System.Windows.Forms.CheckBox()
147
+ Me .NumericUpDown1 = New System.Windows.Forms.NumericUpDown()
144
148
CType ( Me .imglogo, System.ComponentModel.ISupportInitialize).BeginInit()
145
149
Me .fraTestplanConfiguration.SuspendLayout()
146
150
Me .fraTxSLConfiguration.SuspendLayout()
@@ -162,6 +166,7 @@ Friend Class frmMain
162
166
CType ( Me .TestExecSL1, System.ComponentModel.ISupportInitialize).BeginInit()
163
167
CType ( Me .SysBox, System.ComponentModel.ISupportInitialize).BeginInit()
164
168
CType ( Me .FixBox, System.ComponentModel.ISupportInitialize).BeginInit()
169
+ CType ( Me .NumericUpDown1, System.ComponentModel.ISupportInitialize).BeginInit()
165
170
Me .SuspendLayout()
166
171
'
167
172
'chkReportPassedTests
@@ -744,11 +749,31 @@ Friend Class frmMain
744
749
Me .FixBox.TabIndex = 36
745
750
Me .FixBox.TabStop = False
746
751
'
752
+ 'DebugCheckBox
753
+ '
754
+ Me .DebugCheckBox.AutoSize = True
755
+ Me .DebugCheckBox.Location = New System.Drawing.Point( 611 , 21 )
756
+ Me .DebugCheckBox.Name = "DebugCheckBox"
757
+ Me .DebugCheckBox.Size = New System.Drawing.Size( 56 , 18 )
758
+ Me .DebugCheckBox.TabIndex = 38
759
+ Me .DebugCheckBox.Text = "debug"
760
+ Me .DebugCheckBox.UseVisualStyleBackColor = True
761
+ '
762
+ 'NumericUpDown1
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
769
+ '
747
770
'frmMain
748
771
'
749
772
Me .AutoScaleBaseSize = New System.Drawing.Size( 5 , 13 )
750
773
Me .BackColor = System.Drawing.SystemColors.Control
751
774
Me .ClientSize = New System.Drawing.Size( 758 , 552 )
775
+ Me .Controls.Add( Me .NumericUpDown1)
776
+ Me .Controls.Add( Me .DebugCheckBox)
752
777
Me .Controls.Add( Me .FixLabel)
753
778
Me .Controls.Add( Me .FixBox)
754
779
Me .Controls.Add( Me .SysLabel)
@@ -796,6 +821,7 @@ Friend Class frmMain
796
821
CType ( Me .TestExecSL1, System.ComponentModel.ISupportInitialize).EndInit()
797
822
CType ( Me .SysBox, System.ComponentModel.ISupportInitialize).EndInit()
798
823
CType ( Me .FixBox, System.ComponentModel.ISupportInitialize).EndInit()
824
+ CType ( Me .NumericUpDown1, System.ComponentModel.ISupportInitialize).EndInit()
799
825
Me .ResumeLayout( False )
800
826
Me .PerformLayout()
801
827
0 commit comments