Files
LL-28/SLC1-N/Form_SaomaSet.Designer.cs
moxiliang 7065cad6d7 251024
2025-10-24 14:08:41 +08:00

678 lines
36 KiB
C#
Raw 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_SaomaSet
{
/// <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_SaomaSet));
this.timer_ConnectStatus = new System.Windows.Forms.Timer(this.components);
this.bt_CH1Break = new System.Windows.Forms.Button();
this.label7 = new System.Windows.Forms.Label();
this.cb_CH1PortName = new System.Windows.Forms.ComboBox();
this.label11 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.cb_CH1BaudRate = new System.Windows.Forms.ComboBox();
this.lb_CH1Com_status = new System.Windows.Forms.Label();
this.bt_CH1Connect = new System.Windows.Forms.Button();
this.bt_CH1Refresh = new System.Windows.Forms.Button();
this.uiGroupBox9 = new Sunny.UI.UIGroupBox();
this.tabPage_SerialPort = new System.Windows.Forms.TabPage();
this.uiGroupBox1 = new Sunny.UI.UIGroupBox();
this.label1 = new System.Windows.Forms.Label();
this.cb_CH2PortName = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.cb_CH2BaudRate = new System.Windows.Forms.ComboBox();
this.lb_CH2Com_status = new System.Windows.Forms.Label();
this.bt_CH2Connect = new System.Windows.Forms.Button();
this.bt_CH2Break = new System.Windows.Forms.Button();
this.bt_CH2Refresh = new System.Windows.Forms.Button();
this.uiTabControlMenu1 = new Sunny.UI.UITabControlMenu();
this.tabPage_TCP = new System.Windows.Forms.TabPage();
this.uiGroupBox3 = new Sunny.UI.UIGroupBox();
this.bt_CH2TCPsave = new System.Windows.Forms.Button();
this.label5 = new System.Windows.Forms.Label();
this.lb_CH2TCP_ConnectStatus = new System.Windows.Forms.Label();
this.bt_CH2TCP_Reconnect = new System.Windows.Forms.Button();
this.bt_CH2TCP_Disconnect = new System.Windows.Forms.Button();
this.tb_CH2TCP_ip = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.tb_CH2TCP_port = new System.Windows.Forms.TextBox();
this.uiGroupBox2 = new Sunny.UI.UIGroupBox();
this.bt_CH1TCPsave = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label();
this.lb_CH1TCP_ConnectStatus = new System.Windows.Forms.Label();
this.bt_CH1TCP_Reconnect = new System.Windows.Forms.Button();
this.bt_CH1TCP_Disconnect = new System.Windows.Forms.Button();
this.tb_CH1TCP_ip = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.tb_CH1TCP_port = new System.Windows.Forms.TextBox();
this.uiGroupBox9.SuspendLayout();
this.tabPage_SerialPort.SuspendLayout();
this.uiGroupBox1.SuspendLayout();
this.uiTabControlMenu1.SuspendLayout();
this.tabPage_TCP.SuspendLayout();
this.uiGroupBox3.SuspendLayout();
this.uiGroupBox2.SuspendLayout();
this.SuspendLayout();
//
// timer_ConnectStatus
//
this.timer_ConnectStatus.Tick += new System.EventHandler(this.timer_ConnectStatus_Tick);
//
// bt_CH1Break
//
this.bt_CH1Break.Location = new System.Drawing.Point(48, 379);
this.bt_CH1Break.Margin = new System.Windows.Forms.Padding(4);
this.bt_CH1Break.Name = "bt_CH1Break";
this.bt_CH1Break.Size = new System.Drawing.Size(125, 45);
this.bt_CH1Break.TabIndex = 63;
this.bt_CH1Break.Text = "断开连接";
this.bt_CH1Break.UseVisualStyleBackColor = true;
this.bt_CH1Break.Click += new System.EventHandler(this.CodeBreak_Click);
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("宋体", 12F);
this.label7.Location = new System.Drawing.Point(52, 208);
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(87, 16);
this.label7.TabIndex = 70;
this.label7.Text = "串口状态:";
//
// cb_CH1PortName
//
this.cb_CH1PortName.FormattingEnabled = true;
this.cb_CH1PortName.Location = new System.Drawing.Point(43, 89);
this.cb_CH1PortName.Margin = new System.Windows.Forms.Padding(4);
this.cb_CH1PortName.Name = "cb_CH1PortName";
this.cb_CH1PortName.Size = new System.Drawing.Size(137, 24);
this.cb_CH1PortName.TabIndex = 67;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(40, 66);
this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(55, 16);
this.label11.TabIndex = 65;
this.label11.Text = "端口号";
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(40, 132);
this.label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(55, 16);
this.label15.TabIndex = 66;
this.label15.Text = "波特率";
//
// cb_CH1BaudRate
//
this.cb_CH1BaudRate.FormattingEnabled = true;
this.cb_CH1BaudRate.Items.AddRange(new object[] {
"115200",
"9600"});
this.cb_CH1BaudRate.Location = new System.Drawing.Point(43, 156);
this.cb_CH1BaudRate.Margin = new System.Windows.Forms.Padding(4);
this.cb_CH1BaudRate.Name = "cb_CH1BaudRate";
this.cb_CH1BaudRate.Size = new System.Drawing.Size(137, 24);
this.cb_CH1BaudRate.TabIndex = 68;
//
// lb_CH1Com_status
//
this.lb_CH1Com_status.AutoSize = true;
this.lb_CH1Com_status.Font = new System.Drawing.Font("宋体", 12F);
this.lb_CH1Com_status.Location = new System.Drawing.Point(70, 237);
this.lb_CH1Com_status.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lb_CH1Com_status.Name = "lb_CH1Com_status";
this.lb_CH1Com_status.Size = new System.Drawing.Size(23, 16);
this.lb_CH1Com_status.TabIndex = 69;
this.lb_CH1Com_status.Text = "##";
//
// bt_CH1Connect
//
this.bt_CH1Connect.Location = new System.Drawing.Point(48, 275);
this.bt_CH1Connect.Margin = new System.Windows.Forms.Padding(4);
this.bt_CH1Connect.Name = "bt_CH1Connect";
this.bt_CH1Connect.Size = new System.Drawing.Size(125, 45);
this.bt_CH1Connect.TabIndex = 62;
this.bt_CH1Connect.TabStop = false;
this.bt_CH1Connect.Text = "连接串口";
this.bt_CH1Connect.UseVisualStyleBackColor = true;
this.bt_CH1Connect.Click += new System.EventHandler(this.CodeCon_Click);
//
// bt_CH1Refresh
//
this.bt_CH1Refresh.Location = new System.Drawing.Point(48, 327);
this.bt_CH1Refresh.Margin = new System.Windows.Forms.Padding(4);
this.bt_CH1Refresh.Name = "bt_CH1Refresh";
this.bt_CH1Refresh.Size = new System.Drawing.Size(125, 45);
this.bt_CH1Refresh.TabIndex = 64;
this.bt_CH1Refresh.Text = "刷新串口";
this.bt_CH1Refresh.UseVisualStyleBackColor = true;
this.bt_CH1Refresh.Click += new System.EventHandler(this.CodeRefresh_Click);
//
// uiGroupBox9
//
this.uiGroupBox9.Controls.Add(this.label7);
this.uiGroupBox9.Controls.Add(this.cb_CH1PortName);
this.uiGroupBox9.Controls.Add(this.label11);
this.uiGroupBox9.Controls.Add(this.label15);
this.uiGroupBox9.Controls.Add(this.cb_CH1BaudRate);
this.uiGroupBox9.Controls.Add(this.lb_CH1Com_status);
this.uiGroupBox9.Controls.Add(this.bt_CH1Connect);
this.uiGroupBox9.Controls.Add(this.bt_CH1Break);
this.uiGroupBox9.Controls.Add(this.bt_CH1Refresh);
this.uiGroupBox9.FillColor = System.Drawing.Color.Transparent;
this.uiGroupBox9.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiGroupBox9.Location = new System.Drawing.Point(22, 5);
this.uiGroupBox9.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiGroupBox9.MinimumSize = new System.Drawing.Size(1, 1);
this.uiGroupBox9.Name = "uiGroupBox9";
this.uiGroupBox9.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
this.uiGroupBox9.Size = new System.Drawing.Size(221, 490);
this.uiGroupBox9.Style = Sunny.UI.UIStyle.Custom;
this.uiGroupBox9.TabIndex = 2;
this.uiGroupBox9.Text = "条码枪1串口设置";
this.uiGroupBox9.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
//
// tabPage_SerialPort
//
this.tabPage_SerialPort.BackColor = System.Drawing.Color.LightBlue;
this.tabPage_SerialPort.Controls.Add(this.uiGroupBox1);
this.tabPage_SerialPort.Controls.Add(this.uiGroupBox9);
this.tabPage_SerialPort.Location = new System.Drawing.Point(201, 0);
this.tabPage_SerialPort.Name = "tabPage_SerialPort";
this.tabPage_SerialPort.Size = new System.Drawing.Size(835, 581);
this.tabPage_SerialPort.TabIndex = 2;
this.tabPage_SerialPort.Text = "串口扫码枪设置";
//
// uiGroupBox1
//
this.uiGroupBox1.Controls.Add(this.label1);
this.uiGroupBox1.Controls.Add(this.cb_CH2PortName);
this.uiGroupBox1.Controls.Add(this.label2);
this.uiGroupBox1.Controls.Add(this.label3);
this.uiGroupBox1.Controls.Add(this.cb_CH2BaudRate);
this.uiGroupBox1.Controls.Add(this.lb_CH2Com_status);
this.uiGroupBox1.Controls.Add(this.bt_CH2Connect);
this.uiGroupBox1.Controls.Add(this.bt_CH2Break);
this.uiGroupBox1.Controls.Add(this.bt_CH2Refresh);
this.uiGroupBox1.FillColor = System.Drawing.Color.Transparent;
this.uiGroupBox1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiGroupBox1.Location = new System.Drawing.Point(264, 5);
this.uiGroupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiGroupBox1.MinimumSize = new System.Drawing.Size(1, 1);
this.uiGroupBox1.Name = "uiGroupBox1";
this.uiGroupBox1.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
this.uiGroupBox1.Size = new System.Drawing.Size(221, 490);
this.uiGroupBox1.Style = Sunny.UI.UIStyle.Custom;
this.uiGroupBox1.TabIndex = 71;
this.uiGroupBox1.Text = "扫码枪2串口设置";
this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.uiGroupBox1.Visible = false;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 12F);
this.label1.Location = new System.Drawing.Point(52, 208);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(87, 16);
this.label1.TabIndex = 70;
this.label1.Text = "串口状态:";
//
// cb_CH2PortName
//
this.cb_CH2PortName.FormattingEnabled = true;
this.cb_CH2PortName.Location = new System.Drawing.Point(43, 89);
this.cb_CH2PortName.Margin = new System.Windows.Forms.Padding(4);
this.cb_CH2PortName.Name = "cb_CH2PortName";
this.cb_CH2PortName.Size = new System.Drawing.Size(137, 24);
this.cb_CH2PortName.TabIndex = 67;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(40, 66);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(55, 16);
this.label2.TabIndex = 65;
this.label2.Text = "端口号";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(40, 132);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(55, 16);
this.label3.TabIndex = 66;
this.label3.Text = "波特率";
//
// cb_CH2BaudRate
//
this.cb_CH2BaudRate.FormattingEnabled = true;
this.cb_CH2BaudRate.Items.AddRange(new object[] {
"115200",
"9600"});
this.cb_CH2BaudRate.Location = new System.Drawing.Point(43, 156);
this.cb_CH2BaudRate.Margin = new System.Windows.Forms.Padding(4);
this.cb_CH2BaudRate.Name = "cb_CH2BaudRate";
this.cb_CH2BaudRate.Size = new System.Drawing.Size(137, 24);
this.cb_CH2BaudRate.TabIndex = 68;
//
// lb_CH2Com_status
//
this.lb_CH2Com_status.AutoSize = true;
this.lb_CH2Com_status.Font = new System.Drawing.Font("宋体", 12F);
this.lb_CH2Com_status.Location = new System.Drawing.Point(71, 237);
this.lb_CH2Com_status.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lb_CH2Com_status.Name = "lb_CH2Com_status";
this.lb_CH2Com_status.Size = new System.Drawing.Size(23, 16);
this.lb_CH2Com_status.TabIndex = 69;
this.lb_CH2Com_status.Text = "##";
//
// bt_CH2Connect
//
this.bt_CH2Connect.Location = new System.Drawing.Point(48, 274);
this.bt_CH2Connect.Margin = new System.Windows.Forms.Padding(4);
this.bt_CH2Connect.Name = "bt_CH2Connect";
this.bt_CH2Connect.Size = new System.Drawing.Size(125, 45);
this.bt_CH2Connect.TabIndex = 62;
this.bt_CH2Connect.TabStop = false;
this.bt_CH2Connect.Text = "连接串口";
this.bt_CH2Connect.UseVisualStyleBackColor = true;
this.bt_CH2Connect.Click += new System.EventHandler(this.CH2CodeCon_Click);
//
// bt_CH2Break
//
this.bt_CH2Break.Location = new System.Drawing.Point(48, 379);
this.bt_CH2Break.Margin = new System.Windows.Forms.Padding(4);
this.bt_CH2Break.Name = "bt_CH2Break";
this.bt_CH2Break.Size = new System.Drawing.Size(125, 45);
this.bt_CH2Break.TabIndex = 63;
this.bt_CH2Break.Text = "断开连接";
this.bt_CH2Break.UseVisualStyleBackColor = true;
this.bt_CH2Break.Click += new System.EventHandler(this.CH2CodeBreak_Click);
//
// bt_CH2Refresh
//
this.bt_CH2Refresh.Location = new System.Drawing.Point(48, 327);
this.bt_CH2Refresh.Margin = new System.Windows.Forms.Padding(4);
this.bt_CH2Refresh.Name = "bt_CH2Refresh";
this.bt_CH2Refresh.Size = new System.Drawing.Size(125, 45);
this.bt_CH2Refresh.TabIndex = 64;
this.bt_CH2Refresh.Text = "刷新串口";
this.bt_CH2Refresh.UseVisualStyleBackColor = true;
this.bt_CH2Refresh.Click += new System.EventHandler(this.CH2CodeRefresh_Click);
//
// uiTabControlMenu1
//
this.uiTabControlMenu1.Alignment = System.Windows.Forms.TabAlignment.Left;
this.uiTabControlMenu1.Controls.Add(this.tabPage_SerialPort);
this.uiTabControlMenu1.Controls.Add(this.tabPage_TCP);
this.uiTabControlMenu1.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
this.uiTabControlMenu1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiTabControlMenu1.ItemSize = new System.Drawing.Size(40, 200);
this.uiTabControlMenu1.Location = new System.Drawing.Point(-1, -2);
this.uiTabControlMenu1.MenuStyle = Sunny.UI.UIMenuStyle.Custom;
this.uiTabControlMenu1.Multiline = true;
this.uiTabControlMenu1.Name = "uiTabControlMenu1";
this.uiTabControlMenu1.SelectedIndex = 0;
this.uiTabControlMenu1.Size = new System.Drawing.Size(1036, 581);
this.uiTabControlMenu1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
this.uiTabControlMenu1.Style = Sunny.UI.UIStyle.Custom;
this.uiTabControlMenu1.TabBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(144)))), ((int)(((byte)(153)))));
this.uiTabControlMenu1.TabIndex = 1;
this.uiTabControlMenu1.TabSelectedColor = System.Drawing.Color.LightBlue;
this.uiTabControlMenu1.TabSelectedForeColor = System.Drawing.Color.Black;
this.uiTabControlMenu1.TabUnSelectedForeColor = System.Drawing.Color.Black;
//
// tabPage_TCP
//
this.tabPage_TCP.BackColor = System.Drawing.Color.LightBlue;
this.tabPage_TCP.Controls.Add(this.uiGroupBox3);
this.tabPage_TCP.Controls.Add(this.uiGroupBox2);
this.tabPage_TCP.Location = new System.Drawing.Point(201, 0);
this.tabPage_TCP.Name = "tabPage_TCP";
this.tabPage_TCP.Size = new System.Drawing.Size(835, 581);
this.tabPage_TCP.TabIndex = 3;
this.tabPage_TCP.Text = "网口扫码枪设置";
//
// uiGroupBox3
//
this.uiGroupBox3.Controls.Add(this.bt_CH2TCPsave);
this.uiGroupBox3.Controls.Add(this.label5);
this.uiGroupBox3.Controls.Add(this.lb_CH2TCP_ConnectStatus);
this.uiGroupBox3.Controls.Add(this.bt_CH2TCP_Reconnect);
this.uiGroupBox3.Controls.Add(this.bt_CH2TCP_Disconnect);
this.uiGroupBox3.Controls.Add(this.tb_CH2TCP_ip);
this.uiGroupBox3.Controls.Add(this.label9);
this.uiGroupBox3.Controls.Add(this.label10);
this.uiGroupBox3.Controls.Add(this.tb_CH2TCP_port);
this.uiGroupBox3.FillColor = System.Drawing.Color.Transparent;
this.uiGroupBox3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiGroupBox3.Location = new System.Drawing.Point(319, 5);
this.uiGroupBox3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiGroupBox3.MinimumSize = new System.Drawing.Size(1, 1);
this.uiGroupBox3.Name = "uiGroupBox3";
this.uiGroupBox3.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
this.uiGroupBox3.Size = new System.Drawing.Size(221, 490);
this.uiGroupBox3.Style = Sunny.UI.UIStyle.Custom;
this.uiGroupBox3.TabIndex = 81;
this.uiGroupBox3.Text = "扫码枪2网口设置";
this.uiGroupBox3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
//
// bt_CH2TCPsave
//
this.bt_CH2TCPsave.Location = new System.Drawing.Point(48, 351);
this.bt_CH2TCPsave.Margin = new System.Windows.Forms.Padding(4);
this.bt_CH2TCPsave.Name = "bt_CH2TCPsave";
this.bt_CH2TCPsave.Size = new System.Drawing.Size(125, 45);
this.bt_CH2TCPsave.TabIndex = 80;
this.bt_CH2TCPsave.TabStop = false;
this.bt_CH2TCPsave.Text = "保存";
this.bt_CH2TCPsave.UseVisualStyleBackColor = true;
this.bt_CH2TCPsave.Click += new System.EventHandler(this.bt_CH2TCPsave_Click);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("宋体", 12F);
this.label5.Location = new System.Drawing.Point(62, 163);
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(87, 16);
this.label5.TabIndex = 79;
this.label5.Text = "连接状态:";
//
// lb_CH2TCP_ConnectStatus
//
this.lb_CH2TCP_ConnectStatus.AutoSize = true;
this.lb_CH2TCP_ConnectStatus.Font = new System.Drawing.Font("宋体", 12F);
this.lb_CH2TCP_ConnectStatus.Location = new System.Drawing.Point(94, 192);
this.lb_CH2TCP_ConnectStatus.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lb_CH2TCP_ConnectStatus.Name = "lb_CH2TCP_ConnectStatus";
this.lb_CH2TCP_ConnectStatus.Size = new System.Drawing.Size(23, 16);
this.lb_CH2TCP_ConnectStatus.TabIndex = 78;
this.lb_CH2TCP_ConnectStatus.Text = "##";
//
// bt_CH2TCP_Reconnect
//
this.bt_CH2TCP_Reconnect.Location = new System.Drawing.Point(48, 224);
this.bt_CH2TCP_Reconnect.Margin = new System.Windows.Forms.Padding(4);
this.bt_CH2TCP_Reconnect.Name = "bt_CH2TCP_Reconnect";
this.bt_CH2TCP_Reconnect.Size = new System.Drawing.Size(125, 45);
this.bt_CH2TCP_Reconnect.TabIndex = 76;
this.bt_CH2TCP_Reconnect.TabStop = false;
this.bt_CH2TCP_Reconnect.Text = "重新连接";
this.bt_CH2TCP_Reconnect.UseVisualStyleBackColor = true;
this.bt_CH2TCP_Reconnect.Click += new System.EventHandler(this.bt_CH2TCP_Reconnect_Click);
//
// bt_CH2TCP_Disconnect
//
this.bt_CH2TCP_Disconnect.Location = new System.Drawing.Point(48, 286);
this.bt_CH2TCP_Disconnect.Margin = new System.Windows.Forms.Padding(4);
this.bt_CH2TCP_Disconnect.Name = "bt_CH2TCP_Disconnect";
this.bt_CH2TCP_Disconnect.Size = new System.Drawing.Size(125, 45);
this.bt_CH2TCP_Disconnect.TabIndex = 77;
this.bt_CH2TCP_Disconnect.Text = "断开连接";
this.bt_CH2TCP_Disconnect.UseVisualStyleBackColor = true;
this.bt_CH2TCP_Disconnect.Click += new System.EventHandler(this.bt_CH2TCP_Disconnect_Click);
//
// tb_CH2TCP_ip
//
this.tb_CH2TCP_ip.Location = new System.Drawing.Point(71, 43);
this.tb_CH2TCP_ip.Name = "tb_CH2TCP_ip";
this.tb_CH2TCP_ip.Size = new System.Drawing.Size(131, 26);
this.tb_CH2TCP_ip.TabIndex = 73;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(27, 48);
this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(39, 16);
this.label9.TabIndex = 71;
this.label9.Text = "IP";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(13, 87);
this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(55, 16);
this.label10.TabIndex = 74;
this.label10.Text = "端口:";
//
// tb_CH2TCP_port
//
this.tb_CH2TCP_port.Location = new System.Drawing.Point(71, 82);
this.tb_CH2TCP_port.Name = "tb_CH2TCP_port";
this.tb_CH2TCP_port.Size = new System.Drawing.Size(131, 26);
this.tb_CH2TCP_port.TabIndex = 75;
//
// uiGroupBox2
//
this.uiGroupBox2.Controls.Add(this.bt_CH1TCPsave);
this.uiGroupBox2.Controls.Add(this.label4);
this.uiGroupBox2.Controls.Add(this.lb_CH1TCP_ConnectStatus);
this.uiGroupBox2.Controls.Add(this.bt_CH1TCP_Reconnect);
this.uiGroupBox2.Controls.Add(this.bt_CH1TCP_Disconnect);
this.uiGroupBox2.Controls.Add(this.tb_CH1TCP_ip);
this.uiGroupBox2.Controls.Add(this.label8);
this.uiGroupBox2.Controls.Add(this.label13);
this.uiGroupBox2.Controls.Add(this.tb_CH1TCP_port);
this.uiGroupBox2.FillColor = System.Drawing.Color.Transparent;
this.uiGroupBox2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiGroupBox2.Location = new System.Drawing.Point(29, 5);
this.uiGroupBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiGroupBox2.MinimumSize = new System.Drawing.Size(1, 1);
this.uiGroupBox2.Name = "uiGroupBox2";
this.uiGroupBox2.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
this.uiGroupBox2.Size = new System.Drawing.Size(221, 490);
this.uiGroupBox2.Style = Sunny.UI.UIStyle.Custom;
this.uiGroupBox2.TabIndex = 73;
this.uiGroupBox2.Text = "扫码枪1网口设置";
this.uiGroupBox2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
//
// bt_CH1TCPsave
//
this.bt_CH1TCPsave.Location = new System.Drawing.Point(48, 351);
this.bt_CH1TCPsave.Margin = new System.Windows.Forms.Padding(4);
this.bt_CH1TCPsave.Name = "bt_CH1TCPsave";
this.bt_CH1TCPsave.Size = new System.Drawing.Size(125, 45);
this.bt_CH1TCPsave.TabIndex = 80;
this.bt_CH1TCPsave.TabStop = false;
this.bt_CH1TCPsave.Text = "保存";
this.bt_CH1TCPsave.UseVisualStyleBackColor = true;
this.bt_CH1TCPsave.Click += new System.EventHandler(this.bt_CH1TCPsave_Click);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("宋体", 12F);
this.label4.Location = new System.Drawing.Point(62, 163);
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(87, 16);
this.label4.TabIndex = 79;
this.label4.Text = "连接状态:";
//
// lb_CH1TCP_ConnectStatus
//
this.lb_CH1TCP_ConnectStatus.AutoSize = true;
this.lb_CH1TCP_ConnectStatus.Font = new System.Drawing.Font("宋体", 12F);
this.lb_CH1TCP_ConnectStatus.Location = new System.Drawing.Point(94, 192);
this.lb_CH1TCP_ConnectStatus.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lb_CH1TCP_ConnectStatus.Name = "lb_CH1TCP_ConnectStatus";
this.lb_CH1TCP_ConnectStatus.Size = new System.Drawing.Size(23, 16);
this.lb_CH1TCP_ConnectStatus.TabIndex = 78;
this.lb_CH1TCP_ConnectStatus.Text = "##";
//
// bt_CH1TCP_Reconnect
//
this.bt_CH1TCP_Reconnect.Location = new System.Drawing.Point(48, 224);
this.bt_CH1TCP_Reconnect.Margin = new System.Windows.Forms.Padding(4);
this.bt_CH1TCP_Reconnect.Name = "bt_CH1TCP_Reconnect";
this.bt_CH1TCP_Reconnect.Size = new System.Drawing.Size(125, 45);
this.bt_CH1TCP_Reconnect.TabIndex = 76;
this.bt_CH1TCP_Reconnect.TabStop = false;
this.bt_CH1TCP_Reconnect.Text = "重新连接";
this.bt_CH1TCP_Reconnect.UseVisualStyleBackColor = true;
this.bt_CH1TCP_Reconnect.Click += new System.EventHandler(this.bt_CH1TCP_Reconnect_Click);
//
// bt_CH1TCP_Disconnect
//
this.bt_CH1TCP_Disconnect.Location = new System.Drawing.Point(48, 286);
this.bt_CH1TCP_Disconnect.Margin = new System.Windows.Forms.Padding(4);
this.bt_CH1TCP_Disconnect.Name = "bt_CH1TCP_Disconnect";
this.bt_CH1TCP_Disconnect.Size = new System.Drawing.Size(125, 45);
this.bt_CH1TCP_Disconnect.TabIndex = 77;
this.bt_CH1TCP_Disconnect.Text = "断开连接";
this.bt_CH1TCP_Disconnect.UseVisualStyleBackColor = true;
this.bt_CH1TCP_Disconnect.Click += new System.EventHandler(this.bt_CH1TCP_Disconnect_Click);
//
// tb_CH1TCP_ip
//
this.tb_CH1TCP_ip.Location = new System.Drawing.Point(71, 43);
this.tb_CH1TCP_ip.Name = "tb_CH1TCP_ip";
this.tb_CH1TCP_ip.Size = new System.Drawing.Size(131, 26);
this.tb_CH1TCP_ip.TabIndex = 73;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(27, 48);
this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(39, 16);
this.label8.TabIndex = 71;
this.label8.Text = "IP";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(13, 87);
this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(55, 16);
this.label13.TabIndex = 74;
this.label13.Text = "端口:";
//
// tb_CH1TCP_port
//
this.tb_CH1TCP_port.Location = new System.Drawing.Point(71, 82);
this.tb_CH1TCP_port.Name = "tb_CH1TCP_port";
this.tb_CH1TCP_port.Size = new System.Drawing.Size(131, 26);
this.tb_CH1TCP_port.TabIndex = 75;
//
// Form_SaomaSet
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(845, 546);
this.Controls.Add(this.uiTabControlMenu1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Form_SaomaSet";
this.Text = "扫码枪设置";
this.Load += new System.EventHandler(this.Port_Load);
this.uiGroupBox9.ResumeLayout(false);
this.uiGroupBox9.PerformLayout();
this.tabPage_SerialPort.ResumeLayout(false);
this.uiGroupBox1.ResumeLayout(false);
this.uiGroupBox1.PerformLayout();
this.uiTabControlMenu1.ResumeLayout(false);
this.tabPage_TCP.ResumeLayout(false);
this.uiGroupBox3.ResumeLayout(false);
this.uiGroupBox3.PerformLayout();
this.uiGroupBox2.ResumeLayout(false);
this.uiGroupBox2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Timer timer_ConnectStatus;
private System.Windows.Forms.Button bt_CH1Break;
private System.Windows.Forms.Label label7;
public System.Windows.Forms.ComboBox cb_CH1PortName;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.ComboBox cb_CH1BaudRate;
public System.Windows.Forms.Label lb_CH1Com_status;
private System.Windows.Forms.Button bt_CH1Connect;
private System.Windows.Forms.Button bt_CH1Refresh;
private Sunny.UI.UIGroupBox uiGroupBox9;
private System.Windows.Forms.TabPage tabPage_SerialPort;
private Sunny.UI.UITabControlMenu uiTabControlMenu1;
private Sunny.UI.UIGroupBox uiGroupBox1;
private System.Windows.Forms.Label label1;
public System.Windows.Forms.ComboBox cb_CH2PortName;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ComboBox cb_CH2BaudRate;
public System.Windows.Forms.Label lb_CH2Com_status;
private System.Windows.Forms.Button bt_CH2Connect;
private System.Windows.Forms.Button bt_CH2Break;
private System.Windows.Forms.Button bt_CH2Refresh;
private System.Windows.Forms.TabPage tabPage_TCP;
private Sunny.UI.UIGroupBox uiGroupBox2;
private System.Windows.Forms.TextBox tb_CH1TCP_ip;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.TextBox tb_CH1TCP_port;
private System.Windows.Forms.Label label4;
public System.Windows.Forms.Label lb_CH1TCP_ConnectStatus;
private System.Windows.Forms.Button bt_CH1TCP_Reconnect;
private System.Windows.Forms.Button bt_CH1TCP_Disconnect;
private System.Windows.Forms.Button bt_CH1TCPsave;
private Sunny.UI.UIGroupBox uiGroupBox3;
private System.Windows.Forms.Button bt_CH2TCPsave;
private System.Windows.Forms.Label label5;
public System.Windows.Forms.Label lb_CH2TCP_ConnectStatus;
private System.Windows.Forms.Button bt_CH2TCP_Reconnect;
private System.Windows.Forms.Button bt_CH2TCP_Disconnect;
private System.Windows.Forms.TextBox tb_CH2TCP_ip;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox tb_CH2TCP_port;
}
}