|
@@ -31,20 +31,14 @@
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UControl_Init));
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
+ this.pbClose = new System.Windows.Forms.PictureBox();
|
|
|
this.tbCutHoleFilePath = new System.Windows.Forms.TextBox();
|
|
|
this.txtWPTF = new System.Windows.Forms.TextBox();
|
|
|
this.lblCutHoleCount = new System.Windows.Forms.Label();
|
|
|
this.chkManul = new System.Windows.Forms.CheckBox();
|
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
|
- this.cbbWPZD = new System.Windows.Forms.ComboBox();
|
|
|
- this.cbbWPZF = new System.Windows.Forms.ComboBox();
|
|
|
- this.cbbWQGD = new System.Windows.Forms.ComboBox();
|
|
|
- this.cbbWQGF = new System.Windows.Forms.ComboBox();
|
|
|
- this.cbbWLZ = new System.Windows.Forms.ComboBox();
|
|
|
- this.cbbWXZ = new System.Windows.Forms.ComboBox();
|
|
|
this.cbbWCS = new System.Windows.Forms.ComboBox();
|
|
|
this.cbbWYP = new System.Windows.Forms.ComboBox();
|
|
|
- this.label58 = new System.Windows.Forms.Label();
|
|
|
this.label50 = new System.Windows.Forms.Label();
|
|
|
this.label54 = new System.Windows.Forms.Label();
|
|
|
this.label46 = new System.Windows.Forms.Label();
|
|
@@ -57,27 +51,11 @@
|
|
|
this.label61 = new System.Windows.Forms.Label();
|
|
|
this.chkWPT = new System.Windows.Forms.CheckBox();
|
|
|
this.txtWFIBF = new System.Windows.Forms.TextBox();
|
|
|
- this.label2 = new System.Windows.Forms.Label();
|
|
|
this.chkWqxkc = new System.Windows.Forms.CheckBox();
|
|
|
- this.label3 = new System.Windows.Forms.Label();
|
|
|
- this.txtYPSCur = new System.Windows.Forms.TextBox();
|
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
|
this.btnSaveDefalutPara = new System.Windows.Forms.Button();
|
|
|
this.btnEditConfig = new System.Windows.Forms.Button();
|
|
|
- this.tbGear1to2_Xdeviation = new System.Windows.Forms.TextBox();
|
|
|
- this.tbGear1to2_Ydeviation = new System.Windows.Forms.TextBox();
|
|
|
- this.label17 = new System.Windows.Forms.Label();
|
|
|
- this.txtScanRotCur = new System.Windows.Forms.TextBox();
|
|
|
this.chkEDS = new System.Windows.Forms.CheckBox();
|
|
|
- this.txtEDSZ = new System.Windows.Forms.TextBox();
|
|
|
- this.label18 = new System.Windows.Forms.Label();
|
|
|
- this.label19 = new System.Windows.Forms.Label();
|
|
|
- this.label20 = new System.Windows.Forms.Label();
|
|
|
- this.label21 = new System.Windows.Forms.Label();
|
|
|
- this.label22 = new System.Windows.Forms.Label();
|
|
|
- this.label23 = new System.Windows.Forms.Label();
|
|
|
- this.cbbEDSV = new System.Windows.Forms.ComboBox();
|
|
|
- this.cbbEDSA = new System.Windows.Forms.ComboBox();
|
|
|
this.cboXrayMode = new System.Windows.Forms.ComboBox();
|
|
|
this.label28 = new System.Windows.Forms.Label();
|
|
|
this.label29 = new System.Windows.Forms.Label();
|
|
@@ -88,10 +66,16 @@
|
|
|
this.btnPTTemplateFile = new System.Windows.Forms.Button();
|
|
|
this.btnCutHoleAuto = new System.Windows.Forms.Button();
|
|
|
this.btnCutHoleFile = new System.Windows.Forms.Button();
|
|
|
- this.pbClose = new System.Windows.Forms.PictureBox();
|
|
|
+ this.label2 = new System.Windows.Forms.Label();
|
|
|
+ this.txtMag1 = new System.Windows.Forms.TextBox();
|
|
|
+ this.txtMag2 = new System.Windows.Forms.TextBox();
|
|
|
+ this.txtMag3 = new System.Windows.Forms.TextBox();
|
|
|
+ this.txtMag4 = new System.Windows.Forms.TextBox();
|
|
|
+ this.txtVot = new System.Windows.Forms.TextBox();
|
|
|
+ this.txtIprobe = new System.Windows.Forms.TextBox();
|
|
|
this.panel1.SuspendLayout();
|
|
|
- this.panel2.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pbClose)).BeginInit();
|
|
|
+ this.panel2.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// label1
|
|
@@ -117,6 +101,22 @@
|
|
|
this.panel1.Size = new System.Drawing.Size(767, 33);
|
|
|
this.panel1.TabIndex = 3;
|
|
|
//
|
|
|
+ // pbClose
|
|
|
+ //
|
|
|
+ this.pbClose.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.pbClose.BackgroundImage = global::HOZProject.Properties.Resources.exit_2_;
|
|
|
+ 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(733, 0);
|
|
|
+ this.pbClose.Name = "pbClose";
|
|
|
+ this.pbClose.Size = new System.Drawing.Size(32, 31);
|
|
|
+ this.pbClose.TabIndex = 106;
|
|
|
+ this.pbClose.TabStop = false;
|
|
|
+ this.pbClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
|
+ this.pbClose.MouseEnter += new System.EventHandler(this.pbClose_MouseEnter);
|
|
|
+ this.pbClose.MouseLeave += new System.EventHandler(this.pbClose_MouseLeave);
|
|
|
+ //
|
|
|
// tbCutHoleFilePath
|
|
|
//
|
|
|
this.tbCutHoleFilePath.Font = new System.Drawing.Font("宋体", 10F);
|
|
@@ -151,7 +151,7 @@
|
|
|
this.chkManul.AutoSize = true;
|
|
|
this.chkManul.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.chkManul.ForeColor = System.Drawing.Color.Black;
|
|
|
- this.chkManul.Location = new System.Drawing.Point(638, 122);
|
|
|
+ this.chkManul.Location = new System.Drawing.Point(647, 129);
|
|
|
this.chkManul.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.chkManul.Name = "chkManul";
|
|
|
this.chkManul.Size = new System.Drawing.Size(100, 27);
|
|
@@ -172,108 +172,6 @@
|
|
|
this.label6.TabIndex = 17;
|
|
|
this.label6.Text = "导入分析点";
|
|
|
//
|
|
|
- // cbbWPZD
|
|
|
- //
|
|
|
- this.cbbWPZD.Font = new System.Drawing.Font("宋体", 10F);
|
|
|
- this.cbbWPZD.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
- this.cbbWPZD.FormattingEnabled = true;
|
|
|
- this.cbbWPZD.Items.AddRange(new object[] {
|
|
|
- "1000",
|
|
|
- "1500",
|
|
|
- "2000",
|
|
|
- "2500",
|
|
|
- "3000"});
|
|
|
- this.cbbWPZD.Location = new System.Drawing.Point(174, 260);
|
|
|
- this.cbbWPZD.Margin = new System.Windows.Forms.Padding(2);
|
|
|
- this.cbbWPZD.Name = "cbbWPZD";
|
|
|
- this.cbbWPZD.Size = new System.Drawing.Size(155, 25);
|
|
|
- this.cbbWPZD.TabIndex = 99;
|
|
|
- this.cbbWPZD.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.cbbWPZD_KeyPress);
|
|
|
- //
|
|
|
- // cbbWPZF
|
|
|
- //
|
|
|
- this.cbbWPZF.Font = new System.Drawing.Font("宋体", 10F);
|
|
|
- this.cbbWPZF.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
- this.cbbWPZF.FormattingEnabled = true;
|
|
|
- this.cbbWPZF.Items.AddRange(new object[] {
|
|
|
- "600",
|
|
|
- "1000",
|
|
|
- "2000",
|
|
|
- "10000"});
|
|
|
- this.cbbWPZF.Location = new System.Drawing.Point(502, 260);
|
|
|
- this.cbbWPZF.Margin = new System.Windows.Forms.Padding(2);
|
|
|
- this.cbbWPZF.Name = "cbbWPZF";
|
|
|
- this.cbbWPZF.Size = new System.Drawing.Size(155, 25);
|
|
|
- this.cbbWPZF.TabIndex = 98;
|
|
|
- this.cbbWPZF.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.cbbWPZF_KeyPress);
|
|
|
- //
|
|
|
- // cbbWQGD
|
|
|
- //
|
|
|
- this.cbbWQGD.Font = new System.Drawing.Font("宋体", 10F);
|
|
|
- this.cbbWQGD.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
- this.cbbWQGD.FormattingEnabled = true;
|
|
|
- this.cbbWQGD.Items.AddRange(new object[] {
|
|
|
- "1000",
|
|
|
- "1500",
|
|
|
- "2000",
|
|
|
- "2500",
|
|
|
- "3000"});
|
|
|
- this.cbbWQGD.Location = new System.Drawing.Point(174, 235);
|
|
|
- this.cbbWQGD.Margin = new System.Windows.Forms.Padding(2);
|
|
|
- this.cbbWQGD.Name = "cbbWQGD";
|
|
|
- this.cbbWQGD.Size = new System.Drawing.Size(155, 25);
|
|
|
- this.cbbWQGD.TabIndex = 97;
|
|
|
- this.cbbWQGD.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.cbbWQGD_KeyPress);
|
|
|
- //
|
|
|
- // cbbWQGF
|
|
|
- //
|
|
|
- this.cbbWQGF.Font = new System.Drawing.Font("宋体", 10F);
|
|
|
- this.cbbWQGF.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
- this.cbbWQGF.FormattingEnabled = true;
|
|
|
- this.cbbWQGF.Items.AddRange(new object[] {
|
|
|
- "600",
|
|
|
- "1000",
|
|
|
- "2000",
|
|
|
- "10000"});
|
|
|
- this.cbbWQGF.Location = new System.Drawing.Point(502, 235);
|
|
|
- this.cbbWQGF.Margin = new System.Windows.Forms.Padding(2);
|
|
|
- this.cbbWQGF.Name = "cbbWQGF";
|
|
|
- this.cbbWQGF.Size = new System.Drawing.Size(155, 25);
|
|
|
- this.cbbWQGF.TabIndex = 96;
|
|
|
- this.cbbWQGF.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.cbbWQGF_KeyPress);
|
|
|
- //
|
|
|
- // cbbWLZ
|
|
|
- //
|
|
|
- this.cbbWLZ.Font = new System.Drawing.Font("宋体", 10F);
|
|
|
- this.cbbWLZ.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
- this.cbbWLZ.FormattingEnabled = true;
|
|
|
- this.cbbWLZ.Items.AddRange(new object[] {
|
|
|
- "600",
|
|
|
- "1000",
|
|
|
- "2000",
|
|
|
- "10000"});
|
|
|
- this.cbbWLZ.Location = new System.Drawing.Point(502, 210);
|
|
|
- this.cbbWLZ.Margin = new System.Windows.Forms.Padding(2);
|
|
|
- this.cbbWLZ.Name = "cbbWLZ";
|
|
|
- this.cbbWLZ.Size = new System.Drawing.Size(155, 25);
|
|
|
- this.cbbWLZ.TabIndex = 95;
|
|
|
- this.cbbWLZ.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.cbbWLZ_KeyPress);
|
|
|
- //
|
|
|
- // cbbWXZ
|
|
|
- //
|
|
|
- this.cbbWXZ.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
- this.cbbWXZ.Font = new System.Drawing.Font("宋体", 10F);
|
|
|
- this.cbbWXZ.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
- this.cbbWXZ.FormattingEnabled = true;
|
|
|
- this.cbbWXZ.Items.AddRange(new object[] {
|
|
|
- "截面观测",
|
|
|
- "表面观测"});
|
|
|
- this.cbbWXZ.Location = new System.Drawing.Point(174, 210);
|
|
|
- this.cbbWXZ.Margin = new System.Windows.Forms.Padding(2);
|
|
|
- this.cbbWXZ.Name = "cbbWXZ";
|
|
|
- this.cbbWXZ.Size = new System.Drawing.Size(155, 25);
|
|
|
- this.cbbWXZ.TabIndex = 94;
|
|
|
- //
|
|
|
// cbbWCS
|
|
|
//
|
|
|
this.cbbWCS.Font = new System.Drawing.Font("宋体", 10F);
|
|
@@ -297,18 +195,6 @@
|
|
|
this.cbbWYP.TabIndex = 92;
|
|
|
this.cbbWYP.SelectedIndexChanged += new System.EventHandler(this.cbbWYP_SelectedIndexChanged);
|
|
|
//
|
|
|
- // label58
|
|
|
- //
|
|
|
- this.label58.AutoSize = true;
|
|
|
- this.label58.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label58.ForeColor = System.Drawing.Color.Black;
|
|
|
- this.label58.Location = new System.Drawing.Point(96, 214);
|
|
|
- this.label58.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
- this.label58.Name = "label58";
|
|
|
- this.label58.Size = new System.Drawing.Size(69, 20);
|
|
|
- this.label58.TabIndex = 91;
|
|
|
- this.label58.Text = "校正角度";
|
|
|
- //
|
|
|
// label50
|
|
|
//
|
|
|
this.label50.AutoSize = true;
|
|
@@ -317,21 +203,21 @@
|
|
|
this.label50.Location = new System.Drawing.Point(80, 264);
|
|
|
this.label50.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
this.label50.Name = "label50";
|
|
|
- this.label50.Size = new System.Drawing.Size(85, 20);
|
|
|
+ this.label50.Size = new System.Drawing.Size(70, 20);
|
|
|
this.label50.TabIndex = 90;
|
|
|
- this.label50.Text = "拍照电压/V";
|
|
|
+ this.label50.Text = "电流/mA";
|
|
|
//
|
|
|
// label54
|
|
|
//
|
|
|
this.label54.AutoSize = true;
|
|
|
this.label54.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.label54.ForeColor = System.Drawing.Color.Black;
|
|
|
- this.label54.Location = new System.Drawing.Point(404, 262);
|
|
|
+ this.label54.Location = new System.Drawing.Point(18, 390);
|
|
|
this.label54.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
this.label54.Name = "label54";
|
|
|
- this.label54.Size = new System.Drawing.Size(99, 20);
|
|
|
+ this.label54.Size = new System.Drawing.Size(159, 20);
|
|
|
this.label54.TabIndex = 89;
|
|
|
- this.label54.Text = "拍照放大倍数";
|
|
|
+ this.label54.Text = "第一次截面照放大倍数";
|
|
|
//
|
|
|
// label46
|
|
|
//
|
|
@@ -341,28 +227,28 @@
|
|
|
this.label46.Location = new System.Drawing.Point(80, 239);
|
|
|
this.label46.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
this.label46.Name = "label46";
|
|
|
- this.label46.Size = new System.Drawing.Size(85, 20);
|
|
|
+ this.label46.Size = new System.Drawing.Size(55, 20);
|
|
|
this.label46.TabIndex = 88;
|
|
|
- this.label46.Text = "定位电压/V";
|
|
|
+ this.label46.Text = "电压/V";
|
|
|
//
|
|
|
// label42
|
|
|
//
|
|
|
this.label42.AutoSize = true;
|
|
|
this.label42.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.label42.ForeColor = System.Drawing.Color.Black;
|
|
|
- this.label42.Location = new System.Drawing.Point(406, 237);
|
|
|
+ this.label42.Location = new System.Drawing.Point(18, 362);
|
|
|
this.label42.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
this.label42.Name = "label42";
|
|
|
- this.label42.Size = new System.Drawing.Size(99, 20);
|
|
|
+ this.label42.Size = new System.Drawing.Size(159, 20);
|
|
|
this.label42.TabIndex = 87;
|
|
|
- this.label42.Text = "定位放大倍数";
|
|
|
+ this.label42.Text = "找到已切割孔放大倍数";
|
|
|
//
|
|
|
// label38
|
|
|
//
|
|
|
this.label38.AutoSize = true;
|
|
|
this.label38.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.label38.ForeColor = System.Drawing.Color.Black;
|
|
|
- this.label38.Location = new System.Drawing.Point(394, 214);
|
|
|
+ this.label38.Location = new System.Drawing.Point(48, 334);
|
|
|
this.label38.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
this.label38.Name = "label38";
|
|
|
this.label38.Size = new System.Drawing.Size(129, 20);
|
|
@@ -436,7 +322,7 @@
|
|
|
this.chkWPT.AutoSize = true;
|
|
|
this.chkWPT.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.chkWPT.ForeColor = System.Drawing.Color.Black;
|
|
|
- this.chkWPT.Location = new System.Drawing.Point(200, 156);
|
|
|
+ this.chkWPT.Location = new System.Drawing.Point(502, 285);
|
|
|
this.chkWPT.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.chkWPT.Name = "chkWPT";
|
|
|
this.chkWPT.Size = new System.Drawing.Size(86, 27);
|
|
@@ -454,18 +340,6 @@
|
|
|
this.txtWFIBF.Size = new System.Drawing.Size(346, 27);
|
|
|
this.txtWFIBF.TabIndex = 103;
|
|
|
//
|
|
|
- // label2
|
|
|
- //
|
|
|
- this.label2.AutoSize = true;
|
|
|
- this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label2.ForeColor = System.Drawing.Color.Black;
|
|
|
- this.label2.Location = new System.Drawing.Point(13, 289);
|
|
|
- this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
- this.label2.Name = "label2";
|
|
|
- this.label2.Size = new System.Drawing.Size(152, 20);
|
|
|
- this.label2.TabIndex = 113;
|
|
|
- this.label2.Text = "ScanRotate修正参数";
|
|
|
- //
|
|
|
// chkWqxkc
|
|
|
//
|
|
|
this.chkWqxkc.AutoSize = true;
|
|
@@ -479,33 +353,11 @@
|
|
|
this.chkWqxkc.UseVisualStyleBackColor = true;
|
|
|
this.chkWqxkc.CheckedChanged += new System.EventHandler(this.chkWqxkc_CheckedChanged);
|
|
|
//
|
|
|
- // label3
|
|
|
- //
|
|
|
- this.label3.AutoSize = true;
|
|
|
- this.label3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label3.ForeColor = System.Drawing.Color.Black;
|
|
|
- this.label3.Location = new System.Drawing.Point(350, 287);
|
|
|
- this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
- this.label3.Name = "label3";
|
|
|
- this.label3.Size = new System.Drawing.Size(171, 20);
|
|
|
- this.label3.TabIndex = 116;
|
|
|
- this.label3.Text = "Y轴方向PixelSize修正值";
|
|
|
- //
|
|
|
- // txtYPSCur
|
|
|
- //
|
|
|
- this.txtYPSCur.Location = new System.Drawing.Point(502, 285);
|
|
|
- this.txtYPSCur.Name = "txtYPSCur";
|
|
|
- this.txtYPSCur.ReadOnly = true;
|
|
|
- this.txtYPSCur.Size = new System.Drawing.Size(155, 27);
|
|
|
- this.txtYPSCur.TabIndex = 117;
|
|
|
- this.txtYPSCur.TextChanged += new System.EventHandler(this.txtYPSCur_TextChanged);
|
|
|
- this.txtYPSCur.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtYPSCur_KeyPress);
|
|
|
- //
|
|
|
// panel2
|
|
|
//
|
|
|
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
this.panel2.Controls.Add(this.btnSaveDefalutPara);
|
|
|
- this.panel2.Location = new System.Drawing.Point(0, 441);
|
|
|
+ this.panel2.Location = new System.Drawing.Point(3, 501);
|
|
|
this.panel2.Name = "panel2";
|
|
|
this.panel2.Size = new System.Drawing.Size(769, 49);
|
|
|
this.panel2.TabIndex = 124;
|
|
@@ -515,7 +367,7 @@
|
|
|
this.btnSaveDefalutPara.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
this.btnSaveDefalutPara.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.btnSaveDefalutPara.ForeColor = System.Drawing.Color.Black;
|
|
|
- this.btnSaveDefalutPara.Location = new System.Drawing.Point(271, 2);
|
|
|
+ this.btnSaveDefalutPara.Location = new System.Drawing.Point(293, 2);
|
|
|
this.btnSaveDefalutPara.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.btnSaveDefalutPara.Name = "btnSaveDefalutPara";
|
|
|
this.btnSaveDefalutPara.Size = new System.Drawing.Size(129, 30);
|
|
@@ -538,41 +390,6 @@
|
|
|
this.btnEditConfig.UseVisualStyleBackColor = true;
|
|
|
this.btnEditConfig.Click += new System.EventHandler(this.btnEditConfig_Click);
|
|
|
//
|
|
|
- // tbGear1to2_Xdeviation
|
|
|
- //
|
|
|
- this.tbGear1to2_Xdeviation.Location = new System.Drawing.Point(377, 441);
|
|
|
- this.tbGear1to2_Xdeviation.Name = "tbGear1to2_Xdeviation";
|
|
|
- this.tbGear1to2_Xdeviation.Size = new System.Drawing.Size(100, 27);
|
|
|
- this.tbGear1to2_Xdeviation.TabIndex = 10;
|
|
|
- this.tbGear1to2_Xdeviation.Visible = false;
|
|
|
- //
|
|
|
- // tbGear1to2_Ydeviation
|
|
|
- //
|
|
|
- this.tbGear1to2_Ydeviation.Location = new System.Drawing.Point(627, 441);
|
|
|
- this.tbGear1to2_Ydeviation.Name = "tbGear1to2_Ydeviation";
|
|
|
- this.tbGear1to2_Ydeviation.Size = new System.Drawing.Size(100, 27);
|
|
|
- this.tbGear1to2_Ydeviation.TabIndex = 11;
|
|
|
- this.tbGear1to2_Ydeviation.Visible = false;
|
|
|
- //
|
|
|
- // label17
|
|
|
- //
|
|
|
- this.label17.AutoSize = true;
|
|
|
- this.label17.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label17.Location = new System.Drawing.Point(306, 444);
|
|
|
- this.label17.Name = "label17";
|
|
|
- this.label17.Size = new System.Drawing.Size(72, 23);
|
|
|
- this.label17.TabIndex = 18;
|
|
|
- this.label17.Text = "X偏移值";
|
|
|
- this.label17.Visible = false;
|
|
|
- //
|
|
|
- // txtScanRotCur
|
|
|
- //
|
|
|
- this.txtScanRotCur.Location = new System.Drawing.Point(174, 285);
|
|
|
- this.txtScanRotCur.Name = "txtScanRotCur";
|
|
|
- this.txtScanRotCur.ReadOnly = true;
|
|
|
- this.txtScanRotCur.Size = new System.Drawing.Size(155, 27);
|
|
|
- this.txtScanRotCur.TabIndex = 136;
|
|
|
- //
|
|
|
// chkEDS
|
|
|
//
|
|
|
this.chkEDS.AutoSize = true;
|
|
@@ -586,122 +403,6 @@
|
|
|
this.chkEDS.Text = "能谱测量";
|
|
|
this.chkEDS.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
- // txtEDSZ
|
|
|
- //
|
|
|
- this.txtEDSZ.Location = new System.Drawing.Point(174, 312);
|
|
|
- this.txtEDSZ.Name = "txtEDSZ";
|
|
|
- this.txtEDSZ.ReadOnly = true;
|
|
|
- this.txtEDSZ.Size = new System.Drawing.Size(155, 27);
|
|
|
- this.txtEDSZ.TabIndex = 140;
|
|
|
- //
|
|
|
- // label18
|
|
|
- //
|
|
|
- this.label18.AutoSize = true;
|
|
|
- this.label18.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label18.ForeColor = System.Drawing.Color.Black;
|
|
|
- this.label18.Location = new System.Drawing.Point(42, 314);
|
|
|
- this.label18.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
- this.label18.Name = "label18";
|
|
|
- this.label18.Size = new System.Drawing.Size(123, 20);
|
|
|
- this.label18.TabIndex = 139;
|
|
|
- this.label18.Text = "能谱Z轴移动位置";
|
|
|
- //
|
|
|
- // label19
|
|
|
- //
|
|
|
- this.label19.AutoSize = true;
|
|
|
- this.label19.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label19.ForeColor = System.Drawing.Color.Black;
|
|
|
- this.label19.Location = new System.Drawing.Point(334, 314);
|
|
|
- this.label19.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
- this.label19.Name = "label19";
|
|
|
- this.label19.Size = new System.Drawing.Size(37, 20);
|
|
|
- this.label19.TabIndex = 141;
|
|
|
- this.label19.Text = "mm";
|
|
|
- //
|
|
|
- // label20
|
|
|
- //
|
|
|
- this.label20.AutoSize = true;
|
|
|
- this.label20.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label20.ForeColor = System.Drawing.Color.Black;
|
|
|
- this.label20.Location = new System.Drawing.Point(662, 314);
|
|
|
- this.label20.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
- this.label20.Name = "label20";
|
|
|
- this.label20.Size = new System.Drawing.Size(19, 20);
|
|
|
- this.label20.TabIndex = 144;
|
|
|
- this.label20.Text = "V";
|
|
|
- //
|
|
|
- // label21
|
|
|
- //
|
|
|
- this.label21.AutoSize = true;
|
|
|
- this.label21.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label21.ForeColor = System.Drawing.Color.Black;
|
|
|
- this.label21.Location = new System.Drawing.Point(421, 314);
|
|
|
- this.label21.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
- this.label21.Name = "label21";
|
|
|
- this.label21.Size = new System.Drawing.Size(84, 20);
|
|
|
- this.label21.TabIndex = 142;
|
|
|
- this.label21.Text = "能谱电压值";
|
|
|
- //
|
|
|
- // label22
|
|
|
- //
|
|
|
- this.label22.AutoSize = true;
|
|
|
- this.label22.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label22.ForeColor = System.Drawing.Color.Black;
|
|
|
- this.label22.Location = new System.Drawing.Point(334, 343);
|
|
|
- this.label22.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
- this.label22.Name = "label22";
|
|
|
- this.label22.Size = new System.Drawing.Size(29, 20);
|
|
|
- this.label22.TabIndex = 147;
|
|
|
- this.label22.Text = "nA";
|
|
|
- //
|
|
|
- // label23
|
|
|
- //
|
|
|
- this.label23.AutoSize = true;
|
|
|
- this.label23.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label23.ForeColor = System.Drawing.Color.Black;
|
|
|
- this.label23.Location = new System.Drawing.Point(81, 343);
|
|
|
- this.label23.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
- this.label23.Name = "label23";
|
|
|
- this.label23.Size = new System.Drawing.Size(84, 20);
|
|
|
- this.label23.TabIndex = 145;
|
|
|
- this.label23.Text = "能谱电流值";
|
|
|
- //
|
|
|
- // cbbEDSV
|
|
|
- //
|
|
|
- this.cbbEDSV.Font = new System.Drawing.Font("宋体", 10F);
|
|
|
- this.cbbEDSV.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
- this.cbbEDSV.FormattingEnabled = true;
|
|
|
- this.cbbEDSV.Items.AddRange(new object[] {
|
|
|
- "6000",
|
|
|
- "7000",
|
|
|
- "8000",
|
|
|
- "9000",
|
|
|
- "10000",
|
|
|
- "11000",
|
|
|
- "12000"});
|
|
|
- this.cbbEDSV.Location = new System.Drawing.Point(502, 312);
|
|
|
- this.cbbEDSV.Margin = new System.Windows.Forms.Padding(2);
|
|
|
- this.cbbEDSV.Name = "cbbEDSV";
|
|
|
- this.cbbEDSV.Size = new System.Drawing.Size(155, 25);
|
|
|
- this.cbbEDSV.TabIndex = 148;
|
|
|
- //
|
|
|
- // cbbEDSA
|
|
|
- //
|
|
|
- this.cbbEDSA.Font = new System.Drawing.Font("宋体", 10F);
|
|
|
- this.cbbEDSA.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
- this.cbbEDSA.FormattingEnabled = true;
|
|
|
- this.cbbEDSA.Items.AddRange(new object[] {
|
|
|
- "0.1",
|
|
|
- "0.2",
|
|
|
- "0.5",
|
|
|
- "1.0",
|
|
|
- "2.0"});
|
|
|
- this.cbbEDSA.Location = new System.Drawing.Point(174, 339);
|
|
|
- this.cbbEDSA.Margin = new System.Windows.Forms.Padding(2);
|
|
|
- this.cbbEDSA.Name = "cbbEDSA";
|
|
|
- this.cbbEDSA.Size = new System.Drawing.Size(155, 25);
|
|
|
- this.cbbEDSA.TabIndex = 149;
|
|
|
- //
|
|
|
// cboXrayMode
|
|
|
//
|
|
|
this.cboXrayMode.Font = new System.Drawing.Font("宋体", 10F);
|
|
@@ -711,7 +412,7 @@
|
|
|
"0",
|
|
|
"1",
|
|
|
"2"});
|
|
|
- this.cboXrayMode.Location = new System.Drawing.Point(502, 341);
|
|
|
+ this.cboXrayMode.Location = new System.Drawing.Point(502, 234);
|
|
|
this.cboXrayMode.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.cboXrayMode.Name = "cboXrayMode";
|
|
|
this.cboXrayMode.Size = new System.Drawing.Size(155, 25);
|
|
@@ -722,7 +423,7 @@
|
|
|
this.label28.AutoSize = true;
|
|
|
this.label28.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.label28.ForeColor = System.Drawing.Color.Black;
|
|
|
- this.label28.Location = new System.Drawing.Point(418, 341);
|
|
|
+ this.label28.Location = new System.Drawing.Point(413, 234);
|
|
|
this.label28.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
this.label28.Name = "label28";
|
|
|
this.label28.Size = new System.Drawing.Size(85, 20);
|
|
@@ -734,7 +435,7 @@
|
|
|
this.label29.AutoSize = true;
|
|
|
this.label29.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.label29.ForeColor = System.Drawing.Color.Black;
|
|
|
- this.label29.Location = new System.Drawing.Point(662, 343);
|
|
|
+ this.label29.Location = new System.Drawing.Point(666, 240);
|
|
|
this.label29.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
this.label29.Name = "label29";
|
|
|
this.label29.Size = new System.Drawing.Size(103, 20);
|
|
@@ -746,7 +447,7 @@
|
|
|
this.label30.AutoSize = true;
|
|
|
this.label30.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.label30.ForeColor = System.Drawing.Color.Black;
|
|
|
- this.label30.Location = new System.Drawing.Point(662, 363);
|
|
|
+ this.label30.Location = new System.Drawing.Point(666, 265);
|
|
|
this.label30.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
this.label30.Name = "label30";
|
|
|
this.label30.Size = new System.Drawing.Size(53, 20);
|
|
@@ -835,21 +536,65 @@
|
|
|
this.btnCutHoleFile.UseVisualStyleBackColor = true;
|
|
|
this.btnCutHoleFile.Click += new System.EventHandler(this.btnCutHoleFile_Click);
|
|
|
//
|
|
|
- // pbClose
|
|
|
+ // label2
|
|
|
//
|
|
|
- this.pbClose.BackColor = System.Drawing.Color.Transparent;
|
|
|
- this.pbClose.BackgroundImage = global::HOZProject.Properties.Resources.exit_2_;
|
|
|
- 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(733, 0);
|
|
|
- this.pbClose.Name = "pbClose";
|
|
|
- this.pbClose.Size = new System.Drawing.Size(32, 31);
|
|
|
- this.pbClose.TabIndex = 106;
|
|
|
- this.pbClose.TabStop = false;
|
|
|
- this.pbClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
|
- this.pbClose.MouseEnter += new System.EventHandler(this.pbClose_MouseEnter);
|
|
|
- this.pbClose.MouseLeave += new System.EventHandler(this.pbClose_MouseLeave);
|
|
|
+ this.label2.AutoSize = true;
|
|
|
+ this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label2.ForeColor = System.Drawing.Color.Black;
|
|
|
+ this.label2.Location = new System.Drawing.Point(48, 309);
|
|
|
+ this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
+ this.label2.Name = "label2";
|
|
|
+ this.label2.Size = new System.Drawing.Size(129, 20);
|
|
|
+ this.label2.TabIndex = 86;
|
|
|
+ this.label2.Text = "恢复位置放大倍数";
|
|
|
+ //
|
|
|
+ // txtMag1
|
|
|
+ //
|
|
|
+ this.txtMag1.Location = new System.Drawing.Point(174, 302);
|
|
|
+ this.txtMag1.Name = "txtMag1";
|
|
|
+ this.txtMag1.ReadOnly = true;
|
|
|
+ this.txtMag1.Size = new System.Drawing.Size(155, 27);
|
|
|
+ this.txtMag1.TabIndex = 149;
|
|
|
+ //
|
|
|
+ // txtMag2
|
|
|
+ //
|
|
|
+ this.txtMag2.Location = new System.Drawing.Point(174, 331);
|
|
|
+ this.txtMag2.Name = "txtMag2";
|
|
|
+ this.txtMag2.ReadOnly = true;
|
|
|
+ this.txtMag2.Size = new System.Drawing.Size(155, 27);
|
|
|
+ this.txtMag2.TabIndex = 149;
|
|
|
+ //
|
|
|
+ // txtMag3
|
|
|
+ //
|
|
|
+ this.txtMag3.Location = new System.Drawing.Point(174, 360);
|
|
|
+ this.txtMag3.Name = "txtMag3";
|
|
|
+ this.txtMag3.ReadOnly = true;
|
|
|
+ this.txtMag3.Size = new System.Drawing.Size(155, 27);
|
|
|
+ this.txtMag3.TabIndex = 149;
|
|
|
+ //
|
|
|
+ // txtMag4
|
|
|
+ //
|
|
|
+ this.txtMag4.Location = new System.Drawing.Point(174, 389);
|
|
|
+ this.txtMag4.Name = "txtMag4";
|
|
|
+ this.txtMag4.ReadOnly = true;
|
|
|
+ this.txtMag4.Size = new System.Drawing.Size(155, 27);
|
|
|
+ this.txtMag4.TabIndex = 149;
|
|
|
+ //
|
|
|
+ // txtVot
|
|
|
+ //
|
|
|
+ this.txtVot.Location = new System.Drawing.Point(174, 234);
|
|
|
+ this.txtVot.Name = "txtVot";
|
|
|
+ this.txtVot.ReadOnly = true;
|
|
|
+ this.txtVot.Size = new System.Drawing.Size(155, 27);
|
|
|
+ this.txtVot.TabIndex = 149;
|
|
|
+ //
|
|
|
+ // txtIprobe
|
|
|
+ //
|
|
|
+ this.txtIprobe.Location = new System.Drawing.Point(174, 265);
|
|
|
+ this.txtIprobe.Name = "txtIprobe";
|
|
|
+ this.txtIprobe.ReadOnly = true;
|
|
|
+ this.txtIprobe.Size = new System.Drawing.Size(155, 27);
|
|
|
+ this.txtIprobe.TabIndex = 149;
|
|
|
//
|
|
|
// UControl_Init
|
|
|
//
|
|
@@ -857,48 +602,32 @@
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
|
|
|
this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
+ this.Controls.Add(this.txtMag4);
|
|
|
+ this.Controls.Add(this.txtMag3);
|
|
|
+ this.Controls.Add(this.txtMag2);
|
|
|
+ this.Controls.Add(this.txtVot);
|
|
|
+ this.Controls.Add(this.txtIprobe);
|
|
|
+ this.Controls.Add(this.txtMag1);
|
|
|
this.Controls.Add(this.btnEditConfig);
|
|
|
- this.Controls.Add(this.cbbEDSA);
|
|
|
this.Controls.Add(this.cboXrayMode);
|
|
|
- this.Controls.Add(this.cbbEDSV);
|
|
|
- this.Controls.Add(this.label22);
|
|
|
- this.Controls.Add(this.label23);
|
|
|
this.Controls.Add(this.label30);
|
|
|
this.Controls.Add(this.label29);
|
|
|
this.Controls.Add(this.label28);
|
|
|
- this.Controls.Add(this.label20);
|
|
|
- this.Controls.Add(this.label21);
|
|
|
- this.Controls.Add(this.label19);
|
|
|
- this.Controls.Add(this.txtEDSZ);
|
|
|
- this.Controls.Add(this.label18);
|
|
|
this.Controls.Add(this.chkEDS);
|
|
|
this.Controls.Add(this.btnHandSavePoints);
|
|
|
- this.Controls.Add(this.txtScanRotCur);
|
|
|
this.Controls.Add(this.panel2);
|
|
|
- this.Controls.Add(this.tbGear1to2_Xdeviation);
|
|
|
this.Controls.Add(this.btnFIBTemplateFile);
|
|
|
this.Controls.Add(this.btnPTTemplateFile);
|
|
|
- this.Controls.Add(this.tbGear1to2_Ydeviation);
|
|
|
this.Controls.Add(this.btnCutHoleAuto);
|
|
|
this.Controls.Add(this.btnCutHoleFile);
|
|
|
- this.Controls.Add(this.label17);
|
|
|
- this.Controls.Add(this.txtYPSCur);
|
|
|
- this.Controls.Add(this.label3);
|
|
|
this.Controls.Add(this.chkWqxkc);
|
|
|
- this.Controls.Add(this.label2);
|
|
|
this.Controls.Add(this.label50);
|
|
|
this.Controls.Add(this.txtWFIBF);
|
|
|
- this.Controls.Add(this.cbbWPZD);
|
|
|
- this.Controls.Add(this.cbbWPZF);
|
|
|
- this.Controls.Add(this.cbbWQGD);
|
|
|
- this.Controls.Add(this.cbbWQGF);
|
|
|
- this.Controls.Add(this.cbbWLZ);
|
|
|
- this.Controls.Add(this.cbbWXZ);
|
|
|
this.Controls.Add(this.cbbWCS);
|
|
|
this.Controls.Add(this.cbbWYP);
|
|
|
- this.Controls.Add(this.label58);
|
|
|
this.Controls.Add(this.label54);
|
|
|
this.Controls.Add(this.label46);
|
|
|
+ this.Controls.Add(this.label2);
|
|
|
this.Controls.Add(this.label42);
|
|
|
this.Controls.Add(this.label38);
|
|
|
this.Controls.Add(this.chkWIsP);
|
|
@@ -917,12 +646,12 @@
|
|
|
this.Font = new System.Drawing.Font("宋体", 10F);
|
|
|
this.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
this.Name = "UControl_Init";
|
|
|
- this.Size = new System.Drawing.Size(767, 490);
|
|
|
+ this.Size = new System.Drawing.Size(767, 549);
|
|
|
this.Load += new System.EventHandler(this.UControl_Init_Load);
|
|
|
this.panel1.ResumeLayout(false);
|
|
|
this.panel1.PerformLayout();
|
|
|
- this.panel2.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pbClose)).EndInit();
|
|
|
+ this.panel2.ResumeLayout(false);
|
|
|
this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
@@ -935,15 +664,8 @@
|
|
|
private System.Windows.Forms.Label lblCutHoleCount;
|
|
|
private System.Windows.Forms.CheckBox chkManul;
|
|
|
private System.Windows.Forms.Label label6;
|
|
|
- private System.Windows.Forms.ComboBox cbbWPZD;
|
|
|
- private System.Windows.Forms.ComboBox cbbWPZF;
|
|
|
- private System.Windows.Forms.ComboBox cbbWQGD;
|
|
|
- private System.Windows.Forms.ComboBox cbbWQGF;
|
|
|
- private System.Windows.Forms.ComboBox cbbWLZ;
|
|
|
- private System.Windows.Forms.ComboBox cbbWXZ;
|
|
|
private System.Windows.Forms.ComboBox cbbWCS;
|
|
|
private System.Windows.Forms.ComboBox cbbWYP;
|
|
|
- private System.Windows.Forms.Label label58;
|
|
|
private System.Windows.Forms.Label label50;
|
|
|
private System.Windows.Forms.Label label54;
|
|
|
private System.Windows.Forms.Label label46;
|
|
@@ -958,10 +680,7 @@
|
|
|
private System.Windows.Forms.CheckBox chkWPT;
|
|
|
private System.Windows.Forms.TextBox txtWFIBF;
|
|
|
private System.Windows.Forms.PictureBox pbClose;
|
|
|
- private System.Windows.Forms.Label label2;
|
|
|
private System.Windows.Forms.CheckBox chkWqxkc;
|
|
|
- private System.Windows.Forms.Label label3;
|
|
|
- private System.Windows.Forms.TextBox txtYPSCur;
|
|
|
private System.Windows.Forms.Button btnCutHoleFile;
|
|
|
private System.Windows.Forms.Button btnCutHoleAuto;
|
|
|
private System.Windows.Forms.Button btnPTTemplateFile;
|
|
@@ -969,25 +688,19 @@
|
|
|
private System.Windows.Forms.Panel panel2;
|
|
|
private System.Windows.Forms.Button btnSaveDefalutPara;
|
|
|
private System.Windows.Forms.Button btnEditConfig;
|
|
|
- private System.Windows.Forms.TextBox tbGear1to2_Xdeviation;
|
|
|
- private System.Windows.Forms.TextBox tbGear1to2_Ydeviation;
|
|
|
- private System.Windows.Forms.Label label17;
|
|
|
- private System.Windows.Forms.TextBox txtScanRotCur;
|
|
|
private System.Windows.Forms.Button btnHandSavePoints;
|
|
|
private System.Windows.Forms.CheckBox chkEDS;
|
|
|
- private System.Windows.Forms.TextBox txtEDSZ;
|
|
|
- private System.Windows.Forms.Label label18;
|
|
|
- private System.Windows.Forms.Label label19;
|
|
|
- private System.Windows.Forms.Label label20;
|
|
|
- private System.Windows.Forms.Label label21;
|
|
|
- private System.Windows.Forms.Label label22;
|
|
|
- private System.Windows.Forms.Label label23;
|
|
|
- private System.Windows.Forms.ComboBox cbbEDSV;
|
|
|
- private System.Windows.Forms.ComboBox cbbEDSA;
|
|
|
private System.Windows.Forms.ComboBox cboXrayMode;
|
|
|
private System.Windows.Forms.Label label28;
|
|
|
private System.Windows.Forms.Label label29;
|
|
|
private System.Windows.Forms.Label label30;
|
|
|
private System.Windows.Forms.Label label4;
|
|
|
+ private System.Windows.Forms.Label label2;
|
|
|
+ private System.Windows.Forms.TextBox txtMag1;
|
|
|
+ private System.Windows.Forms.TextBox txtMag2;
|
|
|
+ private System.Windows.Forms.TextBox txtMag3;
|
|
|
+ private System.Windows.Forms.TextBox txtMag4;
|
|
|
+ private System.Windows.Forms.TextBox txtVot;
|
|
|
+ private System.Windows.Forms.TextBox txtIprobe;
|
|
|
}
|
|
|
}
|