|
@@ -29,7 +29,6 @@
|
|
private void InitializeComponent()
|
|
private void InitializeComponent()
|
|
{
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UControl_Init));
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UControl_Init));
|
|
- this.btnClose = new System.Windows.Forms.Button();
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.tbCutHoleFilePath = new System.Windows.Forms.TextBox();
|
|
this.tbCutHoleFilePath = new System.Windows.Forms.TextBox();
|
|
@@ -58,37 +57,39 @@
|
|
this.label61 = new System.Windows.Forms.Label();
|
|
this.label61 = new System.Windows.Forms.Label();
|
|
this.chkWPT = new System.Windows.Forms.CheckBox();
|
|
this.chkWPT = new System.Windows.Forms.CheckBox();
|
|
this.btnCreateConfig = new System.Windows.Forms.Button();
|
|
this.btnCreateConfig = new System.Windows.Forms.Button();
|
|
- this.btnReadConfig = new System.Windows.Forms.Button();
|
|
|
|
this.txtWFIBF = new System.Windows.Forms.TextBox();
|
|
this.txtWFIBF = new System.Windows.Forms.TextBox();
|
|
|
|
+ this.pbDelWLZ = new System.Windows.Forms.PictureBox();
|
|
|
|
+ this.pbDelWQGD = new System.Windows.Forms.PictureBox();
|
|
|
|
+ this.pbWQGFDel = new System.Windows.Forms.PictureBox();
|
|
|
|
+ this.pbDelWPZD = new System.Windows.Forms.PictureBox();
|
|
|
|
+ this.pbDelWPZF = new System.Windows.Forms.PictureBox();
|
|
|
|
+ this.pbDelWYP = new System.Windows.Forms.PictureBox();
|
|
|
|
+ this.pbDelWCS = new System.Windows.Forms.PictureBox();
|
|
this.pbCutHoleAuto = new System.Windows.Forms.PictureBox();
|
|
this.pbCutHoleAuto = new System.Windows.Forms.PictureBox();
|
|
this.pbFIBTemplateFile = new System.Windows.Forms.PictureBox();
|
|
this.pbFIBTemplateFile = new System.Windows.Forms.PictureBox();
|
|
this.pbPTTemplateFile = new System.Windows.Forms.PictureBox();
|
|
this.pbPTTemplateFile = new System.Windows.Forms.PictureBox();
|
|
this.pbCutHoleFile = new System.Windows.Forms.PictureBox();
|
|
this.pbCutHoleFile = new System.Windows.Forms.PictureBox();
|
|
|
|
+ this.pbClose = new System.Windows.Forms.PictureBox();
|
|
this.panel1.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pbDelWLZ)).BeginInit();
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pbDelWQGD)).BeginInit();
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pbWQGFDel)).BeginInit();
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pbDelWPZD)).BeginInit();
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pbDelWPZF)).BeginInit();
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pbDelWYP)).BeginInit();
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pbDelWCS)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbCutHoleAuto)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbCutHoleAuto)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbFIBTemplateFile)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbFIBTemplateFile)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbPTTemplateFile)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbPTTemplateFile)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbCutHoleFile)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbCutHoleFile)).BeginInit();
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pbClose)).BeginInit();
|
|
this.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
//
|
|
- // btnClose
|
|
|
|
- //
|
|
|
|
- this.btnClose.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
- this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
|
|
|
|
- this.btnClose.ForeColor = System.Drawing.Color.Black;
|
|
|
|
- this.btnClose.Location = new System.Drawing.Point(541, 0);
|
|
|
|
- this.btnClose.Name = "btnClose";
|
|
|
|
- this.btnClose.Size = new System.Drawing.Size(35, 33);
|
|
|
|
- this.btnClose.TabIndex = 3;
|
|
|
|
- this.btnClose.Text = "X";
|
|
|
|
- this.btnClose.UseVisualStyleBackColor = true;
|
|
|
|
- this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
|
|
- //
|
|
|
|
// label1
|
|
// label1
|
|
//
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.label1.Font = new System.Drawing.Font("宋体", 10F);
|
|
- this.label1.ForeColor = System.Drawing.Color.Black;
|
|
|
|
|
|
+ this.label1.ForeColor = System.Drawing.Color.LightGray;
|
|
this.label1.Location = new System.Drawing.Point(15, 9);
|
|
this.label1.Location = new System.Drawing.Point(15, 9);
|
|
this.label1.Name = "label1";
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(77, 14);
|
|
this.label1.Size = new System.Drawing.Size(77, 14);
|
|
@@ -97,8 +98,8 @@
|
|
//
|
|
//
|
|
// panel1
|
|
// panel1
|
|
//
|
|
//
|
|
- this.panel1.BackColor = System.Drawing.Color.White;
|
|
|
|
- this.panel1.Controls.Add(this.btnClose);
|
|
|
|
|
|
+ this.panel1.BackColor = System.Drawing.Color.Black;
|
|
|
|
+ this.panel1.Controls.Add(this.pbClose);
|
|
this.panel1.Controls.Add(this.label1);
|
|
this.panel1.Controls.Add(this.label1);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
@@ -140,13 +141,14 @@
|
|
this.chkManul.AutoSize = true;
|
|
this.chkManul.AutoSize = true;
|
|
this.chkManul.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.chkManul.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.chkManul.ForeColor = System.Drawing.Color.LightGray;
|
|
this.chkManul.ForeColor = System.Drawing.Color.LightGray;
|
|
- this.chkManul.Location = new System.Drawing.Point(106, 181);
|
|
|
|
|
|
+ this.chkManul.Location = new System.Drawing.Point(322, 182);
|
|
this.chkManul.Margin = new System.Windows.Forms.Padding(2);
|
|
this.chkManul.Margin = new System.Windows.Forms.Padding(2);
|
|
this.chkManul.Name = "chkManul";
|
|
this.chkManul.Name = "chkManul";
|
|
this.chkManul.Size = new System.Drawing.Size(82, 18);
|
|
this.chkManul.Size = new System.Drawing.Size(82, 18);
|
|
this.chkManul.TabIndex = 15;
|
|
this.chkManul.TabIndex = 15;
|
|
this.chkManul.Text = "手动对焦";
|
|
this.chkManul.Text = "手动对焦";
|
|
this.chkManul.UseVisualStyleBackColor = true;
|
|
this.chkManul.UseVisualStyleBackColor = true;
|
|
|
|
+ this.chkManul.Visible = false;
|
|
//
|
|
//
|
|
// label6
|
|
// label6
|
|
//
|
|
//
|
|
@@ -162,7 +164,6 @@
|
|
//
|
|
//
|
|
// cbbWPZD
|
|
// cbbWPZD
|
|
//
|
|
//
|
|
- this.cbbWPZD.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
|
this.cbbWPZD.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.cbbWPZD.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.cbbWPZD.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.cbbWPZD.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.cbbWPZD.FormattingEnabled = true;
|
|
this.cbbWPZD.FormattingEnabled = true;
|
|
@@ -180,7 +181,6 @@
|
|
//
|
|
//
|
|
// cbbWPZF
|
|
// cbbWPZF
|
|
//
|
|
//
|
|
- this.cbbWPZF.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
|
this.cbbWPZF.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.cbbWPZF.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.cbbWPZF.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.cbbWPZF.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.cbbWPZF.FormattingEnabled = true;
|
|
this.cbbWPZF.FormattingEnabled = true;
|
|
@@ -189,7 +189,7 @@
|
|
"1000",
|
|
"1000",
|
|
"2000",
|
|
"2000",
|
|
"10000"});
|
|
"10000"});
|
|
- this.cbbWPZF.Location = new System.Drawing.Point(434, 258);
|
|
|
|
|
|
+ this.cbbWPZF.Location = new System.Drawing.Point(408, 258);
|
|
this.cbbWPZF.Margin = new System.Windows.Forms.Padding(2);
|
|
this.cbbWPZF.Margin = new System.Windows.Forms.Padding(2);
|
|
this.cbbWPZF.Name = "cbbWPZF";
|
|
this.cbbWPZF.Name = "cbbWPZF";
|
|
this.cbbWPZF.Size = new System.Drawing.Size(132, 21);
|
|
this.cbbWPZF.Size = new System.Drawing.Size(132, 21);
|
|
@@ -197,7 +197,6 @@
|
|
//
|
|
//
|
|
// cbbWQGD
|
|
// cbbWQGD
|
|
//
|
|
//
|
|
- this.cbbWQGD.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
|
this.cbbWQGD.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.cbbWQGD.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.cbbWQGD.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.cbbWQGD.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.cbbWQGD.FormattingEnabled = true;
|
|
this.cbbWQGD.FormattingEnabled = true;
|
|
@@ -207,7 +206,7 @@
|
|
"2000",
|
|
"2000",
|
|
"2500",
|
|
"2500",
|
|
"3000"});
|
|
"3000"});
|
|
- this.cbbWQGD.Location = new System.Drawing.Point(106, 344);
|
|
|
|
|
|
+ this.cbbWQGD.Location = new System.Drawing.Point(106, 301);
|
|
this.cbbWQGD.Margin = new System.Windows.Forms.Padding(2);
|
|
this.cbbWQGD.Margin = new System.Windows.Forms.Padding(2);
|
|
this.cbbWQGD.Name = "cbbWQGD";
|
|
this.cbbWQGD.Name = "cbbWQGD";
|
|
this.cbbWQGD.Size = new System.Drawing.Size(132, 21);
|
|
this.cbbWQGD.Size = new System.Drawing.Size(132, 21);
|
|
@@ -215,7 +214,6 @@
|
|
//
|
|
//
|
|
// cbbWQGF
|
|
// cbbWQGF
|
|
//
|
|
//
|
|
- this.cbbWQGF.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
|
this.cbbWQGF.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.cbbWQGF.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.cbbWQGF.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.cbbWQGF.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.cbbWQGF.FormattingEnabled = true;
|
|
this.cbbWQGF.FormattingEnabled = true;
|
|
@@ -224,7 +222,7 @@
|
|
"1000",
|
|
"1000",
|
|
"2000",
|
|
"2000",
|
|
"10000"});
|
|
"10000"});
|
|
- this.cbbWQGF.Location = new System.Drawing.Point(434, 344);
|
|
|
|
|
|
+ this.cbbWQGF.Location = new System.Drawing.Point(408, 301);
|
|
this.cbbWQGF.Margin = new System.Windows.Forms.Padding(2);
|
|
this.cbbWQGF.Margin = new System.Windows.Forms.Padding(2);
|
|
this.cbbWQGF.Name = "cbbWQGF";
|
|
this.cbbWQGF.Name = "cbbWQGF";
|
|
this.cbbWQGF.Size = new System.Drawing.Size(132, 21);
|
|
this.cbbWQGF.Size = new System.Drawing.Size(132, 21);
|
|
@@ -232,7 +230,6 @@
|
|
//
|
|
//
|
|
// cbbWLZ
|
|
// cbbWLZ
|
|
//
|
|
//
|
|
- this.cbbWLZ.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
|
this.cbbWLZ.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.cbbWLZ.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.cbbWLZ.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.cbbWLZ.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.cbbWLZ.FormattingEnabled = true;
|
|
this.cbbWLZ.FormattingEnabled = true;
|
|
@@ -241,7 +238,7 @@
|
|
"1000",
|
|
"1000",
|
|
"2000",
|
|
"2000",
|
|
"10000"});
|
|
"10000"});
|
|
- this.cbbWLZ.Location = new System.Drawing.Point(434, 301);
|
|
|
|
|
|
+ this.cbbWLZ.Location = new System.Drawing.Point(408, 344);
|
|
this.cbbWLZ.Margin = new System.Windows.Forms.Padding(2);
|
|
this.cbbWLZ.Margin = new System.Windows.Forms.Padding(2);
|
|
this.cbbWLZ.Name = "cbbWLZ";
|
|
this.cbbWLZ.Name = "cbbWLZ";
|
|
this.cbbWLZ.Size = new System.Drawing.Size(132, 21);
|
|
this.cbbWLZ.Size = new System.Drawing.Size(132, 21);
|
|
@@ -256,7 +253,7 @@
|
|
this.cbbWXZ.Items.AddRange(new object[] {
|
|
this.cbbWXZ.Items.AddRange(new object[] {
|
|
"截面观测",
|
|
"截面观测",
|
|
"表面观测"});
|
|
"表面观测"});
|
|
- this.cbbWXZ.Location = new System.Drawing.Point(106, 301);
|
|
|
|
|
|
+ this.cbbWXZ.Location = new System.Drawing.Point(106, 344);
|
|
this.cbbWXZ.Margin = new System.Windows.Forms.Padding(2);
|
|
this.cbbWXZ.Margin = new System.Windows.Forms.Padding(2);
|
|
this.cbbWXZ.Name = "cbbWXZ";
|
|
this.cbbWXZ.Name = "cbbWXZ";
|
|
this.cbbWXZ.Size = new System.Drawing.Size(132, 21);
|
|
this.cbbWXZ.Size = new System.Drawing.Size(132, 21);
|
|
@@ -267,7 +264,7 @@
|
|
this.cbbWCS.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.cbbWCS.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.cbbWCS.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.cbbWCS.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.cbbWCS.FormattingEnabled = true;
|
|
this.cbbWCS.FormattingEnabled = true;
|
|
- this.cbbWCS.Location = new System.Drawing.Point(433, 215);
|
|
|
|
|
|
+ this.cbbWCS.Location = new System.Drawing.Point(407, 215);
|
|
this.cbbWCS.Margin = new System.Windows.Forms.Padding(2);
|
|
this.cbbWCS.Margin = new System.Windows.Forms.Padding(2);
|
|
this.cbbWCS.Name = "cbbWCS";
|
|
this.cbbWCS.Name = "cbbWCS";
|
|
this.cbbWCS.Size = new System.Drawing.Size(132, 21);
|
|
this.cbbWCS.Size = new System.Drawing.Size(132, 21);
|
|
@@ -289,7 +286,7 @@
|
|
this.label58.AutoSize = true;
|
|
this.label58.AutoSize = true;
|
|
this.label58.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.label58.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.label58.ForeColor = System.Drawing.Color.LightGray;
|
|
this.label58.ForeColor = System.Drawing.Color.LightGray;
|
|
- this.label58.Location = new System.Drawing.Point(42, 304);
|
|
|
|
|
|
+ this.label58.Location = new System.Drawing.Point(39, 347);
|
|
this.label58.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label58.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label58.Name = "label58";
|
|
this.label58.Name = "label58";
|
|
this.label58.Size = new System.Drawing.Size(63, 14);
|
|
this.label58.Size = new System.Drawing.Size(63, 14);
|
|
@@ -313,7 +310,7 @@
|
|
this.label54.AutoSize = true;
|
|
this.label54.AutoSize = true;
|
|
this.label54.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.label54.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.label54.ForeColor = System.Drawing.Color.LightGray;
|
|
this.label54.ForeColor = System.Drawing.Color.LightGray;
|
|
- this.label54.Location = new System.Drawing.Point(339, 261);
|
|
|
|
|
|
+ this.label54.Location = new System.Drawing.Point(313, 261);
|
|
this.label54.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label54.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label54.Name = "label54";
|
|
this.label54.Name = "label54";
|
|
this.label54.Size = new System.Drawing.Size(91, 14);
|
|
this.label54.Size = new System.Drawing.Size(91, 14);
|
|
@@ -325,7 +322,7 @@
|
|
this.label46.AutoSize = true;
|
|
this.label46.AutoSize = true;
|
|
this.label46.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.label46.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.label46.ForeColor = System.Drawing.Color.LightGray;
|
|
this.label46.ForeColor = System.Drawing.Color.LightGray;
|
|
- this.label46.Location = new System.Drawing.Point(14, 347);
|
|
|
|
|
|
+ this.label46.Location = new System.Drawing.Point(11, 304);
|
|
this.label46.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label46.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label46.Name = "label46";
|
|
this.label46.Name = "label46";
|
|
this.label46.Size = new System.Drawing.Size(91, 14);
|
|
this.label46.Size = new System.Drawing.Size(91, 14);
|
|
@@ -337,7 +334,7 @@
|
|
this.label42.AutoSize = true;
|
|
this.label42.AutoSize = true;
|
|
this.label42.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.label42.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.label42.ForeColor = System.Drawing.Color.LightGray;
|
|
this.label42.ForeColor = System.Drawing.Color.LightGray;
|
|
- this.label42.Location = new System.Drawing.Point(311, 347);
|
|
|
|
|
|
+ this.label42.Location = new System.Drawing.Point(285, 304);
|
|
this.label42.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label42.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label42.Name = "label42";
|
|
this.label42.Name = "label42";
|
|
this.label42.Size = new System.Drawing.Size(119, 14);
|
|
this.label42.Size = new System.Drawing.Size(119, 14);
|
|
@@ -349,7 +346,7 @@
|
|
this.label38.AutoSize = true;
|
|
this.label38.AutoSize = true;
|
|
this.label38.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.label38.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.label38.ForeColor = System.Drawing.Color.LightGray;
|
|
this.label38.ForeColor = System.Drawing.Color.LightGray;
|
|
- this.label38.Location = new System.Drawing.Point(311, 304);
|
|
|
|
|
|
+ this.label38.Location = new System.Drawing.Point(285, 347);
|
|
this.label38.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label38.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label38.Name = "label38";
|
|
this.label38.Name = "label38";
|
|
this.label38.Size = new System.Drawing.Size(119, 14);
|
|
this.label38.Size = new System.Drawing.Size(119, 14);
|
|
@@ -361,13 +358,14 @@
|
|
this.chkWIsP.AutoSize = true;
|
|
this.chkWIsP.AutoSize = true;
|
|
this.chkWIsP.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.chkWIsP.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.chkWIsP.ForeColor = System.Drawing.Color.LightGray;
|
|
this.chkWIsP.ForeColor = System.Drawing.Color.LightGray;
|
|
- this.chkWIsP.Location = new System.Drawing.Point(304, 181);
|
|
|
|
|
|
+ this.chkWIsP.Location = new System.Drawing.Point(104, 182);
|
|
this.chkWIsP.Margin = new System.Windows.Forms.Padding(2);
|
|
this.chkWIsP.Margin = new System.Windows.Forms.Padding(2);
|
|
this.chkWIsP.Name = "chkWIsP";
|
|
this.chkWIsP.Name = "chkWIsP";
|
|
this.chkWIsP.Size = new System.Drawing.Size(96, 18);
|
|
this.chkWIsP.Size = new System.Drawing.Size(96, 18);
|
|
this.chkWIsP.TabIndex = 85;
|
|
this.chkWIsP.TabIndex = 85;
|
|
this.chkWIsP.Text = "是否仅拍照";
|
|
this.chkWIsP.Text = "是否仅拍照";
|
|
this.chkWIsP.UseVisualStyleBackColor = true;
|
|
this.chkWIsP.UseVisualStyleBackColor = true;
|
|
|
|
+ this.chkWIsP.CheckedChanged += new System.EventHandler(this.chkWIsP_CheckedChanged);
|
|
//
|
|
//
|
|
// label48
|
|
// label48
|
|
//
|
|
//
|
|
@@ -386,7 +384,7 @@
|
|
this.label56.AutoSize = true;
|
|
this.label56.AutoSize = true;
|
|
this.label56.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.label56.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.label56.ForeColor = System.Drawing.Color.LightGray;
|
|
this.label56.ForeColor = System.Drawing.Color.LightGray;
|
|
- this.label56.Location = new System.Drawing.Point(394, 218);
|
|
|
|
|
|
+ this.label56.Location = new System.Drawing.Point(368, 218);
|
|
this.label56.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label56.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label56.Name = "label56";
|
|
this.label56.Name = "label56";
|
|
this.label56.Size = new System.Drawing.Size(35, 14);
|
|
this.label56.Size = new System.Drawing.Size(35, 14);
|
|
@@ -422,7 +420,7 @@
|
|
this.chkWPT.AutoSize = true;
|
|
this.chkWPT.AutoSize = true;
|
|
this.chkWPT.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.chkWPT.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.chkWPT.ForeColor = System.Drawing.Color.LightGray;
|
|
this.chkWPT.ForeColor = System.Drawing.Color.LightGray;
|
|
- this.chkWPT.Location = new System.Drawing.Point(198, 181);
|
|
|
|
|
|
+ this.chkWPT.Location = new System.Drawing.Point(213, 182);
|
|
this.chkWPT.Margin = new System.Windows.Forms.Padding(2);
|
|
this.chkWPT.Margin = new System.Windows.Forms.Padding(2);
|
|
this.chkWPT.Name = "chkWPT";
|
|
this.chkWPT.Name = "chkWPT";
|
|
this.chkWPT.Size = new System.Drawing.Size(96, 18);
|
|
this.chkWPT.Size = new System.Drawing.Size(96, 18);
|
|
@@ -443,20 +441,6 @@
|
|
this.btnCreateConfig.UseVisualStyleBackColor = true;
|
|
this.btnCreateConfig.UseVisualStyleBackColor = true;
|
|
this.btnCreateConfig.Click += new System.EventHandler(this.btnCreateConfig_Click);
|
|
this.btnCreateConfig.Click += new System.EventHandler(this.btnCreateConfig_Click);
|
|
//
|
|
//
|
|
- // btnReadConfig
|
|
|
|
- //
|
|
|
|
- this.btnReadConfig.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
- this.btnReadConfig.ForeColor = System.Drawing.Color.Black;
|
|
|
|
- this.btnReadConfig.Location = new System.Drawing.Point(12, 381);
|
|
|
|
- this.btnReadConfig.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
- this.btnReadConfig.Name = "btnReadConfig";
|
|
|
|
- this.btnReadConfig.Size = new System.Drawing.Size(135, 41);
|
|
|
|
- this.btnReadConfig.TabIndex = 101;
|
|
|
|
- this.btnReadConfig.Text = "读取配置文件";
|
|
|
|
- this.btnReadConfig.UseVisualStyleBackColor = true;
|
|
|
|
- this.btnReadConfig.Visible = false;
|
|
|
|
- this.btnReadConfig.Click += new System.EventHandler(this.btnReadConfig_Click);
|
|
|
|
- //
|
|
|
|
// txtWFIBF
|
|
// txtWFIBF
|
|
//
|
|
//
|
|
this.txtWFIBF.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.txtWFIBF.Font = new System.Drawing.Font("宋体", 10F);
|
|
@@ -466,6 +450,97 @@
|
|
this.txtWFIBF.Size = new System.Drawing.Size(346, 23);
|
|
this.txtWFIBF.Size = new System.Drawing.Size(346, 23);
|
|
this.txtWFIBF.TabIndex = 103;
|
|
this.txtWFIBF.TabIndex = 103;
|
|
//
|
|
//
|
|
|
|
+ // pbDelWLZ
|
|
|
|
+ //
|
|
|
|
+ this.pbDelWLZ.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
+ this.pbDelWLZ.BackgroundImage = global::HOZProject.Properties.Resources.exit_Gray;
|
|
|
|
+ this.pbDelWLZ.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
|
|
+ this.pbDelWLZ.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
+ this.pbDelWLZ.Location = new System.Drawing.Point(541, 344);
|
|
|
|
+ this.pbDelWLZ.Name = "pbDelWLZ";
|
|
|
|
+ this.pbDelWLZ.Size = new System.Drawing.Size(25, 21);
|
|
|
|
+ this.pbDelWLZ.TabIndex = 111;
|
|
|
|
+ this.pbDelWLZ.TabStop = false;
|
|
|
|
+ this.pbDelWLZ.Click += new System.EventHandler(this.DelComboBoxItem_Click);
|
|
|
|
+ //
|
|
|
|
+ // pbDelWQGD
|
|
|
|
+ //
|
|
|
|
+ this.pbDelWQGD.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
+ this.pbDelWQGD.BackgroundImage = global::HOZProject.Properties.Resources.exit_Gray;
|
|
|
|
+ this.pbDelWQGD.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
|
|
+ this.pbDelWQGD.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
+ this.pbDelWQGD.Location = new System.Drawing.Point(239, 301);
|
|
|
|
+ this.pbDelWQGD.Name = "pbDelWQGD";
|
|
|
|
+ this.pbDelWQGD.Size = new System.Drawing.Size(25, 21);
|
|
|
|
+ this.pbDelWQGD.TabIndex = 110;
|
|
|
|
+ this.pbDelWQGD.TabStop = false;
|
|
|
|
+ this.pbDelWQGD.Click += new System.EventHandler(this.DelComboBoxItem_Click);
|
|
|
|
+ //
|
|
|
|
+ // pbWQGFDel
|
|
|
|
+ //
|
|
|
|
+ this.pbWQGFDel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
+ this.pbWQGFDel.BackgroundImage = global::HOZProject.Properties.Resources.exit_Gray;
|
|
|
|
+ this.pbWQGFDel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
|
|
+ this.pbWQGFDel.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
+ this.pbWQGFDel.Location = new System.Drawing.Point(541, 301);
|
|
|
|
+ this.pbWQGFDel.Name = "pbWQGFDel";
|
|
|
|
+ this.pbWQGFDel.Size = new System.Drawing.Size(25, 21);
|
|
|
|
+ this.pbWQGFDel.TabIndex = 109;
|
|
|
|
+ this.pbWQGFDel.TabStop = false;
|
|
|
|
+ this.pbWQGFDel.Click += new System.EventHandler(this.DelComboBoxItem_Click);
|
|
|
|
+ //
|
|
|
|
+ // pbDelWPZD
|
|
|
|
+ //
|
|
|
|
+ this.pbDelWPZD.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
+ this.pbDelWPZD.BackgroundImage = global::HOZProject.Properties.Resources.exit_Gray;
|
|
|
|
+ this.pbDelWPZD.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
|
|
+ this.pbDelWPZD.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
+ this.pbDelWPZD.Location = new System.Drawing.Point(239, 258);
|
|
|
|
+ this.pbDelWPZD.Name = "pbDelWPZD";
|
|
|
|
+ this.pbDelWPZD.Size = new System.Drawing.Size(25, 21);
|
|
|
|
+ this.pbDelWPZD.TabIndex = 108;
|
|
|
|
+ this.pbDelWPZD.TabStop = false;
|
|
|
|
+ this.pbDelWPZD.Click += new System.EventHandler(this.DelComboBoxItem_Click);
|
|
|
|
+ //
|
|
|
|
+ // pbDelWPZF
|
|
|
|
+ //
|
|
|
|
+ this.pbDelWPZF.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
+ this.pbDelWPZF.BackgroundImage = global::HOZProject.Properties.Resources.exit_Gray;
|
|
|
|
+ this.pbDelWPZF.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
|
|
+ this.pbDelWPZF.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
+ this.pbDelWPZF.Location = new System.Drawing.Point(541, 258);
|
|
|
|
+ this.pbDelWPZF.Name = "pbDelWPZF";
|
|
|
|
+ this.pbDelWPZF.Size = new System.Drawing.Size(25, 21);
|
|
|
|
+ this.pbDelWPZF.TabIndex = 107;
|
|
|
|
+ this.pbDelWPZF.TabStop = false;
|
|
|
|
+ this.pbDelWPZF.Click += new System.EventHandler(this.DelComboBoxItem_Click);
|
|
|
|
+ //
|
|
|
|
+ // pbDelWYP
|
|
|
|
+ //
|
|
|
|
+ this.pbDelWYP.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
+ this.pbDelWYP.BackgroundImage = global::HOZProject.Properties.Resources.exit_Gray;
|
|
|
|
+ this.pbDelWYP.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
|
|
+ this.pbDelWYP.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
+ this.pbDelWYP.Location = new System.Drawing.Point(240, 215);
|
|
|
|
+ this.pbDelWYP.Name = "pbDelWYP";
|
|
|
|
+ this.pbDelWYP.Size = new System.Drawing.Size(25, 21);
|
|
|
|
+ this.pbDelWYP.TabIndex = 106;
|
|
|
|
+ this.pbDelWYP.TabStop = false;
|
|
|
|
+ this.pbDelWYP.Click += new System.EventHandler(this.DelComboBoxItem_Click);
|
|
|
|
+ //
|
|
|
|
+ // pbDelWCS
|
|
|
|
+ //
|
|
|
|
+ this.pbDelWCS.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
+ this.pbDelWCS.BackgroundImage = global::HOZProject.Properties.Resources.exit_Gray;
|
|
|
|
+ this.pbDelWCS.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
|
|
+ this.pbDelWCS.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
+ this.pbDelWCS.Location = new System.Drawing.Point(542, 215);
|
|
|
|
+ this.pbDelWCS.Name = "pbDelWCS";
|
|
|
|
+ this.pbDelWCS.Size = new System.Drawing.Size(25, 21);
|
|
|
|
+ this.pbDelWCS.TabIndex = 105;
|
|
|
|
+ this.pbDelWCS.TabStop = false;
|
|
|
|
+ this.pbDelWCS.Click += new System.EventHandler(this.DelComboBoxItem_Click);
|
|
|
|
+ //
|
|
// pbCutHoleAuto
|
|
// pbCutHoleAuto
|
|
//
|
|
//
|
|
this.pbCutHoleAuto.BackColor = System.Drawing.Color.LightGray;
|
|
this.pbCutHoleAuto.BackColor = System.Drawing.Color.LightGray;
|
|
@@ -518,16 +593,37 @@
|
|
this.pbCutHoleFile.TabStop = false;
|
|
this.pbCutHoleFile.TabStop = false;
|
|
this.pbCutHoleFile.Click += new System.EventHandler(this.pbCutHoleFile_Click);
|
|
this.pbCutHoleFile.Click += new System.EventHandler(this.pbCutHoleFile_Click);
|
|
//
|
|
//
|
|
|
|
+ // pbClose
|
|
|
|
+ //
|
|
|
|
+ this.pbClose.BackColor = System.Drawing.Color.Black;
|
|
|
|
+ this.pbClose.BackgroundImage = global::HOZProject.Properties.Resources.exit_Gray;
|
|
|
|
+ this.pbClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
|
|
+ this.pbClose.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
+ this.pbClose.Dock = System.Windows.Forms.DockStyle.Right;
|
|
|
|
+ this.pbClose.Location = new System.Drawing.Point(544, 0);
|
|
|
|
+ this.pbClose.Name = "pbClose";
|
|
|
|
+ this.pbClose.Size = new System.Drawing.Size(32, 33);
|
|
|
|
+ this.pbClose.TabIndex = 106;
|
|
|
|
+ this.pbClose.TabStop = false;
|
|
|
|
+ this.pbClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
|
|
+ //
|
|
// UControl_Init
|
|
// UControl_Init
|
|
//
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.Black;
|
|
this.BackColor = System.Drawing.Color.Black;
|
|
this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
|
+ this.Controls.Add(this.label50);
|
|
|
|
+ this.Controls.Add(this.pbDelWLZ);
|
|
|
|
+ this.Controls.Add(this.pbDelWQGD);
|
|
|
|
+ this.Controls.Add(this.pbWQGFDel);
|
|
|
|
+ this.Controls.Add(this.pbDelWPZD);
|
|
|
|
+ this.Controls.Add(this.pbDelWPZF);
|
|
|
|
+ this.Controls.Add(this.pbDelWYP);
|
|
|
|
+ this.Controls.Add(this.pbDelWCS);
|
|
this.Controls.Add(this.pbCutHoleAuto);
|
|
this.Controls.Add(this.pbCutHoleAuto);
|
|
this.Controls.Add(this.txtWFIBF);
|
|
this.Controls.Add(this.txtWFIBF);
|
|
this.Controls.Add(this.pbFIBTemplateFile);
|
|
this.Controls.Add(this.pbFIBTemplateFile);
|
|
- this.Controls.Add(this.btnReadConfig);
|
|
|
|
this.Controls.Add(this.btnCreateConfig);
|
|
this.Controls.Add(this.btnCreateConfig);
|
|
this.Controls.Add(this.cbbWPZD);
|
|
this.Controls.Add(this.cbbWPZD);
|
|
this.Controls.Add(this.cbbWPZF);
|
|
this.Controls.Add(this.cbbWPZF);
|
|
@@ -538,7 +634,6 @@
|
|
this.Controls.Add(this.cbbWCS);
|
|
this.Controls.Add(this.cbbWCS);
|
|
this.Controls.Add(this.cbbWYP);
|
|
this.Controls.Add(this.cbbWYP);
|
|
this.Controls.Add(this.label58);
|
|
this.Controls.Add(this.label58);
|
|
- this.Controls.Add(this.label50);
|
|
|
|
this.Controls.Add(this.label54);
|
|
this.Controls.Add(this.label54);
|
|
this.Controls.Add(this.label46);
|
|
this.Controls.Add(this.label46);
|
|
this.Controls.Add(this.label42);
|
|
this.Controls.Add(this.label42);
|
|
@@ -564,18 +659,24 @@
|
|
this.Load += new System.EventHandler(this.UControl_Init_Load);
|
|
this.Load += new System.EventHandler(this.UControl_Init_Load);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.panel1.PerformLayout();
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pbDelWLZ)).EndInit();
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pbDelWQGD)).EndInit();
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pbWQGFDel)).EndInit();
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pbDelWPZD)).EndInit();
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pbDelWPZF)).EndInit();
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pbDelWYP)).EndInit();
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pbDelWCS)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbCutHoleAuto)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbCutHoleAuto)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbFIBTemplateFile)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbFIBTemplateFile)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbPTTemplateFile)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbPTTemplateFile)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbCutHoleFile)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbCutHoleFile)).EndInit();
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pbClose)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
#endregion
|
|
#endregion
|
|
-
|
|
|
|
- private System.Windows.Forms.Button btnClose;
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.PictureBox pbCutHoleFile;
|
|
private System.Windows.Forms.PictureBox pbCutHoleFile;
|
|
@@ -607,10 +708,17 @@
|
|
private System.Windows.Forms.Label label61;
|
|
private System.Windows.Forms.Label label61;
|
|
private System.Windows.Forms.CheckBox chkWPT;
|
|
private System.Windows.Forms.CheckBox chkWPT;
|
|
private System.Windows.Forms.Button btnCreateConfig;
|
|
private System.Windows.Forms.Button btnCreateConfig;
|
|
- private System.Windows.Forms.Button btnReadConfig;
|
|
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox txtWFIBF;
|
|
private System.Windows.Forms.TextBox txtWFIBF;
|
|
private System.Windows.Forms.PictureBox pbFIBTemplateFile;
|
|
private System.Windows.Forms.PictureBox pbFIBTemplateFile;
|
|
private System.Windows.Forms.PictureBox pbCutHoleAuto;
|
|
private System.Windows.Forms.PictureBox pbCutHoleAuto;
|
|
|
|
+ private System.Windows.Forms.PictureBox pbDelWCS;
|
|
|
|
+ private System.Windows.Forms.PictureBox pbClose;
|
|
|
|
+ private System.Windows.Forms.PictureBox pbDelWYP;
|
|
|
|
+ private System.Windows.Forms.PictureBox pbDelWPZD;
|
|
|
|
+ private System.Windows.Forms.PictureBox pbDelWPZF;
|
|
|
|
+ private System.Windows.Forms.PictureBox pbDelWQGD;
|
|
|
|
+ private System.Windows.Forms.PictureBox pbWQGFDel;
|
|
|
|
+ private System.Windows.Forms.PictureBox pbDelWLZ;
|
|
}
|
|
}
|
|
}
|
|
}
|