📄 frmmain.designer.vb
字号:
' Me.txtMessage.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.txtMessage.BackColor = System.Drawing.Color.White Me.txtMessage.Location = New System.Drawing.Point(6, 173) Me.txtMessage.Multiline = True Me.txtMessage.Name = "txtMessage" Me.txtMessage.ReadOnly = True Me.txtMessage.ScrollBars = System.Windows.Forms.ScrollBars.Both Me.txtMessage.Size = New System.Drawing.Size(570, 231) Me.txtMessage.TabIndex = 8 Me.txtMessage.WordWrap = False ' 'pageOldResults ' Me.pageOldResults.Controls.Add(Me.txtOldResult) Me.pageOldResults.Controls.Add(Me.lstOldResults) Me.pageOldResults.Location = New System.Drawing.Point(4, 22) Me.pageOldResults.Name = "pageOldResults" Me.pageOldResults.Padding = New System.Windows.Forms.Padding(3) Me.pageOldResults.Size = New System.Drawing.Size(590, 416) Me.pageOldResults.TabIndex = 3 Me.pageOldResults.Text = "Old results" Me.pageOldResults.UseVisualStyleBackColor = True ' 'txtOldResult ' Me.txtOldResult.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.txtOldResult.Location = New System.Drawing.Point(3, 215) Me.txtOldResult.Multiline = True Me.txtOldResult.Name = "txtOldResult" Me.txtOldResult.ScrollBars = System.Windows.Forms.ScrollBars.Both Me.txtOldResult.Size = New System.Drawing.Size(584, 195) Me.txtOldResult.TabIndex = 1 ' 'lstOldResults ' Me.lstOldResults.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.lstOldResults.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.colOldResult, Me.colOldCompiler}) Me.lstOldResults.FullRowSelect = True Me.lstOldResults.LargeImageList = Me.lstImages Me.lstOldResults.Location = New System.Drawing.Point(3, 6) Me.lstOldResults.Name = "lstOldResults" Me.lstOldResults.Size = New System.Drawing.Size(584, 203) Me.lstOldResults.SmallImageList = Me.lstImages Me.lstOldResults.StateImageList = Me.lstImages Me.lstOldResults.TabIndex = 0 Me.lstOldResults.UseCompatibleStateImageBehavior = False Me.lstOldResults.View = System.Windows.Forms.View.Details ' 'colOldResult ' Me.colOldResult.Text = "Result" Me.colOldResult.Width = 154 ' 'colOldCompiler ' Me.colOldCompiler.Text = "Compiler" Me.colOldCompiler.Width = 142 ' 'cmbCompiler ' Me.cmbCompiler.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.cmbCompiler.FormattingEnabled = True Me.cmbCompiler.Location = New System.Drawing.Point(129, 55) Me.cmbCompiler.Name = "cmbCompiler" Me.cmbCompiler.Size = New System.Drawing.Size(778, 21) Me.cmbCompiler.TabIndex = 19 ' 'cmbVBCCompiler ' Me.cmbVBCCompiler.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.cmbVBCCompiler.FormattingEnabled = True Me.cmbVBCCompiler.Location = New System.Drawing.Point(129, 82) Me.cmbVBCCompiler.Name = "cmbVBCCompiler" Me.cmbVBCCompiler.Size = New System.Drawing.Size(778, 21) Me.cmbVBCCompiler.TabIndex = 37 ' 'cmbBasepath ' Me.cmbBasepath.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.cmbBasepath.FormattingEnabled = True Me.cmbBasepath.Location = New System.Drawing.Point(129, 28) Me.cmbBasepath.Name = "cmbBasepath" Me.cmbBasepath.Size = New System.Drawing.Size(778, 21) Me.cmbBasepath.TabIndex = 18 ' 'EnhancedProgressBar1 ' Me.EnhancedProgressBar1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.EnhancedProgressBar1.Location = New System.Drawing.Point(10, 593) Me.EnhancedProgressBar1.Name = "EnhancedProgressBar1" Me.EnhancedProgressBar1.Size = New System.Drawing.Size(847, 27) Me.EnhancedProgressBar1.TabIndex = 0 Me.EnhancedProgressBar1.ValueCount = 3 ' 'chkContinuous ' Me.chkContinuous.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.chkContinuous.AutoSize = True Me.chkContinuous.Checked = Global.rt.My.Settings.ContinuousTest Me.chkContinuous.CheckState = System.Windows.Forms.CheckState.Checked Me.chkContinuous.Location = New System.Drawing.Point(863, 242) Me.chkContinuous.Name = "chkContinuous" Me.chkContinuous.Size = New System.Drawing.Size(80, 17) Me.chkContinuous.TabIndex = 41 Me.chkContinuous.Text = "Continuous" ' 'chkHosted ' Me.chkHosted.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.chkHosted.AutoSize = True Me.chkHosted.Checked = Global.rt.My.Settings.HostedTest Me.chkHosted.Location = New System.Drawing.Point(863, 219) Me.chkHosted.Name = "chkHosted" Me.chkHosted.Size = New System.Drawing.Size(60, 17) Me.chkHosted.TabIndex = 40 Me.chkHosted.Text = "Hosted" ' 'chkDontTestIfNothingHasChanged ' Me.chkDontTestIfNothingHasChanged.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.chkDontTestIfNothingHasChanged.Checked = Global.rt.My.Settings.DontTestIfNothingHasChanged Me.chkDontTestIfNothingHasChanged.Location = New System.Drawing.Point(859, 265) Me.chkDontTestIfNothingHasChanged.Name = "chkDontTestIfNothingHasChanged" Me.chkDontTestIfNothingHasChanged.Size = New System.Drawing.Size(77, 61) Me.chkDontTestIfNothingHasChanged.TabIndex = 44 Me.chkDontTestIfNothingHasChanged.Text = "Don't test if nothing has changed" Me.chkDontTestIfNothingHasChanged.UseVisualStyleBackColor = False ' 'cmdSelfTest ' Me.cmdSelfTest.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.cmdSelfTest.Location = New System.Drawing.Point(863, 373) Me.cmdSelfTest.Name = "cmdSelfTest" Me.cmdSelfTest.Size = New System.Drawing.Size(75, 25) Me.cmdSelfTest.TabIndex = 39 Me.cmdSelfTest.Tag = "" Me.cmdSelfTest.Text = "Self test" ' 'frmMain ' Me.ClientSize = New System.Drawing.Size(940, 621) Me.Controls.Add(Me.chkContinuous) Me.Controls.Add(Me.treeTests) Me.Controls.Add(Me.chkHosted) Me.Controls.Add(Me.tabMain) Me.Controls.Add(Me.cmbCompiler) Me.Controls.Add(Me.cmbVBCCompiler) Me.Controls.Add(Me.cmdVBCCompiler) Me.Controls.Add(Me.cmdReload) Me.Controls.Add(Me.mnuMain) Me.Controls.Add(Me.cmdSelfTest) Me.Controls.Add(Me.Label16) Me.Controls.Add(Me.cmdCopySummaryToClipboard) Me.Controls.Add(Me.cmdExit) Me.Controls.Add(Me.chkDontTestIfNothingHasChanged) Me.Controls.Add(Me.cmdStop) Me.Controls.Add(Me.cmdRun) Me.Controls.Add(Me.EnhancedProgressBar1) Me.Controls.Add(Me.cmdPause) Me.Controls.Add(Me.cmbBasepath) Me.Controls.Add(Me.lblCompiler) Me.Controls.Add(Me.cmdCompiler) Me.Controls.Add(Me.lblBasepath) Me.Controls.Add(Me.Label14) Me.Controls.Add(Me.cmdBasepath) Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.MinimumSize = New System.Drawing.Size(800, 550) Me.Name = "frmMain" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent Me.Text = "Regression Tester" Me.WindowState = System.Windows.Forms.FormWindowState.Maximized Me.mnuMain.ResumeLayout(False) Me.mnuMain.PerformLayout() Me.cmnuTest.ResumeLayout(False) Me.cmnuTree.ResumeLayout(False) Me.tabMain.ResumeLayout(False) Me.pageSummary.ResumeLayout(False) Me.TableLayoutPanel2.ResumeLayout(False) Me.TableLayoutPanel2.PerformLayout() Me.TableLayoutPanel1.ResumeLayout(False) Me.TableLayoutPanel1.PerformLayout() Me.pageTests.ResumeLayout(False) Me.pageTestResult.ResumeLayout(False) Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() Me.pageOldResults.ResumeLayout(False) Me.pageOldResults.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents cmnuOutputToVerified As System.Windows.Forms.ToolStripMenuItem Friend WithEvents mnuToolsRefresh As System.Windows.Forms.ToolStripMenuItem Friend WithEvents cmbBasepath As System.Windows.Forms.ComboBox Friend WithEvents cmbCompiler As System.Windows.Forms.ComboBox Friend WithEvents cmdPause As System.Windows.Forms.Button Friend WithEvents cmdRun As System.Windows.Forms.Button Friend WithEvents cmdExit As System.Windows.Forms.Button Friend WithEvents cmdStop As System.Windows.Forms.Button Friend WithEvents EnhancedProgressBar1 As rt.EnhancedProgressBar Friend WithEvents cmnuViewCodeAndDebugTest As System.Windows.Forms.ToolStripMenuItem Friend WithEvents cmdCopySummaryToClipboard As System.Windows.Forms.Button Friend WithEvents Label14 As System.Windows.Forms.Label Friend WithEvents Label16 As System.Windows.Forms.Label Friend WithEvents cmbVBCCompiler As System.Windows.Forms.ComboBox Friend WithEvents cmdVBCCompiler As System.Windows.Forms.Button Friend WithEvents cmdReload As System.Windows.Forms.Button Friend WithEvents CreateNewTestCopyingThisTestToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents CreateNewTestToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents EditThisTestToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents chkHosted As System.Windows.Forms.CheckBox Friend WithEvents ReflectToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents VBNCAssemblyToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents VBCAssemblyToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents BothAssembliesToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents chkContinuous As System.Windows.Forms.CheckBox Friend WithEvents tmrContinuous As System.Windows.Forms.Timer Friend WithEvents NewTestToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents CreateNewTestUsingThisTestAsBaseNameToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents treeTests As System.Windows.Forms.TreeView Friend WithEvents tabMain As System.Windows.Forms.TabControl Friend WithEvents pageSummary As System.Windows.Forms.TabPage Friend WithEvents pageTestResult As System.Windows.Forms.TabPage Friend WithEvents pageTests As System.Windows.Forms.TabPage Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents gridTestProperties As System.Windows.Forms.PropertyGrid Friend WithEvents txtTestResult As System.Windows.Forms.TextBox Friend WithEvents Label13 As System.Windows.Forms.Label Friend WithEvents txtMessage As System.Windows.Forms.TextBox Friend WithEvents lstTests As System.Windows.Forms.ListView Friend WithEvents TableLayoutPanel2 As System.Windows.Forms.TableLayoutPanel Friend WithEvents txtRedTests As System.Windows.Forms.Label Friend WithEvents lblRedTests As System.Windows.Forms.Label Friend WithEvents lblGreenTests As System.Windows.Forms.Label Friend WithEvents lblYellowTests As System.Windows.Forms.Label Friend WithEvents txtGreenTests As System.Windows.Forms.Label Friend WithEvents txtYellowTests As System.Windows.Forms.Label Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel Friend WithEvents lblNumberOfTests As System.Windows.Forms.Label Friend WithEvents txtAverageExecutionTime As System.Windows.Forms.Label Friend WithEvents lblAverageExecutionTime As System.Windows.Forms.Label Friend WithEvents txtExecutionTime As System.Windows.Forms.Label Friend WithEvents lblTestsRun As System.Windows.Forms.Label Friend WithEvents txtNumberOfTests As System.Windows.Forms.Label Friend WithEvents txtTestsRun As System.Windows.Forms.Label Friend WithEvents lblExecutionTime As System.Windows.Forms.Label Friend WithEvents colName As System.Windows.Forms.ColumnHeader Friend WithEvents colCompiler As System.Windows.Forms.ColumnHeader Friend WithEvents colResult As System.Windows.Forms.ColumnHeader Friend WithEvents colFailedVerification As System.Windows.Forms.ColumnHeader Friend WithEvents colDate As System.Windows.Forms.ColumnHeader Friend WithEvents cmnuTree As System.Windows.Forms.ContextMenuStrip Friend WithEvents RunTestsToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents AllTestsToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents FailedTestsToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents SucceededTestsToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents ToolStripSeparator1 As System.Windows.Forms.ToolStripSeparator Friend WithEvents ToolStripSeparator3 As System.Windows.Forms.ToolStripSeparator Friend WithEvents ToolStripSeparator2 As System.Windows.Forms.ToolStripSeparator Friend WithEvents CreateNewTestInThisFolderToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents ViewQueuedTestsToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents NotRunTestsToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents RunTestsToolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem Friend WithEvents txtQueue As System.Windows.Forms.Label Friend WithEvents lblQueue As System.Windows.Forms.Label Friend WithEvents colPath As System.Windows.Forms.ColumnHeader Friend WithEvents chkDontTestIfNothingHasChanged As System.Windows.Forms.CheckBox Friend WithEvents OnlyRefreshToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents pageOldResults As System.Windows.Forms.TabPage Friend WithEvents lstOldResults As System.Windows.Forms.ListView Friend WithEvents colOldResult As System.Windows.Forms.ColumnHeader Friend WithEvents colOldCompiler As System.Windows.Forms.ColumnHeader Friend WithEvents txtOldResult As System.Windows.Forms.TextBox Friend WithEvents colOldResult2 As System.Windows.Forms.ColumnHeader Friend WithEvents cmdSelfTest As System.Windows.Forms.Button Friend WithEvents worker As System.ComponentModel.BackgroundWorkerEnd Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -