📄 frmmain.designer.vb
字号:
' ' Visual Basic.Net COmpiler' Copyright (C) 2004 - 2006 Rolf Bjarne Kvinge, rbjarnek at users.sourceforge.net' ' This library is free software; you can redistribute it and/or' modify it under the terms of the GNU Lesser General Public' License as published by the Free Software Foundation; either' version 2.1 of the License, or (at your option) any later version.' ' This library is distributed in the hope that it will be useful,' but WITHOUT ANY WARRANTY; without even the implied warranty of' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU' Lesser General Public License for more details.' ' You should have received a copy of the GNU Lesser General Public' License along with this library; if not, write to the Free Software' Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA' Partial Class frmMain Friend WithEvents cmnuTest As System.Windows.Forms.ContextMenuStrip Friend WithEvents cmnuDebugTest As System.Windows.Forms.ToolStripMenuItem Friend WithEvents cmnuViewCode As System.Windows.Forms.ToolStripMenuItem Friend WithEvents cmnuViewCode2 As System.Windows.Forms.ToolStripMenuItem Friend WithEvents cmnuRunTest As System.Windows.Forms.ToolStripMenuItem Friend WithEvents mnuMain As System.Windows.Forms.MenuStrip Friend WithEvents mnuTools As System.Windows.Forms.ToolStripMenuItem Friend WithEvents mnuToolsChangeOutputToVerified As System.Windows.Forms.ToolStripMenuItem Friend WithEvents lblBasepath As System.Windows.Forms.Label Friend WithEvents dlgBasepath As System.Windows.Forms.FolderBrowserDialog Private components As System.ComponentModel.IContainer Friend WithEvents lstImages As System.Windows.Forms.ImageList Friend WithEvents lblCompiler As System.Windows.Forms.Label Friend WithEvents cmdCompiler As System.Windows.Forms.Button Friend WithEvents dlgFile As System.Windows.Forms.OpenFileDialog Friend WithEvents cmdBasepath As System.Windows.Forms.Button Sub InitializeComponent() Me.components = New System.ComponentModel.Container Me.mnuMain = New System.Windows.Forms.MenuStrip Me.mnuTools = New System.Windows.Forms.ToolStripMenuItem Me.mnuToolsChangeOutputToVerified = New System.Windows.Forms.ToolStripMenuItem Me.cmnuViewCode = New System.Windows.Forms.ToolStripMenuItem Me.mnuToolsRefresh = New System.Windows.Forms.ToolStripMenuItem Me.NewTestToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.ViewQueuedTestsToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.lstImages = New System.Windows.Forms.ImageList(Me.components) Me.lblBasepath = New System.Windows.Forms.Label Me.dlgBasepath = New System.Windows.Forms.FolderBrowserDialog Me.cmdBasepath = New System.Windows.Forms.Button Me.lblCompiler = New System.Windows.Forms.Label Me.cmdCompiler = New System.Windows.Forms.Button Me.dlgFile = New System.Windows.Forms.OpenFileDialog Me.cmnuTest = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.cmnuRunTest = New System.Windows.Forms.ToolStripMenuItem Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator Me.cmnuViewCodeAndDebugTest = New System.Windows.Forms.ToolStripMenuItem Me.cmnuViewCode2 = New System.Windows.Forms.ToolStripMenuItem Me.cmnuDebugTest = New System.Windows.Forms.ToolStripMenuItem Me.EditThisTestToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator Me.cmnuOutputToVerified = New System.Windows.Forms.ToolStripMenuItem Me.ReflectToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.VBNCAssemblyToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.VBCAssemblyToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.BothAssembliesToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator Me.CreateNewTestToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.CreateNewTestCopyingThisTestToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.CreateNewTestUsingThisTestAsBaseNameToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.cmdPause = New System.Windows.Forms.Button Me.cmdRun = New System.Windows.Forms.Button Me.cmdExit = New System.Windows.Forms.Button Me.cmdStop = New System.Windows.Forms.Button Me.cmdCopySummaryToClipboard = New System.Windows.Forms.Button Me.Label14 = New System.Windows.Forms.Label Me.Label16 = New System.Windows.Forms.Label Me.cmdVBCCompiler = New System.Windows.Forms.Button Me.cmdReload = New System.Windows.Forms.Button Me.tmrContinuous = New System.Windows.Forms.Timer(Me.components) Me.treeTests = New System.Windows.Forms.TreeView Me.cmnuTree = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.RunTestsToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.AllTestsToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.FailedTestsToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.SucceededTestsToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.NotRunTestsToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.RunTestsToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem Me.CreateNewTestInThisFolderToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.OnlyRefreshToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.tabMain = New System.Windows.Forms.TabControl Me.pageSummary = New System.Windows.Forms.TabPage Me.TableLayoutPanel2 = New System.Windows.Forms.TableLayoutPanel Me.txtRedTests = New System.Windows.Forms.Label Me.lblRedTests = New System.Windows.Forms.Label Me.lblGreenTests = New System.Windows.Forms.Label Me.lblYellowTests = New System.Windows.Forms.Label Me.txtGreenTests = New System.Windows.Forms.Label Me.txtYellowTests = New System.Windows.Forms.Label Me.txtQueue = New System.Windows.Forms.Label Me.lblQueue = New System.Windows.Forms.Label Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel Me.lblNumberOfTests = New System.Windows.Forms.Label Me.txtAverageExecutionTime = New System.Windows.Forms.Label Me.lblAverageExecutionTime = New System.Windows.Forms.Label Me.txtExecutionTime = New System.Windows.Forms.Label Me.lblTestsRun = New System.Windows.Forms.Label Me.txtNumberOfTests = New System.Windows.Forms.Label Me.txtTestsRun = New System.Windows.Forms.Label Me.lblExecutionTime = New System.Windows.Forms.Label Me.pageTests = New System.Windows.Forms.TabPage Me.lstTests = New System.Windows.Forms.ListView Me.colName = New System.Windows.Forms.ColumnHeader Me.colCompiler = New System.Windows.Forms.ColumnHeader Me.colResult = New System.Windows.Forms.ColumnHeader Me.colOldResult2 = New System.Windows.Forms.ColumnHeader Me.colFailedVerification = New System.Windows.Forms.ColumnHeader Me.colDate = New System.Windows.Forms.ColumnHeader Me.colPath = New System.Windows.Forms.ColumnHeader Me.pageTestResult = New System.Windows.Forms.TabPage Me.GroupBox1 = New System.Windows.Forms.GroupBox Me.gridTestProperties = New System.Windows.Forms.PropertyGrid Me.txtTestResult = New System.Windows.Forms.TextBox Me.Label13 = New System.Windows.Forms.Label Me.txtMessage = New System.Windows.Forms.TextBox Me.pageOldResults = New System.Windows.Forms.TabPage Me.txtOldResult = New System.Windows.Forms.TextBox Me.lstOldResults = New System.Windows.Forms.ListView Me.colOldResult = New System.Windows.Forms.ColumnHeader Me.colOldCompiler = New System.Windows.Forms.ColumnHeader Me.cmbCompiler = New System.Windows.Forms.ComboBox Me.cmbVBCCompiler = New System.Windows.Forms.ComboBox Me.cmbBasepath = New System.Windows.Forms.ComboBox Me.EnhancedProgressBar1 = New rt.EnhancedProgressBar Me.chkContinuous = New System.Windows.Forms.CheckBox Me.chkHosted = New System.Windows.Forms.CheckBox Me.chkDontTestIfNothingHasChanged = New System.Windows.Forms.CheckBox Me.cmdSelfTest = New System.Windows.Forms.Button Me.worker = New System.ComponentModel.BackgroundWorker Me.mnuMain.SuspendLayout() Me.cmnuTest.SuspendLayout() Me.cmnuTree.SuspendLayout() Me.tabMain.SuspendLayout() Me.pageSummary.SuspendLayout() Me.TableLayoutPanel2.SuspendLayout() Me.TableLayoutPanel1.SuspendLayout() Me.pageTests.SuspendLayout() Me.pageTestResult.SuspendLayout() Me.GroupBox1.SuspendLayout() Me.pageOldResults.SuspendLayout() Me.SuspendLayout() ' 'mnuMain ' Me.mnuMain.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuTools}) Me.mnuMain.Location = New System.Drawing.Point(0, 0) Me.mnuMain.Name = "mnuMain" Me.mnuMain.Size = New System.Drawing.Size(940, 24) Me.mnuMain.TabIndex = 35 ' 'mnuTools ' Me.mnuTools.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuToolsChangeOutputToVerified, Me.cmnuViewCode, Me.mnuToolsRefresh, Me.NewTestToolStripMenuItem, Me.ViewQueuedTestsToolStripMenuItem}) Me.mnuTools.Name = "mnuTools" Me.mnuTools.Size = New System.Drawing.Size(44, 20) Me.mnuTools.Text = "Tools" ' 'mnuToolsChangeOutputToVerified ' Me.mnuToolsChangeOutputToVerified.Name = "mnuToolsChangeOutputToVerified" Me.mnuToolsChangeOutputToVerified.Size = New System.Drawing.Size(295, 22) Me.mnuToolsChangeOutputToVerified.Text = "Change output xml files to verified xml files." ' 'cmnuViewCode ' Me.cmnuViewCode.Name = "cmnuViewCode" Me.cmnuViewCode.Size = New System.Drawing.Size(295, 22) Me.cmnuViewCode.Text = "View code" ' 'mnuToolsRefresh ' Me.mnuToolsRefresh.Name = "mnuToolsRefresh" Me.mnuToolsRefresh.ShortcutKeys = System.Windows.Forms.Keys.F5 Me.mnuToolsRefresh.Size = New System.Drawing.Size(295, 22) Me.mnuToolsRefresh.Text = "&Refresh" ' 'NewTestToolStripMenuItem ' Me.NewTestToolStripMenuItem.Name = "NewTestToolStripMenuItem" Me.NewTestToolStripMenuItem.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.N), System.Windows.Forms.Keys) Me.NewTestToolStripMenuItem.Size = New System.Drawing.Size(295, 22) Me.NewTestToolStripMenuItem.Text = "New test" ' 'ViewQueuedTestsToolStripMenuItem ' Me.ViewQueuedTestsToolStripMenuItem.Name = "ViewQueuedTestsToolStripMenuItem" Me.ViewQueuedTestsToolStripMenuItem.Size = New System.Drawing.Size(295, 22) Me.ViewQueuedTestsToolStripMenuItem.Text = "View queued tests" ' 'lstImages ' Me.lstImages.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit Me.lstImages.ImageSize = New System.Drawing.Size(16, 16) Me.lstImages.TransparentColor = System.Drawing.Color.Transparent ' 'lblBasepath ' Me.lblBasepath.Location = New System.Drawing.Point(9, 31) Me.lblBasepath.Name = "lblBasepath" Me.lblBasepath.Size = New System.Drawing.Size(100, 21) Me.lblBasepath.TabIndex = 5 Me.lblBasepath.Text = "&Base path:" ' 'dlgBasepath ' Me.dlgBasepath.ShowNewFolderButton = False ' 'cmdBasepath ' Me.cmdBasepath.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.cmdBasepath.Location = New System.Drawing.Point(913, 27) Me.cmdBasepath.Name = "cmdBasepath" Me.cmdBasepath.Size = New System.Drawing.Size(25, 21) Me.cmdBasepath.TabIndex = 6 Me.cmdBasepath.Text = "..." ' 'lblCompiler ' Me.lblCompiler.Location = New System.Drawing.Point(9, 55) Me.lblCompiler.Name = "lblCompiler" Me.lblCompiler.Size = New System.Drawing.Size(100, 21) Me.lblCompiler.TabIndex = 8 Me.lblCompiler.Text = "VBNC Compiler:" ' 'cmdCompiler ' Me.cmdCompiler.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.cmdCompiler.Location = New System.Drawing.Point(913, 55) Me.cmdCompiler.Name = "cmdCompiler" Me.cmdCompiler.Size = New System.Drawing.Size(25, 21) Me.cmdCompiler.TabIndex = 9 Me.cmdCompiler.Text = "..." ' 'dlgFile ' Me.dlgFile.Filter = "Executable files (*.exe)|*.exe|All files (*.*)|*.*" Me.dlgFile.Title = "Select the compiler to use" ' 'cmnuTest ' Me.cmnuTest.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.cmnuRunTest, Me.ToolStripSeparator1, Me.cmnuViewCodeAndDebugTest, Me.cmnuViewCode2, Me.cmnuDebugTest, Me.EditThisTestToolStripMenuItem, Me.ToolStripSeparator3, Me.cmnuOutputToVerified, Me.ReflectToolStripMenuItem, Me.ToolStripSeparator2, Me.CreateNewTestToolStripMenuItem, Me.CreateNewTestCopyingThisTestToolStripMenuItem, Me.CreateNewTestUsingThisTestAsBaseNameToolStripMenuItem}) Me.cmnuTest.Name = "cmnuTest" Me.cmnuTest.Size = New System.Drawing.Size(379, 242) ' 'cmnuRunTest ' Me.cmnuRunTest.Name = "cmnuRunTest" Me.cmnuRunTest.Size = New System.Drawing.Size(378, 22) Me.cmnuRunTest.Text = "Run this test" ' 'ToolStripSeparator1 ' Me.ToolStripSeparator1.Name = "ToolStripSeparator1" Me.ToolStripSeparator1.Size = New System.Drawing.Size(375, 6) ' 'cmnuViewCodeAndDebugTest ' Me.cmnuViewCodeAndDebugTest.Name = "cmnuViewCodeAndDebugTest" Me.cmnuViewCodeAndDebugTest.Size = New System.Drawing.Size(378, 22) Me.cmnuViewCodeAndDebugTest.Text = "&View Code (external editor) and Set this test to be debugged" ' 'cmnuViewCode2 ' Me.cmnuViewCode2.Name = "cmnuViewCode2" Me.cmnuViewCode2.Size = New System.Drawing.Size(378, 22) Me.cmnuViewCode2.Text = "View code (external editor)" ' 'cmnuDebugTest ' Me.cmnuDebugTest.Name = "cmnuDebugTest" Me.cmnuDebugTest.Size = New System.Drawing.Size(378, 22) Me.cmnuDebugTest.Text = "&Set this test to be debugged" ' 'EditThisTestToolStripMenuItem '
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -