461 lines
24 KiB
VB.net
461 lines
24 KiB
VB.net
|
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|||
|
|
Partial Class FrmMain
|
|||
|
|
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(FrmMain))
|
|||
|
|
Me.MnsMain = New System.Windows.Forms.MenuStrip()
|
|||
|
|
Me.MsiUser = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.注销ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.退出QToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.MsiStationTest = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.MsiStationDesign = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.MsiStationPlan = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.MsiSettings = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.MsiHelp = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.MsiAbout = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.TsMain = New System.Windows.Forms.ToolStrip()
|
|||
|
|
Me.TsBtnOpenStation = New System.Windows.Forms.ToolStripButton()
|
|||
|
|
Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
|
|||
|
|
Me.TsBtnStationTest = New System.Windows.Forms.ToolStripButton()
|
|||
|
|
Me.TsBtnEditLock = New System.Windows.Forms.ToolStripButton()
|
|||
|
|
Me.TsBtnReleaseLock = New System.Windows.Forms.ToolStripButton()
|
|||
|
|
Me.TsBtnStationPlan = New System.Windows.Forms.ToolStripButton()
|
|||
|
|
Me.TsBtnStationDesign = New System.Windows.Forms.ToolStripButton()
|
|||
|
|
Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator()
|
|||
|
|
Me.TabMain = New System.Windows.Forms.TabControl()
|
|||
|
|
Me.ImgMainStatus = New System.Windows.Forms.ImageList(Me.components)
|
|||
|
|
Me.StuMain = New System.Windows.Forms.StatusStrip()
|
|||
|
|
Me.TssLblNetWorkStatus = New System.Windows.Forms.ToolStripStatusLabel()
|
|||
|
|
Me.TslblDbStatus = New System.Windows.Forms.ToolStripStatusLabel()
|
|||
|
|
Me.TslblFtpStatus = New System.Windows.Forms.ToolStripStatusLabel()
|
|||
|
|
Me.TssLblEditStatus = New System.Windows.Forms.ToolStripStatusLabel()
|
|||
|
|
Me.TssLblComPortStatus = New System.Windows.Forms.ToolStripStatusLabel()
|
|||
|
|
Me.TssLblControllerStatus = New System.Windows.Forms.ToolStripStatusLabel()
|
|||
|
|
Me.TsLblService = New System.Windows.Forms.ToolStripStatusLabel()
|
|||
|
|
Me.TsLblGroupServices = New System.Windows.Forms.ToolStripStatusLabel()
|
|||
|
|
Me.TssLblDatabaseStatus = New System.Windows.Forms.ToolStripStatusLabel()
|
|||
|
|
Me.TssLblKeyDown = New System.Windows.Forms.ToolStripStatusLabel()
|
|||
|
|
Me.TsLblTime = New System.Windows.Forms.ToolStripStatusLabel()
|
|||
|
|
Me.LblServiceAlias = New System.Windows.Forms.Label()
|
|||
|
|
Me.lblServiceID = New System.Windows.Forms.Label()
|
|||
|
|
Me.tim_UpdateTime = New System.Windows.Forms.Timer(Me.components)
|
|||
|
|
Me.MnsMain.SuspendLayout()
|
|||
|
|
Me.TsMain.SuspendLayout()
|
|||
|
|
Me.StuMain.SuspendLayout()
|
|||
|
|
Me.SuspendLayout()
|
|||
|
|
'
|
|||
|
|
'MnsMain
|
|||
|
|
'
|
|||
|
|
Me.MnsMain.Font = New System.Drawing.Font("微软雅黑", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
|
|||
|
|
Me.MnsMain.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.MsiUser, Me.MsiStationTest, Me.MsiStationDesign, Me.MsiStationPlan, Me.MsiSettings, Me.MsiHelp, Me.MsiAbout})
|
|||
|
|
Me.MnsMain.Location = New System.Drawing.Point(0, 0)
|
|||
|
|
Me.MnsMain.Name = "MnsMain"
|
|||
|
|
Me.MnsMain.Size = New System.Drawing.Size(1001, 27)
|
|||
|
|
Me.MnsMain.TabIndex = 1
|
|||
|
|
Me.MnsMain.Text = "MenuStrip1"
|
|||
|
|
'
|
|||
|
|
'MsiUser
|
|||
|
|
'
|
|||
|
|
Me.MsiUser.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.注销ToolStripMenuItem, Me.退出QToolStripMenuItem})
|
|||
|
|
Me.MsiUser.Font = New System.Drawing.Font("微软雅黑", 9.5!)
|
|||
|
|
Me.MsiUser.Name = "MsiUser"
|
|||
|
|
Me.MsiUser.Size = New System.Drawing.Size(65, 23)
|
|||
|
|
Me.MsiUser.Text = "用户(&U)"
|
|||
|
|
'
|
|||
|
|
'注销ToolStripMenuItem
|
|||
|
|
'
|
|||
|
|
Me.注销ToolStripMenuItem.Name = "注销ToolStripMenuItem"
|
|||
|
|
Me.注销ToolStripMenuItem.Size = New System.Drawing.Size(123, 24)
|
|||
|
|
Me.注销ToolStripMenuItem.Text = "注销(&C)"
|
|||
|
|
'
|
|||
|
|
'退出QToolStripMenuItem
|
|||
|
|
'
|
|||
|
|
Me.退出QToolStripMenuItem.Name = "退出QToolStripMenuItem"
|
|||
|
|
Me.退出QToolStripMenuItem.Size = New System.Drawing.Size(123, 24)
|
|||
|
|
Me.退出QToolStripMenuItem.Text = "退出(&Q)"
|
|||
|
|
'
|
|||
|
|
'MsiStationTest
|
|||
|
|
'
|
|||
|
|
Me.MsiStationTest.Font = New System.Drawing.Font("微软雅黑", 9.5!)
|
|||
|
|
Me.MsiStationTest.Name = "MsiStationTest"
|
|||
|
|
Me.MsiStationTest.Size = New System.Drawing.Size(63, 23)
|
|||
|
|
Me.MsiStationTest.Text = "测试(&P)"
|
|||
|
|
Me.MsiStationTest.Visible = False
|
|||
|
|
'
|
|||
|
|
'MsiStationDesign
|
|||
|
|
'
|
|||
|
|
Me.MsiStationDesign.Font = New System.Drawing.Font("微软雅黑", 9.5!)
|
|||
|
|
Me.MsiStationDesign.Name = "MsiStationDesign"
|
|||
|
|
Me.MsiStationDesign.Size = New System.Drawing.Size(65, 23)
|
|||
|
|
Me.MsiStationDesign.Text = "设计(&D)"
|
|||
|
|
Me.MsiStationDesign.Visible = False
|
|||
|
|
'
|
|||
|
|
'MsiStationPlan
|
|||
|
|
'
|
|||
|
|
Me.MsiStationPlan.Font = New System.Drawing.Font("微软雅黑", 9.5!)
|
|||
|
|
Me.MsiStationPlan.Name = "MsiStationPlan"
|
|||
|
|
Me.MsiStationPlan.Size = New System.Drawing.Size(63, 23)
|
|||
|
|
Me.MsiStationPlan.Text = "流程(&P)"
|
|||
|
|
Me.MsiStationPlan.Visible = False
|
|||
|
|
'
|
|||
|
|
'MsiSettings
|
|||
|
|
'
|
|||
|
|
Me.MsiSettings.Font = New System.Drawing.Font("微软雅黑", 9.5!)
|
|||
|
|
Me.MsiSettings.Name = "MsiSettings"
|
|||
|
|
Me.MsiSettings.Size = New System.Drawing.Size(63, 23)
|
|||
|
|
Me.MsiSettings.Text = "设置(&S)"
|
|||
|
|
Me.MsiSettings.Visible = False
|
|||
|
|
'
|
|||
|
|
'MsiHelp
|
|||
|
|
'
|
|||
|
|
Me.MsiHelp.Font = New System.Drawing.Font("微软雅黑", 9.5!)
|
|||
|
|
Me.MsiHelp.Name = "MsiHelp"
|
|||
|
|
Me.MsiHelp.Size = New System.Drawing.Size(65, 23)
|
|||
|
|
Me.MsiHelp.Text = "帮助(&H)"
|
|||
|
|
'
|
|||
|
|
'MsiAbout
|
|||
|
|
'
|
|||
|
|
Me.MsiAbout.BackColor = System.Drawing.SystemColors.Control
|
|||
|
|
Me.MsiAbout.Font = New System.Drawing.Font("微软雅黑", 9.5!)
|
|||
|
|
Me.MsiAbout.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
|
|||
|
|
Me.MsiAbout.Name = "MsiAbout"
|
|||
|
|
Me.MsiAbout.Size = New System.Drawing.Size(64, 23)
|
|||
|
|
Me.MsiAbout.Text = "关于(&A)"
|
|||
|
|
'
|
|||
|
|
'TsMain
|
|||
|
|
'
|
|||
|
|
Me.TsMain.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TsBtnOpenStation, Me.ToolStripSeparator1, Me.TsBtnStationTest, Me.TsBtnEditLock, Me.TsBtnReleaseLock, Me.TsBtnStationPlan, Me.TsBtnStationDesign, Me.ToolStripSeparator2})
|
|||
|
|
Me.TsMain.Location = New System.Drawing.Point(0, 27)
|
|||
|
|
Me.TsMain.Name = "TsMain"
|
|||
|
|
Me.TsMain.Size = New System.Drawing.Size(1001, 26)
|
|||
|
|
Me.TsMain.TabIndex = 2
|
|||
|
|
Me.TsMain.Text = "ToolStrip1"
|
|||
|
|
'
|
|||
|
|
'TsBtnOpenStation
|
|||
|
|
'
|
|||
|
|
Me.TsBtnOpenStation.Font = New System.Drawing.Font("微软雅黑", 9.25!)
|
|||
|
|
Me.TsBtnOpenStation.Image = CType(resources.GetObject("TsBtnOpenStation.Image"), System.Drawing.Image)
|
|||
|
|
Me.TsBtnOpenStation.ImageTransparentColor = System.Drawing.Color.Magenta
|
|||
|
|
Me.TsBtnOpenStation.Name = "TsBtnOpenStation"
|
|||
|
|
Me.TsBtnOpenStation.Size = New System.Drawing.Size(81, 23)
|
|||
|
|
Me.TsBtnOpenStation.Text = "切换项目"
|
|||
|
|
'
|
|||
|
|
'ToolStripSeparator1
|
|||
|
|
'
|
|||
|
|
Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
|
|||
|
|
Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 26)
|
|||
|
|
'
|
|||
|
|
'TsBtnStationTest
|
|||
|
|
'
|
|||
|
|
Me.TsBtnStationTest.BackColor = System.Drawing.Color.Transparent
|
|||
|
|
Me.TsBtnStationTest.Font = New System.Drawing.Font("微软雅黑", 9.25!)
|
|||
|
|
Me.TsBtnStationTest.ForeColor = System.Drawing.Color.Black
|
|||
|
|
Me.TsBtnStationTest.Image = CType(resources.GetObject("TsBtnStationTest.Image"), System.Drawing.Image)
|
|||
|
|
Me.TsBtnStationTest.ImageTransparentColor = System.Drawing.Color.Magenta
|
|||
|
|
Me.TsBtnStationTest.Name = "TsBtnStationTest"
|
|||
|
|
Me.TsBtnStationTest.Size = New System.Drawing.Size(81, 23)
|
|||
|
|
Me.TsBtnStationTest.Text = "测试页面"
|
|||
|
|
'
|
|||
|
|
'TsBtnEditLock
|
|||
|
|
'
|
|||
|
|
Me.TsBtnEditLock.Font = New System.Drawing.Font("微软雅黑", 9.25!)
|
|||
|
|
Me.TsBtnEditLock.Image = CType(resources.GetObject("TsBtnEditLock.Image"), System.Drawing.Image)
|
|||
|
|
Me.TsBtnEditLock.ImageTransparentColor = System.Drawing.Color.Magenta
|
|||
|
|
Me.TsBtnEditLock.Name = "TsBtnEditLock"
|
|||
|
|
Me.TsBtnEditLock.Size = New System.Drawing.Size(81, 23)
|
|||
|
|
Me.TsBtnEditLock.Text = "编辑解锁"
|
|||
|
|
'
|
|||
|
|
'TsBtnReleaseLock
|
|||
|
|
'
|
|||
|
|
Me.TsBtnReleaseLock.Font = New System.Drawing.Font("微软雅黑", 9.25!)
|
|||
|
|
Me.TsBtnReleaseLock.Image = CType(resources.GetObject("TsBtnReleaseLock.Image"), System.Drawing.Image)
|
|||
|
|
Me.TsBtnReleaseLock.ImageTransparentColor = System.Drawing.Color.Magenta
|
|||
|
|
Me.TsBtnReleaseLock.Name = "TsBtnReleaseLock"
|
|||
|
|
Me.TsBtnReleaseLock.Size = New System.Drawing.Size(81, 23)
|
|||
|
|
Me.TsBtnReleaseLock.Text = "发布解锁"
|
|||
|
|
'
|
|||
|
|
'TsBtnStationPlan
|
|||
|
|
'
|
|||
|
|
Me.TsBtnStationPlan.Font = New System.Drawing.Font("微软雅黑", 9.25!)
|
|||
|
|
Me.TsBtnStationPlan.Image = CType(resources.GetObject("TsBtnStationPlan.Image"), System.Drawing.Image)
|
|||
|
|
Me.TsBtnStationPlan.ImageTransparentColor = System.Drawing.Color.Magenta
|
|||
|
|
Me.TsBtnStationPlan.Name = "TsBtnStationPlan"
|
|||
|
|
Me.TsBtnStationPlan.Size = New System.Drawing.Size(81, 23)
|
|||
|
|
Me.TsBtnStationPlan.Text = "编辑页面"
|
|||
|
|
Me.TsBtnStationPlan.Visible = False
|
|||
|
|
'
|
|||
|
|
'TsBtnStationDesign
|
|||
|
|
'
|
|||
|
|
Me.TsBtnStationDesign.Font = New System.Drawing.Font("微软雅黑", 9.25!)
|
|||
|
|
Me.TsBtnStationDesign.Image = CType(resources.GetObject("TsBtnStationDesign.Image"), System.Drawing.Image)
|
|||
|
|
Me.TsBtnStationDesign.ImageTransparentColor = System.Drawing.Color.Magenta
|
|||
|
|
Me.TsBtnStationDesign.Name = "TsBtnStationDesign"
|
|||
|
|
Me.TsBtnStationDesign.Size = New System.Drawing.Size(81, 23)
|
|||
|
|
Me.TsBtnStationDesign.Text = "发布页面"
|
|||
|
|
Me.TsBtnStationDesign.Visible = False
|
|||
|
|
'
|
|||
|
|
'ToolStripSeparator2
|
|||
|
|
'
|
|||
|
|
Me.ToolStripSeparator2.Name = "ToolStripSeparator2"
|
|||
|
|
Me.ToolStripSeparator2.Size = New System.Drawing.Size(6, 26)
|
|||
|
|
'
|
|||
|
|
'TabMain
|
|||
|
|
'
|
|||
|
|
Me.TabMain.Dock = System.Windows.Forms.DockStyle.Fill
|
|||
|
|
Me.TabMain.Location = New System.Drawing.Point(0, 53)
|
|||
|
|
Me.TabMain.Name = "TabMain"
|
|||
|
|
Me.TabMain.SelectedIndex = 0
|
|||
|
|
Me.TabMain.Size = New System.Drawing.Size(1001, 600)
|
|||
|
|
Me.TabMain.TabIndex = 4
|
|||
|
|
'
|
|||
|
|
'ImgMainStatus
|
|||
|
|
'
|
|||
|
|
Me.ImgMainStatus.ImageStream = CType(resources.GetObject("ImgMainStatus.ImageStream"), System.Windows.Forms.ImageListStreamer)
|
|||
|
|
Me.ImgMainStatus.TransparentColor = System.Drawing.Color.Transparent
|
|||
|
|
Me.ImgMainStatus.Images.SetKeyName(0, "测试设备-红色64x64.png")
|
|||
|
|
Me.ImgMainStatus.Images.SetKeyName(1, "测试设备-灰色64x64.png")
|
|||
|
|
Me.ImgMainStatus.Images.SetKeyName(2, "测试设备-绿色64x64.png")
|
|||
|
|
Me.ImgMainStatus.Images.SetKeyName(3, "网络-红色64x64.png")
|
|||
|
|
Me.ImgMainStatus.Images.SetKeyName(4, "网络-灰色64x64.png")
|
|||
|
|
Me.ImgMainStatus.Images.SetKeyName(5, "网络-绿色64x64.png")
|
|||
|
|
Me.ImgMainStatus.Images.SetKeyName(6, "用户中心-红色64x64.png")
|
|||
|
|
Me.ImgMainStatus.Images.SetKeyName(7, "用户中心-灰色64x64.png")
|
|||
|
|
Me.ImgMainStatus.Images.SetKeyName(8, "用户中心-绿色64x64.png")
|
|||
|
|
Me.ImgMainStatus.Images.SetKeyName(9, "编辑保存-红色64x64.png")
|
|||
|
|
Me.ImgMainStatus.Images.SetKeyName(10, "编辑保存-灰色64x64.png")
|
|||
|
|
Me.ImgMainStatus.Images.SetKeyName(11, "编辑保存-绿色64x64.png")
|
|||
|
|
Me.ImgMainStatus.Images.SetKeyName(12, "控制器-红色64x64.png")
|
|||
|
|
Me.ImgMainStatus.Images.SetKeyName(13, "控制器-灰色64x64.png")
|
|||
|
|
Me.ImgMainStatus.Images.SetKeyName(14, "控制器-绿色64x64.png")
|
|||
|
|
Me.ImgMainStatus.Images.SetKeyName(15, "FTP-红色64x64.png")
|
|||
|
|
Me.ImgMainStatus.Images.SetKeyName(16, "FTP-灰色64x64.png")
|
|||
|
|
Me.ImgMainStatus.Images.SetKeyName(17, "FTP-绿色64x64.png")
|
|||
|
|
Me.ImgMainStatus.Images.SetKeyName(18, "数据库-红色64x64.png")
|
|||
|
|
Me.ImgMainStatus.Images.SetKeyName(19, "数据库-灰色64x64.png")
|
|||
|
|
Me.ImgMainStatus.Images.SetKeyName(20, "数据库-绿色64x64.png")
|
|||
|
|
Me.ImgMainStatus.Images.SetKeyName(21, "数据同步-红色64x64.png")
|
|||
|
|
Me.ImgMainStatus.Images.SetKeyName(22, "数据同步-灰色64x64.png")
|
|||
|
|
Me.ImgMainStatus.Images.SetKeyName(23, "数据同步-绿色64x64.png")
|
|||
|
|
'
|
|||
|
|
'StuMain
|
|||
|
|
'
|
|||
|
|
Me.StuMain.AutoSize = False
|
|||
|
|
Me.StuMain.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TssLblNetWorkStatus, Me.TslblDbStatus, Me.TslblFtpStatus, Me.TssLblEditStatus, Me.TssLblComPortStatus, Me.TssLblControllerStatus, Me.TsLblService, Me.TsLblGroupServices, Me.TssLblDatabaseStatus, Me.TssLblKeyDown, Me.TsLblTime})
|
|||
|
|
Me.StuMain.Location = New System.Drawing.Point(0, 653)
|
|||
|
|
Me.StuMain.Name = "StuMain"
|
|||
|
|
Me.StuMain.ShowItemToolTips = True
|
|||
|
|
Me.StuMain.Size = New System.Drawing.Size(1001, 28)
|
|||
|
|
Me.StuMain.TabIndex = 6
|
|||
|
|
Me.StuMain.Text = "StatusStrip1"
|
|||
|
|
'
|
|||
|
|
'TssLblNetWorkStatus
|
|||
|
|
'
|
|||
|
|
Me.TssLblNetWorkStatus.AutoSize = False
|
|||
|
|
Me.TssLblNetWorkStatus.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|||
|
|
Me.TssLblNetWorkStatus.Image = CType(resources.GetObject("TssLblNetWorkStatus.Image"), System.Drawing.Image)
|
|||
|
|
Me.TssLblNetWorkStatus.Name = "TssLblNetWorkStatus"
|
|||
|
|
Me.TssLblNetWorkStatus.Size = New System.Drawing.Size(22, 23)
|
|||
|
|
Me.TssLblNetWorkStatus.Text = "NetWork"
|
|||
|
|
'
|
|||
|
|
'TslblDbStatus
|
|||
|
|
'
|
|||
|
|
Me.TslblDbStatus.AutoSize = False
|
|||
|
|
Me.TslblDbStatus.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|||
|
|
Me.TslblDbStatus.Image = CType(resources.GetObject("TslblDbStatus.Image"), System.Drawing.Image)
|
|||
|
|
Me.TslblDbStatus.Name = "TslblDbStatus"
|
|||
|
|
Me.TslblDbStatus.Size = New System.Drawing.Size(22, 23)
|
|||
|
|
Me.TslblDbStatus.Text = "DB"
|
|||
|
|
'
|
|||
|
|
'TslblFtpStatus
|
|||
|
|
'
|
|||
|
|
Me.TslblFtpStatus.AutoSize = False
|
|||
|
|
Me.TslblFtpStatus.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|||
|
|
Me.TslblFtpStatus.Image = CType(resources.GetObject("TslblFtpStatus.Image"), System.Drawing.Image)
|
|||
|
|
Me.TslblFtpStatus.Name = "TslblFtpStatus"
|
|||
|
|
Me.TslblFtpStatus.Size = New System.Drawing.Size(22, 23)
|
|||
|
|
Me.TslblFtpStatus.Text = "Ftp"
|
|||
|
|
'
|
|||
|
|
'TssLblEditStatus
|
|||
|
|
'
|
|||
|
|
Me.TssLblEditStatus.AutoSize = False
|
|||
|
|
Me.TssLblEditStatus.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|||
|
|
Me.TssLblEditStatus.Image = CType(resources.GetObject("TssLblEditStatus.Image"), System.Drawing.Image)
|
|||
|
|
Me.TssLblEditStatus.Name = "TssLblEditStatus"
|
|||
|
|
Me.TssLblEditStatus.Size = New System.Drawing.Size(22, 23)
|
|||
|
|
Me.TssLblEditStatus.Text = "Edit"
|
|||
|
|
'
|
|||
|
|
'TssLblComPortStatus
|
|||
|
|
'
|
|||
|
|
Me.TssLblComPortStatus.AutoSize = False
|
|||
|
|
Me.TssLblComPortStatus.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|||
|
|
Me.TssLblComPortStatus.Image = CType(resources.GetObject("TssLblComPortStatus.Image"), System.Drawing.Image)
|
|||
|
|
Me.TssLblComPortStatus.Name = "TssLblComPortStatus"
|
|||
|
|
Me.TssLblComPortStatus.Size = New System.Drawing.Size(22, 23)
|
|||
|
|
Me.TssLblComPortStatus.Text = "TestDev"
|
|||
|
|
Me.TssLblComPortStatus.ToolTipText = "测试设备"
|
|||
|
|
'
|
|||
|
|
'TssLblControllerStatus
|
|||
|
|
'
|
|||
|
|
Me.TssLblControllerStatus.AutoSize = False
|
|||
|
|
Me.TssLblControllerStatus.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|||
|
|
Me.TssLblControllerStatus.Image = CType(resources.GetObject("TssLblControllerStatus.Image"), System.Drawing.Image)
|
|||
|
|
Me.TssLblControllerStatus.Name = "TssLblControllerStatus"
|
|||
|
|
Me.TssLblControllerStatus.Size = New System.Drawing.Size(22, 23)
|
|||
|
|
Me.TssLblControllerStatus.Text = "BtnDev"
|
|||
|
|
Me.TssLblControllerStatus.ToolTipText = "控制器"
|
|||
|
|
'
|
|||
|
|
'TsLblService
|
|||
|
|
'
|
|||
|
|
Me.TsLblService.Font = New System.Drawing.Font("Consolas", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
|
Me.TsLblService.Image = CType(resources.GetObject("TsLblService.Image"), System.Drawing.Image)
|
|||
|
|
Me.TsLblService.Name = "TsLblService"
|
|||
|
|
Me.TsLblService.Size = New System.Drawing.Size(72, 23)
|
|||
|
|
Me.TsLblService.Text = "Service"
|
|||
|
|
Me.TsLblService.ToolTipText = "终端角色"
|
|||
|
|
'
|
|||
|
|
'TsLblGroupServices
|
|||
|
|
'
|
|||
|
|
Me.TsLblGroupServices.Font = New System.Drawing.Font("Consolas", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
|
Me.TsLblGroupServices.Image = CType(resources.GetObject("TsLblGroupServices.Image"), System.Drawing.Image)
|
|||
|
|
Me.TsLblGroupServices.Name = "TsLblGroupServices"
|
|||
|
|
Me.TsLblGroupServices.Size = New System.Drawing.Size(37, 23)
|
|||
|
|
Me.TsLblGroupServices.Text = "无"
|
|||
|
|
Me.TsLblGroupServices.ToolTipText = "子网邻居"
|
|||
|
|
'
|
|||
|
|
'TssLblDatabaseStatus
|
|||
|
|
'
|
|||
|
|
Me.TssLblDatabaseStatus.Font = New System.Drawing.Font("Consolas", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
|
Me.TssLblDatabaseStatus.Image = CType(resources.GetObject("TssLblDatabaseStatus.Image"), System.Drawing.Image)
|
|||
|
|
Me.TssLblDatabaseStatus.Name = "TssLblDatabaseStatus"
|
|||
|
|
Me.TssLblDatabaseStatus.Size = New System.Drawing.Size(51, 23)
|
|||
|
|
Me.TssLblDatabaseStatus.Text = "Sync"
|
|||
|
|
Me.TssLblDatabaseStatus.ToolTipText = "同步时间与缓存数量"
|
|||
|
|
'
|
|||
|
|
'TssLblKeyDown
|
|||
|
|
'
|
|||
|
|
Me.TssLblKeyDown.AutoSize = False
|
|||
|
|
Me.TssLblKeyDown.Name = "TssLblKeyDown"
|
|||
|
|
Me.TssLblKeyDown.Size = New System.Drawing.Size(1, 23)
|
|||
|
|
'
|
|||
|
|
'TsLblTime
|
|||
|
|
'
|
|||
|
|
Me.TsLblTime.AutoSize = False
|
|||
|
|
Me.TsLblTime.Font = New System.Drawing.Font("Consolas", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
|
Me.TsLblTime.ForeColor = System.Drawing.Color.Blue
|
|||
|
|
Me.TsLblTime.Image = CType(resources.GetObject("TsLblTime.Image"), System.Drawing.Image)
|
|||
|
|
Me.TsLblTime.Name = "TsLblTime"
|
|||
|
|
Me.TsLblTime.Size = New System.Drawing.Size(693, 23)
|
|||
|
|
Me.TsLblTime.Spring = True
|
|||
|
|
Me.TsLblTime.Text = "Time"
|
|||
|
|
Me.TsLblTime.ToolTipText = "终端时间"
|
|||
|
|
'
|
|||
|
|
'LblServiceAlias
|
|||
|
|
'
|
|||
|
|
Me.LblServiceAlias.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|||
|
|
Me.LblServiceAlias.Font = New System.Drawing.Font("Consolas", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
|
Me.LblServiceAlias.Location = New System.Drawing.Point(813, 41)
|
|||
|
|
Me.LblServiceAlias.Name = "LblServiceAlias"
|
|||
|
|
Me.LblServiceAlias.Size = New System.Drawing.Size(188, 12)
|
|||
|
|
Me.LblServiceAlias.TabIndex = 8
|
|||
|
|
Me.LblServiceAlias.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
|||
|
|
'
|
|||
|
|
'lblServiceID
|
|||
|
|
'
|
|||
|
|
Me.lblServiceID.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|||
|
|
Me.lblServiceID.Font = New System.Drawing.Font("Calibri", 27.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
|
Me.lblServiceID.ForeColor = System.Drawing.Color.Blue
|
|||
|
|
Me.lblServiceID.Location = New System.Drawing.Point(813, 0)
|
|||
|
|
Me.lblServiceID.Name = "lblServiceID"
|
|||
|
|
Me.lblServiceID.Size = New System.Drawing.Size(188, 40)
|
|||
|
|
Me.lblServiceID.TabIndex = 7
|
|||
|
|
Me.lblServiceID.Text = "00"
|
|||
|
|
Me.lblServiceID.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
|||
|
|
'
|
|||
|
|
'tim_UpdateTime
|
|||
|
|
'
|
|||
|
|
Me.tim_UpdateTime.Interval = 500
|
|||
|
|
'
|
|||
|
|
'FrmMain
|
|||
|
|
'
|
|||
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
|
|||
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|||
|
|
Me.ClientSize = New System.Drawing.Size(1001, 681)
|
|||
|
|
Me.Controls.Add(Me.LblServiceAlias)
|
|||
|
|
Me.Controls.Add(Me.lblServiceID)
|
|||
|
|
Me.Controls.Add(Me.TabMain)
|
|||
|
|
Me.Controls.Add(Me.StuMain)
|
|||
|
|
Me.Controls.Add(Me.TsMain)
|
|||
|
|
Me.Controls.Add(Me.MnsMain)
|
|||
|
|
Me.IsMdiContainer = True
|
|||
|
|
Me.Name = "FrmMain"
|
|||
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|||
|
|
Me.Text = "AUTS_Package"
|
|||
|
|
Me.MnsMain.ResumeLayout(False)
|
|||
|
|
Me.MnsMain.PerformLayout()
|
|||
|
|
Me.TsMain.ResumeLayout(False)
|
|||
|
|
Me.TsMain.PerformLayout()
|
|||
|
|
Me.StuMain.ResumeLayout(False)
|
|||
|
|
Me.StuMain.PerformLayout()
|
|||
|
|
Me.ResumeLayout(False)
|
|||
|
|
Me.PerformLayout()
|
|||
|
|
|
|||
|
|
End Sub
|
|||
|
|
Friend WithEvents MnsMain As MenuStrip
|
|||
|
|
Friend WithEvents MsiUser As ToolStripMenuItem
|
|||
|
|
Friend WithEvents 注销ToolStripMenuItem As ToolStripMenuItem
|
|||
|
|
Friend WithEvents 退出QToolStripMenuItem As ToolStripMenuItem
|
|||
|
|
Friend WithEvents MsiStationTest As ToolStripMenuItem
|
|||
|
|
Friend WithEvents MsiStationDesign As ToolStripMenuItem
|
|||
|
|
Friend WithEvents MsiHelp As ToolStripMenuItem
|
|||
|
|
Friend WithEvents MsiAbout As ToolStripMenuItem
|
|||
|
|
Friend WithEvents TsMain As ToolStrip
|
|||
|
|
Friend WithEvents TabMain As TabControl
|
|||
|
|
Friend WithEvents TsBtnOpenStation As ToolStripButton
|
|||
|
|
Friend WithEvents MsiStationPlan As ToolStripMenuItem
|
|||
|
|
Friend WithEvents ToolStripSeparator1 As ToolStripSeparator
|
|||
|
|
Friend WithEvents TsBtnStationTest As ToolStripButton
|
|||
|
|
Friend WithEvents TsBtnStationDesign As ToolStripButton
|
|||
|
|
Friend WithEvents TsBtnStationPlan As ToolStripButton
|
|||
|
|
Friend WithEvents MsiSettings As ToolStripMenuItem
|
|||
|
|
Friend WithEvents ToolStripSeparator2 As ToolStripSeparator
|
|||
|
|
Friend WithEvents TsBtnEditLock As ToolStripButton
|
|||
|
|
Friend WithEvents TsBtnReleaseLock As ToolStripButton
|
|||
|
|
Friend WithEvents ImgMainStatus As ImageList
|
|||
|
|
Friend WithEvents StuMain As StatusStrip
|
|||
|
|
Friend WithEvents TssLblNetWorkStatus As ToolStripStatusLabel
|
|||
|
|
Friend WithEvents TslblDbStatus As ToolStripStatusLabel
|
|||
|
|
Friend WithEvents TslblFtpStatus As ToolStripStatusLabel
|
|||
|
|
Friend WithEvents TssLblEditStatus As ToolStripStatusLabel
|
|||
|
|
Friend WithEvents TssLblComPortStatus As ToolStripStatusLabel
|
|||
|
|
Friend WithEvents TssLblControllerStatus As ToolStripStatusLabel
|
|||
|
|
Friend WithEvents TsLblService As ToolStripStatusLabel
|
|||
|
|
Friend WithEvents TsLblGroupServices As ToolStripStatusLabel
|
|||
|
|
Friend WithEvents TssLblDatabaseStatus As ToolStripStatusLabel
|
|||
|
|
Friend WithEvents TssLblKeyDown As ToolStripStatusLabel
|
|||
|
|
Friend WithEvents TsLblTime As ToolStripStatusLabel
|
|||
|
|
Friend WithEvents LblServiceAlias As Label
|
|||
|
|
Friend WithEvents lblServiceID As Label
|
|||
|
|
Friend WithEvents tim_UpdateTime As Timer
|
|||
|
|
End Class
|