Files
LL-28/SLC1-N/Form_NetworkSet.Designer.cs
2025-11-14 09:41:37 +08:00

583 lines
28 KiB
C#
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
namespace SLC1_N
{
partial class Form_NetworkSet
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_NetworkSet));
this.lb_CH1Communication_status = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.bt_CH1TCPReconnect = new System.Windows.Forms.Button();
this.CH1TCPBreak = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.lb_CH1port = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.lb_CH1IP = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.lb_CH2port = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.lb_CH2IP = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.CH2TCPBreak = new System.Windows.Forms.Button();
this.lb_CH2Communication_status = new System.Windows.Forms.Label();
this.label17 = new System.Windows.Forms.Label();
this.bt_CH2TCPReconnect = new System.Windows.Forms.Button();
this.ReadConn = new System.Windows.Forms.Timer(this.components);
this.lb_ComputerIP = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.bt_UDPReadIP = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.lb_CH3port = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.lb_CH3IP = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.CH3TCPBreak = new System.Windows.Forms.Button();
this.lb_CH3Communication_status = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.bt_CH3TCPReconnect = new System.Windows.Forms.Button();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.lb_CH4port = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.lb_CH4IP = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.CH4TCPBreak = new System.Windows.Forms.Button();
this.lb_CH4Communication_status = new System.Windows.Forms.Label();
this.label19 = new System.Windows.Forms.Label();
this.bt_CH4TCPReconnect = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox4.SuspendLayout();
this.SuspendLayout();
//
// lb_CH1Communication_status
//
this.lb_CH1Communication_status.AutoSize = true;
this.lb_CH1Communication_status.Font = new System.Drawing.Font("宋体", 12F);
this.lb_CH1Communication_status.Location = new System.Drawing.Point(90, 33);
this.lb_CH1Communication_status.Name = "lb_CH1Communication_status";
this.lb_CH1Communication_status.Size = new System.Drawing.Size(23, 16);
this.lb_CH1Communication_status.TabIndex = 347;
this.lb_CH1Communication_status.Text = "OK";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("宋体", 12F);
this.label5.Location = new System.Drawing.Point(6, 33);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(87, 16);
this.label5.TabIndex = 346;
this.label5.Text = "通讯状态:";
//
// bt_CH1TCPReconnect
//
this.bt_CH1TCPReconnect.Font = new System.Drawing.Font("宋体", 12F);
this.bt_CH1TCPReconnect.Location = new System.Drawing.Point(191, 14);
this.bt_CH1TCPReconnect.Name = "bt_CH1TCPReconnect";
this.bt_CH1TCPReconnect.Size = new System.Drawing.Size(93, 50);
this.bt_CH1TCPReconnect.TabIndex = 345;
this.bt_CH1TCPReconnect.Text = "TCP重连";
this.bt_CH1TCPReconnect.UseVisualStyleBackColor = true;
this.bt_CH1TCPReconnect.Click += new System.EventHandler(this.CH1TCPReCon_Click);
//
// CH1TCPBreak
//
this.CH1TCPBreak.Font = new System.Drawing.Font("宋体", 12F);
this.CH1TCPBreak.Location = new System.Drawing.Point(191, 68);
this.CH1TCPBreak.Name = "CH1TCPBreak";
this.CH1TCPBreak.Size = new System.Drawing.Size(93, 50);
this.CH1TCPBreak.TabIndex = 348;
this.CH1TCPBreak.Text = "TCP断开";
this.CH1TCPBreak.UseVisualStyleBackColor = true;
this.CH1TCPBreak.Click += new System.EventHandler(this.CH1TCPBreak_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.lb_CH1port);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.lb_CH1IP);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.CH1TCPBreak);
this.groupBox1.Controls.Add(this.lb_CH1Communication_status);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.bt_CH1TCPReconnect);
this.groupBox1.Location = new System.Drawing.Point(23, 49);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(313, 154);
this.groupBox1.TabIndex = 349;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "CH1左通道";
//
// lb_CH1port
//
this.lb_CH1port.AutoSize = true;
this.lb_CH1port.Font = new System.Drawing.Font("宋体", 12F);
this.lb_CH1port.Location = new System.Drawing.Point(70, 106);
this.lb_CH1port.Name = "lb_CH1port";
this.lb_CH1port.Size = new System.Drawing.Size(39, 16);
this.lb_CH1port.TabIndex = 352;
this.lb_CH1port.Text = "9999";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("宋体", 12F);
this.label4.Location = new System.Drawing.Point(6, 106);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(71, 16);
this.label4.TabIndex = 351;
this.label4.Text = "端口号:";
//
// lb_CH1IP
//
this.lb_CH1IP.AutoSize = true;
this.lb_CH1IP.Font = new System.Drawing.Font("宋体", 12F);
this.lb_CH1IP.Location = new System.Drawing.Point(70, 67);
this.lb_CH1IP.Name = "lb_CH1IP";
this.lb_CH1IP.Size = new System.Drawing.Size(103, 16);
this.lb_CH1IP.TabIndex = 350;
this.lb_CH1IP.Text = "192.168.1.59";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 12F);
this.label2.Location = new System.Drawing.Point(6, 67);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(71, 16);
this.label2.TabIndex = 349;
this.label2.Text = "IP地址";
//
// groupBox3
//
this.groupBox3.Controls.Add(this.lb_CH2port);
this.groupBox3.Controls.Add(this.label13);
this.groupBox3.Controls.Add(this.lb_CH2IP);
this.groupBox3.Controls.Add(this.label15);
this.groupBox3.Controls.Add(this.CH2TCPBreak);
this.groupBox3.Controls.Add(this.lb_CH2Communication_status);
this.groupBox3.Controls.Add(this.label17);
this.groupBox3.Controls.Add(this.bt_CH2TCPReconnect);
this.groupBox3.Location = new System.Drawing.Point(363, 49);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(313, 154);
this.groupBox3.TabIndex = 351;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "CH2右通道";
//
// lb_CH2port
//
this.lb_CH2port.AutoSize = true;
this.lb_CH2port.Font = new System.Drawing.Font("宋体", 12F);
this.lb_CH2port.Location = new System.Drawing.Point(70, 106);
this.lb_CH2port.Name = "lb_CH2port";
this.lb_CH2port.Size = new System.Drawing.Size(39, 16);
this.lb_CH2port.TabIndex = 352;
this.lb_CH2port.Text = "9999";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Font = new System.Drawing.Font("宋体", 12F);
this.label13.Location = new System.Drawing.Point(6, 106);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(71, 16);
this.label13.TabIndex = 351;
this.label13.Text = "端口号:";
//
// lb_CH2IP
//
this.lb_CH2IP.AutoSize = true;
this.lb_CH2IP.Font = new System.Drawing.Font("宋体", 12F);
this.lb_CH2IP.Location = new System.Drawing.Point(70, 67);
this.lb_CH2IP.Name = "lb_CH2IP";
this.lb_CH2IP.Size = new System.Drawing.Size(103, 16);
this.lb_CH2IP.TabIndex = 350;
this.lb_CH2IP.Text = "192.168.1.59";
//
// label15
//
this.label15.AutoSize = true;
this.label15.Font = new System.Drawing.Font("宋体", 12F);
this.label15.Location = new System.Drawing.Point(6, 67);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(71, 16);
this.label15.TabIndex = 349;
this.label15.Text = "IP地址";
//
// CH2TCPBreak
//
this.CH2TCPBreak.Font = new System.Drawing.Font("宋体", 12F);
this.CH2TCPBreak.Location = new System.Drawing.Point(191, 70);
this.CH2TCPBreak.Name = "CH2TCPBreak";
this.CH2TCPBreak.Size = new System.Drawing.Size(93, 50);
this.CH2TCPBreak.TabIndex = 348;
this.CH2TCPBreak.Text = "TCP断开";
this.CH2TCPBreak.UseVisualStyleBackColor = true;
this.CH2TCPBreak.Click += new System.EventHandler(this.CH2TCPBreak_Click);
//
// lb_CH2Communication_status
//
this.lb_CH2Communication_status.AutoSize = true;
this.lb_CH2Communication_status.Font = new System.Drawing.Font("宋体", 12F);
this.lb_CH2Communication_status.Location = new System.Drawing.Point(90, 33);
this.lb_CH2Communication_status.Name = "lb_CH2Communication_status";
this.lb_CH2Communication_status.Size = new System.Drawing.Size(23, 16);
this.lb_CH2Communication_status.TabIndex = 347;
this.lb_CH2Communication_status.Text = "OK";
//
// label17
//
this.label17.AutoSize = true;
this.label17.Font = new System.Drawing.Font("宋体", 12F);
this.label17.Location = new System.Drawing.Point(6, 33);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(87, 16);
this.label17.TabIndex = 346;
this.label17.Text = "通讯状态:";
//
// bt_CH2TCPReconnect
//
this.bt_CH2TCPReconnect.Font = new System.Drawing.Font("宋体", 12F);
this.bt_CH2TCPReconnect.Location = new System.Drawing.Point(191, 14);
this.bt_CH2TCPReconnect.Name = "bt_CH2TCPReconnect";
this.bt_CH2TCPReconnect.Size = new System.Drawing.Size(93, 50);
this.bt_CH2TCPReconnect.TabIndex = 345;
this.bt_CH2TCPReconnect.Text = "TCP重连";
this.bt_CH2TCPReconnect.UseVisualStyleBackColor = true;
this.bt_CH2TCPReconnect.Click += new System.EventHandler(this.CH2TCPReCon_Click);
//
// ReadConn
//
this.ReadConn.Tick += new System.EventHandler(this.ReadConn_Tick);
//
// lb_ComputerIP
//
this.lb_ComputerIP.AutoSize = true;
this.lb_ComputerIP.Font = new System.Drawing.Font("宋体", 12F);
this.lb_ComputerIP.Location = new System.Drawing.Point(117, 20);
this.lb_ComputerIP.Name = "lb_ComputerIP";
this.lb_ComputerIP.Size = new System.Drawing.Size(103, 16);
this.lb_ComputerIP.TabIndex = 354;
this.lb_ComputerIP.Text = "192.168.1.59";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("宋体", 12F);
this.label8.Location = new System.Drawing.Point(17, 20);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(103, 16);
this.label8.TabIndex = 353;
this.label8.Text = "本机IP地址";
//
// bt_UDPReadIP
//
this.bt_UDPReadIP.Font = new System.Drawing.Font("宋体", 12F);
this.bt_UDPReadIP.Location = new System.Drawing.Point(243, 7);
this.bt_UDPReadIP.Name = "bt_UDPReadIP";
this.bt_UDPReadIP.Size = new System.Drawing.Size(93, 42);
this.bt_UDPReadIP.TabIndex = 355;
this.bt_UDPReadIP.Text = "搜索IP";
this.bt_UDPReadIP.UseVisualStyleBackColor = true;
this.bt_UDPReadIP.Click += new System.EventHandler(this.UDPReadIP_Click);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.lb_CH3port);
this.groupBox2.Controls.Add(this.label3);
this.groupBox2.Controls.Add(this.lb_CH3IP);
this.groupBox2.Controls.Add(this.label7);
this.groupBox2.Controls.Add(this.CH3TCPBreak);
this.groupBox2.Controls.Add(this.lb_CH3Communication_status);
this.groupBox2.Controls.Add(this.label10);
this.groupBox2.Controls.Add(this.bt_CH3TCPReconnect);
this.groupBox2.Location = new System.Drawing.Point(23, 218);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(313, 154);
this.groupBox2.TabIndex = 353;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "CH3右通道";
//
// lb_CH3port
//
this.lb_CH3port.AutoSize = true;
this.lb_CH3port.Font = new System.Drawing.Font("宋体", 12F);
this.lb_CH3port.Location = new System.Drawing.Point(70, 106);
this.lb_CH3port.Name = "lb_CH3port";
this.lb_CH3port.Size = new System.Drawing.Size(39, 16);
this.lb_CH3port.TabIndex = 352;
this.lb_CH3port.Text = "9999";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 12F);
this.label3.Location = new System.Drawing.Point(6, 106);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(71, 16);
this.label3.TabIndex = 351;
this.label3.Text = "端口号:";
//
// lb_CH3IP
//
this.lb_CH3IP.AutoSize = true;
this.lb_CH3IP.Font = new System.Drawing.Font("宋体", 12F);
this.lb_CH3IP.Location = new System.Drawing.Point(70, 67);
this.lb_CH3IP.Name = "lb_CH3IP";
this.lb_CH3IP.Size = new System.Drawing.Size(103, 16);
this.lb_CH3IP.TabIndex = 350;
this.lb_CH3IP.Text = "192.168.1.59";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("宋体", 12F);
this.label7.Location = new System.Drawing.Point(6, 67);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(71, 16);
this.label7.TabIndex = 349;
this.label7.Text = "IP地址";
//
// CH3TCPBreak
//
this.CH3TCPBreak.Font = new System.Drawing.Font("宋体", 12F);
this.CH3TCPBreak.Location = new System.Drawing.Point(191, 70);
this.CH3TCPBreak.Name = "CH3TCPBreak";
this.CH3TCPBreak.Size = new System.Drawing.Size(93, 50);
this.CH3TCPBreak.TabIndex = 348;
this.CH3TCPBreak.Text = "TCP断开";
this.CH3TCPBreak.UseVisualStyleBackColor = true;
this.CH3TCPBreak.Click += new System.EventHandler(this.CH3TCPBreak_Click);
//
// lb_CH3Communication_status
//
this.lb_CH3Communication_status.AutoSize = true;
this.lb_CH3Communication_status.Font = new System.Drawing.Font("宋体", 12F);
this.lb_CH3Communication_status.Location = new System.Drawing.Point(90, 33);
this.lb_CH3Communication_status.Name = "lb_CH3Communication_status";
this.lb_CH3Communication_status.Size = new System.Drawing.Size(23, 16);
this.lb_CH3Communication_status.TabIndex = 347;
this.lb_CH3Communication_status.Text = "OK";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("宋体", 12F);
this.label10.Location = new System.Drawing.Point(6, 33);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(87, 16);
this.label10.TabIndex = 346;
this.label10.Text = "通讯状态:";
//
// bt_CH3TCPReconnect
//
this.bt_CH3TCPReconnect.Font = new System.Drawing.Font("宋体", 12F);
this.bt_CH3TCPReconnect.Location = new System.Drawing.Point(191, 14);
this.bt_CH3TCPReconnect.Name = "bt_CH3TCPReconnect";
this.bt_CH3TCPReconnect.Size = new System.Drawing.Size(93, 50);
this.bt_CH3TCPReconnect.TabIndex = 345;
this.bt_CH3TCPReconnect.Text = "TCP重连";
this.bt_CH3TCPReconnect.UseVisualStyleBackColor = true;
this.bt_CH3TCPReconnect.Click += new System.EventHandler(this.bt_CH3TCPReconnect_Click);
//
// groupBox4
//
this.groupBox4.Controls.Add(this.lb_CH4port);
this.groupBox4.Controls.Add(this.label12);
this.groupBox4.Controls.Add(this.lb_CH4IP);
this.groupBox4.Controls.Add(this.label16);
this.groupBox4.Controls.Add(this.CH4TCPBreak);
this.groupBox4.Controls.Add(this.lb_CH4Communication_status);
this.groupBox4.Controls.Add(this.label19);
this.groupBox4.Controls.Add(this.bt_CH4TCPReconnect);
this.groupBox4.Location = new System.Drawing.Point(363, 218);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(313, 154);
this.groupBox4.TabIndex = 353;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "CH4右通道";
//
// lb_CH4port
//
this.lb_CH4port.AutoSize = true;
this.lb_CH4port.Font = new System.Drawing.Font("宋体", 12F);
this.lb_CH4port.Location = new System.Drawing.Point(70, 106);
this.lb_CH4port.Name = "lb_CH4port";
this.lb_CH4port.Size = new System.Drawing.Size(39, 16);
this.lb_CH4port.TabIndex = 352;
this.lb_CH4port.Text = "9999";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Font = new System.Drawing.Font("宋体", 12F);
this.label12.Location = new System.Drawing.Point(6, 106);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(71, 16);
this.label12.TabIndex = 351;
this.label12.Text = "端口号:";
//
// lb_CH4IP
//
this.lb_CH4IP.AutoSize = true;
this.lb_CH4IP.Font = new System.Drawing.Font("宋体", 12F);
this.lb_CH4IP.Location = new System.Drawing.Point(70, 67);
this.lb_CH4IP.Name = "lb_CH4IP";
this.lb_CH4IP.Size = new System.Drawing.Size(103, 16);
this.lb_CH4IP.TabIndex = 350;
this.lb_CH4IP.Text = "192.168.1.59";
//
// label16
//
this.label16.AutoSize = true;
this.label16.Font = new System.Drawing.Font("宋体", 12F);
this.label16.Location = new System.Drawing.Point(6, 67);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(71, 16);
this.label16.TabIndex = 349;
this.label16.Text = "IP地址";
//
// CH4TCPBreak
//
this.CH4TCPBreak.Font = new System.Drawing.Font("宋体", 12F);
this.CH4TCPBreak.Location = new System.Drawing.Point(191, 70);
this.CH4TCPBreak.Name = "CH4TCPBreak";
this.CH4TCPBreak.Size = new System.Drawing.Size(93, 50);
this.CH4TCPBreak.TabIndex = 348;
this.CH4TCPBreak.Text = "TCP断开";
this.CH4TCPBreak.UseVisualStyleBackColor = true;
this.CH4TCPBreak.Click += new System.EventHandler(this.CH4TCPBreak_Click);
//
// lb_CH4Communication_status
//
this.lb_CH4Communication_status.AutoSize = true;
this.lb_CH4Communication_status.Font = new System.Drawing.Font("宋体", 12F);
this.lb_CH4Communication_status.Location = new System.Drawing.Point(90, 33);
this.lb_CH4Communication_status.Name = "lb_CH4Communication_status";
this.lb_CH4Communication_status.Size = new System.Drawing.Size(23, 16);
this.lb_CH4Communication_status.TabIndex = 347;
this.lb_CH4Communication_status.Text = "OK";
//
// label19
//
this.label19.AutoSize = true;
this.label19.Font = new System.Drawing.Font("宋体", 12F);
this.label19.Location = new System.Drawing.Point(6, 33);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(87, 16);
this.label19.TabIndex = 346;
this.label19.Text = "通讯状态:";
//
// bt_CH4TCPReconnect
//
this.bt_CH4TCPReconnect.Font = new System.Drawing.Font("宋体", 12F);
this.bt_CH4TCPReconnect.Location = new System.Drawing.Point(191, 14);
this.bt_CH4TCPReconnect.Name = "bt_CH4TCPReconnect";
this.bt_CH4TCPReconnect.Size = new System.Drawing.Size(93, 50);
this.bt_CH4TCPReconnect.TabIndex = 345;
this.bt_CH4TCPReconnect.Text = "TCP重连";
this.bt_CH4TCPReconnect.UseVisualStyleBackColor = true;
this.bt_CH4TCPReconnect.Click += new System.EventHandler(this.bt_CH4TCPReconnect_Click);
//
// Form_NetworkSet
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(708, 403);
this.Controls.Add(this.groupBox4);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.bt_UDPReadIP);
this.Controls.Add(this.lb_ComputerIP);
this.Controls.Add(this.label8);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Form_NetworkSet";
this.Text = "仪器网络设置";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ConfigTCP_FormClosing);
this.Load += new System.EventHandler(this.ConfigTCP_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lb_CH1Communication_status;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Button bt_CH1TCPReconnect;
private System.Windows.Forms.Button CH1TCPBreak;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label lb_CH1port;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label lb_CH1IP;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Label lb_CH2port;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label lb_CH2IP;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Button CH2TCPBreak;
private System.Windows.Forms.Label lb_CH2Communication_status;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Button bt_CH2TCPReconnect;
private System.Windows.Forms.Timer ReadConn;
private System.Windows.Forms.Label lb_ComputerIP;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Button bt_UDPReadIP;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Label lb_CH3port;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label lb_CH3IP;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Button CH3TCPBreak;
private System.Windows.Forms.Label lb_CH3Communication_status;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Button bt_CH3TCPReconnect;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.Label lb_CH4port;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label lb_CH4IP;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Button CH4TCPBreak;
private System.Windows.Forms.Label lb_CH4Communication_status;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.Button bt_CH4TCPReconnect;
}
}