ProgMgrInfoForm.designer.cs 90 KB

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