ProgMgrInfoForm.designer.cs 89 KB

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