Files

569 lines
26 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 AGVSystem
{
// Token: 0x0200001D RID: 29
public partial class SysSet : global::System.Windows.Forms.Form
{
// Token: 0x060001BC RID: 444 RVA: 0x00048C5C File Offset: 0x00046E5C
protected override void Dispose(bool disposing)
{
bool flag = disposing && this.components != null;
if (flag)
{
this.components.Dispose();
}
base.Dispose(disposing);
}
// Token: 0x060001BD RID: 445 RVA: 0x00048C94 File Offset: 0x00046E94
private void InitializeComponent()
{
this.groupBox1 = new global::System.Windows.Forms.GroupBox();
this.textBox6 = new global::System.Windows.Forms.TextBox();
this.textBox5 = new global::System.Windows.Forms.TextBox();
this.textBox4 = new global::System.Windows.Forms.TextBox();
this.label3 = new global::System.Windows.Forms.Label();
this.label2 = new global::System.Windows.Forms.Label();
this.label1 = new global::System.Windows.Forms.Label();
this.groupBox2 = new global::System.Windows.Forms.GroupBox();
this.button3 = new global::System.Windows.Forms.Button();
this.button2 = new global::System.Windows.Forms.Button();
this.button1 = new global::System.Windows.Forms.Button();
this.txt_path3 = new global::System.Windows.Forms.TextBox();
this.txt_path2 = new global::System.Windows.Forms.TextBox();
this.txt_path1 = new global::System.Windows.Forms.TextBox();
this.checkBox3 = new global::System.Windows.Forms.CheckBox();
this.checkBox2 = new global::System.Windows.Forms.CheckBox();
this.checkBox1 = new global::System.Windows.Forms.CheckBox();
this.groupBox3 = new global::System.Windows.Forms.GroupBox();
this.numericUpDown1 = new global::System.Windows.Forms.NumericUpDown();
this.label4 = new global::System.Windows.Forms.Label();
this.button4 = new global::System.Windows.Forms.Button();
this.groupBox4 = new global::System.Windows.Forms.GroupBox();
this.numericUpDown4 = new global::System.Windows.Forms.NumericUpDown();
this.numericUpDown3 = new global::System.Windows.Forms.NumericUpDown();
this.numericUpDown2 = new global::System.Windows.Forms.NumericUpDown();
this.cK_IO3 = new global::System.Windows.Forms.CheckBox();
this.cK_IO2 = new global::System.Windows.Forms.CheckBox();
this.cK_IO1 = new global::System.Windows.Forms.CheckBox();
this.groupBox5 = new global::System.Windows.Forms.GroupBox();
this.chk_location_auto_display = new global::System.Windows.Forms.CheckBox();
this.chk_load_path_his = new global::System.Windows.Forms.CheckBox();
this.chk_auto_control = new global::System.Windows.Forms.CheckBox();
this.tabControl1 = new global::System.Windows.Forms.TabControl();
this.tabPage1 = new global::System.Windows.Forms.TabPage();
this.tabPage2 = new global::System.Windows.Forms.TabPage();
this.grp_A16587 = new global::System.Windows.Forms.GroupBox();
this.dateTimePicker2 = new global::System.Windows.Forms.DateTimePicker();
this.dateTimePicker1 = new global::System.Windows.Forms.DateTimePicker();
this.label7 = new global::System.Windows.Forms.Label();
this.label6 = new global::System.Windows.Forms.Label();
this.numericUpDown5 = new global::System.Windows.Forms.NumericUpDown();
this.label5 = new global::System.Windows.Forms.Label();
this.button5 = new global::System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
((global::System.ComponentModel.ISupportInitialize)this.numericUpDown1).BeginInit();
this.groupBox4.SuspendLayout();
((global::System.ComponentModel.ISupportInitialize)this.numericUpDown4).BeginInit();
((global::System.ComponentModel.ISupportInitialize)this.numericUpDown3).BeginInit();
((global::System.ComponentModel.ISupportInitialize)this.numericUpDown2).BeginInit();
this.groupBox5.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.grp_A16587.SuspendLayout();
((global::System.ComponentModel.ISupportInitialize)this.numericUpDown5).BeginInit();
base.SuspendLayout();
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 = global::System.Windows.Forms.DockStyle.Top;
this.groupBox1.Location = new global::System.Drawing.Point(3, 3);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new global::System.Drawing.Size(470, 109);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "项目信息";
this.textBox6.BorderStyle = global::System.Windows.Forms.BorderStyle.None;
this.textBox6.Location = new global::System.Drawing.Point(92, 71);
this.textBox6.Name = "textBox6";
this.textBox6.ReadOnly = true;
this.textBox6.Size = new global::System.Drawing.Size(250, 14);
this.textBox6.TabIndex = 5;
this.textBox5.BorderStyle = global::System.Windows.Forms.BorderStyle.None;
this.textBox5.Location = new global::System.Drawing.Point(92, 46);
this.textBox5.Name = "textBox5";
this.textBox5.ReadOnly = true;
this.textBox5.Size = new global::System.Drawing.Size(250, 14);
this.textBox5.TabIndex = 4;
this.textBox4.BorderStyle = global::System.Windows.Forms.BorderStyle.None;
this.textBox4.Location = new global::System.Drawing.Point(92, 21);
this.textBox4.Name = "textBox4";
this.textBox4.ReadOnly = true;
this.textBox4.Size = new global::System.Drawing.Size(250, 14);
this.textBox4.TabIndex = 3;
this.label3.AutoSize = true;
this.label3.Location = new global::System.Drawing.Point(45, 74);
this.label3.Name = "label3";
this.label3.Size = new global::System.Drawing.Size(41, 12);
this.label3.TabIndex = 2;
this.label3.Text = "备注:";
this.label2.AutoSize = true;
this.label2.Location = new global::System.Drawing.Point(21, 49);
this.label2.Name = "label2";
this.label2.Size = new global::System.Drawing.Size(65, 12);
this.label2.TabIndex = 1;
this.label2.Text = "工厂名称:";
this.label1.AutoSize = true;
this.label1.Location = new global::System.Drawing.Point(21, 24);
this.label1.Name = "label1";
this.label1.Size = new global::System.Drawing.Size(65, 12);
this.label1.TabIndex = 0;
this.label1.Text = "项目编号:";
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 = global::System.Windows.Forms.DockStyle.Top;
this.groupBox2.Location = new global::System.Drawing.Point(3, 246);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new global::System.Drawing.Size(470, 142);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "地图信息";
this.button3.Location = new global::System.Drawing.Point(117, 103);
this.button3.Name = "button3";
this.button3.Size = new global::System.Drawing.Size(75, 23);
this.button3.TabIndex = 11;
this.button3.Text = "选择地图";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new global::System.EventHandler(this.button3_Click);
this.button2.Location = new global::System.Drawing.Point(117, 62);
this.button2.Name = "button2";
this.button2.Size = new global::System.Drawing.Size(75, 23);
this.button2.TabIndex = 10;
this.button2.Text = "选择地图";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new global::System.EventHandler(this.button2_Click);
this.button1.Location = new global::System.Drawing.Point(117, 21);
this.button1.Name = "button1";
this.button1.Size = new global::System.Drawing.Size(75, 23);
this.button1.TabIndex = 9;
this.button1.Text = "选择地图";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new global::System.EventHandler(this.button1_Click);
this.txt_path3.Location = new global::System.Drawing.Point(198, 103);
this.txt_path3.Name = "txt_path3";
this.txt_path3.Size = new global::System.Drawing.Size(264, 21);
this.txt_path3.TabIndex = 8;
this.txt_path2.Location = new global::System.Drawing.Point(198, 62);
this.txt_path2.Name = "txt_path2";
this.txt_path2.Size = new global::System.Drawing.Size(264, 21);
this.txt_path2.TabIndex = 7;
this.txt_path1.Location = new global::System.Drawing.Point(198, 21);
this.txt_path1.Name = "txt_path1";
this.txt_path1.Size = new global::System.Drawing.Size(264, 21);
this.txt_path1.TabIndex = 6;
this.checkBox3.AutoSize = true;
this.checkBox3.Enabled = false;
this.checkBox3.Location = new global::System.Drawing.Point(24, 105);
this.checkBox3.Name = "checkBox3";
this.checkBox3.Size = new global::System.Drawing.Size(84, 16);
this.checkBox3.TabIndex = 5;
this.checkBox3.Text = "启用地图三";
this.checkBox3.UseVisualStyleBackColor = true;
this.checkBox2.AutoSize = true;
this.checkBox2.Enabled = false;
this.checkBox2.Location = new global::System.Drawing.Point(24, 64);
this.checkBox2.Name = "checkBox2";
this.checkBox2.Size = new global::System.Drawing.Size(84, 16);
this.checkBox2.TabIndex = 4;
this.checkBox2.Text = "启用地图二";
this.checkBox2.UseVisualStyleBackColor = true;
this.checkBox1.AutoSize = true;
this.checkBox1.Enabled = false;
this.checkBox1.Location = new global::System.Drawing.Point(24, 23);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new global::System.Drawing.Size(84, 16);
this.checkBox1.TabIndex = 3;
this.checkBox1.Text = "启用地图一";
this.checkBox1.UseVisualStyleBackColor = true;
this.groupBox3.Controls.Add(this.numericUpDown1);
this.groupBox3.Controls.Add(this.label4);
this.groupBox3.Dock = global::System.Windows.Forms.DockStyle.Top;
this.groupBox3.Location = new global::System.Drawing.Point(3, 3);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new global::System.Drawing.Size(470, 76);
this.groupBox3.TabIndex = 2;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "日志操作";
this.numericUpDown1.Location = new global::System.Drawing.Point(117, 31);
this.numericUpDown1.Name = "numericUpDown1";
this.numericUpDown1.Size = new global::System.Drawing.Size(55, 21);
this.numericUpDown1.TabIndex = 1;
this.label4.AutoSize = true;
this.label4.Location = new global::System.Drawing.Point(30, 37);
this.label4.Name = "label4";
this.label4.Size = new global::System.Drawing.Size(167, 12);
this.label4.TabIndex = 0;
this.label4.Text = "系统日志保存 天";
this.button4.Location = new global::System.Drawing.Point(370, 477);
this.button4.Name = "button4";
this.button4.Size = new global::System.Drawing.Size(95, 31);
this.button4.TabIndex = 3;
this.button4.Text = "保 存 ";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new global::System.EventHandler(this.button4_Click);
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 = global::System.Windows.Forms.DockStyle.Top;
this.groupBox4.Location = new global::System.Drawing.Point(3, 112);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new global::System.Drawing.Size(470, 134);
this.groupBox4.TabIndex = 4;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "IO卡选择";
this.numericUpDown4.Location = new global::System.Drawing.Point(216, 97);
global::System.Windows.Forms.NumericUpDown numericUpDown = this.numericUpDown4;
int[] array = new int[4];
array[0] = 10000;
numericUpDown.Maximum = new decimal(array);
this.numericUpDown4.Name = "numericUpDown4";
this.numericUpDown4.Size = new global::System.Drawing.Size(82, 21);
this.numericUpDown4.TabIndex = 8;
this.numericUpDown3.Location = new global::System.Drawing.Point(216, 60);
global::System.Windows.Forms.NumericUpDown numericUpDown2 = this.numericUpDown3;
int[] array2 = new int[4];
array2[0] = 10000;
numericUpDown2.Maximum = new decimal(array2);
this.numericUpDown3.Name = "numericUpDown3";
this.numericUpDown3.Size = new global::System.Drawing.Size(82, 21);
this.numericUpDown3.TabIndex = 7;
this.numericUpDown2.Location = new global::System.Drawing.Point(216, 22);
global::System.Windows.Forms.NumericUpDown numericUpDown3 = this.numericUpDown2;
int[] array3 = new int[4];
array3[0] = 10000;
numericUpDown3.Maximum = new decimal(array3);
this.numericUpDown2.Name = "numericUpDown2";
this.numericUpDown2.Size = new global::System.Drawing.Size(82, 21);
this.numericUpDown2.TabIndex = 6;
this.cK_IO3.AutoSize = true;
this.cK_IO3.Enabled = false;
this.cK_IO3.Location = new global::System.Drawing.Point(24, 98);
this.cK_IO3.Name = "cK_IO3";
this.cK_IO3.Size = new global::System.Drawing.Size(318, 16);
this.cK_IO3.TabIndex = 5;
this.cK_IO3.Text = "启用IO卡三 扫描周期: 毫秒";
this.cK_IO3.UseVisualStyleBackColor = true;
this.cK_IO2.AutoSize = true;
this.cK_IO2.Enabled = false;
this.cK_IO2.Location = new global::System.Drawing.Point(24, 61);
this.cK_IO2.Name = "cK_IO2";
this.cK_IO2.Size = new global::System.Drawing.Size(318, 16);
this.cK_IO2.TabIndex = 4;
this.cK_IO2.Text = "启用IO卡二 扫描周期: 毫秒";
this.cK_IO2.UseVisualStyleBackColor = true;
this.cK_IO1.AutoSize = true;
this.cK_IO1.Enabled = false;
this.cK_IO1.Location = new global::System.Drawing.Point(24, 23);
this.cK_IO1.Name = "cK_IO1";
this.cK_IO1.Size = new global::System.Drawing.Size(318, 16);
this.cK_IO1.TabIndex = 3;
this.cK_IO1.Text = "启用IO卡一 扫描周期: 毫秒";
this.cK_IO1.UseVisualStyleBackColor = true;
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 = global::System.Windows.Forms.DockStyle.Top;
this.groupBox5.Location = new global::System.Drawing.Point(3, 79);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new global::System.Drawing.Size(470, 155);
this.groupBox5.TabIndex = 5;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "其它设置";
this.chk_location_auto_display.AutoSize = true;
this.chk_location_auto_display.Location = new global::System.Drawing.Point(23, 36);
this.chk_location_auto_display.Name = "chk_location_auto_display";
this.chk_location_auto_display.Size = new global::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;
this.chk_load_path_his.AutoSize = true;
this.chk_load_path_his.Location = new global::System.Drawing.Point(23, 111);
this.chk_load_path_his.Name = "chk_load_path_his";
this.chk_load_path_his.Size = new global::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;
this.chk_auto_control.AutoSize = true;
this.chk_auto_control.Location = new global::System.Drawing.Point(24, 73);
this.chk_auto_control.Name = "chk_auto_control";
this.chk_auto_control.Size = new global::System.Drawing.Size(216, 16);
this.chk_auto_control.TabIndex = 3;
this.chk_auto_control.Text = "启动软件时,自动开始设备调度管控";
this.chk_auto_control.UseVisualStyleBackColor = true;
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Dock = global::System.Windows.Forms.DockStyle.Fill;
this.tabControl1.Location = new global::System.Drawing.Point(0, 0);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new global::System.Drawing.Size(484, 542);
this.tabControl1.TabIndex = 6;
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 global::System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new global::System.Windows.Forms.Padding(3);
this.tabPage1.Size = new global::System.Drawing.Size(476, 516);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "系统参数";
this.tabPage1.UseVisualStyleBackColor = true;
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 global::System.Drawing.Point(4, 22);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new global::System.Windows.Forms.Padding(3);
this.tabPage2.Size = new global::System.Drawing.Size(476, 516);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "用户参数";
this.tabPage2.UseVisualStyleBackColor = true;
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 = global::System.Windows.Forms.DockStyle.Top;
this.grp_A16587.Location = new global::System.Drawing.Point(3, 234);
this.grp_A16587.Name = "grp_A16587";
this.grp_A16587.Size = new global::System.Drawing.Size(470, 144);
this.grp_A16587.TabIndex = 7;
this.grp_A16587.TabStop = false;
this.grp_A16587.Text = "取料等待时间、巡检时间设置";
this.grp_A16587.Visible = false;
this.dateTimePicker2.CustomFormat = "HH:mm";
this.dateTimePicker2.Format = global::System.Windows.Forms.DateTimePickerFormat.Custom;
this.dateTimePicker2.Location = new global::System.Drawing.Point(107, 105);
this.dateTimePicker2.Name = "dateTimePicker2";
this.dateTimePicker2.Size = new global::System.Drawing.Size(93, 21);
this.dateTimePicker2.TabIndex = 5;
this.dateTimePicker1.CustomFormat = "HH:mm";
this.dateTimePicker1.Format = global::System.Windows.Forms.DateTimePickerFormat.Custom;
this.dateTimePicker1.Location = new global::System.Drawing.Point(107, 70);
this.dateTimePicker1.Name = "dateTimePicker1";
this.dateTimePicker1.Size = new global::System.Drawing.Size(93, 21);
this.dateTimePicker1.TabIndex = 4;
this.label7.AutoSize = true;
this.label7.Location = new global::System.Drawing.Point(30, 111);
this.label7.Name = "label7";
this.label7.Size = new global::System.Drawing.Size(71, 12);
this.label7.TabIndex = 3;
this.label7.Text = "巡检时间2";
this.label6.AutoSize = true;
this.label6.Location = new global::System.Drawing.Point(30, 76);
this.label6.Name = "label6";
this.label6.Size = new global::System.Drawing.Size(71, 12);
this.label6.TabIndex = 2;
this.label6.Text = "巡检时间1";
this.numericUpDown5.Location = new global::System.Drawing.Point(145, 35);
this.numericUpDown5.Name = "numericUpDown5";
this.numericUpDown5.Size = new global::System.Drawing.Size(55, 21);
this.numericUpDown5.TabIndex = 1;
this.label5.AutoSize = true;
this.label5.Location = new global::System.Drawing.Point(30, 37);
this.label5.Name = "label5";
this.label5.Size = new global::System.Drawing.Size(215, 12);
this.label5.TabIndex = 0;
this.label5.Text = "呼叫取料等待时间: 分钟";
this.button5.Location = new global::System.Drawing.Point(370, 477);
this.button5.Name = "button5";
this.button5.Size = new global::System.Drawing.Size(95, 31);
this.button5.TabIndex = 6;
this.button5.Text = "保 存 ";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new global::System.EventHandler(this.button5_Click);
base.AutoScaleDimensions = new global::System.Drawing.SizeF(6f, 12f);
base.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.Font;
base.ClientSize = new global::System.Drawing.Size(484, 542);
base.Controls.Add(this.tabControl1);
base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedSingle;
base.Name = "SysSet";
base.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "系统参数";
base.TopMost = true;
base.Load += new global::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();
((global::System.ComponentModel.ISupportInitialize)this.numericUpDown1).EndInit();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
((global::System.ComponentModel.ISupportInitialize)this.numericUpDown4).EndInit();
((global::System.ComponentModel.ISupportInitialize)this.numericUpDown3).EndInit();
((global::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();
((global::System.ComponentModel.ISupportInitialize)this.numericUpDown5).EndInit();
base.ResumeLayout(false);
}
// Token: 0x04000552 RID: 1362
private global::System.ComponentModel.IContainer components = null;
// Token: 0x04000553 RID: 1363
private global::System.Windows.Forms.GroupBox groupBox1;
// Token: 0x04000554 RID: 1364
private global::System.Windows.Forms.TextBox textBox6;
// Token: 0x04000555 RID: 1365
private global::System.Windows.Forms.TextBox textBox5;
// Token: 0x04000556 RID: 1366
private global::System.Windows.Forms.TextBox textBox4;
// Token: 0x04000557 RID: 1367
private global::System.Windows.Forms.Label label3;
// Token: 0x04000558 RID: 1368
private global::System.Windows.Forms.Label label2;
// Token: 0x04000559 RID: 1369
private global::System.Windows.Forms.Label label1;
// Token: 0x0400055A RID: 1370
private global::System.Windows.Forms.GroupBox groupBox2;
// Token: 0x0400055B RID: 1371
private global::System.Windows.Forms.Button button3;
// Token: 0x0400055C RID: 1372
private global::System.Windows.Forms.Button button2;
// Token: 0x0400055D RID: 1373
private global::System.Windows.Forms.Button button1;
// Token: 0x0400055E RID: 1374
private global::System.Windows.Forms.TextBox txt_path3;
// Token: 0x0400055F RID: 1375
private global::System.Windows.Forms.TextBox txt_path2;
// Token: 0x04000560 RID: 1376
private global::System.Windows.Forms.TextBox txt_path1;
// Token: 0x04000561 RID: 1377
private global::System.Windows.Forms.CheckBox checkBox3;
// Token: 0x04000562 RID: 1378
private global::System.Windows.Forms.CheckBox checkBox2;
// Token: 0x04000563 RID: 1379
private global::System.Windows.Forms.CheckBox checkBox1;
// Token: 0x04000564 RID: 1380
private global::System.Windows.Forms.GroupBox groupBox3;
// Token: 0x04000565 RID: 1381
private global::System.Windows.Forms.NumericUpDown numericUpDown1;
// Token: 0x04000566 RID: 1382
private global::System.Windows.Forms.Label label4;
// Token: 0x04000567 RID: 1383
private global::System.Windows.Forms.Button button4;
// Token: 0x04000568 RID: 1384
private global::System.Windows.Forms.GroupBox groupBox4;
// Token: 0x04000569 RID: 1385
private global::System.Windows.Forms.NumericUpDown numericUpDown4;
// Token: 0x0400056A RID: 1386
private global::System.Windows.Forms.NumericUpDown numericUpDown3;
// Token: 0x0400056B RID: 1387
private global::System.Windows.Forms.NumericUpDown numericUpDown2;
// Token: 0x0400056C RID: 1388
private global::System.Windows.Forms.CheckBox cK_IO3;
// Token: 0x0400056D RID: 1389
private global::System.Windows.Forms.CheckBox cK_IO2;
// Token: 0x0400056E RID: 1390
private global::System.Windows.Forms.CheckBox cK_IO1;
// Token: 0x0400056F RID: 1391
private global::System.Windows.Forms.GroupBox groupBox5;
// Token: 0x04000570 RID: 1392
private global::System.Windows.Forms.CheckBox chk_load_path_his;
// Token: 0x04000571 RID: 1393
private global::System.Windows.Forms.CheckBox chk_auto_control;
// Token: 0x04000572 RID: 1394
private global::System.Windows.Forms.TabControl tabControl1;
// Token: 0x04000573 RID: 1395
private global::System.Windows.Forms.TabPage tabPage1;
// Token: 0x04000574 RID: 1396
private global::System.Windows.Forms.TabPage tabPage2;
// Token: 0x04000575 RID: 1397
private global::System.Windows.Forms.Button button5;
// Token: 0x04000576 RID: 1398
private global::System.Windows.Forms.CheckBox chk_location_auto_display;
// Token: 0x04000577 RID: 1399
private global::System.Windows.Forms.GroupBox grp_A16587;
// Token: 0x04000578 RID: 1400
private global::System.Windows.Forms.DateTimePicker dateTimePicker2;
// Token: 0x04000579 RID: 1401
private global::System.Windows.Forms.DateTimePicker dateTimePicker1;
// Token: 0x0400057A RID: 1402
private global::System.Windows.Forms.Label label7;
// Token: 0x0400057B RID: 1403
private global::System.Windows.Forms.Label label6;
// Token: 0x0400057C RID: 1404
private global::System.Windows.Forms.NumericUpDown numericUpDown5;
// Token: 0x0400057D RID: 1405
private global::System.Windows.Forms.Label label5;
}
}