ProgMgrInfoForm.designer.cs 77 KB

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