Imports System.Windows.Forms 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.TsBtnLoad = New System.Windows.Forms.ToolStripButton() Me.TsBtnSave = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator() Me.TsBtnAddNode = New System.Windows.Forms.ToolStripButton() Me.TsBtnDeleteNode = New System.Windows.Forms.ToolStripButton() Me.TsBtnClearAll = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator1 = 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.TsBtnAllCheck = New System.Windows.Forms.ToolStripButton() Me.TsBtnAllUncheck = New System.Windows.Forms.ToolStripButton() Me.TsBtnNodeCheck = New System.Windows.Forms.ToolStripButton() Me.Tss1 = New System.Windows.Forms.ToolStripSeparator() Me.TsBtnExpandAll = New System.Windows.Forms.ToolStripButton() Me.TsBtnCollapseAll = New System.Windows.Forms.ToolStripButton() Me.TsBtnNodeExpend = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator4 = New System.Windows.Forms.ToolStripSeparator() Me.TsBtnStyle = New System.Windows.Forms.ToolStripButton() Me.StatusStrip1 = New System.Windows.Forms.StatusStrip() Me.ImgLst = New System.Windows.Forms.ImageList(Me.components) Me.SplStationPlan = New System.Windows.Forms.SplitContainer() Me.SplPlanDesign = New System.Windows.Forms.SplitContainer() Me.GrpStationPlan = New System.Windows.Forms.GroupBox() 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.TpTerminal = New System.Windows.Forms.TabPage() Me.RtxTerminal = New System.Windows.Forms.RichTextBox() Me.TabPage1 = New System.Windows.Forms.TabPage() Me.CmsMain = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.MsiCopyNode = New System.Windows.Forms.ToolStripMenuItem() Me.MsiCutNode = New System.Windows.Forms.ToolStripMenuItem() Me.MsiNodePaste = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripSeparator5 = New System.Windows.Forms.ToolStripSeparator() Me.MsiSaveNodeFile = New System.Windows.Forms.ToolStripMenuItem() Me.MsiLoadNodeFile = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripSeparator6 = New System.Windows.Forms.ToolStripSeparator() Me.MsiUndo = New System.Windows.Forms.ToolStripMenuItem() Me.MsiRedo = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStrip1.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.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.TpTerminal.SuspendLayout() Me.CmsMain.SuspendLayout() Me.SuspendLayout() ' 'ToolStrip1 ' Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TsBtnOpen, Me.TsBtnLoad, Me.TsBtnSave, Me.ToolStripSeparator3, Me.TsBtnAddNode, Me.TsBtnDeleteNode, Me.TsBtnClearAll, Me.ToolStripSeparator1, Me.TsBtnMoveUp, Me.TsBtnMoveDown, Me.TsBtnMoveLeft, Me.TsBtnMoveRight, Me.ToolStripSeparator2, Me.TsBtnAllCheck, Me.TsBtnAllUncheck, Me.TsBtnNodeCheck, Me.Tss1, Me.TsBtnExpandAll, Me.TsBtnCollapseAll, Me.TsBtnNodeExpend, Me.ToolStripSeparator4, Me.TsBtnStyle}) Me.ToolStrip1.Location = New System.Drawing.Point(0, 0) Me.ToolStrip1.Name = "ToolStrip1" Me.ToolStrip1.Size = New System.Drawing.Size(844, 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 ' '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 ' '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 ' 'ToolStripSeparator3 ' Me.ToolStripSeparator3.Name = "ToolStripSeparator3" Me.ToolStripSeparator3.Size = New System.Drawing.Size(6, 40) ' 'TsBtnAddNode ' Me.TsBtnAddNode.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.TsBtnAddNode.Image = CType(resources.GetObject("TsBtnAddNode.Image"), System.Drawing.Image) Me.TsBtnAddNode.ImageTransparentColor = System.Drawing.Color.Magenta Me.TsBtnAddNode.Name = "TsBtnAddNode" Me.TsBtnAddNode.Size = New System.Drawing.Size(59, 37) Me.TsBtnAddNode.Text = "增加节点" Me.TsBtnAddNode.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText ' 'TsBtnDeleteNode ' Me.TsBtnDeleteNode.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.TsBtnDeleteNode.Image = CType(resources.GetObject("TsBtnDeleteNode.Image"), System.Drawing.Image) Me.TsBtnDeleteNode.ImageTransparentColor = System.Drawing.Color.Magenta Me.TsBtnDeleteNode.Name = "TsBtnDeleteNode" Me.TsBtnDeleteNode.Size = New System.Drawing.Size(59, 37) Me.TsBtnDeleteNode.Text = "删除节点" Me.TsBtnDeleteNode.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText ' 'TsBtnClearAll ' Me.TsBtnClearAll.Image = CType(resources.GetObject("TsBtnClearAll.Image"), System.Drawing.Image) Me.TsBtnClearAll.ImageTransparentColor = System.Drawing.Color.Magenta Me.TsBtnClearAll.Name = "TsBtnClearAll" Me.TsBtnClearAll.Size = New System.Drawing.Size(60, 37) Me.TsBtnClearAll.Text = "清空节点" Me.TsBtnClearAll.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText ' 'ToolStripSeparator1 ' Me.ToolStripSeparator1.Name = "ToolStripSeparator1" Me.ToolStripSeparator1.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) ' 'TsBtnAllCheck ' Me.TsBtnAllCheck.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.TsBtnAllCheck.Image = CType(resources.GetObject("TsBtnAllCheck.Image"), System.Drawing.Image) Me.TsBtnAllCheck.ImageTransparentColor = System.Drawing.Color.Magenta Me.TsBtnAllCheck.Name = "TsBtnAllCheck" Me.TsBtnAllCheck.Size = New System.Drawing.Size(59, 37) Me.TsBtnAllCheck.Text = "全部选中" Me.TsBtnAllCheck.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText ' 'TsBtnAllUncheck ' Me.TsBtnAllUncheck.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.TsBtnAllUncheck.Image = CType(resources.GetObject("TsBtnAllUncheck.Image"), System.Drawing.Image) Me.TsBtnAllUncheck.ImageTransparentColor = System.Drawing.Color.Magenta Me.TsBtnAllUncheck.Name = "TsBtnAllUncheck" Me.TsBtnAllUncheck.Size = New System.Drawing.Size(59, 37) Me.TsBtnAllUncheck.Text = "全部取消" Me.TsBtnAllUncheck.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText ' 'TsBtnNodeCheck ' Me.TsBtnNodeCheck.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.TsBtnNodeCheck.Image = CType(resources.GetObject("TsBtnNodeCheck.Image"), System.Drawing.Image) Me.TsBtnNodeCheck.ImageTransparentColor = System.Drawing.Color.Magenta Me.TsBtnNodeCheck.Name = "TsBtnNodeCheck" Me.TsBtnNodeCheck.Size = New System.Drawing.Size(35, 37) Me.TsBtnNodeCheck.Text = "选中" Me.TsBtnNodeCheck.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText ' 'Tss1 ' Me.Tss1.Name = "Tss1" Me.Tss1.Size = New System.Drawing.Size(6, 40) ' 'TsBtnExpandAll ' Me.TsBtnExpandAll.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.TsBtnExpandAll.Image = CType(resources.GetObject("TsBtnExpandAll.Image"), System.Drawing.Image) Me.TsBtnExpandAll.ImageTransparentColor = System.Drawing.Color.Magenta Me.TsBtnExpandAll.Name = "TsBtnExpandAll" Me.TsBtnExpandAll.Size = New System.Drawing.Size(59, 37) Me.TsBtnExpandAll.Text = "全部展开" Me.TsBtnExpandAll.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText ' 'TsBtnCollapseAll ' Me.TsBtnCollapseAll.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.TsBtnCollapseAll.Image = CType(resources.GetObject("TsBtnCollapseAll.Image"), System.Drawing.Image) Me.TsBtnCollapseAll.ImageTransparentColor = System.Drawing.Color.Magenta Me.TsBtnCollapseAll.Name = "TsBtnCollapseAll" Me.TsBtnCollapseAll.Size = New System.Drawing.Size(59, 37) Me.TsBtnCollapseAll.Text = "全部折叠" Me.TsBtnCollapseAll.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText ' 'TsBtnNodeExpend ' Me.TsBtnNodeExpend.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.TsBtnNodeExpend.Image = CType(resources.GetObject("TsBtnNodeExpend.Image"), System.Drawing.Image) Me.TsBtnNodeExpend.ImageTransparentColor = System.Drawing.Color.Magenta Me.TsBtnNodeExpend.Name = "TsBtnNodeExpend" Me.TsBtnNodeExpend.Size = New System.Drawing.Size(35, 37) Me.TsBtnNodeExpend.Text = "展开" Me.TsBtnNodeExpend.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText ' 'ToolStripSeparator4 ' Me.ToolStripSeparator4.Name = "ToolStripSeparator4" Me.ToolStripSeparator4.Size = New System.Drawing.Size(6, 40) ' 'TsBtnStyle ' Me.TsBtnStyle.Image = CType(resources.GetObject("TsBtnStyle.Image"), System.Drawing.Image) Me.TsBtnStyle.ImageTransparentColor = System.Drawing.Color.Magenta Me.TsBtnStyle.Name = "TsBtnStyle" Me.TsBtnStyle.Size = New System.Drawing.Size(60, 37) Me.TsBtnStyle.Text = "样式修改" Me.TsBtnStyle.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText ' 'StatusStrip1 ' Me.StatusStrip1.Location = New System.Drawing.Point(0, 558) Me.StatusStrip1.Name = "StatusStrip1" Me.StatusStrip1.Size = New System.Drawing.Size(844, 22) Me.StatusStrip1.TabIndex = 1 Me.StatusStrip1.Text = "StatusStrip1" ' 'ImgLst ' Me.ImgLst.ImageStream = CType(resources.GetObject("ImgLst.ImageStream"), System.Windows.Forms.ImageListStreamer) Me.ImgLst.TransparentColor = System.Drawing.Color.Transparent Me.ImgLst.Images.SetKeyName(0, "File.ico") Me.ImgLst.Images.SetKeyName(1, "Folder.ico") Me.ImgLst.Images.SetKeyName(2, "02929.ico") Me.ImgLst.Images.SetKeyName(3, "02930.ico") Me.ImgLst.Images.SetKeyName(4, "02931.ico") Me.ImgLst.Images.SetKeyName(5, "02932.ico") Me.ImgLst.Images.SetKeyName(6, "02933.ico") Me.ImgLst.Images.SetKeyName(7, "02935.ico") Me.ImgLst.Images.SetKeyName(8, "02936.ico") Me.ImgLst.Images.SetKeyName(9, "02937.ico") Me.ImgLst.Images.SetKeyName(10, "02938.ico") Me.ImgLst.Images.SetKeyName(11, "02940.ico") Me.ImgLst.Images.SetKeyName(12, "02942.ico") Me.ImgLst.Images.SetKeyName(13, "02944.ico") Me.ImgLst.Images.SetKeyName(14, "02945.ico") Me.ImgLst.Images.SetKeyName(15, "02946.ico") Me.ImgLst.Images.SetKeyName(16, "02948.ico") Me.ImgLst.Images.SetKeyName(17, "02951.ico") ' '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(844, 518) Me.SplStationPlan.SplitterDistance = 327 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(844, 327) Me.SplPlanDesign.SplitterDistance = 552 Me.SplPlanDesign.TabIndex = 0 ' 'GrpStationPlan ' 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(552, 327) Me.GrpStationPlan.TabIndex = 45 Me.GrpStationPlan.TabStop = False Me.GrpStationPlan.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(288, 327) 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(282, 307) Me.SplitContainer1.SplitterDistance = 225 Me.SplitContainer1.TabIndex = 1 ' 'GrdRowNode ' Me.GrdRowNode.BorderStyle = FlexCell.BorderStyleEnum.None Me.GrdRowNode.CheckedImage = Nothing Me.GrdRowNode.DefaultFont = New System.Drawing.Font("宋体", 9.0!) Me.GrdRowNode.Dock = System.Windows.Forms.DockStyle.Fill Me.GrdRowNode.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) 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.Name = "GrdRowNode" Me.GrdRowNode.Size = New System.Drawing.Size(282, 225) Me.GrdRowNode.TabIndex = 0 Me.GrdRowNode.UncheckedImage = Nothing ' '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(282, 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(844, 187) Me.GrpOutputInfo.TabIndex = 0 Me.GrpOutputInfo.TabStop = False Me.GrpOutputInfo.Text = "输出内容" ' 'TabControl1 ' Me.TabControl1.Controls.Add(Me.TpOutputInfo) Me.TabControl1.Controls.Add(Me.TpTerminal) Me.TabControl1.Controls.Add(Me.TabPage1) 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(838, 167) 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(830, 141) 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(824, 135) Me.RtxOutputInfo.TabIndex = 0 Me.RtxOutputInfo.Text = "" ' 'TpTerminal ' Me.TpTerminal.Controls.Add(Me.RtxTerminal) Me.TpTerminal.Location = New System.Drawing.Point(4, 22) Me.TpTerminal.Name = "TpTerminal" Me.TpTerminal.Size = New System.Drawing.Size(830, 141) Me.TpTerminal.TabIndex = 1 Me.TpTerminal.Text = "运行终端" Me.TpTerminal.UseVisualStyleBackColor = True ' 'RtxTerminal ' Me.RtxTerminal.BorderStyle = System.Windows.Forms.BorderStyle.None Me.RtxTerminal.Dock = System.Windows.Forms.DockStyle.Fill Me.RtxTerminal.Location = New System.Drawing.Point(0, 0) Me.RtxTerminal.Name = "RtxTerminal" Me.RtxTerminal.Size = New System.Drawing.Size(830, 141) Me.RtxTerminal.TabIndex = 0 Me.RtxTerminal.Text = "" ' 'TabPage1 ' Me.TabPage1.Location = New System.Drawing.Point(4, 22) Me.TabPage1.Name = "TabPage1" Me.TabPage1.Size = New System.Drawing.Size(830, 141) Me.TabPage1.TabIndex = 2 Me.TabPage1.Text = "TabPage1" Me.TabPage1.UseVisualStyleBackColor = True ' 'CmsMain ' Me.CmsMain.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.MsiCopyNode, Me.MsiCutNode, Me.MsiNodePaste, Me.ToolStripSeparator5, Me.MsiSaveNodeFile, Me.MsiLoadNodeFile, Me.ToolStripSeparator6, Me.MsiUndo, Me.MsiRedo}) Me.CmsMain.Name = "CmsMain" Me.CmsMain.Size = New System.Drawing.Size(161, 170) ' 'MsiCopyNode ' Me.MsiCopyNode.Name = "MsiCopyNode" Me.MsiCopyNode.Size = New System.Drawing.Size(160, 22) Me.MsiCopyNode.Text = "复制" ' 'MsiCutNode ' Me.MsiCutNode.Name = "MsiCutNode" Me.MsiCutNode.Size = New System.Drawing.Size(160, 22) Me.MsiCutNode.Text = "剪切" ' 'MsiNodePaste ' Me.MsiNodePaste.Name = "MsiNodePaste" Me.MsiNodePaste.Size = New System.Drawing.Size(160, 22) Me.MsiNodePaste.Text = "粘贴" ' 'ToolStripSeparator5 ' Me.ToolStripSeparator5.Name = "ToolStripSeparator5" Me.ToolStripSeparator5.Size = New System.Drawing.Size(157, 6) ' 'MsiSaveNodeFile ' Me.MsiSaveNodeFile.Name = "MsiSaveNodeFile" Me.MsiSaveNodeFile.Size = New System.Drawing.Size(160, 22) Me.MsiSaveNodeFile.Text = "另存为节点文件" ' 'MsiLoadNodeFile ' Me.MsiLoadNodeFile.Name = "MsiLoadNodeFile" Me.MsiLoadNodeFile.Size = New System.Drawing.Size(160, 22) Me.MsiLoadNodeFile.Text = "加载节点文件" ' 'ToolStripSeparator6 ' Me.ToolStripSeparator6.Name = "ToolStripSeparator6" Me.ToolStripSeparator6.Size = New System.Drawing.Size(157, 6) ' 'MsiUndo ' Me.MsiUndo.Name = "MsiUndo" Me.MsiUndo.Size = New System.Drawing.Size(160, 22) Me.MsiUndo.Text = "撤销" ' 'MsiRedo ' Me.MsiRedo.Name = "MsiRedo" Me.MsiRedo.Size = New System.Drawing.Size(160, 22) Me.MsiRedo.Text = "重做" ' 'FrmStationPlan ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(844, 580) Me.Controls.Add(Me.SplStationPlan) Me.Controls.Add(Me.StatusStrip1) Me.Controls.Add(Me.ToolStrip1) Me.KeyPreview = True Me.Name = "FrmStationPlan" Me.Text = "Form1" Me.ToolStrip1.ResumeLayout(False) Me.ToolStrip1.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.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.TpTerminal.ResumeLayout(False) Me.CmsMain.ResumeLayout(False) Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents ToolStrip1 As ToolStrip Friend WithEvents StatusStrip1 As StatusStrip Friend WithEvents ImgLst As ImageList 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 TabControl1 As TabControl Friend WithEvents TpOutputInfo As TabPage Friend WithEvents RtxOutputInfo As RichTextBox Friend WithEvents TpTerminal As TabPage Friend WithEvents RtxTerminal As RichTextBox Friend WithEvents TsBtnAddNode As ToolStripButton Friend WithEvents TsBtnDeleteNode As ToolStripButton Friend WithEvents TsBtnMoveUp As ToolStripButton Friend WithEvents GrdRowNode As FlexCell.Grid Friend WithEvents CmsMain As ContextMenuStrip Friend WithEvents MsiCopyNode As ToolStripMenuItem Friend WithEvents MsiCutNode As ToolStripMenuItem Friend WithEvents MsiNodePaste As ToolStripMenuItem Friend WithEvents MsiSaveNodeFile As ToolStripMenuItem Friend WithEvents ToolStripSeparator1 As ToolStripSeparator Friend WithEvents TsBtnMoveDown As ToolStripButton Friend WithEvents TsBtnMoveLeft As ToolStripButton Friend WithEvents TsBtnMoveRight As ToolStripButton Friend WithEvents ToolStripSeparator2 As ToolStripSeparator Friend WithEvents TsBtnNodeCheck As ToolStripButton Friend WithEvents TsBtnAllCheck As ToolStripButton Friend WithEvents Tss1 As ToolStripSeparator Friend WithEvents TsBtnNodeExpend As ToolStripButton Friend WithEvents TsBtnExpandAll As ToolStripButton Friend WithEvents TsBtnAllUncheck As ToolStripButton Friend WithEvents TsBtnCollapseAll As ToolStripButton Friend WithEvents ToolStripSeparator3 As ToolStripSeparator Friend WithEvents TsBtnLoad As ToolStripButton Friend WithEvents TsBtnSave As ToolStripButton Friend WithEvents TabPage1 As TabPage Friend WithEvents ToolStripSeparator4 As ToolStripSeparator Friend WithEvents TsBtnStyle As ToolStripButton Friend WithEvents ToolStripSeparator5 As ToolStripSeparator Friend WithEvents MsiLoadNodeFile As ToolStripMenuItem Friend WithEvents ToolStripSeparator6 As ToolStripSeparator Friend WithEvents MsiUndo As ToolStripMenuItem Friend WithEvents MsiRedo As ToolStripMenuItem Friend WithEvents TsBtnClearAll As ToolStripButton Friend WithEvents TsBtnOpen As ToolStripButton End Class