737 lines
36 KiB
VB.net
737 lines
36 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.MenuStrip1 = New System.Windows.Forms.MenuStrip()
|
|||
|
|
Me.TsMenuM = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.ToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.TsmConfigUpdate = 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.TsMenuDebug = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.TsMenuSet = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.TsmPackUpRecord = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.TsmClearRecord = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.注册表ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.TsMenuHelp = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip()
|
|||
|
|
Me.TsBtnReflushServices = New System.Windows.Forms.ToolStripButton()
|
|||
|
|
Me.TsCboServiceName = New System.Windows.Forms.ToolStripComboBox()
|
|||
|
|
Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
|
|||
|
|
Me.TsBtnTestingServices = New System.Windows.Forms.ToolStripButton()
|
|||
|
|
Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator()
|
|||
|
|
Me.TsBtnServiceInstall = New System.Windows.Forms.ToolStripButton()
|
|||
|
|
Me.TsBtnServiceUninstall = New System.Windows.Forms.ToolStripButton()
|
|||
|
|
Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator()
|
|||
|
|
Me.TsBtnStartService = New System.Windows.Forms.ToolStripButton()
|
|||
|
|
Me.TsBtnCloseService = New System.Windows.Forms.ToolStripButton()
|
|||
|
|
Me.TsBtnRestartService = New System.Windows.Forms.ToolStripButton()
|
|||
|
|
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
|
|||
|
|
Me.TssLblServiceName = New System.Windows.Forms.ToolStripStatusLabel()
|
|||
|
|
Me.TssLblServiceStatus = New System.Windows.Forms.ToolStripStatusLabel()
|
|||
|
|
Me.TssLblConnState = New System.Windows.Forms.ToolStripStatusLabel()
|
|||
|
|
Me.TssLblExcuteTip = New System.Windows.Forms.ToolStripStatusLabel()
|
|||
|
|
Me.SplTaskList = New System.Windows.Forms.SplitContainer()
|
|||
|
|
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
|
|||
|
|
Me.Grid1 = New FlexCell.Grid()
|
|||
|
|
Me.CmsTasks = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
|||
|
|
Me.CmsBtnRefreshList = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.ToolStripSeparator8 = New System.Windows.Forms.ToolStripSeparator()
|
|||
|
|
Me.CmsBtnAddTasks = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.CmsBtnDeleteTasks = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.ToolStripSeparator11 = New System.Windows.Forms.ToolStripSeparator()
|
|||
|
|
Me.CmsBtnStartTasks = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.ToolStripMenuItem2 = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.CmsBtnStopTasks = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.ToolStripSeparator9 = New System.Windows.Forms.ToolStripSeparator()
|
|||
|
|
Me.CmsBtnGetTasks = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.CmsBtnSetTasks = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.ToolStripSeparator10 = New System.Windows.Forms.ToolStripSeparator()
|
|||
|
|
Me.CmsBtnStartAllTasks = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.CmsBtnStopAllTasks = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.CmsBtnDeleteAllTasks = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.CmsBtnGetAllTasks = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
|
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
|||
|
|
Me.TabTasks = New System.Windows.Forms.TabControl()
|
|||
|
|
Me.ToolStrip2 = New System.Windows.Forms.ToolStrip()
|
|||
|
|
Me.TsBtnConnService = New System.Windows.Forms.ToolStripButton()
|
|||
|
|
Me.ToolStripSeparator12 = New System.Windows.Forms.ToolStripSeparator()
|
|||
|
|
Me.TsBtnAddTasks = New System.Windows.Forms.ToolStripButton()
|
|||
|
|
Me.TsBtDelTasks = New System.Windows.Forms.ToolStripButton()
|
|||
|
|
Me.ToolStripSeparator6 = New System.Windows.Forms.ToolStripSeparator()
|
|||
|
|
Me.TsBtnStartTasks = New System.Windows.Forms.ToolStripButton()
|
|||
|
|
Me.TsBtnRestartTasks = New System.Windows.Forms.ToolStripButton()
|
|||
|
|
Me.TsBtnStopTasks = New System.Windows.Forms.ToolStripButton()
|
|||
|
|
Me.ToolStripSeparator7 = New System.Windows.Forms.ToolStripSeparator()
|
|||
|
|
Me.TsBtnGetTask = New System.Windows.Forms.ToolStripButton()
|
|||
|
|
Me.TsBtnSetTasks = New System.Windows.Forms.ToolStripButton()
|
|||
|
|
Me.SplMain = New System.Windows.Forms.SplitContainer()
|
|||
|
|
Me.GroupBox3 = New System.Windows.Forms.GroupBox()
|
|||
|
|
Me.RtxCommunicationLogs = New System.Windows.Forms.RichTextBox()
|
|||
|
|
Me.MenuStrip1.SuspendLayout()
|
|||
|
|
Me.ToolStrip1.SuspendLayout()
|
|||
|
|
Me.StatusStrip1.SuspendLayout()
|
|||
|
|
CType(Me.SplTaskList, System.ComponentModel.ISupportInitialize).BeginInit()
|
|||
|
|
Me.SplTaskList.Panel1.SuspendLayout()
|
|||
|
|
Me.SplTaskList.Panel2.SuspendLayout()
|
|||
|
|
Me.SplTaskList.SuspendLayout()
|
|||
|
|
Me.GroupBox2.SuspendLayout()
|
|||
|
|
Me.CmsTasks.SuspendLayout()
|
|||
|
|
Me.GroupBox1.SuspendLayout()
|
|||
|
|
Me.ToolStrip2.SuspendLayout()
|
|||
|
|
CType(Me.SplMain, System.ComponentModel.ISupportInitialize).BeginInit()
|
|||
|
|
Me.SplMain.Panel1.SuspendLayout()
|
|||
|
|
Me.SplMain.Panel2.SuspendLayout()
|
|||
|
|
Me.SplMain.SuspendLayout()
|
|||
|
|
Me.GroupBox3.SuspendLayout()
|
|||
|
|
Me.SuspendLayout()
|
|||
|
|
'
|
|||
|
|
'MenuStrip1
|
|||
|
|
'
|
|||
|
|
Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TsMenuM, Me.ToolStripMenuItem1, Me.任务ToolStripMenuItem, Me.TsMenuDebug, Me.TsMenuSet, Me.TsMenuHelp})
|
|||
|
|
Me.MenuStrip1.Location = New System.Drawing.Point(0, 0)
|
|||
|
|
Me.MenuStrip1.Name = "MenuStrip1"
|
|||
|
|
Me.MenuStrip1.Size = New System.Drawing.Size(712, 25)
|
|||
|
|
Me.MenuStrip1.TabIndex = 6
|
|||
|
|
Me.MenuStrip1.Text = "MenuStrip1"
|
|||
|
|
'
|
|||
|
|
'TsMenuM
|
|||
|
|
'
|
|||
|
|
Me.TsMenuM.Name = "TsMenuM"
|
|||
|
|
Me.TsMenuM.Size = New System.Drawing.Size(44, 21)
|
|||
|
|
Me.TsMenuM.Text = "菜单"
|
|||
|
|
'
|
|||
|
|
'ToolStripMenuItem1
|
|||
|
|
'
|
|||
|
|
Me.ToolStripMenuItem1.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TsmConfigUpdate, Me.卸载服务ToolStripMenuItem, Me.输入路径卸载服务ToolStripMenuItem})
|
|||
|
|
Me.ToolStripMenuItem1.Name = "ToolStripMenuItem1"
|
|||
|
|
Me.ToolStripMenuItem1.Size = New System.Drawing.Size(44, 21)
|
|||
|
|
Me.ToolStripMenuItem1.Text = "服务"
|
|||
|
|
'
|
|||
|
|
'TsmConfigUpdate
|
|||
|
|
'
|
|||
|
|
Me.TsmConfigUpdate.Name = "TsmConfigUpdate"
|
|||
|
|
Me.TsmConfigUpdate.Size = New System.Drawing.Size(180, 22)
|
|||
|
|
Me.TsmConfigUpdate.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 = "输入路径卸载服务"
|
|||
|
|
'
|
|||
|
|
'任务ToolStripMenuItem
|
|||
|
|
'
|
|||
|
|
Me.任务ToolStripMenuItem.Name = "任务ToolStripMenuItem"
|
|||
|
|
Me.任务ToolStripMenuItem.Size = New System.Drawing.Size(44, 21)
|
|||
|
|
Me.任务ToolStripMenuItem.Text = "任务"
|
|||
|
|
'
|
|||
|
|
'TsMenuDebug
|
|||
|
|
'
|
|||
|
|
Me.TsMenuDebug.Name = "TsMenuDebug"
|
|||
|
|
Me.TsMenuDebug.Size = New System.Drawing.Size(44, 21)
|
|||
|
|
Me.TsMenuDebug.Text = "调试"
|
|||
|
|
'
|
|||
|
|
'TsMenuSet
|
|||
|
|
'
|
|||
|
|
Me.TsMenuSet.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TsmPackUpRecord, Me.TsmClearRecord, Me.注册表ToolStripMenuItem})
|
|||
|
|
Me.TsMenuSet.Name = "TsMenuSet"
|
|||
|
|
Me.TsMenuSet.Size = New System.Drawing.Size(44, 21)
|
|||
|
|
Me.TsMenuSet.Text = "设置"
|
|||
|
|
'
|
|||
|
|
'TsmPackUpRecord
|
|||
|
|
'
|
|||
|
|
Me.TsmPackUpRecord.Name = "TsmPackUpRecord"
|
|||
|
|
Me.TsmPackUpRecord.Size = New System.Drawing.Size(180, 22)
|
|||
|
|
Me.TsmPackUpRecord.Text = "隐藏通讯日志"
|
|||
|
|
'
|
|||
|
|
'TsmClearRecord
|
|||
|
|
'
|
|||
|
|
Me.TsmClearRecord.Name = "TsmClearRecord"
|
|||
|
|
Me.TsmClearRecord.Size = New System.Drawing.Size(180, 22)
|
|||
|
|
Me.TsmClearRecord.Text = "清空通讯日志"
|
|||
|
|
'
|
|||
|
|
'注册表ToolStripMenuItem
|
|||
|
|
'
|
|||
|
|
Me.注册表ToolStripMenuItem.Name = "注册表ToolStripMenuItem"
|
|||
|
|
Me.注册表ToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
|
|||
|
|
Me.注册表ToolStripMenuItem.Text = "注册表"
|
|||
|
|
'
|
|||
|
|
'TsMenuHelp
|
|||
|
|
'
|
|||
|
|
Me.TsMenuHelp.Name = "TsMenuHelp"
|
|||
|
|
Me.TsMenuHelp.Size = New System.Drawing.Size(44, 21)
|
|||
|
|
Me.TsMenuHelp.Text = "帮助"
|
|||
|
|
'
|
|||
|
|
'ToolStrip1
|
|||
|
|
'
|
|||
|
|
Me.ToolStrip1.BackColor = System.Drawing.SystemColors.Control
|
|||
|
|
Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TsBtnReflushServices, Me.TsCboServiceName, Me.ToolStripSeparator1, Me.TsBtnTestingServices, Me.ToolStripSeparator3, Me.TsBtnServiceInstall, Me.TsBtnServiceUninstall, Me.ToolStripSeparator2, Me.TsBtnStartService, Me.TsBtnCloseService, Me.TsBtnRestartService})
|
|||
|
|
Me.ToolStrip1.Location = New System.Drawing.Point(0, 25)
|
|||
|
|
Me.ToolStrip1.Name = "ToolStrip1"
|
|||
|
|
Me.ToolStrip1.Size = New System.Drawing.Size(712, 40)
|
|||
|
|
Me.ToolStrip1.TabIndex = 7
|
|||
|
|
Me.ToolStrip1.Text = "ToolStrip1"
|
|||
|
|
'
|
|||
|
|
'TsBtnReflushServices
|
|||
|
|
'
|
|||
|
|
Me.TsBtnReflushServices.Image = CType(resources.GetObject("TsBtnReflushServices.Image"), System.Drawing.Image)
|
|||
|
|
Me.TsBtnReflushServices.ImageTransparentColor = System.Drawing.Color.Magenta
|
|||
|
|
Me.TsBtnReflushServices.Name = "TsBtnReflushServices"
|
|||
|
|
Me.TsBtnReflushServices.Size = New System.Drawing.Size(60, 37)
|
|||
|
|
Me.TsBtnReflushServices.Text = "更新列表"
|
|||
|
|
Me.TsBtnReflushServices.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText
|
|||
|
|
'
|
|||
|
|
'TsCboServiceName
|
|||
|
|
'
|
|||
|
|
Me.TsCboServiceName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|||
|
|
Me.TsCboServiceName.Name = "TsCboServiceName"
|
|||
|
|
Me.TsCboServiceName.Size = New System.Drawing.Size(121, 40)
|
|||
|
|
'
|
|||
|
|
'ToolStripSeparator1
|
|||
|
|
'
|
|||
|
|
Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
|
|||
|
|
Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 40)
|
|||
|
|
'
|
|||
|
|
'TsBtnTestingServices
|
|||
|
|
'
|
|||
|
|
Me.TsBtnTestingServices.Image = CType(resources.GetObject("TsBtnTestingServices.Image"), System.Drawing.Image)
|
|||
|
|
Me.TsBtnTestingServices.ImageTransparentColor = System.Drawing.Color.Magenta
|
|||
|
|
Me.TsBtnTestingServices.Name = "TsBtnTestingServices"
|
|||
|
|
Me.TsBtnTestingServices.Size = New System.Drawing.Size(60, 37)
|
|||
|
|
Me.TsBtnTestingServices.Text = "检测服务"
|
|||
|
|
Me.TsBtnTestingServices.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText
|
|||
|
|
'
|
|||
|
|
'ToolStripSeparator3
|
|||
|
|
'
|
|||
|
|
Me.ToolStripSeparator3.Name = "ToolStripSeparator3"
|
|||
|
|
Me.ToolStripSeparator3.Size = New System.Drawing.Size(6, 40)
|
|||
|
|
'
|
|||
|
|
'TsBtnServiceInstall
|
|||
|
|
'
|
|||
|
|
Me.TsBtnServiceInstall.Image = CType(resources.GetObject("TsBtnServiceInstall.Image"), System.Drawing.Image)
|
|||
|
|
Me.TsBtnServiceInstall.ImageTransparentColor = System.Drawing.Color.Magenta
|
|||
|
|
Me.TsBtnServiceInstall.Name = "TsBtnServiceInstall"
|
|||
|
|
Me.TsBtnServiceInstall.Size = New System.Drawing.Size(60, 37)
|
|||
|
|
Me.TsBtnServiceInstall.Text = "安装服务"
|
|||
|
|
Me.TsBtnServiceInstall.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText
|
|||
|
|
'
|
|||
|
|
'TsBtnServiceUninstall
|
|||
|
|
'
|
|||
|
|
Me.TsBtnServiceUninstall.Image = CType(resources.GetObject("TsBtnServiceUninstall.Image"), System.Drawing.Image)
|
|||
|
|
Me.TsBtnServiceUninstall.ImageTransparentColor = System.Drawing.Color.Magenta
|
|||
|
|
Me.TsBtnServiceUninstall.Name = "TsBtnServiceUninstall"
|
|||
|
|
Me.TsBtnServiceUninstall.Size = New System.Drawing.Size(60, 37)
|
|||
|
|
Me.TsBtnServiceUninstall.Text = "卸载服务"
|
|||
|
|
Me.TsBtnServiceUninstall.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText
|
|||
|
|
'
|
|||
|
|
'ToolStripSeparator2
|
|||
|
|
'
|
|||
|
|
Me.ToolStripSeparator2.Name = "ToolStripSeparator2"
|
|||
|
|
Me.ToolStripSeparator2.Size = New System.Drawing.Size(6, 40)
|
|||
|
|
'
|
|||
|
|
'TsBtnStartService
|
|||
|
|
'
|
|||
|
|
Me.TsBtnStartService.Image = CType(resources.GetObject("TsBtnStartService.Image"), System.Drawing.Image)
|
|||
|
|
Me.TsBtnStartService.ImageTransparentColor = System.Drawing.Color.Magenta
|
|||
|
|
Me.TsBtnStartService.Name = "TsBtnStartService"
|
|||
|
|
Me.TsBtnStartService.Size = New System.Drawing.Size(60, 37)
|
|||
|
|
Me.TsBtnStartService.Text = "启用服务"
|
|||
|
|
Me.TsBtnStartService.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText
|
|||
|
|
'
|
|||
|
|
'TsBtnCloseService
|
|||
|
|
'
|
|||
|
|
Me.TsBtnCloseService.Image = CType(resources.GetObject("TsBtnCloseService.Image"), System.Drawing.Image)
|
|||
|
|
Me.TsBtnCloseService.ImageTransparentColor = System.Drawing.Color.Magenta
|
|||
|
|
Me.TsBtnCloseService.Name = "TsBtnCloseService"
|
|||
|
|
Me.TsBtnCloseService.Size = New System.Drawing.Size(60, 37)
|
|||
|
|
Me.TsBtnCloseService.Text = "关闭服务"
|
|||
|
|
Me.TsBtnCloseService.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText
|
|||
|
|
'
|
|||
|
|
'TsBtnRestartService
|
|||
|
|
'
|
|||
|
|
Me.TsBtnRestartService.Image = CType(resources.GetObject("TsBtnRestartService.Image"), System.Drawing.Image)
|
|||
|
|
Me.TsBtnRestartService.ImageTransparentColor = System.Drawing.Color.Magenta
|
|||
|
|
Me.TsBtnRestartService.Name = "TsBtnRestartService"
|
|||
|
|
Me.TsBtnRestartService.Size = New System.Drawing.Size(60, 37)
|
|||
|
|
Me.TsBtnRestartService.Text = "重启服务"
|
|||
|
|
Me.TsBtnRestartService.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText
|
|||
|
|
'
|
|||
|
|
'StatusStrip1
|
|||
|
|
'
|
|||
|
|
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TssLblServiceName, Me.TssLblServiceStatus, Me.TssLblConnState, Me.TssLblExcuteTip})
|
|||
|
|
Me.StatusStrip1.Location = New System.Drawing.Point(0, 610)
|
|||
|
|
Me.StatusStrip1.Name = "StatusStrip1"
|
|||
|
|
Me.StatusStrip1.Size = New System.Drawing.Size(712, 22)
|
|||
|
|
Me.StatusStrip1.TabIndex = 8
|
|||
|
|
Me.StatusStrip1.Text = "StatusStrip1"
|
|||
|
|
'
|
|||
|
|
'TssLblServiceName
|
|||
|
|
'
|
|||
|
|
Me.TssLblServiceName.Font = New System.Drawing.Font("Microsoft YaHei UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
|
|||
|
|
Me.TssLblServiceName.ForeColor = System.Drawing.Color.Blue
|
|||
|
|
Me.TssLblServiceName.Image = CType(resources.GetObject("TssLblServiceName.Image"), System.Drawing.Image)
|
|||
|
|
Me.TssLblServiceName.Name = "TssLblServiceName"
|
|||
|
|
Me.TssLblServiceName.Size = New System.Drawing.Size(48, 17)
|
|||
|
|
Me.TssLblServiceName.Text = "服务"
|
|||
|
|
'
|
|||
|
|
'TssLblServiceStatus
|
|||
|
|
'
|
|||
|
|
Me.TssLblServiceStatus.Name = "TssLblServiceStatus"
|
|||
|
|
Me.TssLblServiceStatus.Size = New System.Drawing.Size(32, 17)
|
|||
|
|
Me.TssLblServiceStatus.Text = "状态"
|
|||
|
|
'
|
|||
|
|
'TssLblConnState
|
|||
|
|
'
|
|||
|
|
Me.TssLblConnState.Image = CType(resources.GetObject("TssLblConnState.Image"), System.Drawing.Image)
|
|||
|
|
Me.TssLblConnState.Name = "TssLblConnState"
|
|||
|
|
Me.TssLblConnState.Size = New System.Drawing.Size(60, 17)
|
|||
|
|
Me.TssLblConnState.Text = "无连接"
|
|||
|
|
'
|
|||
|
|
'TssLblExcuteTip
|
|||
|
|
'
|
|||
|
|
Me.TssLblExcuteTip.Name = "TssLblExcuteTip"
|
|||
|
|
Me.TssLblExcuteTip.Size = New System.Drawing.Size(48, 17)
|
|||
|
|
Me.TssLblExcuteTip.Text = " "
|
|||
|
|
'
|
|||
|
|
'SplTaskList
|
|||
|
|
'
|
|||
|
|
Me.SplTaskList.Dock = System.Windows.Forms.DockStyle.Fill
|
|||
|
|
Me.SplTaskList.Location = New System.Drawing.Point(0, 0)
|
|||
|
|
Me.SplTaskList.Name = "SplTaskList"
|
|||
|
|
'
|
|||
|
|
'SplTaskList.Panel1
|
|||
|
|
'
|
|||
|
|
Me.SplTaskList.Panel1.Controls.Add(Me.GroupBox2)
|
|||
|
|
'
|
|||
|
|
'SplTaskList.Panel2
|
|||
|
|
'
|
|||
|
|
Me.SplTaskList.Panel2.Controls.Add(Me.GroupBox1)
|
|||
|
|
Me.SplTaskList.Size = New System.Drawing.Size(712, 412)
|
|||
|
|
Me.SplTaskList.SplitterDistance = 175
|
|||
|
|
Me.SplTaskList.TabIndex = 9
|
|||
|
|
'
|
|||
|
|
'GroupBox2
|
|||
|
|
'
|
|||
|
|
Me.GroupBox2.Controls.Add(Me.Grid1)
|
|||
|
|
Me.GroupBox2.Dock = System.Windows.Forms.DockStyle.Fill
|
|||
|
|
Me.GroupBox2.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
|
|||
|
|
Me.GroupBox2.Location = New System.Drawing.Point(0, 0)
|
|||
|
|
Me.GroupBox2.Name = "GroupBox2"
|
|||
|
|
Me.GroupBox2.Size = New System.Drawing.Size(175, 412)
|
|||
|
|
Me.GroupBox2.TabIndex = 1
|
|||
|
|
Me.GroupBox2.TabStop = False
|
|||
|
|
Me.GroupBox2.Text = "任务列表"
|
|||
|
|
'
|
|||
|
|
'Grid1
|
|||
|
|
'
|
|||
|
|
Me.Grid1.BackColorBkg = System.Drawing.Color.Transparent
|
|||
|
|
Me.Grid1.BorderStyle = FlexCell.BorderStyleEnum.None
|
|||
|
|
Me.Grid1.CheckedImage = Nothing
|
|||
|
|
Me.Grid1.Cols = 4
|
|||
|
|
Me.Grid1.ContextMenuStrip = Me.CmsTasks
|
|||
|
|
Me.Grid1.DefaultFont = New System.Drawing.Font("宋体", 9.0!)
|
|||
|
|
Me.Grid1.Dock = System.Windows.Forms.DockStyle.Fill
|
|||
|
|
Me.Grid1.ExtendLastCol = True
|
|||
|
|
Me.Grid1.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
|
|||
|
|
Me.Grid1.GridColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer))
|
|||
|
|
Me.Grid1.Location = New System.Drawing.Point(3, 25)
|
|||
|
|
Me.Grid1.Name = "Grid1"
|
|||
|
|
Me.Grid1.Rows = 1
|
|||
|
|
Me.Grid1.Size = New System.Drawing.Size(169, 384)
|
|||
|
|
Me.Grid1.TabIndex = 0
|
|||
|
|
Me.Grid1.UncheckedImage = Nothing
|
|||
|
|
'
|
|||
|
|
'CmsTasks
|
|||
|
|
'
|
|||
|
|
Me.CmsTasks.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.CmsBtnRefreshList, Me.ToolStripSeparator8, Me.CmsBtnAddTasks, Me.CmsBtnDeleteTasks, Me.ToolStripSeparator11, Me.CmsBtnStartTasks, Me.ToolStripMenuItem2, Me.CmsBtnStopTasks, Me.ToolStripSeparator9, Me.CmsBtnGetTasks, Me.CmsBtnSetTasks, Me.ToolStripSeparator10, Me.CmsBtnStartAllTasks, Me.CmsBtnStopAllTasks, Me.CmsBtnDeleteAllTasks, Me.CmsBtnGetAllTasks})
|
|||
|
|
Me.CmsTasks.Name = "CmsTasks"
|
|||
|
|
Me.CmsTasks.Size = New System.Drawing.Size(125, 292)
|
|||
|
|
'
|
|||
|
|
'CmsBtnRefreshList
|
|||
|
|
'
|
|||
|
|
Me.CmsBtnRefreshList.Name = "CmsBtnRefreshList"
|
|||
|
|
Me.CmsBtnRefreshList.Size = New System.Drawing.Size(124, 22)
|
|||
|
|
Me.CmsBtnRefreshList.Text = "刷新列表"
|
|||
|
|
'
|
|||
|
|
'ToolStripSeparator8
|
|||
|
|
'
|
|||
|
|
Me.ToolStripSeparator8.Name = "ToolStripSeparator8"
|
|||
|
|
Me.ToolStripSeparator8.Size = New System.Drawing.Size(121, 6)
|
|||
|
|
'
|
|||
|
|
'CmsBtnAddTasks
|
|||
|
|
'
|
|||
|
|
Me.CmsBtnAddTasks.Name = "CmsBtnAddTasks"
|
|||
|
|
Me.CmsBtnAddTasks.Size = New System.Drawing.Size(124, 22)
|
|||
|
|
Me.CmsBtnAddTasks.Text = "添加任务"
|
|||
|
|
'
|
|||
|
|
'CmsBtnDeleteTasks
|
|||
|
|
'
|
|||
|
|
Me.CmsBtnDeleteTasks.Name = "CmsBtnDeleteTasks"
|
|||
|
|
Me.CmsBtnDeleteTasks.Size = New System.Drawing.Size(124, 22)
|
|||
|
|
Me.CmsBtnDeleteTasks.Text = "删除任务"
|
|||
|
|
'
|
|||
|
|
'ToolStripSeparator11
|
|||
|
|
'
|
|||
|
|
Me.ToolStripSeparator11.Name = "ToolStripSeparator11"
|
|||
|
|
Me.ToolStripSeparator11.Size = New System.Drawing.Size(121, 6)
|
|||
|
|
'
|
|||
|
|
'CmsBtnStartTasks
|
|||
|
|
'
|
|||
|
|
Me.CmsBtnStartTasks.Name = "CmsBtnStartTasks"
|
|||
|
|
Me.CmsBtnStartTasks.Size = New System.Drawing.Size(124, 22)
|
|||
|
|
Me.CmsBtnStartTasks.Text = "开启任务"
|
|||
|
|
'
|
|||
|
|
'ToolStripMenuItem2
|
|||
|
|
'
|
|||
|
|
Me.ToolStripMenuItem2.Name = "ToolStripMenuItem2"
|
|||
|
|
Me.ToolStripMenuItem2.Size = New System.Drawing.Size(124, 22)
|
|||
|
|
Me.ToolStripMenuItem2.Text = "重启任务"
|
|||
|
|
'
|
|||
|
|
'CmsBtnStopTasks
|
|||
|
|
'
|
|||
|
|
Me.CmsBtnStopTasks.Name = "CmsBtnStopTasks"
|
|||
|
|
Me.CmsBtnStopTasks.Size = New System.Drawing.Size(124, 22)
|
|||
|
|
Me.CmsBtnStopTasks.Text = "暂停任务"
|
|||
|
|
'
|
|||
|
|
'ToolStripSeparator9
|
|||
|
|
'
|
|||
|
|
Me.ToolStripSeparator9.Name = "ToolStripSeparator9"
|
|||
|
|
Me.ToolStripSeparator9.Size = New System.Drawing.Size(121, 6)
|
|||
|
|
'
|
|||
|
|
'CmsBtnGetTasks
|
|||
|
|
'
|
|||
|
|
Me.CmsBtnGetTasks.Name = "CmsBtnGetTasks"
|
|||
|
|
Me.CmsBtnGetTasks.Size = New System.Drawing.Size(124, 22)
|
|||
|
|
Me.CmsBtnGetTasks.Text = "获取参数"
|
|||
|
|
'
|
|||
|
|
'CmsBtnSetTasks
|
|||
|
|
'
|
|||
|
|
Me.CmsBtnSetTasks.Name = "CmsBtnSetTasks"
|
|||
|
|
Me.CmsBtnSetTasks.Size = New System.Drawing.Size(124, 22)
|
|||
|
|
Me.CmsBtnSetTasks.Text = "设置参数"
|
|||
|
|
'
|
|||
|
|
'ToolStripSeparator10
|
|||
|
|
'
|
|||
|
|
Me.ToolStripSeparator10.Name = "ToolStripSeparator10"
|
|||
|
|
Me.ToolStripSeparator10.Size = New System.Drawing.Size(121, 6)
|
|||
|
|
'
|
|||
|
|
'CmsBtnStartAllTasks
|
|||
|
|
'
|
|||
|
|
Me.CmsBtnStartAllTasks.Name = "CmsBtnStartAllTasks"
|
|||
|
|
Me.CmsBtnStartAllTasks.Size = New System.Drawing.Size(124, 22)
|
|||
|
|
Me.CmsBtnStartAllTasks.Text = "全部开启"
|
|||
|
|
'
|
|||
|
|
'CmsBtnStopAllTasks
|
|||
|
|
'
|
|||
|
|
Me.CmsBtnStopAllTasks.Name = "CmsBtnStopAllTasks"
|
|||
|
|
Me.CmsBtnStopAllTasks.Size = New System.Drawing.Size(124, 22)
|
|||
|
|
Me.CmsBtnStopAllTasks.Text = "全部暂停"
|
|||
|
|
'
|
|||
|
|
'CmsBtnDeleteAllTasks
|
|||
|
|
'
|
|||
|
|
Me.CmsBtnDeleteAllTasks.Name = "CmsBtnDeleteAllTasks"
|
|||
|
|
Me.CmsBtnDeleteAllTasks.Size = New System.Drawing.Size(124, 22)
|
|||
|
|
Me.CmsBtnDeleteAllTasks.Text = "全部删除"
|
|||
|
|
'
|
|||
|
|
'CmsBtnGetAllTasks
|
|||
|
|
'
|
|||
|
|
Me.CmsBtnGetAllTasks.Name = "CmsBtnGetAllTasks"
|
|||
|
|
Me.CmsBtnGetAllTasks.Size = New System.Drawing.Size(124, 22)
|
|||
|
|
Me.CmsBtnGetAllTasks.Text = "全部参数"
|
|||
|
|
'
|
|||
|
|
'GroupBox1
|
|||
|
|
'
|
|||
|
|
Me.GroupBox1.Controls.Add(Me.TabTasks)
|
|||
|
|
Me.GroupBox1.Controls.Add(Me.ToolStrip2)
|
|||
|
|
Me.GroupBox1.Dock = System.Windows.Forms.DockStyle.Fill
|
|||
|
|
Me.GroupBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
|
|||
|
|
Me.GroupBox1.Location = New System.Drawing.Point(0, 0)
|
|||
|
|
Me.GroupBox1.Name = "GroupBox1"
|
|||
|
|
Me.GroupBox1.Size = New System.Drawing.Size(533, 412)
|
|||
|
|
Me.GroupBox1.TabIndex = 0
|
|||
|
|
Me.GroupBox1.TabStop = False
|
|||
|
|
Me.GroupBox1.Text = "参数"
|
|||
|
|
'
|
|||
|
|
'TabTasks
|
|||
|
|
'
|
|||
|
|
Me.TabTasks.Dock = System.Windows.Forms.DockStyle.Fill
|
|||
|
|
Me.TabTasks.Location = New System.Drawing.Point(3, 62)
|
|||
|
|
Me.TabTasks.Name = "TabTasks"
|
|||
|
|
Me.TabTasks.SelectedIndex = 0
|
|||
|
|
Me.TabTasks.Size = New System.Drawing.Size(527, 347)
|
|||
|
|
Me.TabTasks.TabIndex = 7
|
|||
|
|
'
|
|||
|
|
'ToolStrip2
|
|||
|
|
'
|
|||
|
|
Me.ToolStrip2.BackColor = System.Drawing.Color.Transparent
|
|||
|
|
Me.ToolStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TsBtnConnService, Me.ToolStripSeparator12, Me.TsBtnAddTasks, Me.TsBtDelTasks, Me.ToolStripSeparator6, Me.TsBtnStartTasks, Me.TsBtnRestartTasks, Me.TsBtnStopTasks, Me.ToolStripSeparator7, Me.TsBtnGetTask, Me.TsBtnSetTasks})
|
|||
|
|
Me.ToolStrip2.Location = New System.Drawing.Point(3, 22)
|
|||
|
|
Me.ToolStrip2.Name = "ToolStrip2"
|
|||
|
|
Me.ToolStrip2.Size = New System.Drawing.Size(527, 40)
|
|||
|
|
Me.ToolStrip2.TabIndex = 6
|
|||
|
|
Me.ToolStrip2.Text = "ToolStrip2"
|
|||
|
|
'
|
|||
|
|
'TsBtnConnService
|
|||
|
|
'
|
|||
|
|
Me.TsBtnConnService.Image = CType(resources.GetObject("TsBtnConnService.Image"), System.Drawing.Image)
|
|||
|
|
Me.TsBtnConnService.ImageTransparentColor = System.Drawing.Color.Magenta
|
|||
|
|
Me.TsBtnConnService.Name = "TsBtnConnService"
|
|||
|
|
Me.TsBtnConnService.Size = New System.Drawing.Size(60, 37)
|
|||
|
|
Me.TsBtnConnService.Text = "连接服务"
|
|||
|
|
Me.TsBtnConnService.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText
|
|||
|
|
'
|
|||
|
|
'ToolStripSeparator12
|
|||
|
|
'
|
|||
|
|
Me.ToolStripSeparator12.Name = "ToolStripSeparator12"
|
|||
|
|
Me.ToolStripSeparator12.Size = New System.Drawing.Size(6, 40)
|
|||
|
|
'
|
|||
|
|
'TsBtnAddTasks
|
|||
|
|
'
|
|||
|
|
Me.TsBtnAddTasks.Image = CType(resources.GetObject("TsBtnAddTasks.Image"), System.Drawing.Image)
|
|||
|
|
Me.TsBtnAddTasks.ImageTransparentColor = System.Drawing.Color.Magenta
|
|||
|
|
Me.TsBtnAddTasks.Name = "TsBtnAddTasks"
|
|||
|
|
Me.TsBtnAddTasks.Size = New System.Drawing.Size(60, 37)
|
|||
|
|
Me.TsBtnAddTasks.Text = "添加任务"
|
|||
|
|
Me.TsBtnAddTasks.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText
|
|||
|
|
'
|
|||
|
|
'TsBtDelTasks
|
|||
|
|
'
|
|||
|
|
Me.TsBtDelTasks.Image = CType(resources.GetObject("TsBtDelTasks.Image"), System.Drawing.Image)
|
|||
|
|
Me.TsBtDelTasks.ImageTransparentColor = System.Drawing.Color.Magenta
|
|||
|
|
Me.TsBtDelTasks.Name = "TsBtDelTasks"
|
|||
|
|
Me.TsBtDelTasks.Size = New System.Drawing.Size(60, 37)
|
|||
|
|
Me.TsBtDelTasks.Text = "删除任务"
|
|||
|
|
Me.TsBtDelTasks.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText
|
|||
|
|
'
|
|||
|
|
'ToolStripSeparator6
|
|||
|
|
'
|
|||
|
|
Me.ToolStripSeparator6.Name = "ToolStripSeparator6"
|
|||
|
|
Me.ToolStripSeparator6.Size = New System.Drawing.Size(6, 40)
|
|||
|
|
'
|
|||
|
|
'TsBtnStartTasks
|
|||
|
|
'
|
|||
|
|
Me.TsBtnStartTasks.Image = CType(resources.GetObject("TsBtnStartTasks.Image"), System.Drawing.Image)
|
|||
|
|
Me.TsBtnStartTasks.ImageTransparentColor = System.Drawing.Color.Magenta
|
|||
|
|
Me.TsBtnStartTasks.Name = "TsBtnStartTasks"
|
|||
|
|
Me.TsBtnStartTasks.Size = New System.Drawing.Size(60, 37)
|
|||
|
|
Me.TsBtnStartTasks.Text = "开启任务"
|
|||
|
|
Me.TsBtnStartTasks.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText
|
|||
|
|
'
|
|||
|
|
'TsBtnRestartTasks
|
|||
|
|
'
|
|||
|
|
Me.TsBtnRestartTasks.Image = CType(resources.GetObject("TsBtnRestartTasks.Image"), System.Drawing.Image)
|
|||
|
|
Me.TsBtnRestartTasks.ImageTransparentColor = System.Drawing.Color.Magenta
|
|||
|
|
Me.TsBtnRestartTasks.Name = "TsBtnRestartTasks"
|
|||
|
|
Me.TsBtnRestartTasks.Size = New System.Drawing.Size(60, 37)
|
|||
|
|
Me.TsBtnRestartTasks.Text = "重启任务"
|
|||
|
|
Me.TsBtnRestartTasks.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText
|
|||
|
|
'
|
|||
|
|
'TsBtnStopTasks
|
|||
|
|
'
|
|||
|
|
Me.TsBtnStopTasks.Image = CType(resources.GetObject("TsBtnStopTasks.Image"), System.Drawing.Image)
|
|||
|
|
Me.TsBtnStopTasks.ImageTransparentColor = System.Drawing.Color.Magenta
|
|||
|
|
Me.TsBtnStopTasks.Name = "TsBtnStopTasks"
|
|||
|
|
Me.TsBtnStopTasks.Size = New System.Drawing.Size(60, 37)
|
|||
|
|
Me.TsBtnStopTasks.Text = "暂停任务"
|
|||
|
|
Me.TsBtnStopTasks.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText
|
|||
|
|
'
|
|||
|
|
'ToolStripSeparator7
|
|||
|
|
'
|
|||
|
|
Me.ToolStripSeparator7.Name = "ToolStripSeparator7"
|
|||
|
|
Me.ToolStripSeparator7.Size = New System.Drawing.Size(6, 40)
|
|||
|
|
'
|
|||
|
|
'TsBtnGetTask
|
|||
|
|
'
|
|||
|
|
Me.TsBtnGetTask.Image = CType(resources.GetObject("TsBtnGetTask.Image"), System.Drawing.Image)
|
|||
|
|
Me.TsBtnGetTask.ImageTransparentColor = System.Drawing.Color.Magenta
|
|||
|
|
Me.TsBtnGetTask.Name = "TsBtnGetTask"
|
|||
|
|
Me.TsBtnGetTask.Size = New System.Drawing.Size(60, 37)
|
|||
|
|
Me.TsBtnGetTask.Text = "获取参数"
|
|||
|
|
Me.TsBtnGetTask.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText
|
|||
|
|
'
|
|||
|
|
'TsBtnSetTasks
|
|||
|
|
'
|
|||
|
|
Me.TsBtnSetTasks.Image = CType(resources.GetObject("TsBtnSetTasks.Image"), System.Drawing.Image)
|
|||
|
|
Me.TsBtnSetTasks.ImageTransparentColor = System.Drawing.Color.Magenta
|
|||
|
|
Me.TsBtnSetTasks.Name = "TsBtnSetTasks"
|
|||
|
|
Me.TsBtnSetTasks.Size = New System.Drawing.Size(60, 37)
|
|||
|
|
Me.TsBtnSetTasks.Text = "设置参数"
|
|||
|
|
Me.TsBtnSetTasks.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText
|
|||
|
|
'
|
|||
|
|
'SplMain
|
|||
|
|
'
|
|||
|
|
Me.SplMain.Dock = System.Windows.Forms.DockStyle.Fill
|
|||
|
|
Me.SplMain.Location = New System.Drawing.Point(0, 65)
|
|||
|
|
Me.SplMain.Name = "SplMain"
|
|||
|
|
Me.SplMain.Orientation = System.Windows.Forms.Orientation.Horizontal
|
|||
|
|
'
|
|||
|
|
'SplMain.Panel1
|
|||
|
|
'
|
|||
|
|
Me.SplMain.Panel1.Controls.Add(Me.SplTaskList)
|
|||
|
|
'
|
|||
|
|
'SplMain.Panel2
|
|||
|
|
'
|
|||
|
|
Me.SplMain.Panel2.Controls.Add(Me.GroupBox3)
|
|||
|
|
Me.SplMain.Size = New System.Drawing.Size(712, 545)
|
|||
|
|
Me.SplMain.SplitterDistance = 412
|
|||
|
|
Me.SplMain.TabIndex = 10
|
|||
|
|
'
|
|||
|
|
'GroupBox3
|
|||
|
|
'
|
|||
|
|
Me.GroupBox3.Controls.Add(Me.RtxCommunicationLogs)
|
|||
|
|
Me.GroupBox3.Dock = System.Windows.Forms.DockStyle.Fill
|
|||
|
|
Me.GroupBox3.Location = New System.Drawing.Point(0, 0)
|
|||
|
|
Me.GroupBox3.Name = "GroupBox3"
|
|||
|
|
Me.GroupBox3.Size = New System.Drawing.Size(712, 129)
|
|||
|
|
Me.GroupBox3.TabIndex = 0
|
|||
|
|
Me.GroupBox3.TabStop = False
|
|||
|
|
Me.GroupBox3.Text = "通讯日志"
|
|||
|
|
'
|
|||
|
|
'RtxCommunicationLogs
|
|||
|
|
'
|
|||
|
|
Me.RtxCommunicationLogs.BorderStyle = System.Windows.Forms.BorderStyle.None
|
|||
|
|
Me.RtxCommunicationLogs.Dock = System.Windows.Forms.DockStyle.Fill
|
|||
|
|
Me.RtxCommunicationLogs.Location = New System.Drawing.Point(3, 17)
|
|||
|
|
Me.RtxCommunicationLogs.Name = "RtxCommunicationLogs"
|
|||
|
|
Me.RtxCommunicationLogs.Size = New System.Drawing.Size(706, 109)
|
|||
|
|
Me.RtxCommunicationLogs.TabIndex = 0
|
|||
|
|
Me.RtxCommunicationLogs.Text = ""
|
|||
|
|
'
|
|||
|
|
'FrmMain
|
|||
|
|
'
|
|||
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6!, 12!)
|
|||
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|||
|
|
Me.BackColor = System.Drawing.SystemColors.Control
|
|||
|
|
Me.ClientSize = New System.Drawing.Size(712, 632)
|
|||
|
|
Me.Controls.Add(Me.SplMain)
|
|||
|
|
Me.Controls.Add(Me.StatusStrip1)
|
|||
|
|
Me.Controls.Add(Me.ToolStrip1)
|
|||
|
|
Me.Controls.Add(Me.MenuStrip1)
|
|||
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"),System.Drawing.Icon)
|
|||
|
|
Me.Name = "FrmMain"
|
|||
|
|
Me.Text = "同步监听客户端"
|
|||
|
|
Me.MenuStrip1.ResumeLayout(false)
|
|||
|
|
Me.MenuStrip1.PerformLayout
|
|||
|
|
Me.ToolStrip1.ResumeLayout(false)
|
|||
|
|
Me.ToolStrip1.PerformLayout
|
|||
|
|
Me.StatusStrip1.ResumeLayout(false)
|
|||
|
|
Me.StatusStrip1.PerformLayout
|
|||
|
|
Me.SplTaskList.Panel1.ResumeLayout(false)
|
|||
|
|
Me.SplTaskList.Panel2.ResumeLayout(false)
|
|||
|
|
CType(Me.SplTaskList,System.ComponentModel.ISupportInitialize).EndInit
|
|||
|
|
Me.SplTaskList.ResumeLayout(false)
|
|||
|
|
Me.GroupBox2.ResumeLayout(false)
|
|||
|
|
Me.CmsTasks.ResumeLayout(false)
|
|||
|
|
Me.GroupBox1.ResumeLayout(false)
|
|||
|
|
Me.GroupBox1.PerformLayout
|
|||
|
|
Me.ToolStrip2.ResumeLayout(false)
|
|||
|
|
Me.ToolStrip2.PerformLayout
|
|||
|
|
Me.SplMain.Panel1.ResumeLayout(false)
|
|||
|
|
Me.SplMain.Panel2.ResumeLayout(false)
|
|||
|
|
CType(Me.SplMain,System.ComponentModel.ISupportInitialize).EndInit
|
|||
|
|
Me.SplMain.ResumeLayout(false)
|
|||
|
|
Me.GroupBox3.ResumeLayout(false)
|
|||
|
|
Me.ResumeLayout(false)
|
|||
|
|
Me.PerformLayout
|
|||
|
|
|
|||
|
|
End Sub
|
|||
|
|
|
|||
|
|
Friend WithEvents MenuStrip1 As MenuStrip
|
|||
|
|
Friend WithEvents TsMenuM As ToolStripMenuItem
|
|||
|
|
Friend WithEvents TsMenuDebug As ToolStripMenuItem
|
|||
|
|
Friend WithEvents TsMenuSet As ToolStripMenuItem
|
|||
|
|
Friend WithEvents TsMenuHelp As ToolStripMenuItem
|
|||
|
|
Friend WithEvents ToolStrip1 As ToolStrip
|
|||
|
|
Friend WithEvents TsCboServiceName As ToolStripComboBox
|
|||
|
|
Friend WithEvents ToolStripSeparator1 As ToolStripSeparator
|
|||
|
|
Friend WithEvents TsBtnTestingServices As ToolStripButton
|
|||
|
|
Friend WithEvents ToolStripSeparator3 As ToolStripSeparator
|
|||
|
|
Friend WithEvents TsBtnServiceInstall As ToolStripButton
|
|||
|
|
Friend WithEvents TsBtnStartService As ToolStripButton
|
|||
|
|
Friend WithEvents ToolStripSeparator2 As ToolStripSeparator
|
|||
|
|
Friend WithEvents TsBtnRestartService As ToolStripButton
|
|||
|
|
Friend WithEvents TsBtnCloseService As ToolStripButton
|
|||
|
|
Friend WithEvents TsBtnServiceUninstall As ToolStripButton
|
|||
|
|
Friend WithEvents StatusStrip1 As StatusStrip
|
|||
|
|
Friend WithEvents TssLblServiceStatus As ToolStripStatusLabel
|
|||
|
|
Friend WithEvents SplTaskList As SplitContainer
|
|||
|
|
Friend WithEvents GroupBox2 As GroupBox
|
|||
|
|
Friend WithEvents GroupBox1 As GroupBox
|
|||
|
|
Friend WithEvents TabTasks As TabControl
|
|||
|
|
Friend WithEvents ToolStrip2 As ToolStrip
|
|||
|
|
Friend WithEvents TsBtnAddTasks As ToolStripButton
|
|||
|
|
Friend WithEvents ToolStripSeparator6 As ToolStripSeparator
|
|||
|
|
Friend WithEvents TsBtDelTasks As ToolStripButton
|
|||
|
|
Friend WithEvents ToolStripSeparator7 As ToolStripSeparator
|
|||
|
|
Friend WithEvents TsBtnGetTask As ToolStripButton
|
|||
|
|
Friend WithEvents TsBtnSetTasks As ToolStripButton
|
|||
|
|
Friend WithEvents Grid1 As FlexCell.Grid
|
|||
|
|
Friend WithEvents CmsTasks As ContextMenuStrip
|
|||
|
|
Friend WithEvents CmsBtnRefreshList As ToolStripMenuItem
|
|||
|
|
Friend WithEvents ToolStripSeparator8 As ToolStripSeparator
|
|||
|
|
Friend WithEvents CmsBtnAddTasks As ToolStripMenuItem
|
|||
|
|
Friend WithEvents CmsBtnDeleteTasks As ToolStripMenuItem
|
|||
|
|
Friend WithEvents ToolStripSeparator11 As ToolStripSeparator
|
|||
|
|
Friend WithEvents CmsBtnStartTasks As ToolStripMenuItem
|
|||
|
|
Friend WithEvents CmsBtnStopTasks As ToolStripMenuItem
|
|||
|
|
Friend WithEvents ToolStripSeparator9 As ToolStripSeparator
|
|||
|
|
Friend WithEvents CmsBtnGetTasks As ToolStripMenuItem
|
|||
|
|
Friend WithEvents CmsBtnSetTasks As ToolStripMenuItem
|
|||
|
|
Friend WithEvents ToolStripSeparator10 As ToolStripSeparator
|
|||
|
|
Friend WithEvents CmsBtnStartAllTasks As ToolStripMenuItem
|
|||
|
|
Friend WithEvents CmsBtnStopAllTasks As ToolStripMenuItem
|
|||
|
|
Friend WithEvents CmsBtnDeleteAllTasks As ToolStripMenuItem
|
|||
|
|
Friend WithEvents CmsBtnGetAllTasks As ToolStripMenuItem
|
|||
|
|
Friend WithEvents ToolStripMenuItem1 As ToolStripMenuItem
|
|||
|
|
Friend WithEvents 任务ToolStripMenuItem As ToolStripMenuItem
|
|||
|
|
Friend WithEvents TsBtnStartTasks As ToolStripButton
|
|||
|
|
Friend WithEvents TsBtnStopTasks As ToolStripButton
|
|||
|
|
Friend WithEvents TssLblConnState As ToolStripStatusLabel
|
|||
|
|
Friend WithEvents TsBtnRestartTasks As ToolStripButton
|
|||
|
|
Friend WithEvents TssLblExcuteTip As ToolStripStatusLabel
|
|||
|
|
Friend WithEvents ToolStripMenuItem2 As ToolStripMenuItem
|
|||
|
|
Friend WithEvents SplMain As SplitContainer
|
|||
|
|
Friend WithEvents GroupBox3 As GroupBox
|
|||
|
|
Friend WithEvents RtxCommunicationLogs As RichTextBox
|
|||
|
|
Friend WithEvents TsmPackUpRecord As ToolStripMenuItem
|
|||
|
|
Friend WithEvents TsmClearRecord As ToolStripMenuItem
|
|||
|
|
Friend WithEvents 注册表ToolStripMenuItem As ToolStripMenuItem
|
|||
|
|
Friend WithEvents TsmConfigUpdate As ToolStripMenuItem
|
|||
|
|
Friend WithEvents ToolStripSeparator12 As ToolStripSeparator
|
|||
|
|
Friend WithEvents TsBtnConnService As ToolStripButton
|
|||
|
|
Friend WithEvents TssLblServiceName As ToolStripStatusLabel
|
|||
|
|
Friend WithEvents 卸载服务ToolStripMenuItem As ToolStripMenuItem
|
|||
|
|
Friend WithEvents 输入路径卸载服务ToolStripMenuItem As ToolStripMenuItem
|
|||
|
|
Friend WithEvents TsBtnReflushServices As ToolStripButton
|
|||
|
|
End Class
|