You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Cigarette/WindowsFormsApp2/DialogSetup.Designer.cs

1220 lines
69 KiB
C#

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

namespace WindowsFormsApp2
{
partial class DialogSetup
{
/// <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.checkBox_auto_work = new System.Windows.Forms.CheckBox();
this.checkBox_auto_open = new System.Windows.Forms.CheckBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.button_image = new System.Windows.Forms.Button();
this.radioButton_save_all = new System.Windows.Forms.RadioButton();
this.radioButton_save_ng = new System.Windows.Forms.RadioButton();
this.radioButton_none = new System.Windows.Forms.RadioButton();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.textBox_gain_8 = new System.Windows.Forms.TextBox();
this.textBox_gain_7 = new System.Windows.Forms.TextBox();
this.textBox_gain_6 = new System.Windows.Forms.TextBox();
this.textBox_gain_5 = new System.Windows.Forms.TextBox();
this.textBox_gain_4 = new System.Windows.Forms.TextBox();
this.textBox_gain_3 = new System.Windows.Forms.TextBox();
this.textBox_gain_2 = new System.Windows.Forms.TextBox();
this.textBox_gain_1 = new System.Windows.Forms.TextBox();
this.label_gain8 = new System.Windows.Forms.Label();
this.label_gain7 = new System.Windows.Forms.Label();
this.label_gain6 = new System.Windows.Forms.Label();
this.label_gain5 = new System.Windows.Forms.Label();
this.label_gain4 = new System.Windows.Forms.Label();
this.label_gain3 = new System.Windows.Forms.Label();
this.label_gain2 = new System.Windows.Forms.Label();
this.label_gain1 = new System.Windows.Forms.Label();
this.textBox_expo_8 = new System.Windows.Forms.TextBox();
this.textBox_expo_7 = new System.Windows.Forms.TextBox();
this.textBox_expo_6 = new System.Windows.Forms.TextBox();
this.textBox_expo_5 = new System.Windows.Forms.TextBox();
this.textBox_expo_4 = new System.Windows.Forms.TextBox();
this.textBox_expo_3 = new System.Windows.Forms.TextBox();
this.textBox_expo_2 = new System.Windows.Forms.TextBox();
this.textBox_expo_1 = new System.Windows.Forms.TextBox();
this.label_expo8 = new System.Windows.Forms.Label();
this.label_expo7 = new System.Windows.Forms.Label();
this.label_expo6 = new System.Windows.Forms.Label();
this.label_expo5 = new System.Windows.Forms.Label();
this.label_expo4 = new System.Windows.Forms.Label();
this.label_expo3 = new System.Windows.Forms.Label();
this.label_expo2 = new System.Windows.Forms.Label();
this.label_expo1 = new System.Windows.Forms.Label();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.textBox_confirm_pwd = new System.Windows.Forms.TextBox();
this.textBox_new_pwd = new System.Windows.Forms.TextBox();
this.textBox_old_pwd = new System.Windows.Forms.TextBox();
this.button_pwd_ok = new System.Windows.Forms.Button();
this.label_confirm_pwd = new System.Windows.Forms.Label();
this.label_new_pwd = new System.Windows.Forms.Label();
this.label_old_pwd = new System.Windows.Forms.Label();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.textBox6 = new System.Windows.Forms.TextBox();
this.textBox_op_new_pwd = new System.Windows.Forms.TextBox();
this.textBox_op_old_pwd = new System.Windows.Forms.TextBox();
this.button_op_pwd_ok = new System.Windows.Forms.Button();
this.label_op_confirm_pwd = new System.Windows.Forms.Label();
this.label_op_new_pwd = new System.Windows.Forms.Label();
this.label_op_old_pwd = new System.Windows.Forms.Label();
this.groupBox6 = new System.Windows.Forms.GroupBox();
this.textBox_filter_8 = new System.Windows.Forms.TextBox();
this.textBox_filter_7 = new System.Windows.Forms.TextBox();
this.textBox_filter_6 = new System.Windows.Forms.TextBox();
this.textBox_filter_5 = new System.Windows.Forms.TextBox();
this.textBox_filter_4 = new System.Windows.Forms.TextBox();
this.textBox_filter_2 = new System.Windows.Forms.TextBox();
this.textBox_filter_3 = new System.Windows.Forms.TextBox();
this.textBox_filter_1 = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.button_config = new System.Windows.Forms.Button();
this.button_change = new System.Windows.Forms.Button();
this.button_statistic = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.ReSet_Click = new System.Windows.Forms.Button();
this.SetConf = new System.Windows.Forms.Button();
this.GetConf = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox4.SuspendLayout();
this.groupBox5.SuspendLayout();
this.groupBox6.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.checkBox_auto_work);
this.groupBox1.Controls.Add(this.checkBox_auto_open);
this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox1.Location = new System.Drawing.Point(13, 10);
this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.groupBox1.Size = new System.Drawing.Size(600, 62);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "启动设置";
this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter);
//
// checkBox_auto_work
//
this.checkBox_auto_work.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold);
this.checkBox_auto_work.Location = new System.Drawing.Point(329, 26);
this.checkBox_auto_work.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.checkBox_auto_work.Name = "checkBox_auto_work";
this.checkBox_auto_work.Size = new System.Drawing.Size(233, 30);
this.checkBox_auto_work.TabIndex = 1;
this.checkBox_auto_work.Text = "程序启动后自动开始工作";
this.checkBox_auto_work.UseVisualStyleBackColor = true;
this.checkBox_auto_work.CheckedChanged += new System.EventHandler(this.checkBox_auto_work_CheckedChanged);
//
// checkBox_auto_open
//
this.checkBox_auto_open.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold);
this.checkBox_auto_open.Location = new System.Drawing.Point(28, 26);
this.checkBox_auto_open.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.checkBox_auto_open.Name = "checkBox_auto_open";
this.checkBox_auto_open.Size = new System.Drawing.Size(218, 30);
this.checkBox_auto_open.TabIndex = 0;
this.checkBox_auto_open.Text = "自动打开所有相机";
this.checkBox_auto_open.UseVisualStyleBackColor = true;
this.checkBox_auto_open.CheckedChanged += new System.EventHandler(this.checkBox_auto_open_CheckedChanged);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.button_image);
this.groupBox2.Controls.Add(this.radioButton_save_all);
this.groupBox2.Controls.Add(this.radioButton_save_ng);
this.groupBox2.Controls.Add(this.radioButton_none);
this.groupBox2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
this.groupBox2.Location = new System.Drawing.Point(13, 72);
this.groupBox2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.groupBox2.Size = new System.Drawing.Size(600, 84);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "存图设置";
//
// button_image
//
this.button_image.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Bold);
this.button_image.Location = new System.Drawing.Point(492, 27);
this.button_image.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.button_image.Name = "button_image";
this.button_image.Size = new System.Drawing.Size(98, 43);
this.button_image.TabIndex = 3;
this.button_image.Text = "确定";
this.button_image.UseVisualStyleBackColor = true;
this.button_image.Click += new System.EventHandler(this.button_image_Click);
//
// radioButton_save_all
//
this.radioButton_save_all.AutoSize = true;
this.radioButton_save_all.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold);
this.radioButton_save_all.Location = new System.Drawing.Point(384, 35);
this.radioButton_save_all.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.radioButton_save_all.Name = "radioButton_save_all";
this.radioButton_save_all.Size = new System.Drawing.Size(65, 28);
this.radioButton_save_all.TabIndex = 2;
this.radioButton_save_all.TabStop = true;
this.radioButton_save_all.Text = "全存";
this.radioButton_save_all.UseVisualStyleBackColor = true;
this.radioButton_save_all.CheckedChanged += new System.EventHandler(this.radioButton_save_all_CheckedChanged);
//
// radioButton_save_ng
//
this.radioButton_save_ng.AutoSize = true;
this.radioButton_save_ng.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold);
this.radioButton_save_ng.Location = new System.Drawing.Point(207, 35);
this.radioButton_save_ng.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.radioButton_save_ng.Name = "radioButton_save_ng";
this.radioButton_save_ng.Size = new System.Drawing.Size(75, 28);
this.radioButton_save_ng.TabIndex = 1;
this.radioButton_save_ng.TabStop = true;
this.radioButton_save_ng.Text = "存NG";
this.radioButton_save_ng.UseVisualStyleBackColor = true;
this.radioButton_save_ng.CheckedChanged += new System.EventHandler(this.radioButton_save_ng_CheckedChanged);
//
// radioButton_none
//
this.radioButton_none.AutoSize = true;
this.radioButton_none.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold);
this.radioButton_none.Location = new System.Drawing.Point(25, 35);
this.radioButton_none.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.radioButton_none.Name = "radioButton_none";
this.radioButton_none.Size = new System.Drawing.Size(65, 28);
this.radioButton_none.TabIndex = 0;
this.radioButton_none.TabStop = true;
this.radioButton_none.Text = "不存";
this.radioButton_none.UseVisualStyleBackColor = true;
this.radioButton_none.CheckedChanged += new System.EventHandler(this.radioButton_none_CheckedChanged);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.textBox_gain_8);
this.groupBox3.Controls.Add(this.textBox_gain_7);
this.groupBox3.Controls.Add(this.textBox_gain_6);
this.groupBox3.Controls.Add(this.textBox_gain_5);
this.groupBox3.Controls.Add(this.textBox_gain_4);
this.groupBox3.Controls.Add(this.textBox_gain_3);
this.groupBox3.Controls.Add(this.textBox_gain_2);
this.groupBox3.Controls.Add(this.textBox_gain_1);
this.groupBox3.Controls.Add(this.label_gain8);
this.groupBox3.Controls.Add(this.label_gain7);
this.groupBox3.Controls.Add(this.label_gain6);
this.groupBox3.Controls.Add(this.label_gain5);
this.groupBox3.Controls.Add(this.label_gain4);
this.groupBox3.Controls.Add(this.label_gain3);
this.groupBox3.Controls.Add(this.label_gain2);
this.groupBox3.Controls.Add(this.label_gain1);
this.groupBox3.Controls.Add(this.textBox_expo_8);
this.groupBox3.Controls.Add(this.textBox_expo_7);
this.groupBox3.Controls.Add(this.textBox_expo_6);
this.groupBox3.Controls.Add(this.textBox_expo_5);
this.groupBox3.Controls.Add(this.textBox_expo_4);
this.groupBox3.Controls.Add(this.textBox_expo_3);
this.groupBox3.Controls.Add(this.textBox_expo_2);
this.groupBox3.Controls.Add(this.textBox_expo_1);
this.groupBox3.Controls.Add(this.label_expo8);
this.groupBox3.Controls.Add(this.label_expo7);
this.groupBox3.Controls.Add(this.label_expo6);
this.groupBox3.Controls.Add(this.label_expo5);
this.groupBox3.Controls.Add(this.label_expo4);
this.groupBox3.Controls.Add(this.label_expo3);
this.groupBox3.Controls.Add(this.label_expo2);
this.groupBox3.Controls.Add(this.label_expo1);
this.groupBox3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
this.groupBox3.Location = new System.Drawing.Point(13, 155);
this.groupBox3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.groupBox3.Size = new System.Drawing.Size(600, 323);
this.groupBox3.TabIndex = 2;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "相机参数";
this.groupBox3.Enter += new System.EventHandler(this.groupBox3_Enter);
//
// textBox_gain_8
//
this.textBox_gain_8.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.textBox_gain_8.Location = new System.Drawing.Point(502, 286);
this.textBox_gain_8.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.textBox_gain_8.Name = "textBox_gain_8";
this.textBox_gain_8.Size = new System.Drawing.Size(81, 27);
this.textBox_gain_8.TabIndex = 31;
this.textBox_gain_8.TextChanged += new System.EventHandler(this.textBox_gain_8_TextChanged);
//
// textBox_gain_7
//
this.textBox_gain_7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.textBox_gain_7.Location = new System.Drawing.Point(502, 251);
this.textBox_gain_7.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.textBox_gain_7.Name = "textBox_gain_7";
this.textBox_gain_7.Size = new System.Drawing.Size(81, 27);
this.textBox_gain_7.TabIndex = 29;
this.textBox_gain_7.TextChanged += new System.EventHandler(this.textBox_gain_7_TextChanged);
//
// textBox_gain_6
//
this.textBox_gain_6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.textBox_gain_6.Location = new System.Drawing.Point(502, 216);
this.textBox_gain_6.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.textBox_gain_6.Name = "textBox_gain_6";
this.textBox_gain_6.Size = new System.Drawing.Size(81, 27);
this.textBox_gain_6.TabIndex = 27;
this.textBox_gain_6.TextChanged += new System.EventHandler(this.textBox_gain_6_TextChanged);
//
// textBox_gain_5
//
this.textBox_gain_5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.textBox_gain_5.Location = new System.Drawing.Point(502, 181);
this.textBox_gain_5.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.textBox_gain_5.Name = "textBox_gain_5";
this.textBox_gain_5.Size = new System.Drawing.Size(81, 27);
this.textBox_gain_5.TabIndex = 25;
this.textBox_gain_5.TextChanged += new System.EventHandler(this.textBox_gain_5_TextChanged);
//
// textBox_gain_4
//
this.textBox_gain_4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.textBox_gain_4.Location = new System.Drawing.Point(502, 146);
this.textBox_gain_4.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.textBox_gain_4.Name = "textBox_gain_4";
this.textBox_gain_4.Size = new System.Drawing.Size(81, 27);
this.textBox_gain_4.TabIndex = 23;
this.textBox_gain_4.TextChanged += new System.EventHandler(this.textBox_gain_4_TextChanged);
//
// textBox_gain_3
//
this.textBox_gain_3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.textBox_gain_3.Location = new System.Drawing.Point(502, 111);
this.textBox_gain_3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.textBox_gain_3.Name = "textBox_gain_3";
this.textBox_gain_3.Size = new System.Drawing.Size(81, 27);
this.textBox_gain_3.TabIndex = 21;
this.textBox_gain_3.TextChanged += new System.EventHandler(this.textBox_gain_3_TextChanged);
//
// textBox_gain_2
//
this.textBox_gain_2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.textBox_gain_2.Location = new System.Drawing.Point(502, 76);
this.textBox_gain_2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.textBox_gain_2.Name = "textBox_gain_2";
this.textBox_gain_2.Size = new System.Drawing.Size(81, 27);
this.textBox_gain_2.TabIndex = 19;
this.textBox_gain_2.TextChanged += new System.EventHandler(this.textBox_gain_2_TextChanged);
//
// textBox_gain_1
//
this.textBox_gain_1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.textBox_gain_1.Location = new System.Drawing.Point(502, 41);
this.textBox_gain_1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.textBox_gain_1.Name = "textBox_gain_1";
this.textBox_gain_1.Size = new System.Drawing.Size(81, 27);
this.textBox_gain_1.TabIndex = 17;
this.textBox_gain_1.TextChanged += new System.EventHandler(this.textBox_gain_1_TextChanged);
//
// label_gain8
//
this.label_gain8.AutoSize = true;
this.label_gain8.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold);
this.label_gain8.Location = new System.Drawing.Point(289, 287);
this.label_gain8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label_gain8.Name = "label_gain8";
this.label_gain8.Size = new System.Drawing.Size(207, 24);
this.label_gain8.TabIndex = 30;
this.label_gain8.Text = "8#相机模拟增益(0~64)";
this.label_gain8.Click += new System.EventHandler(this.label_gain8_Click);
//
// label_gain7
//
this.label_gain7.AutoSize = true;
this.label_gain7.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold);
this.label_gain7.Location = new System.Drawing.Point(289, 252);
this.label_gain7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label_gain7.Name = "label_gain7";
this.label_gain7.Size = new System.Drawing.Size(207, 24);
this.label_gain7.TabIndex = 28;
this.label_gain7.Text = "7#相机模拟增益(0~64)";
//
// label_gain6
//
this.label_gain6.AutoSize = true;
this.label_gain6.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold);
this.label_gain6.Location = new System.Drawing.Point(289, 217);
this.label_gain6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label_gain6.Name = "label_gain6";
this.label_gain6.Size = new System.Drawing.Size(207, 24);
this.label_gain6.TabIndex = 26;
this.label_gain6.Text = "6#相机模拟增益(0~64)";
//
// label_gain5
//
this.label_gain5.AutoSize = true;
this.label_gain5.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold);
this.label_gain5.Location = new System.Drawing.Point(289, 182);
this.label_gain5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label_gain5.Name = "label_gain5";
this.label_gain5.Size = new System.Drawing.Size(207, 24);
this.label_gain5.TabIndex = 24;
this.label_gain5.Text = "5#相机模拟增益(0~64)";
//
// label_gain4
//
this.label_gain4.AutoSize = true;
this.label_gain4.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold);
this.label_gain4.Location = new System.Drawing.Point(289, 147);
this.label_gain4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label_gain4.Name = "label_gain4";
this.label_gain4.Size = new System.Drawing.Size(207, 24);
this.label_gain4.TabIndex = 22;
this.label_gain4.Text = "4#相机模拟增益(0~64)";
//
// label_gain3
//
this.label_gain3.AutoSize = true;
this.label_gain3.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold);
this.label_gain3.Location = new System.Drawing.Point(289, 112);
this.label_gain3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label_gain3.Name = "label_gain3";
this.label_gain3.Size = new System.Drawing.Size(207, 24);
this.label_gain3.TabIndex = 20;
this.label_gain3.Text = "3#相机模拟增益(0~64)";
//
// label_gain2
//
this.label_gain2.AutoSize = true;
this.label_gain2.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold);
this.label_gain2.Location = new System.Drawing.Point(289, 77);
this.label_gain2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label_gain2.Name = "label_gain2";
this.label_gain2.Size = new System.Drawing.Size(207, 24);
this.label_gain2.TabIndex = 18;
this.label_gain2.Text = "2#相机模拟增益(0~64)";
//
// label_gain1
//
this.label_gain1.AutoSize = true;
this.label_gain1.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold);
this.label_gain1.Location = new System.Drawing.Point(289, 42);
this.label_gain1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label_gain1.Name = "label_gain1";
this.label_gain1.Size = new System.Drawing.Size(207, 24);
this.label_gain1.TabIndex = 16;
this.label_gain1.Text = "1#相机模拟增益(0~64)";
//
// textBox_expo_8
//
this.textBox_expo_8.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.textBox_expo_8.Location = new System.Drawing.Point(207, 286);
this.textBox_expo_8.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.textBox_expo_8.Name = "textBox_expo_8";
this.textBox_expo_8.Size = new System.Drawing.Size(81, 27);
this.textBox_expo_8.TabIndex = 15;
this.textBox_expo_8.TextChanged += new System.EventHandler(this.textBox_expo_8_TextChanged);
//
// textBox_expo_7
//
this.textBox_expo_7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.textBox_expo_7.Location = new System.Drawing.Point(207, 251);
this.textBox_expo_7.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.textBox_expo_7.Name = "textBox_expo_7";
this.textBox_expo_7.Size = new System.Drawing.Size(81, 27);
this.textBox_expo_7.TabIndex = 13;
this.textBox_expo_7.TextChanged += new System.EventHandler(this.textBox_expo_7_TextChanged);
//
// textBox_expo_6
//
this.textBox_expo_6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.textBox_expo_6.Location = new System.Drawing.Point(207, 216);
this.textBox_expo_6.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.textBox_expo_6.Name = "textBox_expo_6";
this.textBox_expo_6.Size = new System.Drawing.Size(81, 27);
this.textBox_expo_6.TabIndex = 11;
this.textBox_expo_6.TextChanged += new System.EventHandler(this.textBox_expo_6_TextChanged);
//
// textBox_expo_5
//
this.textBox_expo_5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.textBox_expo_5.Location = new System.Drawing.Point(207, 181);
this.textBox_expo_5.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.textBox_expo_5.Name = "textBox_expo_5";
this.textBox_expo_5.Size = new System.Drawing.Size(81, 27);
this.textBox_expo_5.TabIndex = 9;
this.textBox_expo_5.TextChanged += new System.EventHandler(this.textBox_expo_5_TextChanged);
//
// textBox_expo_4
//
this.textBox_expo_4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.textBox_expo_4.Location = new System.Drawing.Point(207, 146);
this.textBox_expo_4.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.textBox_expo_4.Name = "textBox_expo_4";
this.textBox_expo_4.Size = new System.Drawing.Size(81, 27);
this.textBox_expo_4.TabIndex = 7;
this.textBox_expo_4.TextChanged += new System.EventHandler(this.textBox_expo_4_TextChanged);
//
// textBox_expo_3
//
this.textBox_expo_3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.textBox_expo_3.Location = new System.Drawing.Point(207, 111);
this.textBox_expo_3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.textBox_expo_3.Name = "textBox_expo_3";
this.textBox_expo_3.Size = new System.Drawing.Size(81, 27);
this.textBox_expo_3.TabIndex = 5;
this.textBox_expo_3.TextChanged += new System.EventHandler(this.textBox_expo_3_TextChanged);
//
// textBox_expo_2
//
this.textBox_expo_2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.textBox_expo_2.Location = new System.Drawing.Point(207, 76);
this.textBox_expo_2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.textBox_expo_2.Name = "textBox_expo_2";
this.textBox_expo_2.Size = new System.Drawing.Size(81, 27);
this.textBox_expo_2.TabIndex = 3;
this.textBox_expo_2.TextChanged += new System.EventHandler(this.textBox_expo_2_TextChanged);
//
// textBox_expo_1
//
this.textBox_expo_1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.textBox_expo_1.Location = new System.Drawing.Point(207, 41);
this.textBox_expo_1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.textBox_expo_1.Name = "textBox_expo_1";
this.textBox_expo_1.Size = new System.Drawing.Size(81, 27);
this.textBox_expo_1.TabIndex = 1;
this.textBox_expo_1.TextChanged += new System.EventHandler(this.textBox_expo_1_TextChanged);
//
// label_expo8
//
this.label_expo8.AutoSize = true;
this.label_expo8.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold);
this.label_expo8.Location = new System.Drawing.Point(7, 287);
this.label_expo8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label_expo8.Name = "label_expo8";
this.label_expo8.Size = new System.Drawing.Size(198, 24);
this.label_expo8.TabIndex = 14;
this.label_expo8.Text = "8#相机曝光时间(微秒)";
//
// label_expo7
//
this.label_expo7.AutoSize = true;
this.label_expo7.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold);
this.label_expo7.Location = new System.Drawing.Point(7, 252);
this.label_expo7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label_expo7.Name = "label_expo7";
this.label_expo7.Size = new System.Drawing.Size(198, 24);
this.label_expo7.TabIndex = 12;
this.label_expo7.Text = "7#相机曝光时间(微秒)";
//
// label_expo6
//
this.label_expo6.AutoSize = true;
this.label_expo6.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold);
this.label_expo6.Location = new System.Drawing.Point(7, 217);
this.label_expo6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label_expo6.Name = "label_expo6";
this.label_expo6.Size = new System.Drawing.Size(198, 24);
this.label_expo6.TabIndex = 10;
this.label_expo6.Text = "6#相机曝光时间(微秒)";
//
// label_expo5
//
this.label_expo5.AutoSize = true;
this.label_expo5.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold);
this.label_expo5.Location = new System.Drawing.Point(7, 182);
this.label_expo5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label_expo5.Name = "label_expo5";
this.label_expo5.Size = new System.Drawing.Size(198, 24);
this.label_expo5.TabIndex = 8;
this.label_expo5.Text = "5#相机曝光时间(微秒)";
//
// label_expo4
//
this.label_expo4.AutoSize = true;
this.label_expo4.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold);
this.label_expo4.Location = new System.Drawing.Point(7, 147);
this.label_expo4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label_expo4.Name = "label_expo4";
this.label_expo4.Size = new System.Drawing.Size(198, 24);
this.label_expo4.TabIndex = 6;
this.label_expo4.Text = "4#相机曝光时间(微秒)";
//
// label_expo3
//
this.label_expo3.AutoSize = true;
this.label_expo3.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold);
this.label_expo3.Location = new System.Drawing.Point(7, 112);
this.label_expo3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label_expo3.Name = "label_expo3";
this.label_expo3.Size = new System.Drawing.Size(198, 24);
this.label_expo3.TabIndex = 4;
this.label_expo3.Text = "3#相机曝光时间(微秒)";
//
// label_expo2
//
this.label_expo2.AutoSize = true;
this.label_expo2.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold);
this.label_expo2.Location = new System.Drawing.Point(7, 77);
this.label_expo2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label_expo2.Name = "label_expo2";
this.label_expo2.Size = new System.Drawing.Size(198, 24);
this.label_expo2.TabIndex = 2;
this.label_expo2.Text = "2#相机曝光时间(微秒)";
this.label_expo2.Click += new System.EventHandler(this.label_expo2_Click);
//
// label_expo1
//
this.label_expo1.AutoSize = true;
this.label_expo1.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold);
this.label_expo1.Location = new System.Drawing.Point(7, 42);
this.label_expo1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label_expo1.Name = "label_expo1";
this.label_expo1.Size = new System.Drawing.Size(198, 24);
this.label_expo1.TabIndex = 0;
this.label_expo1.Text = "1#相机曝光时间(微秒)";
//
// groupBox4
//
this.groupBox4.Controls.Add(this.textBox_confirm_pwd);
this.groupBox4.Controls.Add(this.textBox_new_pwd);
this.groupBox4.Controls.Add(this.textBox_old_pwd);
this.groupBox4.Controls.Add(this.button_pwd_ok);
this.groupBox4.Controls.Add(this.label_confirm_pwd);
this.groupBox4.Controls.Add(this.label_new_pwd);
this.groupBox4.Controls.Add(this.label_old_pwd);
this.groupBox4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
this.groupBox4.Location = new System.Drawing.Point(13, 536);
this.groupBox4.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.groupBox4.Size = new System.Drawing.Size(590, 78);
this.groupBox4.TabIndex = 6;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "管理员密码修改";
//
// textBox_confirm_pwd
//
this.textBox_confirm_pwd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.textBox_confirm_pwd.Location = new System.Drawing.Point(413, 39);
this.textBox_confirm_pwd.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.textBox_confirm_pwd.Name = "textBox_confirm_pwd";
this.textBox_confirm_pwd.PasswordChar = '*';
this.textBox_confirm_pwd.Size = new System.Drawing.Size(81, 27);
this.textBox_confirm_pwd.TabIndex = 5;
this.textBox_confirm_pwd.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.m_KeyPress);
//
// textBox_new_pwd
//
this.textBox_new_pwd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.textBox_new_pwd.Location = new System.Drawing.Point(237, 39);
this.textBox_new_pwd.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.textBox_new_pwd.Name = "textBox_new_pwd";
this.textBox_new_pwd.PasswordChar = '*';
this.textBox_new_pwd.Size = new System.Drawing.Size(81, 27);
this.textBox_new_pwd.TabIndex = 3;
this.textBox_new_pwd.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.m_KeyPress);
//
// textBox_old_pwd
//
this.textBox_old_pwd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.textBox_old_pwd.Location = new System.Drawing.Point(74, 39);
this.textBox_old_pwd.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.textBox_old_pwd.Name = "textBox_old_pwd";
this.textBox_old_pwd.PasswordChar = '*';
this.textBox_old_pwd.Size = new System.Drawing.Size(81, 27);
this.textBox_old_pwd.TabIndex = 1;
this.textBox_old_pwd.TextChanged += new System.EventHandler(this.textBox1_TextChanged_1);
this.textBox_old_pwd.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.m_KeyPress);
//
// button_pwd_ok
//
this.button_pwd_ok.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Bold);
this.button_pwd_ok.Location = new System.Drawing.Point(499, 37);
this.button_pwd_ok.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.button_pwd_ok.Name = "button_pwd_ok";
this.button_pwd_ok.Size = new System.Drawing.Size(78, 31);
this.button_pwd_ok.TabIndex = 6;
this.button_pwd_ok.Text = "确定";
this.button_pwd_ok.UseVisualStyleBackColor = true;
this.button_pwd_ok.Click += new System.EventHandler(this.button1_Click);
//
// label_confirm_pwd
//
this.label_confirm_pwd.AutoSize = true;
this.label_confirm_pwd.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold);
this.label_confirm_pwd.Location = new System.Drawing.Point(325, 40);
this.label_confirm_pwd.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label_confirm_pwd.Name = "label_confirm_pwd";
this.label_confirm_pwd.Size = new System.Drawing.Size(95, 24);
this.label_confirm_pwd.TabIndex = 4;
this.label_confirm_pwd.Text = "确认密码:";
//
// label_new_pwd
//
this.label_new_pwd.AutoSize = true;
this.label_new_pwd.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold);
this.label_new_pwd.Location = new System.Drawing.Point(168, 40);
this.label_new_pwd.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label_new_pwd.Name = "label_new_pwd";
this.label_new_pwd.Size = new System.Drawing.Size(78, 24);
this.label_new_pwd.TabIndex = 2;
this.label_new_pwd.Text = "新密码:";
//
// label_old_pwd
//
this.label_old_pwd.AutoSize = true;
this.label_old_pwd.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold);
this.label_old_pwd.Location = new System.Drawing.Point(5, 40);
this.label_old_pwd.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label_old_pwd.Name = "label_old_pwd";
this.label_old_pwd.Size = new System.Drawing.Size(78, 24);
this.label_old_pwd.TabIndex = 0;
this.label_old_pwd.Text = "原密码:";
//
// groupBox5
//
this.groupBox5.Controls.Add(this.textBox6);
this.groupBox5.Controls.Add(this.textBox_op_new_pwd);
this.groupBox5.Controls.Add(this.textBox_op_old_pwd);
this.groupBox5.Controls.Add(this.button_op_pwd_ok);
this.groupBox5.Controls.Add(this.label_op_confirm_pwd);
this.groupBox5.Controls.Add(this.label_op_new_pwd);
this.groupBox5.Controls.Add(this.label_op_old_pwd);
this.groupBox5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
this.groupBox5.Location = new System.Drawing.Point(13, 620);
this.groupBox5.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.groupBox5.Size = new System.Drawing.Size(590, 78);
this.groupBox5.TabIndex = 7;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "操作员密码修改";
//
// textBox6
//
this.textBox6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.textBox6.Location = new System.Drawing.Point(413, 37);
this.textBox6.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.textBox6.Name = "textBox6";
this.textBox6.PasswordChar = '*';
this.textBox6.Size = new System.Drawing.Size(81, 27);
this.textBox6.TabIndex = 5;
this.textBox6.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.m_KeyPress);
//
// textBox_op_new_pwd
//
this.textBox_op_new_pwd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.textBox_op_new_pwd.Location = new System.Drawing.Point(237, 37);
this.textBox_op_new_pwd.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.textBox_op_new_pwd.Name = "textBox_op_new_pwd";
this.textBox_op_new_pwd.PasswordChar = '*';
this.textBox_op_new_pwd.Size = new System.Drawing.Size(81, 27);
this.textBox_op_new_pwd.TabIndex = 3;
this.textBox_op_new_pwd.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.m_KeyPress);
//
// textBox_op_old_pwd
//
this.textBox_op_old_pwd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.textBox_op_old_pwd.Location = new System.Drawing.Point(74, 37);
this.textBox_op_old_pwd.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.textBox_op_old_pwd.Name = "textBox_op_old_pwd";
this.textBox_op_old_pwd.PasswordChar = '*';
this.textBox_op_old_pwd.Size = new System.Drawing.Size(81, 27);
this.textBox_op_old_pwd.TabIndex = 1;
this.textBox_op_old_pwd.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.m_KeyPress);
//
// button_op_pwd_ok
//
this.button_op_pwd_ok.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Bold);
this.button_op_pwd_ok.Location = new System.Drawing.Point(499, 35);
this.button_op_pwd_ok.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.button_op_pwd_ok.Name = "button_op_pwd_ok";
this.button_op_pwd_ok.Size = new System.Drawing.Size(78, 31);
this.button_op_pwd_ok.TabIndex = 6;
this.button_op_pwd_ok.Text = "确定";
this.button_op_pwd_ok.UseVisualStyleBackColor = true;
this.button_op_pwd_ok.Click += new System.EventHandler(this.button2_Click);
//
// label_op_confirm_pwd
//
this.label_op_confirm_pwd.AutoSize = true;
this.label_op_confirm_pwd.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold);
this.label_op_confirm_pwd.Location = new System.Drawing.Point(325, 38);
this.label_op_confirm_pwd.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label_op_confirm_pwd.Name = "label_op_confirm_pwd";
this.label_op_confirm_pwd.Size = new System.Drawing.Size(95, 24);
this.label_op_confirm_pwd.TabIndex = 4;
this.label_op_confirm_pwd.Text = "确认密码:";
//
// label_op_new_pwd
//
this.label_op_new_pwd.AutoSize = true;
this.label_op_new_pwd.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold);
this.label_op_new_pwd.Location = new System.Drawing.Point(168, 38);
this.label_op_new_pwd.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label_op_new_pwd.Name = "label_op_new_pwd";
this.label_op_new_pwd.Size = new System.Drawing.Size(78, 24);
this.label_op_new_pwd.TabIndex = 2;
this.label_op_new_pwd.Text = "新密码:";
//
// label_op_old_pwd
//
this.label_op_old_pwd.AutoSize = true;
this.label_op_old_pwd.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold);
this.label_op_old_pwd.Location = new System.Drawing.Point(5, 38);
this.label_op_old_pwd.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label_op_old_pwd.Name = "label_op_old_pwd";
this.label_op_old_pwd.Size = new System.Drawing.Size(78, 24);
this.label_op_old_pwd.TabIndex = 0;
this.label_op_old_pwd.Text = "原密码:";
//
// groupBox6
//
this.groupBox6.Controls.Add(this.textBox_filter_8);
this.groupBox6.Controls.Add(this.textBox_filter_7);
this.groupBox6.Controls.Add(this.textBox_filter_6);
this.groupBox6.Controls.Add(this.textBox_filter_5);
this.groupBox6.Controls.Add(this.textBox_filter_4);
this.groupBox6.Controls.Add(this.textBox_filter_2);
this.groupBox6.Controls.Add(this.textBox_filter_3);
this.groupBox6.Controls.Add(this.textBox_filter_1);
this.groupBox6.Controls.Add(this.label8);
this.groupBox6.Controls.Add(this.label7);
this.groupBox6.Controls.Add(this.label6);
this.groupBox6.Controls.Add(this.label5);
this.groupBox6.Controls.Add(this.label4);
this.groupBox6.Controls.Add(this.label2);
this.groupBox6.Controls.Add(this.label3);
this.groupBox6.Controls.Add(this.label1);
this.groupBox6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
this.groupBox6.Location = new System.Drawing.Point(13, 704);
this.groupBox6.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.groupBox6.Name = "groupBox6";
this.groupBox6.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.groupBox6.Size = new System.Drawing.Size(590, 177);
this.groupBox6.TabIndex = 8;
this.groupBox6.TabStop = false;
this.groupBox6.Text = "滤波设置";
//
// textBox_filter_8
//
this.textBox_filter_8.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.textBox_filter_8.Location = new System.Drawing.Point(499, 136);
this.textBox_filter_8.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.textBox_filter_8.Name = "textBox_filter_8";
this.textBox_filter_8.Size = new System.Drawing.Size(81, 27);
this.textBox_filter_8.TabIndex = 19;
this.textBox_filter_8.TextChanged += new System.EventHandler(this.textBox_filter_8_TextChanged);
//
// textBox_filter_7
//
this.textBox_filter_7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.textBox_filter_7.Location = new System.Drawing.Point(213, 136);
this.textBox_filter_7.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.textBox_filter_7.Name = "textBox_filter_7";
this.textBox_filter_7.Size = new System.Drawing.Size(81, 27);
this.textBox_filter_7.TabIndex = 17;
this.textBox_filter_7.TextChanged += new System.EventHandler(this.textBox_filter_7_TextChanged);
//
// textBox_filter_6
//
this.textBox_filter_6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.textBox_filter_6.Location = new System.Drawing.Point(499, 102);
this.textBox_filter_6.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.textBox_filter_6.Name = "textBox_filter_6";
this.textBox_filter_6.Size = new System.Drawing.Size(81, 27);
this.textBox_filter_6.TabIndex = 15;
this.textBox_filter_6.TextChanged += new System.EventHandler(this.textBox_filter_6_TextChanged);
//
// textBox_filter_5
//
this.textBox_filter_5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.textBox_filter_5.Location = new System.Drawing.Point(213, 102);
this.textBox_filter_5.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.textBox_filter_5.Name = "textBox_filter_5";
this.textBox_filter_5.Size = new System.Drawing.Size(81, 27);
this.textBox_filter_5.TabIndex = 13;
this.textBox_filter_5.TextChanged += new System.EventHandler(this.textBox_filter_5_TextChanged);
//
// textBox_filter_4
//
this.textBox_filter_4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.textBox_filter_4.Location = new System.Drawing.Point(499, 68);
this.textBox_filter_4.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.textBox_filter_4.Name = "textBox_filter_4";
this.textBox_filter_4.Size = new System.Drawing.Size(81, 27);
this.textBox_filter_4.TabIndex = 7;
this.textBox_filter_4.TextChanged += new System.EventHandler(this.textBox_filter_4_TextChanged);
//
// textBox_filter_2
//
this.textBox_filter_2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.textBox_filter_2.Location = new System.Drawing.Point(499, 34);
this.textBox_filter_2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.textBox_filter_2.Name = "textBox_filter_2";
this.textBox_filter_2.Size = new System.Drawing.Size(81, 27);
this.textBox_filter_2.TabIndex = 3;
this.textBox_filter_2.TextChanged += new System.EventHandler(this.textBox_filter_2_TextChanged);
//
// textBox_filter_3
//
this.textBox_filter_3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.textBox_filter_3.Location = new System.Drawing.Point(213, 68);
this.textBox_filter_3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.textBox_filter_3.Name = "textBox_filter_3";
this.textBox_filter_3.Size = new System.Drawing.Size(81, 27);
this.textBox_filter_3.TabIndex = 5;
this.textBox_filter_3.TextChanged += new System.EventHandler(this.textBox_filter_3_TextChanged);
//
// textBox_filter_1
//
this.textBox_filter_1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.textBox_filter_1.Location = new System.Drawing.Point(213, 34);
this.textBox_filter_1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.textBox_filter_1.Name = "textBox_filter_1";
this.textBox_filter_1.Size = new System.Drawing.Size(81, 27);
this.textBox_filter_1.TabIndex = 1;
this.textBox_filter_1.TextChanged += new System.EventHandler(this.textBox_filter_1_TextChanged);
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold);
this.label8.Location = new System.Drawing.Point(293, 137);
this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(198, 24);
this.label8.TabIndex = 18;
this.label8.Text = "8#相机滤波时间(微秒)";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold);
this.label7.Location = new System.Drawing.Point(12, 137);
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(198, 24);
this.label7.TabIndex = 16;
this.label7.Text = "7#相机滤波时间(微秒)";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold);
this.label6.Location = new System.Drawing.Point(293, 104);
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(198, 24);
this.label6.TabIndex = 14;
this.label6.Text = "6#相机滤波时间(微秒)";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold);
this.label5.Location = new System.Drawing.Point(12, 104);
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(198, 24);
this.label5.TabIndex = 12;
this.label5.Text = "5#相机滤波时间(微秒)";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold);
this.label4.Location = new System.Drawing.Point(293, 71);
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(198, 24);
this.label4.TabIndex = 6;
this.label4.Text = "4#相机滤波时间(微秒)";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold);
this.label2.Location = new System.Drawing.Point(293, 38);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(198, 24);
this.label2.TabIndex = 2;
this.label2.Text = "2#相机滤波时间(微秒)";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold);
this.label3.Location = new System.Drawing.Point(12, 71);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(198, 24);
this.label3.TabIndex = 4;
this.label3.Text = "3#相机滤波时间(微秒)";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold);
this.label1.Location = new System.Drawing.Point(12, 38);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(198, 24);
this.label1.TabIndex = 0;
this.label1.Text = "1#相机滤波时间(微秒)";
//
// button_config
//
this.button_config.Location = new System.Drawing.Point(31, 484);
this.button_config.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.button_config.Name = "button_config";
this.button_config.Size = new System.Drawing.Size(112, 46);
this.button_config.TabIndex = 3;
this.button_config.Text = "配方设置";
this.button_config.UseVisualStyleBackColor = true;
this.button_config.Click += new System.EventHandler(this.button_config_Click);
//
// button_change
//
this.button_change.Location = new System.Drawing.Point(256, 484);
this.button_change.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.button_change.Name = "button_change";
this.button_change.Size = new System.Drawing.Size(112, 46);
this.button_change.TabIndex = 4;
this.button_change.Text = "换班设置";
this.button_change.UseVisualStyleBackColor = true;
this.button_change.Click += new System.EventHandler(this.button_change_Click);
//
// button_statistic
//
this.button_statistic.Location = new System.Drawing.Point(481, 484);
this.button_statistic.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.button_statistic.Name = "button_statistic";
this.button_statistic.Size = new System.Drawing.Size(112, 46);
this.button_statistic.TabIndex = 5;
this.button_statistic.Text = "产量统计";
this.button_statistic.UseVisualStyleBackColor = true;
this.button_statistic.Click += new System.EventHandler(this.button_statistic_Click);
//
// button3
//
this.button3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
this.button3.Location = new System.Drawing.Point(61, 965);
this.button3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(134, 45);
this.button3.TabIndex = 12;
this.button3.Text = "保存参数";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click_1);
//
// button4
//
this.button4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
this.button4.Location = new System.Drawing.Point(411, 965);
this.button4.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(134, 45);
this.button4.TabIndex = 13;
this.button4.Text = "关闭窗口";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// ReSet_Click
//
this.ReSet_Click.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ReSet_Click.Location = new System.Drawing.Point(61, 899);
this.ReSet_Click.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ReSet_Click.Name = "ReSet_Click";
this.ReSet_Click.Size = new System.Drawing.Size(134, 46);
this.ReSet_Click.TabIndex = 9;
this.ReSet_Click.Text = "重启";
this.ReSet_Click.UseVisualStyleBackColor = true;
this.ReSet_Click.Click += new System.EventHandler(this.button5_Click);
//
// SetConf
//
this.SetConf.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.SetConf.Location = new System.Drawing.Point(234, 899);
this.SetConf.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.SetConf.Name = "SetConf";
this.SetConf.Size = new System.Drawing.Size(134, 46);
this.SetConf.TabIndex = 10;
this.SetConf.Text = "更新配置";
this.SetConf.UseVisualStyleBackColor = true;
this.SetConf.Click += new System.EventHandler(this.SetConf_Click);
//
// GetConf
//
this.GetConf.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.GetConf.Location = new System.Drawing.Point(411, 899);
this.GetConf.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.GetConf.Name = "GetConf";
this.GetConf.Size = new System.Drawing.Size(134, 46);
this.GetConf.TabIndex = 11;
this.GetConf.Text = "获取配置";
this.GetConf.UseVisualStyleBackColor = true;
this.GetConf.Click += new System.EventHandler(this.GetConf_Click);
//
// DialogSetup
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(632, 1028);
this.Controls.Add(this.GetConf);
this.Controls.Add(this.SetConf);
this.Controls.Add(this.ReSet_Click);
this.Controls.Add(this.button4);
this.Controls.Add(this.button3);
this.Controls.Add(this.button_statistic);
this.Controls.Add(this.button_change);
this.Controls.Add(this.button_config);
this.Controls.Add(this.groupBox6);
this.Controls.Add(this.groupBox5);
this.Controls.Add(this.groupBox4);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.Name = "DialogSetup";
this.Text = "系统设置";
this.groupBox1.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.groupBox5.ResumeLayout(false);
this.groupBox5.PerformLayout();
this.groupBox6.ResumeLayout(false);
this.groupBox6.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.CheckBox checkBox_auto_work;
private System.Windows.Forms.CheckBox checkBox_auto_open;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.GroupBox groupBox6;
private System.Windows.Forms.RadioButton radioButton_none;
private System.Windows.Forms.RadioButton radioButton_save_all;
private System.Windows.Forms.RadioButton radioButton_save_ng;
private System.Windows.Forms.Button button_image;
private System.Windows.Forms.Label label_expo4;
private System.Windows.Forms.Label label_expo3;
private System.Windows.Forms.Label label_expo2;
private System.Windows.Forms.Label label_expo1;
private System.Windows.Forms.Label label_expo5;
private System.Windows.Forms.Label label_expo6;
private System.Windows.Forms.Label label_expo7;
private System.Windows.Forms.Label label_expo8;
private System.Windows.Forms.TextBox textBox_expo_8;
private System.Windows.Forms.TextBox textBox_expo_7;
private System.Windows.Forms.TextBox textBox_expo_6;
private System.Windows.Forms.TextBox textBox_expo_5;
private System.Windows.Forms.TextBox textBox_expo_4;
private System.Windows.Forms.TextBox textBox_expo_3;
private System.Windows.Forms.TextBox textBox_expo_2;
private System.Windows.Forms.TextBox textBox_expo_1;
private System.Windows.Forms.Label label_gain1;
private System.Windows.Forms.Label label_gain2;
private System.Windows.Forms.Label label_gain3;
private System.Windows.Forms.Label label_gain4;
private System.Windows.Forms.Label label_gain5;
private System.Windows.Forms.Label label_gain6;
private System.Windows.Forms.Label label_gain7;
private System.Windows.Forms.Label label_gain8;
private System.Windows.Forms.TextBox textBox_gain_8;
private System.Windows.Forms.TextBox textBox_gain_7;
private System.Windows.Forms.TextBox textBox_gain_6;
private System.Windows.Forms.TextBox textBox_gain_5;
private System.Windows.Forms.TextBox textBox_gain_4;
private System.Windows.Forms.TextBox textBox_gain_3;
private System.Windows.Forms.TextBox textBox_gain_2;
private System.Windows.Forms.TextBox textBox_gain_1;
private System.Windows.Forms.Button button_config;
private System.Windows.Forms.Button button_change;
private System.Windows.Forms.Button button_statistic;
private System.Windows.Forms.Button button_pwd_ok;
private System.Windows.Forms.Label label_confirm_pwd;
private System.Windows.Forms.Label label_new_pwd;
private System.Windows.Forms.Label label_old_pwd;
private System.Windows.Forms.Button button_op_pwd_ok;
private System.Windows.Forms.Label label_op_confirm_pwd;
private System.Windows.Forms.Label label_op_new_pwd;
private System.Windows.Forms.Label label_op_old_pwd;
private System.Windows.Forms.TextBox textBox_confirm_pwd;
private System.Windows.Forms.TextBox textBox_new_pwd;
private System.Windows.Forms.TextBox textBox_old_pwd;
private System.Windows.Forms.TextBox textBox6;
private System.Windows.Forms.TextBox textBox_op_new_pwd;
private System.Windows.Forms.TextBox textBox_op_old_pwd;
private System.Windows.Forms.TextBox textBox_filter_8;
private System.Windows.Forms.TextBox textBox_filter_7;
private System.Windows.Forms.TextBox textBox_filter_6;
private System.Windows.Forms.TextBox textBox_filter_5;
private System.Windows.Forms.TextBox textBox_filter_4;
private System.Windows.Forms.TextBox textBox_filter_2;
private System.Windows.Forms.TextBox textBox_filter_3;
private System.Windows.Forms.TextBox textBox_filter_1;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button ReSet_Click;
private System.Windows.Forms.Button SetConf;
private System.Windows.Forms.Button GetConf;
}
}