ProgMgrInfoForm.designer.cs 74 KB

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