ProgMgrInfoForm.designer.cs 80 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527
  1. namespace OTSMeasureApp
  2. {
  3. partial class ProgMgrInfoForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.groupBox1 = new System.Windows.Forms.GroupBox();
  29. this.IDC_BUTTON_STAGE = new System.Windows.Forms.Button();
  30. this.IDC_COMBO_STAGE = new System.Windows.Forms.ComboBox();
  31. this.label41 = new System.Windows.Forms.Label();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.groupBox2 = new System.Windows.Forms.GroupBox();
  34. this.IDC_EDIT_YEND = new System.Windows.Forms.TextBox();
  35. this.IDC_EDIT_YSTART = new System.Windows.Forms.TextBox();
  36. this.IDC_EDIT_MINMAG = new System.Windows.Forms.TextBox();
  37. this.IDC_EDIT_SCREENWIDTH = new System.Windows.Forms.TextBox();
  38. this.IDC_EDIT_XEND = new System.Windows.Forms.TextBox();
  39. this.IDC_EDIT_XSTART = new System.Windows.Forms.TextBox();
  40. this.label36 = new System.Windows.Forms.Label();
  41. this.label6 = new System.Windows.Forms.Label();
  42. this.IDC_COMBO_YDIRECT = new System.Windows.Forms.ComboBox();
  43. this.IDC_COMBO_XDIREC = new System.Windows.Forms.ComboBox();
  44. this.label5 = new System.Windows.Forms.Label();
  45. this.label35 = new System.Windows.Forms.Label();
  46. this.label34 = new System.Windows.Forms.Label();
  47. this.label4 = new System.Windows.Forms.Label();
  48. this.label3 = new System.Windows.Forms.Label();
  49. this.label2 = new System.Windows.Forms.Label();
  50. this.groupBox3 = new System.Windows.Forms.GroupBox();
  51. this.tB_StopMode = new System.Windows.Forms.TextBox();
  52. this.btn_StopMode = new System.Windows.Forms.Button();
  53. this.label13 = new System.Windows.Forms.Label();
  54. this.IDC_COMBO_IMGSIZE = new System.Windows.Forms.ComboBox();
  55. this.IDC_COMBO_IMGSCANSPEED = new System.Windows.Forms.ComboBox();
  56. this.IDC_COMBO_FETCHIMGMODE = new System.Windows.Forms.ComboBox();
  57. this.label12 = new System.Windows.Forms.Label();
  58. this.label11 = new System.Windows.Forms.Label();
  59. this.label7 = new System.Windows.Forms.Label();
  60. this.groupBox4 = new System.Windows.Forms.GroupBox();
  61. this.IDC_COMBO_STDSelect = new System.Windows.Forms.ComboBox();
  62. this.IDC_SYS_LIB = new System.Windows.Forms.CheckBox();
  63. this.label17 = new System.Windows.Forms.Label();
  64. this.tBMeasArea = new System.Windows.Forms.TextBox();
  65. this.cBMeasShape = new System.Windows.Forms.ComboBox();
  66. this.lbArea = new System.Windows.Forms.Label();
  67. this.lbShape = new System.Windows.Forms.Label();
  68. this.IDC_COMBO_TECHNOLOGY = new System.Windows.Forms.ComboBox();
  69. this.label42 = new System.Windows.Forms.Label();
  70. this.IDC_MEAS_SWITCH = new System.Windows.Forms.CheckBox();
  71. this.IDC_BUTTON_KLFX = new System.Windows.Forms.Button();
  72. this.label19 = new System.Windows.Forms.Label();
  73. this.label18 = new System.Windows.Forms.Label();
  74. this.label16 = new System.Windows.Forms.Label();
  75. this.IDC_EDIT_ANALYSESTDLIBPATH = new System.Windows.Forms.TextBox();
  76. this.IDC_EDIT_MEASUREPARAMPATH = new System.Windows.Forms.TextBox();
  77. this.IDC_EDIT_SAMPLENAME = new System.Windows.Forms.TextBox();
  78. this.label15 = new System.Windows.Forms.Label();
  79. this.label14 = new System.Windows.Forms.Label();
  80. this.IDC_BUTTON_MEASPRAMPATHSET = new System.Windows.Forms.Button();
  81. this.groupBox5 = new System.Windows.Forms.GroupBox();
  82. this.IDC_COMBO_CorrosionExpansionCoefficient = new System.Windows.Forms.ComboBox();
  83. this.label50 = new System.Windows.Forms.Label();
  84. this.IDC_EDIT_Overlap = new System.Windows.Forms.TextBox();
  85. this.label49 = new System.Windows.Forms.Label();
  86. this.IDC_COMBO_AUTOBGREMOVETYP = new System.Windows.Forms.ComboBox();
  87. this.label_Auto = new System.Windows.Forms.Label();
  88. this.IDC_COMBO_BGREMOVETYPE = new System.Windows.Forms.ComboBox();
  89. this.label43 = new System.Windows.Forms.Label();
  90. this.label22 = new System.Windows.Forms.Label();
  91. this.label21 = new System.Windows.Forms.Label();
  92. this.label25 = new System.Windows.Forms.Label();
  93. this.IDC_EDIT_PARTMAX = new System.Windows.Forms.TextBox();
  94. this.IDC_EDIT_PARTMIN = new System.Windows.Forms.TextBox();
  95. this.IDC_EDIT_BACKMAX = new System.Windows.Forms.TextBox();
  96. this.IDC_EDIT_BACKMIN = new System.Windows.Forms.TextBox();
  97. this.IDC_EDIT_PARTAREAMAX = new System.Windows.Forms.TextBox();
  98. this.IDC_EDIT_PARTAREAMIN = new System.Windows.Forms.TextBox();
  99. this.label24 = new System.Windows.Forms.Label();
  100. this.label28 = new System.Windows.Forms.Label();
  101. this.label51 = new System.Windows.Forms.Label();
  102. this.label27 = new System.Windows.Forms.Label();
  103. this.label26 = new System.Windows.Forms.Label();
  104. this.label23 = new System.Windows.Forms.Label();
  105. this.label20 = new System.Windows.Forms.Label();
  106. this.groupBox6 = new System.Windows.Forms.GroupBox();
  107. this.IDC_FILTER = new System.Windows.Forms.CheckBox();
  108. this.IDC_EDIT_XrayLimit = new System.Windows.Forms.TextBox();
  109. this.label52 = new System.Windows.Forms.Label();
  110. this.label47 = new System.Windows.Forms.Label();
  111. this.IDC_EDIT_SmallPartAQTime = new System.Windows.Forms.TextBox();
  112. this.label45 = new System.Windows.Forms.Label();
  113. this.label46 = new System.Windows.Forms.Label();
  114. this.IDC_EDIT_QuantifyMinSize = new System.Windows.Forms.TextBox();
  115. this.label37 = new System.Windows.Forms.Label();
  116. this.label40 = new System.Windows.Forms.Label();
  117. this.IDC_USINGXRAY_LIB = new System.Windows.Forms.CheckBox();
  118. this.label44 = new System.Windows.Forms.Label();
  119. this.IDC_TEXTBOX_SEARCHXRAYSPEED_TIME = new System.Windows.Forms.TextBox();
  120. this.label38 = new System.Windows.Forms.Label();
  121. this.label30 = new System.Windows.Forms.Label();
  122. this.label29 = new System.Windows.Forms.Label();
  123. this.IDC_EDIT_SEARCHXRAYCOUNTLIMIT = new System.Windows.Forms.TextBox();
  124. this.IDC_COMBO_SEARCHXRAYSPEED = new System.Windows.Forms.ComboBox();
  125. this.IDC_TEXTBOX_ANALYXRAYSPEED_TIME = new System.Windows.Forms.TextBox();
  126. this.IDC_COMBO_ANALYXRAYSPEED = new System.Windows.Forms.ComboBox();
  127. this.label32 = new System.Windows.Forms.Label();
  128. this.label39 = new System.Windows.Forms.Label();
  129. this.IDC_COMBO_XRAYSCANMODE = new System.Windows.Forms.ComboBox();
  130. this.IDC_EDIT_ANALYXRAYAIMVALUE = new System.Windows.Forms.TextBox();
  131. this.label33 = new System.Windows.Forms.Label();
  132. this.label31 = new System.Windows.Forms.Label();
  133. this.btnok = new System.Windows.Forms.Button();
  134. this.btncancel = new System.Windows.Forms.Button();
  135. this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
  136. this.lbModelSel = new System.Windows.Forms.Label();
  137. this.IDC_COMBO_Model = new System.Windows.Forms.ComboBox();
  138. this.groupBox7 = new System.Windows.Forms.GroupBox();
  139. this.groupBox1.SuspendLayout();
  140. this.groupBox2.SuspendLayout();
  141. this.groupBox3.SuspendLayout();
  142. this.groupBox4.SuspendLayout();
  143. this.groupBox5.SuspendLayout();
  144. this.groupBox6.SuspendLayout();
  145. this.groupBox7.SuspendLayout();
  146. this.SuspendLayout();
  147. //
  148. // groupBox1
  149. //
  150. this.groupBox1.Controls.Add(this.IDC_BUTTON_STAGE);
  151. this.groupBox1.Controls.Add(this.IDC_COMBO_STAGE);
  152. this.groupBox1.Controls.Add(this.label41);
  153. this.groupBox1.Controls.Add(this.label1);
  154. this.groupBox1.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  155. this.groupBox1.Location = new System.Drawing.Point(6, 63);
  156. this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
  157. this.groupBox1.Name = "groupBox1";
  158. this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
  159. this.groupBox1.Size = new System.Drawing.Size(301, 65);
  160. this.groupBox1.TabIndex = 0;
  161. this.groupBox1.TabStop = false;
  162. this.groupBox1.Text = "样品台";
  163. //
  164. // IDC_BUTTON_STAGE
  165. //
  166. this.IDC_BUTTON_STAGE.Location = new System.Drawing.Point(122, 19);
  167. this.IDC_BUTTON_STAGE.Margin = new System.Windows.Forms.Padding(2);
  168. this.IDC_BUTTON_STAGE.Name = "IDC_BUTTON_STAGE";
  169. this.IDC_BUTTON_STAGE.Size = new System.Drawing.Size(37, 19);
  170. this.IDC_BUTTON_STAGE.TabIndex = 30;
  171. this.IDC_BUTTON_STAGE.Text = "...";
  172. this.IDC_BUTTON_STAGE.UseVisualStyleBackColor = true;
  173. this.IDC_BUTTON_STAGE.Click += new System.EventHandler(this.IDC_BUTTON_STAGE_Click);
  174. //
  175. // IDC_COMBO_STAGE
  176. //
  177. this.IDC_COMBO_STAGE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  178. this.IDC_COMBO_STAGE.FormattingEnabled = true;
  179. this.IDC_COMBO_STAGE.Location = new System.Drawing.Point(122, 40);
  180. this.IDC_COMBO_STAGE.Margin = new System.Windows.Forms.Padding(2);
  181. this.IDC_COMBO_STAGE.Name = "IDC_COMBO_STAGE";
  182. this.IDC_COMBO_STAGE.Size = new System.Drawing.Size(137, 20);
  183. this.IDC_COMBO_STAGE.TabIndex = 20;
  184. this.IDC_COMBO_STAGE.SelectedIndexChanged += new System.EventHandler(this.IDC_COMBO_STAGE_SelectedIndexChanged);
  185. //
  186. // label41
  187. //
  188. this.label41.AutoSize = true;
  189. this.label41.Location = new System.Drawing.Point(5, 23);
  190. this.label41.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  191. this.label41.Name = "label41";
  192. this.label41.Size = new System.Drawing.Size(113, 12);
  193. this.label41.TabIndex = 10;
  194. this.label41.Text = "默认样品台配置编辑";
  195. //
  196. // label1
  197. //
  198. this.label1.AutoSize = true;
  199. this.label1.Location = new System.Drawing.Point(5, 42);
  200. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  201. this.label1.Name = "label1";
  202. this.label1.Size = new System.Drawing.Size(89, 12);
  203. this.label1.TabIndex = 10;
  204. this.label1.Text = "样品台模板选择";
  205. //
  206. // groupBox2
  207. //
  208. this.groupBox2.Controls.Add(this.IDC_EDIT_YEND);
  209. this.groupBox2.Controls.Add(this.IDC_EDIT_YSTART);
  210. this.groupBox2.Controls.Add(this.IDC_EDIT_MINMAG);
  211. this.groupBox2.Controls.Add(this.IDC_EDIT_SCREENWIDTH);
  212. this.groupBox2.Controls.Add(this.IDC_EDIT_XEND);
  213. this.groupBox2.Controls.Add(this.IDC_EDIT_XSTART);
  214. this.groupBox2.Controls.Add(this.label36);
  215. this.groupBox2.Controls.Add(this.label6);
  216. this.groupBox2.Controls.Add(this.IDC_COMBO_YDIRECT);
  217. this.groupBox2.Controls.Add(this.IDC_COMBO_XDIREC);
  218. this.groupBox2.Controls.Add(this.label5);
  219. this.groupBox2.Controls.Add(this.label35);
  220. this.groupBox2.Controls.Add(this.label34);
  221. this.groupBox2.Controls.Add(this.label4);
  222. this.groupBox2.Controls.Add(this.label3);
  223. this.groupBox2.Controls.Add(this.label2);
  224. this.groupBox2.Location = new System.Drawing.Point(334, 23);
  225. this.groupBox2.Margin = new System.Windows.Forms.Padding(2);
  226. this.groupBox2.Name = "groupBox2";
  227. this.groupBox2.Padding = new System.Windows.Forms.Padding(2);
  228. this.groupBox2.Size = new System.Drawing.Size(301, 169);
  229. this.groupBox2.TabIndex = 40;
  230. this.groupBox2.TabStop = false;
  231. this.groupBox2.Text = "SEM样品台信息";
  232. //
  233. // IDC_EDIT_YEND
  234. //
  235. this.IDC_EDIT_YEND.Location = new System.Drawing.Point(213, 109);
  236. this.IDC_EDIT_YEND.Margin = new System.Windows.Forms.Padding(2);
  237. this.IDC_EDIT_YEND.MaxLength = 10;
  238. this.IDC_EDIT_YEND.Name = "IDC_EDIT_YEND";
  239. this.IDC_EDIT_YEND.Size = new System.Drawing.Size(76, 21);
  240. this.IDC_EDIT_YEND.TabIndex = 220;
  241. this.IDC_EDIT_YEND.TextChanged += new System.EventHandler(this.IDC_EDIT_YEND_TextChanged);
  242. //
  243. // IDC_EDIT_YSTART
  244. //
  245. this.IDC_EDIT_YSTART.Location = new System.Drawing.Point(118, 109);
  246. this.IDC_EDIT_YSTART.Margin = new System.Windows.Forms.Padding(2);
  247. this.IDC_EDIT_YSTART.MaxLength = 10;
  248. this.IDC_EDIT_YSTART.Name = "IDC_EDIT_YSTART";
  249. this.IDC_EDIT_YSTART.Size = new System.Drawing.Size(77, 21);
  250. this.IDC_EDIT_YSTART.TabIndex = 200;
  251. this.IDC_EDIT_YSTART.TextChanged += new System.EventHandler(this.IDC_EDIT_YSTART_TextChanged);
  252. //
  253. // IDC_EDIT_MINMAG
  254. //
  255. this.IDC_EDIT_MINMAG.Location = new System.Drawing.Point(118, 133);
  256. this.IDC_EDIT_MINMAG.Margin = new System.Windows.Forms.Padding(2);
  257. this.IDC_EDIT_MINMAG.MaxLength = 10;
  258. this.IDC_EDIT_MINMAG.Name = "IDC_EDIT_MINMAG";
  259. this.IDC_EDIT_MINMAG.Size = new System.Drawing.Size(171, 21);
  260. this.IDC_EDIT_MINMAG.TabIndex = 222;
  261. this.IDC_EDIT_MINMAG.TextChanged += new System.EventHandler(this.IDC_EDIT_MINMAG_TextChanged);
  262. //
  263. // IDC_EDIT_SCREENWIDTH
  264. //
  265. this.IDC_EDIT_SCREENWIDTH.Location = new System.Drawing.Point(118, 19);
  266. this.IDC_EDIT_SCREENWIDTH.Margin = new System.Windows.Forms.Padding(2);
  267. this.IDC_EDIT_SCREENWIDTH.MaxLength = 20;
  268. this.IDC_EDIT_SCREENWIDTH.Name = "IDC_EDIT_SCREENWIDTH";
  269. this.IDC_EDIT_SCREENWIDTH.Size = new System.Drawing.Size(171, 21);
  270. this.IDC_EDIT_SCREENWIDTH.TabIndex = 60;
  271. this.IDC_EDIT_SCREENWIDTH.TextChanged += new System.EventHandler(this.IDC_EDIT_SCREENWIDTH_TextChanged);
  272. //
  273. // IDC_EDIT_XEND
  274. //
  275. this.IDC_EDIT_XEND.Location = new System.Drawing.Point(213, 64);
  276. this.IDC_EDIT_XEND.Margin = new System.Windows.Forms.Padding(2);
  277. this.IDC_EDIT_XEND.MaxLength = 10;
  278. this.IDC_EDIT_XEND.Name = "IDC_EDIT_XEND";
  279. this.IDC_EDIT_XEND.Size = new System.Drawing.Size(76, 21);
  280. this.IDC_EDIT_XEND.TabIndex = 160;
  281. this.IDC_EDIT_XEND.TextChanged += new System.EventHandler(this.IDC_EDIT_XEND_TextChanged);
  282. //
  283. // IDC_EDIT_XSTART
  284. //
  285. this.IDC_EDIT_XSTART.Location = new System.Drawing.Point(118, 65);
  286. this.IDC_EDIT_XSTART.Margin = new System.Windows.Forms.Padding(2);
  287. this.IDC_EDIT_XSTART.MaxLength = 10;
  288. this.IDC_EDIT_XSTART.Name = "IDC_EDIT_XSTART";
  289. this.IDC_EDIT_XSTART.Size = new System.Drawing.Size(77, 21);
  290. this.IDC_EDIT_XSTART.TabIndex = 140;
  291. this.IDC_EDIT_XSTART.TextChanged += new System.EventHandler(this.IDC_EDIT_XSTART_TextChanged);
  292. //
  293. // label36
  294. //
  295. this.label36.AutoSize = true;
  296. this.label36.Location = new System.Drawing.Point(2, 137);
  297. this.label36.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  298. this.label36.Name = "label36";
  299. this.label36.Size = new System.Drawing.Size(77, 12);
  300. this.label36.TabIndex = 221;
  301. this.label36.Text = "最小放大倍数";
  302. //
  303. // label6
  304. //
  305. this.label6.AutoSize = true;
  306. this.label6.Location = new System.Drawing.Point(3, 114);
  307. this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  308. this.label6.Name = "label6";
  309. this.label6.Size = new System.Drawing.Size(65, 12);
  310. this.label6.TabIndex = 190;
  311. this.label6.Text = "y轴行程/mm";
  312. //
  313. // IDC_COMBO_YDIRECT
  314. //
  315. this.IDC_COMBO_YDIRECT.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  316. this.IDC_COMBO_YDIRECT.FormattingEnabled = true;
  317. this.IDC_COMBO_YDIRECT.Location = new System.Drawing.Point(118, 87);
  318. this.IDC_COMBO_YDIRECT.Margin = new System.Windows.Forms.Padding(2);
  319. this.IDC_COMBO_YDIRECT.Name = "IDC_COMBO_YDIRECT";
  320. this.IDC_COMBO_YDIRECT.Size = new System.Drawing.Size(171, 20);
  321. this.IDC_COMBO_YDIRECT.TabIndex = 180;
  322. this.IDC_COMBO_YDIRECT.SelectedIndexChanged += new System.EventHandler(this.IDC_COMBO_YDIRECT_SelectedIndexChanged);
  323. //
  324. // IDC_COMBO_XDIREC
  325. //
  326. this.IDC_COMBO_XDIREC.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  327. this.IDC_COMBO_XDIREC.FormattingEnabled = true;
  328. this.IDC_COMBO_XDIREC.Location = new System.Drawing.Point(118, 42);
  329. this.IDC_COMBO_XDIREC.Margin = new System.Windows.Forms.Padding(2);
  330. this.IDC_COMBO_XDIREC.Name = "IDC_COMBO_XDIREC";
  331. this.IDC_COMBO_XDIREC.Size = new System.Drawing.Size(171, 20);
  332. this.IDC_COMBO_XDIREC.TabIndex = 80;
  333. this.IDC_COMBO_XDIREC.SelectedIndexChanged += new System.EventHandler(this.IDC_COMBO_XDIREC_SelectedIndexChanged);
  334. //
  335. // label5
  336. //
  337. this.label5.AutoSize = true;
  338. this.label5.Location = new System.Drawing.Point(3, 89);
  339. this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  340. this.label5.Name = "label5";
  341. this.label5.Size = new System.Drawing.Size(47, 12);
  342. this.label5.TabIndex = 170;
  343. this.label5.Text = "y轴方向";
  344. //
  345. // label35
  346. //
  347. this.label35.AutoSize = true;
  348. this.label35.Location = new System.Drawing.Point(198, 111);
  349. this.label35.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  350. this.label35.Name = "label35";
  351. this.label35.Size = new System.Drawing.Size(11, 12);
  352. this.label35.TabIndex = 210;
  353. this.label35.Text = "~";
  354. //
  355. // label34
  356. //
  357. this.label34.AutoSize = true;
  358. this.label34.Location = new System.Drawing.Point(198, 67);
  359. this.label34.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  360. this.label34.Name = "label34";
  361. this.label34.Size = new System.Drawing.Size(11, 12);
  362. this.label34.TabIndex = 150;
  363. this.label34.Text = "~";
  364. //
  365. // label4
  366. //
  367. this.label4.AutoSize = true;
  368. this.label4.Location = new System.Drawing.Point(3, 67);
  369. this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  370. this.label4.Name = "label4";
  371. this.label4.Size = new System.Drawing.Size(65, 12);
  372. this.label4.TabIndex = 130;
  373. this.label4.Text = "x轴行程/mm";
  374. //
  375. // label3
  376. //
  377. this.label3.AutoSize = true;
  378. this.label3.Location = new System.Drawing.Point(4, 46);
  379. this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  380. this.label3.Name = "label3";
  381. this.label3.Size = new System.Drawing.Size(47, 12);
  382. this.label3.TabIndex = 70;
  383. this.label3.Text = "x轴方向";
  384. //
  385. // label2
  386. //
  387. this.label2.AutoSize = true;
  388. this.label2.Location = new System.Drawing.Point(3, 22);
  389. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  390. this.label2.Name = "label2";
  391. this.label2.Size = new System.Drawing.Size(113, 12);
  392. this.label2.TabIndex = 50;
  393. this.label2.Text = "100倍时屏幕尺寸/µm";
  394. //
  395. // groupBox3
  396. //
  397. this.groupBox3.Controls.Add(this.tB_StopMode);
  398. this.groupBox3.Controls.Add(this.btn_StopMode);
  399. this.groupBox3.Controls.Add(this.label13);
  400. this.groupBox3.Controls.Add(this.IDC_COMBO_IMGSIZE);
  401. this.groupBox3.Controls.Add(this.IDC_COMBO_IMGSCANSPEED);
  402. this.groupBox3.Controls.Add(this.IDC_COMBO_FETCHIMGMODE);
  403. this.groupBox3.Controls.Add(this.label12);
  404. this.groupBox3.Controls.Add(this.label11);
  405. this.groupBox3.Controls.Add(this.label7);
  406. this.groupBox3.Location = new System.Drawing.Point(334, 197);
  407. this.groupBox3.Margin = new System.Windows.Forms.Padding(2);
  408. this.groupBox3.Name = "groupBox3";
  409. this.groupBox3.Padding = new System.Windows.Forms.Padding(2);
  410. this.groupBox3.Size = new System.Drawing.Size(306, 158);
  411. this.groupBox3.TabIndex = 230;
  412. this.groupBox3.TabStop = false;
  413. this.groupBox3.Text = "图像扫描参数";
  414. //
  415. // tB_StopMode
  416. //
  417. this.tB_StopMode.Location = new System.Drawing.Point(107, 18);
  418. this.tB_StopMode.Margin = new System.Windows.Forms.Padding(2);
  419. this.tB_StopMode.Name = "tB_StopMode";
  420. this.tB_StopMode.ReadOnly = true;
  421. this.tB_StopMode.Size = new System.Drawing.Size(132, 21);
  422. this.tB_StopMode.TabIndex = 372;
  423. //
  424. // btn_StopMode
  425. //
  426. this.btn_StopMode.Location = new System.Drawing.Point(242, 18);
  427. this.btn_StopMode.Margin = new System.Windows.Forms.Padding(2);
  428. this.btn_StopMode.Name = "btn_StopMode";
  429. this.btn_StopMode.Size = new System.Drawing.Size(45, 23);
  430. this.btn_StopMode.TabIndex = 371;
  431. this.btn_StopMode.Text = "选择";
  432. this.btn_StopMode.UseVisualStyleBackColor = true;
  433. this.btn_StopMode.Click += new System.EventHandler(this.btn_StopMode_Click);
  434. //
  435. // label13
  436. //
  437. this.label13.AutoSize = true;
  438. this.label13.Location = new System.Drawing.Point(6, 123);
  439. this.label13.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  440. this.label13.Name = "label13";
  441. this.label13.Size = new System.Drawing.Size(65, 12);
  442. this.label13.TabIndex = 360;
  443. this.label13.Text = "扫描图尺寸";
  444. //
  445. // IDC_COMBO_IMGSIZE
  446. //
  447. this.IDC_COMBO_IMGSIZE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  448. this.IDC_COMBO_IMGSIZE.FormattingEnabled = true;
  449. this.IDC_COMBO_IMGSIZE.Location = new System.Drawing.Point(108, 122);
  450. this.IDC_COMBO_IMGSIZE.Margin = new System.Windows.Forms.Padding(2);
  451. this.IDC_COMBO_IMGSIZE.Name = "IDC_COMBO_IMGSIZE";
  452. this.IDC_COMBO_IMGSIZE.Size = new System.Drawing.Size(181, 20);
  453. this.IDC_COMBO_IMGSIZE.TabIndex = 370;
  454. this.IDC_COMBO_IMGSIZE.SelectedIndexChanged += new System.EventHandler(this.IDC_COMBO_IMGSIZE_SelectedIndexChanged);
  455. //
  456. // IDC_COMBO_IMGSCANSPEED
  457. //
  458. this.IDC_COMBO_IMGSCANSPEED.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  459. this.IDC_COMBO_IMGSCANSPEED.FormattingEnabled = true;
  460. this.IDC_COMBO_IMGSCANSPEED.Location = new System.Drawing.Point(108, 86);
  461. this.IDC_COMBO_IMGSCANSPEED.Margin = new System.Windows.Forms.Padding(2);
  462. this.IDC_COMBO_IMGSCANSPEED.Name = "IDC_COMBO_IMGSCANSPEED";
  463. this.IDC_COMBO_IMGSCANSPEED.Size = new System.Drawing.Size(181, 20);
  464. this.IDC_COMBO_IMGSCANSPEED.TabIndex = 350;
  465. this.IDC_COMBO_IMGSCANSPEED.SelectedIndexChanged += new System.EventHandler(this.IDC_COMBO_IMGSCANSPEED_SelectedIndexChanged);
  466. //
  467. // IDC_COMBO_FETCHIMGMODE
  468. //
  469. this.IDC_COMBO_FETCHIMGMODE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  470. this.IDC_COMBO_FETCHIMGMODE.FormattingEnabled = true;
  471. this.IDC_COMBO_FETCHIMGMODE.Location = new System.Drawing.Point(108, 53);
  472. this.IDC_COMBO_FETCHIMGMODE.Margin = new System.Windows.Forms.Padding(2);
  473. this.IDC_COMBO_FETCHIMGMODE.Name = "IDC_COMBO_FETCHIMGMODE";
  474. this.IDC_COMBO_FETCHIMGMODE.Size = new System.Drawing.Size(181, 20);
  475. this.IDC_COMBO_FETCHIMGMODE.TabIndex = 330;
  476. this.IDC_COMBO_FETCHIMGMODE.SelectedIndexChanged += new System.EventHandler(this.IDC_COMBO_FETCHIMGMODE_SelectedIndexChanged);
  477. //
  478. // label12
  479. //
  480. this.label12.AutoSize = true;
  481. this.label12.Location = new System.Drawing.Point(5, 89);
  482. this.label12.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  483. this.label12.Name = "label12";
  484. this.label12.Size = new System.Drawing.Size(65, 12);
  485. this.label12.TabIndex = 340;
  486. this.label12.Text = "扫描图精度";
  487. //
  488. // label11
  489. //
  490. this.label11.AutoSize = true;
  491. this.label11.Location = new System.Drawing.Point(6, 55);
  492. this.label11.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  493. this.label11.Name = "label11";
  494. this.label11.Size = new System.Drawing.Size(53, 12);
  495. this.label11.TabIndex = 320;
  496. this.label11.Text = "取图方式";
  497. //
  498. // label7
  499. //
  500. this.label7.AutoSize = true;
  501. this.label7.Location = new System.Drawing.Point(5, 21);
  502. this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  503. this.label7.Name = "label7";
  504. this.label7.Size = new System.Drawing.Size(77, 12);
  505. this.label7.TabIndex = 240;
  506. this.label7.Text = "测量终止方式";
  507. //
  508. // groupBox4
  509. //
  510. this.groupBox4.Controls.Add(this.IDC_COMBO_STDSelect);
  511. this.groupBox4.Controls.Add(this.IDC_SYS_LIB);
  512. this.groupBox4.Controls.Add(this.label17);
  513. this.groupBox4.Controls.Add(this.tBMeasArea);
  514. this.groupBox4.Controls.Add(this.cBMeasShape);
  515. this.groupBox4.Controls.Add(this.lbArea);
  516. this.groupBox4.Controls.Add(this.lbShape);
  517. this.groupBox4.Controls.Add(this.IDC_COMBO_TECHNOLOGY);
  518. this.groupBox4.Controls.Add(this.label42);
  519. this.groupBox4.Controls.Add(this.IDC_MEAS_SWITCH);
  520. this.groupBox4.Controls.Add(this.IDC_BUTTON_KLFX);
  521. this.groupBox4.Controls.Add(this.label19);
  522. this.groupBox4.Controls.Add(this.label18);
  523. this.groupBox4.Controls.Add(this.label16);
  524. this.groupBox4.Controls.Add(this.IDC_EDIT_ANALYSESTDLIBPATH);
  525. this.groupBox4.Controls.Add(this.IDC_EDIT_MEASUREPARAMPATH);
  526. this.groupBox4.Controls.Add(this.IDC_EDIT_SAMPLENAME);
  527. this.groupBox4.Controls.Add(this.label15);
  528. this.groupBox4.Controls.Add(this.label14);
  529. this.groupBox4.Controls.Add(this.IDC_BUTTON_MEASPRAMPATHSET);
  530. this.groupBox4.Location = new System.Drawing.Point(6, 334);
  531. this.groupBox4.Margin = new System.Windows.Forms.Padding(2);
  532. this.groupBox4.Name = "groupBox4";
  533. this.groupBox4.Padding = new System.Windows.Forms.Padding(2);
  534. this.groupBox4.Size = new System.Drawing.Size(306, 274);
  535. this.groupBox4.TabIndex = 380;
  536. this.groupBox4.TabStop = false;
  537. this.groupBox4.Text = "常规测量参数";
  538. //
  539. // IDC_COMBO_STDSelect
  540. //
  541. this.IDC_COMBO_STDSelect.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  542. this.IDC_COMBO_STDSelect.FormattingEnabled = true;
  543. this.IDC_COMBO_STDSelect.Location = new System.Drawing.Point(118, 154);
  544. this.IDC_COMBO_STDSelect.Margin = new System.Windows.Forms.Padding(2);
  545. this.IDC_COMBO_STDSelect.Name = "IDC_COMBO_STDSelect";
  546. this.IDC_COMBO_STDSelect.Size = new System.Drawing.Size(137, 20);
  547. this.IDC_COMBO_STDSelect.TabIndex = 821;
  548. this.IDC_COMBO_STDSelect.SelectedIndexChanged += new System.EventHandler(this.IDC_COMBO_STDSelect_SelectedIndexChanged);
  549. //
  550. // IDC_SYS_LIB
  551. //
  552. this.IDC_SYS_LIB.AutoSize = true;
  553. this.IDC_SYS_LIB.Location = new System.Drawing.Point(119, 93);
  554. this.IDC_SYS_LIB.Margin = new System.Windows.Forms.Padding(2);
  555. this.IDC_SYS_LIB.Name = "IDC_SYS_LIB";
  556. this.IDC_SYS_LIB.Size = new System.Drawing.Size(15, 14);
  557. this.IDC_SYS_LIB.TabIndex = 538;
  558. this.IDC_SYS_LIB.UseVisualStyleBackColor = true;
  559. this.IDC_SYS_LIB.CheckedChanged += new System.EventHandler(this.IDC_SYS_LIB_CheckedChanged);
  560. //
  561. // label17
  562. //
  563. this.label17.AutoSize = true;
  564. this.label17.Location = new System.Drawing.Point(8, 93);
  565. this.label17.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  566. this.label17.Name = "label17";
  567. this.label17.Size = new System.Drawing.Size(89, 12);
  568. this.label17.TabIndex = 537;
  569. this.label17.Text = "使用系统库开关";
  570. //
  571. // tBMeasArea
  572. //
  573. this.tBMeasArea.Location = new System.Drawing.Point(147, 218);
  574. this.tBMeasArea.Margin = new System.Windows.Forms.Padding(2);
  575. this.tBMeasArea.Name = "tBMeasArea";
  576. this.tBMeasArea.Size = new System.Drawing.Size(145, 21);
  577. this.tBMeasArea.TabIndex = 536;
  578. this.tBMeasArea.TextChanged += new System.EventHandler(this.tBMeasArea_TextChanged);
  579. //
  580. // cBMeasShape
  581. //
  582. this.cBMeasShape.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  583. this.cBMeasShape.FormattingEnabled = true;
  584. this.cBMeasShape.Location = new System.Drawing.Point(148, 186);
  585. this.cBMeasShape.Margin = new System.Windows.Forms.Padding(2);
  586. this.cBMeasShape.Name = "cBMeasShape";
  587. this.cBMeasShape.Size = new System.Drawing.Size(142, 20);
  588. this.cBMeasShape.TabIndex = 535;
  589. this.cBMeasShape.SelectedIndexChanged += new System.EventHandler(this.cBMeasShape_SelectedIndexChanged);
  590. //
  591. // lbArea
  592. //
  593. this.lbArea.AutoSize = true;
  594. this.lbArea.Location = new System.Drawing.Point(8, 220);
  595. this.lbArea.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  596. this.lbArea.Name = "lbArea";
  597. this.lbArea.Size = new System.Drawing.Size(101, 12);
  598. this.lbArea.TabIndex = 534;
  599. this.lbArea.Text = "测量区域面积/mm2";
  600. //
  601. // lbShape
  602. //
  603. this.lbShape.AutoSize = true;
  604. this.lbShape.Location = new System.Drawing.Point(9, 189);
  605. this.lbShape.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  606. this.lbShape.Name = "lbShape";
  607. this.lbShape.Size = new System.Drawing.Size(77, 12);
  608. this.lbShape.TabIndex = 533;
  609. this.lbShape.Text = "测量区域形状";
  610. //
  611. // IDC_COMBO_TECHNOLOGY
  612. //
  613. this.IDC_COMBO_TECHNOLOGY.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  614. this.IDC_COMBO_TECHNOLOGY.FormattingEnabled = true;
  615. this.IDC_COMBO_TECHNOLOGY.Location = new System.Drawing.Point(118, 250);
  616. this.IDC_COMBO_TECHNOLOGY.Margin = new System.Windows.Forms.Padding(2);
  617. this.IDC_COMBO_TECHNOLOGY.Name = "IDC_COMBO_TECHNOLOGY";
  618. this.IDC_COMBO_TECHNOLOGY.Size = new System.Drawing.Size(171, 20);
  619. this.IDC_COMBO_TECHNOLOGY.TabIndex = 532;
  620. this.IDC_COMBO_TECHNOLOGY.SelectedIndexChanged += new System.EventHandler(this.IDC_COMBO_TECHNOLOGY_SelectedIndexChanged);
  621. //
  622. // label42
  623. //
  624. this.label42.AutoSize = true;
  625. this.label42.Location = new System.Drawing.Point(9, 252);
  626. this.label42.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  627. this.label42.Name = "label42";
  628. this.label42.Size = new System.Drawing.Size(53, 12);
  629. this.label42.TabIndex = 531;
  630. this.label42.Text = "精炼工艺";
  631. //
  632. // IDC_MEAS_SWITCH
  633. //
  634. this.IDC_MEAS_SWITCH.AutoSize = true;
  635. this.IDC_MEAS_SWITCH.Location = new System.Drawing.Point(119, 43);
  636. this.IDC_MEAS_SWITCH.Margin = new System.Windows.Forms.Padding(2);
  637. this.IDC_MEAS_SWITCH.Name = "IDC_MEAS_SWITCH";
  638. this.IDC_MEAS_SWITCH.Size = new System.Drawing.Size(15, 14);
  639. this.IDC_MEAS_SWITCH.TabIndex = 420;
  640. this.IDC_MEAS_SWITCH.UseVisualStyleBackColor = true;
  641. this.IDC_MEAS_SWITCH.CheckedChanged += new System.EventHandler(this.IDC_MEAS_SWITCH_CheckedChanged);
  642. //
  643. // IDC_BUTTON_KLFX
  644. //
  645. this.IDC_BUTTON_KLFX.Location = new System.Drawing.Point(259, 154);
  646. this.IDC_BUTTON_KLFX.Margin = new System.Windows.Forms.Padding(2);
  647. this.IDC_BUTTON_KLFX.Name = "IDC_BUTTON_KLFX";
  648. this.IDC_BUTTON_KLFX.Size = new System.Drawing.Size(33, 20);
  649. this.IDC_BUTTON_KLFX.TabIndex = 530;
  650. this.IDC_BUTTON_KLFX.Text = "...";
  651. this.IDC_BUTTON_KLFX.UseVisualStyleBackColor = true;
  652. this.IDC_BUTTON_KLFX.Click += new System.EventHandler(this.IDC_BUTTON_KLFX_Click);
  653. //
  654. // label19
  655. //
  656. this.label19.AutoSize = true;
  657. this.label19.Location = new System.Drawing.Point(9, 157);
  658. this.label19.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  659. this.label19.Name = "label19";
  660. this.label19.Size = new System.Drawing.Size(89, 12);
  661. this.label19.TabIndex = 510;
  662. this.label19.Text = "用户分析库编辑";
  663. //
  664. // label18
  665. //
  666. this.label18.AutoSize = true;
  667. this.label18.Location = new System.Drawing.Point(8, 122);
  668. this.label18.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  669. this.label18.Name = "label18";
  670. this.label18.Size = new System.Drawing.Size(101, 12);
  671. this.label18.TabIndex = 480;
  672. this.label18.Text = "系统分析库文件夹";
  673. //
  674. // label16
  675. //
  676. this.label16.AutoSize = true;
  677. this.label16.Location = new System.Drawing.Point(8, 67);
  678. this.label16.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  679. this.label16.Name = "label16";
  680. this.label16.Size = new System.Drawing.Size(89, 12);
  681. this.label16.TabIndex = 430;
  682. this.label16.Text = "测量参数文件夹";
  683. //
  684. // IDC_EDIT_ANALYSESTDLIBPATH
  685. //
  686. this.IDC_EDIT_ANALYSESTDLIBPATH.Location = new System.Drawing.Point(119, 120);
  687. this.IDC_EDIT_ANALYSESTDLIBPATH.Margin = new System.Windows.Forms.Padding(2);
  688. this.IDC_EDIT_ANALYSESTDLIBPATH.Name = "IDC_EDIT_ANALYSESTDLIBPATH";
  689. this.IDC_EDIT_ANALYSESTDLIBPATH.ReadOnly = true;
  690. this.IDC_EDIT_ANALYSESTDLIBPATH.Size = new System.Drawing.Size(171, 21);
  691. this.IDC_EDIT_ANALYSESTDLIBPATH.TabIndex = 490;
  692. this.IDC_EDIT_ANALYSESTDLIBPATH.TextChanged += new System.EventHandler(this.IDC_EDIT_ANALYSESTDLIBPATH_TextChanged);
  693. //
  694. // IDC_EDIT_MEASUREPARAMPATH
  695. //
  696. this.IDC_EDIT_MEASUREPARAMPATH.Location = new System.Drawing.Point(118, 65);
  697. this.IDC_EDIT_MEASUREPARAMPATH.Margin = new System.Windows.Forms.Padding(2);
  698. this.IDC_EDIT_MEASUREPARAMPATH.Name = "IDC_EDIT_MEASUREPARAMPATH";
  699. this.IDC_EDIT_MEASUREPARAMPATH.ReadOnly = true;
  700. this.IDC_EDIT_MEASUREPARAMPATH.Size = new System.Drawing.Size(173, 21);
  701. this.IDC_EDIT_MEASUREPARAMPATH.TabIndex = 440;
  702. this.IDC_EDIT_MEASUREPARAMPATH.TextChanged += new System.EventHandler(this.IDC_EDIT_MEASUREPARAMPATH_TextChanged);
  703. //
  704. // IDC_EDIT_SAMPLENAME
  705. //
  706. this.IDC_EDIT_SAMPLENAME.Location = new System.Drawing.Point(119, 15);
  707. this.IDC_EDIT_SAMPLENAME.Margin = new System.Windows.Forms.Padding(2);
  708. this.IDC_EDIT_SAMPLENAME.MaxLength = 18;
  709. this.IDC_EDIT_SAMPLENAME.Name = "IDC_EDIT_SAMPLENAME";
  710. this.IDC_EDIT_SAMPLENAME.Size = new System.Drawing.Size(173, 21);
  711. this.IDC_EDIT_SAMPLENAME.TabIndex = 400;
  712. this.IDC_EDIT_SAMPLENAME.TextChanged += new System.EventHandler(this.IDC_EDIT_SAMPLENAME_TextChanged);
  713. //
  714. // label15
  715. //
  716. this.label15.AutoSize = true;
  717. this.label15.Location = new System.Drawing.Point(8, 43);
  718. this.label15.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  719. this.label15.Name = "label15";
  720. this.label15.Size = new System.Drawing.Size(53, 12);
  721. this.label15.TabIndex = 410;
  722. this.label15.Text = "执行开关";
  723. //
  724. // label14
  725. //
  726. this.label14.AutoSize = true;
  727. this.label14.Location = new System.Drawing.Point(6, 17);
  728. this.label14.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  729. this.label14.Name = "label14";
  730. this.label14.Size = new System.Drawing.Size(41, 12);
  731. this.label14.TabIndex = 390;
  732. this.label14.Text = "样品名";
  733. //
  734. // IDC_BUTTON_MEASPRAMPATHSET
  735. //
  736. this.IDC_BUTTON_MEASPRAMPATHSET.Location = new System.Drawing.Point(263, 69);
  737. this.IDC_BUTTON_MEASPRAMPATHSET.Margin = new System.Windows.Forms.Padding(2);
  738. this.IDC_BUTTON_MEASPRAMPATHSET.Name = "IDC_BUTTON_MEASPRAMPATHSET";
  739. this.IDC_BUTTON_MEASPRAMPATHSET.Size = new System.Drawing.Size(17, 13);
  740. this.IDC_BUTTON_MEASPRAMPATHSET.TabIndex = 450;
  741. this.IDC_BUTTON_MEASPRAMPATHSET.Text = "...";
  742. this.IDC_BUTTON_MEASPRAMPATHSET.UseVisualStyleBackColor = true;
  743. this.IDC_BUTTON_MEASPRAMPATHSET.Click += new System.EventHandler(this.IDC_BUTTON_MEASPRAMPATHSET_Click);
  744. //
  745. // groupBox5
  746. //
  747. this.groupBox5.Controls.Add(this.IDC_COMBO_CorrosionExpansionCoefficient);
  748. this.groupBox5.Controls.Add(this.label50);
  749. this.groupBox5.Controls.Add(this.IDC_EDIT_Overlap);
  750. this.groupBox5.Controls.Add(this.label49);
  751. this.groupBox5.Controls.Add(this.IDC_COMBO_AUTOBGREMOVETYP);
  752. this.groupBox5.Controls.Add(this.label_Auto);
  753. this.groupBox5.Controls.Add(this.IDC_COMBO_BGREMOVETYPE);
  754. this.groupBox5.Controls.Add(this.label43);
  755. this.groupBox5.Controls.Add(this.label22);
  756. this.groupBox5.Controls.Add(this.label21);
  757. this.groupBox5.Controls.Add(this.label25);
  758. this.groupBox5.Controls.Add(this.IDC_EDIT_PARTMAX);
  759. this.groupBox5.Controls.Add(this.IDC_EDIT_PARTMIN);
  760. this.groupBox5.Controls.Add(this.IDC_EDIT_BACKMAX);
  761. this.groupBox5.Controls.Add(this.IDC_EDIT_BACKMIN);
  762. this.groupBox5.Controls.Add(this.IDC_EDIT_PARTAREAMAX);
  763. this.groupBox5.Controls.Add(this.IDC_EDIT_PARTAREAMIN);
  764. this.groupBox5.Controls.Add(this.label24);
  765. this.groupBox5.Controls.Add(this.label28);
  766. this.groupBox5.Controls.Add(this.label51);
  767. this.groupBox5.Controls.Add(this.label27);
  768. this.groupBox5.Controls.Add(this.label26);
  769. this.groupBox5.Controls.Add(this.label23);
  770. this.groupBox5.Controls.Add(this.label20);
  771. this.groupBox5.Location = new System.Drawing.Point(334, 364);
  772. this.groupBox5.Margin = new System.Windows.Forms.Padding(2);
  773. this.groupBox5.Name = "groupBox5";
  774. this.groupBox5.Padding = new System.Windows.Forms.Padding(2);
  775. this.groupBox5.Size = new System.Drawing.Size(306, 234);
  776. this.groupBox5.TabIndex = 540;
  777. this.groupBox5.TabStop = false;
  778. this.groupBox5.Text = "图像处理参数";
  779. //
  780. // IDC_COMBO_CorrosionExpansionCoefficient
  781. //
  782. this.IDC_COMBO_CorrosionExpansionCoefficient.FormattingEnabled = true;
  783. this.IDC_COMBO_CorrosionExpansionCoefficient.Location = new System.Drawing.Point(219, 153);
  784. this.IDC_COMBO_CorrosionExpansionCoefficient.Margin = new System.Windows.Forms.Padding(2);
  785. this.IDC_COMBO_CorrosionExpansionCoefficient.Name = "IDC_COMBO_CorrosionExpansionCoefficient";
  786. this.IDC_COMBO_CorrosionExpansionCoefficient.Size = new System.Drawing.Size(70, 20);
  787. this.IDC_COMBO_CorrosionExpansionCoefficient.TabIndex = 825;
  788. this.IDC_COMBO_CorrosionExpansionCoefficient.TextChanged += new System.EventHandler(this.IDC_COMBO_CorrosionExpansionCoefficient_TextChanged);
  789. //
  790. // label50
  791. //
  792. this.label50.AutoSize = true;
  793. this.label50.Location = new System.Drawing.Point(6, 181);
  794. this.label50.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  795. this.label50.Name = "label50";
  796. this.label50.Size = new System.Drawing.Size(137, 12);
  797. this.label50.TabIndex = 824;
  798. this.label50.Text = "图像重叠像素(0=不启用)";
  799. //
  800. // IDC_EDIT_Overlap
  801. //
  802. this.IDC_EDIT_Overlap.Location = new System.Drawing.Point(161, 178);
  803. this.IDC_EDIT_Overlap.MaxLength = 10;
  804. this.IDC_EDIT_Overlap.Name = "IDC_EDIT_Overlap";
  805. this.IDC_EDIT_Overlap.Size = new System.Drawing.Size(92, 21);
  806. this.IDC_EDIT_Overlap.TabIndex = 832;
  807. this.IDC_EDIT_Overlap.Text = "20";
  808. //
  809. // label49
  810. //
  811. this.label49.AutoSize = true;
  812. this.label49.Location = new System.Drawing.Point(6, 156);
  813. this.label49.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  814. this.label49.Name = "label49";
  815. this.label49.Size = new System.Drawing.Size(77, 12);
  816. this.label49.TabIndex = 824;
  817. this.label49.Text = "腐蚀膨胀系数";
  818. //
  819. // IDC_COMBO_AUTOBGREMOVETYP
  820. //
  821. this.IDC_COMBO_AUTOBGREMOVETYP.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  822. this.IDC_COMBO_AUTOBGREMOVETYP.FormattingEnabled = true;
  823. this.IDC_COMBO_AUTOBGREMOVETYP.Location = new System.Drawing.Point(191, 44);
  824. this.IDC_COMBO_AUTOBGREMOVETYP.Margin = new System.Windows.Forms.Padding(2);
  825. this.IDC_COMBO_AUTOBGREMOVETYP.Name = "IDC_COMBO_AUTOBGREMOVETYP";
  826. this.IDC_COMBO_AUTOBGREMOVETYP.Size = new System.Drawing.Size(97, 20);
  827. this.IDC_COMBO_AUTOBGREMOVETYP.TabIndex = 816;
  828. //
  829. // label_Auto
  830. //
  831. this.label_Auto.AutoSize = true;
  832. this.label_Auto.Location = new System.Drawing.Point(5, 46);
  833. this.label_Auto.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  834. this.label_Auto.Name = "label_Auto";
  835. this.label_Auto.Size = new System.Drawing.Size(29, 12);
  836. this.label_Auto.TabIndex = 815;
  837. this.label_Auto.Text = "自动";
  838. //
  839. // IDC_COMBO_BGREMOVETYPE
  840. //
  841. this.IDC_COMBO_BGREMOVETYPE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  842. this.IDC_COMBO_BGREMOVETYPE.FormattingEnabled = true;
  843. this.IDC_COMBO_BGREMOVETYPE.Location = new System.Drawing.Point(191, 18);
  844. this.IDC_COMBO_BGREMOVETYPE.Margin = new System.Windows.Forms.Padding(2);
  845. this.IDC_COMBO_BGREMOVETYPE.Name = "IDC_COMBO_BGREMOVETYPE";
  846. this.IDC_COMBO_BGREMOVETYPE.Size = new System.Drawing.Size(97, 20);
  847. this.IDC_COMBO_BGREMOVETYPE.TabIndex = 814;
  848. //
  849. // label43
  850. //
  851. this.label43.AutoSize = true;
  852. this.label43.Location = new System.Drawing.Point(4, 20);
  853. this.label43.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  854. this.label43.Name = "label43";
  855. this.label43.Size = new System.Drawing.Size(77, 12);
  856. this.label43.TabIndex = 813;
  857. this.label43.Text = "背景处理方式";
  858. //
  859. // label22
  860. //
  861. this.label22.AutoSize = true;
  862. this.label22.Location = new System.Drawing.Point(6, 126);
  863. this.label22.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  864. this.label22.Name = "label22";
  865. this.label22.Size = new System.Drawing.Size(77, 12);
  866. this.label22.TabIndex = 650;
  867. this.label22.Text = "颗粒灰度范围";
  868. //
  869. // label21
  870. //
  871. this.label21.AutoSize = true;
  872. this.label21.Location = new System.Drawing.Point(6, 100);
  873. this.label21.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  874. this.label21.Name = "label21";
  875. this.label21.Size = new System.Drawing.Size(77, 12);
  876. this.label21.TabIndex = 600;
  877. this.label21.Text = "背景灰度范围";
  878. //
  879. // label25
  880. //
  881. this.label25.AutoSize = true;
  882. this.label25.Location = new System.Drawing.Point(92, 126);
  883. this.label25.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  884. this.label25.Name = "label25";
  885. this.label25.Size = new System.Drawing.Size(29, 12);
  886. this.label25.TabIndex = 660;
  887. this.label25.Text = "最小";
  888. //
  889. // IDC_EDIT_PARTMAX
  890. //
  891. this.IDC_EDIT_PARTMAX.Location = new System.Drawing.Point(227, 122);
  892. this.IDC_EDIT_PARTMAX.Margin = new System.Windows.Forms.Padding(2);
  893. this.IDC_EDIT_PARTMAX.MaxLength = 10;
  894. this.IDC_EDIT_PARTMAX.Name = "IDC_EDIT_PARTMAX";
  895. this.IDC_EDIT_PARTMAX.Size = new System.Drawing.Size(61, 21);
  896. this.IDC_EDIT_PARTMAX.TabIndex = 690;
  897. this.IDC_EDIT_PARTMAX.TextChanged += new System.EventHandler(this.IDC_EDIT_PARTMAX_TextChanged);
  898. //
  899. // IDC_EDIT_PARTMIN
  900. //
  901. this.IDC_EDIT_PARTMIN.Location = new System.Drawing.Point(125, 122);
  902. this.IDC_EDIT_PARTMIN.Margin = new System.Windows.Forms.Padding(2);
  903. this.IDC_EDIT_PARTMIN.MaxLength = 10;
  904. this.IDC_EDIT_PARTMIN.Name = "IDC_EDIT_PARTMIN";
  905. this.IDC_EDIT_PARTMIN.Size = new System.Drawing.Size(61, 21);
  906. this.IDC_EDIT_PARTMIN.TabIndex = 670;
  907. this.IDC_EDIT_PARTMIN.TextChanged += new System.EventHandler(this.IDC_EDIT_PARTMIN_TextChanged);
  908. //
  909. // IDC_EDIT_BACKMAX
  910. //
  911. this.IDC_EDIT_BACKMAX.Location = new System.Drawing.Point(227, 96);
  912. this.IDC_EDIT_BACKMAX.Margin = new System.Windows.Forms.Padding(2);
  913. this.IDC_EDIT_BACKMAX.MaxLength = 10;
  914. this.IDC_EDIT_BACKMAX.Name = "IDC_EDIT_BACKMAX";
  915. this.IDC_EDIT_BACKMAX.Size = new System.Drawing.Size(61, 21);
  916. this.IDC_EDIT_BACKMAX.TabIndex = 640;
  917. this.IDC_EDIT_BACKMAX.TextChanged += new System.EventHandler(this.IDC_EDIT_BACKMAX_TextChanged);
  918. //
  919. // IDC_EDIT_BACKMIN
  920. //
  921. this.IDC_EDIT_BACKMIN.Location = new System.Drawing.Point(125, 96);
  922. this.IDC_EDIT_BACKMIN.Margin = new System.Windows.Forms.Padding(2);
  923. this.IDC_EDIT_BACKMIN.MaxLength = 10;
  924. this.IDC_EDIT_BACKMIN.Name = "IDC_EDIT_BACKMIN";
  925. this.IDC_EDIT_BACKMIN.Size = new System.Drawing.Size(61, 21);
  926. this.IDC_EDIT_BACKMIN.TabIndex = 620;
  927. this.IDC_EDIT_BACKMIN.TextChanged += new System.EventHandler(this.IDC_EDIT_BACKMIN_TextChanged);
  928. //
  929. // IDC_EDIT_PARTAREAMAX
  930. //
  931. this.IDC_EDIT_PARTAREAMAX.Location = new System.Drawing.Point(227, 70);
  932. this.IDC_EDIT_PARTAREAMAX.Margin = new System.Windows.Forms.Padding(2);
  933. this.IDC_EDIT_PARTAREAMAX.MaxLength = 10;
  934. this.IDC_EDIT_PARTAREAMAX.Name = "IDC_EDIT_PARTAREAMAX";
  935. this.IDC_EDIT_PARTAREAMAX.Size = new System.Drawing.Size(61, 21);
  936. this.IDC_EDIT_PARTAREAMAX.TabIndex = 590;
  937. this.IDC_EDIT_PARTAREAMAX.TextChanged += new System.EventHandler(this.IDC_EDIT_PARTAREAMAX_TextChanged);
  938. //
  939. // IDC_EDIT_PARTAREAMIN
  940. //
  941. this.IDC_EDIT_PARTAREAMIN.Location = new System.Drawing.Point(125, 70);
  942. this.IDC_EDIT_PARTAREAMIN.Margin = new System.Windows.Forms.Padding(2);
  943. this.IDC_EDIT_PARTAREAMIN.MaxLength = 10;
  944. this.IDC_EDIT_PARTAREAMIN.Name = "IDC_EDIT_PARTAREAMIN";
  945. this.IDC_EDIT_PARTAREAMIN.Size = new System.Drawing.Size(61, 21);
  946. this.IDC_EDIT_PARTAREAMIN.TabIndex = 570;
  947. this.IDC_EDIT_PARTAREAMIN.TextChanged += new System.EventHandler(this.IDC_EDIT_PARTAREAMIN_TextChanged);
  948. //
  949. // label24
  950. //
  951. this.label24.AutoSize = true;
  952. this.label24.Location = new System.Drawing.Point(92, 100);
  953. this.label24.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  954. this.label24.Name = "label24";
  955. this.label24.Size = new System.Drawing.Size(29, 12);
  956. this.label24.TabIndex = 610;
  957. this.label24.Text = "最小";
  958. //
  959. // label28
  960. //
  961. this.label28.AutoSize = true;
  962. this.label28.Location = new System.Drawing.Point(197, 126);
  963. this.label28.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  964. this.label28.Name = "label28";
  965. this.label28.Size = new System.Drawing.Size(29, 12);
  966. this.label28.TabIndex = 680;
  967. this.label28.Text = "最大";
  968. //
  969. // label51
  970. //
  971. this.label51.AutoSize = true;
  972. this.label51.Location = new System.Drawing.Point(258, 181);
  973. this.label51.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  974. this.label51.Name = "label51";
  975. this.label51.Size = new System.Drawing.Size(35, 12);
  976. this.label51.TabIndex = 721;
  977. this.label51.Text = "pixel";
  978. //
  979. // label27
  980. //
  981. this.label27.AutoSize = true;
  982. this.label27.Location = new System.Drawing.Point(197, 100);
  983. this.label27.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  984. this.label27.Name = "label27";
  985. this.label27.Size = new System.Drawing.Size(29, 12);
  986. this.label27.TabIndex = 630;
  987. this.label27.Text = "最大";
  988. //
  989. // label26
  990. //
  991. this.label26.AutoSize = true;
  992. this.label26.Location = new System.Drawing.Point(197, 74);
  993. this.label26.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  994. this.label26.Name = "label26";
  995. this.label26.Size = new System.Drawing.Size(29, 12);
  996. this.label26.TabIndex = 580;
  997. this.label26.Text = "最大";
  998. //
  999. // label23
  1000. //
  1001. this.label23.AutoSize = true;
  1002. this.label23.Location = new System.Drawing.Point(92, 74);
  1003. this.label23.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1004. this.label23.Name = "label23";
  1005. this.label23.Size = new System.Drawing.Size(29, 12);
  1006. this.label23.TabIndex = 560;
  1007. this.label23.Text = "最小";
  1008. //
  1009. // label20
  1010. //
  1011. this.label20.AutoSize = true;
  1012. this.label20.Location = new System.Drawing.Point(6, 74);
  1013. this.label20.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1014. this.label20.Name = "label20";
  1015. this.label20.Size = new System.Drawing.Size(77, 12);
  1016. this.label20.TabIndex = 550;
  1017. this.label20.Text = "颗粒尺寸范围";
  1018. //
  1019. // groupBox6
  1020. //
  1021. this.groupBox6.Controls.Add(this.IDC_FILTER);
  1022. this.groupBox6.Controls.Add(this.IDC_EDIT_XrayLimit);
  1023. this.groupBox6.Controls.Add(this.label52);
  1024. this.groupBox6.Controls.Add(this.label47);
  1025. this.groupBox6.Controls.Add(this.IDC_EDIT_SmallPartAQTime);
  1026. this.groupBox6.Controls.Add(this.label45);
  1027. this.groupBox6.Controls.Add(this.label46);
  1028. this.groupBox6.Controls.Add(this.IDC_EDIT_QuantifyMinSize);
  1029. this.groupBox6.Controls.Add(this.label37);
  1030. this.groupBox6.Controls.Add(this.label40);
  1031. this.groupBox6.Controls.Add(this.IDC_USINGXRAY_LIB);
  1032. this.groupBox6.Controls.Add(this.label44);
  1033. this.groupBox6.Controls.Add(this.IDC_TEXTBOX_SEARCHXRAYSPEED_TIME);
  1034. this.groupBox6.Controls.Add(this.label38);
  1035. this.groupBox6.Controls.Add(this.label30);
  1036. this.groupBox6.Controls.Add(this.label29);
  1037. this.groupBox6.Controls.Add(this.IDC_EDIT_SEARCHXRAYCOUNTLIMIT);
  1038. this.groupBox6.Controls.Add(this.IDC_COMBO_SEARCHXRAYSPEED);
  1039. this.groupBox6.Controls.Add(this.IDC_TEXTBOX_ANALYXRAYSPEED_TIME);
  1040. this.groupBox6.Controls.Add(this.IDC_COMBO_ANALYXRAYSPEED);
  1041. this.groupBox6.Controls.Add(this.label32);
  1042. this.groupBox6.Controls.Add(this.label39);
  1043. this.groupBox6.Controls.Add(this.IDC_COMBO_XRAYSCANMODE);
  1044. this.groupBox6.Controls.Add(this.IDC_EDIT_ANALYXRAYAIMVALUE);
  1045. this.groupBox6.Controls.Add(this.label33);
  1046. this.groupBox6.Controls.Add(this.label31);
  1047. this.groupBox6.Location = new System.Drawing.Point(6, 134);
  1048. this.groupBox6.Margin = new System.Windows.Forms.Padding(2);
  1049. this.groupBox6.Name = "groupBox6";
  1050. this.groupBox6.Size = new System.Drawing.Size(306, 217);
  1051. this.groupBox6.TabIndex = 700;
  1052. this.groupBox6.TabStop = false;
  1053. this.groupBox6.Text = "X-ray参数";
  1054. //
  1055. // IDC_FILTER
  1056. //
  1057. this.IDC_FILTER.AutoSize = true;
  1058. this.IDC_FILTER.Location = new System.Drawing.Point(276, 189);
  1059. this.IDC_FILTER.Margin = new System.Windows.Forms.Padding(2);
  1060. this.IDC_FILTER.Name = "IDC_FILTER";
  1061. this.IDC_FILTER.Size = new System.Drawing.Size(15, 14);
  1062. this.IDC_FILTER.TabIndex = 835;
  1063. this.IDC_FILTER.UseVisualStyleBackColor = true;
  1064. //
  1065. // IDC_EDIT_XrayLimit
  1066. //
  1067. this.IDC_EDIT_XrayLimit.Location = new System.Drawing.Point(141, 162);
  1068. this.IDC_EDIT_XrayLimit.Margin = new System.Windows.Forms.Padding(2);
  1069. this.IDC_EDIT_XrayLimit.MaxLength = 10;
  1070. this.IDC_EDIT_XrayLimit.Name = "IDC_EDIT_XrayLimit";
  1071. this.IDC_EDIT_XrayLimit.Size = new System.Drawing.Size(150, 21);
  1072. this.IDC_EDIT_XrayLimit.TabIndex = 834;
  1073. //
  1074. // label52
  1075. //
  1076. this.label52.AutoSize = true;
  1077. this.label52.Location = new System.Drawing.Point(9, 189);
  1078. this.label52.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1079. this.label52.Name = "label52";
  1080. this.label52.Size = new System.Drawing.Size(77, 12);
  1081. this.label52.TabIndex = 833;
  1082. this.label52.Text = "是否启动过滤";
  1083. //
  1084. // label47
  1085. //
  1086. this.label47.AutoSize = true;
  1087. this.label47.Location = new System.Drawing.Point(9, 165);
  1088. this.label47.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1089. this.label47.Name = "label47";
  1090. this.label47.Size = new System.Drawing.Size(53, 12);
  1091. this.label47.TabIndex = 833;
  1092. this.label47.Text = "数量限值";
  1093. //
  1094. // IDC_EDIT_SmallPartAQTime
  1095. //
  1096. this.IDC_EDIT_SmallPartAQTime.Location = new System.Drawing.Point(142, 113);
  1097. this.IDC_EDIT_SmallPartAQTime.MaxLength = 10;
  1098. this.IDC_EDIT_SmallPartAQTime.Name = "IDC_EDIT_SmallPartAQTime";
  1099. this.IDC_EDIT_SmallPartAQTime.Size = new System.Drawing.Size(117, 21);
  1100. this.IDC_EDIT_SmallPartAQTime.TabIndex = 832;
  1101. //
  1102. // label45
  1103. //
  1104. this.label45.AutoSize = true;
  1105. this.label45.Location = new System.Drawing.Point(7, 116);
  1106. this.label45.Name = "label45";
  1107. this.label45.Size = new System.Drawing.Size(89, 12);
  1108. this.label45.TabIndex = 831;
  1109. this.label45.Text = "小颗粒Xray时间";
  1110. //
  1111. // label46
  1112. //
  1113. this.label46.AutoSize = true;
  1114. this.label46.Location = new System.Drawing.Point(274, 116);
  1115. this.label46.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1116. this.label46.Name = "label46";
  1117. this.label46.Size = new System.Drawing.Size(17, 12);
  1118. this.label46.TabIndex = 830;
  1119. this.label46.Text = "ms";
  1120. //
  1121. // IDC_EDIT_QuantifyMinSize
  1122. //
  1123. this.IDC_EDIT_QuantifyMinSize.Location = new System.Drawing.Point(142, 63);
  1124. this.IDC_EDIT_QuantifyMinSize.MaxLength = 10;
  1125. this.IDC_EDIT_QuantifyMinSize.Name = "IDC_EDIT_QuantifyMinSize";
  1126. this.IDC_EDIT_QuantifyMinSize.Size = new System.Drawing.Size(117, 21);
  1127. this.IDC_EDIT_QuantifyMinSize.TabIndex = 829;
  1128. //
  1129. // label37
  1130. //
  1131. this.label37.AutoSize = true;
  1132. this.label37.Location = new System.Drawing.Point(7, 66);
  1133. this.label37.Name = "label37";
  1134. this.label37.Size = new System.Drawing.Size(53, 12);
  1135. this.label37.TabIndex = 828;
  1136. this.label37.Text = "分析阈值";
  1137. //
  1138. // label40
  1139. //
  1140. this.label40.AutoSize = true;
  1141. this.label40.Location = new System.Drawing.Point(273, 66);
  1142. this.label40.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1143. this.label40.Name = "label40";
  1144. this.label40.Size = new System.Drawing.Size(17, 12);
  1145. this.label40.TabIndex = 827;
  1146. this.label40.Text = "us";
  1147. //
  1148. // IDC_USINGXRAY_LIB
  1149. //
  1150. this.IDC_USINGXRAY_LIB.AutoSize = true;
  1151. this.IDC_USINGXRAY_LIB.Location = new System.Drawing.Point(278, 18);
  1152. this.IDC_USINGXRAY_LIB.Margin = new System.Windows.Forms.Padding(2);
  1153. this.IDC_USINGXRAY_LIB.Name = "IDC_USINGXRAY_LIB";
  1154. this.IDC_USINGXRAY_LIB.Size = new System.Drawing.Size(15, 14);
  1155. this.IDC_USINGXRAY_LIB.TabIndex = 826;
  1156. this.IDC_USINGXRAY_LIB.UseVisualStyleBackColor = true;
  1157. //
  1158. // label44
  1159. //
  1160. this.label44.AutoSize = true;
  1161. this.label44.Location = new System.Drawing.Point(8, 24);
  1162. this.label44.Name = "label44";
  1163. this.label44.Size = new System.Drawing.Size(83, 12);
  1164. this.label44.TabIndex = 825;
  1165. this.label44.Text = "是否使用X-ray";
  1166. //
  1167. // IDC_TEXTBOX_SEARCHXRAYSPEED_TIME
  1168. //
  1169. this.IDC_TEXTBOX_SEARCHXRAYSPEED_TIME.Location = new System.Drawing.Point(218, 226);
  1170. this.IDC_TEXTBOX_SEARCHXRAYSPEED_TIME.Margin = new System.Windows.Forms.Padding(2);
  1171. this.IDC_TEXTBOX_SEARCHXRAYSPEED_TIME.MaxLength = 10;
  1172. this.IDC_TEXTBOX_SEARCHXRAYSPEED_TIME.Name = "IDC_TEXTBOX_SEARCHXRAYSPEED_TIME";
  1173. this.IDC_TEXTBOX_SEARCHXRAYSPEED_TIME.Size = new System.Drawing.Size(50, 21);
  1174. this.IDC_TEXTBOX_SEARCHXRAYSPEED_TIME.TabIndex = 805;
  1175. this.IDC_TEXTBOX_SEARCHXRAYSPEED_TIME.Visible = false;
  1176. //
  1177. // label38
  1178. //
  1179. this.label38.AutoSize = true;
  1180. this.label38.Location = new System.Drawing.Point(269, 223);
  1181. this.label38.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1182. this.label38.Name = "label38";
  1183. this.label38.Size = new System.Drawing.Size(17, 12);
  1184. this.label38.TabIndex = 803;
  1185. this.label38.Text = "ms";
  1186. this.label38.Visible = false;
  1187. //
  1188. // label30
  1189. //
  1190. this.label30.AutoSize = true;
  1191. this.label30.Location = new System.Drawing.Point(0, 230);
  1192. this.label30.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1193. this.label30.Name = "label30";
  1194. this.label30.Size = new System.Drawing.Size(107, 12);
  1195. this.label30.TabIndex = 806;
  1196. this.label30.Text = "搜索X-ray最低计数";
  1197. this.label30.Visible = false;
  1198. //
  1199. // label29
  1200. //
  1201. this.label29.AutoSize = true;
  1202. this.label29.Location = new System.Drawing.Point(26, 227);
  1203. this.label29.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1204. this.label29.Name = "label29";
  1205. this.label29.Size = new System.Drawing.Size(83, 12);
  1206. this.label29.TabIndex = 801;
  1207. this.label29.Text = "搜索X-ray精度";
  1208. this.label29.Visible = false;
  1209. //
  1210. // IDC_EDIT_SEARCHXRAYCOUNTLIMIT
  1211. //
  1212. this.IDC_EDIT_SEARCHXRAYCOUNTLIMIT.Location = new System.Drawing.Point(111, 226);
  1213. this.IDC_EDIT_SEARCHXRAYCOUNTLIMIT.Margin = new System.Windows.Forms.Padding(2);
  1214. this.IDC_EDIT_SEARCHXRAYCOUNTLIMIT.MaxLength = 10;
  1215. this.IDC_EDIT_SEARCHXRAYCOUNTLIMIT.Name = "IDC_EDIT_SEARCHXRAYCOUNTLIMIT";
  1216. this.IDC_EDIT_SEARCHXRAYCOUNTLIMIT.Size = new System.Drawing.Size(155, 21);
  1217. this.IDC_EDIT_SEARCHXRAYCOUNTLIMIT.TabIndex = 807;
  1218. this.IDC_EDIT_SEARCHXRAYCOUNTLIMIT.Visible = false;
  1219. //
  1220. // IDC_COMBO_SEARCHXRAYSPEED
  1221. //
  1222. this.IDC_COMBO_SEARCHXRAYSPEED.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  1223. this.IDC_COMBO_SEARCHXRAYSPEED.FormattingEnabled = true;
  1224. this.IDC_COMBO_SEARCHXRAYSPEED.Location = new System.Drawing.Point(112, 227);
  1225. this.IDC_COMBO_SEARCHXRAYSPEED.Margin = new System.Windows.Forms.Padding(2);
  1226. this.IDC_COMBO_SEARCHXRAYSPEED.Name = "IDC_COMBO_SEARCHXRAYSPEED";
  1227. this.IDC_COMBO_SEARCHXRAYSPEED.Size = new System.Drawing.Size(72, 20);
  1228. this.IDC_COMBO_SEARCHXRAYSPEED.TabIndex = 802;
  1229. this.IDC_COMBO_SEARCHXRAYSPEED.Visible = false;
  1230. //
  1231. // IDC_TEXTBOX_ANALYXRAYSPEED_TIME
  1232. //
  1233. this.IDC_TEXTBOX_ANALYXRAYSPEED_TIME.Location = new System.Drawing.Point(142, 87);
  1234. this.IDC_TEXTBOX_ANALYXRAYSPEED_TIME.MaxLength = 10;
  1235. this.IDC_TEXTBOX_ANALYXRAYSPEED_TIME.Name = "IDC_TEXTBOX_ANALYXRAYSPEED_TIME";
  1236. this.IDC_TEXTBOX_ANALYXRAYSPEED_TIME.Size = new System.Drawing.Size(117, 21);
  1237. this.IDC_TEXTBOX_ANALYXRAYSPEED_TIME.TabIndex = 782;
  1238. this.IDC_TEXTBOX_ANALYXRAYSPEED_TIME.TextChanged += new System.EventHandler(this.IDC_EDIT_SEARCHXRAYCOUNTLIMIT_TextChanged);
  1239. //
  1240. // IDC_COMBO_ANALYXRAYSPEED
  1241. //
  1242. this.IDC_COMBO_ANALYXRAYSPEED.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  1243. this.IDC_COMBO_ANALYXRAYSPEED.FormattingEnabled = true;
  1244. this.IDC_COMBO_ANALYXRAYSPEED.Location = new System.Drawing.Point(36, 252);
  1245. this.IDC_COMBO_ANALYXRAYSPEED.Name = "IDC_COMBO_ANALYXRAYSPEED";
  1246. this.IDC_COMBO_ANALYXRAYSPEED.Size = new System.Drawing.Size(72, 20);
  1247. this.IDC_COMBO_ANALYXRAYSPEED.TabIndex = 780;
  1248. this.IDC_COMBO_ANALYXRAYSPEED.SelectedIndexChanged += new System.EventHandler(this.IDC_COMBO_ANALYXRAYSPEED_SelectedIndexChanged);
  1249. //
  1250. // label32
  1251. //
  1252. this.label32.AutoSize = true;
  1253. this.label32.Location = new System.Drawing.Point(7, 90);
  1254. this.label32.Name = "label32";
  1255. this.label32.Size = new System.Drawing.Size(95, 12);
  1256. this.label32.TabIndex = 770;
  1257. this.label32.Text = "大颗粒X-ray时间";
  1258. //
  1259. // label39
  1260. //
  1261. this.label39.AutoSize = true;
  1262. this.label39.Location = new System.Drawing.Point(274, 90);
  1263. this.label39.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1264. this.label39.Name = "label39";
  1265. this.label39.Size = new System.Drawing.Size(17, 12);
  1266. this.label39.TabIndex = 721;
  1267. this.label39.Text = "ms";
  1268. //
  1269. // IDC_COMBO_XRAYSCANMODE
  1270. //
  1271. this.IDC_COMBO_XRAYSCANMODE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  1272. this.IDC_COMBO_XRAYSCANMODE.FormattingEnabled = true;
  1273. this.IDC_COMBO_XRAYSCANMODE.Location = new System.Drawing.Point(142, 40);
  1274. this.IDC_COMBO_XRAYSCANMODE.Margin = new System.Windows.Forms.Padding(2);
  1275. this.IDC_COMBO_XRAYSCANMODE.Name = "IDC_COMBO_XRAYSCANMODE";
  1276. this.IDC_COMBO_XRAYSCANMODE.Size = new System.Drawing.Size(150, 20);
  1277. this.IDC_COMBO_XRAYSCANMODE.TabIndex = 760;
  1278. this.IDC_COMBO_XRAYSCANMODE.SelectedIndexChanged += new System.EventHandler(this.IDC_COMBO_XRAYSCANMODE_SelectedIndexChanged);
  1279. //
  1280. // IDC_EDIT_ANALYXRAYAIMVALUE
  1281. //
  1282. this.IDC_EDIT_ANALYXRAYAIMVALUE.Location = new System.Drawing.Point(142, 138);
  1283. this.IDC_EDIT_ANALYXRAYAIMVALUE.Margin = new System.Windows.Forms.Padding(2);
  1284. this.IDC_EDIT_ANALYXRAYAIMVALUE.MaxLength = 10;
  1285. this.IDC_EDIT_ANALYXRAYAIMVALUE.Name = "IDC_EDIT_ANALYXRAYAIMVALUE";
  1286. this.IDC_EDIT_ANALYXRAYAIMVALUE.Size = new System.Drawing.Size(150, 21);
  1287. this.IDC_EDIT_ANALYXRAYAIMVALUE.TabIndex = 800;
  1288. this.IDC_EDIT_ANALYXRAYAIMVALUE.TextChanged += new System.EventHandler(this.IDC_EDIT_ANALYXRAYAIMVALUE_TextChanged);
  1289. //
  1290. // label33
  1291. //
  1292. this.label33.AutoSize = true;
  1293. this.label33.Location = new System.Drawing.Point(6, 140);
  1294. this.label33.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1295. this.label33.Name = "label33";
  1296. this.label33.Size = new System.Drawing.Size(119, 12);
  1297. this.label33.TabIndex = 790;
  1298. this.label33.Text = "分析X-ray计数期望值";
  1299. //
  1300. // label31
  1301. //
  1302. this.label31.AutoSize = true;
  1303. this.label31.Location = new System.Drawing.Point(7, 42);
  1304. this.label31.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1305. this.label31.Name = "label31";
  1306. this.label31.Size = new System.Drawing.Size(83, 12);
  1307. this.label31.TabIndex = 750;
  1308. this.label31.Text = "X-ray扫描方式";
  1309. //
  1310. // btnok
  1311. //
  1312. this.btnok.Location = new System.Drawing.Point(478, 606);
  1313. this.btnok.Margin = new System.Windows.Forms.Padding(2);
  1314. this.btnok.Name = "btnok";
  1315. this.btnok.Size = new System.Drawing.Size(66, 22);
  1316. this.btnok.TabIndex = 810;
  1317. this.btnok.Text = "确 定";
  1318. this.btnok.UseVisualStyleBackColor = true;
  1319. this.btnok.Click += new System.EventHandler(this.btnok_Click);
  1320. //
  1321. // btncancel
  1322. //
  1323. this.btncancel.Location = new System.Drawing.Point(561, 606);
  1324. this.btncancel.Margin = new System.Windows.Forms.Padding(2);
  1325. this.btncancel.Name = "btncancel";
  1326. this.btncancel.Size = new System.Drawing.Size(66, 22);
  1327. this.btncancel.TabIndex = 820;
  1328. this.btncancel.Text = "取 消";
  1329. this.btncancel.UseVisualStyleBackColor = true;
  1330. this.btncancel.Click += new System.EventHandler(this.btncancel_Click);
  1331. //
  1332. // folderBrowserDialog1
  1333. //
  1334. this.folderBrowserDialog1.ShowNewFolderButton = false;
  1335. //
  1336. // lbModelSel
  1337. //
  1338. this.lbModelSel.AutoSize = true;
  1339. this.lbModelSel.Location = new System.Drawing.Point(3, 23);
  1340. this.lbModelSel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1341. this.lbModelSel.Name = "lbModelSel";
  1342. this.lbModelSel.Size = new System.Drawing.Size(53, 12);
  1343. this.lbModelSel.TabIndex = 22;
  1344. this.lbModelSel.Text = "模式选择";
  1345. //
  1346. // IDC_COMBO_Model
  1347. //
  1348. this.IDC_COMBO_Model.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  1349. this.IDC_COMBO_Model.FormattingEnabled = true;
  1350. this.IDC_COMBO_Model.Location = new System.Drawing.Point(117, 21);
  1351. this.IDC_COMBO_Model.Margin = new System.Windows.Forms.Padding(2);
  1352. this.IDC_COMBO_Model.Name = "IDC_COMBO_Model";
  1353. this.IDC_COMBO_Model.Size = new System.Drawing.Size(140, 20);
  1354. this.IDC_COMBO_Model.TabIndex = 21;
  1355. this.IDC_COMBO_Model.SelectedIndexChanged += new System.EventHandler(this.IDC_COMBO_Model_SelectedIndexChanged);
  1356. //
  1357. // groupBox7
  1358. //
  1359. this.groupBox7.Controls.Add(this.lbModelSel);
  1360. this.groupBox7.Controls.Add(this.IDC_COMBO_Model);
  1361. this.groupBox7.Location = new System.Drawing.Point(6, 2);
  1362. this.groupBox7.Name = "groupBox7";
  1363. this.groupBox7.Size = new System.Drawing.Size(302, 57);
  1364. this.groupBox7.TabIndex = 822;
  1365. this.groupBox7.TabStop = false;
  1366. this.groupBox7.Text = "模式选择";
  1367. //
  1368. // ProgMgrInfoForm
  1369. //
  1370. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1371. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1372. this.ClientSize = new System.Drawing.Size(645, 640);
  1373. this.Controls.Add(this.groupBox7);
  1374. this.Controls.Add(this.btncancel);
  1375. this.Controls.Add(this.btnok);
  1376. this.Controls.Add(this.groupBox6);
  1377. this.Controls.Add(this.groupBox5);
  1378. this.Controls.Add(this.groupBox4);
  1379. this.Controls.Add(this.groupBox3);
  1380. this.Controls.Add(this.groupBox2);
  1381. this.Controls.Add(this.groupBox1);
  1382. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  1383. this.Margin = new System.Windows.Forms.Padding(2);
  1384. this.MaximizeBox = false;
  1385. this.MinimizeBox = false;
  1386. this.MinimumSize = new System.Drawing.Size(643, 640);
  1387. this.Name = "ProgMgrInfoForm";
  1388. this.ShowIcon = false;
  1389. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  1390. this.Text = "程序管理";
  1391. this.Load += new System.EventHandler(this.ProgMgrInfoForm_Load);
  1392. this.groupBox1.ResumeLayout(false);
  1393. this.groupBox1.PerformLayout();
  1394. this.groupBox2.ResumeLayout(false);
  1395. this.groupBox2.PerformLayout();
  1396. this.groupBox3.ResumeLayout(false);
  1397. this.groupBox3.PerformLayout();
  1398. this.groupBox4.ResumeLayout(false);
  1399. this.groupBox4.PerformLayout();
  1400. this.groupBox5.ResumeLayout(false);
  1401. this.groupBox5.PerformLayout();
  1402. this.groupBox6.ResumeLayout(false);
  1403. this.groupBox6.PerformLayout();
  1404. this.groupBox7.ResumeLayout(false);
  1405. this.groupBox7.PerformLayout();
  1406. this.ResumeLayout(false);
  1407. }
  1408. #endregion
  1409. private System.Windows.Forms.GroupBox groupBox1;
  1410. private System.Windows.Forms.GroupBox groupBox2;
  1411. private System.Windows.Forms.GroupBox groupBox3;
  1412. private System.Windows.Forms.GroupBox groupBox4;
  1413. private System.Windows.Forms.GroupBox groupBox5;
  1414. private System.Windows.Forms.GroupBox groupBox6;
  1415. private System.Windows.Forms.Button btnok;
  1416. private System.Windows.Forms.Button btncancel;
  1417. private System.Windows.Forms.Label label1;
  1418. private System.Windows.Forms.Label label6;
  1419. private System.Windows.Forms.Label label5;
  1420. private System.Windows.Forms.Label label4;
  1421. private System.Windows.Forms.Label label3;
  1422. private System.Windows.Forms.Label label2;
  1423. private System.Windows.Forms.Label label13;
  1424. private System.Windows.Forms.Label label12;
  1425. private System.Windows.Forms.Label label11;
  1426. private System.Windows.Forms.Label label7;
  1427. private System.Windows.Forms.Label label14;
  1428. private System.Windows.Forms.Label label19;
  1429. private System.Windows.Forms.Label label18;
  1430. private System.Windows.Forms.Label label16;
  1431. private System.Windows.Forms.Label label15;
  1432. private System.Windows.Forms.Label label22;
  1433. private System.Windows.Forms.Label label21;
  1434. private System.Windows.Forms.Label label20;
  1435. private System.Windows.Forms.Label label25;
  1436. private System.Windows.Forms.Label label24;
  1437. private System.Windows.Forms.Label label28;
  1438. private System.Windows.Forms.Label label27;
  1439. private System.Windows.Forms.Label label26;
  1440. private System.Windows.Forms.Label label23;
  1441. private System.Windows.Forms.Label label33;
  1442. private System.Windows.Forms.Label label32;
  1443. private System.Windows.Forms.Label label31;
  1444. private System.Windows.Forms.Label label35;
  1445. private System.Windows.Forms.Label label34;
  1446. public System.Windows.Forms.ComboBox IDC_COMBO_STAGE;
  1447. public System.Windows.Forms.Button IDC_BUTTON_STAGE;
  1448. public System.Windows.Forms.ComboBox IDC_COMBO_YDIRECT;
  1449. public System.Windows.Forms.ComboBox IDC_COMBO_XDIREC;
  1450. public System.Windows.Forms.ComboBox IDC_COMBO_IMGSIZE;
  1451. public System.Windows.Forms.ComboBox IDC_COMBO_IMGSCANSPEED;
  1452. public System.Windows.Forms.ComboBox IDC_COMBO_FETCHIMGMODE;
  1453. public System.Windows.Forms.TextBox IDC_EDIT_SAMPLENAME;
  1454. public System.Windows.Forms.TextBox IDC_EDIT_YEND;
  1455. public System.Windows.Forms.TextBox IDC_EDIT_YSTART;
  1456. public System.Windows.Forms.TextBox IDC_EDIT_XEND;
  1457. public System.Windows.Forms.TextBox IDC_EDIT_XSTART;
  1458. public System.Windows.Forms.TextBox IDC_EDIT_ANALYSESTDLIBPATH;
  1459. public System.Windows.Forms.TextBox IDC_EDIT_MEASUREPARAMPATH;
  1460. public System.Windows.Forms.Button IDC_BUTTON_MEASPRAMPATHSET;
  1461. public System.Windows.Forms.CheckBox IDC_MEAS_SWITCH;
  1462. public System.Windows.Forms.TextBox IDC_EDIT_PARTAREAMIN;
  1463. public System.Windows.Forms.TextBox IDC_EDIT_PARTMAX;
  1464. public System.Windows.Forms.TextBox IDC_EDIT_PARTMIN;
  1465. public System.Windows.Forms.TextBox IDC_EDIT_BACKMAX;
  1466. public System.Windows.Forms.TextBox IDC_EDIT_BACKMIN;
  1467. public System.Windows.Forms.TextBox IDC_EDIT_PARTAREAMAX;
  1468. public System.Windows.Forms.ComboBox IDC_COMBO_ANALYXRAYSPEED;
  1469. public System.Windows.Forms.ComboBox IDC_COMBO_XRAYSCANMODE;
  1470. public System.Windows.Forms.TextBox IDC_EDIT_ANALYXRAYAIMVALUE;
  1471. public System.Windows.Forms.TextBox IDC_EDIT_SCREENWIDTH;
  1472. public System.Windows.Forms.TextBox IDC_EDIT_MINMAG;
  1473. private System.Windows.Forms.Label label36;
  1474. public System.Windows.Forms.TextBox IDC_TEXTBOX_ANALYXRAYSPEED_TIME;
  1475. private System.Windows.Forms.Label label39;
  1476. public System.Windows.Forms.TextBox IDC_TEXTBOX_SEARCHXRAYSPEED_TIME;
  1477. private System.Windows.Forms.Label label38;
  1478. private System.Windows.Forms.Label label30;
  1479. private System.Windows.Forms.Label label29;
  1480. public System.Windows.Forms.TextBox IDC_EDIT_SEARCHXRAYCOUNTLIMIT;
  1481. public System.Windows.Forms.ComboBox IDC_COMBO_SEARCHXRAYSPEED;
  1482. private System.Windows.Forms.Label label41;
  1483. public System.Windows.Forms.ComboBox IDC_COMBO_TECHNOLOGY;
  1484. private System.Windows.Forms.Label label42;
  1485. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  1486. private System.Windows.Forms.Label lbShape;
  1487. public System.Windows.Forms.TextBox tBMeasArea;
  1488. public System.Windows.Forms.ComboBox cBMeasShape;
  1489. private System.Windows.Forms.Label lbArea;
  1490. public System.Windows.Forms.Button IDC_BUTTON_KLFX;
  1491. public System.Windows.Forms.CheckBox IDC_SYS_LIB;
  1492. private System.Windows.Forms.Label label17;
  1493. public System.Windows.Forms.ComboBox IDC_COMBO_STDSelect;
  1494. private System.Windows.Forms.Label label44;
  1495. public System.Windows.Forms.ComboBox IDC_COMBO_AUTOBGREMOVETYP;
  1496. private System.Windows.Forms.Label label_Auto;
  1497. public System.Windows.Forms.ComboBox IDC_COMBO_BGREMOVETYPE;
  1498. private System.Windows.Forms.Label label43;
  1499. private System.Windows.Forms.Label lbModelSel;
  1500. public System.Windows.Forms.ComboBox IDC_COMBO_Model;
  1501. private System.Windows.Forms.GroupBox groupBox7;
  1502. public System.Windows.Forms.CheckBox IDC_USINGXRAY_LIB;
  1503. public System.Windows.Forms.TextBox IDC_EDIT_SmallPartAQTime;
  1504. private System.Windows.Forms.Label label45;
  1505. private System.Windows.Forms.Label label46;
  1506. public System.Windows.Forms.TextBox IDC_EDIT_QuantifyMinSize;
  1507. private System.Windows.Forms.Label label37;
  1508. private System.Windows.Forms.Label label40;
  1509. public System.Windows.Forms.TextBox IDC_EDIT_XrayLimit;
  1510. private System.Windows.Forms.Label label47;
  1511. private System.Windows.Forms.TextBox tB_StopMode;
  1512. private System.Windows.Forms.Button btn_StopMode;
  1513. private System.Windows.Forms.ComboBox IDC_COMBO_CorrosionExpansionCoefficient;
  1514. private System.Windows.Forms.Label label49;
  1515. private System.Windows.Forms.Label label50;
  1516. private System.Windows.Forms.Label label51;
  1517. public System.Windows.Forms.TextBox IDC_EDIT_Overlap;
  1518. private System.Windows.Forms.Label label52;
  1519. public System.Windows.Forms.CheckBox IDC_FILTER;
  1520. }
  1521. }