namespace ClientTest { partial class FrmMain { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.mnuMain = new System.Windows.Forms.MenuStrip(); this.文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.退出ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.设置指令ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.写IPToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.设置采集终端编号ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.校时ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.设置心跳间隔ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.设置主动上传间隔ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.设置IPToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.读取指令ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.读终端时间ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.读心跳间隔ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.读主动上传间隔ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.获得IPToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.获得全部终端信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.温湿度终端命令ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.callToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.setAlarmThToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.电力终端命令ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.E_CallDataToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.设置报警上下限ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.设置PTToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.蒸汽终端命令ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.读数据ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.设置上下限ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.设置上传数据失败间隔ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.tbCurrentTerminal = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.textBox2 = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.btnRegister = new System.Windows.Forms.Button(); this.panel2 = new System.Windows.Forms.Panel(); this.panel7 = new System.Windows.Forms.Panel(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.richTBInfo = new System.Windows.Forms.RichTextBox(); this.panel3 = new System.Windows.Forms.Panel(); this.tvTerminalList = new System.Windows.Forms.TreeView(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.panel4 = new System.Windows.Forms.Panel(); this.lblTHDeviceCount = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.lbl = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.lblElectronicDeviceCount = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.lblStreamDeviceCount = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.panel6 = new System.Windows.Forms.Panel(); this.btnRefresh = new System.Windows.Forms.Button(); this.mnuMain.SuspendLayout(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.panel7.SuspendLayout(); this.groupBox1.SuspendLayout(); this.panel3.SuspendLayout(); this.groupBox2.SuspendLayout(); this.panel4.SuspendLayout(); this.panel6.SuspendLayout(); this.SuspendLayout(); // // mnuMain // this.mnuMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.文件ToolStripMenuItem, this.toolStripMenuItem1, this.温湿度终端命令ToolStripMenuItem, this.电力终端命令ToolStripMenuItem, this.蒸汽终端命令ToolStripMenuItem}); this.mnuMain.Location = new System.Drawing.Point(0, 0); this.mnuMain.Name = "mnuMain"; this.mnuMain.Size = new System.Drawing.Size(817, 24); this.mnuMain.TabIndex = 4; this.mnuMain.Text = "menuStrip1"; // // 文件ToolStripMenuItem // this.文件ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.退出ToolStripMenuItem}); this.文件ToolStripMenuItem.Name = "文件ToolStripMenuItem"; this.文件ToolStripMenuItem.Size = new System.Drawing.Size(41, 20); this.文件ToolStripMenuItem.Text = "文件"; // // 退出ToolStripMenuItem // this.退出ToolStripMenuItem.Name = "退出ToolStripMenuItem"; this.退出ToolStripMenuItem.Size = new System.Drawing.Size(94, 22); this.退出ToolStripMenuItem.Text = "退出"; this.退出ToolStripMenuItem.Click += new System.EventHandler(this.ExitToolStripMenuItem_Click); // // toolStripMenuItem1 // this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.设置指令ToolStripMenuItem, this.读取指令ToolStripMenuItem}); this.toolStripMenuItem1.Name = "toolStripMenuItem1"; this.toolStripMenuItem1.Size = new System.Drawing.Size(65, 20); this.toolStripMenuItem1.Text = "基本指令"; // // 设置指令ToolStripMenuItem // this.设置指令ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.写IPToolStripMenuItem, this.设置采集终端编号ToolStripMenuItem, this.校时ToolStripMenuItem, this.设置心跳间隔ToolStripMenuItem, this.设置主动上传间隔ToolStripMenuItem, this.设置ToolStripMenuItem, this.设置IPToolStripMenuItem}); this.设置指令ToolStripMenuItem.Name = "设置指令ToolStripMenuItem"; this.设置指令ToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.设置指令ToolStripMenuItem.Text = "设置指令"; // // 写IPToolStripMenuItem // this.写IPToolStripMenuItem.Name = "写IPToolStripMenuItem"; this.写IPToolStripMenuItem.Size = new System.Drawing.Size(214, 22); this.写IPToolStripMenuItem.Text = "设置终端IP(慎用)"; this.写IPToolStripMenuItem.Click += new System.EventHandler(this.SetTerminalIPToolStripMenuItem_Click); // // 设置采集终端编号ToolStripMenuItem // this.设置采集终端编号ToolStripMenuItem.Name = "设置采集终端编号ToolStripMenuItem"; this.设置采集终端编号ToolStripMenuItem.Size = new System.Drawing.Size(214, 22); this.设置采集终端编号ToolStripMenuItem.Text = "设置采集终端编号(慎用)"; this.设置采集终端编号ToolStripMenuItem.Click += new System.EventHandler(this.SetTerminalIDToolStripMenuItem_Click); // // 校时ToolStripMenuItem // this.校时ToolStripMenuItem.Name = "校时ToolStripMenuItem"; this.校时ToolStripMenuItem.Size = new System.Drawing.Size(214, 22); this.校时ToolStripMenuItem.Text = "校时"; this.校时ToolStripMenuItem.Click += new System.EventHandler(this.校时ToolStripMenuItem_Click); // // 设置心跳间隔ToolStripMenuItem // this.设置心跳间隔ToolStripMenuItem.Name = "设置心跳间隔ToolStripMenuItem"; this.设置心跳间隔ToolStripMenuItem.Size = new System.Drawing.Size(214, 22); this.设置心跳间隔ToolStripMenuItem.Text = "设置心跳间隔"; this.设置心跳间隔ToolStripMenuItem.Click += new System.EventHandler(this.SetHeartBeatIntervalToolStripMenuItem_Click); // // 设置主动上传间隔ToolStripMenuItem // this.设置主动上传间隔ToolStripMenuItem.Name = "设置主动上传间隔ToolStripMenuItem"; this.设置主动上传间隔ToolStripMenuItem.Size = new System.Drawing.Size(214, 22); this.设置主动上传间隔ToolStripMenuItem.Text = "设置主动上传间隔"; this.设置主动上传间隔ToolStripMenuItem.Click += new System.EventHandler(this.SetAutoSendIntervalToolStripMenuItem_Click); // // 设置ToolStripMenuItem // this.设置ToolStripMenuItem.Name = "设置ToolStripMenuItem"; this.设置ToolStripMenuItem.Size = new System.Drawing.Size(214, 22); this.设置ToolStripMenuItem.Text = "设置仪表地址并置位"; this.设置ToolStripMenuItem.Click += new System.EventHandler(this.SetMeterIDAndEnableToolStripMenuItem_Click); // // 设置IPToolStripMenuItem // this.设置IPToolStripMenuItem.Name = "设置IPToolStripMenuItem"; this.设置IPToolStripMenuItem.Size = new System.Drawing.Size(214, 22); this.设置IPToolStripMenuItem.Text = "设置服务器IP和端口(慎用)"; this.设置IPToolStripMenuItem.Click += new System.EventHandler(this.SetTargetIPToolStripMenuItem_Click); // // 读取指令ToolStripMenuItem // this.读取指令ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.读终端时间ToolStripMenuItem, this.读心跳间隔ToolStripMenuItem, this.读主动上传间隔ToolStripMenuItem, this.获得IPToolStripMenuItem, this.获得全部终端信息ToolStripMenuItem}); this.读取指令ToolStripMenuItem.Name = "读取指令ToolStripMenuItem"; this.读取指令ToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.读取指令ToolStripMenuItem.Text = "读取指令"; // // 读终端时间ToolStripMenuItem // this.读终端时间ToolStripMenuItem.Name = "读终端时间ToolStripMenuItem"; this.读终端时间ToolStripMenuItem.Size = new System.Drawing.Size(166, 22); this.读终端时间ToolStripMenuItem.Text = "读终端时间"; this.读终端时间ToolStripMenuItem.Click += new System.EventHandler(this.ReadTTimeToolStripMenuItem_Click); // // 读心跳间隔ToolStripMenuItem // this.读心跳间隔ToolStripMenuItem.Name = "读心跳间隔ToolStripMenuItem"; this.读心跳间隔ToolStripMenuItem.Size = new System.Drawing.Size(166, 22); this.读心跳间隔ToolStripMenuItem.Text = "读心跳间隔"; this.读心跳间隔ToolStripMenuItem.Click += new System.EventHandler(this.GetHeartIntervalToolStripMenuItem_Click); // // 读主动上传间隔ToolStripMenuItem // this.读主动上传间隔ToolStripMenuItem.Name = "读主动上传间隔ToolStripMenuItem"; this.读主动上传间隔ToolStripMenuItem.Size = new System.Drawing.Size(166, 22); this.读主动上传间隔ToolStripMenuItem.Text = "读主动上传间隔"; // // 获得IPToolStripMenuItem // this.获得IPToolStripMenuItem.Name = "获得IPToolStripMenuItem"; this.获得IPToolStripMenuItem.Size = new System.Drawing.Size(166, 22); this.获得IPToolStripMenuItem.Text = "获得终端信息"; this.获得IPToolStripMenuItem.Click += new System.EventHandler(this.GetTerminalInfoToolStripMenuItem_Click); // // 获得全部终端信息ToolStripMenuItem // this.获得全部终端信息ToolStripMenuItem.Name = "获得全部终端信息ToolStripMenuItem"; this.获得全部终端信息ToolStripMenuItem.Size = new System.Drawing.Size(166, 22); this.获得全部终端信息ToolStripMenuItem.Text = "获得全部终端信息"; this.获得全部终端信息ToolStripMenuItem.Click += new System.EventHandler(this.GetAllTerminalInfoToolStripMenuItem_Click); // // 温湿度终端命令ToolStripMenuItem // this.温湿度终端命令ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.callToolStripMenuItem, this.setAlarmThToolStripMenuItem}); this.温湿度终端命令ToolStripMenuItem.Name = "温湿度终端命令ToolStripMenuItem"; this.温湿度终端命令ToolStripMenuItem.Size = new System.Drawing.Size(101, 20); this.温湿度终端命令ToolStripMenuItem.Text = "温湿度终端命令"; // // callToolStripMenuItem // this.callToolStripMenuItem.Name = "callToolStripMenuItem"; this.callToolStripMenuItem.Size = new System.Drawing.Size(154, 22); this.callToolStripMenuItem.Text = "招唤数据"; this.callToolStripMenuItem.Click += new System.EventHandler(this.callToolStripMenuItem_Click); // // setAlarmThToolStripMenuItem // this.setAlarmThToolStripMenuItem.Name = "setAlarmThToolStripMenuItem"; this.setAlarmThToolStripMenuItem.Size = new System.Drawing.Size(154, 22); this.setAlarmThToolStripMenuItem.Text = "设置报警上下限"; this.setAlarmThToolStripMenuItem.Click += new System.EventHandler(this.setAlarmThToolStripMenuItem_Click); // // 电力终端命令ToolStripMenuItem // this.电力终端命令ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.E_CallDataToolStripMenuItem, this.设置报警上下限ToolStripMenuItem, this.设置PTToolStripMenuItem}); this.电力终端命令ToolStripMenuItem.Name = "电力终端命令ToolStripMenuItem"; this.电力终端命令ToolStripMenuItem.Size = new System.Drawing.Size(89, 20); this.电力终端命令ToolStripMenuItem.Text = "电力终端命令"; // // E_CallDataToolStripMenuItem // this.E_CallDataToolStripMenuItem.Name = "E_CallDataToolStripMenuItem"; this.E_CallDataToolStripMenuItem.Size = new System.Drawing.Size(154, 22); this.E_CallDataToolStripMenuItem.Text = "招唤数据"; this.E_CallDataToolStripMenuItem.Click += new System.EventHandler(this.E_CallDataToolStripMenuItem_Click); // // 设置报警上下限ToolStripMenuItem // this.设置报警上下限ToolStripMenuItem.Name = "设置报警上下限ToolStripMenuItem"; this.设置报警上下限ToolStripMenuItem.Size = new System.Drawing.Size(154, 22); this.设置报警上下限ToolStripMenuItem.Text = "设置报警上下限"; this.设置报警上下限ToolStripMenuItem.Click += new System.EventHandler(this.E_AlarmSettingToolStripMenuItem_Click); // // 设置PTToolStripMenuItem // this.设置PTToolStripMenuItem.Name = "设置PTToolStripMenuItem"; this.设置PTToolStripMenuItem.Size = new System.Drawing.Size(154, 22); this.设置PTToolStripMenuItem.Text = "设置PT、CT"; this.设置PTToolStripMenuItem.Click += new System.EventHandler(this.设置PTToolStripMenuItem_Click); // // 蒸汽终端命令ToolStripMenuItem // this.蒸汽终端命令ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.读数据ToolStripMenuItem, this.设置上下限ToolStripMenuItem, this.设置上传数据失败间隔ToolStripMenuItem}); this.蒸汽终端命令ToolStripMenuItem.Name = "蒸汽终端命令ToolStripMenuItem"; this.蒸汽终端命令ToolStripMenuItem.Size = new System.Drawing.Size(89, 20); this.蒸汽终端命令ToolStripMenuItem.Text = "蒸汽终端命令"; // // 读数据ToolStripMenuItem // this.读数据ToolStripMenuItem.Name = "读数据ToolStripMenuItem"; this.读数据ToolStripMenuItem.Size = new System.Drawing.Size(190, 22); this.读数据ToolStripMenuItem.Text = "招唤数据"; this.读数据ToolStripMenuItem.Click += new System.EventHandler(this.ReadSteamDataToolStripMenuItem_Click); // // 设置上下限ToolStripMenuItem // this.设置上下限ToolStripMenuItem.Name = "设置上下限ToolStripMenuItem"; this.设置上下限ToolStripMenuItem.Size = new System.Drawing.Size(190, 22); this.设置上下限ToolStripMenuItem.Text = "设置告警上下限"; this.设置上下限ToolStripMenuItem.Click += new System.EventHandler(this.S_AlarmSettingToolStripMenuItem_Click); // // 设置上传数据失败间隔ToolStripMenuItem // this.设置上传数据失败间隔ToolStripMenuItem.Name = "设置上传数据失败间隔ToolStripMenuItem"; this.设置上传数据失败间隔ToolStripMenuItem.Size = new System.Drawing.Size(190, 22); this.设置上传数据失败间隔ToolStripMenuItem.Text = "设置上传数据失败间隔"; this.设置上传数据失败间隔ToolStripMenuItem.Click += new System.EventHandler(this.设置上传数据失败间隔ToolStripMenuItem_Click); // // tbCurrentTerminal // this.tbCurrentTerminal.Location = new System.Drawing.Point(80, 12); this.tbCurrentTerminal.Name = "tbCurrentTerminal"; this.tbCurrentTerminal.ReadOnly = true; this.tbCurrentTerminal.Size = new System.Drawing.Size(100, 21); this.tbCurrentTerminal.TabIndex = 6; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 17); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 12); this.label1.TabIndex = 7; this.label1.Text = "当前终端"; // // panel1 // this.panel1.Controls.Add(this.textBox2); this.panel1.Controls.Add(this.label10); this.panel1.Controls.Add(this.textBox1); this.panel1.Controls.Add(this.label9); this.panel1.Controls.Add(this.btnRegister); this.panel1.Controls.Add(this.tbCurrentTerminal); this.panel1.Controls.Add(this.label1); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 24); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(817, 43); this.panel1.TabIndex = 10; // // textBox2 // this.textBox2.ForeColor = System.Drawing.Color.Red; this.textBox2.Location = new System.Drawing.Point(565, 14); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(100, 21); this.textBox2.TabIndex = 12; this.textBox2.Text = "6666"; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(486, 17); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(77, 12); this.label10.TabIndex = 11; this.label10.Text = "RemotingPort"; // // textBox1 // this.textBox1.ForeColor = System.Drawing.Color.Red; this.textBox1.Location = new System.Drawing.Point(370, 14); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(100, 21); this.textBox1.TabIndex = 10; this.textBox1.Text = "localhost"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(299, 17); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(65, 12); this.label9.TabIndex = 9; this.label9.Text = "RemotingIP"; // // btnRegister // this.btnRegister.Location = new System.Drawing.Point(698, 12); this.btnRegister.Name = "btnRegister"; this.btnRegister.Size = new System.Drawing.Size(62, 23); this.btnRegister.TabIndex = 8; this.btnRegister.Text = "注册"; this.btnRegister.UseVisualStyleBackColor = true; this.btnRegister.Click += new System.EventHandler(this.btnRegister_Click); // // panel2 // this.panel2.Controls.Add(this.panel7); this.panel2.Controls.Add(this.panel3); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(0, 67); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(817, 400); this.panel2.TabIndex = 14; // // panel7 // this.panel7.Controls.Add(this.groupBox1); this.panel7.Dock = System.Windows.Forms.DockStyle.Fill; this.panel7.Location = new System.Drawing.Point(271, 0); this.panel7.Name = "panel7"; this.panel7.Size = new System.Drawing.Size(546, 400); this.panel7.TabIndex = 16; // // groupBox1 // this.groupBox1.Controls.Add(this.richTBInfo); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(546, 400); this.groupBox1.TabIndex = 17; this.groupBox1.TabStop = false; this.groupBox1.Text = "信息输出"; // // richTBInfo // this.richTBInfo.BackColor = System.Drawing.Color.White; this.richTBInfo.Dock = System.Windows.Forms.DockStyle.Fill; this.richTBInfo.Location = new System.Drawing.Point(3, 17); this.richTBInfo.Name = "richTBInfo"; this.richTBInfo.ReadOnly = true; this.richTBInfo.Size = new System.Drawing.Size(540, 380); this.richTBInfo.TabIndex = 6; this.richTBInfo.Text = ""; this.richTBInfo.TextChanged += new System.EventHandler(this.richTBInfo_TextChanged); // // panel3 // this.panel3.Controls.Add(this.tvTerminalList); this.panel3.Controls.Add(this.groupBox2); this.panel3.Controls.Add(this.panel6); this.panel3.Dock = System.Windows.Forms.DockStyle.Left; this.panel3.Location = new System.Drawing.Point(0, 0); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(271, 400); this.panel3.TabIndex = 15; // // tvTerminalList // this.tvTerminalList.Dock = System.Windows.Forms.DockStyle.Fill; this.tvTerminalList.HideSelection = false; this.tvTerminalList.Location = new System.Drawing.Point(0, 100); this.tvTerminalList.Name = "tvTerminalList"; this.tvTerminalList.Size = new System.Drawing.Size(271, 247); this.tvTerminalList.TabIndex = 7; this.tvTerminalList.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvTerminalList_AfterSelect); // // groupBox2 // this.groupBox2.Controls.Add(this.panel4); this.groupBox2.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox2.Location = new System.Drawing.Point(0, 0); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(271, 100); this.groupBox2.TabIndex = 8; this.groupBox2.TabStop = false; this.groupBox2.Text = "终端汇总"; // // panel4 // this.panel4.Controls.Add(this.lblTHDeviceCount); this.panel4.Controls.Add(this.label8); this.panel4.Controls.Add(this.label4); this.panel4.Controls.Add(this.label5); this.panel4.Controls.Add(this.lbl); this.panel4.Controls.Add(this.label7); this.panel4.Controls.Add(this.lblElectronicDeviceCount); this.panel4.Controls.Add(this.label3); this.panel4.Controls.Add(this.lblStreamDeviceCount); this.panel4.Controls.Add(this.label2); this.panel4.Dock = System.Windows.Forms.DockStyle.Fill; this.panel4.Location = new System.Drawing.Point(3, 17); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(265, 80); this.panel4.TabIndex = 4; // // lblTHDeviceCount // this.lblTHDeviceCount.AutoSize = true; this.lblTHDeviceCount.Location = new System.Drawing.Point(82, 52); this.lblTHDeviceCount.Name = "lblTHDeviceCount"; this.lblTHDeviceCount.Size = new System.Drawing.Size(11, 12); this.lblTHDeviceCount.TabIndex = 9; this.lblTHDeviceCount.Text = "0"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(12, 53); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(65, 12); this.label8.TabIndex = 8; this.label8.Text = "温湿终端:"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(203, 33); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(11, 12); this.label4.TabIndex = 7; this.label4.Text = "0"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(136, 33); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(65, 12); this.label5.TabIndex = 6; this.label5.Text = "水表终端:"; // // lbl // this.lbl.AutoSize = true; this.lbl.Location = new System.Drawing.Point(82, 33); this.lbl.Name = "lbl"; this.lbl.Size = new System.Drawing.Size(11, 12); this.lbl.TabIndex = 5; this.lbl.Text = "0"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(12, 33); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(65, 12); this.label7.TabIndex = 4; this.label7.Text = "压缩空气:"; // // lblElectronicDeviceCount // this.lblElectronicDeviceCount.AutoSize = true; this.lblElectronicDeviceCount.Location = new System.Drawing.Point(82, 12); this.lblElectronicDeviceCount.Name = "lblElectronicDeviceCount"; this.lblElectronicDeviceCount.Size = new System.Drawing.Size(11, 12); this.lblElectronicDeviceCount.TabIndex = 3; this.lblElectronicDeviceCount.Text = "0"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(12, 12); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(65, 12); this.label3.TabIndex = 2; this.label3.Text = "电力终端:"; // // lblStreamDeviceCount // this.lblStreamDeviceCount.AutoSize = true; this.lblStreamDeviceCount.Location = new System.Drawing.Point(203, 11); this.lblStreamDeviceCount.Name = "lblStreamDeviceCount"; this.lblStreamDeviceCount.Size = new System.Drawing.Size(11, 12); this.lblStreamDeviceCount.TabIndex = 1; this.lblStreamDeviceCount.Text = "0"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(136, 12); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(65, 12); this.label2.TabIndex = 0; this.label2.Text = "蒸汽终端:"; // // panel6 // this.panel6.Controls.Add(this.btnRefresh); this.panel6.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel6.Location = new System.Drawing.Point(0, 347); this.panel6.Name = "panel6"; this.panel6.Size = new System.Drawing.Size(271, 53); this.panel6.TabIndex = 6; // // btnRefresh // this.btnRefresh.Location = new System.Drawing.Point(94, 17); this.btnRefresh.Name = "btnRefresh"; this.btnRefresh.Size = new System.Drawing.Size(75, 23); this.btnRefresh.TabIndex = 10; this.btnRefresh.Text = "刷新"; this.btnRefresh.UseVisualStyleBackColor = true; this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click); // // FrmMain // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(817, 467); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.Controls.Add(this.mnuMain); this.MainMenuStrip = this.mnuMain; this.Name = "FrmMain"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "通信前置机管理"; this.Load += new System.EventHandler(this.MainForm_Load); this.mnuMain.ResumeLayout(false); this.mnuMain.PerformLayout(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel2.ResumeLayout(false); this.panel7.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.panel3.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.panel4.ResumeLayout(false); this.panel4.PerformLayout(); this.panel6.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.MenuStrip mnuMain; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem 文件ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 退出ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 设置指令ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 读取指令ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 写IPToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 校时ToolStripMenuItem; private System.Windows.Forms.TextBox tbCurrentTerminal; private System.Windows.Forms.Label label1; private System.Windows.Forms.ToolStripMenuItem 读终端时间ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 蒸汽终端命令ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 读数据ToolStripMenuItem; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Panel panel6; private System.Windows.Forms.Button btnRefresh; private System.Windows.Forms.Panel panel4; private System.Windows.Forms.Panel panel7; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.RichTextBox richTBInfo; private System.Windows.Forms.Label lblStreamDeviceCount; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label lblTHDeviceCount; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label lbl; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label lblElectronicDeviceCount; private System.Windows.Forms.ToolStripMenuItem 设置心跳间隔ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 设置主动上传间隔ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 读心跳间隔ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 读主动上传间隔ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 设置采集终端编号ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 设置ToolStripMenuItem; private System.Windows.Forms.Button btnRegister; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.Label label10; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label9; private System.Windows.Forms.ToolStripMenuItem 设置上下限ToolStripMenuItem; private System.Windows.Forms.TreeView tvTerminalList; private System.Windows.Forms.ToolStripMenuItem 电力终端命令ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem E_CallDataToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 设置报警上下限ToolStripMenuItem; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.ToolStripMenuItem 获得IPToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 获得全部终端信息ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 设置IPToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 温湿度终端命令ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem callToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem setAlarmThToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 设置PTToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 设置上传数据失败间隔ToolStripMenuItem; } }