| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521 | namespace HOZProject{    partial class UControl_Init    {        /// <summary>         /// 必需的设计器变量。        /// </summary>        private System.ComponentModel.IContainer components = null;        /// <summary>         /// 清理所有正在使用的资源。        /// </summary>        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>        protected override void Dispose(bool disposing)        {            if (disposing && (components != null))            {                components.Dispose();            }            base.Dispose(disposing);        }        #region 组件设计器生成的代码        /// <summary>         /// 设计器支持所需的方法 - 不要修改        /// 使用代码编辑器修改此方法的内容。        /// </summary>        private void InitializeComponent()        {            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();            this.label42 = new System.Windows.Forms.Label();            this.label38 = new System.Windows.Forms.Label();            this.chkWIsP = new System.Windows.Forms.CheckBox();            this.label48 = new System.Windows.Forms.Label();            this.label56 = new System.Windows.Forms.Label();            this.label59 = new System.Windows.Forms.Label();            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.btnFIBTemplateFile = new System.Windows.Forms.Button();            this.btnPTTemplateFile = new System.Windows.Forms.Button();            this.btnCutHoleAuto = new System.Windows.Forms.Button();            this.btnCutHoleFile = new System.Windows.Forms.Button();            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.panel2 = new System.Windows.Forms.Panel();            this.btnSaveDefalutPara = new System.Windows.Forms.Button();            this.btnCreateConfig = new System.Windows.Forms.Button();            this.chkFIBAdjust = new System.Windows.Forms.CheckBox();            this.chkFIBAtuoAdjust = new System.Windows.Forms.CheckBox();            this.tbBrightness = new System.Windows.Forms.TextBox();            this.label4 = new System.Windows.Forms.Label();            this.label5 = new System.Windows.Forms.Label();            this.label7 = new System.Windows.Forms.Label();            this.label8 = new System.Windows.Forms.Label();            this.tbGear3to4 = new System.Windows.Forms.TextBox();            this.tbGear2to3 = new System.Windows.Forms.TextBox();            this.tbGear1to2 = new System.Windows.Forms.TextBox();            this.label9 = new System.Windows.Forms.Label();            this.label10 = new System.Windows.Forms.Label();            this.label12 = new System.Windows.Forms.Label();            this.label11 = new System.Windows.Forms.Label();            this.label13 = new System.Windows.Forms.Label();            this.label14 = new System.Windows.Forms.Label();            this.label15 = new System.Windows.Forms.Label();            this.tbGear1to2_Xdeviation = new System.Windows.Forms.TextBox();            this.label16 = new System.Windows.Forms.Label();            this.tbGear1to2_Ydeviation = new System.Windows.Forms.TextBox();            this.tbGear2to3_Xdeviation = new System.Windows.Forms.TextBox();            this.label17 = new System.Windows.Forms.Label();            this.tbGear2to3_Ydeviation = new System.Windows.Forms.TextBox();            this.tbGear3to4_Xdeviation = new System.Windows.Forms.TextBox();            this.tbGear3to4_Ydeviation = new System.Windows.Forms.TextBox();            this.chkGearSwitch = new System.Windows.Forms.CheckBox();            this.tbContrast = new System.Windows.Forms.TextBox();            this.txtScanRotCur = new System.Windows.Forms.TextBox();            this.btnHandSavePoints = new System.Windows.Forms.Button();            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.tbScanSpeedNormal = new System.Windows.Forms.TextBox();            this.label24 = new System.Windows.Forms.Label();            this.label25 = new System.Windows.Forms.Label();            this.label26 = new System.Windows.Forms.Label();            this.tbScanSpeedFocus = new System.Windows.Forms.TextBox();            this.tbScanSpeedHigh = new System.Windows.Forms.TextBox();            this.label27 = new System.Windows.Forms.Label();            this.cboXrayMode = new System.Windows.Forms.ComboBox();            this.label28 = new System.Windows.Forms.Label();            this.label29 = new System.Windows.Forms.Label();            this.label30 = new System.Windows.Forms.Label();            this.panel1.SuspendLayout();            ((System.ComponentModel.ISupportInitialize)(this.pbClose)).BeginInit();            ((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();            this.panel2.SuspendLayout();            this.SuspendLayout();            //             // label1            //             this.label1.AutoSize = true;            this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.label1.ForeColor = System.Drawing.Color.Black;            this.label1.Location = new System.Drawing.Point(15, 9);            this.label1.Name = "label1";            this.label1.Size = new System.Drawing.Size(84, 20);            this.label1.TabIndex = 0;            this.label1.Text = "初始化设置";            //             // panel1            //             this.panel1.BackColor = System.Drawing.Color.White;            this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;            this.panel1.Controls.Add(this.pbClose);            this.panel1.Controls.Add(this.label1);            this.panel1.Dock = System.Windows.Forms.DockStyle.Top;            this.panel1.Location = new System.Drawing.Point(0, 0);            this.panel1.Name = "panel1";            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);            this.tbCutHoleFilePath.Location = new System.Drawing.Point(174, 48);            this.tbCutHoleFilePath.Name = "tbCutHoleFilePath";            this.tbCutHoleFilePath.ReadOnly = true;            this.tbCutHoleFilePath.Size = new System.Drawing.Size(347, 27);            this.tbCutHoleFilePath.TabIndex = 5;            //             // txtWPTF            //             this.txtWPTF.Font = new System.Drawing.Font("宋体", 10F);            this.txtWPTF.Location = new System.Drawing.Point(174, 99);            this.txtWPTF.Name = "txtWPTF";            this.txtWPTF.ReadOnly = true;            this.txtWPTF.Size = new System.Drawing.Size(346, 27);            this.txtWPTF.TabIndex = 7;            //             // lblCutHoleCount            //             this.lblCutHoleCount.AutoSize = true;            this.lblCutHoleCount.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.lblCutHoleCount.ForeColor = System.Drawing.Color.Black;            this.lblCutHoleCount.Location = new System.Drawing.Point(172, 78);            this.lblCutHoleCount.Name = "lblCutHoleCount";            this.lblCutHoleCount.Size = new System.Drawing.Size(138, 20);            this.lblCutHoleCount.TabIndex = 8;            this.lblCutHoleCount.Text = "成功导入0个分析点";            //             // chkManul            //             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.Margin = new System.Windows.Forms.Padding(2);            this.chkManul.Name = "chkManul";            this.chkManul.Size = new System.Drawing.Size(100, 27);            this.chkManul.TabIndex = 15;            this.chkManul.Text = "手动对焦";            this.chkManul.UseVisualStyleBackColor = true;            this.chkManul.Visible = false;            //             // label6            //             this.label6.AutoSize = true;            this.label6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.label6.ForeColor = System.Drawing.Color.Black;            this.label6.Location = new System.Drawing.Point(88, 49);            this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);            this.label6.Name = "label6";            this.label6.Size = new System.Drawing.Size(84, 20);            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);            this.cbbWCS.ForeColor = System.Drawing.SystemColors.WindowText;            this.cbbWCS.FormattingEnabled = true;            this.cbbWCS.Location = new System.Drawing.Point(502, 185);            this.cbbWCS.Margin = new System.Windows.Forms.Padding(2);            this.cbbWCS.Name = "cbbWCS";            this.cbbWCS.Size = new System.Drawing.Size(155, 25);            this.cbbWCS.TabIndex = 93;            //             // cbbWYP            //             this.cbbWYP.Font = new System.Drawing.Font("宋体", 10F);            this.cbbWYP.ForeColor = System.Drawing.SystemColors.WindowText;            this.cbbWYP.FormattingEnabled = true;            this.cbbWYP.Location = new System.Drawing.Point(174, 185);            this.cbbWYP.Margin = new System.Windows.Forms.Padding(2);            this.cbbWYP.Name = "cbbWYP";            this.cbbWYP.Size = new System.Drawing.Size(155, 25);            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;            this.label50.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.label50.ForeColor = System.Drawing.Color.Black;            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.TabIndex = 90;            this.label50.Text = "拍照电压/V";            //             // 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(418, 264);            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.TabIndex = 89;            this.label54.Text = "拍照放大倍数";            //             // label46            //             this.label46.AutoSize = true;            this.label46.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.label46.ForeColor = System.Drawing.Color.Black;            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.TabIndex = 88;            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(418, 239);            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.TabIndex = 87;            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.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);            this.label38.Name = "label38";            this.label38.Size = new System.Drawing.Size(129, 20);            this.label38.TabIndex = 86;            this.label38.Text = "拉直操作放大倍数";            //             // chkWIsP            //             this.chkWIsP.AutoSize = true;            this.chkWIsP.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.chkWIsP.ForeColor = System.Drawing.Color.Black;            this.chkWIsP.Location = new System.Drawing.Point(90, 156);            this.chkWIsP.Margin = new System.Windows.Forms.Padding(2);            this.chkWIsP.Name = "chkWIsP";            this.chkWIsP.Size = new System.Drawing.Size(83, 27);            this.chkWIsP.TabIndex = 85;            this.chkWIsP.Text = "仅拍照";            this.chkWIsP.UseVisualStyleBackColor = true;            this.chkWIsP.CheckedChanged += new System.EventHandler(this.chkWIsP_CheckedChanged);            //             // label48            //             this.label48.AutoSize = true;            this.label48.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.label48.ForeColor = System.Drawing.Color.Black;            this.label48.Location = new System.Drawing.Point(96, 189);            this.label48.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);            this.label48.Name = "label48";            this.label48.Size = new System.Drawing.Size(69, 20);            this.label48.TabIndex = 81;            this.label48.Text = "样品类型";            //             // label56            //             this.label56.AutoSize = true;            this.label56.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.label56.ForeColor = System.Drawing.Color.Black;            this.label56.Location = new System.Drawing.Point(466, 189);            this.label56.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);            this.label56.Name = "label56";            this.label56.Size = new System.Drawing.Size(39, 20);            this.label56.TabIndex = 80;            this.label56.Text = "厂商";            //             // label59            //             this.label59.AutoSize = true;            this.label59.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.label59.ForeColor = System.Drawing.Color.Black;            this.label59.Location = new System.Drawing.Point(82, 129);            this.label59.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);            this.label59.Name = "label59";            this.label59.Size = new System.Drawing.Size(90, 20);            this.label59.TabIndex = 79;            this.label59.Text = "FIB文件名称";            //             // label61            //             this.label61.AutoSize = true;            this.label61.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.label61.ForeColor = System.Drawing.Color.Black;            this.label61.Location = new System.Drawing.Point(86, 100);            this.label61.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);            this.label61.Name = "label61";            this.label61.Size = new System.Drawing.Size(87, 20);            this.label61.TabIndex = 78;            this.label61.Text = "PT文件名称";            //             // chkWPT            //             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.Margin = new System.Windows.Forms.Padding(2);            this.chkWPT.Name = "chkWPT";            this.chkWPT.Size = new System.Drawing.Size(86, 27);            this.chkWPT.TabIndex = 77;            this.chkWPT.Text = "使用PT";            this.chkWPT.UseVisualStyleBackColor = true;            this.chkWPT.CheckedChanged += new System.EventHandler(this.chkWPT_CheckedChanged);            //             // txtWFIBF            //             this.txtWFIBF.Font = new System.Drawing.Font("宋体", 10F);            this.txtWFIBF.Location = new System.Drawing.Point(174, 128);            this.txtWFIBF.Name = "txtWFIBF";            this.txtWFIBF.ReadOnly = true;            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;            this.chkWqxkc.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.chkWqxkc.ForeColor = System.Drawing.Color.Black;            this.chkWqxkc.Location = new System.Drawing.Point(310, 156);            this.chkWqxkc.Name = "chkWqxkc";            this.chkWqxkc.Size = new System.Drawing.Size(100, 27);            this.chkWqxkc.TabIndex = 115;            this.chkWqxkc.Text = "倾斜观测";            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(360, 289);            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);            //             // btnFIBTemplateFile            //             this.btnFIBTemplateFile.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.btnFIBTemplateFile.Image = ((System.Drawing.Image)(resources.GetObject("btnFIBTemplateFile.Image")));            this.btnFIBTemplateFile.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;            this.btnFIBTemplateFile.Location = new System.Drawing.Point(526, 126);            this.btnFIBTemplateFile.Name = "btnFIBTemplateFile";            this.btnFIBTemplateFile.Size = new System.Drawing.Size(89, 25);            this.btnFIBTemplateFile.TabIndex = 123;            this.btnFIBTemplateFile.Text = "导入模板";            this.btnFIBTemplateFile.TextAlign = System.Drawing.ContentAlignment.MiddleRight;            this.btnFIBTemplateFile.UseVisualStyleBackColor = true;            this.btnFIBTemplateFile.Click += new System.EventHandler(this.btnFIBTemplateFile_Click);            //             // btnPTTemplateFile            //             this.btnPTTemplateFile.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.btnPTTemplateFile.Image = ((System.Drawing.Image)(resources.GetObject("btnPTTemplateFile.Image")));            this.btnPTTemplateFile.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;            this.btnPTTemplateFile.Location = new System.Drawing.Point(526, 97);            this.btnPTTemplateFile.Name = "btnPTTemplateFile";            this.btnPTTemplateFile.Size = new System.Drawing.Size(89, 25);            this.btnPTTemplateFile.TabIndex = 122;            this.btnPTTemplateFile.Text = "导入模板";            this.btnPTTemplateFile.TextAlign = System.Drawing.ContentAlignment.MiddleRight;            this.btnPTTemplateFile.UseVisualStyleBackColor = true;            this.btnPTTemplateFile.Click += new System.EventHandler(this.btnPTTemplateFile_Click);            //             // btnCutHoleAuto            //             this.btnCutHoleAuto.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.btnCutHoleAuto.Image = global::HOZProject.Properties.Resources.HomePageImport;            this.btnCutHoleAuto.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;            this.btnCutHoleAuto.Location = new System.Drawing.Point(635, 46);            this.btnCutHoleAuto.Name = "btnCutHoleAuto";            this.btnCutHoleAuto.Size = new System.Drawing.Size(103, 25);            this.btnCutHoleAuto.TabIndex = 121;            this.btnCutHoleAuto.Text = "单个测试点";            this.btnCutHoleAuto.TextAlign = System.Drawing.ContentAlignment.MiddleRight;            this.btnCutHoleAuto.UseVisualStyleBackColor = true;            this.btnCutHoleAuto.Click += new System.EventHandler(this.btnCutHoleAuto_Click);            //             // btnCutHoleFile            //             this.btnCutHoleFile.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.btnCutHoleFile.Image = global::HOZProject.Properties.Resources.BatchImport;            this.btnCutHoleFile.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;            this.btnCutHoleFile.Location = new System.Drawing.Point(527, 46);            this.btnCutHoleFile.Name = "btnCutHoleFile";            this.btnCutHoleFile.Size = new System.Drawing.Size(103, 25);            this.btnCutHoleFile.TabIndex = 120;            this.btnCutHoleFile.Text = "多个测试点";            this.btnCutHoleFile.TextAlign = System.Drawing.ContentAlignment.MiddleRight;            this.btnCutHoleFile.UseVisualStyleBackColor = true;            this.btnCutHoleFile.Click += new System.EventHandler(this.btnCutHoleFile_Click);            //             // 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_2_;            this.pbDelWLZ.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;            this.pbDelWLZ.Cursor = System.Windows.Forms.Cursors.Hand;            this.pbDelWLZ.Location = new System.Drawing.Point(657, 210);            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_2_;            this.pbDelWQGD.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;            this.pbDelWQGD.Cursor = System.Windows.Forms.Cursors.Hand;            this.pbDelWQGD.Location = new System.Drawing.Point(329, 235);            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_2_;            this.pbWQGFDel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;            this.pbWQGFDel.Cursor = System.Windows.Forms.Cursors.Hand;            this.pbWQGFDel.Location = new System.Drawing.Point(657, 235);            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_2_;            this.pbDelWPZD.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;            this.pbDelWPZD.Cursor = System.Windows.Forms.Cursors.Hand;            this.pbDelWPZD.Location = new System.Drawing.Point(329, 260);            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_2_;            this.pbDelWPZF.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;            this.pbDelWPZF.Cursor = System.Windows.Forms.Cursors.Hand;            this.pbDelWPZF.Location = new System.Drawing.Point(657, 260);            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_2_;            this.pbDelWYP.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;            this.pbDelWYP.Cursor = System.Windows.Forms.Cursors.Hand;            this.pbDelWYP.Location = new System.Drawing.Point(329, 186);            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_2_;            this.pbDelWCS.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;            this.pbDelWCS.Cursor = System.Windows.Forms.Cursors.Hand;            this.pbDelWCS.Location = new System.Drawing.Point(657, 185);            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);            //             // panel2            //             this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;            this.panel2.Controls.Add(this.btnSaveDefalutPara);            this.panel2.Controls.Add(this.btnCreateConfig);            this.panel2.Location = new System.Drawing.Point(0, 441);            this.panel2.Name = "panel2";            this.panel2.Size = new System.Drawing.Size(769, 49);            this.panel2.TabIndex = 124;            //             // btnSaveDefalutPara            //             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(381, 9);            this.btnSaveDefalutPara.Margin = new System.Windows.Forms.Padding(2);            this.btnSaveDefalutPara.Name = "btnSaveDefalutPara";            this.btnSaveDefalutPara.Size = new System.Drawing.Size(129, 30);            this.btnSaveDefalutPara.TabIndex = 120;            this.btnSaveDefalutPara.Text = "保存";            this.btnSaveDefalutPara.UseVisualStyleBackColor = true;            this.btnSaveDefalutPara.Click += new System.EventHandler(this.btnSaveDefalutPara_Click);            //             // btnCreateConfig            //             this.btnCreateConfig.Cursor = System.Windows.Forms.Cursors.Hand;            this.btnCreateConfig.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.btnCreateConfig.ForeColor = System.Drawing.Color.Black;            this.btnCreateConfig.Location = new System.Drawing.Point(227, 9);            this.btnCreateConfig.Margin = new System.Windows.Forms.Padding(2);            this.btnCreateConfig.Name = "btnCreateConfig";            this.btnCreateConfig.Size = new System.Drawing.Size(129, 30);            this.btnCreateConfig.TabIndex = 119;            this.btnCreateConfig.Text = "创建配置文件";            this.btnCreateConfig.UseVisualStyleBackColor = true;            this.btnCreateConfig.Click += new System.EventHandler(this.btnCreateConfig_Click);            //             // chkFIBAdjust            //             this.chkFIBAdjust.AutoSize = true;            this.chkFIBAdjust.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.chkFIBAdjust.Location = new System.Drawing.Point(90, 371);            this.chkFIBAdjust.Name = "chkFIBAdjust";            this.chkFIBAdjust.Size = new System.Drawing.Size(176, 27);            this.chkFIBAdjust.TabIndex = 125;            this.chkFIBAdjust.Text = "FIB亮度对比度调节";            this.chkFIBAdjust.UseVisualStyleBackColor = true;            this.chkFIBAdjust.CheckedChanged += new System.EventHandler(this.chkFIBAdjust_CheckedChanged);            //             // chkFIBAtuoAdjust            //             this.chkFIBAtuoAdjust.AutoSize = true;            this.chkFIBAtuoAdjust.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.chkFIBAtuoAdjust.Location = new System.Drawing.Point(248, 371);            this.chkFIBAtuoAdjust.Name = "chkFIBAtuoAdjust";            this.chkFIBAtuoAdjust.Size = new System.Drawing.Size(210, 27);            this.chkFIBAtuoAdjust.TabIndex = 126;            this.chkFIBAtuoAdjust.Text = "FIB亮度对比度自动调节";            this.chkFIBAtuoAdjust.UseVisualStyleBackColor = true;            this.chkFIBAtuoAdjust.CheckedChanged += new System.EventHandler(this.chkFIBAtuoAdjust_CheckedChanged);            //             // tbBrightness            //             this.tbBrightness.Location = new System.Drawing.Point(229, 398);            this.tbBrightness.MaxLength = 3;            this.tbBrightness.Name = "tbBrightness";            this.tbBrightness.Size = new System.Drawing.Size(100, 27);            this.tbBrightness.TabIndex = 127;            this.tbBrightness.TextChanged += new System.EventHandler(this.tbBrightness_TextChanged);            this.tbBrightness.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbBrightness_KeyPress);            //             // label4            //             this.label4.AutoSize = true;            this.label4.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.label4.Location = new System.Drawing.Point(188, 401);            this.label4.Name = "label4";            this.label4.Size = new System.Drawing.Size(44, 23);            this.label4.TabIndex = 129;            this.label4.Text = "亮度";            //             // label5            //             this.label5.AutoSize = true;            this.label5.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.label5.Location = new System.Drawing.Point(464, 400);            this.label5.Name = "label5";            this.label5.Size = new System.Drawing.Size(61, 23);            this.label5.TabIndex = 130;            this.label5.Text = "对比度";            //             // label7            //             this.label7.AutoSize = true;            this.label7.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.label7.Location = new System.Drawing.Point(332, 401);            this.label7.Name = "label7";            this.label7.Size = new System.Drawing.Size(25, 23);            this.label7.TabIndex = 131;            this.label7.Text = "%";            //             // label8            //             this.label8.AutoSize = true;            this.label8.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.label8.Location = new System.Drawing.Point(624, 402);            this.label8.Name = "label8";            this.label8.Size = new System.Drawing.Size(25, 23);            this.label8.TabIndex = 132;            this.label8.Text = "%";            //             // tbGear3to4            //             this.tbGear3to4.Location = new System.Drawing.Point(140, 510);            this.tbGear3to4.Name = "tbGear3to4";            this.tbGear3to4.Size = new System.Drawing.Size(100, 27);            this.tbGear3to4.TabIndex = 32;            this.tbGear3to4.Visible = false;            this.tbGear3to4.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbGear3to4_KeyPress);            //             // tbGear2to3            //             this.tbGear2to3.Location = new System.Drawing.Point(140, 477);            this.tbGear2to3.Name = "tbGear2to3";            this.tbGear2to3.Size = new System.Drawing.Size(100, 27);            this.tbGear2to3.TabIndex = 31;            this.tbGear2to3.Visible = false;            this.tbGear2to3.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbGear2to3_KeyPress);            //             // tbGear1to2            //             this.tbGear1to2.Location = new System.Drawing.Point(140, 444);            this.tbGear1to2.Name = "tbGear1to2";            this.tbGear1to2.Size = new System.Drawing.Size(100, 27);            this.tbGear1to2.TabIndex = 30;            this.tbGear1to2.Visible = false;            this.tbGear1to2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbGear1to2_KeyPress);            //             // label9            //             this.label9.AutoSize = true;            this.label9.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.label9.Location = new System.Drawing.Point(306, 477);            this.label9.Name = "label9";            this.label9.Size = new System.Drawing.Size(72, 23);            this.label9.TabIndex = 19;            this.label9.Text = "X偏移值";            this.label9.Visible = false;            //             // label10            //             this.label10.AutoSize = true;            this.label10.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.label10.Location = new System.Drawing.Point(43, 447);            this.label10.Name = "label10";            this.label10.Size = new System.Drawing.Size(115, 23);            this.label10.TabIndex = 6;            this.label10.Text = "挡位1至挡位2";            this.label10.Visible = false;            //             // label12            //             this.label12.AutoSize = true;            this.label12.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.label12.Location = new System.Drawing.Point(555, 510);            this.label12.Name = "label12";            this.label12.Size = new System.Drawing.Size(71, 23);            this.label12.TabIndex = 24;            this.label12.Text = "Y偏移值";            this.label12.Visible = false;            //             // label11            //             this.label11.AutoSize = true;            this.label11.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.label11.Location = new System.Drawing.Point(43, 480);            this.label11.Name = "label11";            this.label11.Size = new System.Drawing.Size(115, 23);            this.label11.TabIndex = 7;            this.label11.Text = "挡位2至挡位3";            this.label11.Visible = false;            //             // label13            //             this.label13.AutoSize = true;            this.label13.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.label13.Location = new System.Drawing.Point(555, 477);            this.label13.Name = "label13";            this.label13.Size = new System.Drawing.Size(71, 23);            this.label13.TabIndex = 23;            this.label13.Text = "Y偏移值";            this.label13.Visible = false;            //             // label14            //             this.label14.AutoSize = true;            this.label14.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.label14.Location = new System.Drawing.Point(43, 513);            this.label14.Name = "label14";            this.label14.Size = new System.Drawing.Size(115, 23);            this.label14.TabIndex = 8;            this.label14.Text = "挡位3至档位4";            this.label14.Visible = false;            //             // label15            //             this.label15.AutoSize = true;            this.label15.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.label15.Location = new System.Drawing.Point(555, 444);            this.label15.Name = "label15";            this.label15.Size = new System.Drawing.Size(71, 23);            this.label15.TabIndex = 22;            this.label15.Text = "Y偏移值";            this.label15.Visible = false;            //             // 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;            this.tbGear1to2_Xdeviation.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbGear1to2_Xdeviation_KeyPress);            //             // label16            //             this.label16.AutoSize = true;            this.label16.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.label16.Location = new System.Drawing.Point(306, 510);            this.label16.Name = "label16";            this.label16.Size = new System.Drawing.Size(72, 23);            this.label16.TabIndex = 20;            this.label16.Text = "X偏移值";            this.label16.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;            this.tbGear1to2_Ydeviation.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbGear1to2_Ydeviation_KeyPress);            //             // tbGear2to3_Xdeviation            //             this.tbGear2to3_Xdeviation.Location = new System.Drawing.Point(377, 474);            this.tbGear2to3_Xdeviation.Name = "tbGear2to3_Xdeviation";            this.tbGear2to3_Xdeviation.Size = new System.Drawing.Size(100, 27);            this.tbGear2to3_Xdeviation.TabIndex = 12;            this.tbGear2to3_Xdeviation.Visible = false;            this.tbGear2to3_Xdeviation.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbGear2to3_Xdeviation_KeyPress);            //             // 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;            //             // tbGear2to3_Ydeviation            //             this.tbGear2to3_Ydeviation.Location = new System.Drawing.Point(627, 474);            this.tbGear2to3_Ydeviation.Name = "tbGear2to3_Ydeviation";            this.tbGear2to3_Ydeviation.Size = new System.Drawing.Size(100, 27);            this.tbGear2to3_Ydeviation.TabIndex = 13;            this.tbGear2to3_Ydeviation.Visible = false;            this.tbGear2to3_Ydeviation.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbGear2to3_Ydeviation_KeyPress);            //             // tbGear3to4_Xdeviation            //             this.tbGear3to4_Xdeviation.Location = new System.Drawing.Point(377, 507);            this.tbGear3to4_Xdeviation.Name = "tbGear3to4_Xdeviation";            this.tbGear3to4_Xdeviation.Size = new System.Drawing.Size(100, 27);            this.tbGear3to4_Xdeviation.TabIndex = 14;            this.tbGear3to4_Xdeviation.Visible = false;            this.tbGear3to4_Xdeviation.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbGear3to4_Xdeviation_KeyPress);            //             // tbGear3to4_Ydeviation            //             this.tbGear3to4_Ydeviation.Location = new System.Drawing.Point(627, 507);            this.tbGear3to4_Ydeviation.Name = "tbGear3to4_Ydeviation";            this.tbGear3to4_Ydeviation.Size = new System.Drawing.Size(100, 27);            this.tbGear3to4_Ydeviation.TabIndex = 15;            this.tbGear3to4_Ydeviation.Visible = false;            this.tbGear3to4_Ydeviation.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbGear3to4_Ydeviation_KeyPress);            //             // chkGearSwitch            //             this.chkGearSwitch.AutoSize = true;            this.chkGearSwitch.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.chkGearSwitch.Location = new System.Drawing.Point(470, 371);            this.chkGearSwitch.Name = "chkGearSwitch";            this.chkGearSwitch.Size = new System.Drawing.Size(100, 27);            this.chkGearSwitch.TabIndex = 134;            this.chkGearSwitch.Text = "放大挡位";            this.chkGearSwitch.UseVisualStyleBackColor = true;            this.chkGearSwitch.Visible = false;            //             // tbContrast            //             this.tbContrast.Location = new System.Drawing.Point(518, 398);            this.tbContrast.MaxLength = 3;            this.tbContrast.Name = "tbContrast";            this.tbContrast.Size = new System.Drawing.Size(100, 27);            this.tbContrast.TabIndex = 135;            this.tbContrast.TextChanged += new System.EventHandler(this.tbContrast_TextChanged);            this.tbContrast.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbContrast_KeyPress);            //             // 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;            //             // btnHandSavePoints            //             this.btnHandSavePoints.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.btnHandSavePoints.Image = global::HOZProject.Properties.Resources.BatchImport;            this.btnHandSavePoints.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;            this.btnHandSavePoints.Location = new System.Drawing.Point(527, 72);            this.btnHandSavePoints.Name = "btnHandSavePoints";            this.btnHandSavePoints.Size = new System.Drawing.Size(103, 25);            this.btnHandSavePoints.TabIndex = 137;            this.btnHandSavePoints.Text = "手动添加点";            this.btnHandSavePoints.TextAlign = System.Drawing.ContentAlignment.MiddleRight;            this.btnHandSavePoints.UseVisualStyleBackColor = true;            this.btnHandSavePoints.Click += new System.EventHandler(this.btnHandSavePoints_Click);            //             // chkEDS            //             this.chkEDS.AutoSize = true;            this.chkEDS.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.chkEDS.ForeColor = System.Drawing.Color.Black;            this.chkEDS.Location = new System.Drawing.Point(431, 156);            this.chkEDS.Margin = new System.Windows.Forms.Padding(2);            this.chkEDS.Name = "chkEDS";            this.chkEDS.Size = new System.Drawing.Size(100, 27);            this.chkEDS.TabIndex = 138;            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;            //             // tbScanSpeedNormal            //             this.tbScanSpeedNormal.Location = new System.Drawing.Point(140, 548);            this.tbScanSpeedNormal.Name = "tbScanSpeedNormal";            this.tbScanSpeedNormal.Size = new System.Drawing.Size(100, 27);            this.tbScanSpeedNormal.TabIndex = 155;            this.tbScanSpeedNormal.Text = "4";            this.tbScanSpeedNormal.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;            this.tbScanSpeedNormal.Visible = false;            //             // label24            //             this.label24.AutoSize = true;            this.label24.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.label24.Location = new System.Drawing.Point(495, 548);            this.label24.Name = "label24";            this.label24.Size = new System.Drawing.Size(146, 23);            this.label24.TabIndex = 154;            this.label24.Text = "高倍拍照扫描速度";            this.label24.Visible = false;            //             // label25            //             this.label25.AutoSize = true;            this.label25.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.label25.Location = new System.Drawing.Point(43, 551);            this.label25.Name = "label25";            this.label25.Size = new System.Drawing.Size(112, 23);            this.label25.TabIndex = 150;            this.label25.Text = "正常扫描速度";            this.label25.Visible = false;            //             // label26            //             this.label26.AutoSize = true;            this.label26.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.label26.Location = new System.Drawing.Point(270, 548);            this.label26.Name = "label26";            this.label26.Size = new System.Drawing.Size(112, 23);            this.label26.TabIndex = 153;            this.label26.Text = "对焦扫描速度";            this.label26.Visible = false;            //             // tbScanSpeedFocus            //             this.tbScanSpeedFocus.Location = new System.Drawing.Point(377, 545);            this.tbScanSpeedFocus.Name = "tbScanSpeedFocus";            this.tbScanSpeedFocus.Size = new System.Drawing.Size(100, 27);            this.tbScanSpeedFocus.TabIndex = 151;            this.tbScanSpeedFocus.Text = "5";            this.tbScanSpeedFocus.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;            this.tbScanSpeedFocus.Visible = false;            //             // tbScanSpeedHigh            //             this.tbScanSpeedHigh.Location = new System.Drawing.Point(627, 545);            this.tbScanSpeedHigh.Name = "tbScanSpeedHigh";            this.tbScanSpeedHigh.Size = new System.Drawing.Size(100, 27);            this.tbScanSpeedHigh.TabIndex = 152;            this.tbScanSpeedHigh.Text = "7";            this.tbScanSpeedHigh.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;            this.tbScanSpeedHigh.Visible = false;            //             // label27            //             this.label27.AutoSize = true;            this.label27.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.label27.ForeColor = System.Drawing.Color.Black;            this.label27.Location = new System.Drawing.Point(362, 189);            this.label27.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);            this.label27.Name = "label27";            this.label27.Size = new System.Drawing.Size(39, 20);            this.label27.TabIndex = 156;            this.label27.Text = "厂商";            //             // cboXrayMode            //             this.cboXrayMode.Font = new System.Drawing.Font("宋体", 10F);            this.cboXrayMode.ForeColor = System.Drawing.SystemColors.WindowText;            this.cboXrayMode.FormattingEnabled = true;            this.cboXrayMode.Items.AddRange(new object[] {            "0",            "1",            "2"});            this.cboXrayMode.Location = new System.Drawing.Point(502, 341);            this.cboXrayMode.Margin = new System.Windows.Forms.Padding(2);            this.cboXrayMode.Name = "cboXrayMode";            this.cboXrayMode.Size = new System.Drawing.Size(155, 25);            this.cboXrayMode.TabIndex = 148;            //             // label28            //             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.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);            this.label28.Name = "label28";            this.label28.Size = new System.Drawing.Size(85, 20);            this.label28.TabIndex = 142;            this.label28.Text = "XrayMode";            //             // label29            //             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.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);            this.label29.Name = "label29";            this.label29.Size = new System.Drawing.Size(103, 20);            this.label29.TabIndex = 142;            this.label29.Text = "0:Point 1:line";            //             // label30            //             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.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);            this.label30.Name = "label30";            this.label30.Size = new System.Drawing.Size(53, 20);            this.label30.TabIndex = 142;            this.label30.Text = "2:area";            //             // UControl_Init            //             this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 17F);            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.label27);            this.Controls.Add(this.tbScanSpeedHigh);            this.Controls.Add(this.tbScanSpeedFocus);            this.Controls.Add(this.tbScanSpeedNormal);            this.Controls.Add(this.label24);            this.Controls.Add(this.label25);            this.Controls.Add(this.label26);            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.tbContrast);            this.Controls.Add(this.chkGearSwitch);            this.Controls.Add(this.tbGear3to4);            this.Controls.Add(this.tbGear2to3);            this.Controls.Add(this.label8);            this.Controls.Add(this.tbGear1to2);            this.Controls.Add(this.label7);            this.Controls.Add(this.label9);            this.Controls.Add(this.label5);            this.Controls.Add(this.label10);            this.Controls.Add(this.label4);            this.Controls.Add(this.label12);            this.Controls.Add(this.label11);            this.Controls.Add(this.tbBrightness);            this.Controls.Add(this.label13);            this.Controls.Add(this.chkFIBAtuoAdjust);            this.Controls.Add(this.label14);            this.Controls.Add(this.chkFIBAdjust);            this.Controls.Add(this.label15);            this.Controls.Add(this.panel2);            this.Controls.Add(this.tbGear1to2_Xdeviation);            this.Controls.Add(this.btnFIBTemplateFile);            this.Controls.Add(this.label16);            this.Controls.Add(this.btnPTTemplateFile);            this.Controls.Add(this.tbGear1to2_Ydeviation);            this.Controls.Add(this.btnCutHoleAuto);            this.Controls.Add(this.tbGear2to3_Xdeviation);            this.Controls.Add(this.btnCutHoleFile);            this.Controls.Add(this.label17);            this.Controls.Add(this.tbGear2to3_Ydeviation);            this.Controls.Add(this.tbGear3to4_Xdeviation);            this.Controls.Add(this.txtYPSCur);            this.Controls.Add(this.tbGear3to4_Ydeviation);            this.Controls.Add(this.label3);            this.Controls.Add(this.chkWqxkc);            this.Controls.Add(this.label2);            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.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.label42);            this.Controls.Add(this.label38);            this.Controls.Add(this.chkWIsP);            this.Controls.Add(this.label48);            this.Controls.Add(this.label56);            this.Controls.Add(this.label59);            this.Controls.Add(this.label61);            this.Controls.Add(this.chkWPT);            this.Controls.Add(this.label6);            this.Controls.Add(this.chkManul);            this.Controls.Add(this.lblCutHoleCount);            this.Controls.Add(this.txtWPTF);            this.Controls.Add(this.tbCutHoleFilePath);            this.Controls.Add(this.panel1);            this.Font = new System.Drawing.Font("宋体", 10F);            this.ForeColor = System.Drawing.SystemColors.WindowText;            this.Name = "UControl_Init";            this.Size = new System.Drawing.Size(767, 493);            this.Load += new System.EventHandler(this.UControl_Init_Load);            this.panel1.ResumeLayout(false);            this.panel1.PerformLayout();            ((System.ComponentModel.ISupportInitialize)(this.pbClose)).EndInit();            ((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();            this.panel2.ResumeLayout(false);            this.ResumeLayout(false);            this.PerformLayout();        }        #endregion        private System.Windows.Forms.Label label1;        private System.Windows.Forms.Panel panel1;        private System.Windows.Forms.TextBox tbCutHoleFilePath;        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;        private System.Windows.Forms.Label label42;        private System.Windows.Forms.Label label38;        private System.Windows.Forms.CheckBox chkWIsP;        private System.Windows.Forms.TextBox txtWPTF;        private System.Windows.Forms.Label label48;        private System.Windows.Forms.Label label56;        private System.Windows.Forms.Label label59;        private System.Windows.Forms.Label label61;        private System.Windows.Forms.CheckBox chkWPT;        private System.Windows.Forms.TextBox txtWFIBF;        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;        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;        private System.Windows.Forms.Button btnFIBTemplateFile;        private System.Windows.Forms.Panel panel2;        private System.Windows.Forms.Button btnSaveDefalutPara;        private System.Windows.Forms.Button btnCreateConfig;        private System.Windows.Forms.CheckBox chkFIBAdjust;        private System.Windows.Forms.CheckBox chkFIBAtuoAdjust;        private System.Windows.Forms.TextBox tbBrightness;        private System.Windows.Forms.Label label4;        private System.Windows.Forms.Label label5;        private System.Windows.Forms.Label label7;        private System.Windows.Forms.Label label8;        private System.Windows.Forms.TextBox tbGear3to4;        private System.Windows.Forms.TextBox tbGear2to3;        private System.Windows.Forms.TextBox tbGear1to2;        private System.Windows.Forms.Label label9;        private System.Windows.Forms.Label label10;        private System.Windows.Forms.Label label12;        private System.Windows.Forms.Label label11;        private System.Windows.Forms.Label label13;        private System.Windows.Forms.Label label14;        private System.Windows.Forms.Label label15;        private System.Windows.Forms.TextBox tbGear1to2_Xdeviation;        private System.Windows.Forms.Label label16;        private System.Windows.Forms.TextBox tbGear1to2_Ydeviation;        private System.Windows.Forms.TextBox tbGear2to3_Xdeviation;        private System.Windows.Forms.Label label17;        private System.Windows.Forms.TextBox tbGear2to3_Ydeviation;        private System.Windows.Forms.TextBox tbGear3to4_Xdeviation;        private System.Windows.Forms.TextBox tbGear3to4_Ydeviation;        private System.Windows.Forms.CheckBox chkGearSwitch;        private System.Windows.Forms.TextBox tbContrast;        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.TextBox tbScanSpeedNormal;        private System.Windows.Forms.Label label24;        private System.Windows.Forms.Label label25;        private System.Windows.Forms.Label label26;        private System.Windows.Forms.TextBox tbScanSpeedFocus;        private System.Windows.Forms.TextBox tbScanSpeedHigh;        private System.Windows.Forms.Label label27;        private System.Windows.Forms.ComboBox cboXrayMode;        private System.Windows.Forms.Label label28;        private System.Windows.Forms.Label label29;        private System.Windows.Forms.Label label30;    }}
 |