ProgMgrInfoForm.designer.cs 75 KB

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