ProgMgrInfoForm.designer.cs 79 KB

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