601 lines
32 KiB
VB.net
601 lines
32 KiB
VB.net
|
|
Imports System.Windows.Forms
|
|||
|
|
|
|||
|
|
Namespace UTSModule.Project
|
|||
|
|
|
|||
|
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|||
|
|
Partial Class FrmStationPlan
|
|||
|
|
Inherits System.Windows.Forms.Form
|
|||
|
|
|
|||
|
|
'Form 重写 Dispose,以清理组件列表。
|
|||
|
|
<System.Diagnostics.DebuggerNonUserCode()>
|
|||
|
|
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 窗体设计器修改它。
|
|||
|
|
'不要使用代码编辑器修改它。
|
|||
|
|
<System.Diagnostics.DebuggerStepThrough()>
|
|||
|
|
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.TsBtnReleaseStation = New System.Windows.Forms.ToolStripButton()
|
|||
|
|
Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
|
|||
|
|
Me.TsBtnLockedEdit = New System.Windows.Forms.ToolStripButton()
|
|||
|
|
Me.TsBtnMouseFollow = New System.Windows.Forms.ToolStripButton()
|
|||
|
|
Me.SplStationPlan = New System.Windows.Forms.SplitContainer()
|
|||
|
|
Me.SplPlanDesign = New System.Windows.Forms.SplitContainer()
|
|||
|
|
Me.GrpStationTest = New System.Windows.Forms.GroupBox()
|
|||
|
|
Me.GrdTestPlan = New FlexCell.Grid()
|
|||
|
|
Me.CmsStationPlan = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
|||
|
|
Me.MsiAddPlanRow = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.MsiPlanAddRow = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.MsiPlanAddRows = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.删除一行ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.修改主题ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.默认主题ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.调整字体ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.ConsoleToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.微软雅黑ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.调整字色ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.红色ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.橙色ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.其他ToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.调整背景ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.红色ToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.橙色ToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.其他ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.对齐方式ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.上左ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.上左ToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.上层居右ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.中层居左ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.中层居中ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.中层居右ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.下层居左ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.下层居中ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.下层居右ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.内容自适应ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.刷新ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.GrpSingleRowInfo = New System.Windows.Forms.GroupBox()
|
|||
|
|
Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
|
|||
|
|
Me.GrdSingleRowInfo = New FlexCell.Grid()
|
|||
|
|
Me.CmsSingleRow = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
|||
|
|
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.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.GrpStationTest.SuspendLayout()
|
|||
|
|
Me.CmsStationPlan.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.SuspendLayout()
|
|||
|
|
'
|
|||
|
|
'ToolStrip1
|
|||
|
|
'
|
|||
|
|
Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TsBtnReleaseStation, Me.ToolStripSeparator1, Me.TsBtnLockedEdit, Me.TsBtnMouseFollow})
|
|||
|
|
Me.ToolStrip1.Location = New System.Drawing.Point(0, 0)
|
|||
|
|
Me.ToolStrip1.Name = "ToolStrip1"
|
|||
|
|
Me.ToolStrip1.Size = New System.Drawing.Size(784, 25)
|
|||
|
|
Me.ToolStrip1.TabIndex = 7
|
|||
|
|
Me.ToolStrip1.Text = "ToolStrip1"
|
|||
|
|
'
|
|||
|
|
'TsBtnReleaseStation
|
|||
|
|
'
|
|||
|
|
Me.TsBtnReleaseStation.Image = CType(resources.GetObject("TsBtnReleaseStation.Image"), System.Drawing.Image)
|
|||
|
|
Me.TsBtnReleaseStation.ImageTransparentColor = System.Drawing.Color.Magenta
|
|||
|
|
Me.TsBtnReleaseStation.Name = "TsBtnReleaseStation"
|
|||
|
|
Me.TsBtnReleaseStation.Size = New System.Drawing.Size(76, 22)
|
|||
|
|
Me.TsBtnReleaseStation.Text = "发布站包"
|
|||
|
|
'
|
|||
|
|
'ToolStripSeparator1
|
|||
|
|
'
|
|||
|
|
Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
|
|||
|
|
Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 25)
|
|||
|
|
'
|
|||
|
|
'TsBtnLockedEdit
|
|||
|
|
'
|
|||
|
|
Me.TsBtnLockedEdit.Image = CType(resources.GetObject("TsBtnLockedEdit.Image"), System.Drawing.Image)
|
|||
|
|
Me.TsBtnLockedEdit.ImageTransparentColor = System.Drawing.Color.Magenta
|
|||
|
|
Me.TsBtnLockedEdit.Name = "TsBtnLockedEdit"
|
|||
|
|
Me.TsBtnLockedEdit.Size = New System.Drawing.Size(76, 22)
|
|||
|
|
Me.TsBtnLockedEdit.Text = "解锁编辑"
|
|||
|
|
'
|
|||
|
|
'TsBtnMouseFollow
|
|||
|
|
'
|
|||
|
|
Me.TsBtnMouseFollow.Image = CType(resources.GetObject("TsBtnMouseFollow.Image"), System.Drawing.Image)
|
|||
|
|
Me.TsBtnMouseFollow.ImageTransparentColor = System.Drawing.Color.Magenta
|
|||
|
|
Me.TsBtnMouseFollow.Name = "TsBtnMouseFollow"
|
|||
|
|
Me.TsBtnMouseFollow.Size = New System.Drawing.Size(76, 22)
|
|||
|
|
Me.TsBtnMouseFollow.Text = "光标预览"
|
|||
|
|
'
|
|||
|
|
'SplStationPlan
|
|||
|
|
'
|
|||
|
|
Me.SplStationPlan.Dock = System.Windows.Forms.DockStyle.Fill
|
|||
|
|
Me.SplStationPlan.Location = New System.Drawing.Point(0, 25)
|
|||
|
|
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(784, 536)
|
|||
|
|
Me.SplStationPlan.SplitterDistance = 396
|
|||
|
|
Me.SplStationPlan.TabIndex = 9
|
|||
|
|
'
|
|||
|
|
'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.GrpStationTest)
|
|||
|
|
'
|
|||
|
|
'SplPlanDesign.Panel2
|
|||
|
|
'
|
|||
|
|
Me.SplPlanDesign.Panel2.Controls.Add(Me.GrpSingleRowInfo)
|
|||
|
|
Me.SplPlanDesign.Size = New System.Drawing.Size(784, 396)
|
|||
|
|
Me.SplPlanDesign.SplitterDistance = 524
|
|||
|
|
Me.SplPlanDesign.TabIndex = 0
|
|||
|
|
'
|
|||
|
|
'GrpStationTest
|
|||
|
|
'
|
|||
|
|
Me.GrpStationTest.Controls.Add(Me.GrdTestPlan)
|
|||
|
|
Me.GrpStationTest.Dock = System.Windows.Forms.DockStyle.Fill
|
|||
|
|
Me.GrpStationTest.Location = New System.Drawing.Point(0, 0)
|
|||
|
|
Me.GrpStationTest.Name = "GrpStationTest"
|
|||
|
|
Me.GrpStationTest.Size = New System.Drawing.Size(524, 396)
|
|||
|
|
Me.GrpStationTest.TabIndex = 45
|
|||
|
|
Me.GrpStationTest.TabStop = False
|
|||
|
|
Me.GrpStationTest.Text = "完整流程"
|
|||
|
|
'
|
|||
|
|
'GrdTestPlan
|
|||
|
|
'
|
|||
|
|
Me.GrdTestPlan.BorderColor = System.Drawing.Color.Transparent
|
|||
|
|
Me.GrdTestPlan.BorderStyle = FlexCell.BorderStyleEnum.None
|
|||
|
|
Me.GrdTestPlan.CheckedImage = CType(resources.GetObject("GrdTestPlan.CheckedImage"), System.Drawing.Bitmap)
|
|||
|
|
Me.GrdTestPlan.ContextMenuStrip = Me.CmsStationPlan
|
|||
|
|
Me.GrdTestPlan.DefaultFont = New System.Drawing.Font("宋体", 9.0!)
|
|||
|
|
Me.GrdTestPlan.Dock = System.Windows.Forms.DockStyle.Fill
|
|||
|
|
Me.GrdTestPlan.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
|
|||
|
|
Me.GrdTestPlan.GridColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer))
|
|||
|
|
Me.GrdTestPlan.Location = New System.Drawing.Point(3, 17)
|
|||
|
|
Me.GrdTestPlan.Name = "GrdTestPlan"
|
|||
|
|
Me.GrdTestPlan.Size = New System.Drawing.Size(518, 376)
|
|||
|
|
Me.GrdTestPlan.TabIndex = 44
|
|||
|
|
Me.GrdTestPlan.UncheckedImage = CType(resources.GetObject("GrdTestPlan.UncheckedImage"), System.Drawing.Bitmap)
|
|||
|
|
'
|
|||
|
|
'CmsStationPlan
|
|||
|
|
'
|
|||
|
|
Me.CmsStationPlan.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.MsiAddPlanRow, Me.删除一行ToolStripMenuItem, Me.修改主题ToolStripMenuItem, Me.调整字体ToolStripMenuItem, Me.调整字色ToolStripMenuItem, Me.调整背景ToolStripMenuItem, Me.对齐方式ToolStripMenuItem, Me.内容自适应ToolStripMenuItem, Me.刷新ToolStripMenuItem})
|
|||
|
|
Me.CmsStationPlan.Name = "CmsStationPlan"
|
|||
|
|
Me.CmsStationPlan.Size = New System.Drawing.Size(181, 224)
|
|||
|
|
'
|
|||
|
|
'MsiAddPlanRow
|
|||
|
|
'
|
|||
|
|
Me.MsiAddPlanRow.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.MsiPlanAddRow, Me.MsiPlanAddRows})
|
|||
|
|
Me.MsiAddPlanRow.Name = "MsiAddPlanRow"
|
|||
|
|
Me.MsiAddPlanRow.Size = New System.Drawing.Size(180, 22)
|
|||
|
|
Me.MsiAddPlanRow.Text = "新增流程行"
|
|||
|
|
'
|
|||
|
|
'MsiPlanAddRow
|
|||
|
|
'
|
|||
|
|
Me.MsiPlanAddRow.Name = "MsiPlanAddRow"
|
|||
|
|
Me.MsiPlanAddRow.Size = New System.Drawing.Size(180, 22)
|
|||
|
|
Me.MsiPlanAddRow.Text = "新增一行"
|
|||
|
|
'
|
|||
|
|
'MsiPlanAddRows
|
|||
|
|
'
|
|||
|
|
Me.MsiPlanAddRows.Name = "MsiPlanAddRows"
|
|||
|
|
Me.MsiPlanAddRows.Size = New System.Drawing.Size(180, 22)
|
|||
|
|
Me.MsiPlanAddRows.Text = "新增多行"
|
|||
|
|
'
|
|||
|
|
'删除一行ToolStripMenuItem
|
|||
|
|
'
|
|||
|
|
Me.删除一行ToolStripMenuItem.Name = "删除一行ToolStripMenuItem"
|
|||
|
|
Me.删除一行ToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
|
|||
|
|
Me.删除一行ToolStripMenuItem.Text = "删除流程行"
|
|||
|
|
'
|
|||
|
|
'修改主题ToolStripMenuItem
|
|||
|
|
'
|
|||
|
|
Me.修改主题ToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.默认主题ToolStripMenuItem})
|
|||
|
|
Me.修改主题ToolStripMenuItem.Name = "修改主题ToolStripMenuItem"
|
|||
|
|
Me.修改主题ToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
|
|||
|
|
Me.修改主题ToolStripMenuItem.Text = "修改主题"
|
|||
|
|
'
|
|||
|
|
'默认主题ToolStripMenuItem
|
|||
|
|
'
|
|||
|
|
Me.默认主题ToolStripMenuItem.Name = "默认主题ToolStripMenuItem"
|
|||
|
|
Me.默认主题ToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
|
|||
|
|
Me.默认主题ToolStripMenuItem.Text = "默认主题"
|
|||
|
|
'
|
|||
|
|
'调整字体ToolStripMenuItem
|
|||
|
|
'
|
|||
|
|
Me.调整字体ToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ConsoleToolStripMenuItem, Me.微软雅黑ToolStripMenuItem})
|
|||
|
|
Me.调整字体ToolStripMenuItem.Name = "调整字体ToolStripMenuItem"
|
|||
|
|
Me.调整字体ToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
|
|||
|
|
Me.调整字体ToolStripMenuItem.Text = "修改字体"
|
|||
|
|
'
|
|||
|
|
'ConsoleToolStripMenuItem
|
|||
|
|
'
|
|||
|
|
Me.ConsoleToolStripMenuItem.Name = "ConsoleToolStripMenuItem"
|
|||
|
|
Me.ConsoleToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
|
|||
|
|
Me.ConsoleToolStripMenuItem.Text = "Console"
|
|||
|
|
'
|
|||
|
|
'微软雅黑ToolStripMenuItem
|
|||
|
|
'
|
|||
|
|
Me.微软雅黑ToolStripMenuItem.Name = "微软雅黑ToolStripMenuItem"
|
|||
|
|
Me.微软雅黑ToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
|
|||
|
|
Me.微软雅黑ToolStripMenuItem.Text = "微软雅黑"
|
|||
|
|
'
|
|||
|
|
'调整字色ToolStripMenuItem
|
|||
|
|
'
|
|||
|
|
Me.调整字色ToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.红色ToolStripMenuItem, Me.橙色ToolStripMenuItem, Me.其他ToolStripMenuItem1})
|
|||
|
|
Me.调整字色ToolStripMenuItem.Name = "调整字色ToolStripMenuItem"
|
|||
|
|
Me.调整字色ToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
|
|||
|
|
Me.调整字色ToolStripMenuItem.Text = "修改字色"
|
|||
|
|
'
|
|||
|
|
'红色ToolStripMenuItem
|
|||
|
|
'
|
|||
|
|
Me.红色ToolStripMenuItem.Name = "红色ToolStripMenuItem"
|
|||
|
|
Me.红色ToolStripMenuItem.Size = New System.Drawing.Size(109, 22)
|
|||
|
|
Me.红色ToolStripMenuItem.Text = "红色"
|
|||
|
|
'
|
|||
|
|
'橙色ToolStripMenuItem
|
|||
|
|
'
|
|||
|
|
Me.橙色ToolStripMenuItem.Name = "橙色ToolStripMenuItem"
|
|||
|
|
Me.橙色ToolStripMenuItem.Size = New System.Drawing.Size(109, 22)
|
|||
|
|
Me.橙色ToolStripMenuItem.Text = "橙色"
|
|||
|
|
'
|
|||
|
|
'其他ToolStripMenuItem1
|
|||
|
|
'
|
|||
|
|
Me.其他ToolStripMenuItem1.Name = "其他ToolStripMenuItem1"
|
|||
|
|
Me.其他ToolStripMenuItem1.Size = New System.Drawing.Size(109, 22)
|
|||
|
|
Me.其他ToolStripMenuItem1.Text = "其他..."
|
|||
|
|
'
|
|||
|
|
'调整背景ToolStripMenuItem
|
|||
|
|
'
|
|||
|
|
Me.调整背景ToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.红色ToolStripMenuItem1, Me.橙色ToolStripMenuItem1, Me.其他ToolStripMenuItem})
|
|||
|
|
Me.调整背景ToolStripMenuItem.Name = "调整背景ToolStripMenuItem"
|
|||
|
|
Me.调整背景ToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
|
|||
|
|
Me.调整背景ToolStripMenuItem.Text = "修改背景色"
|
|||
|
|
'
|
|||
|
|
'红色ToolStripMenuItem1
|
|||
|
|
'
|
|||
|
|
Me.红色ToolStripMenuItem1.Name = "红色ToolStripMenuItem1"
|
|||
|
|
Me.红色ToolStripMenuItem1.Size = New System.Drawing.Size(180, 22)
|
|||
|
|
Me.红色ToolStripMenuItem1.Text = "红色"
|
|||
|
|
'
|
|||
|
|
'橙色ToolStripMenuItem1
|
|||
|
|
'
|
|||
|
|
Me.橙色ToolStripMenuItem1.Name = "橙色ToolStripMenuItem1"
|
|||
|
|
Me.橙色ToolStripMenuItem1.Size = New System.Drawing.Size(180, 22)
|
|||
|
|
Me.橙色ToolStripMenuItem1.Text = "橙色"
|
|||
|
|
'
|
|||
|
|
'其他ToolStripMenuItem
|
|||
|
|
'
|
|||
|
|
Me.其他ToolStripMenuItem.Name = "其他ToolStripMenuItem"
|
|||
|
|
Me.其他ToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
|
|||
|
|
Me.其他ToolStripMenuItem.Text = "其他..."
|
|||
|
|
'
|
|||
|
|
'对齐方式ToolStripMenuItem
|
|||
|
|
'
|
|||
|
|
Me.对齐方式ToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.上左ToolStripMenuItem, Me.上左ToolStripMenuItem1, Me.上层居右ToolStripMenuItem, Me.中层居左ToolStripMenuItem, Me.中层居中ToolStripMenuItem, Me.中层居右ToolStripMenuItem, Me.下层居左ToolStripMenuItem, Me.下层居中ToolStripMenuItem, Me.下层居右ToolStripMenuItem})
|
|||
|
|
Me.对齐方式ToolStripMenuItem.Name = "对齐方式ToolStripMenuItem"
|
|||
|
|
Me.对齐方式ToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
|
|||
|
|
Me.对齐方式ToolStripMenuItem.Text = "对齐方式"
|
|||
|
|
'
|
|||
|
|
'上左ToolStripMenuItem
|
|||
|
|
'
|
|||
|
|
Me.上左ToolStripMenuItem.Name = "上左ToolStripMenuItem"
|
|||
|
|
Me.上左ToolStripMenuItem.Size = New System.Drawing.Size(124, 22)
|
|||
|
|
Me.上左ToolStripMenuItem.Text = "上层居左"
|
|||
|
|
'
|
|||
|
|
'上左ToolStripMenuItem1
|
|||
|
|
'
|
|||
|
|
Me.上左ToolStripMenuItem1.Name = "上左ToolStripMenuItem1"
|
|||
|
|
Me.上左ToolStripMenuItem1.Size = New System.Drawing.Size(124, 22)
|
|||
|
|
Me.上左ToolStripMenuItem1.Text = "上层居中"
|
|||
|
|
'
|
|||
|
|
'上层居右ToolStripMenuItem
|
|||
|
|
'
|
|||
|
|
Me.上层居右ToolStripMenuItem.Name = "上层居右ToolStripMenuItem"
|
|||
|
|
Me.上层居右ToolStripMenuItem.Size = New System.Drawing.Size(124, 22)
|
|||
|
|
Me.上层居右ToolStripMenuItem.Text = "上层居右"
|
|||
|
|
'
|
|||
|
|
'中层居左ToolStripMenuItem
|
|||
|
|
'
|
|||
|
|
Me.中层居左ToolStripMenuItem.Name = "中层居左ToolStripMenuItem"
|
|||
|
|
Me.中层居左ToolStripMenuItem.Size = New System.Drawing.Size(124, 22)
|
|||
|
|
Me.中层居左ToolStripMenuItem.Text = "中层居左"
|
|||
|
|
'
|
|||
|
|
'中层居中ToolStripMenuItem
|
|||
|
|
'
|
|||
|
|
Me.中层居中ToolStripMenuItem.Name = "中层居中ToolStripMenuItem"
|
|||
|
|
Me.中层居中ToolStripMenuItem.Size = New System.Drawing.Size(124, 22)
|
|||
|
|
Me.中层居中ToolStripMenuItem.Text = "中层居中"
|
|||
|
|
'
|
|||
|
|
'中层居右ToolStripMenuItem
|
|||
|
|
'
|
|||
|
|
Me.中层居右ToolStripMenuItem.Name = "中层居右ToolStripMenuItem"
|
|||
|
|
Me.中层居右ToolStripMenuItem.Size = New System.Drawing.Size(124, 22)
|
|||
|
|
Me.中层居右ToolStripMenuItem.Text = "中层居右"
|
|||
|
|
'
|
|||
|
|
'下层居左ToolStripMenuItem
|
|||
|
|
'
|
|||
|
|
Me.下层居左ToolStripMenuItem.Name = "下层居左ToolStripMenuItem"
|
|||
|
|
Me.下层居左ToolStripMenuItem.Size = New System.Drawing.Size(124, 22)
|
|||
|
|
Me.下层居左ToolStripMenuItem.Text = "下层居左"
|
|||
|
|
'
|
|||
|
|
'下层居中ToolStripMenuItem
|
|||
|
|
'
|
|||
|
|
Me.下层居中ToolStripMenuItem.Name = "下层居中ToolStripMenuItem"
|
|||
|
|
Me.下层居中ToolStripMenuItem.Size = New System.Drawing.Size(124, 22)
|
|||
|
|
Me.下层居中ToolStripMenuItem.Text = "下层居中"
|
|||
|
|
'
|
|||
|
|
'下层居右ToolStripMenuItem
|
|||
|
|
'
|
|||
|
|
Me.下层居右ToolStripMenuItem.Name = "下层居右ToolStripMenuItem"
|
|||
|
|
Me.下层居右ToolStripMenuItem.Size = New System.Drawing.Size(124, 22)
|
|||
|
|
Me.下层居右ToolStripMenuItem.Text = "下层居右"
|
|||
|
|
'
|
|||
|
|
'内容自适应ToolStripMenuItem
|
|||
|
|
'
|
|||
|
|
Me.内容自适应ToolStripMenuItem.Name = "内容自适应ToolStripMenuItem"
|
|||
|
|
Me.内容自适应ToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
|
|||
|
|
Me.内容自适应ToolStripMenuItem.Text = "内容自适应"
|
|||
|
|
'
|
|||
|
|
'刷新ToolStripMenuItem
|
|||
|
|
'
|
|||
|
|
Me.刷新ToolStripMenuItem.Name = "刷新ToolStripMenuItem"
|
|||
|
|
Me.刷新ToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
|
|||
|
|
Me.刷新ToolStripMenuItem.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(256, 396)
|
|||
|
|
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.GrdSingleRowInfo)
|
|||
|
|
'
|
|||
|
|
'SplitContainer1.Panel2
|
|||
|
|
'
|
|||
|
|
Me.SplitContainer1.Panel2.Controls.Add(Me.RtxColTip)
|
|||
|
|
Me.SplitContainer1.Size = New System.Drawing.Size(250, 376)
|
|||
|
|
Me.SplitContainer1.SplitterDistance = 294
|
|||
|
|
Me.SplitContainer1.TabIndex = 1
|
|||
|
|
'
|
|||
|
|
'GrdSingleRowInfo
|
|||
|
|
'
|
|||
|
|
Me.GrdSingleRowInfo.BorderColor = System.Drawing.Color.Transparent
|
|||
|
|
Me.GrdSingleRowInfo.BorderStyle = FlexCell.BorderStyleEnum.None
|
|||
|
|
Me.GrdSingleRowInfo.CheckedImage = Nothing
|
|||
|
|
Me.GrdSingleRowInfo.ContextMenuStrip = Me.CmsSingleRow
|
|||
|
|
Me.GrdSingleRowInfo.DefaultFont = New System.Drawing.Font("宋体", 9.0!)
|
|||
|
|
Me.GrdSingleRowInfo.Dock = System.Windows.Forms.DockStyle.Fill
|
|||
|
|
Me.GrdSingleRowInfo.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
|
|||
|
|
Me.GrdSingleRowInfo.GridColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer))
|
|||
|
|
Me.GrdSingleRowInfo.Location = New System.Drawing.Point(0, 0)
|
|||
|
|
Me.GrdSingleRowInfo.Name = "GrdSingleRowInfo"
|
|||
|
|
Me.GrdSingleRowInfo.ScrollBars = FlexCell.ScrollBarsEnum.Vertical
|
|||
|
|
Me.GrdSingleRowInfo.Size = New System.Drawing.Size(250, 294)
|
|||
|
|
Me.GrdSingleRowInfo.TabIndex = 0
|
|||
|
|
Me.GrdSingleRowInfo.UncheckedImage = Nothing
|
|||
|
|
'
|
|||
|
|
'CmsSingleRow
|
|||
|
|
'
|
|||
|
|
Me.CmsSingleRow.Name = "CmsSingleRow"
|
|||
|
|
Me.CmsSingleRow.Size = New System.Drawing.Size(61, 4)
|
|||
|
|
'
|
|||
|
|
'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(250, 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(784, 136)
|
|||
|
|
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.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(778, 116)
|
|||
|
|
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(770, 90)
|
|||
|
|
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(764, 84)
|
|||
|
|
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(770, 90)
|
|||
|
|
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(770, 90)
|
|||
|
|
Me.RtxTerminal.TabIndex = 0
|
|||
|
|
Me.RtxTerminal.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(784, 561)
|
|||
|
|
Me.Controls.Add(Me.SplStationPlan)
|
|||
|
|
Me.Controls.Add(Me.ToolStrip1)
|
|||
|
|
Me.Name = "FrmStationPlan"
|
|||
|
|
Me.Text = "FrmStationPlan"
|
|||
|
|
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.GrpStationTest.ResumeLayout(False)
|
|||
|
|
Me.CmsStationPlan.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.ResumeLayout(False)
|
|||
|
|
Me.PerformLayout()
|
|||
|
|
|
|||
|
|
End Sub
|
|||
|
|
|
|||
|
|
Friend WithEvents ToolStrip1 As ToolStrip
|
|||
|
|
Friend WithEvents SplStationPlan As SplitContainer
|
|||
|
|
Friend WithEvents SplPlanDesign As SplitContainer
|
|||
|
|
Friend WithEvents GrdTestPlan As FlexCell.Grid
|
|||
|
|
Friend WithEvents GrdSingleRowInfo As FlexCell.Grid
|
|||
|
|
Friend WithEvents TsBtnReleaseStation As ToolStripButton
|
|||
|
|
Friend WithEvents GrpStationTest As GroupBox
|
|||
|
|
Friend WithEvents GrpSingleRowInfo As GroupBox
|
|||
|
|
Friend WithEvents GrpOutputInfo As GroupBox
|
|||
|
|
Friend WithEvents RtxOutputInfo As RichTextBox
|
|||
|
|
Friend WithEvents TabControl1 As TabControl
|
|||
|
|
Friend WithEvents TpOutputInfo As TabPage
|
|||
|
|
Friend WithEvents ToolStripSeparator1 As ToolStripSeparator
|
|||
|
|
Friend WithEvents TsBtnLockedEdit As ToolStripButton
|
|||
|
|
Friend WithEvents CmsStationPlan As ContextMenuStrip
|
|||
|
|
Friend WithEvents MsiAddPlanRow As ToolStripMenuItem
|
|||
|
|
Friend WithEvents 删除一行ToolStripMenuItem As ToolStripMenuItem
|
|||
|
|
Friend WithEvents 修改主题ToolStripMenuItem As ToolStripMenuItem
|
|||
|
|
Friend WithEvents 调整字体ToolStripMenuItem As ToolStripMenuItem
|
|||
|
|
Friend WithEvents 调整字色ToolStripMenuItem As ToolStripMenuItem
|
|||
|
|
Friend WithEvents 调整背景ToolStripMenuItem As ToolStripMenuItem
|
|||
|
|
Friend WithEvents 对齐方式ToolStripMenuItem As ToolStripMenuItem
|
|||
|
|
Friend WithEvents 内容自适应ToolStripMenuItem As ToolStripMenuItem
|
|||
|
|
Friend WithEvents 刷新ToolStripMenuItem As ToolStripMenuItem
|
|||
|
|
Friend WithEvents MsiPlanAddRow As ToolStripMenuItem
|
|||
|
|
Friend WithEvents MsiPlanAddRows As ToolStripMenuItem
|
|||
|
|
Friend WithEvents 默认主题ToolStripMenuItem As ToolStripMenuItem
|
|||
|
|
Friend WithEvents ConsoleToolStripMenuItem As ToolStripMenuItem
|
|||
|
|
Friend WithEvents 微软雅黑ToolStripMenuItem As ToolStripMenuItem
|
|||
|
|
Friend WithEvents 红色ToolStripMenuItem As ToolStripMenuItem
|
|||
|
|
Friend WithEvents 橙色ToolStripMenuItem As ToolStripMenuItem
|
|||
|
|
Friend WithEvents 其他ToolStripMenuItem1 As ToolStripMenuItem
|
|||
|
|
Friend WithEvents 红色ToolStripMenuItem1 As ToolStripMenuItem
|
|||
|
|
Friend WithEvents 橙色ToolStripMenuItem1 As ToolStripMenuItem
|
|||
|
|
Friend WithEvents 其他ToolStripMenuItem As ToolStripMenuItem
|
|||
|
|
Friend WithEvents 上左ToolStripMenuItem As ToolStripMenuItem
|
|||
|
|
Friend WithEvents 上左ToolStripMenuItem1 As ToolStripMenuItem
|
|||
|
|
Friend WithEvents 上层居右ToolStripMenuItem As ToolStripMenuItem
|
|||
|
|
Friend WithEvents 中层居左ToolStripMenuItem As ToolStripMenuItem
|
|||
|
|
Friend WithEvents 中层居中ToolStripMenuItem As ToolStripMenuItem
|
|||
|
|
Friend WithEvents 中层居右ToolStripMenuItem As ToolStripMenuItem
|
|||
|
|
Friend WithEvents 下层居左ToolStripMenuItem As ToolStripMenuItem
|
|||
|
|
Friend WithEvents 下层居中ToolStripMenuItem As ToolStripMenuItem
|
|||
|
|
Friend WithEvents 下层居右ToolStripMenuItem As ToolStripMenuItem
|
|||
|
|
Friend WithEvents CmsSingleRow As ContextMenuStrip
|
|||
|
|
Friend WithEvents TpTerminal As TabPage
|
|||
|
|
Friend WithEvents RtxTerminal As RichTextBox
|
|||
|
|
Friend WithEvents SplitContainer1 As SplitContainer
|
|||
|
|
Friend WithEvents RtxColTip As RichTextBox
|
|||
|
|
Friend WithEvents TsBtnMouseFollow As ToolStripButton
|
|||
|
|
End Class
|
|||
|
|
End Namespace
|