Files

629 lines
29 KiB
C#
Raw Permalink Normal View History

namespace AGVSystem
{
partial class SysSet
{
/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
this.textBox6 = new System.Windows.Forms.TextBox();
this.textBox5 = new System.Windows.Forms.TextBox();
this.textBox4 = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.button3 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.txt_path3 = new System.Windows.Forms.TextBox();
this.txt_path2 = new System.Windows.Forms.TextBox();
this.txt_path1 = new System.Windows.Forms.TextBox();
this.checkBox3 = new System.Windows.Forms.CheckBox();
this.checkBox2 = new System.Windows.Forms.CheckBox();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
this.label4 = new System.Windows.Forms.Label();
this.button4 = new System.Windows.Forms.Button();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.numericUpDown4 = new System.Windows.Forms.NumericUpDown();
this.numericUpDown3 = new System.Windows.Forms.NumericUpDown();
this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
this.cK_IO3 = new System.Windows.Forms.CheckBox();
this.cK_IO2 = new System.Windows.Forms.CheckBox();
this.cK_IO1 = new System.Windows.Forms.CheckBox();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.chk_location_auto_display = new System.Windows.Forms.CheckBox();
this.chk_load_path_his = new System.Windows.Forms.CheckBox();
this.chk_auto_control = new System.Windows.Forms.CheckBox();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.grp_A16587 = new System.Windows.Forms.GroupBox();
this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.numericUpDown5 = new System.Windows.Forms.NumericUpDown();
this.label5 = new System.Windows.Forms.Label();
this.button5 = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
this.groupBox4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
this.groupBox5.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.grp_A16587.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown5)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.textBox6);
this.groupBox1.Controls.Add(this.textBox5);
this.groupBox1.Controls.Add(this.textBox4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox1.Location = new System.Drawing.Point(3, 3);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(470, 109);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "项目信息";
//
// textBox6
//
this.textBox6.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.textBox6.Location = new System.Drawing.Point(92, 71);
this.textBox6.Name = "textBox6";
this.textBox6.ReadOnly = true;
this.textBox6.Size = new System.Drawing.Size(250, 14);
this.textBox6.TabIndex = 5;
//
// textBox5
//
this.textBox5.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.textBox5.Location = new System.Drawing.Point(92, 46);
this.textBox5.Name = "textBox5";
this.textBox5.ReadOnly = true;
this.textBox5.Size = new System.Drawing.Size(250, 14);
this.textBox5.TabIndex = 4;
//
// textBox4
//
this.textBox4.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.textBox4.Location = new System.Drawing.Point(92, 21);
this.textBox4.Name = "textBox4";
this.textBox4.ReadOnly = true;
this.textBox4.Size = new System.Drawing.Size(250, 14);
this.textBox4.TabIndex = 3;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(45, 74);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 2;
this.label3.Text = "备注:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(21, 49);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 1;
this.label2.Text = "工厂名称:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(21, 24);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 0;
this.label1.Text = "项目编号:";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.button3);
this.groupBox2.Controls.Add(this.button2);
this.groupBox2.Controls.Add(this.button1);
this.groupBox2.Controls.Add(this.txt_path3);
this.groupBox2.Controls.Add(this.txt_path2);
this.groupBox2.Controls.Add(this.txt_path1);
this.groupBox2.Controls.Add(this.checkBox3);
this.groupBox2.Controls.Add(this.checkBox2);
this.groupBox2.Controls.Add(this.checkBox1);
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox2.Location = new System.Drawing.Point(3, 246);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(470, 142);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "地图信息";
//
// button3
//
this.button3.Location = new System.Drawing.Point(117, 103);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(75, 23);
this.button3.TabIndex = 11;
this.button3.Text = "选择地图";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(117, 62);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 10;
this.button2.Text = "选择地图";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(117, 21);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 9;
this.button1.Text = "选择地图";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// txt_path3
//
this.txt_path3.Location = new System.Drawing.Point(198, 103);
this.txt_path3.Name = "txt_path3";
this.txt_path3.Size = new System.Drawing.Size(264, 21);
this.txt_path3.TabIndex = 8;
//
// txt_path2
//
this.txt_path2.Location = new System.Drawing.Point(198, 62);
this.txt_path2.Name = "txt_path2";
this.txt_path2.Size = new System.Drawing.Size(264, 21);
this.txt_path2.TabIndex = 7;
//
// txt_path1
//
this.txt_path1.Location = new System.Drawing.Point(198, 21);
this.txt_path1.Name = "txt_path1";
this.txt_path1.Size = new System.Drawing.Size(264, 21);
this.txt_path1.TabIndex = 6;
//
// checkBox3
//
this.checkBox3.AutoSize = true;
this.checkBox3.Enabled = false;
this.checkBox3.Location = new System.Drawing.Point(24, 105);
this.checkBox3.Name = "checkBox3";
this.checkBox3.Size = new System.Drawing.Size(84, 16);
this.checkBox3.TabIndex = 5;
this.checkBox3.Text = "启用地图三";
this.checkBox3.UseVisualStyleBackColor = true;
//
// checkBox2
//
this.checkBox2.AutoSize = true;
this.checkBox2.Enabled = false;
this.checkBox2.Location = new System.Drawing.Point(24, 64);
this.checkBox2.Name = "checkBox2";
this.checkBox2.Size = new System.Drawing.Size(84, 16);
this.checkBox2.TabIndex = 4;
this.checkBox2.Text = "启用地图二";
this.checkBox2.UseVisualStyleBackColor = true;
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Enabled = false;
this.checkBox1.Location = new System.Drawing.Point(24, 23);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(84, 16);
this.checkBox1.TabIndex = 3;
this.checkBox1.Text = "启用地图一";
this.checkBox1.UseVisualStyleBackColor = true;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.numericUpDown1);
this.groupBox3.Controls.Add(this.label4);
this.groupBox3.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox3.Location = new System.Drawing.Point(3, 3);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(470, 76);
this.groupBox3.TabIndex = 2;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "日志操作";
//
// numericUpDown1
//
this.numericUpDown1.Location = new System.Drawing.Point(117, 31);
this.numericUpDown1.Name = "numericUpDown1";
this.numericUpDown1.Size = new System.Drawing.Size(55, 21);
this.numericUpDown1.TabIndex = 1;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(30, 37);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(167, 12);
this.label4.TabIndex = 0;
this.label4.Text = "系统日志保存 天";
//
// button4
//
this.button4.Location = new System.Drawing.Point(370, 477);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(95, 31);
this.button4.TabIndex = 3;
this.button4.Text = "保 存 ";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// groupBox4
//
this.groupBox4.Controls.Add(this.numericUpDown4);
this.groupBox4.Controls.Add(this.numericUpDown3);
this.groupBox4.Controls.Add(this.numericUpDown2);
this.groupBox4.Controls.Add(this.cK_IO3);
this.groupBox4.Controls.Add(this.cK_IO2);
this.groupBox4.Controls.Add(this.cK_IO1);
this.groupBox4.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox4.Location = new System.Drawing.Point(3, 112);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(470, 134);
this.groupBox4.TabIndex = 4;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "IO卡选择";
//
// numericUpDown4
//
this.numericUpDown4.Location = new System.Drawing.Point(216, 97);
this.numericUpDown4.Maximum = new decimal(new int[] {
10000,
0,
0,
0});
this.numericUpDown4.Name = "numericUpDown4";
this.numericUpDown4.Size = new System.Drawing.Size(82, 21);
this.numericUpDown4.TabIndex = 8;
//
// numericUpDown3
//
this.numericUpDown3.Location = new System.Drawing.Point(216, 60);
this.numericUpDown3.Maximum = new decimal(new int[] {
10000,
0,
0,
0});
this.numericUpDown3.Name = "numericUpDown3";
this.numericUpDown3.Size = new System.Drawing.Size(82, 21);
this.numericUpDown3.TabIndex = 7;
//
// numericUpDown2
//
this.numericUpDown2.Location = new System.Drawing.Point(216, 22);
this.numericUpDown2.Maximum = new decimal(new int[] {
10000,
0,
0,
0});
this.numericUpDown2.Name = "numericUpDown2";
this.numericUpDown2.Size = new System.Drawing.Size(82, 21);
this.numericUpDown2.TabIndex = 6;
//
// cK_IO3
//
this.cK_IO3.AutoSize = true;
this.cK_IO3.Enabled = false;
this.cK_IO3.Location = new System.Drawing.Point(24, 98);
this.cK_IO3.Name = "cK_IO3";
this.cK_IO3.Size = new System.Drawing.Size(318, 16);
this.cK_IO3.TabIndex = 5;
this.cK_IO3.Text = "启用IO卡三 扫描周期: 毫秒";
this.cK_IO3.UseVisualStyleBackColor = true;
//
// cK_IO2
//
this.cK_IO2.AutoSize = true;
this.cK_IO2.Enabled = false;
this.cK_IO2.Location = new System.Drawing.Point(24, 61);
this.cK_IO2.Name = "cK_IO2";
this.cK_IO2.Size = new System.Drawing.Size(318, 16);
this.cK_IO2.TabIndex = 4;
this.cK_IO2.Text = "启用IO卡二 扫描周期: 毫秒";
this.cK_IO2.UseVisualStyleBackColor = true;
//
// cK_IO1
//
this.cK_IO1.AutoSize = true;
this.cK_IO1.Enabled = false;
this.cK_IO1.Location = new System.Drawing.Point(24, 23);
this.cK_IO1.Name = "cK_IO1";
this.cK_IO1.Size = new System.Drawing.Size(318, 16);
this.cK_IO1.TabIndex = 3;
this.cK_IO1.Text = "启用IO卡一 扫描周期: 毫秒";
this.cK_IO1.UseVisualStyleBackColor = true;
//
// groupBox5
//
this.groupBox5.Controls.Add(this.chk_location_auto_display);
this.groupBox5.Controls.Add(this.chk_load_path_his);
this.groupBox5.Controls.Add(this.chk_auto_control);
this.groupBox5.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox5.Location = new System.Drawing.Point(3, 79);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(470, 155);
this.groupBox5.TabIndex = 5;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "其它设置";
//
// chk_location_auto_display
//
this.chk_location_auto_display.AutoSize = true;
this.chk_location_auto_display.Location = new System.Drawing.Point(23, 36);
this.chk_location_auto_display.Name = "chk_location_auto_display";
this.chk_location_auto_display.Size = new System.Drawing.Size(138, 16);
this.chk_location_auto_display.TabIndex = 6;
this.chk_location_auto_display.Text = "动态实时显示AGV位置";
this.chk_location_auto_display.UseVisualStyleBackColor = true;
//
// chk_load_path_his
//
this.chk_load_path_his.AutoSize = true;
this.chk_load_path_his.Location = new System.Drawing.Point(23, 111);
this.chk_load_path_his.Name = "chk_load_path_his";
this.chk_load_path_his.Size = new System.Drawing.Size(240, 16);
this.chk_load_path_his.TabIndex = 5;
this.chk_load_path_his.Text = "启动软件时,自动加载前次管控逻辑关系";
this.chk_load_path_his.UseVisualStyleBackColor = true;
//
// chk_auto_control
//
this.chk_auto_control.AutoSize = true;
this.chk_auto_control.Location = new System.Drawing.Point(24, 73);
this.chk_auto_control.Name = "chk_auto_control";
this.chk_auto_control.Size = new System.Drawing.Size(216, 16);
this.chk_auto_control.TabIndex = 3;
this.chk_auto_control.Text = "启动软件时,自动开始设备调度管控";
this.chk_auto_control.UseVisualStyleBackColor = true;
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl1.Location = new System.Drawing.Point(0, 0);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(484, 542);
this.tabControl1.TabIndex = 6;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.groupBox2);
this.tabPage1.Controls.Add(this.button4);
this.tabPage1.Controls.Add(this.groupBox4);
this.tabPage1.Controls.Add(this.groupBox1);
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(476, 516);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "系统参数";
this.tabPage1.UseVisualStyleBackColor = true;
//
// tabPage2
//
this.tabPage2.Controls.Add(this.grp_A16587);
this.tabPage2.Controls.Add(this.button5);
this.tabPage2.Controls.Add(this.groupBox5);
this.tabPage2.Controls.Add(this.groupBox3);
this.tabPage2.Location = new System.Drawing.Point(4, 22);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(476, 516);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "用户参数";
this.tabPage2.UseVisualStyleBackColor = true;
//
// grp_A16587
//
this.grp_A16587.Controls.Add(this.dateTimePicker2);
this.grp_A16587.Controls.Add(this.dateTimePicker1);
this.grp_A16587.Controls.Add(this.label7);
this.grp_A16587.Controls.Add(this.label6);
this.grp_A16587.Controls.Add(this.numericUpDown5);
this.grp_A16587.Controls.Add(this.label5);
this.grp_A16587.Dock = System.Windows.Forms.DockStyle.Top;
this.grp_A16587.Location = new System.Drawing.Point(3, 234);
this.grp_A16587.Name = "grp_A16587";
this.grp_A16587.Size = new System.Drawing.Size(470, 144);
this.grp_A16587.TabIndex = 7;
this.grp_A16587.TabStop = false;
this.grp_A16587.Text = "取料等待时间、巡检时间设置";
this.grp_A16587.Visible = false;
//
// dateTimePicker2
//
this.dateTimePicker2.CustomFormat = "HH:mm";
this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dateTimePicker2.Location = new System.Drawing.Point(107, 105);
this.dateTimePicker2.Name = "dateTimePicker2";
this.dateTimePicker2.Size = new System.Drawing.Size(93, 21);
this.dateTimePicker2.TabIndex = 5;
//
// dateTimePicker1
//
this.dateTimePicker1.CustomFormat = "HH:mm";
this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dateTimePicker1.Location = new System.Drawing.Point(107, 70);
this.dateTimePicker1.Name = "dateTimePicker1";
this.dateTimePicker1.Size = new System.Drawing.Size(93, 21);
this.dateTimePicker1.TabIndex = 4;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(30, 111);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(71, 12);
this.label7.TabIndex = 3;
this.label7.Text = "巡检时间2";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(30, 76);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(71, 12);
this.label6.TabIndex = 2;
this.label6.Text = "巡检时间1";
//
// numericUpDown5
//
this.numericUpDown5.Location = new System.Drawing.Point(145, 35);
this.numericUpDown5.Name = "numericUpDown5";
this.numericUpDown5.Size = new System.Drawing.Size(55, 21);
this.numericUpDown5.TabIndex = 1;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(30, 37);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(215, 12);
this.label5.TabIndex = 0;
this.label5.Text = "呼叫取料等待时间: 分钟";
//
// button5
//
this.button5.Location = new System.Drawing.Point(370, 477);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(95, 31);
this.button5.TabIndex = 6;
this.button5.Text = "保 存 ";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// SysSet
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(484, 542);
this.Controls.Add(this.tabControl1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Name = "SysSet";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "系统参数";
this.TopMost = true;
this.Load += new System.EventHandler(this.SysSet_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
this.groupBox5.ResumeLayout(false);
this.groupBox5.PerformLayout();
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage2.ResumeLayout(false);
this.grp_A16587.ResumeLayout(false);
this.grp_A16587.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown5)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox textBox6;
private System.Windows.Forms.TextBox textBox5;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox txt_path3;
private System.Windows.Forms.TextBox txt_path2;
private System.Windows.Forms.TextBox txt_path1;
private System.Windows.Forms.CheckBox checkBox3;
private System.Windows.Forms.CheckBox checkBox2;
private System.Windows.Forms.CheckBox checkBox1;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.NumericUpDown numericUpDown1;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.NumericUpDown numericUpDown4;
private System.Windows.Forms.NumericUpDown numericUpDown3;
private System.Windows.Forms.NumericUpDown numericUpDown2;
private System.Windows.Forms.CheckBox cK_IO3;
private System.Windows.Forms.CheckBox cK_IO2;
private System.Windows.Forms.CheckBox cK_IO1;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.CheckBox chk_load_path_his;
private System.Windows.Forms.CheckBox chk_auto_control;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.CheckBox chk_location_auto_display;
private System.Windows.Forms.GroupBox grp_A16587;
private System.Windows.Forms.DateTimePicker dateTimePicker2;
private System.Windows.Forms.DateTimePicker dateTimePicker1;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.NumericUpDown numericUpDown5;
private System.Windows.Forms.Label label5;
}
}