Partial Class FrmRCU Inherits System.Windows.Forms.Form 'Form 重写 Dispose,以清理组件列表。 Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Windows 窗体设计器所必需的 Private components As System.ComponentModel.IContainer '注意: 以下过程是 Windows 窗体设计器所必需的 '可以使用 Windows 窗体设计器修改它。 '不要使用代码编辑器修改它。 Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmRCU)) Me.RdoStatus = New System.Windows.Forms.RadioButton() Me.Timer1 = New System.Windows.Forms.Timer(Me.components) Me.Panel1 = New System.Windows.Forms.Panel() Me.BtnReset = New System.Windows.Forms.Button() Me.LblLongPort2 = New System.Windows.Forms.Label() Me.Label12 = New System.Windows.Forms.Label() Me.LblLocalPort1 = New System.Windows.Forms.Label() Me.LblLongPort = New System.Windows.Forms.Label() Me.LblLocalPort = New System.Windows.Forms.Label() Me.LblTXCount = New System.Windows.Forms.Label() Me.LblTX = New System.Windows.Forms.Label() Me.LblRXCount = New System.Windows.Forms.Label() Me.LblRX = New System.Windows.Forms.Label() Me.LblLongIP2 = New System.Windows.Forms.Label() Me.LblLongIP1 = New System.Windows.Forms.Label() Me.LblLocalIp1 = New System.Windows.Forms.Label() Me.LblLocalIp = New System.Windows.Forms.Label() Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog() Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog() Me.FileSystemWatcher1 = New System.IO.FileSystemWatcher() Me.BackgroundWorker1 = New System.ComponentModel.BackgroundWorker() Me.BackgroundWorker2 = New System.ComponentModel.BackgroundWorker() Me.SerialPort = New System.IO.Ports.SerialPort(Me.components) Me.SplContainer1 = New System.Windows.Forms.SplitContainer() Me.TabControl2 = New System.Windows.Forms.TabControl() Me.PageRecord = New System.Windows.Forms.TabPage() Me.GrpNewsletter = New System.Windows.Forms.GroupBox() Me.RtxRecord = New System.Windows.Forms.RichTextBox() Me.BtnClear = New System.Windows.Forms.Button() Me.PagePort1 = New System.Windows.Forms.TabPage() Me.GrpPort1Data = New System.Windows.Forms.GroupBox() Me.Button2 = New System.Windows.Forms.Button() Me.RtxCountOne = New System.Windows.Forms.RichTextBox() Me.BtnPort1Clear = New System.Windows.Forms.Button() Me.LblCount1RX = New System.Windows.Forms.Label() Me.LblCountPort1TX = New System.Windows.Forms.Label() Me.LblCount1TX = New System.Windows.Forms.Label() Me.LblCountPort1RX = New System.Windows.Forms.Label() Me.PagePort2 = New System.Windows.Forms.TabPage() Me.GrpPort2Data = New System.Windows.Forms.GroupBox() Me.Button1 = New System.Windows.Forms.Button() Me.BtnPort2Clear = New System.Windows.Forms.Button() Me.RtxCountTwo = New System.Windows.Forms.RichTextBox() Me.LblCount2TX = New System.Windows.Forms.Label() Me.LblCountPort2TX = New System.Windows.Forms.Label() Me.LblCount2RX = New System.Windows.Forms.Label() Me.LblCountPort2RX = New System.Windows.Forms.Label() Me.PagePort3 = New System.Windows.Forms.TabPage() Me.GrpPort3Data = New System.Windows.Forms.GroupBox() Me.Button3 = New System.Windows.Forms.Button() Me.RtxCountThree = New System.Windows.Forms.RichTextBox() Me.BtnPort3Clear = New System.Windows.Forms.Button() Me.LblCount3TX = New System.Windows.Forms.Label() Me.LblCount3RX = New System.Windows.Forms.Label() Me.LblCountPort3TX = New System.Windows.Forms.Label() Me.LblCountPort3RX = New System.Windows.Forms.Label() Me.TabFunction = New System.Windows.Forms.TabControl() Me.PageInfrastructure = New System.Windows.Forms.TabPage() Me.GrpSerialAppMode = New System.Windows.Forms.GroupBox() Me.NudSerialAppPort = New System.Windows.Forms.NumericUpDown() Me.BtnSend = New System.Windows.Forms.Button() Me.TxtSendSerialApp = New System.Windows.Forms.TextBox() Me.LblSerialAppData = New System.Windows.Forms.Label() Me.NudTimeOut3 = New System.Windows.Forms.NumericUpDown() Me.LblTimeOut3 = New System.Windows.Forms.Label() Me.LblPort5 = New System.Windows.Forms.Label() Me.GrpReadMode = New System.Windows.Forms.GroupBox() Me.ChkShowHeartBeat = New System.Windows.Forms.CheckBox() Me.NudMonitoring = New System.Windows.Forms.NumericUpDown() Me.NudTimeOut2 = New System.Windows.Forms.NumericUpDown() Me.NudSetPort = New System.Windows.Forms.NumericUpDown() Me.LblTimeOut2 = New System.Windows.Forms.Label() Me.CboMode = New System.Windows.Forms.ComboBox() Me.LblPort4 = New System.Windows.Forms.Label() Me.NudSerialPort = New System.Windows.Forms.NumericUpDown() Me.BtnMonitoring = New System.Windows.Forms.Button() Me.NudTimeOut1 = New System.Windows.Forms.NumericUpDown() Me.LblPort2 = New System.Windows.Forms.Label() Me.LblTimeOut1 = New System.Windows.Forms.Label() Me.BtnRead = New System.Windows.Forms.Button() Me.LblMode = New System.Windows.Forms.Label() Me.BtnSet = New System.Windows.Forms.Button() Me.CBoBaud = New System.Windows.Forms.ComboBox() Me.LblPort3 = New System.Windows.Forms.Label() Me.LblBaud = New System.Windows.Forms.Label() Me.GrpBaseSet = New System.Windows.Forms.GroupBox() Me.RdoRadUdp = New System.Windows.Forms.RadioButton() Me.RdoPort = New System.Windows.Forms.RadioButton() Me.PnlUdp = New System.Windows.Forms.Panel() Me.BtnNetworkConnect = New System.Windows.Forms.Button() Me.NudRemotePort = New System.Windows.Forms.NumericUpDown() Me.LblPort1 = New System.Windows.Forms.Label() Me.NudLocalPort = New System.Windows.Forms.NumericUpDown() Me.LblIP = New System.Windows.Forms.Label() Me.CboLocalIp = New System.Windows.Forms.ComboBox() Me.LbllongPort1 = New System.Windows.Forms.Label() Me.LblLongIP = New System.Windows.Forms.Label() Me.CboLongIP = New System.Windows.Forms.ComboBox() Me.PnlPort = New System.Windows.Forms.Panel() Me.BtnSerialPortConnect = New System.Windows.Forms.Button() Me.Label69 = New System.Windows.Forms.Label() Me.CboSerialPort = New System.Windows.Forms.ComboBox() Me.Label71 = New System.Windows.Forms.Label() Me.CboSerialBaud = New System.Windows.Forms.ComboBox() Me.CmsDataTable = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.刷新列表ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.删除记录ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.Timer2 = New System.Windows.Forms.Timer(Me.components) Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components) Me.Timer3 = New System.Windows.Forms.Timer(Me.components) Me.Panel1.SuspendLayout() CType(Me.FileSystemWatcher1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.SplContainer1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplContainer1.Panel1.SuspendLayout() Me.SplContainer1.Panel2.SuspendLayout() Me.SplContainer1.SuspendLayout() Me.TabControl2.SuspendLayout() Me.PageRecord.SuspendLayout() Me.GrpNewsletter.SuspendLayout() Me.PagePort1.SuspendLayout() Me.GrpPort1Data.SuspendLayout() Me.PagePort2.SuspendLayout() Me.GrpPort2Data.SuspendLayout() Me.PagePort3.SuspendLayout() Me.GrpPort3Data.SuspendLayout() Me.TabFunction.SuspendLayout() Me.PageInfrastructure.SuspendLayout() Me.GrpSerialAppMode.SuspendLayout() CType(Me.NudSerialAppPort, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.NudTimeOut3, System.ComponentModel.ISupportInitialize).BeginInit() Me.GrpReadMode.SuspendLayout() CType(Me.NudMonitoring, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.NudTimeOut2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.NudSetPort, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.NudSerialPort, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.NudTimeOut1, System.ComponentModel.ISupportInitialize).BeginInit() Me.GrpBaseSet.SuspendLayout() Me.PnlUdp.SuspendLayout() CType(Me.NudRemotePort, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.NudLocalPort, System.ComponentModel.ISupportInitialize).BeginInit() Me.PnlPort.SuspendLayout() Me.CmsDataTable.SuspendLayout() Me.SuspendLayout() ' 'RdoStatus ' Me.RdoStatus.AutoSize = True Me.RdoStatus.Checked = True Me.RdoStatus.Font = New System.Drawing.Font("宋体", 15.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.RdoStatus.Location = New System.Drawing.Point(22, 10) Me.RdoStatus.Name = "RdoStatus" Me.RdoStatus.Size = New System.Drawing.Size(87, 24) Me.RdoStatus.TabIndex = 2 Me.RdoStatus.TabStop = True Me.RdoStatus.Text = "无连接" Me.RdoStatus.UseVisualStyleBackColor = True ' 'Timer1 ' ' 'Panel1 ' Me.Panel1.Controls.Add(Me.BtnReset) Me.Panel1.Controls.Add(Me.LblLongPort2) Me.Panel1.Controls.Add(Me.Label12) Me.Panel1.Controls.Add(Me.LblLocalPort1) Me.Panel1.Controls.Add(Me.LblLongPort) Me.Panel1.Controls.Add(Me.LblLocalPort) Me.Panel1.Controls.Add(Me.LblTXCount) Me.Panel1.Controls.Add(Me.LblTX) Me.Panel1.Controls.Add(Me.LblRXCount) Me.Panel1.Controls.Add(Me.LblRX) Me.Panel1.Controls.Add(Me.LblLongIP2) Me.Panel1.Controls.Add(Me.LblLongIP1) Me.Panel1.Controls.Add(Me.LblLocalIp1) Me.Panel1.Controls.Add(Me.LblLocalIp) Me.Panel1.Controls.Add(Me.RdoStatus) Me.Panel1.Dock = System.Windows.Forms.DockStyle.Bottom Me.Panel1.Location = New System.Drawing.Point(0, 645) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(1172, 44) Me.Panel1.TabIndex = 4 ' 'BtnReset ' Me.BtnReset.Location = New System.Drawing.Point(1031, 6) Me.BtnReset.Name = "BtnReset" Me.BtnReset.Size = New System.Drawing.Size(46, 35) Me.BtnReset.TabIndex = 16 Me.BtnReset.Text = "Reset" Me.BtnReset.UseVisualStyleBackColor = True ' 'LblLongPort2 ' Me.LblLongPort2.AutoSize = True Me.LblLongPort2.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.LblLongPort2.Location = New System.Drawing.Point(747, 12) Me.LblLongPort2.Name = "LblLongPort2" Me.LblLongPort2.Size = New System.Drawing.Size(56, 25) Me.LblLongPort2.TabIndex = 15 Me.LblLongPort2.Text = "0000" ' 'Label12 ' Me.Label12.AutoSize = True Me.Label12.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Label12.Location = New System.Drawing.Point(795, 12) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(0, 24) Me.Label12.TabIndex = 14 ' 'LblLocalPort1 ' Me.LblLocalPort1.AutoSize = True Me.LblLocalPort1.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.LblLocalPort1.Location = New System.Drawing.Point(413, 12) Me.LblLocalPort1.Name = "LblLocalPort1" Me.LblLocalPort1.Size = New System.Drawing.Size(56, 25) Me.LblLocalPort1.TabIndex = 13 Me.LblLocalPort1.Text = "0000" ' 'LblLongPort ' Me.LblLongPort.AutoSize = True Me.LblLongPort.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.LblLongPort.Location = New System.Drawing.Point(693, 15) Me.LblLongPort.Name = "LblLongPort" Me.LblLongPort.Size = New System.Drawing.Size(42, 20) Me.LblLongPort.TabIndex = 12 Me.LblLongPort.Text = "Port:" ' 'LblLocalPort ' Me.LblLocalPort.AutoSize = True Me.LblLocalPort.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.LblLocalPort.Location = New System.Drawing.Point(359, 15) Me.LblLocalPort.Name = "LblLocalPort" Me.LblLocalPort.Size = New System.Drawing.Size(42, 20) Me.LblLocalPort.TabIndex = 11 Me.LblLocalPort.Text = "Port:" ' 'LblTXCount ' Me.LblTXCount.AutoSize = True Me.LblTXCount.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.LblTXCount.Location = New System.Drawing.Point(969, 13) Me.LblTXCount.Name = "LblTXCount" Me.LblTXCount.Size = New System.Drawing.Size(20, 24) Me.LblTXCount.TabIndex = 10 Me.LblTXCount.Text = "0" ' 'LblTX ' Me.LblTX.AutoSize = True Me.LblTX.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.LblTX.Location = New System.Drawing.Point(924, 13) Me.LblTX.Name = "LblTX" Me.LblTX.Size = New System.Drawing.Size(41, 24) Me.LblTX.TabIndex = 9 Me.LblTX.Text = "TX:" ' 'LblRXCount ' Me.LblRXCount.AutoSize = True Me.LblRXCount.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.LblRXCount.Location = New System.Drawing.Point(869, 13) Me.LblRXCount.Name = "LblRXCount" Me.LblRXCount.Size = New System.Drawing.Size(20, 24) Me.LblRXCount.TabIndex = 8 Me.LblRXCount.Text = "0" ' 'LblRX ' Me.LblRX.AutoSize = True Me.LblRX.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.LblRX.Location = New System.Drawing.Point(824, 13) Me.LblRX.Name = "LblRX" Me.LblRX.Size = New System.Drawing.Size(42, 24) Me.LblRX.TabIndex = 7 Me.LblRX.Text = "RX:" ' 'LblLongIP2 ' Me.LblLongIP2.AutoSize = True Me.LblLongIP2.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.LblLongIP2.Location = New System.Drawing.Point(553, 12) Me.LblLongIP2.Name = "LblLongIP2" Me.LblLongIP2.Size = New System.Drawing.Size(115, 25) Me.LblLongIP2.TabIndex = 6 Me.LblLongIP2.Text = "192.168.1.1" ' 'LblLongIP1 ' Me.LblLongIP1.AutoSize = True Me.LblLongIP1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.LblLongIP1.Location = New System.Drawing.Point(480, 16) Me.LblLongIP1.Name = "LblLongIP1" Me.LblLongIP1.Size = New System.Drawing.Size(60, 20) Me.LblLongIP1.TabIndex = 5 Me.LblLongIP1.Text = "远程IP:" ' 'LblLocalIp1 ' Me.LblLocalIp1.AutoSize = True Me.LblLocalIp1.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.LblLocalIp1.Location = New System.Drawing.Point(220, 12) Me.LblLocalIp1.Name = "LblLocalIp1" Me.LblLocalIp1.Size = New System.Drawing.Size(115, 25) Me.LblLocalIp1.TabIndex = 4 Me.LblLocalIp1.Text = "192.168.1.1" ' 'LblLocalIp ' Me.LblLocalIp.AutoSize = True Me.LblLocalIp.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.LblLocalIp.Location = New System.Drawing.Point(150, 15) Me.LblLocalIp.Name = "LblLocalIp" Me.LblLocalIp.Size = New System.Drawing.Size(60, 20) Me.LblLocalIp.TabIndex = 3 Me.LblLocalIp.Text = "本地IP:" ' 'OpenFileDialog1 ' Me.OpenFileDialog1.FileName = "OpenFileDialog1" ' 'FileSystemWatcher1 ' Me.FileSystemWatcher1.EnableRaisingEvents = True Me.FileSystemWatcher1.SynchronizingObject = Me ' 'SerialPort ' ' 'SplContainer1 ' Me.SplContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.SplContainer1.Dock = System.Windows.Forms.DockStyle.Fill Me.SplContainer1.Location = New System.Drawing.Point(0, 0) Me.SplContainer1.Name = "SplContainer1" ' 'SplContainer1.Panel1 ' Me.SplContainer1.Panel1.Controls.Add(Me.TabControl2) ' 'SplContainer1.Panel2 ' Me.SplContainer1.Panel2.Controls.Add(Me.TabFunction) Me.SplContainer1.Size = New System.Drawing.Size(1172, 645) Me.SplContainer1.SplitterDistance = 557 Me.SplContainer1.TabIndex = 0 ' 'TabControl2 ' Me.TabControl2.Controls.Add(Me.PageRecord) Me.TabControl2.Controls.Add(Me.PagePort1) Me.TabControl2.Controls.Add(Me.PagePort2) Me.TabControl2.Controls.Add(Me.PagePort3) Me.TabControl2.Dock = System.Windows.Forms.DockStyle.Fill Me.TabControl2.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.TabControl2.Location = New System.Drawing.Point(0, 0) Me.TabControl2.Name = "TabControl2" Me.TabControl2.SelectedIndex = 0 Me.TabControl2.Size = New System.Drawing.Size(555, 643) Me.TabControl2.TabIndex = 1 ' 'PageRecord ' Me.PageRecord.Controls.Add(Me.GrpNewsletter) Me.PageRecord.Location = New System.Drawing.Point(4, 26) Me.PageRecord.Name = "PageRecord" Me.PageRecord.Padding = New System.Windows.Forms.Padding(3) Me.PageRecord.Size = New System.Drawing.Size(547, 613) Me.PageRecord.TabIndex = 0 Me.PageRecord.Text = "通讯记录" Me.PageRecord.UseVisualStyleBackColor = True ' 'GrpNewsletter ' Me.GrpNewsletter.Controls.Add(Me.RtxRecord) Me.GrpNewsletter.Controls.Add(Me.BtnClear) Me.GrpNewsletter.Dock = System.Windows.Forms.DockStyle.Fill Me.GrpNewsletter.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.GrpNewsletter.Location = New System.Drawing.Point(3, 3) Me.GrpNewsletter.Name = "GrpNewsletter" Me.GrpNewsletter.Size = New System.Drawing.Size(541, 607) Me.GrpNewsletter.TabIndex = 0 Me.GrpNewsletter.TabStop = False Me.GrpNewsletter.Text = "总信息" ' 'RtxRecord ' Me.RtxRecord.BorderStyle = System.Windows.Forms.BorderStyle.None Me.RtxRecord.Dock = System.Windows.Forms.DockStyle.Top Me.RtxRecord.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.RtxRecord.Location = New System.Drawing.Point(3, 19) Me.RtxRecord.Name = "RtxRecord" Me.RtxRecord.Size = New System.Drawing.Size(535, 546) Me.RtxRecord.TabIndex = 5 Me.RtxRecord.Text = "" ' 'BtnClear ' Me.BtnClear.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.BtnClear.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.BtnClear.Location = New System.Drawing.Point(449, 571) Me.BtnClear.Name = "BtnClear" Me.BtnClear.Size = New System.Drawing.Size(74, 32) Me.BtnClear.TabIndex = 4 Me.BtnClear.Text = "清除记录" Me.BtnClear.UseVisualStyleBackColor = True ' 'PagePort1 ' Me.PagePort1.Controls.Add(Me.GrpPort1Data) Me.PagePort1.Location = New System.Drawing.Point(4, 26) Me.PagePort1.Name = "PagePort1" Me.PagePort1.Size = New System.Drawing.Size(547, 613) Me.PagePort1.TabIndex = 1 Me.PagePort1.Text = "端口1数据" Me.PagePort1.UseVisualStyleBackColor = True ' 'GrpPort1Data ' Me.GrpPort1Data.Controls.Add(Me.Button2) Me.GrpPort1Data.Controls.Add(Me.RtxCountOne) Me.GrpPort1Data.Controls.Add(Me.BtnPort1Clear) Me.GrpPort1Data.Controls.Add(Me.LblCount1RX) Me.GrpPort1Data.Controls.Add(Me.LblCountPort1TX) Me.GrpPort1Data.Controls.Add(Me.LblCount1TX) Me.GrpPort1Data.Controls.Add(Me.LblCountPort1RX) Me.GrpPort1Data.Dock = System.Windows.Forms.DockStyle.Fill Me.GrpPort1Data.Location = New System.Drawing.Point(0, 0) Me.GrpPort1Data.Name = "GrpPort1Data" Me.GrpPort1Data.Size = New System.Drawing.Size(547, 613) Me.GrpPort1Data.TabIndex = 23 Me.GrpPort1Data.TabStop = False Me.GrpPort1Data.Text = "Port1Data" ' 'Button2 ' Me.Button2.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Button2.Location = New System.Drawing.Point(330, 577) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(62, 29) Me.Button2.TabIndex = 24 Me.Button2.Text = "停止刷新" Me.Button2.UseVisualStyleBackColor = True ' 'RtxCountOne ' Me.RtxCountOne.Dock = System.Windows.Forms.DockStyle.Top Me.RtxCountOne.Location = New System.Drawing.Point(3, 22) Me.RtxCountOne.Name = "RtxCountOne" Me.RtxCountOne.Size = New System.Drawing.Size(541, 553) Me.RtxCountOne.TabIndex = 4 Me.RtxCountOne.Text = "" ' 'BtnPort1Clear ' Me.BtnPort1Clear.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.BtnPort1Clear.Location = New System.Drawing.Point(412, 575) Me.BtnPort1Clear.Name = "BtnPort1Clear" Me.BtnPort1Clear.Size = New System.Drawing.Size(62, 30) Me.BtnPort1Clear.TabIndex = 23 Me.BtnPort1Clear.Text = "清空" Me.BtnPort1Clear.UseVisualStyleBackColor = True ' 'LblCount1RX ' Me.LblCount1RX.AutoSize = True Me.LblCount1RX.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.LblCount1RX.Location = New System.Drawing.Point(145, 581) Me.LblCount1RX.Name = "LblCount1RX" Me.LblCount1RX.Size = New System.Drawing.Size(36, 20) Me.LblCount1RX.TabIndex = 16 Me.LblCount1RX.Text = "RX:" ' 'LblCountPort1TX ' Me.LblCountPort1TX.AutoSize = True Me.LblCountPort1TX.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.LblCountPort1TX.Location = New System.Drawing.Point(75, 581) Me.LblCountPort1TX.Name = "LblCountPort1TX" Me.LblCountPort1TX.Size = New System.Drawing.Size(18, 20) Me.LblCountPort1TX.TabIndex = 10 Me.LblCountPort1TX.Text = "0" ' 'LblCount1TX ' Me.LblCount1TX.AutoSize = True Me.LblCount1TX.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.LblCount1TX.Location = New System.Drawing.Point(25, 581) Me.LblCount1TX.Name = "LblCount1TX" Me.LblCount1TX.Size = New System.Drawing.Size(33, 20) Me.LblCount1TX.TabIndex = 9 Me.LblCount1TX.Text = "TX:" ' 'LblCountPort1RX ' Me.LblCountPort1RX.AutoSize = True Me.LblCountPort1RX.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.LblCountPort1RX.Location = New System.Drawing.Point(195, 581) Me.LblCountPort1RX.Name = "LblCountPort1RX" Me.LblCountPort1RX.Size = New System.Drawing.Size(18, 20) Me.LblCountPort1RX.TabIndex = 17 Me.LblCountPort1RX.Text = "0" ' 'PagePort2 ' Me.PagePort2.Controls.Add(Me.GrpPort2Data) Me.PagePort2.Location = New System.Drawing.Point(4, 26) Me.PagePort2.Name = "PagePort2" Me.PagePort2.Size = New System.Drawing.Size(547, 613) Me.PagePort2.TabIndex = 2 Me.PagePort2.Text = "端口2数据" Me.PagePort2.UseVisualStyleBackColor = True ' 'GrpPort2Data ' Me.GrpPort2Data.Controls.Add(Me.Button1) Me.GrpPort2Data.Controls.Add(Me.BtnPort2Clear) Me.GrpPort2Data.Controls.Add(Me.RtxCountTwo) Me.GrpPort2Data.Controls.Add(Me.LblCount2TX) Me.GrpPort2Data.Controls.Add(Me.LblCountPort2TX) Me.GrpPort2Data.Controls.Add(Me.LblCount2RX) Me.GrpPort2Data.Controls.Add(Me.LblCountPort2RX) Me.GrpPort2Data.Dock = System.Windows.Forms.DockStyle.Fill Me.GrpPort2Data.Location = New System.Drawing.Point(0, 0) Me.GrpPort2Data.Name = "GrpPort2Data" Me.GrpPort2Data.Size = New System.Drawing.Size(547, 613) Me.GrpPort2Data.TabIndex = 24 Me.GrpPort2Data.TabStop = False Me.GrpPort2Data.Text = "Port2Data" ' 'Button1 ' Me.Button1.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Button1.Location = New System.Drawing.Point(328, 575) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(62, 29) Me.Button1.TabIndex = 16 Me.Button1.Text = "停止刷新" Me.Button1.UseVisualStyleBackColor = True ' 'BtnPort2Clear ' Me.BtnPort2Clear.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.BtnPort2Clear.Location = New System.Drawing.Point(412, 575) Me.BtnPort2Clear.Name = "BtnPort2Clear" Me.BtnPort2Clear.Size = New System.Drawing.Size(62, 30) Me.BtnPort2Clear.TabIndex = 24 Me.BtnPort2Clear.Text = "清空" Me.BtnPort2Clear.UseVisualStyleBackColor = True ' 'RtxCountTwo ' Me.RtxCountTwo.Dock = System.Windows.Forms.DockStyle.Top Me.RtxCountTwo.Location = New System.Drawing.Point(3, 22) Me.RtxCountTwo.Name = "RtxCountTwo" Me.RtxCountTwo.Size = New System.Drawing.Size(541, 553) Me.RtxCountTwo.TabIndex = 5 Me.RtxCountTwo.Text = "" ' 'LblCount2TX ' Me.LblCount2TX.AutoSize = True Me.LblCount2TX.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.LblCount2TX.Location = New System.Drawing.Point(25, 581) Me.LblCount2TX.Name = "LblCount2TX" Me.LblCount2TX.Size = New System.Drawing.Size(33, 20) Me.LblCount2TX.TabIndex = 11 Me.LblCount2TX.Text = "TX:" ' 'LblCountPort2TX ' Me.LblCountPort2TX.AutoSize = True Me.LblCountPort2TX.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.LblCountPort2TX.Location = New System.Drawing.Point(75, 581) Me.LblCountPort2TX.Name = "LblCountPort2TX" Me.LblCountPort2TX.Size = New System.Drawing.Size(18, 20) Me.LblCountPort2TX.TabIndex = 12 Me.LblCountPort2TX.Text = "0" ' 'LblCount2RX ' Me.LblCount2RX.AutoSize = True Me.LblCount2RX.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.LblCount2RX.Location = New System.Drawing.Point(145, 581) Me.LblCount2RX.Name = "LblCount2RX" Me.LblCount2RX.Size = New System.Drawing.Size(36, 20) Me.LblCount2RX.TabIndex = 18 Me.LblCount2RX.Text = "RX:" ' 'LblCountPort2RX ' Me.LblCountPort2RX.AutoSize = True Me.LblCountPort2RX.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.LblCountPort2RX.Location = New System.Drawing.Point(195, 581) Me.LblCountPort2RX.Name = "LblCountPort2RX" Me.LblCountPort2RX.Size = New System.Drawing.Size(18, 20) Me.LblCountPort2RX.TabIndex = 19 Me.LblCountPort2RX.Text = "0" ' 'PagePort3 ' Me.PagePort3.Controls.Add(Me.GrpPort3Data) Me.PagePort3.Location = New System.Drawing.Point(4, 26) Me.PagePort3.Name = "PagePort3" Me.PagePort3.Size = New System.Drawing.Size(547, 613) Me.PagePort3.TabIndex = 3 Me.PagePort3.Text = "端口3数据" Me.PagePort3.UseVisualStyleBackColor = True ' 'GrpPort3Data ' Me.GrpPort3Data.Controls.Add(Me.Button3) Me.GrpPort3Data.Controls.Add(Me.RtxCountThree) Me.GrpPort3Data.Controls.Add(Me.BtnPort3Clear) Me.GrpPort3Data.Controls.Add(Me.LblCount3TX) Me.GrpPort3Data.Controls.Add(Me.LblCount3RX) Me.GrpPort3Data.Controls.Add(Me.LblCountPort3TX) Me.GrpPort3Data.Controls.Add(Me.LblCountPort3RX) Me.GrpPort3Data.Dock = System.Windows.Forms.DockStyle.Fill Me.GrpPort3Data.Location = New System.Drawing.Point(0, 0) Me.GrpPort3Data.Name = "GrpPort3Data" Me.GrpPort3Data.Size = New System.Drawing.Size(547, 613) Me.GrpPort3Data.TabIndex = 25 Me.GrpPort3Data.TabStop = False Me.GrpPort3Data.Text = "Port3Data" ' 'Button3 ' Me.Button3.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Button3.Location = New System.Drawing.Point(329, 577) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(62, 29) Me.Button3.TabIndex = 23 Me.Button3.Text = "停止刷新" Me.Button3.UseVisualStyleBackColor = True ' 'RtxCountThree ' Me.RtxCountThree.Dock = System.Windows.Forms.DockStyle.Top Me.RtxCountThree.Location = New System.Drawing.Point(3, 22) Me.RtxCountThree.Name = "RtxCountThree" Me.RtxCountThree.Size = New System.Drawing.Size(541, 553) Me.RtxCountThree.TabIndex = 6 Me.RtxCountThree.Text = "" ' 'BtnPort3Clear ' Me.BtnPort3Clear.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.BtnPort3Clear.Location = New System.Drawing.Point(412, 575) Me.BtnPort3Clear.Name = "BtnPort3Clear" Me.BtnPort3Clear.Size = New System.Drawing.Size(62, 30) Me.BtnPort3Clear.TabIndex = 22 Me.BtnPort3Clear.Text = "清空" Me.BtnPort3Clear.UseVisualStyleBackColor = True ' 'LblCount3TX ' Me.LblCount3TX.AutoSize = True Me.LblCount3TX.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.LblCount3TX.Location = New System.Drawing.Point(25, 581) Me.LblCount3TX.Name = "LblCount3TX" Me.LblCount3TX.Size = New System.Drawing.Size(33, 20) Me.LblCount3TX.TabIndex = 13 Me.LblCount3TX.Text = "TX:" ' 'LblCount3RX ' Me.LblCount3RX.AutoSize = True Me.LblCount3RX.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.LblCount3RX.Location = New System.Drawing.Point(145, 581) Me.LblCount3RX.Name = "LblCount3RX" Me.LblCount3RX.Size = New System.Drawing.Size(36, 20) Me.LblCount3RX.TabIndex = 20 Me.LblCount3RX.Text = "RX:" ' 'LblCountPort3TX ' Me.LblCountPort3TX.AutoSize = True Me.LblCountPort3TX.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.LblCountPort3TX.Location = New System.Drawing.Point(75, 581) Me.LblCountPort3TX.Name = "LblCountPort3TX" Me.LblCountPort3TX.Size = New System.Drawing.Size(18, 20) Me.LblCountPort3TX.TabIndex = 14 Me.LblCountPort3TX.Text = "0" ' 'LblCountPort3RX ' Me.LblCountPort3RX.AutoSize = True Me.LblCountPort3RX.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.LblCountPort3RX.Location = New System.Drawing.Point(195, 581) Me.LblCountPort3RX.Name = "LblCountPort3RX" Me.LblCountPort3RX.Size = New System.Drawing.Size(18, 20) Me.LblCountPort3RX.TabIndex = 21 Me.LblCountPort3RX.Text = "0" ' 'TabFunction ' Me.TabFunction.Controls.Add(Me.PageInfrastructure) Me.TabFunction.Dock = System.Windows.Forms.DockStyle.Fill Me.TabFunction.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.TabFunction.Location = New System.Drawing.Point(0, 0) Me.TabFunction.Multiline = True Me.TabFunction.Name = "TabFunction" Me.TabFunction.SelectedIndex = 0 Me.TabFunction.Size = New System.Drawing.Size(609, 643) Me.TabFunction.TabIndex = 15 ' 'PageInfrastructure ' Me.PageInfrastructure.Controls.Add(Me.GrpSerialAppMode) Me.PageInfrastructure.Controls.Add(Me.GrpReadMode) Me.PageInfrastructure.Controls.Add(Me.GrpBaseSet) Me.PageInfrastructure.Location = New System.Drawing.Point(4, 26) Me.PageInfrastructure.Name = "PageInfrastructure" Me.PageInfrastructure.Padding = New System.Windows.Forms.Padding(3) Me.PageInfrastructure.Size = New System.Drawing.Size(601, 613) Me.PageInfrastructure.TabIndex = 1 Me.PageInfrastructure.Text = "基础设置" Me.PageInfrastructure.UseVisualStyleBackColor = True ' 'GrpSerialAppMode ' Me.GrpSerialAppMode.Controls.Add(Me.NudSerialAppPort) Me.GrpSerialAppMode.Controls.Add(Me.BtnSend) Me.GrpSerialAppMode.Controls.Add(Me.TxtSendSerialApp) Me.GrpSerialAppMode.Controls.Add(Me.LblSerialAppData) Me.GrpSerialAppMode.Controls.Add(Me.NudTimeOut3) Me.GrpSerialAppMode.Controls.Add(Me.LblTimeOut3) Me.GrpSerialAppMode.Controls.Add(Me.LblPort5) Me.GrpSerialAppMode.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.GrpSerialAppMode.Location = New System.Drawing.Point(6, 385) Me.GrpSerialAppMode.Name = "GrpSerialAppMode" Me.GrpSerialAppMode.Size = New System.Drawing.Size(530, 224) Me.GrpSerialAppMode.TabIndex = 3 Me.GrpSerialAppMode.TabStop = False Me.GrpSerialAppMode.Text = "透传模式" ' 'NudSerialAppPort ' Me.NudSerialAppPort.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.NudSerialAppPort.Location = New System.Drawing.Point(84, 24) Me.NudSerialAppPort.Maximum = New Decimal(New Integer() {3, 0, 0, 0}) Me.NudSerialAppPort.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) Me.NudSerialAppPort.Name = "NudSerialAppPort" Me.NudSerialAppPort.Size = New System.Drawing.Size(113, 23) Me.NudSerialAppPort.TabIndex = 14 Me.NudSerialAppPort.Value = New Decimal(New Integer() {1, 0, 0, 0}) ' 'BtnSend ' Me.BtnSend.Location = New System.Drawing.Point(425, 18) Me.BtnSend.Name = "BtnSend" Me.BtnSend.Size = New System.Drawing.Size(80, 31) Me.BtnSend.TabIndex = 12 Me.BtnSend.Text = "发送" Me.BtnSend.UseVisualStyleBackColor = True ' 'TxtSendSerialApp ' Me.TxtSendSerialApp.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.TxtSendSerialApp.Location = New System.Drawing.Point(84, 66) Me.TxtSendSerialApp.Multiline = True Me.TxtSendSerialApp.Name = "TxtSendSerialApp" Me.TxtSendSerialApp.Size = New System.Drawing.Size(296, 128) Me.TxtSendSerialApp.TabIndex = 11 ' 'LblSerialAppData ' Me.LblSerialAppData.AutoSize = True Me.LblSerialAppData.Location = New System.Drawing.Point(22, 69) Me.LblSerialAppData.Name = "LblSerialAppData" Me.LblSerialAppData.Size = New System.Drawing.Size(40, 17) Me.LblSerialAppData.TabIndex = 10 Me.LblSerialAppData.Text = "透传:" ' 'NudTimeOut3 ' Me.NudTimeOut3.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.NudTimeOut3.Location = New System.Drawing.Point(267, 24) Me.NudTimeOut3.Name = "NudTimeOut3" Me.NudTimeOut3.Size = New System.Drawing.Size(113, 23) Me.NudTimeOut3.TabIndex = 9 Me.NudTimeOut3.Value = New Decimal(New Integer() {10, 0, 0, 0}) ' 'LblTimeOut3 ' Me.LblTimeOut3.AutoSize = True Me.LblTimeOut3.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.LblTimeOut3.Location = New System.Drawing.Point(212, 26) Me.LblTimeOut3.Name = "LblTimeOut3" Me.LblTimeOut3.Size = New System.Drawing.Size(40, 17) Me.LblTimeOut3.TabIndex = 8 Me.LblTimeOut3.Text = "超时:" ' 'LblPort5 ' Me.LblPort5.AutoSize = True Me.LblPort5.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.LblPort5.Location = New System.Drawing.Point(22, 26) Me.LblPort5.Name = "LblPort5" Me.LblPort5.Size = New System.Drawing.Size(38, 17) Me.LblPort5.TabIndex = 4 Me.LblPort5.Text = "Port:" ' 'GrpReadMode ' Me.GrpReadMode.Controls.Add(Me.ChkShowHeartBeat) Me.GrpReadMode.Controls.Add(Me.NudMonitoring) Me.GrpReadMode.Controls.Add(Me.NudTimeOut2) Me.GrpReadMode.Controls.Add(Me.NudSetPort) Me.GrpReadMode.Controls.Add(Me.LblTimeOut2) Me.GrpReadMode.Controls.Add(Me.CboMode) Me.GrpReadMode.Controls.Add(Me.LblPort4) Me.GrpReadMode.Controls.Add(Me.NudSerialPort) Me.GrpReadMode.Controls.Add(Me.BtnMonitoring) Me.GrpReadMode.Controls.Add(Me.NudTimeOut1) Me.GrpReadMode.Controls.Add(Me.LblPort2) Me.GrpReadMode.Controls.Add(Me.LblTimeOut1) Me.GrpReadMode.Controls.Add(Me.BtnRead) Me.GrpReadMode.Controls.Add(Me.LblMode) Me.GrpReadMode.Controls.Add(Me.BtnSet) Me.GrpReadMode.Controls.Add(Me.CBoBaud) Me.GrpReadMode.Controls.Add(Me.LblPort3) Me.GrpReadMode.Controls.Add(Me.LblBaud) Me.GrpReadMode.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.GrpReadMode.Location = New System.Drawing.Point(6, 178) Me.GrpReadMode.Name = "GrpReadMode" Me.GrpReadMode.Size = New System.Drawing.Size(530, 201) Me.GrpReadMode.TabIndex = 1 Me.GrpReadMode.TabStop = False Me.GrpReadMode.Text = "模式" ' 'ChkShowHeartBeat ' Me.ChkShowHeartBeat.AutoSize = True Me.ChkShowHeartBeat.Checked = True Me.ChkShowHeartBeat.CheckState = System.Windows.Forms.CheckState.Checked Me.ChkShowHeartBeat.Location = New System.Drawing.Point(265, 28) Me.ChkShowHeartBeat.Name = "ChkShowHeartBeat" Me.ChkShowHeartBeat.Size = New System.Drawing.Size(111, 21) Me.ChkShowHeartBeat.TabIndex = 15 Me.ChkShowHeartBeat.Text = "不显示心跳包" Me.ChkShowHeartBeat.UseVisualStyleBackColor = True ' 'NudMonitoring ' Me.NudMonitoring.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.NudMonitoring.Location = New System.Drawing.Point(84, 157) Me.NudMonitoring.Maximum = New Decimal(New Integer() {3, 0, 0, 0}) Me.NudMonitoring.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) Me.NudMonitoring.Name = "NudMonitoring" Me.NudMonitoring.Size = New System.Drawing.Size(113, 23) Me.NudMonitoring.TabIndex = 13 Me.NudMonitoring.Value = New Decimal(New Integer() {1, 0, 0, 0}) ' 'NudTimeOut2 ' Me.NudTimeOut2.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.NudTimeOut2.Location = New System.Drawing.Point(267, 157) Me.NudTimeOut2.Maximum = New Decimal(New Integer() {1000, 0, 0, 0}) Me.NudTimeOut2.Name = "NudTimeOut2" Me.NudTimeOut2.Size = New System.Drawing.Size(113, 23) Me.NudTimeOut2.TabIndex = 7 Me.NudTimeOut2.Value = New Decimal(New Integer() {10, 0, 0, 0}) ' 'NudSetPort ' Me.NudSetPort.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.NudSetPort.Location = New System.Drawing.Point(84, 73) Me.NudSetPort.Maximum = New Decimal(New Integer() {3, 0, 0, 0}) Me.NudSetPort.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) Me.NudSetPort.Name = "NudSetPort" Me.NudSetPort.Size = New System.Drawing.Size(113, 23) Me.NudSetPort.TabIndex = 13 Me.NudSetPort.Value = New Decimal(New Integer() {1, 0, 0, 0}) ' 'LblTimeOut2 ' Me.LblTimeOut2.AutoSize = True Me.LblTimeOut2.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.LblTimeOut2.Location = New System.Drawing.Point(212, 159) Me.LblTimeOut2.Name = "LblTimeOut2" Me.LblTimeOut2.Size = New System.Drawing.Size(40, 17) Me.LblTimeOut2.TabIndex = 6 Me.LblTimeOut2.Text = "超时:" ' 'CboMode ' Me.CboMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.CboMode.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.CboMode.FormattingEnabled = True Me.CboMode.Location = New System.Drawing.Point(267, 112) Me.CboMode.Name = "CboMode" Me.CboMode.Size = New System.Drawing.Size(113, 25) Me.CboMode.TabIndex = 9 ' 'LblPort4 ' Me.LblPort4.AutoSize = True Me.LblPort4.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.LblPort4.Location = New System.Drawing.Point(22, 159) Me.LblPort4.Name = "LblPort4" Me.LblPort4.Size = New System.Drawing.Size(38, 17) Me.LblPort4.TabIndex = 2 Me.LblPort4.Text = "Port:" ' 'NudSerialPort ' Me.NudSerialPort.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.NudSerialPort.Location = New System.Drawing.Point(84, 28) Me.NudSerialPort.Maximum = New Decimal(New Integer() {3, 0, 0, 0}) Me.NudSerialPort.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) Me.NudSerialPort.Name = "NudSerialPort" Me.NudSerialPort.Size = New System.Drawing.Size(113, 23) Me.NudSerialPort.TabIndex = 12 Me.NudSerialPort.Value = New Decimal(New Integer() {1, 0, 0, 0}) ' 'BtnMonitoring ' Me.BtnMonitoring.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.BtnMonitoring.Location = New System.Drawing.Point(425, 151) Me.BtnMonitoring.Name = "BtnMonitoring" Me.BtnMonitoring.Size = New System.Drawing.Size(80, 31) Me.BtnMonitoring.TabIndex = 1 Me.BtnMonitoring.Text = "监控" Me.BtnMonitoring.UseVisualStyleBackColor = True ' 'NudTimeOut1 ' Me.NudTimeOut1.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.NudTimeOut1.Location = New System.Drawing.Point(267, 73) Me.NudTimeOut1.Maximum = New Decimal(New Integer() {10000, 0, 0, 0}) Me.NudTimeOut1.Name = "NudTimeOut1" Me.NudTimeOut1.Size = New System.Drawing.Size(113, 23) Me.NudTimeOut1.TabIndex = 7 Me.NudTimeOut1.Value = New Decimal(New Integer() {10, 0, 0, 0}) ' 'LblPort2 ' Me.LblPort2.AutoSize = True Me.LblPort2.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.LblPort2.Location = New System.Drawing.Point(22, 30) Me.LblPort2.Name = "LblPort2" Me.LblPort2.Size = New System.Drawing.Size(38, 17) Me.LblPort2.TabIndex = 1 Me.LblPort2.Text = "Port:" ' 'LblTimeOut1 ' Me.LblTimeOut1.AutoSize = True Me.LblTimeOut1.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.LblTimeOut1.Location = New System.Drawing.Point(212, 75) Me.LblTimeOut1.Name = "LblTimeOut1" Me.LblTimeOut1.Size = New System.Drawing.Size(40, 17) Me.LblTimeOut1.TabIndex = 6 Me.LblTimeOut1.Text = "超时:" ' 'BtnRead ' Me.BtnRead.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.BtnRead.Location = New System.Drawing.Point(425, 22) Me.BtnRead.Name = "BtnRead" Me.BtnRead.Size = New System.Drawing.Size(80, 31) Me.BtnRead.TabIndex = 0 Me.BtnRead.Text = "读取模式" Me.BtnRead.UseVisualStyleBackColor = True ' 'LblMode ' Me.LblMode.AutoSize = True Me.LblMode.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.LblMode.Location = New System.Drawing.Point(212, 115) Me.LblMode.Name = "LblMode" Me.LblMode.Size = New System.Drawing.Size(40, 17) Me.LblMode.TabIndex = 8 Me.LblMode.Text = "模式:" ' 'BtnSet ' Me.BtnSet.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.BtnSet.Location = New System.Drawing.Point(425, 75) Me.BtnSet.Name = "BtnSet" Me.BtnSet.Size = New System.Drawing.Size(80, 31) Me.BtnSet.TabIndex = 1 Me.BtnSet.Text = "设置模式" Me.BtnSet.UseVisualStyleBackColor = True ' 'CBoBaud ' Me.CBoBaud.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.CBoBaud.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.CBoBaud.FormattingEnabled = True Me.CBoBaud.Location = New System.Drawing.Point(84, 112) Me.CBoBaud.Name = "CBoBaud" Me.CBoBaud.Size = New System.Drawing.Size(113, 25) Me.CBoBaud.TabIndex = 5 ' 'LblPort3 ' Me.LblPort3.AutoSize = True Me.LblPort3.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.LblPort3.Location = New System.Drawing.Point(22, 75) Me.LblPort3.Name = "LblPort3" Me.LblPort3.Size = New System.Drawing.Size(38, 17) Me.LblPort3.TabIndex = 2 Me.LblPort3.Text = "Port:" ' 'LblBaud ' Me.LblBaud.AutoSize = True Me.LblBaud.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.LblBaud.Location = New System.Drawing.Point(22, 115) Me.LblBaud.Name = "LblBaud" Me.LblBaud.Size = New System.Drawing.Size(54, 17) Me.LblBaud.TabIndex = 4 Me.LblBaud.Text = "波特率:" ' 'GrpBaseSet ' Me.GrpBaseSet.Controls.Add(Me.RdoRadUdp) Me.GrpBaseSet.Controls.Add(Me.RdoPort) Me.GrpBaseSet.Controls.Add(Me.PnlUdp) Me.GrpBaseSet.Controls.Add(Me.PnlPort) Me.GrpBaseSet.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.GrpBaseSet.Location = New System.Drawing.Point(6, 6) Me.GrpBaseSet.Name = "GrpBaseSet" Me.GrpBaseSet.Size = New System.Drawing.Size(530, 166) Me.GrpBaseSet.TabIndex = 0 Me.GrpBaseSet.TabStop = False Me.GrpBaseSet.Text = "通讯设置" ' 'RdoRadUdp ' Me.RdoRadUdp.AutoSize = True Me.RdoRadUdp.Font = New System.Drawing.Font("宋体", 15.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.RdoRadUdp.Location = New System.Drawing.Point(72, 31) Me.RdoRadUdp.Name = "RdoRadUdp" Me.RdoRadUdp.Size = New System.Drawing.Size(107, 24) Me.RdoRadUdp.TabIndex = 13 Me.RdoRadUdp.Text = "网络通讯" Me.RdoRadUdp.UseVisualStyleBackColor = True ' 'RdoPort ' Me.RdoPort.AutoSize = True Me.RdoPort.Checked = True Me.RdoPort.Font = New System.Drawing.Font("宋体", 15.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.RdoPort.Location = New System.Drawing.Point(249, 31) Me.RdoPort.Name = "RdoPort" Me.RdoPort.Size = New System.Drawing.Size(107, 24) Me.RdoPort.TabIndex = 12 Me.RdoPort.TabStop = True Me.RdoPort.Text = "串口通讯" Me.RdoPort.UseVisualStyleBackColor = True ' 'PnlUdp ' Me.PnlUdp.Controls.Add(Me.BtnNetworkConnect) Me.PnlUdp.Controls.Add(Me.NudRemotePort) Me.PnlUdp.Controls.Add(Me.LblPort1) Me.PnlUdp.Controls.Add(Me.NudLocalPort) Me.PnlUdp.Controls.Add(Me.LblIP) Me.PnlUdp.Controls.Add(Me.CboLocalIp) Me.PnlUdp.Controls.Add(Me.LbllongPort1) Me.PnlUdp.Controls.Add(Me.LblLongIP) Me.PnlUdp.Controls.Add(Me.CboLongIP) Me.PnlUdp.Location = New System.Drawing.Point(15, 61) Me.PnlUdp.Name = "PnlUdp" Me.PnlUdp.Size = New System.Drawing.Size(500, 96) Me.PnlUdp.TabIndex = 12 ' 'BtnNetworkConnect ' Me.BtnNetworkConnect.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.BtnNetworkConnect.ForeColor = System.Drawing.Color.Green Me.BtnNetworkConnect.Location = New System.Drawing.Point(390, 15) Me.BtnNetworkConnect.Name = "BtnNetworkConnect" Me.BtnNetworkConnect.Size = New System.Drawing.Size(87, 55) Me.BtnNetworkConnect.TabIndex = 9 Me.BtnNetworkConnect.Text = "打开连接" Me.BtnNetworkConnect.UseVisualStyleBackColor = True ' 'NudRemotePort ' Me.NudRemotePort.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.NudRemotePort.Location = New System.Drawing.Point(264, 45) Me.NudRemotePort.Maximum = New Decimal(New Integer() {65535, 0, 0, 0}) Me.NudRemotePort.Name = "NudRemotePort" Me.NudRemotePort.Size = New System.Drawing.Size(79, 23) Me.NudRemotePort.TabIndex = 11 ' 'LblPort1 ' Me.LblPort1.AutoSize = True Me.LblPort1.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.LblPort1.Location = New System.Drawing.Point(213, 16) Me.LblPort1.Name = "LblPort1" Me.LblPort1.Size = New System.Drawing.Size(46, 17) Me.LblPort1.TabIndex = 0 Me.LblPort1.Text = "LPort:" ' 'NudLocalPort ' Me.NudLocalPort.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.NudLocalPort.Location = New System.Drawing.Point(264, 14) Me.NudLocalPort.Maximum = New Decimal(New Integer() {65535, 0, 0, 0}) Me.NudLocalPort.Name = "NudLocalPort" Me.NudLocalPort.Size = New System.Drawing.Size(79, 23) Me.NudLocalPort.TabIndex = 10 ' 'LblIP ' Me.LblIP.AutoSize = True Me.LblIP.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.LblIP.Location = New System.Drawing.Point(19, 16) Me.LblIP.Name = "LblIP" Me.LblIP.Size = New System.Drawing.Size(58, 17) Me.LblIP.TabIndex = 1 Me.LblIP.Text = "LocalIP:" ' 'CboLocalIp ' Me.CboLocalIp.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.CboLocalIp.FormattingEnabled = True Me.CboLocalIp.Location = New System.Drawing.Point(88, 13) Me.CboLocalIp.Name = "CboLocalIp" Me.CboLocalIp.Size = New System.Drawing.Size(105, 25) Me.CboLocalIp.TabIndex = 3 ' 'LbllongPort1 ' Me.LbllongPort1.AutoSize = True Me.LbllongPort1.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.LbllongPort1.Location = New System.Drawing.Point(209, 47) Me.LbllongPort1.Name = "LbllongPort1" Me.LbllongPort1.Size = New System.Drawing.Size(47, 17) Me.LbllongPort1.TabIndex = 7 Me.LbllongPort1.Text = "TPort:" ' 'LblLongIP ' Me.LblLongIP.AutoSize = True Me.LblLongIP.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.LblLongIP.Location = New System.Drawing.Point(19, 47) Me.LblLongIP.Name = "LblLongIP" Me.LblLongIP.Size = New System.Drawing.Size(52, 17) Me.LblLongIP.TabIndex = 5 Me.LblLongIP.Text = "TeleIP:" ' 'CboLongIP ' Me.CboLongIP.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.CboLongIP.FormattingEnabled = True Me.CboLongIP.Location = New System.Drawing.Point(88, 44) Me.CboLongIP.Name = "CboLongIP" Me.CboLongIP.Size = New System.Drawing.Size(105, 25) Me.CboLongIP.TabIndex = 6 ' 'PnlPort ' Me.PnlPort.Controls.Add(Me.BtnSerialPortConnect) Me.PnlPort.Controls.Add(Me.Label69) Me.PnlPort.Controls.Add(Me.CboSerialPort) Me.PnlPort.Controls.Add(Me.Label71) Me.PnlPort.Controls.Add(Me.CboSerialBaud) Me.PnlPort.Location = New System.Drawing.Point(15, 61) Me.PnlPort.Name = "PnlPort" Me.PnlPort.Size = New System.Drawing.Size(500, 96) Me.PnlPort.TabIndex = 14 ' 'BtnSerialPortConnect ' Me.BtnSerialPortConnect.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.BtnSerialPortConnect.ForeColor = System.Drawing.Color.Green Me.BtnSerialPortConnect.Location = New System.Drawing.Point(390, 15) Me.BtnSerialPortConnect.Name = "BtnSerialPortConnect" Me.BtnSerialPortConnect.Size = New System.Drawing.Size(87, 55) Me.BtnSerialPortConnect.TabIndex = 9 Me.BtnSerialPortConnect.Text = "打开串口" Me.BtnSerialPortConnect.UseVisualStyleBackColor = True ' 'Label69 ' Me.Label69.AutoSize = True Me.Label69.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Label69.Location = New System.Drawing.Point(19, 21) Me.Label69.Name = "Label69" Me.Label69.Size = New System.Drawing.Size(50, 17) Me.Label69.TabIndex = 1 Me.Label69.Text = "串口名" ' 'CboSerialPort ' Me.CboSerialPort.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.CboSerialPort.FormattingEnabled = True Me.CboSerialPort.Location = New System.Drawing.Point(74, 18) Me.CboSerialPort.Name = "CboSerialPort" Me.CboSerialPort.Size = New System.Drawing.Size(145, 25) Me.CboSerialPort.TabIndex = 3 ' 'Label71 ' Me.Label71.AutoSize = True Me.Label71.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Label71.Location = New System.Drawing.Point(19, 51) Me.Label71.Name = "Label71" Me.Label71.Size = New System.Drawing.Size(50, 17) Me.Label71.TabIndex = 5 Me.Label71.Text = "波特率" ' 'CboSerialBaud ' Me.CboSerialBaud.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.CboSerialBaud.FormattingEnabled = True Me.CboSerialBaud.Location = New System.Drawing.Point(74, 48) Me.CboSerialBaud.Name = "CboSerialBaud" Me.CboSerialBaud.Size = New System.Drawing.Size(145, 25) Me.CboSerialBaud.TabIndex = 6 ' 'CmsDataTable ' Me.CmsDataTable.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.刷新列表ToolStripMenuItem, Me.删除记录ToolStripMenuItem}) Me.CmsDataTable.Name = "CmsDataTable" Me.CmsDataTable.Size = New System.Drawing.Size(125, 48) ' '刷新列表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 = "删除记录" ' 'FrmRCU ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.SystemColors.Control Me.ClientSize = New System.Drawing.Size(1172, 689) Me.Controls.Add(Me.SplContainer1) Me.Controls.Add(Me.Panel1) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "FrmRCU" Me.Text = "Form1" Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() CType(Me.FileSystemWatcher1, System.ComponentModel.ISupportInitialize).EndInit() Me.SplContainer1.Panel1.ResumeLayout(False) Me.SplContainer1.Panel2.ResumeLayout(False) CType(Me.SplContainer1, System.ComponentModel.ISupportInitialize).EndInit() Me.SplContainer1.ResumeLayout(False) Me.TabControl2.ResumeLayout(False) Me.PageRecord.ResumeLayout(False) Me.GrpNewsletter.ResumeLayout(False) Me.PagePort1.ResumeLayout(False) Me.GrpPort1Data.ResumeLayout(False) Me.GrpPort1Data.PerformLayout() Me.PagePort2.ResumeLayout(False) Me.GrpPort2Data.ResumeLayout(False) Me.GrpPort2Data.PerformLayout() Me.PagePort3.ResumeLayout(False) Me.GrpPort3Data.ResumeLayout(False) Me.GrpPort3Data.PerformLayout() Me.TabFunction.ResumeLayout(False) Me.PageInfrastructure.ResumeLayout(False) Me.GrpSerialAppMode.ResumeLayout(False) Me.GrpSerialAppMode.PerformLayout() CType(Me.NudSerialAppPort, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.NudTimeOut3, System.ComponentModel.ISupportInitialize).EndInit() Me.GrpReadMode.ResumeLayout(False) Me.GrpReadMode.PerformLayout() CType(Me.NudMonitoring, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.NudTimeOut2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.NudSetPort, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.NudSerialPort, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.NudTimeOut1, System.ComponentModel.ISupportInitialize).EndInit() Me.GrpBaseSet.ResumeLayout(False) Me.GrpBaseSet.PerformLayout() Me.PnlUdp.ResumeLayout(False) Me.PnlUdp.PerformLayout() CType(Me.NudRemotePort, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.NudLocalPort, System.ComponentModel.ISupportInitialize).EndInit() Me.PnlPort.ResumeLayout(False) Me.PnlPort.PerformLayout() Me.CmsDataTable.ResumeLayout(False) Me.ResumeLayout(false) End Sub Friend WithEvents Timer1 As Timer Friend WithEvents RdoStatus As RadioButton Friend WithEvents LblTXCount As Label Friend WithEvents LblTX As Label Friend WithEvents LblRXCount As Label Friend WithEvents LblRX As Label Friend WithEvents LblLongIP2 As Label Friend WithEvents LblLongIP1 As Label Friend WithEvents LblLocalIp1 As Label Friend WithEvents LblLocalIp As Label Friend WithEvents LblLongPort2 As Label Friend WithEvents Label12 As Label Friend WithEvents LblLocalPort1 As Label Friend WithEvents LblLongPort As Label Friend WithEvents LblLocalPort As Label Friend WithEvents BtnReset As Button Friend WithEvents SaveFileDialog1 As SaveFileDialog Friend WithEvents OpenFileDialog1 As OpenFileDialog Friend WithEvents FileSystemWatcher1 As IO.FileSystemWatcher Friend WithEvents BackgroundWorker1 As System.ComponentModel.BackgroundWorker Friend WithEvents BackgroundWorker2 As System.ComponentModel.BackgroundWorker Friend WithEvents SerialPort As IO.Ports.SerialPort Friend WithEvents Panel1 As Panel Friend WithEvents SplContainer1 As SplitContainer Friend WithEvents TabControl2 As TabControl Friend WithEvents PageRecord As TabPage Friend WithEvents GrpNewsletter As GroupBox Friend WithEvents RtxRecord As RichTextBox Friend WithEvents PagePort1 As TabPage Friend WithEvents GrpPort1Data As GroupBox Friend WithEvents BtnPort1Clear As Button Friend WithEvents RtxCountOne As RichTextBox Friend WithEvents LblCount1RX As Label Friend WithEvents LblCountPort1TX As Label Friend WithEvents LblCount1TX As Label Friend WithEvents LblCountPort1RX As Label Friend WithEvents PagePort2 As TabPage Friend WithEvents GrpPort2Data As GroupBox Friend WithEvents BtnPort2Clear As Button Friend WithEvents RtxCountTwo As RichTextBox Friend WithEvents LblCount2TX As Label Friend WithEvents LblCountPort2TX As Label Friend WithEvents LblCount2RX As Label Friend WithEvents LblCountPort2RX As Label Friend WithEvents PagePort3 As TabPage Friend WithEvents GrpPort3Data As GroupBox Friend WithEvents RtxCountThree As RichTextBox Friend WithEvents LblCount3TX As Label Friend WithEvents LblCount3RX As Label Friend WithEvents BtnPort3Clear As Button Friend WithEvents LblCountPort3TX As Label Friend WithEvents LblCountPort3RX As Label Friend WithEvents BtnClear As Button Friend WithEvents Timer2 As Timer Friend WithEvents ToolTip1 As ToolTip Friend WithEvents CmsDataTable As ContextMenuStrip Friend WithEvents 刷新列表ToolStripMenuItem As ToolStripMenuItem Friend WithEvents 删除记录ToolStripMenuItem As ToolStripMenuItem Friend WithEvents TabFunction As TabControl Friend WithEvents PageInfrastructure As TabPage Friend WithEvents GrpSerialAppMode As GroupBox Friend WithEvents NudSerialAppPort As NumericUpDown Friend WithEvents BtnSend As Button Friend WithEvents TxtSendSerialApp As TextBox Friend WithEvents LblSerialAppData As Label Friend WithEvents NudTimeOut3 As NumericUpDown Friend WithEvents LblTimeOut3 As Label Friend WithEvents LblPort5 As Label Friend WithEvents GrpReadMode As GroupBox Friend WithEvents ChkShowHeartBeat As CheckBox Friend WithEvents NudMonitoring As NumericUpDown Friend WithEvents NudTimeOut2 As NumericUpDown Friend WithEvents NudSetPort As NumericUpDown Friend WithEvents LblTimeOut2 As Label Friend WithEvents CboMode As ComboBox Friend WithEvents LblPort4 As Label Friend WithEvents NudSerialPort As NumericUpDown Friend WithEvents BtnMonitoring As Button Friend WithEvents NudTimeOut1 As NumericUpDown Friend WithEvents LblPort2 As Label Friend WithEvents LblTimeOut1 As Label Friend WithEvents BtnRead As Button Friend WithEvents LblMode As Label Friend WithEvents BtnSet As Button Friend WithEvents CBoBaud As ComboBox Friend WithEvents LblPort3 As Label Friend WithEvents LblBaud As Label Friend WithEvents GrpBaseSet As GroupBox Friend WithEvents RdoRadUdp As RadioButton Friend WithEvents RdoPort As RadioButton Friend WithEvents PnlUdp As Panel Friend WithEvents BtnNetworkConnect As Button Friend WithEvents NudRemotePort As NumericUpDown Friend WithEvents LblPort1 As Label Friend WithEvents NudLocalPort As NumericUpDown Friend WithEvents LblIP As Label Friend WithEvents CboLocalIp As ComboBox Friend WithEvents LbllongPort1 As Label Friend WithEvents LblLongIP As Label Friend WithEvents CboLongIP As ComboBox Friend WithEvents PnlPort As Panel Friend WithEvents BtnSerialPortConnect As Button Friend WithEvents Label69 As Label Friend WithEvents CboSerialPort As ComboBox Friend WithEvents Label71 As Label Friend WithEvents CboSerialBaud As ComboBox Friend WithEvents Timer3 As Timer Friend WithEvents Button1 As Button Friend WithEvents Button2 As Button Friend WithEvents Button3 As Button End Class