123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494 |
- namespace OTSMeasureApp
- {
- partial class ProgMgrInfoForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.IDC_BUTTON_STAGE = new System.Windows.Forms.Button();
- this.IDC_COMBO_STAGE = new System.Windows.Forms.ComboBox();
- this.label41 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.label16 = new System.Windows.Forms.Label();
- this.label10 = new System.Windows.Forms.Label();
- this.label9 = new System.Windows.Forms.Label();
- this.IDC_EDIT_YEND = new System.Windows.Forms.TextBox();
- this.IDC_EDIT_YSTART = new System.Windows.Forms.TextBox();
- this.IDC_EDIT_MINMAG = new System.Windows.Forms.TextBox();
- this.IDC_EDIT_SCREENWIDTH = new System.Windows.Forms.TextBox();
- this.IDC_EDIT_XEND = new System.Windows.Forms.TextBox();
- this.IDC_EDIT_XSTART = new System.Windows.Forms.TextBox();
- this.label36 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.IDC_COMBO_YDIRECT = new System.Windows.Forms.ComboBox();
- this.IDC_COMBO_XDIREC = new System.Windows.Forms.ComboBox();
- this.label5 = new System.Windows.Forms.Label();
- this.label35 = new System.Windows.Forms.Label();
- this.label34 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.groupBox3 = new System.Windows.Forms.GroupBox();
- this.tB_StopMode = new System.Windows.Forms.TextBox();
- this.btn_StopMode = new System.Windows.Forms.Button();
- this.label13 = new System.Windows.Forms.Label();
- this.IDC_COMBO_IMGSIZE = new System.Windows.Forms.ComboBox();
- this.IDC_COMBO_IMGSCANSPEED = new System.Windows.Forms.ComboBox();
- this.IDC_COMBO_FETCHIMGMODE = new System.Windows.Forms.ComboBox();
- this.label12 = new System.Windows.Forms.Label();
- this.label11 = new System.Windows.Forms.Label();
- this.label7 = new System.Windows.Forms.Label();
- this.groupBox4 = new System.Windows.Forms.GroupBox();
- this.IDC_COMBO_STDSelect = new System.Windows.Forms.ComboBox();
- this.IDC_SYS_LIB = new System.Windows.Forms.CheckBox();
- this.label17 = new System.Windows.Forms.Label();
- this.tBMeasArea = new System.Windows.Forms.TextBox();
- this.cBMeasShape = new System.Windows.Forms.ComboBox();
- this.lbArea = new System.Windows.Forms.Label();
- this.lbShape = new System.Windows.Forms.Label();
- this.IDC_COMBO_TECHNOLOGY = new System.Windows.Forms.ComboBox();
- this.label42 = new System.Windows.Forms.Label();
- this.IDC_MEAS_SWITCH = new System.Windows.Forms.CheckBox();
- this.IDC_BUTTON_KLFX = new System.Windows.Forms.Button();
- this.label19 = new System.Windows.Forms.Label();
- this.IDC_EDIT_SAMPLENAME = new System.Windows.Forms.TextBox();
- this.label15 = new System.Windows.Forms.Label();
- this.label14 = new System.Windows.Forms.Label();
- this.groupBox5 = new System.Windows.Forms.GroupBox();
- this.IDC_EDIT_OTHERSELECTION = new System.Windows.Forms.TextBox();
- this.btn_otherselection = new System.Windows.Forms.Button();
- this.label50 = new System.Windows.Forms.Label();
- this.IDC_EDIT_Overlap = new System.Windows.Forms.TextBox();
- this.IDC_COMBO_AUTOBGREMOVETYP = new System.Windows.Forms.ComboBox();
- this.label_Auto = new System.Windows.Forms.Label();
- this.IDC_COMBO_BGREMOVETYPE = new System.Windows.Forms.ComboBox();
- this.label43 = new System.Windows.Forms.Label();
- this.label22 = new System.Windows.Forms.Label();
- this.label21 = new System.Windows.Forms.Label();
- this.label25 = new System.Windows.Forms.Label();
- this.IDC_EDIT_PARTMAX = new System.Windows.Forms.TextBox();
- this.label55 = new System.Windows.Forms.Label();
- this.IDC_EDIT_PARTMIN = new System.Windows.Forms.TextBox();
- this.IDC_EDIT_BACKMAX = new System.Windows.Forms.TextBox();
- this.IDC_EDIT_BACKMIN = new System.Windows.Forms.TextBox();
- this.IDC_EDIT_PARTAREAMAX = new System.Windows.Forms.TextBox();
- this.IDC_EDIT_PARTAREAMIN = new System.Windows.Forms.TextBox();
- this.label24 = new System.Windows.Forms.Label();
- this.label28 = new System.Windows.Forms.Label();
- this.label51 = new System.Windows.Forms.Label();
- this.label27 = new System.Windows.Forms.Label();
- this.label26 = new System.Windows.Forms.Label();
- this.label23 = new System.Windows.Forms.Label();
- this.label20 = new System.Windows.Forms.Label();
- this.IDC_EDIT_ANALYXRAYAIMVALUE = new System.Windows.Forms.TextBox();
- this.groupBox6 = new System.Windows.Forms.GroupBox();
- this.groupBox8 = new System.Windows.Forms.GroupBox();
- this.tb_xsys = new System.Windows.Forms.Label();
- this.elementchoose = new System.Windows.Forms.Button();
- this.radioButton2 = new System.Windows.Forms.RadioButton();
- this.radioButton1 = new System.Windows.Forms.RadioButton();
- this.label33 = new System.Windows.Forms.Label();
- this.IDC_EDIT_SmallPartAQTime = new System.Windows.Forms.TextBox();
- this.label45 = new System.Windows.Forms.Label();
- this.label46 = new System.Windows.Forms.Label();
- this.IDC_EDIT_QuantifyMinSize = new System.Windows.Forms.TextBox();
- this.label8 = new System.Windows.Forms.Label();
- this.label40 = new System.Windows.Forms.Label();
- this.IDC_EDIT_XrayLimit = new System.Windows.Forms.TextBox();
- this.label18 = new System.Windows.Forms.Label();
- this.label47 = new System.Windows.Forms.Label();
- this.IDC_USINGXRAY_LIB = new System.Windows.Forms.CheckBox();
- this.label44 = new System.Windows.Forms.Label();
- this.IDC_TEXTBOX_ANALYXRAYSPEED_TIME = new System.Windows.Forms.TextBox();
- this.label32 = new System.Windows.Forms.Label();
- this.label39 = new System.Windows.Forms.Label();
- this.IDC_COMBO_XRAYSCANMODE = new System.Windows.Forms.ComboBox();
- this.label31 = new System.Windows.Forms.Label();
- this.label37 = new System.Windows.Forms.Label();
- this.btnok = new System.Windows.Forms.Button();
- this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
- this.IDC_COMBO_Model = new System.Windows.Forms.ComboBox();
- this.groupBox7 = new System.Windows.Forms.GroupBox();
- this.btncancel = new System.Windows.Forms.Button();
- this.groupBox1.SuspendLayout();
- this.groupBox2.SuspendLayout();
- this.groupBox3.SuspendLayout();
- this.groupBox4.SuspendLayout();
- this.groupBox5.SuspendLayout();
- this.groupBox6.SuspendLayout();
- this.groupBox8.SuspendLayout();
- this.groupBox7.SuspendLayout();
- this.SuspendLayout();
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.IDC_BUTTON_STAGE);
- this.groupBox1.Controls.Add(this.IDC_COMBO_STAGE);
- this.groupBox1.Controls.Add(this.label41);
- this.groupBox1.Controls.Add(this.label1);
- this.groupBox1.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.groupBox1.Location = new System.Drawing.Point(6, 69);
- this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
- this.groupBox1.Size = new System.Drawing.Size(313, 80);
- this.groupBox1.TabIndex = 0;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "样品台";
- //
- // IDC_BUTTON_STAGE
- //
- this.IDC_BUTTON_STAGE.Location = new System.Drawing.Point(122, 19);
- this.IDC_BUTTON_STAGE.Margin = new System.Windows.Forms.Padding(2);
- this.IDC_BUTTON_STAGE.Name = "IDC_BUTTON_STAGE";
- this.IDC_BUTTON_STAGE.Size = new System.Drawing.Size(37, 19);
- this.IDC_BUTTON_STAGE.TabIndex = 30;
- this.IDC_BUTTON_STAGE.Text = "...";
- this.IDC_BUTTON_STAGE.UseVisualStyleBackColor = true;
- this.IDC_BUTTON_STAGE.Click += new System.EventHandler(this.IDC_BUTTON_STAGE_Click);
- //
- // IDC_COMBO_STAGE
- //
- this.IDC_COMBO_STAGE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.IDC_COMBO_STAGE.FormattingEnabled = true;
- this.IDC_COMBO_STAGE.Location = new System.Drawing.Point(117, 49);
- this.IDC_COMBO_STAGE.Margin = new System.Windows.Forms.Padding(2);
- this.IDC_COMBO_STAGE.Name = "IDC_COMBO_STAGE";
- this.IDC_COMBO_STAGE.Size = new System.Drawing.Size(170, 20);
- this.IDC_COMBO_STAGE.TabIndex = 20;
- this.IDC_COMBO_STAGE.SelectedIndexChanged += new System.EventHandler(this.IDC_COMBO_STAGE_SelectedIndexChanged);
- //
- // label41
- //
- this.label41.AutoSize = true;
- this.label41.Location = new System.Drawing.Point(6, 23);
- this.label41.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label41.Name = "label41";
- this.label41.Size = new System.Drawing.Size(113, 12);
- this.label41.TabIndex = 10;
- this.label41.Text = "默认样品台配置编辑";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(6, 51);
- this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(89, 12);
- this.label1.TabIndex = 10;
- this.label1.Text = "样品台模板选择";
- //
- // groupBox2
- //
- this.groupBox2.Controls.Add(this.label16);
- this.groupBox2.Controls.Add(this.label10);
- this.groupBox2.Controls.Add(this.label9);
- this.groupBox2.Controls.Add(this.IDC_EDIT_YEND);
- this.groupBox2.Controls.Add(this.IDC_EDIT_YSTART);
- this.groupBox2.Controls.Add(this.IDC_EDIT_MINMAG);
- this.groupBox2.Controls.Add(this.IDC_EDIT_SCREENWIDTH);
- this.groupBox2.Controls.Add(this.IDC_EDIT_XEND);
- this.groupBox2.Controls.Add(this.IDC_EDIT_XSTART);
- this.groupBox2.Controls.Add(this.label36);
- this.groupBox2.Controls.Add(this.label6);
- this.groupBox2.Controls.Add(this.IDC_COMBO_YDIRECT);
- this.groupBox2.Controls.Add(this.IDC_COMBO_XDIREC);
- this.groupBox2.Controls.Add(this.label5);
- this.groupBox2.Controls.Add(this.label35);
- this.groupBox2.Controls.Add(this.label34);
- this.groupBox2.Controls.Add(this.label4);
- this.groupBox2.Controls.Add(this.label3);
- this.groupBox2.Controls.Add(this.label2);
- this.groupBox2.Location = new System.Drawing.Point(6, 153);
- this.groupBox2.Margin = new System.Windows.Forms.Padding(2);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Padding = new System.Windows.Forms.Padding(2);
- this.groupBox2.Size = new System.Drawing.Size(313, 228);
- this.groupBox2.TabIndex = 40;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "SEM样品台信息";
- //
- // label16
- //
- this.label16.AutoSize = true;
- this.label16.Location = new System.Drawing.Point(292, 146);
- this.label16.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label16.Name = "label16";
- this.label16.Size = new System.Drawing.Size(17, 12);
- this.label16.TabIndex = 839;
- this.label16.Text = "mm";
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Location = new System.Drawing.Point(292, 82);
- this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(17, 12);
- this.label10.TabIndex = 838;
- this.label10.Text = "mm";
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Location = new System.Drawing.Point(292, 24);
- this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(17, 12);
- this.label9.TabIndex = 837;
- this.label9.Text = "um";
- //
- // IDC_EDIT_YEND
- //
- this.IDC_EDIT_YEND.Location = new System.Drawing.Point(211, 141);
- this.IDC_EDIT_YEND.Margin = new System.Windows.Forms.Padding(2);
- this.IDC_EDIT_YEND.MaxLength = 10;
- this.IDC_EDIT_YEND.Name = "IDC_EDIT_YEND";
- this.IDC_EDIT_YEND.Size = new System.Drawing.Size(76, 21);
- this.IDC_EDIT_YEND.TabIndex = 220;
- this.IDC_EDIT_YEND.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.IDC_EDIT_YEND.TextChanged += new System.EventHandler(this.IDC_EDIT_YEND_TextChanged);
- //
- // IDC_EDIT_YSTART
- //
- this.IDC_EDIT_YSTART.Location = new System.Drawing.Point(117, 139);
- this.IDC_EDIT_YSTART.Margin = new System.Windows.Forms.Padding(2);
- this.IDC_EDIT_YSTART.MaxLength = 10;
- this.IDC_EDIT_YSTART.Name = "IDC_EDIT_YSTART";
- this.IDC_EDIT_YSTART.Size = new System.Drawing.Size(77, 21);
- this.IDC_EDIT_YSTART.TabIndex = 200;
- this.IDC_EDIT_YSTART.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.IDC_EDIT_YSTART.TextChanged += new System.EventHandler(this.IDC_EDIT_YSTART_TextChanged);
- //
- // IDC_EDIT_MINMAG
- //
- this.IDC_EDIT_MINMAG.Location = new System.Drawing.Point(117, 174);
- this.IDC_EDIT_MINMAG.Margin = new System.Windows.Forms.Padding(2);
- this.IDC_EDIT_MINMAG.MaxLength = 10;
- this.IDC_EDIT_MINMAG.Name = "IDC_EDIT_MINMAG";
- this.IDC_EDIT_MINMAG.Size = new System.Drawing.Size(170, 21);
- this.IDC_EDIT_MINMAG.TabIndex = 222;
- this.IDC_EDIT_MINMAG.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.IDC_EDIT_MINMAG.TextChanged += new System.EventHandler(this.IDC_EDIT_MINMAG_TextChanged);
- //
- // IDC_EDIT_SCREENWIDTH
- //
- this.IDC_EDIT_SCREENWIDTH.Location = new System.Drawing.Point(117, 21);
- this.IDC_EDIT_SCREENWIDTH.Margin = new System.Windows.Forms.Padding(2);
- this.IDC_EDIT_SCREENWIDTH.MaxLength = 20;
- this.IDC_EDIT_SCREENWIDTH.Name = "IDC_EDIT_SCREENWIDTH";
- this.IDC_EDIT_SCREENWIDTH.Size = new System.Drawing.Size(170, 21);
- this.IDC_EDIT_SCREENWIDTH.TabIndex = 60;
- this.IDC_EDIT_SCREENWIDTH.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.IDC_EDIT_SCREENWIDTH.TextChanged += new System.EventHandler(this.IDC_EDIT_SCREENWIDTH_TextChanged);
- //
- // IDC_EDIT_XEND
- //
- this.IDC_EDIT_XEND.Location = new System.Drawing.Point(211, 79);
- this.IDC_EDIT_XEND.Margin = new System.Windows.Forms.Padding(2);
- this.IDC_EDIT_XEND.MaxLength = 10;
- this.IDC_EDIT_XEND.Name = "IDC_EDIT_XEND";
- this.IDC_EDIT_XEND.Size = new System.Drawing.Size(76, 21);
- this.IDC_EDIT_XEND.TabIndex = 160;
- this.IDC_EDIT_XEND.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.IDC_EDIT_XEND.TextChanged += new System.EventHandler(this.IDC_EDIT_XEND_TextChanged);
- //
- // IDC_EDIT_XSTART
- //
- this.IDC_EDIT_XSTART.Location = new System.Drawing.Point(117, 80);
- this.IDC_EDIT_XSTART.Margin = new System.Windows.Forms.Padding(2);
- this.IDC_EDIT_XSTART.MaxLength = 10;
- this.IDC_EDIT_XSTART.Name = "IDC_EDIT_XSTART";
- this.IDC_EDIT_XSTART.Size = new System.Drawing.Size(77, 21);
- this.IDC_EDIT_XSTART.TabIndex = 140;
- this.IDC_EDIT_XSTART.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.IDC_EDIT_XSTART.TextChanged += new System.EventHandler(this.IDC_EDIT_XSTART_TextChanged);
- //
- // label36
- //
- this.label36.AutoSize = true;
- this.label36.Location = new System.Drawing.Point(6, 177);
- this.label36.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label36.Name = "label36";
- this.label36.Size = new System.Drawing.Size(77, 12);
- this.label36.TabIndex = 221;
- this.label36.Text = "最小放大倍数";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(6, 146);
- this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(47, 12);
- this.label6.TabIndex = 190;
- this.label6.Text = "y轴行程";
- //
- // IDC_COMBO_YDIRECT
- //
- this.IDC_COMBO_YDIRECT.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.IDC_COMBO_YDIRECT.FormattingEnabled = true;
- this.IDC_COMBO_YDIRECT.Location = new System.Drawing.Point(117, 110);
- this.IDC_COMBO_YDIRECT.Margin = new System.Windows.Forms.Padding(2);
- this.IDC_COMBO_YDIRECT.Name = "IDC_COMBO_YDIRECT";
- this.IDC_COMBO_YDIRECT.Size = new System.Drawing.Size(170, 20);
- this.IDC_COMBO_YDIRECT.TabIndex = 180;
- this.IDC_COMBO_YDIRECT.SelectedIndexChanged += new System.EventHandler(this.IDC_COMBO_YDIRECT_SelectedIndexChanged);
- //
- // IDC_COMBO_XDIREC
- //
- this.IDC_COMBO_XDIREC.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.IDC_COMBO_XDIREC.FormattingEnabled = true;
- this.IDC_COMBO_XDIREC.Location = new System.Drawing.Point(117, 51);
- this.IDC_COMBO_XDIREC.Margin = new System.Windows.Forms.Padding(2);
- this.IDC_COMBO_XDIREC.Name = "IDC_COMBO_XDIREC";
- this.IDC_COMBO_XDIREC.Size = new System.Drawing.Size(170, 20);
- this.IDC_COMBO_XDIREC.TabIndex = 80;
- this.IDC_COMBO_XDIREC.SelectedIndexChanged += new System.EventHandler(this.IDC_COMBO_XDIREC_SelectedIndexChanged);
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(6, 111);
- this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(47, 12);
- this.label5.TabIndex = 170;
- this.label5.Text = "y轴方向";
- //
- // label35
- //
- this.label35.AutoSize = true;
- this.label35.Location = new System.Drawing.Point(199, 143);
- this.label35.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label35.Name = "label35";
- this.label35.Size = new System.Drawing.Size(11, 12);
- this.label35.TabIndex = 210;
- this.label35.Text = "~";
- //
- // label34
- //
- this.label34.AutoSize = true;
- this.label34.Location = new System.Drawing.Point(198, 82);
- this.label34.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label34.Name = "label34";
- this.label34.Size = new System.Drawing.Size(11, 12);
- this.label34.TabIndex = 150;
- this.label34.Text = "~";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(6, 82);
- this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(47, 12);
- this.label4.TabIndex = 130;
- this.label4.Text = "x轴行程";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(6, 53);
- this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(47, 12);
- this.label3.TabIndex = 70;
- this.label3.Text = "x轴方向";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(6, 24);
- this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(95, 12);
- this.label2.TabIndex = 50;
- this.label2.Text = "100倍时屏幕尺寸";
- //
- // groupBox3
- //
- this.groupBox3.Controls.Add(this.tB_StopMode);
- this.groupBox3.Controls.Add(this.btn_StopMode);
- this.groupBox3.Controls.Add(this.label13);
- this.groupBox3.Controls.Add(this.IDC_COMBO_IMGSIZE);
- this.groupBox3.Controls.Add(this.IDC_COMBO_IMGSCANSPEED);
- this.groupBox3.Controls.Add(this.IDC_COMBO_FETCHIMGMODE);
- this.groupBox3.Controls.Add(this.label12);
- this.groupBox3.Controls.Add(this.label11);
- this.groupBox3.Controls.Add(this.label7);
- this.groupBox3.Location = new System.Drawing.Point(333, 11);
- this.groupBox3.Margin = new System.Windows.Forms.Padding(2);
- this.groupBox3.Name = "groupBox3";
- this.groupBox3.Padding = new System.Windows.Forms.Padding(2);
- this.groupBox3.Size = new System.Drawing.Size(313, 138);
- this.groupBox3.TabIndex = 230;
- this.groupBox3.TabStop = false;
- this.groupBox3.Text = "图像扫描参数";
- //
- // tB_StopMode
- //
- this.tB_StopMode.Location = new System.Drawing.Point(110, 23);
- this.tB_StopMode.Margin = new System.Windows.Forms.Padding(2);
- this.tB_StopMode.Name = "tB_StopMode";
- this.tB_StopMode.ReadOnly = true;
- this.tB_StopMode.Size = new System.Drawing.Size(122, 21);
- this.tB_StopMode.TabIndex = 372;
- this.tB_StopMode.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // btn_StopMode
- //
- this.btn_StopMode.Location = new System.Drawing.Point(235, 21);
- this.btn_StopMode.Margin = new System.Windows.Forms.Padding(2);
- this.btn_StopMode.Name = "btn_StopMode";
- this.btn_StopMode.Size = new System.Drawing.Size(45, 23);
- this.btn_StopMode.TabIndex = 371;
- this.btn_StopMode.Text = "选择";
- this.btn_StopMode.UseVisualStyleBackColor = true;
- this.btn_StopMode.Click += new System.EventHandler(this.btn_StopMode_Click);
- //
- // label13
- //
- this.label13.AutoSize = true;
- this.label13.Location = new System.Drawing.Point(4, 109);
- this.label13.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(65, 12);
- this.label13.TabIndex = 360;
- this.label13.Text = "扫描图尺寸";
- //
- // IDC_COMBO_IMGSIZE
- //
- this.IDC_COMBO_IMGSIZE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.IDC_COMBO_IMGSIZE.FormattingEnabled = true;
- this.IDC_COMBO_IMGSIZE.Location = new System.Drawing.Point(108, 106);
- this.IDC_COMBO_IMGSIZE.Margin = new System.Windows.Forms.Padding(2);
- this.IDC_COMBO_IMGSIZE.Name = "IDC_COMBO_IMGSIZE";
- this.IDC_COMBO_IMGSIZE.Size = new System.Drawing.Size(170, 20);
- this.IDC_COMBO_IMGSIZE.TabIndex = 370;
- this.IDC_COMBO_IMGSIZE.SelectedIndexChanged += new System.EventHandler(this.IDC_COMBO_IMGSIZE_SelectedIndexChanged);
- //
- // IDC_COMBO_IMGSCANSPEED
- //
- this.IDC_COMBO_IMGSCANSPEED.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.IDC_COMBO_IMGSCANSPEED.FormattingEnabled = true;
- this.IDC_COMBO_IMGSCANSPEED.Location = new System.Drawing.Point(108, 78);
- this.IDC_COMBO_IMGSCANSPEED.Margin = new System.Windows.Forms.Padding(2);
- this.IDC_COMBO_IMGSCANSPEED.Name = "IDC_COMBO_IMGSCANSPEED";
- this.IDC_COMBO_IMGSCANSPEED.Size = new System.Drawing.Size(170, 20);
- this.IDC_COMBO_IMGSCANSPEED.TabIndex = 350;
- this.IDC_COMBO_IMGSCANSPEED.SelectedIndexChanged += new System.EventHandler(this.IDC_COMBO_IMGSCANSPEED_SelectedIndexChanged);
- //
- // IDC_COMBO_FETCHIMGMODE
- //
- this.IDC_COMBO_FETCHIMGMODE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.IDC_COMBO_FETCHIMGMODE.FormattingEnabled = true;
- this.IDC_COMBO_FETCHIMGMODE.Location = new System.Drawing.Point(108, 50);
- this.IDC_COMBO_FETCHIMGMODE.Margin = new System.Windows.Forms.Padding(2);
- this.IDC_COMBO_FETCHIMGMODE.Name = "IDC_COMBO_FETCHIMGMODE";
- this.IDC_COMBO_FETCHIMGMODE.Size = new System.Drawing.Size(170, 20);
- this.IDC_COMBO_FETCHIMGMODE.TabIndex = 330;
- this.IDC_COMBO_FETCHIMGMODE.SelectedIndexChanged += new System.EventHandler(this.IDC_COMBO_FETCHIMGMODE_SelectedIndexChanged);
- //
- // label12
- //
- this.label12.AutoSize = true;
- this.label12.Location = new System.Drawing.Point(4, 81);
- this.label12.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label12.Name = "label12";
- this.label12.Size = new System.Drawing.Size(65, 12);
- this.label12.TabIndex = 340;
- this.label12.Text = "扫描图精度";
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.Location = new System.Drawing.Point(6, 53);
- this.label11.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(53, 12);
- this.label11.TabIndex = 320;
- this.label11.Text = "取图方式";
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(5, 24);
- this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(77, 12);
- this.label7.TabIndex = 240;
- this.label7.Text = "测量终止方式";
- //
- // groupBox4
- //
- this.groupBox4.Controls.Add(this.IDC_COMBO_STDSelect);
- this.groupBox4.Controls.Add(this.IDC_SYS_LIB);
- this.groupBox4.Controls.Add(this.label17);
- this.groupBox4.Controls.Add(this.tBMeasArea);
- this.groupBox4.Controls.Add(this.cBMeasShape);
- this.groupBox4.Controls.Add(this.lbArea);
- this.groupBox4.Controls.Add(this.lbShape);
- this.groupBox4.Controls.Add(this.IDC_COMBO_TECHNOLOGY);
- this.groupBox4.Controls.Add(this.label42);
- this.groupBox4.Controls.Add(this.IDC_MEAS_SWITCH);
- this.groupBox4.Controls.Add(this.IDC_BUTTON_KLFX);
- this.groupBox4.Controls.Add(this.label19);
- this.groupBox4.Controls.Add(this.IDC_EDIT_SAMPLENAME);
- this.groupBox4.Controls.Add(this.label15);
- this.groupBox4.Controls.Add(this.label14);
- this.groupBox4.Location = new System.Drawing.Point(6, 385);
- this.groupBox4.Margin = new System.Windows.Forms.Padding(2);
- this.groupBox4.Name = "groupBox4";
- this.groupBox4.Padding = new System.Windows.Forms.Padding(2);
- this.groupBox4.Size = new System.Drawing.Size(313, 217);
- this.groupBox4.TabIndex = 380;
- this.groupBox4.TabStop = false;
- this.groupBox4.Text = "常规测量参数";
- //
- // IDC_COMBO_STDSelect
- //
- this.IDC_COMBO_STDSelect.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.IDC_COMBO_STDSelect.FormattingEnabled = true;
- this.IDC_COMBO_STDSelect.Location = new System.Drawing.Point(117, 105);
- this.IDC_COMBO_STDSelect.Margin = new System.Windows.Forms.Padding(2);
- this.IDC_COMBO_STDSelect.Name = "IDC_COMBO_STDSelect";
- this.IDC_COMBO_STDSelect.Size = new System.Drawing.Size(137, 20);
- this.IDC_COMBO_STDSelect.TabIndex = 821;
- this.IDC_COMBO_STDSelect.SelectedIndexChanged += new System.EventHandler(this.IDC_COMBO_STDSelect_SelectedIndexChanged);
- //
- // IDC_SYS_LIB
- //
- this.IDC_SYS_LIB.AutoSize = true;
- this.IDC_SYS_LIB.Location = new System.Drawing.Point(122, 80);
- this.IDC_SYS_LIB.Margin = new System.Windows.Forms.Padding(2);
- this.IDC_SYS_LIB.Name = "IDC_SYS_LIB";
- this.IDC_SYS_LIB.Size = new System.Drawing.Size(15, 14);
- this.IDC_SYS_LIB.TabIndex = 538;
- this.IDC_SYS_LIB.UseVisualStyleBackColor = true;
- this.IDC_SYS_LIB.CheckedChanged += new System.EventHandler(this.IDC_SYS_LIB_CheckedChanged);
- //
- // label17
- //
- this.label17.AutoSize = true;
- this.label17.Location = new System.Drawing.Point(6, 80);
- this.label17.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label17.Name = "label17";
- this.label17.Size = new System.Drawing.Size(89, 12);
- this.label17.TabIndex = 537;
- this.label17.Text = "使用系统库开关";
- //
- // tBMeasArea
- //
- this.tBMeasArea.Location = new System.Drawing.Point(117, 159);
- this.tBMeasArea.Margin = new System.Windows.Forms.Padding(2);
- this.tBMeasArea.Name = "tBMeasArea";
- this.tBMeasArea.Size = new System.Drawing.Size(170, 21);
- this.tBMeasArea.TabIndex = 536;
- this.tBMeasArea.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.tBMeasArea.TextChanged += new System.EventHandler(this.tBMeasArea_TextChanged);
- //
- // cBMeasShape
- //
- this.cBMeasShape.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cBMeasShape.FormattingEnabled = true;
- this.cBMeasShape.Location = new System.Drawing.Point(117, 131);
- this.cBMeasShape.Margin = new System.Windows.Forms.Padding(2);
- this.cBMeasShape.Name = "cBMeasShape";
- this.cBMeasShape.Size = new System.Drawing.Size(170, 20);
- this.cBMeasShape.TabIndex = 535;
- this.cBMeasShape.SelectedIndexChanged += new System.EventHandler(this.cBMeasShape_SelectedIndexChanged);
- //
- // lbArea
- //
- this.lbArea.AutoSize = true;
- this.lbArea.Location = new System.Drawing.Point(6, 162);
- this.lbArea.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.lbArea.Name = "lbArea";
- this.lbArea.Size = new System.Drawing.Size(101, 12);
- this.lbArea.TabIndex = 534;
- this.lbArea.Text = "测量区域面积/mm2";
- //
- // lbShape
- //
- this.lbShape.AutoSize = true;
- this.lbShape.Location = new System.Drawing.Point(6, 134);
- this.lbShape.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.lbShape.Name = "lbShape";
- this.lbShape.Size = new System.Drawing.Size(77, 12);
- this.lbShape.TabIndex = 533;
- this.lbShape.Text = "测量区域形状";
- //
- // IDC_COMBO_TECHNOLOGY
- //
- this.IDC_COMBO_TECHNOLOGY.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.IDC_COMBO_TECHNOLOGY.FormattingEnabled = true;
- this.IDC_COMBO_TECHNOLOGY.Location = new System.Drawing.Point(117, 187);
- this.IDC_COMBO_TECHNOLOGY.Margin = new System.Windows.Forms.Padding(2);
- this.IDC_COMBO_TECHNOLOGY.Name = "IDC_COMBO_TECHNOLOGY";
- this.IDC_COMBO_TECHNOLOGY.Size = new System.Drawing.Size(170, 20);
- this.IDC_COMBO_TECHNOLOGY.TabIndex = 532;
- this.IDC_COMBO_TECHNOLOGY.SelectedIndexChanged += new System.EventHandler(this.IDC_COMBO_TECHNOLOGY_SelectedIndexChanged);
- //
- // label42
- //
- this.label42.AutoSize = true;
- this.label42.Location = new System.Drawing.Point(6, 190);
- this.label42.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label42.Name = "label42";
- this.label42.Size = new System.Drawing.Size(53, 12);
- this.label42.TabIndex = 531;
- this.label42.Text = "精炼工艺";
- //
- // IDC_MEAS_SWITCH
- //
- this.IDC_MEAS_SWITCH.AutoSize = true;
- this.IDC_MEAS_SWITCH.Location = new System.Drawing.Point(122, 53);
- this.IDC_MEAS_SWITCH.Margin = new System.Windows.Forms.Padding(2);
- this.IDC_MEAS_SWITCH.Name = "IDC_MEAS_SWITCH";
- this.IDC_MEAS_SWITCH.Size = new System.Drawing.Size(15, 14);
- this.IDC_MEAS_SWITCH.TabIndex = 420;
- this.IDC_MEAS_SWITCH.UseVisualStyleBackColor = true;
- this.IDC_MEAS_SWITCH.CheckedChanged += new System.EventHandler(this.IDC_MEAS_SWITCH_CheckedChanged);
- //
- // IDC_BUTTON_KLFX
- //
- this.IDC_BUTTON_KLFX.Location = new System.Drawing.Point(258, 105);
- this.IDC_BUTTON_KLFX.Margin = new System.Windows.Forms.Padding(2);
- this.IDC_BUTTON_KLFX.Name = "IDC_BUTTON_KLFX";
- this.IDC_BUTTON_KLFX.Size = new System.Drawing.Size(33, 20);
- this.IDC_BUTTON_KLFX.TabIndex = 530;
- this.IDC_BUTTON_KLFX.Text = "...";
- this.IDC_BUTTON_KLFX.UseVisualStyleBackColor = true;
- this.IDC_BUTTON_KLFX.Click += new System.EventHandler(this.IDC_BUTTON_KLFX_Click);
- //
- // label19
- //
- this.label19.AutoSize = true;
- this.label19.Location = new System.Drawing.Point(6, 108);
- this.label19.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label19.Name = "label19";
- this.label19.Size = new System.Drawing.Size(89, 12);
- this.label19.TabIndex = 510;
- this.label19.Text = "用户分析库编辑";
- //
- // IDC_EDIT_SAMPLENAME
- //
- this.IDC_EDIT_SAMPLENAME.Location = new System.Drawing.Point(117, 22);
- this.IDC_EDIT_SAMPLENAME.Margin = new System.Windows.Forms.Padding(2);
- this.IDC_EDIT_SAMPLENAME.MaxLength = 18;
- this.IDC_EDIT_SAMPLENAME.Name = "IDC_EDIT_SAMPLENAME";
- this.IDC_EDIT_SAMPLENAME.Size = new System.Drawing.Size(170, 21);
- this.IDC_EDIT_SAMPLENAME.TabIndex = 400;
- this.IDC_EDIT_SAMPLENAME.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.IDC_EDIT_SAMPLENAME.TextChanged += new System.EventHandler(this.IDC_EDIT_SAMPLENAME_TextChanged);
- //
- // label15
- //
- this.label15.AutoSize = true;
- this.label15.Location = new System.Drawing.Point(6, 53);
- this.label15.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label15.Name = "label15";
- this.label15.Size = new System.Drawing.Size(53, 12);
- this.label15.TabIndex = 410;
- this.label15.Text = "执行开关";
- //
- // label14
- //
- this.label14.AutoSize = true;
- this.label14.Location = new System.Drawing.Point(6, 24);
- this.label14.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label14.Name = "label14";
- this.label14.Size = new System.Drawing.Size(41, 12);
- this.label14.TabIndex = 390;
- this.label14.Text = "样品名";
- //
- // groupBox5
- //
- this.groupBox5.Controls.Add(this.IDC_EDIT_OTHERSELECTION);
- this.groupBox5.Controls.Add(this.btn_otherselection);
- this.groupBox5.Controls.Add(this.label50);
- this.groupBox5.Controls.Add(this.IDC_EDIT_Overlap);
- this.groupBox5.Controls.Add(this.IDC_COMBO_AUTOBGREMOVETYP);
- this.groupBox5.Controls.Add(this.label_Auto);
- this.groupBox5.Controls.Add(this.IDC_COMBO_BGREMOVETYPE);
- this.groupBox5.Controls.Add(this.label43);
- this.groupBox5.Controls.Add(this.label22);
- this.groupBox5.Controls.Add(this.label21);
- this.groupBox5.Controls.Add(this.label25);
- this.groupBox5.Controls.Add(this.IDC_EDIT_PARTMAX);
- this.groupBox5.Controls.Add(this.label55);
- this.groupBox5.Controls.Add(this.IDC_EDIT_PARTMIN);
- this.groupBox5.Controls.Add(this.IDC_EDIT_BACKMAX);
- this.groupBox5.Controls.Add(this.IDC_EDIT_BACKMIN);
- this.groupBox5.Controls.Add(this.IDC_EDIT_PARTAREAMAX);
- this.groupBox5.Controls.Add(this.IDC_EDIT_PARTAREAMIN);
- this.groupBox5.Controls.Add(this.label24);
- this.groupBox5.Controls.Add(this.label28);
- this.groupBox5.Controls.Add(this.label51);
- this.groupBox5.Controls.Add(this.label27);
- this.groupBox5.Controls.Add(this.label26);
- this.groupBox5.Controls.Add(this.label23);
- this.groupBox5.Controls.Add(this.label20);
- this.groupBox5.Location = new System.Drawing.Point(327, 153);
- this.groupBox5.Margin = new System.Windows.Forms.Padding(2);
- this.groupBox5.Name = "groupBox5";
- this.groupBox5.Padding = new System.Windows.Forms.Padding(2);
- this.groupBox5.Size = new System.Drawing.Size(313, 228);
- this.groupBox5.TabIndex = 540;
- this.groupBox5.TabStop = false;
- this.groupBox5.Text = "图像处理参数";
- //
- // IDC_EDIT_OTHERSELECTION
- //
- this.IDC_EDIT_OTHERSELECTION.Location = new System.Drawing.Point(108, 159);
- this.IDC_EDIT_OTHERSELECTION.Margin = new System.Windows.Forms.Padding(2);
- this.IDC_EDIT_OTHERSELECTION.MaxLength = 10;
- this.IDC_EDIT_OTHERSELECTION.Name = "IDC_EDIT_OTHERSELECTION";
- this.IDC_EDIT_OTHERSELECTION.ReadOnly = true;
- this.IDC_EDIT_OTHERSELECTION.Size = new System.Drawing.Size(122, 21);
- this.IDC_EDIT_OTHERSELECTION.TabIndex = 843;
- this.IDC_EDIT_OTHERSELECTION.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // btn_otherselection
- //
- this.btn_otherselection.Location = new System.Drawing.Point(235, 157);
- this.btn_otherselection.Margin = new System.Windows.Forms.Padding(2);
- this.btn_otherselection.Name = "btn_otherselection";
- this.btn_otherselection.Size = new System.Drawing.Size(45, 23);
- this.btn_otherselection.TabIndex = 844;
- this.btn_otherselection.Text = "选择";
- this.btn_otherselection.UseVisualStyleBackColor = true;
- this.btn_otherselection.Click += new System.EventHandler(this.btn_otherselection_Click);
- //
- // label50
- //
- this.label50.AutoSize = true;
- this.label50.Location = new System.Drawing.Point(5, 192);
- this.label50.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label50.Name = "label50";
- this.label50.Size = new System.Drawing.Size(137, 12);
- this.label50.TabIndex = 824;
- this.label50.Text = "图像重叠像素(0=不启用)";
- //
- // IDC_EDIT_Overlap
- //
- this.IDC_EDIT_Overlap.Location = new System.Drawing.Point(147, 185);
- this.IDC_EDIT_Overlap.MaxLength = 10;
- this.IDC_EDIT_Overlap.Name = "IDC_EDIT_Overlap";
- this.IDC_EDIT_Overlap.Size = new System.Drawing.Size(131, 21);
- this.IDC_EDIT_Overlap.TabIndex = 832;
- this.IDC_EDIT_Overlap.Text = "20";
- this.IDC_EDIT_Overlap.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // IDC_COMBO_AUTOBGREMOVETYP
- //
- this.IDC_COMBO_AUTOBGREMOVETYP.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.IDC_COMBO_AUTOBGREMOVETYP.FormattingEnabled = true;
- this.IDC_COMBO_AUTOBGREMOVETYP.Location = new System.Drawing.Point(108, 51);
- this.IDC_COMBO_AUTOBGREMOVETYP.Margin = new System.Windows.Forms.Padding(2);
- this.IDC_COMBO_AUTOBGREMOVETYP.Name = "IDC_COMBO_AUTOBGREMOVETYP";
- this.IDC_COMBO_AUTOBGREMOVETYP.Size = new System.Drawing.Size(170, 20);
- this.IDC_COMBO_AUTOBGREMOVETYP.TabIndex = 816;
- //
- // label_Auto
- //
- this.label_Auto.AutoSize = true;
- this.label_Auto.Location = new System.Drawing.Point(5, 53);
- this.label_Auto.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label_Auto.Name = "label_Auto";
- this.label_Auto.Size = new System.Drawing.Size(29, 12);
- this.label_Auto.TabIndex = 815;
- this.label_Auto.Text = "自动";
- //
- // IDC_COMBO_BGREMOVETYPE
- //
- this.IDC_COMBO_BGREMOVETYPE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.IDC_COMBO_BGREMOVETYPE.FormattingEnabled = true;
- this.IDC_COMBO_BGREMOVETYPE.Location = new System.Drawing.Point(108, 22);
- this.IDC_COMBO_BGREMOVETYPE.Margin = new System.Windows.Forms.Padding(2);
- this.IDC_COMBO_BGREMOVETYPE.Name = "IDC_COMBO_BGREMOVETYPE";
- this.IDC_COMBO_BGREMOVETYPE.Size = new System.Drawing.Size(170, 20);
- this.IDC_COMBO_BGREMOVETYPE.TabIndex = 814;
- //
- // label43
- //
- this.label43.AutoSize = true;
- this.label43.Location = new System.Drawing.Point(5, 24);
- this.label43.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label43.Name = "label43";
- this.label43.Size = new System.Drawing.Size(77, 12);
- this.label43.TabIndex = 813;
- this.label43.Text = "背景处理方式";
- //
- // label22
- //
- this.label22.AutoSize = true;
- this.label22.Location = new System.Drawing.Point(5, 135);
- this.label22.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label22.Name = "label22";
- this.label22.Size = new System.Drawing.Size(77, 12);
- this.label22.TabIndex = 650;
- this.label22.Text = "颗粒灰度范围";
- //
- // label21
- //
- this.label21.AutoSize = true;
- this.label21.Location = new System.Drawing.Point(5, 109);
- this.label21.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label21.Name = "label21";
- this.label21.Size = new System.Drawing.Size(77, 12);
- this.label21.TabIndex = 600;
- this.label21.Text = "背景灰度范围";
- //
- // label25
- //
- this.label25.AutoSize = true;
- this.label25.Location = new System.Drawing.Point(106, 135);
- this.label25.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label25.Name = "label25";
- this.label25.Size = new System.Drawing.Size(29, 12);
- this.label25.TabIndex = 660;
- this.label25.Text = "最小";
- //
- // IDC_EDIT_PARTMAX
- //
- this.IDC_EDIT_PARTMAX.Location = new System.Drawing.Point(235, 131);
- this.IDC_EDIT_PARTMAX.Margin = new System.Windows.Forms.Padding(2);
- this.IDC_EDIT_PARTMAX.MaxLength = 10;
- this.IDC_EDIT_PARTMAX.Name = "IDC_EDIT_PARTMAX";
- this.IDC_EDIT_PARTMAX.Size = new System.Drawing.Size(45, 21);
- this.IDC_EDIT_PARTMAX.TabIndex = 690;
- this.IDC_EDIT_PARTMAX.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.IDC_EDIT_PARTMAX.TextChanged += new System.EventHandler(this.IDC_EDIT_PARTMAX_TextChanged);
- //
- // label55
- //
- this.label55.AutoSize = true;
- this.label55.Location = new System.Drawing.Point(5, 162);
- this.label55.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label55.Name = "label55";
- this.label55.Size = new System.Drawing.Size(53, 12);
- this.label55.TabIndex = 790;
- this.label55.Text = "其它筛选";
- //
- // IDC_EDIT_PARTMIN
- //
- this.IDC_EDIT_PARTMIN.Location = new System.Drawing.Point(145, 131);
- this.IDC_EDIT_PARTMIN.Margin = new System.Windows.Forms.Padding(2);
- this.IDC_EDIT_PARTMIN.MaxLength = 10;
- this.IDC_EDIT_PARTMIN.Name = "IDC_EDIT_PARTMIN";
- this.IDC_EDIT_PARTMIN.Size = new System.Drawing.Size(45, 21);
- this.IDC_EDIT_PARTMIN.TabIndex = 670;
- this.IDC_EDIT_PARTMIN.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.IDC_EDIT_PARTMIN.TextChanged += new System.EventHandler(this.IDC_EDIT_PARTMIN_TextChanged);
- //
- // IDC_EDIT_BACKMAX
- //
- this.IDC_EDIT_BACKMAX.Location = new System.Drawing.Point(235, 105);
- this.IDC_EDIT_BACKMAX.Margin = new System.Windows.Forms.Padding(2);
- this.IDC_EDIT_BACKMAX.MaxLength = 10;
- this.IDC_EDIT_BACKMAX.Name = "IDC_EDIT_BACKMAX";
- this.IDC_EDIT_BACKMAX.Size = new System.Drawing.Size(45, 21);
- this.IDC_EDIT_BACKMAX.TabIndex = 640;
- this.IDC_EDIT_BACKMAX.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.IDC_EDIT_BACKMAX.TextChanged += new System.EventHandler(this.IDC_EDIT_BACKMAX_TextChanged);
- //
- // IDC_EDIT_BACKMIN
- //
- this.IDC_EDIT_BACKMIN.Location = new System.Drawing.Point(145, 105);
- this.IDC_EDIT_BACKMIN.Margin = new System.Windows.Forms.Padding(2);
- this.IDC_EDIT_BACKMIN.MaxLength = 10;
- this.IDC_EDIT_BACKMIN.Name = "IDC_EDIT_BACKMIN";
- this.IDC_EDIT_BACKMIN.Size = new System.Drawing.Size(45, 21);
- this.IDC_EDIT_BACKMIN.TabIndex = 620;
- this.IDC_EDIT_BACKMIN.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.IDC_EDIT_BACKMIN.TextChanged += new System.EventHandler(this.IDC_EDIT_BACKMIN_TextChanged);
- //
- // IDC_EDIT_PARTAREAMAX
- //
- this.IDC_EDIT_PARTAREAMAX.Location = new System.Drawing.Point(235, 79);
- this.IDC_EDIT_PARTAREAMAX.Margin = new System.Windows.Forms.Padding(2);
- this.IDC_EDIT_PARTAREAMAX.MaxLength = 10;
- this.IDC_EDIT_PARTAREAMAX.Name = "IDC_EDIT_PARTAREAMAX";
- this.IDC_EDIT_PARTAREAMAX.Size = new System.Drawing.Size(45, 21);
- this.IDC_EDIT_PARTAREAMAX.TabIndex = 590;
- this.IDC_EDIT_PARTAREAMAX.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.IDC_EDIT_PARTAREAMAX.TextChanged += new System.EventHandler(this.IDC_EDIT_PARTAREAMAX_TextChanged);
- //
- // IDC_EDIT_PARTAREAMIN
- //
- this.IDC_EDIT_PARTAREAMIN.Location = new System.Drawing.Point(145, 79);
- this.IDC_EDIT_PARTAREAMIN.Margin = new System.Windows.Forms.Padding(2);
- this.IDC_EDIT_PARTAREAMIN.MaxLength = 10;
- this.IDC_EDIT_PARTAREAMIN.Name = "IDC_EDIT_PARTAREAMIN";
- this.IDC_EDIT_PARTAREAMIN.Size = new System.Drawing.Size(45, 21);
- this.IDC_EDIT_PARTAREAMIN.TabIndex = 570;
- this.IDC_EDIT_PARTAREAMIN.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.IDC_EDIT_PARTAREAMIN.TextChanged += new System.EventHandler(this.IDC_EDIT_PARTAREAMIN_TextChanged);
- //
- // label24
- //
- this.label24.AutoSize = true;
- this.label24.Location = new System.Drawing.Point(106, 109);
- this.label24.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label24.Name = "label24";
- this.label24.Size = new System.Drawing.Size(29, 12);
- this.label24.TabIndex = 610;
- this.label24.Text = "最小";
- //
- // label28
- //
- this.label28.AutoSize = true;
- this.label28.Location = new System.Drawing.Point(200, 135);
- this.label28.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label28.Name = "label28";
- this.label28.Size = new System.Drawing.Size(29, 12);
- this.label28.TabIndex = 680;
- this.label28.Text = "最大";
- //
- // label51
- //
- this.label51.AutoSize = true;
- this.label51.Location = new System.Drawing.Point(291, 190);
- this.label51.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label51.Name = "label51";
- this.label51.Size = new System.Drawing.Size(17, 12);
- this.label51.TabIndex = 721;
- this.label51.Text = "um";
- //
- // label27
- //
- this.label27.AutoSize = true;
- this.label27.Location = new System.Drawing.Point(200, 109);
- this.label27.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label27.Name = "label27";
- this.label27.Size = new System.Drawing.Size(29, 12);
- this.label27.TabIndex = 630;
- this.label27.Text = "最大";
- //
- // label26
- //
- this.label26.AutoSize = true;
- this.label26.Location = new System.Drawing.Point(200, 83);
- this.label26.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label26.Name = "label26";
- this.label26.Size = new System.Drawing.Size(29, 12);
- this.label26.TabIndex = 580;
- this.label26.Text = "最大";
- //
- // label23
- //
- this.label23.AutoSize = true;
- this.label23.Location = new System.Drawing.Point(106, 83);
- this.label23.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label23.Name = "label23";
- this.label23.Size = new System.Drawing.Size(29, 12);
- this.label23.TabIndex = 560;
- this.label23.Text = "最小";
- //
- // label20
- //
- this.label20.AutoSize = true;
- this.label20.Location = new System.Drawing.Point(5, 83);
- this.label20.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label20.Name = "label20";
- this.label20.Size = new System.Drawing.Size(77, 12);
- this.label20.TabIndex = 550;
- this.label20.Text = "颗粒尺寸范围";
- //
- // IDC_EDIT_ANALYXRAYAIMVALUE
- //
- this.IDC_EDIT_ANALYXRAYAIMVALUE.Location = new System.Drawing.Point(110, 172);
- this.IDC_EDIT_ANALYXRAYAIMVALUE.Margin = new System.Windows.Forms.Padding(2);
- this.IDC_EDIT_ANALYXRAYAIMVALUE.MaxLength = 10;
- this.IDC_EDIT_ANALYXRAYAIMVALUE.Name = "IDC_EDIT_ANALYXRAYAIMVALUE";
- this.IDC_EDIT_ANALYXRAYAIMVALUE.Size = new System.Drawing.Size(170, 21);
- this.IDC_EDIT_ANALYXRAYAIMVALUE.TabIndex = 800;
- this.IDC_EDIT_ANALYXRAYAIMVALUE.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.IDC_EDIT_ANALYXRAYAIMVALUE.TextChanged += new System.EventHandler(this.IDC_EDIT_ANALYXRAYAIMVALUE_TextChanged);
- //
- // groupBox6
- //
- this.groupBox6.Controls.Add(this.groupBox8);
- this.groupBox6.Controls.Add(this.label33);
- this.groupBox6.Controls.Add(this.IDC_EDIT_SmallPartAQTime);
- this.groupBox6.Controls.Add(this.label45);
- this.groupBox6.Controls.Add(this.label46);
- this.groupBox6.Controls.Add(this.IDC_EDIT_QuantifyMinSize);
- this.groupBox6.Controls.Add(this.label8);
- this.groupBox6.Controls.Add(this.label40);
- this.groupBox6.Controls.Add(this.IDC_EDIT_XrayLimit);
- this.groupBox6.Controls.Add(this.label18);
- this.groupBox6.Controls.Add(this.label47);
- this.groupBox6.Controls.Add(this.IDC_USINGXRAY_LIB);
- this.groupBox6.Controls.Add(this.label44);
- this.groupBox6.Controls.Add(this.IDC_EDIT_ANALYXRAYAIMVALUE);
- this.groupBox6.Controls.Add(this.IDC_TEXTBOX_ANALYXRAYSPEED_TIME);
- this.groupBox6.Controls.Add(this.label32);
- this.groupBox6.Controls.Add(this.label39);
- this.groupBox6.Controls.Add(this.IDC_COMBO_XRAYSCANMODE);
- this.groupBox6.Controls.Add(this.label31);
- this.groupBox6.Location = new System.Drawing.Point(327, 388);
- this.groupBox6.Margin = new System.Windows.Forms.Padding(2);
- this.groupBox6.Name = "groupBox6";
- this.groupBox6.Size = new System.Drawing.Size(313, 306);
- this.groupBox6.TabIndex = 700;
- this.groupBox6.TabStop = false;
- this.groupBox6.Text = "X-ray参数";
- //
- // groupBox8
- //
- this.groupBox8.Controls.Add(this.tb_xsys);
- this.groupBox8.Controls.Add(this.elementchoose);
- this.groupBox8.Controls.Add(this.radioButton2);
- this.groupBox8.Controls.Add(this.radioButton1);
- this.groupBox8.Location = new System.Drawing.Point(112, 226);
- this.groupBox8.Name = "groupBox8";
- this.groupBox8.Size = new System.Drawing.Size(168, 70);
- this.groupBox8.TabIndex = 843;
- this.groupBox8.TabStop = false;
- //
- // tb_xsys
- //
- this.tb_xsys.AutoSize = true;
- this.tb_xsys.Location = new System.Drawing.Point(30, 40);
- this.tb_xsys.Name = "tb_xsys";
- this.tb_xsys.Size = new System.Drawing.Size(47, 12);
- this.tb_xsys.TabIndex = 3;
- this.tb_xsys.Text = "label29";
- this.tb_xsys.Visible = false;
- //
- // elementchoose
- //
- this.elementchoose.Location = new System.Drawing.Point(90, 35);
- this.elementchoose.Name = "elementchoose";
- this.elementchoose.Size = new System.Drawing.Size(57, 22);
- this.elementchoose.TabIndex = 2;
- this.elementchoose.Text = "...";
- this.elementchoose.UseVisualStyleBackColor = true;
- this.elementchoose.Click += new System.EventHandler(this.button1_Click);
- //
- // radioButton2
- //
- this.radioButton2.AutoSize = true;
- this.radioButton2.Location = new System.Drawing.Point(83, 13);
- this.radioButton2.Name = "radioButton2";
- this.radioButton2.Size = new System.Drawing.Size(71, 16);
- this.radioButton2.TabIndex = 1;
- this.radioButton2.TabStop = true;
- this.radioButton2.Text = "指定范围";
- this.radioButton2.UseVisualStyleBackColor = true;
- this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged);
- //
- // radioButton1
- //
- this.radioButton1.AutoSize = true;
- this.radioButton1.Location = new System.Drawing.Point(6, 13);
- this.radioButton1.Name = "radioButton1";
- this.radioButton1.Size = new System.Drawing.Size(71, 16);
- this.radioButton1.TabIndex = 0;
- this.radioButton1.TabStop = true;
- this.radioButton1.Text = "自动分析";
- this.radioButton1.UseVisualStyleBackColor = true;
- this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
- //
- // label33
- //
- this.label33.AutoSize = true;
- this.label33.Location = new System.Drawing.Point(5, 175);
- this.label33.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label33.Name = "label33";
- this.label33.Size = new System.Drawing.Size(95, 12);
- this.label33.TabIndex = 842;
- this.label33.Text = "X-ray计数期望值";
- //
- // IDC_EDIT_SmallPartAQTime
- //
- this.IDC_EDIT_SmallPartAQTime.Location = new System.Drawing.Point(110, 138);
- this.IDC_EDIT_SmallPartAQTime.MaxLength = 10;
- this.IDC_EDIT_SmallPartAQTime.Name = "IDC_EDIT_SmallPartAQTime";
- this.IDC_EDIT_SmallPartAQTime.Size = new System.Drawing.Size(170, 21);
- this.IDC_EDIT_SmallPartAQTime.TabIndex = 841;
- this.IDC_EDIT_SmallPartAQTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // label45
- //
- this.label45.AutoSize = true;
- this.label45.Location = new System.Drawing.Point(5, 141);
- this.label45.Name = "label45";
- this.label45.Size = new System.Drawing.Size(89, 12);
- this.label45.TabIndex = 840;
- this.label45.Text = "小颗粒Xray时间";
- //
- // label46
- //
- this.label46.AutoSize = true;
- this.label46.Location = new System.Drawing.Point(291, 142);
- this.label46.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label46.Name = "label46";
- this.label46.Size = new System.Drawing.Size(17, 12);
- this.label46.TabIndex = 839;
- this.label46.Text = "ms";
- //
- // IDC_EDIT_QuantifyMinSize
- //
- this.IDC_EDIT_QuantifyMinSize.Location = new System.Drawing.Point(110, 79);
- this.IDC_EDIT_QuantifyMinSize.MaxLength = 10;
- this.IDC_EDIT_QuantifyMinSize.Name = "IDC_EDIT_QuantifyMinSize";
- this.IDC_EDIT_QuantifyMinSize.Size = new System.Drawing.Size(170, 21);
- this.IDC_EDIT_QuantifyMinSize.TabIndex = 838;
- this.IDC_EDIT_QuantifyMinSize.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Location = new System.Drawing.Point(5, 82);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(53, 12);
- this.label8.TabIndex = 837;
- this.label8.Text = "分析阈值";
- //
- // label40
- //
- this.label40.AutoSize = true;
- this.label40.Location = new System.Drawing.Point(291, 79);
- this.label40.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label40.Name = "label40";
- this.label40.Size = new System.Drawing.Size(17, 12);
- this.label40.TabIndex = 836;
- this.label40.Text = "um";
- //
- // IDC_EDIT_XrayLimit
- //
- this.IDC_EDIT_XrayLimit.Location = new System.Drawing.Point(110, 201);
- this.IDC_EDIT_XrayLimit.Margin = new System.Windows.Forms.Padding(2);
- this.IDC_EDIT_XrayLimit.MaxLength = 10;
- this.IDC_EDIT_XrayLimit.Name = "IDC_EDIT_XrayLimit";
- this.IDC_EDIT_XrayLimit.Size = new System.Drawing.Size(170, 21);
- this.IDC_EDIT_XrayLimit.TabIndex = 834;
- this.IDC_EDIT_XrayLimit.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // label18
- //
- this.label18.AutoSize = true;
- this.label18.Location = new System.Drawing.Point(6, 239);
- this.label18.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label18.Name = "label18";
- this.label18.Size = new System.Drawing.Size(77, 12);
- this.label18.TabIndex = 833;
- this.label18.Text = "能谱元素分析";
- //
- // label47
- //
- this.label47.AutoSize = true;
- this.label47.Location = new System.Drawing.Point(6, 204);
- this.label47.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label47.Name = "label47";
- this.label47.Size = new System.Drawing.Size(53, 12);
- this.label47.TabIndex = 833;
- this.label47.Text = "数量限值";
- //
- // IDC_USINGXRAY_LIB
- //
- this.IDC_USINGXRAY_LIB.AutoSize = true;
- this.IDC_USINGXRAY_LIB.Location = new System.Drawing.Point(110, 23);
- this.IDC_USINGXRAY_LIB.Margin = new System.Windows.Forms.Padding(2);
- this.IDC_USINGXRAY_LIB.Name = "IDC_USINGXRAY_LIB";
- this.IDC_USINGXRAY_LIB.Size = new System.Drawing.Size(15, 14);
- this.IDC_USINGXRAY_LIB.TabIndex = 826;
- this.IDC_USINGXRAY_LIB.UseVisualStyleBackColor = true;
- //
- // label44
- //
- this.label44.AutoSize = true;
- this.label44.Location = new System.Drawing.Point(5, 23);
- this.label44.Name = "label44";
- this.label44.Size = new System.Drawing.Size(83, 12);
- this.label44.TabIndex = 825;
- this.label44.Text = "是否使用X-ray";
- //
- // IDC_TEXTBOX_ANALYXRAYSPEED_TIME
- //
- this.IDC_TEXTBOX_ANALYXRAYSPEED_TIME.Location = new System.Drawing.Point(110, 107);
- this.IDC_TEXTBOX_ANALYXRAYSPEED_TIME.MaxLength = 10;
- this.IDC_TEXTBOX_ANALYXRAYSPEED_TIME.Name = "IDC_TEXTBOX_ANALYXRAYSPEED_TIME";
- this.IDC_TEXTBOX_ANALYXRAYSPEED_TIME.Size = new System.Drawing.Size(170, 21);
- this.IDC_TEXTBOX_ANALYXRAYSPEED_TIME.TabIndex = 782;
- this.IDC_TEXTBOX_ANALYXRAYSPEED_TIME.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.IDC_TEXTBOX_ANALYXRAYSPEED_TIME.TextChanged += new System.EventHandler(this.IDC_EDIT_SEARCHXRAYCOUNTLIMIT_TextChanged);
- //
- // label32
- //
- this.label32.AutoSize = true;
- this.label32.Location = new System.Drawing.Point(5, 110);
- this.label32.Name = "label32";
- this.label32.Size = new System.Drawing.Size(83, 12);
- this.label32.TabIndex = 770;
- this.label32.Text = "颗粒X-ray时间";
- //
- // label39
- //
- this.label39.AutoSize = true;
- this.label39.Location = new System.Drawing.Point(291, 112);
- this.label39.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label39.Name = "label39";
- this.label39.Size = new System.Drawing.Size(17, 12);
- this.label39.TabIndex = 721;
- this.label39.Text = "ms";
- //
- // IDC_COMBO_XRAYSCANMODE
- //
- this.IDC_COMBO_XRAYSCANMODE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.IDC_COMBO_XRAYSCANMODE.FormattingEnabled = true;
- this.IDC_COMBO_XRAYSCANMODE.Location = new System.Drawing.Point(110, 49);
- this.IDC_COMBO_XRAYSCANMODE.Margin = new System.Windows.Forms.Padding(2);
- this.IDC_COMBO_XRAYSCANMODE.Name = "IDC_COMBO_XRAYSCANMODE";
- this.IDC_COMBO_XRAYSCANMODE.Size = new System.Drawing.Size(170, 20);
- this.IDC_COMBO_XRAYSCANMODE.TabIndex = 760;
- this.IDC_COMBO_XRAYSCANMODE.SelectedIndexChanged += new System.EventHandler(this.IDC_COMBO_XRAYSCANMODE_SelectedIndexChanged);
- //
- // label31
- //
- this.label31.AutoSize = true;
- this.label31.Location = new System.Drawing.Point(5, 53);
- this.label31.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label31.Name = "label31";
- this.label31.Size = new System.Drawing.Size(83, 12);
- this.label31.TabIndex = 750;
- this.label31.Text = "X-ray扫描方式";
- //
- // label37
- //
- this.label37.Location = new System.Drawing.Point(0, 0);
- this.label37.Name = "label37";
- this.label37.Size = new System.Drawing.Size(100, 23);
- this.label37.TabIndex = 0;
- //
- // btnok
- //
- this.btnok.Location = new System.Drawing.Point(487, 698);
- this.btnok.Margin = new System.Windows.Forms.Padding(2);
- this.btnok.Name = "btnok";
- this.btnok.Size = new System.Drawing.Size(66, 22);
- this.btnok.TabIndex = 810;
- this.btnok.Text = "确 定";
- this.btnok.UseVisualStyleBackColor = true;
- this.btnok.Click += new System.EventHandler(this.btnok_Click);
- //
- // folderBrowserDialog1
- //
- this.folderBrowserDialog1.ShowNewFolderButton = false;
- //
- // IDC_COMBO_Model
- //
- this.IDC_COMBO_Model.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.IDC_COMBO_Model.FormattingEnabled = true;
- this.IDC_COMBO_Model.Location = new System.Drawing.Point(117, 21);
- this.IDC_COMBO_Model.Margin = new System.Windows.Forms.Padding(2);
- this.IDC_COMBO_Model.Name = "IDC_COMBO_Model";
- this.IDC_COMBO_Model.Size = new System.Drawing.Size(170, 20);
- this.IDC_COMBO_Model.TabIndex = 21;
- this.IDC_COMBO_Model.SelectedIndexChanged += new System.EventHandler(this.IDC_COMBO_Model_SelectedIndexChanged);
- //
- // groupBox7
- //
- this.groupBox7.Controls.Add(this.IDC_COMBO_Model);
- this.groupBox7.Location = new System.Drawing.Point(6, 11);
- this.groupBox7.Name = "groupBox7";
- this.groupBox7.Size = new System.Drawing.Size(313, 53);
- this.groupBox7.TabIndex = 822;
- this.groupBox7.TabStop = false;
- this.groupBox7.Text = "模式选择";
- //
- // btncancel
- //
- this.btncancel.Location = new System.Drawing.Point(568, 698);
- this.btncancel.Margin = new System.Windows.Forms.Padding(2);
- this.btncancel.Name = "btncancel";
- this.btncancel.Size = new System.Drawing.Size(66, 22);
- this.btncancel.TabIndex = 820;
- this.btncancel.Text = "取 消";
- this.btncancel.UseVisualStyleBackColor = true;
- this.btncancel.Click += new System.EventHandler(this.btncancel_Click);
- //
- // ProgMgrInfoForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(651, 731);
- this.Controls.Add(this.groupBox7);
- this.Controls.Add(this.btncancel);
- this.Controls.Add(this.groupBox6);
- this.Controls.Add(this.btnok);
- this.Controls.Add(this.groupBox5);
- this.Controls.Add(this.groupBox4);
- this.Controls.Add(this.groupBox3);
- this.Controls.Add(this.groupBox2);
- this.Controls.Add(this.groupBox1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Margin = new System.Windows.Forms.Padding(2);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.MinimumSize = new System.Drawing.Size(643, 638);
- this.Name = "ProgMgrInfoForm";
- this.ShowIcon = false;
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "程序管理";
- this.Load += new System.EventHandler(this.ProgMgrInfoForm_Load);
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- this.groupBox2.ResumeLayout(false);
- this.groupBox2.PerformLayout();
- this.groupBox3.ResumeLayout(false);
- this.groupBox3.PerformLayout();
- this.groupBox4.ResumeLayout(false);
- this.groupBox4.PerformLayout();
- this.groupBox5.ResumeLayout(false);
- this.groupBox5.PerformLayout();
- this.groupBox6.ResumeLayout(false);
- this.groupBox6.PerformLayout();
- this.groupBox8.ResumeLayout(false);
- this.groupBox8.PerformLayout();
- this.groupBox7.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.GroupBox groupBox2;
- private System.Windows.Forms.GroupBox groupBox3;
- private System.Windows.Forms.GroupBox groupBox4;
- private System.Windows.Forms.GroupBox groupBox5;
- private System.Windows.Forms.GroupBox groupBox6;
- private System.Windows.Forms.Button btnok;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label13;
- private System.Windows.Forms.Label label12;
- private System.Windows.Forms.Label label11;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Label label14;
- private System.Windows.Forms.Label label19;
- private System.Windows.Forms.Label label15;
- private System.Windows.Forms.Label label22;
- private System.Windows.Forms.Label label21;
- private System.Windows.Forms.Label label20;
- private System.Windows.Forms.Label label25;
- private System.Windows.Forms.Label label24;
- private System.Windows.Forms.Label label28;
- private System.Windows.Forms.Label label27;
- private System.Windows.Forms.Label label26;
- private System.Windows.Forms.Label label23;
- private System.Windows.Forms.Label label55;
- private System.Windows.Forms.Label label32;
- private System.Windows.Forms.Label label31;
- private System.Windows.Forms.Label label35;
- private System.Windows.Forms.Label label34;
- public System.Windows.Forms.ComboBox IDC_COMBO_STAGE;
- public System.Windows.Forms.Button IDC_BUTTON_STAGE;
- public System.Windows.Forms.ComboBox IDC_COMBO_YDIRECT;
- public System.Windows.Forms.ComboBox IDC_COMBO_XDIREC;
- public System.Windows.Forms.ComboBox IDC_COMBO_IMGSIZE;
- public System.Windows.Forms.ComboBox IDC_COMBO_IMGSCANSPEED;
- public System.Windows.Forms.ComboBox IDC_COMBO_FETCHIMGMODE;
- public System.Windows.Forms.TextBox IDC_EDIT_SAMPLENAME;
- public System.Windows.Forms.TextBox IDC_EDIT_YEND;
- public System.Windows.Forms.TextBox IDC_EDIT_YSTART;
- public System.Windows.Forms.TextBox IDC_EDIT_XEND;
- public System.Windows.Forms.TextBox IDC_EDIT_XSTART;
- public System.Windows.Forms.CheckBox IDC_MEAS_SWITCH;
- public System.Windows.Forms.TextBox IDC_EDIT_PARTAREAMIN;
- public System.Windows.Forms.TextBox IDC_EDIT_PARTMAX;
- public System.Windows.Forms.TextBox IDC_EDIT_PARTMIN;
- public System.Windows.Forms.TextBox IDC_EDIT_BACKMAX;
- public System.Windows.Forms.TextBox IDC_EDIT_BACKMIN;
- public System.Windows.Forms.TextBox IDC_EDIT_PARTAREAMAX;
- public System.Windows.Forms.ComboBox IDC_COMBO_XRAYSCANMODE;
- public System.Windows.Forms.TextBox IDC_EDIT_ANALYXRAYAIMVALUE;
- public System.Windows.Forms.TextBox IDC_EDIT_SCREENWIDTH;
- public System.Windows.Forms.TextBox IDC_EDIT_MINMAG;
- private System.Windows.Forms.Label label36;
- public System.Windows.Forms.TextBox IDC_TEXTBOX_ANALYXRAYSPEED_TIME;
- private System.Windows.Forms.Label label39;
- private System.Windows.Forms.Label label41;
- public System.Windows.Forms.ComboBox IDC_COMBO_TECHNOLOGY;
- private System.Windows.Forms.Label label42;
- private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
- private System.Windows.Forms.Label lbShape;
- public System.Windows.Forms.TextBox tBMeasArea;
- public System.Windows.Forms.ComboBox cBMeasShape;
- private System.Windows.Forms.Label lbArea;
- public System.Windows.Forms.Button IDC_BUTTON_KLFX;
- public System.Windows.Forms.CheckBox IDC_SYS_LIB;
- private System.Windows.Forms.Label label17;
- public System.Windows.Forms.ComboBox IDC_COMBO_STDSelect;
- private System.Windows.Forms.Label label44;
- public System.Windows.Forms.ComboBox IDC_COMBO_AUTOBGREMOVETYP;
- private System.Windows.Forms.Label label_Auto;
- public System.Windows.Forms.ComboBox IDC_COMBO_BGREMOVETYPE;
- private System.Windows.Forms.Label label43;
- public System.Windows.Forms.ComboBox IDC_COMBO_Model;
- private System.Windows.Forms.GroupBox groupBox7;
- public System.Windows.Forms.CheckBox IDC_USINGXRAY_LIB;
- //public System.Windows.Forms.TextBox IDC_EDIT_QuantifyMinSize1;
- private System.Windows.Forms.Label label37;
- public System.Windows.Forms.TextBox IDC_EDIT_XrayLimit;
- private System.Windows.Forms.Label label47;
- private System.Windows.Forms.TextBox tB_StopMode;
- private System.Windows.Forms.Button btn_StopMode;
- private System.Windows.Forms.Label label50;
- private System.Windows.Forms.Label label51;
- public System.Windows.Forms.TextBox IDC_EDIT_Overlap;
- public System.Windows.Forms.TextBox IDC_EDIT_SmallPartAQTime;
- private System.Windows.Forms.Label label45;
- private System.Windows.Forms.Label label46;
- public System.Windows.Forms.TextBox IDC_EDIT_QuantifyMinSize;
- private System.Windows.Forms.Label label40;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.Button btncancel;
- public System.Windows.Forms.TextBox IDC_EDIT_OTHERSELECTION;
- private System.Windows.Forms.Label label33;
- private System.Windows.Forms.Button btn_otherselection;
- private System.Windows.Forms.Label label16;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.GroupBox groupBox8;
- private System.Windows.Forms.Button elementchoose;
- private System.Windows.Forms.RadioButton radioButton2;
- private System.Windows.Forms.RadioButton radioButton1;
- private System.Windows.Forms.Label label18;
- private System.Windows.Forms.Label tb_xsys;
- }
- }
|