ProgMgrInfoForm.designer.cs 65 KB

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