Files
huabe-sitondao/SLC1-N/Form_RootSet.Designer.cs
2025-11-14 16:12:32 +08:00

517 lines
28 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_RootSet
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_RootSet));
this.label3 = new System.Windows.Forms.Label();
this.chk_ch1AutoConnect = new System.Windows.Forms.CheckBox();
this.chk_ch2AutoConnect = new System.Windows.Forms.CheckBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.bt_CH4zhanhao = new System.Windows.Forms.Button();
this.bt_CH3zhanhao = new System.Windows.Forms.Button();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.tb_CH4zhanhao = new System.Windows.Forms.TextBox();
this.tb_CH3zhanhao = new System.Windows.Forms.TextBox();
this.bt_CH2zhanhao = new System.Windows.Forms.Button();
this.bt_CH1zhanhao = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.tb_CH2zhanhao = new System.Windows.Forms.TextBox();
this.tb_CH1zhanhao = new System.Windows.Forms.TextBox();
this.chk_InfoEnabled = new System.Windows.Forms.CheckBox();
this.chk_DebugEnabled = new System.Windows.Forms.CheckBox();
this.chk_ErrorEnabled = new System.Windows.Forms.CheckBox();
this.chk_WarningEnabled = new System.Windows.Forms.CheckBox();
this.chk_XXXEnabled = new System.Windows.Forms.CheckBox();
this.bt_logmode_save = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label6 = new System.Windows.Forms.Label();
this.bt_ClearLog = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.tb_logday = new System.Windows.Forms.TextBox();
this.rbt_SerialPort = new System.Windows.Forms.RadioButton();
this.rbt_TCP = new System.Windows.Forms.RadioButton();
this.label1 = new System.Windows.Forms.Label();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.bt_saomamode = new System.Windows.Forms.Button();
this.chk_ch4AutoConnect = new System.Windows.Forms.CheckBox();
this.chk_ch3AutoConnect = new System.Windows.Forms.CheckBox();
this.groupBox2.SuspendLayout();
this.groupBox1.SuspendLayout();
this.groupBox3.SuspendLayout();
this.SuspendLayout();
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(19, 377);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(87, 16);
this.label3.TabIndex = 2;
this.label3.Text = "仪器重连:";
//
// chk_ch1AutoConnect
//
this.chk_ch1AutoConnect.AutoSize = true;
this.chk_ch1AutoConnect.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.chk_ch1AutoConnect.Location = new System.Drawing.Point(117, 377);
this.chk_ch1AutoConnect.Name = "chk_ch1AutoConnect";
this.chk_ch1AutoConnect.Size = new System.Drawing.Size(114, 20);
this.chk_ch1AutoConnect.TabIndex = 354;
this.chk_ch1AutoConnect.Text = "CH1自动重连";
this.chk_ch1AutoConnect.UseVisualStyleBackColor = true;
this.chk_ch1AutoConnect.CheckedChanged += new System.EventHandler(this.chk_ch1AutoConnect_CheckedChanged);
//
// chk_ch2AutoConnect
//
this.chk_ch2AutoConnect.AutoSize = true;
this.chk_ch2AutoConnect.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.chk_ch2AutoConnect.Location = new System.Drawing.Point(239, 377);
this.chk_ch2AutoConnect.Name = "chk_ch2AutoConnect";
this.chk_ch2AutoConnect.Size = new System.Drawing.Size(114, 20);
this.chk_ch2AutoConnect.TabIndex = 355;
this.chk_ch2AutoConnect.Text = "CH2自动重连";
this.chk_ch2AutoConnect.UseVisualStyleBackColor = true;
this.chk_ch2AutoConnect.CheckedChanged += new System.EventHandler(this.chk_ch2AutoConnect_CheckedChanged);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.bt_CH4zhanhao);
this.groupBox2.Controls.Add(this.bt_CH3zhanhao);
this.groupBox2.Controls.Add(this.label7);
this.groupBox2.Controls.Add(this.label8);
this.groupBox2.Controls.Add(this.tb_CH4zhanhao);
this.groupBox2.Controls.Add(this.tb_CH3zhanhao);
this.groupBox2.Controls.Add(this.bt_CH2zhanhao);
this.groupBox2.Controls.Add(this.bt_CH1zhanhao);
this.groupBox2.Controls.Add(this.label4);
this.groupBox2.Controls.Add(this.label5);
this.groupBox2.Controls.Add(this.tb_CH2zhanhao);
this.groupBox2.Controls.Add(this.tb_CH1zhanhao);
this.groupBox2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox2.Location = new System.Drawing.Point(21, 444);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(332, 170);
this.groupBox2.TabIndex = 357;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "改站号";
//
// bt_CH4zhanhao
//
this.bt_CH4zhanhao.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.bt_CH4zhanhao.Location = new System.Drawing.Point(219, 133);
this.bt_CH4zhanhao.Name = "bt_CH4zhanhao";
this.bt_CH4zhanhao.Size = new System.Drawing.Size(75, 23);
this.bt_CH4zhanhao.TabIndex = 364;
this.bt_CH4zhanhao.Text = "修改";
this.bt_CH4zhanhao.UseVisualStyleBackColor = true;
this.bt_CH4zhanhao.Click += new System.EventHandler(this.bt_CH4zhanhao_Click);
//
// bt_CH3zhanhao
//
this.bt_CH3zhanhao.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.bt_CH3zhanhao.Location = new System.Drawing.Point(219, 97);
this.bt_CH3zhanhao.Name = "bt_CH3zhanhao";
this.bt_CH3zhanhao.Size = new System.Drawing.Size(75, 23);
this.bt_CH3zhanhao.TabIndex = 363;
this.bt_CH3zhanhao.Text = "修改";
this.bt_CH3zhanhao.UseVisualStyleBackColor = true;
this.bt_CH3zhanhao.Click += new System.EventHandler(this.bt_CH3zhanhao_Click);
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label7.Location = new System.Drawing.Point(57, 137);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(63, 16);
this.label7.TabIndex = 362;
this.label7.Text = "通道4";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label8.Location = new System.Drawing.Point(57, 98);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(63, 16);
this.label8.TabIndex = 361;
this.label8.Text = "通道3";
//
// tb_CH4zhanhao
//
this.tb_CH4zhanhao.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tb_CH4zhanhao.Location = new System.Drawing.Point(125, 135);
this.tb_CH4zhanhao.Name = "tb_CH4zhanhao";
this.tb_CH4zhanhao.Size = new System.Drawing.Size(52, 26);
this.tb_CH4zhanhao.TabIndex = 360;
//
// tb_CH3zhanhao
//
this.tb_CH3zhanhao.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tb_CH3zhanhao.Location = new System.Drawing.Point(125, 96);
this.tb_CH3zhanhao.Name = "tb_CH3zhanhao";
this.tb_CH3zhanhao.Size = new System.Drawing.Size(52, 26);
this.tb_CH3zhanhao.TabIndex = 359;
//
// bt_CH2zhanhao
//
this.bt_CH2zhanhao.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.bt_CH2zhanhao.Location = new System.Drawing.Point(218, 57);
this.bt_CH2zhanhao.Name = "bt_CH2zhanhao";
this.bt_CH2zhanhao.Size = new System.Drawing.Size(75, 23);
this.bt_CH2zhanhao.TabIndex = 358;
this.bt_CH2zhanhao.Text = "修改";
this.bt_CH2zhanhao.UseVisualStyleBackColor = true;
this.bt_CH2zhanhao.Click += new System.EventHandler(this.bt_CH2zhanhao_Click);
//
// bt_CH1zhanhao
//
this.bt_CH1zhanhao.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.bt_CH1zhanhao.Location = new System.Drawing.Point(218, 21);
this.bt_CH1zhanhao.Name = "bt_CH1zhanhao";
this.bt_CH1zhanhao.Size = new System.Drawing.Size(75, 23);
this.bt_CH1zhanhao.TabIndex = 357;
this.bt_CH1zhanhao.Text = "修改";
this.bt_CH1zhanhao.UseVisualStyleBackColor = true;
this.bt_CH1zhanhao.Click += new System.EventHandler(this.bt_CH1zhanhao_Click);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(56, 61);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(63, 16);
this.label4.TabIndex = 356;
this.label4.Text = "通道2";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.Location = new System.Drawing.Point(56, 22);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(63, 16);
this.label5.TabIndex = 355;
this.label5.Text = "通道1";
//
// tb_CH2zhanhao
//
this.tb_CH2zhanhao.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tb_CH2zhanhao.Location = new System.Drawing.Point(124, 59);
this.tb_CH2zhanhao.Name = "tb_CH2zhanhao";
this.tb_CH2zhanhao.Size = new System.Drawing.Size(52, 26);
this.tb_CH2zhanhao.TabIndex = 1;
//
// tb_CH1zhanhao
//
this.tb_CH1zhanhao.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tb_CH1zhanhao.Location = new System.Drawing.Point(124, 20);
this.tb_CH1zhanhao.Name = "tb_CH1zhanhao";
this.tb_CH1zhanhao.Size = new System.Drawing.Size(52, 26);
this.tb_CH1zhanhao.TabIndex = 0;
//
// chk_InfoEnabled
//
this.chk_InfoEnabled.AutoSize = true;
this.chk_InfoEnabled.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.chk_InfoEnabled.Location = new System.Drawing.Point(29, 47);
this.chk_InfoEnabled.Name = "chk_InfoEnabled";
this.chk_InfoEnabled.Size = new System.Drawing.Size(90, 20);
this.chk_InfoEnabled.TabIndex = 359;
this.chk_InfoEnabled.Text = "LOG_INFO";
this.chk_InfoEnabled.UseVisualStyleBackColor = true;
//
// chk_DebugEnabled
//
this.chk_DebugEnabled.AutoSize = true;
this.chk_DebugEnabled.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.chk_DebugEnabled.Location = new System.Drawing.Point(29, 25);
this.chk_DebugEnabled.Name = "chk_DebugEnabled";
this.chk_DebugEnabled.Size = new System.Drawing.Size(98, 20);
this.chk_DebugEnabled.TabIndex = 358;
this.chk_DebugEnabled.Text = "LOG_DEBUG";
this.chk_DebugEnabled.UseVisualStyleBackColor = true;
//
// chk_ErrorEnabled
//
this.chk_ErrorEnabled.AutoSize = true;
this.chk_ErrorEnabled.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.chk_ErrorEnabled.Location = new System.Drawing.Point(29, 91);
this.chk_ErrorEnabled.Name = "chk_ErrorEnabled";
this.chk_ErrorEnabled.Size = new System.Drawing.Size(98, 20);
this.chk_ErrorEnabled.TabIndex = 361;
this.chk_ErrorEnabled.Text = "LOG_ERROR";
this.chk_ErrorEnabled.UseVisualStyleBackColor = true;
//
// chk_WarningEnabled
//
this.chk_WarningEnabled.AutoSize = true;
this.chk_WarningEnabled.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.chk_WarningEnabled.Location = new System.Drawing.Point(29, 69);
this.chk_WarningEnabled.Name = "chk_WarningEnabled";
this.chk_WarningEnabled.Size = new System.Drawing.Size(114, 20);
this.chk_WarningEnabled.TabIndex = 360;
this.chk_WarningEnabled.Text = "LOG_WARNING";
this.chk_WarningEnabled.UseVisualStyleBackColor = true;
//
// chk_XXXEnabled
//
this.chk_XXXEnabled.AutoSize = true;
this.chk_XXXEnabled.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.chk_XXXEnabled.Location = new System.Drawing.Point(29, 113);
this.chk_XXXEnabled.Name = "chk_XXXEnabled";
this.chk_XXXEnabled.Size = new System.Drawing.Size(82, 20);
this.chk_XXXEnabled.TabIndex = 362;
this.chk_XXXEnabled.Text = "LOG_XXX";
this.chk_XXXEnabled.UseVisualStyleBackColor = true;
//
// bt_logmode_save
//
this.bt_logmode_save.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.bt_logmode_save.Location = new System.Drawing.Point(218, 91);
this.bt_logmode_save.Name = "bt_logmode_save";
this.bt_logmode_save.Size = new System.Drawing.Size(75, 38);
this.bt_logmode_save.TabIndex = 359;
this.bt_logmode_save.Text = "保存";
this.bt_logmode_save.UseVisualStyleBackColor = true;
this.bt_logmode_save.Click += new System.EventHandler(this.bt_logmode_save_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.bt_ClearLog);
this.groupBox1.Controls.Add(this.chk_InfoEnabled);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.bt_logmode_save);
this.groupBox1.Controls.Add(this.tb_logday);
this.groupBox1.Controls.Add(this.chk_XXXEnabled);
this.groupBox1.Controls.Add(this.chk_DebugEnabled);
this.groupBox1.Controls.Add(this.chk_ErrorEnabled);
this.groupBox1.Controls.Add(this.chk_WarningEnabled);
this.groupBox1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox1.Location = new System.Drawing.Point(21, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(332, 204);
this.groupBox1.TabIndex = 363;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "日志";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.Location = new System.Drawing.Point(122, 157);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(55, 16);
this.label6.TabIndex = 363;
this.label6.Text = "天日志";
//
// bt_ClearLog
//
this.bt_ClearLog.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.bt_ClearLog.Location = new System.Drawing.Point(218, 148);
this.bt_ClearLog.Name = "bt_ClearLog";
this.bt_ClearLog.Size = new System.Drawing.Size(75, 34);
this.bt_ClearLog.TabIndex = 361;
this.bt_ClearLog.Text = "清理";
this.bt_ClearLog.UseVisualStyleBackColor = true;
this.bt_ClearLog.Click += new System.EventHandler(this.bt_ClearLog_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(27, 157);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(55, 16);
this.label2.TabIndex = 360;
this.label2.Text = "保留近";
//
// tb_logday
//
this.tb_logday.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tb_logday.Location = new System.Drawing.Point(85, 152);
this.tb_logday.Name = "tb_logday";
this.tb_logday.Size = new System.Drawing.Size(34, 26);
this.tb_logday.TabIndex = 359;
this.tb_logday.Text = "30";
//
// rbt_SerialPort
//
this.rbt_SerialPort.AutoSize = true;
this.rbt_SerialPort.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.rbt_SerialPort.Location = new System.Drawing.Point(28, 32);
this.rbt_SerialPort.Name = "rbt_SerialPort";
this.rbt_SerialPort.Size = new System.Drawing.Size(57, 20);
this.rbt_SerialPort.TabIndex = 364;
this.rbt_SerialPort.TabStop = true;
this.rbt_SerialPort.Text = "串口";
this.rbt_SerialPort.UseVisualStyleBackColor = true;
//
// rbt_TCP
//
this.rbt_TCP.AutoSize = true;
this.rbt_TCP.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.rbt_TCP.Location = new System.Drawing.Point(28, 61);
this.rbt_TCP.Name = "rbt_TCP";
this.rbt_TCP.Size = new System.Drawing.Size(57, 20);
this.rbt_TCP.TabIndex = 365;
this.rbt_TCP.TabStop = true;
this.rbt_TCP.Text = "网口";
this.rbt_TCP.UseVisualStyleBackColor = true;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(6, 102);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(161, 12);
this.label1.TabIndex = 366;
this.label1.Text = "备注:更换扫码枪需重启软件";
//
// groupBox3
//
this.groupBox3.Controls.Add(this.bt_saomamode);
this.groupBox3.Controls.Add(this.label1);
this.groupBox3.Controls.Add(this.rbt_SerialPort);
this.groupBox3.Controls.Add(this.rbt_TCP);
this.groupBox3.Enabled = false;
this.groupBox3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox3.Location = new System.Drawing.Point(21, 222);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(332, 123);
this.groupBox3.TabIndex = 367;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "扫码枪选用";
//
// bt_saomamode
//
this.bt_saomamode.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.bt_saomamode.Location = new System.Drawing.Point(218, 61);
this.bt_saomamode.Name = "bt_saomamode";
this.bt_saomamode.Size = new System.Drawing.Size(75, 38);
this.bt_saomamode.TabIndex = 363;
this.bt_saomamode.Text = "保存";
this.bt_saomamode.UseVisualStyleBackColor = true;
this.bt_saomamode.Click += new System.EventHandler(this.bt_saomamode_Click);
//
// chk_ch4AutoConnect
//
this.chk_ch4AutoConnect.AutoSize = true;
this.chk_ch4AutoConnect.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.chk_ch4AutoConnect.Location = new System.Drawing.Point(239, 403);
this.chk_ch4AutoConnect.Name = "chk_ch4AutoConnect";
this.chk_ch4AutoConnect.Size = new System.Drawing.Size(114, 20);
this.chk_ch4AutoConnect.TabIndex = 369;
this.chk_ch4AutoConnect.Text = "CH4自动重连";
this.chk_ch4AutoConnect.UseVisualStyleBackColor = true;
this.chk_ch4AutoConnect.CheckedChanged += new System.EventHandler(this.chk_ch4AutoConnect_CheckedChanged);
//
// chk_ch3AutoConnect
//
this.chk_ch3AutoConnect.AutoSize = true;
this.chk_ch3AutoConnect.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.chk_ch3AutoConnect.Location = new System.Drawing.Point(117, 403);
this.chk_ch3AutoConnect.Name = "chk_ch3AutoConnect";
this.chk_ch3AutoConnect.Size = new System.Drawing.Size(114, 20);
this.chk_ch3AutoConnect.TabIndex = 368;
this.chk_ch3AutoConnect.Text = "CH3自动重连";
this.chk_ch3AutoConnect.UseVisualStyleBackColor = true;
this.chk_ch3AutoConnect.CheckedChanged += new System.EventHandler(this.chk_ch3AutoConnect_CheckedChanged);
//
// Form_RootSet
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(380, 656);
this.Controls.Add(this.chk_ch4AutoConnect);
this.Controls.Add(this.chk_ch3AutoConnect);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.chk_ch2AutoConnect);
this.Controls.Add(this.chk_ch1AutoConnect);
this.Controls.Add(this.label3);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Form_RootSet";
this.Text = "Root";
this.Load += new System.EventHandler(this.Form_RootSet_Load);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label3;
private System.Windows.Forms.CheckBox chk_ch1AutoConnect;
private System.Windows.Forms.CheckBox chk_ch2AutoConnect;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button bt_CH2zhanhao;
private System.Windows.Forms.Button bt_CH1zhanhao;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox tb_CH2zhanhao;
private System.Windows.Forms.TextBox tb_CH1zhanhao;
private System.Windows.Forms.CheckBox chk_InfoEnabled;
private System.Windows.Forms.CheckBox chk_DebugEnabled;
private System.Windows.Forms.CheckBox chk_ErrorEnabled;
private System.Windows.Forms.CheckBox chk_WarningEnabled;
private System.Windows.Forms.CheckBox chk_XXXEnabled;
private System.Windows.Forms.Button bt_logmode_save;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.RadioButton rbt_SerialPort;
private System.Windows.Forms.RadioButton rbt_TCP;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Button bt_saomamode;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Button bt_ClearLog;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox tb_logday;
private System.Windows.Forms.Button bt_CH4zhanhao;
private System.Windows.Forms.Button bt_CH3zhanhao;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox tb_CH4zhanhao;
private System.Windows.Forms.TextBox tb_CH3zhanhao;
private System.Windows.Forms.CheckBox chk_ch4AutoConnect;
private System.Windows.Forms.CheckBox chk_ch3AutoConnect;
}
}