ProgMgrInfoForm.designer.cs 92 KB

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