Imports System.Windows.Forms Namespace UTSModule.Station Partial Class FrmStationPlan Inherits System.Windows.Forms.Form 'Form 重写 Dispose,以清理组件列表。 Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Windows 窗体设计器所必需的 Private components As System.ComponentModel.IContainer '注意: 以下过程是 Windows 窗体设计器所必需的 '可以使用 Windows 窗体设计器修改它。 '不要使用代码编辑器修改它。 Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmStationPlan)) Me.ToolStrip1 = New System.Windows.Forms.ToolStrip() Me.TsBtnOpen = New System.Windows.Forms.ToolStripButton() Me.TsBtnSave = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator4 = New System.Windows.Forms.ToolStripSeparator() Me.TsBtnLoad = New System.Windows.Forms.ToolStripButton() Me.TsBtnSaveAs = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator() Me.tsBtnInsertRow = New System.Windows.Forms.ToolStripButton() Me.tsBtnRemoveRow = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator13 = New System.Windows.Forms.ToolStripSeparator() Me.TsBtnBackward = New System.Windows.Forms.ToolStripButton() Me.TsBtnForward = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator14 = New System.Windows.Forms.ToolStripSeparator() Me.TsBtnMoveUp = New System.Windows.Forms.ToolStripButton() Me.TsBtnMoveDown = New System.Windows.Forms.ToolStripButton() Me.TsBtnMoveLeft = New System.Windows.Forms.ToolStripButton() Me.TsBtnMoveRight = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator() Me.TsBtnDebugMode = New System.Windows.Forms.ToolStripButton() Me.TsBtnDebugStart = New System.Windows.Forms.ToolStripButton() Me.TsBtnFailMode = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator10 = New System.Windows.Forms.ToolStripSeparator() Me.tslBtn_ActionOnly = New System.Windows.Forms.ToolStripButton() Me.TsBtn_Record = New System.Windows.Forms.ToolStripButton() Me.TsBtn_ExpandNode = New System.Windows.Forms.ToolStripButton() Me.StuMain = New System.Windows.Forms.StatusStrip() Me.TssLblTestStatus = New System.Windows.Forms.ToolStripStatusLabel() Me.TssLblTestTime = New System.Windows.Forms.ToolStripStatusLabel() Me.TssBarTestProgress = New System.Windows.Forms.ToolStripProgressBar() Me.SplStationPlan = New System.Windows.Forms.SplitContainer() Me.SplPlanDesign = New System.Windows.Forms.SplitContainer() Me.GrpStationPlan = New System.Windows.Forms.GroupBox() Me.GrdStationPlan = New FlexCell.Grid() Me.CmsPlanGrid = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.MsiGridRowBlockInsert = New System.Windows.Forms.ToolStripMenuItem() Me.MsiGridRowBlockDelete = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripSeparator7 = New System.Windows.Forms.ToolStripSeparator() Me.tsBtn_CheckAction = New System.Windows.Forms.ToolStripMenuItem() Me.tsBtn_UncheckAction = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripSeparator15 = New System.Windows.Forms.ToolStripSeparator() Me.MsiUndo = New System.Windows.Forms.ToolStripMenuItem() Me.MsiRedo = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripSeparator6 = New System.Windows.Forms.ToolStripSeparator() Me.MsiSaveNodeFile = New System.Windows.Forms.ToolStripMenuItem() Me.MsiLoadNodeFile = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripSeparator11 = New System.Windows.Forms.ToolStripSeparator() Me.TsmiDebugStart = New System.Windows.Forms.ToolStripMenuItem() Me.TsmiDebugEnd = New System.Windows.Forms.ToolStripMenuItem() Me.TsmiDebugStep = New System.Windows.Forms.ToolStripMenuItem() Me.TsmiDebugContinue = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripSeparator8 = New System.Windows.Forms.ToolStripSeparator() Me.TsmiDebugSetup = New System.Windows.Forms.ToolStripMenuItem() Me.TsmiDebugMain = New System.Windows.Forms.ToolStripMenuItem() Me.TsmiDebugPass = New System.Windows.Forms.ToolStripMenuItem() Me.TsmiDebugFail = New System.Windows.Forms.ToolStripMenuItem() Me.TsmiDebugCleanup = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripSeparator9 = New System.Windows.Forms.ToolStripSeparator() Me.TsmiDebugNode = New System.Windows.Forms.ToolStripMenuItem() Me.TsmiDebugNodeBegin = New System.Windows.Forms.ToolStripMenuItem() Me.GrpSingleRowInfo = New System.Windows.Forms.GroupBox() Me.SplitContainer1 = New System.Windows.Forms.SplitContainer() Me.GrdRowNode = New FlexCell.Grid() Me.RtxColTip = New System.Windows.Forms.RichTextBox() Me.GrpOutputInfo = New System.Windows.Forms.GroupBox() Me.TabControl1 = New System.Windows.Forms.TabControl() Me.TpOutputInfo = New System.Windows.Forms.TabPage() Me.RtxOutputInfo = New System.Windows.Forms.RichTextBox() Me.ToolStrip1.SuspendLayout() Me.StuMain.SuspendLayout() CType(Me.SplStationPlan, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplStationPlan.Panel1.SuspendLayout() Me.SplStationPlan.Panel2.SuspendLayout() Me.SplStationPlan.SuspendLayout() CType(Me.SplPlanDesign, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplPlanDesign.Panel1.SuspendLayout() Me.SplPlanDesign.Panel2.SuspendLayout() Me.SplPlanDesign.SuspendLayout() Me.GrpStationPlan.SuspendLayout() Me.CmsPlanGrid.SuspendLayout() Me.GrpSingleRowInfo.SuspendLayout() CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainer1.Panel1.SuspendLayout() Me.SplitContainer1.Panel2.SuspendLayout() Me.SplitContainer1.SuspendLayout() Me.GrpOutputInfo.SuspendLayout() Me.TabControl1.SuspendLayout() Me.TpOutputInfo.SuspendLayout() Me.SuspendLayout() ' 'ToolStrip1 ' Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TsBtnOpen, Me.TsBtnSave, Me.ToolStripSeparator4, Me.TsBtnLoad, Me.TsBtnSaveAs, Me.ToolStripSeparator3, Me.TsBtnBackward, Me.TsBtnForward, Me.ToolStripSeparator13, Me.tsBtnInsertRow, Me.tsBtnRemoveRow, Me.ToolStripSeparator14, Me.TsBtnMoveUp, Me.TsBtnMoveDown, Me.TsBtnMoveLeft, Me.TsBtnMoveRight, Me.ToolStripSeparator2, Me.TsBtnDebugMode, Me.TsBtnDebugStart, Me.TsBtnFailMode, Me.ToolStripSeparator10, Me.tslBtn_ActionOnly, Me.TsBtn_Record, Me.TsBtn_ExpandNode}) Me.ToolStrip1.Location = New System.Drawing.Point(0, 0) Me.ToolStrip1.Name = "ToolStrip1" Me.ToolStrip1.Size = New System.Drawing.Size(977, 40) Me.ToolStrip1.TabIndex = 0 Me.ToolStrip1.Text = "ToolStrip1" ' 'TsBtnOpen ' Me.TsBtnOpen.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.TsBtnOpen.Image = CType(resources.GetObject("TsBtnOpen.Image"), System.Drawing.Image) Me.TsBtnOpen.ImageTransparentColor = System.Drawing.Color.Magenta Me.TsBtnOpen.Name = "TsBtnOpen" Me.TsBtnOpen.Size = New System.Drawing.Size(35, 37) Me.TsBtnOpen.Text = "打开" Me.TsBtnOpen.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText ' 'TsBtnSave ' Me.TsBtnSave.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.TsBtnSave.Image = CType(resources.GetObject("TsBtnSave.Image"), System.Drawing.Image) Me.TsBtnSave.ImageTransparentColor = System.Drawing.Color.Magenta Me.TsBtnSave.Name = "TsBtnSave" Me.TsBtnSave.Size = New System.Drawing.Size(35, 37) Me.TsBtnSave.Text = "保存" Me.TsBtnSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText ' 'ToolStripSeparator4 ' Me.ToolStripSeparator4.Name = "ToolStripSeparator4" Me.ToolStripSeparator4.Size = New System.Drawing.Size(6, 40) ' 'TsBtnLoad ' Me.TsBtnLoad.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.TsBtnLoad.Image = CType(resources.GetObject("TsBtnLoad.Image"), System.Drawing.Image) Me.TsBtnLoad.ImageTransparentColor = System.Drawing.Color.Magenta Me.TsBtnLoad.Name = "TsBtnLoad" Me.TsBtnLoad.Size = New System.Drawing.Size(35, 37) Me.TsBtnLoad.Text = "重载" Me.TsBtnLoad.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText ' 'TsBtnSaveAs ' Me.TsBtnSaveAs.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.TsBtnSaveAs.Image = CType(resources.GetObject("TsBtnSaveAs.Image"), System.Drawing.Image) Me.TsBtnSaveAs.ImageTransparentColor = System.Drawing.Color.Magenta Me.TsBtnSaveAs.Name = "TsBtnSaveAs" Me.TsBtnSaveAs.Size = New System.Drawing.Size(35, 37) Me.TsBtnSaveAs.Text = "导出" Me.TsBtnSaveAs.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText ' 'ToolStripSeparator3 ' Me.ToolStripSeparator3.Name = "ToolStripSeparator3" Me.ToolStripSeparator3.Size = New System.Drawing.Size(6, 40) ' 'tsBtnInsertRow ' Me.tsBtnInsertRow.Image = CType(resources.GetObject("tsBtnInsertRow.Image"), System.Drawing.Image) Me.tsBtnInsertRow.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsBtnInsertRow.Name = "tsBtnInsertRow" Me.tsBtnInsertRow.Size = New System.Drawing.Size(48, 37) Me.tsBtnInsertRow.Text = "插入行" Me.tsBtnInsertRow.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText ' 'tsBtnRemoveRow ' Me.tsBtnRemoveRow.Image = CType(resources.GetObject("tsBtnRemoveRow.Image"), System.Drawing.Image) Me.tsBtnRemoveRow.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsBtnRemoveRow.Name = "tsBtnRemoveRow" Me.tsBtnRemoveRow.Size = New System.Drawing.Size(48, 37) Me.tsBtnRemoveRow.Text = "移除行" Me.tsBtnRemoveRow.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText ' 'ToolStripSeparator13 ' Me.ToolStripSeparator13.Name = "ToolStripSeparator13" Me.ToolStripSeparator13.Size = New System.Drawing.Size(6, 40) ' 'TsBtnBackward ' Me.TsBtnBackward.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.TsBtnBackward.Image = CType(resources.GetObject("TsBtnBackward.Image"), System.Drawing.Image) Me.TsBtnBackward.ImageTransparentColor = System.Drawing.Color.Magenta Me.TsBtnBackward.Name = "TsBtnBackward" Me.TsBtnBackward.Size = New System.Drawing.Size(59, 37) Me.TsBtnBackward.Text = "向后导航" Me.TsBtnBackward.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText ' 'TsBtnForward ' Me.TsBtnForward.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.TsBtnForward.Image = CType(resources.GetObject("TsBtnForward.Image"), System.Drawing.Image) Me.TsBtnForward.ImageTransparentColor = System.Drawing.Color.Magenta Me.TsBtnForward.Name = "TsBtnForward" Me.TsBtnForward.Size = New System.Drawing.Size(59, 37) Me.TsBtnForward.Text = "向前导航" Me.TsBtnForward.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText Me.TsBtnForward.ToolTipText = "向前导航" ' 'ToolStripSeparator14 ' Me.ToolStripSeparator14.Name = "ToolStripSeparator14" Me.ToolStripSeparator14.Size = New System.Drawing.Size(6, 40) ' 'TsBtnMoveUp ' Me.TsBtnMoveUp.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.TsBtnMoveUp.Image = CType(resources.GetObject("TsBtnMoveUp.Image"), System.Drawing.Image) Me.TsBtnMoveUp.ImageTransparentColor = System.Drawing.Color.Magenta Me.TsBtnMoveUp.Name = "TsBtnMoveUp" Me.TsBtnMoveUp.Size = New System.Drawing.Size(35, 37) Me.TsBtnMoveUp.Text = "上移" Me.TsBtnMoveUp.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText ' 'TsBtnMoveDown ' Me.TsBtnMoveDown.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.TsBtnMoveDown.Image = CType(resources.GetObject("TsBtnMoveDown.Image"), System.Drawing.Image) Me.TsBtnMoveDown.ImageTransparentColor = System.Drawing.Color.Magenta Me.TsBtnMoveDown.Name = "TsBtnMoveDown" Me.TsBtnMoveDown.Size = New System.Drawing.Size(35, 37) Me.TsBtnMoveDown.Text = "下移" Me.TsBtnMoveDown.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText ' 'TsBtnMoveLeft ' Me.TsBtnMoveLeft.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.TsBtnMoveLeft.Image = CType(resources.GetObject("TsBtnMoveLeft.Image"), System.Drawing.Image) Me.TsBtnMoveLeft.ImageTransparentColor = System.Drawing.Color.Magenta Me.TsBtnMoveLeft.Name = "TsBtnMoveLeft" Me.TsBtnMoveLeft.Size = New System.Drawing.Size(35, 37) Me.TsBtnMoveLeft.Text = "升级" Me.TsBtnMoveLeft.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText ' 'TsBtnMoveRight ' Me.TsBtnMoveRight.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.TsBtnMoveRight.Image = CType(resources.GetObject("TsBtnMoveRight.Image"), System.Drawing.Image) Me.TsBtnMoveRight.ImageTransparentColor = System.Drawing.Color.Magenta Me.TsBtnMoveRight.Name = "TsBtnMoveRight" Me.TsBtnMoveRight.Size = New System.Drawing.Size(35, 37) Me.TsBtnMoveRight.Text = "降级" Me.TsBtnMoveRight.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText ' 'ToolStripSeparator2 ' Me.ToolStripSeparator2.Name = "ToolStripSeparator2" Me.ToolStripSeparator2.Size = New System.Drawing.Size(6, 40) ' 'TsBtnDebugMode ' Me.TsBtnDebugMode.Image = CType(resources.GetObject("TsBtnDebugMode.Image"), System.Drawing.Image) Me.TsBtnDebugMode.ImageTransparentColor = System.Drawing.Color.Magenta Me.TsBtnDebugMode.Name = "TsBtnDebugMode" Me.TsBtnDebugMode.Size = New System.Drawing.Size(60, 37) Me.TsBtnDebugMode.Text = "调试模式" Me.TsBtnDebugMode.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText ' 'TsBtnDebugStart ' Me.TsBtnDebugStart.Image = CType(resources.GetObject("TsBtnDebugStart.Image"), System.Drawing.Image) Me.TsBtnDebugStart.ImageTransparentColor = System.Drawing.Color.Magenta Me.TsBtnDebugStart.Name = "TsBtnDebugStart" Me.TsBtnDebugStart.Size = New System.Drawing.Size(60, 37) Me.TsBtnDebugStart.Text = "开始调试" Me.TsBtnDebugStart.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText ' 'TsBtnFailMode ' Me.TsBtnFailMode.Image = CType(resources.GetObject("TsBtnFailMode.Image"), System.Drawing.Image) Me.TsBtnFailMode.ImageTransparentColor = System.Drawing.Color.Magenta Me.TsBtnFailMode.Name = "TsBtnFailMode" Me.TsBtnFailMode.Size = New System.Drawing.Size(60, 37) Me.TsBtnFailMode.Text = "单步退出" Me.TsBtnFailMode.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText ' 'ToolStripSeparator10 ' Me.ToolStripSeparator10.Name = "ToolStripSeparator10" Me.ToolStripSeparator10.Size = New System.Drawing.Size(6, 40) ' 'tslBtn_ActionOnly ' Me.tslBtn_ActionOnly.Image = CType(resources.GetObject("tslBtn_ActionOnly.Image"), System.Drawing.Image) Me.tslBtn_ActionOnly.ImageTransparentColor = System.Drawing.Color.Magenta Me.tslBtn_ActionOnly.Name = "tslBtn_ActionOnly" Me.tslBtn_ActionOnly.Size = New System.Drawing.Size(48, 37) Me.tslBtn_ActionOnly.Text = "Action" Me.tslBtn_ActionOnly.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText ' 'TsBtn_Record ' Me.TsBtn_Record.Image = CType(resources.GetObject("TsBtn_Record.Image"), System.Drawing.Image) Me.TsBtn_Record.ImageTransparentColor = System.Drawing.Color.Magenta Me.TsBtn_Record.Name = "TsBtn_Record" Me.TsBtn_Record.Size = New System.Drawing.Size(54, 37) Me.TsBtn_Record.Text = "Record" Me.TsBtn_Record.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText ' 'TsBtn_ExpandNode ' Me.TsBtn_ExpandNode.Image = CType(resources.GetObject("TsBtn_ExpandNode.Image"), System.Drawing.Image) Me.TsBtn_ExpandNode.ImageTransparentColor = System.Drawing.Color.Magenta Me.TsBtn_ExpandNode.Name = "TsBtn_ExpandNode" Me.TsBtn_ExpandNode.Size = New System.Drawing.Size(55, 37) Me.TsBtn_ExpandNode.Text = "Expand" Me.TsBtn_ExpandNode.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText ' 'StuMain ' Me.StuMain.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TssLblTestStatus, Me.TssLblTestTime, Me.TssBarTestProgress}) Me.StuMain.Location = New System.Drawing.Point(0, 558) Me.StuMain.Name = "StuMain" Me.StuMain.Size = New System.Drawing.Size(977, 22) Me.StuMain.TabIndex = 1 Me.StuMain.Text = "StatusStrip1" ' 'TssLblTestStatus ' Me.TssLblTestStatus.AutoSize = False Me.TssLblTestStatus.Name = "TssLblTestStatus" Me.TssLblTestStatus.Size = New System.Drawing.Size(120, 17) Me.TssLblTestStatus.Text = "测试状态" ' 'TssLblTestTime ' Me.TssLblTestTime.AutoSize = False Me.TssLblTestTime.ForeColor = System.Drawing.Color.Green Me.TssLblTestTime.Name = "TssLblTestTime" Me.TssLblTestTime.Overflow = System.Windows.Forms.ToolStripItemOverflow.Always Me.TssLblTestTime.Size = New System.Drawing.Size(160, 17) Me.TssLblTestTime.Text = "TimeExpend:00:00:00:000" ' 'TssBarTestProgress ' Me.TssBarTestProgress.AutoSize = False Me.TssBarTestProgress.Name = "TssBarTestProgress" Me.TssBarTestProgress.Size = New System.Drawing.Size(200, 16) ' 'SplStationPlan ' Me.SplStationPlan.Dock = System.Windows.Forms.DockStyle.Fill Me.SplStationPlan.Location = New System.Drawing.Point(0, 40) Me.SplStationPlan.Name = "SplStationPlan" Me.SplStationPlan.Orientation = System.Windows.Forms.Orientation.Horizontal ' 'SplStationPlan.Panel1 ' Me.SplStationPlan.Panel1.Controls.Add(Me.SplPlanDesign) ' 'SplStationPlan.Panel2 ' Me.SplStationPlan.Panel2.Controls.Add(Me.GrpOutputInfo) Me.SplStationPlan.Size = New System.Drawing.Size(977, 518) Me.SplStationPlan.SplitterDistance = 348 Me.SplStationPlan.TabIndex = 10 ' 'SplPlanDesign ' Me.SplPlanDesign.Dock = System.Windows.Forms.DockStyle.Fill Me.SplPlanDesign.Location = New System.Drawing.Point(0, 0) Me.SplPlanDesign.Name = "SplPlanDesign" ' 'SplPlanDesign.Panel1 ' Me.SplPlanDesign.Panel1.Controls.Add(Me.GrpStationPlan) ' 'SplPlanDesign.Panel2 ' Me.SplPlanDesign.Panel2.Controls.Add(Me.GrpSingleRowInfo) Me.SplPlanDesign.Size = New System.Drawing.Size(977, 348) Me.SplPlanDesign.SplitterDistance = 671 Me.SplPlanDesign.TabIndex = 0 ' 'GrpStationPlan ' Me.GrpStationPlan.Controls.Add(Me.GrdStationPlan) Me.GrpStationPlan.Dock = System.Windows.Forms.DockStyle.Fill Me.GrpStationPlan.Location = New System.Drawing.Point(0, 0) Me.GrpStationPlan.Name = "GrpStationPlan" Me.GrpStationPlan.Size = New System.Drawing.Size(671, 348) Me.GrpStationPlan.TabIndex = 45 Me.GrpStationPlan.TabStop = False Me.GrpStationPlan.Text = "执行流程" ' 'GrdStationPlan ' Me.GrdStationPlan.BorderStyle = FlexCell.BorderStyleEnum.None Me.GrdStationPlan.ContextMenuStrip = Me.CmsPlanGrid Me.GrdStationPlan.DefaultFont = New System.Drawing.Font("宋体", 9.0!) Me.GrdStationPlan.Dock = System.Windows.Forms.DockStyle.Fill Me.GrdStationPlan.GridColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer)) Me.GrdStationPlan.Location = New System.Drawing.Point(3, 17) Me.GrdStationPlan.MouseWheelSpeed = CType(3, Short) Me.GrdStationPlan.Name = "GrdStationPlan" Me.GrdStationPlan.Size = New System.Drawing.Size(665, 328) Me.GrdStationPlan.TabIndex = 0 ' 'CmsPlanGrid ' Me.CmsPlanGrid.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.MsiGridRowBlockInsert, Me.MsiGridRowBlockDelete, Me.ToolStripSeparator7, Me.tsBtn_CheckAction, Me.tsBtn_UncheckAction, Me.ToolStripSeparator15, Me.MsiUndo, Me.MsiRedo, Me.ToolStripSeparator6, Me.MsiSaveNodeFile, Me.MsiLoadNodeFile, Me.ToolStripSeparator11, Me.TsmiDebugStart, Me.TsmiDebugEnd, Me.TsmiDebugContinue, Me.TsmiDebugStep, Me.ToolStripSeparator8, Me.TsmiDebugSetup, Me.TsmiDebugMain, Me.TsmiDebugPass, Me.TsmiDebugFail, Me.TsmiDebugCleanup, Me.ToolStripSeparator9, Me.TsmiDebugNode, Me.TsmiDebugNodeBegin}) Me.CmsPlanGrid.Name = "CmsMain" Me.CmsPlanGrid.Size = New System.Drawing.Size(222, 458) ' 'MsiGridRowBlockInsert ' Me.MsiGridRowBlockInsert.Image = CType(resources.GetObject("MsiGridRowBlockInsert.Image"), System.Drawing.Image) Me.MsiGridRowBlockInsert.Name = "MsiGridRowBlockInsert" Me.MsiGridRowBlockInsert.ShortcutKeyDisplayString = "Ctr+I" Me.MsiGridRowBlockInsert.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.I), System.Windows.Forms.Keys) Me.MsiGridRowBlockInsert.Size = New System.Drawing.Size(192, 22) Me.MsiGridRowBlockInsert.Text = "插入" ' 'MsiGridRowBlockDelete ' Me.MsiGridRowBlockDelete.Image = CType(resources.GetObject("MsiGridRowBlockDelete.Image"), System.Drawing.Image) Me.MsiGridRowBlockDelete.Name = "MsiGridRowBlockDelete" Me.MsiGridRowBlockDelete.ShortcutKeyDisplayString = "Ctr+D" Me.MsiGridRowBlockDelete.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.D), System.Windows.Forms.Keys) Me.MsiGridRowBlockDelete.Size = New System.Drawing.Size(192, 22) Me.MsiGridRowBlockDelete.Text = "删除" ' 'ToolStripSeparator7 ' Me.ToolStripSeparator7.Name = "ToolStripSeparator7" Me.ToolStripSeparator7.Size = New System.Drawing.Size(189, 6) ' 'tsBtn_CheckAction ' Me.tsBtn_CheckAction.Image = CType(resources.GetObject("tsBtn_CheckAction.Image"), System.Drawing.Image) Me.tsBtn_CheckAction.Name = "tsBtn_CheckAction" Me.tsBtn_CheckAction.Size = New System.Drawing.Size(192, 22) Me.tsBtn_CheckAction.Text = "勾选测试" ' 'tsBtn_UncheckAction ' Me.tsBtn_UncheckAction.Image = CType(resources.GetObject("tsBtn_UncheckAction.Image"), System.Drawing.Image) Me.tsBtn_UncheckAction.Name = "tsBtn_UncheckAction" Me.tsBtn_UncheckAction.Size = New System.Drawing.Size(192, 22) Me.tsBtn_UncheckAction.Text = "取消勾选测试" ' 'ToolStripSeparator15 ' Me.ToolStripSeparator15.Name = "ToolStripSeparator15" Me.ToolStripSeparator15.Size = New System.Drawing.Size(189, 6) ' 'MsiUndo ' Me.MsiUndo.Enabled = False Me.MsiUndo.Name = "MsiUndo" Me.MsiUndo.Size = New System.Drawing.Size(192, 22) Me.MsiUndo.Text = "撤销" ' 'MsiRedo ' Me.MsiRedo.Enabled = False Me.MsiRedo.Name = "MsiRedo" Me.MsiRedo.Size = New System.Drawing.Size(192, 22) Me.MsiRedo.Text = "重做" ' 'ToolStripSeparator6 ' Me.ToolStripSeparator6.Name = "ToolStripSeparator6" Me.ToolStripSeparator6.Size = New System.Drawing.Size(189, 6) ' 'MsiSaveNodeFile ' Me.MsiSaveNodeFile.Name = "MsiSaveNodeFile" Me.MsiSaveNodeFile.Size = New System.Drawing.Size(192, 22) Me.MsiSaveNodeFile.Text = "另存为节点文件" ' 'MsiLoadNodeFile ' Me.MsiLoadNodeFile.Name = "MsiLoadNodeFile" Me.MsiLoadNodeFile.Size = New System.Drawing.Size(192, 22) Me.MsiLoadNodeFile.Text = "加载节点文件" ' 'ToolStripSeparator11 ' Me.ToolStripSeparator11.Name = "ToolStripSeparator11" Me.ToolStripSeparator11.Size = New System.Drawing.Size(189, 6) ' 'TsmiDebugStart ' Me.TsmiDebugStart.Image = CType(resources.GetObject("TsmiDebugStart.Image"), System.Drawing.Image) Me.TsmiDebugStart.Name = "TsmiDebugStart" Me.TsmiDebugStart.ShortcutKeys = System.Windows.Forms.Keys.F5 Me.TsmiDebugStart.Size = New System.Drawing.Size(207, 22) Me.TsmiDebugStart.Text = "开始执行" ' 'TsmiDebugEnd ' Me.TsmiDebugEnd.Image = CType(resources.GetObject("TsmiDebugEnd.Image"), System.Drawing.Image) Me.TsmiDebugEnd.Name = "TsmiDebugEnd" Me.TsmiDebugEnd.ShortcutKeys = CType((System.Windows.Forms.Keys.Shift Or System.Windows.Forms.Keys.F5), System.Windows.Forms.Keys) Me.TsmiDebugEnd.Size = New System.Drawing.Size(207, 22) Me.TsmiDebugEnd.Text = "退出执行" ' 'TsmiDebugStep ' Me.TsmiDebugStep.Image = CType(resources.GetObject("TsmiDebugStep.Image"), System.Drawing.Image) Me.TsmiDebugStep.Name = "TsmiDebugStep" Me.TsmiDebugStep.ShortcutKeys = System.Windows.Forms.Keys.F11 Me.TsmiDebugStep.Size = New System.Drawing.Size(207, 22) Me.TsmiDebugStep.Text = "单步执行" ' 'TsmiDebugContinue ' Me.TsmiDebugContinue.Image = CType(resources.GetObject("TsmiDebugContinue.Image"), System.Drawing.Image) Me.TsmiDebugContinue.Name = "TsmiDebugContinue" Me.TsmiDebugContinue.ShortcutKeys = CType((System.Windows.Forms.Keys.Alt Or System.Windows.Forms.Keys.F5), System.Windows.Forms.Keys) Me.TsmiDebugContinue.Size = New System.Drawing.Size(207, 22) Me.TsmiDebugContinue.Text = "继续执行" ' 'ToolStripSeparator8 ' Me.ToolStripSeparator8.Name = "ToolStripSeparator8" Me.ToolStripSeparator8.Size = New System.Drawing.Size(189, 6) ' 'TsmiDebugSetup ' Me.TsmiDebugSetup.Name = "TsmiDebugSetup" Me.TsmiDebugSetup.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.F1), System.Windows.Forms.Keys) Me.TsmiDebugSetup.Size = New System.Drawing.Size(207, 22) Me.TsmiDebugSetup.Text = "Setup模块执行" ' 'TsmiDebugMain ' Me.TsmiDebugMain.Name = "TsmiDebugMain" Me.TsmiDebugMain.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.F2), System.Windows.Forms.Keys) Me.TsmiDebugMain.Size = New System.Drawing.Size(207, 22) Me.TsmiDebugMain.Text = "Main模块执行" ' 'TsmiDebugPass ' Me.TsmiDebugPass.Name = "TsmiDebugPass" Me.TsmiDebugPass.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.F3), System.Windows.Forms.Keys) Me.TsmiDebugPass.Size = New System.Drawing.Size(221, 22) Me.TsmiDebugPass.Text = "Pass模块执行" ' 'TsmiDebugFail ' Me.TsmiDebugFail.Name = "TsmiDebugFail" Me.TsmiDebugFail.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.F4), System.Windows.Forms.Keys) Me.TsmiDebugFail.Size = New System.Drawing.Size(221, 22) Me.TsmiDebugFail.Text = "Fail模块执行" ' 'TsmiDebugCleanup ' Me.TsmiDebugCleanup.Name = "TsmiDebugCleanup" Me.TsmiDebugCleanup.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.F5), System.Windows.Forms.Keys) Me.TsmiDebugCleanup.Size = New System.Drawing.Size(221, 22) Me.TsmiDebugCleanup.Text = "Cleanup模块执行" ' 'ToolStripSeparator9 ' Me.ToolStripSeparator9.Name = "ToolStripSeparator9" Me.ToolStripSeparator9.Size = New System.Drawing.Size(189, 6) ' 'TsmiDebugNode ' Me.TsmiDebugNode.Name = "TsmiDebugNode" Me.TsmiDebugNode.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.F10), System.Windows.Forms.Keys) Me.TsmiDebugNode.Size = New System.Drawing.Size(221, 22) Me.TsmiDebugNode.Text = "节点测试" ' 'TsmiDebugNodeBegin ' Me.TsmiDebugNodeBegin.Name = "TsmiDebugNodeBegin" Me.TsmiDebugNodeBegin.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.F11), System.Windows.Forms.Keys) Me.TsmiDebugNodeBegin.Size = New System.Drawing.Size(221, 22) Me.TsmiDebugNodeBegin.Text = "节点开始测试" ' 'GrpSingleRowInfo ' Me.GrpSingleRowInfo.Controls.Add(Me.SplitContainer1) Me.GrpSingleRowInfo.Dock = System.Windows.Forms.DockStyle.Fill Me.GrpSingleRowInfo.Location = New System.Drawing.Point(0, 0) Me.GrpSingleRowInfo.Name = "GrpSingleRowInfo" Me.GrpSingleRowInfo.Size = New System.Drawing.Size(302, 348) Me.GrpSingleRowInfo.TabIndex = 1 Me.GrpSingleRowInfo.TabStop = False Me.GrpSingleRowInfo.Text = "属性" ' 'SplitContainer1 ' Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill Me.SplitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2 Me.SplitContainer1.Location = New System.Drawing.Point(3, 17) Me.SplitContainer1.Name = "SplitContainer1" Me.SplitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal ' 'SplitContainer1.Panel1 ' Me.SplitContainer1.Panel1.Controls.Add(Me.GrdRowNode) ' 'SplitContainer1.Panel2 ' Me.SplitContainer1.Panel2.Controls.Add(Me.RtxColTip) Me.SplitContainer1.Size = New System.Drawing.Size(296, 328) Me.SplitContainer1.SplitterDistance = 246 Me.SplitContainer1.TabIndex = 1 ' 'GrdRowNode ' Me.GrdRowNode.BorderStyle = FlexCell.BorderStyleEnum.None Me.GrdRowNode.DefaultFont = New System.Drawing.Font("宋体", 9.0!) Me.GrdRowNode.Dock = System.Windows.Forms.DockStyle.Fill Me.GrdRowNode.GridColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer)) Me.GrdRowNode.Location = New System.Drawing.Point(0, 0) Me.GrdRowNode.MouseWheelSpeed = CType(3, Short) Me.GrdRowNode.Name = "GrdRowNode" Me.GrdRowNode.Size = New System.Drawing.Size(296, 246) Me.GrdRowNode.TabIndex = 0 ' 'RtxColTip ' Me.RtxColTip.BorderStyle = System.Windows.Forms.BorderStyle.None Me.RtxColTip.Dock = System.Windows.Forms.DockStyle.Fill Me.RtxColTip.Enabled = False Me.RtxColTip.Location = New System.Drawing.Point(0, 0) Me.RtxColTip.Name = "RtxColTip" Me.RtxColTip.Size = New System.Drawing.Size(296, 78) Me.RtxColTip.TabIndex = 0 Me.RtxColTip.Text = "" ' 'GrpOutputInfo ' Me.GrpOutputInfo.Controls.Add(Me.TabControl1) Me.GrpOutputInfo.Dock = System.Windows.Forms.DockStyle.Fill Me.GrpOutputInfo.Location = New System.Drawing.Point(0, 0) Me.GrpOutputInfo.Name = "GrpOutputInfo" Me.GrpOutputInfo.Size = New System.Drawing.Size(977, 166) Me.GrpOutputInfo.TabIndex = 0 Me.GrpOutputInfo.TabStop = false Me.GrpOutputInfo.Text = "输出内容" ' 'TabControl1 ' Me.TabControl1.Controls.Add(Me.TpOutputInfo) Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill Me.TabControl1.Location = New System.Drawing.Point(3, 17) Me.TabControl1.Name = "TabControl1" Me.TabControl1.SelectedIndex = 0 Me.TabControl1.Size = New System.Drawing.Size(971, 146) Me.TabControl1.TabIndex = 1 ' 'TpOutputInfo ' Me.TpOutputInfo.Controls.Add(Me.RtxOutputInfo) Me.TpOutputInfo.Location = New System.Drawing.Point(4, 22) Me.TpOutputInfo.Name = "TpOutputInfo" Me.TpOutputInfo.Padding = New System.Windows.Forms.Padding(3) Me.TpOutputInfo.Size = New System.Drawing.Size(963, 120) Me.TpOutputInfo.TabIndex = 0 Me.TpOutputInfo.Text = "输出信息" Me.TpOutputInfo.UseVisualStyleBackColor = true ' 'RtxOutputInfo ' Me.RtxOutputInfo.BorderStyle = System.Windows.Forms.BorderStyle.None Me.RtxOutputInfo.Dock = System.Windows.Forms.DockStyle.Fill Me.RtxOutputInfo.Location = New System.Drawing.Point(3, 3) Me.RtxOutputInfo.Name = "RtxOutputInfo" Me.RtxOutputInfo.Size = New System.Drawing.Size(957, 114) Me.RtxOutputInfo.TabIndex = 0 Me.RtxOutputInfo.Text = "" ' 'FrmStationPlan ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6!, 12!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(977, 580) Me.Controls.Add(Me.SplStationPlan) Me.Controls.Add(Me.StuMain) Me.Controls.Add(Me.ToolStrip1) Me.KeyPreview = true Me.Name = "FrmStationPlan" Me.Text = "Form1" Me.ToolStrip1.ResumeLayout(false) Me.ToolStrip1.PerformLayout Me.StuMain.ResumeLayout(false) Me.StuMain.PerformLayout Me.SplStationPlan.Panel1.ResumeLayout(false) Me.SplStationPlan.Panel2.ResumeLayout(false) CType(Me.SplStationPlan,System.ComponentModel.ISupportInitialize).EndInit Me.SplStationPlan.ResumeLayout(false) Me.SplPlanDesign.Panel1.ResumeLayout(false) Me.SplPlanDesign.Panel2.ResumeLayout(false) CType(Me.SplPlanDesign,System.ComponentModel.ISupportInitialize).EndInit Me.SplPlanDesign.ResumeLayout(false) Me.GrpStationPlan.ResumeLayout(false) Me.CmsPlanGrid.ResumeLayout(false) Me.GrpSingleRowInfo.ResumeLayout(false) Me.SplitContainer1.Panel1.ResumeLayout(false) Me.SplitContainer1.Panel2.ResumeLayout(false) CType(Me.SplitContainer1,System.ComponentModel.ISupportInitialize).EndInit Me.SplitContainer1.ResumeLayout(false) Me.GrpOutputInfo.ResumeLayout(false) Me.TabControl1.ResumeLayout(false) Me.TpOutputInfo.ResumeLayout(false) Me.ResumeLayout(false) Me.PerformLayout End Sub Friend WithEvents ToolStrip1 As ToolStrip Friend WithEvents StuMain As StatusStrip Friend WithEvents SplStationPlan As SplitContainer Friend WithEvents SplPlanDesign As SplitContainer Friend WithEvents GrpStationPlan As GroupBox Friend WithEvents GrpSingleRowInfo As GroupBox Friend WithEvents SplitContainer1 As SplitContainer Friend WithEvents RtxColTip As RichTextBox Friend WithEvents GrpOutputInfo As GroupBox Friend WithEvents TsBtnBackward As ToolStripButton Friend WithEvents TsBtnForward As ToolStripButton Friend WithEvents TsBtnMoveUp As ToolStripButton Friend WithEvents GrdRowNode As FlexCell.Grid Friend WithEvents CmsPlanGrid As ContextMenuStrip Friend WithEvents MsiSaveNodeFile As ToolStripMenuItem Friend WithEvents TsBtnMoveDown As ToolStripButton Friend WithEvents TsBtnMoveLeft As ToolStripButton Friend WithEvents TsBtnMoveRight As ToolStripButton Friend WithEvents ToolStripSeparator2 As ToolStripSeparator Friend WithEvents ToolStripSeparator3 As ToolStripSeparator Friend WithEvents TsBtnLoad As ToolStripButton Friend WithEvents TsBtnSave As ToolStripButton Friend WithEvents MsiLoadNodeFile As ToolStripMenuItem Friend WithEvents ToolStripSeparator6 As ToolStripSeparator Friend WithEvents MsiUndo As ToolStripMenuItem Friend WithEvents MsiRedo As ToolStripMenuItem Friend WithEvents TsBtnOpen As ToolStripButton Friend WithEvents GrdStationPlan As FlexCell.Grid Friend WithEvents TsBtnDebugStart As ToolStripButton Friend WithEvents TsBtnDebugMode As ToolStripButton Friend WithEvents ToolStripSeparator7 As ToolStripSeparator Friend WithEvents TsmiDebugStep As ToolStripMenuItem Friend WithEvents TsmiDebugContinue As ToolStripMenuItem Friend WithEvents TsmiDebugStart As ToolStripMenuItem Friend WithEvents ToolStripSeparator8 As ToolStripSeparator Friend WithEvents TsmiDebugSetup As ToolStripMenuItem Friend WithEvents TsmiDebugMain As ToolStripMenuItem Friend WithEvents TsmiDebugPass As ToolStripMenuItem Friend WithEvents TsmiDebugFail As ToolStripMenuItem Friend WithEvents TsmiDebugCleanup As ToolStripMenuItem Friend WithEvents TsmiDebugEnd As ToolStripMenuItem Friend WithEvents ToolStripSeparator9 As ToolStripSeparator Friend WithEvents TsmiDebugNode As ToolStripMenuItem Friend WithEvents TsmiDebugNodeBegin As ToolStripMenuItem Friend WithEvents TssLblTestStatus As ToolStripStatusLabel Friend WithEvents TssLblTestTime As ToolStripStatusLabel Friend WithEvents TssBarTestProgress As ToolStripProgressBar Friend WithEvents TsBtnFailMode As ToolStripButton Friend WithEvents TabControl1 As TabControl Friend WithEvents TpOutputInfo As TabPage Friend WithEvents RtxOutputInfo As RichTextBox Friend WithEvents TsBtnSaveAs As ToolStripButton Friend WithEvents ToolStripSeparator4 As ToolStripSeparator Friend WithEvents tsBtnInsertRow As ToolStripButton Friend WithEvents tsBtnRemoveRow As ToolStripButton Friend WithEvents tslBtn_ActionOnly As ToolStripButton Friend WithEvents ToolStripSeparator10 As ToolStripSeparator Friend WithEvents TsBtn_Record As ToolStripButton Friend WithEvents TsBtn_ExpandNode As ToolStripButton Friend WithEvents MsiGridRowBlockInsert As ToolStripMenuItem Friend WithEvents MsiGridRowBlockDelete As ToolStripMenuItem Friend WithEvents ToolStripSeparator11 As ToolStripSeparator Friend WithEvents ToolStripSeparator13 As ToolStripSeparator Friend WithEvents ToolStripSeparator14 As ToolStripSeparator Friend WithEvents tsBtn_CheckAction As ToolStripMenuItem Friend WithEvents tsBtn_UncheckAction As ToolStripMenuItem Friend WithEvents ToolStripSeparator15 As ToolStripSeparator End Class End Namespace