ProgMgrInfoForm.designer.cs 77 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494
  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.IDC_SYS_LIB = new System.Windows.Forms.CheckBox();
  66. this.label17 = new System.Windows.Forms.Label();
  67. this.tBMeasArea = new System.Windows.Forms.TextBox();
  68. this.cBMeasShape = new System.Windows.Forms.ComboBox();
  69. this.lbArea = new System.Windows.Forms.Label();
  70. this.lbShape = new System.Windows.Forms.Label();
  71. this.IDC_COMBO_TECHNOLOGY = new System.Windows.Forms.ComboBox();
  72. this.label42 = new System.Windows.Forms.Label();
  73. this.IDC_MEAS_SWITCH = new System.Windows.Forms.CheckBox();
  74. this.IDC_BUTTON_KLFX = new System.Windows.Forms.Button();
  75. this.label19 = new System.Windows.Forms.Label();
  76. this.IDC_EDIT_SAMPLENAME = new System.Windows.Forms.TextBox();
  77. this.label15 = new System.Windows.Forms.Label();
  78. this.label14 = new System.Windows.Forms.Label();
  79. this.groupBox5 = new System.Windows.Forms.GroupBox();
  80. this.IDC_EDIT_OTHERSELECTION = new System.Windows.Forms.TextBox();
  81. this.btn_otherselection = new System.Windows.Forms.Button();
  82. this.label50 = new System.Windows.Forms.Label();
  83. this.IDC_EDIT_Overlap = new System.Windows.Forms.TextBox();
  84. this.IDC_COMBO_AUTOBGREMOVETYP = new System.Windows.Forms.ComboBox();
  85. this.label_Auto = new System.Windows.Forms.Label();
  86. this.IDC_COMBO_BGREMOVETYPE = new System.Windows.Forms.ComboBox();
  87. this.label43 = new System.Windows.Forms.Label();
  88. this.label22 = new System.Windows.Forms.Label();
  89. this.label21 = new System.Windows.Forms.Label();
  90. this.label25 = new System.Windows.Forms.Label();
  91. this.IDC_EDIT_PARTMAX = new System.Windows.Forms.TextBox();
  92. this.label55 = new System.Windows.Forms.Label();
  93. this.IDC_EDIT_PARTMIN = new System.Windows.Forms.TextBox();
  94. this.IDC_EDIT_BACKMAX = new System.Windows.Forms.TextBox();
  95. this.IDC_EDIT_BACKMIN = new System.Windows.Forms.TextBox();
  96. this.IDC_EDIT_PARTAREAMAX = new System.Windows.Forms.TextBox();
  97. this.IDC_EDIT_PARTAREAMIN = new System.Windows.Forms.TextBox();
  98. this.label24 = new System.Windows.Forms.Label();
  99. this.label28 = new System.Windows.Forms.Label();
  100. this.label51 = new System.Windows.Forms.Label();
  101. this.label27 = new System.Windows.Forms.Label();
  102. this.label26 = new System.Windows.Forms.Label();
  103. this.label23 = new System.Windows.Forms.Label();
  104. this.label20 = new System.Windows.Forms.Label();
  105. this.IDC_EDIT_ANALYXRAYAIMVALUE = new System.Windows.Forms.TextBox();
  106. this.groupBox6 = new System.Windows.Forms.GroupBox();
  107. this.groupBox8 = new System.Windows.Forms.GroupBox();
  108. this.tb_xsys = new System.Windows.Forms.Label();
  109. this.elementchoose = new System.Windows.Forms.Button();
  110. this.radioButton2 = new System.Windows.Forms.RadioButton();
  111. this.radioButton1 = new System.Windows.Forms.RadioButton();
  112. this.label33 = new System.Windows.Forms.Label();
  113. this.IDC_EDIT_SmallPartAQTime = new System.Windows.Forms.TextBox();
  114. this.label45 = new System.Windows.Forms.Label();
  115. this.label46 = new System.Windows.Forms.Label();
  116. this.IDC_EDIT_QuantifyMinSize = new System.Windows.Forms.TextBox();
  117. this.label8 = new System.Windows.Forms.Label();
  118. this.label40 = new System.Windows.Forms.Label();
  119. this.IDC_EDIT_XrayLimit = new System.Windows.Forms.TextBox();
  120. this.label18 = new System.Windows.Forms.Label();
  121. this.label47 = new System.Windows.Forms.Label();
  122. this.IDC_USINGXRAY_LIB = new System.Windows.Forms.CheckBox();
  123. this.label44 = new System.Windows.Forms.Label();
  124. this.IDC_TEXTBOX_ANALYXRAYSPEED_TIME = new System.Windows.Forms.TextBox();
  125. this.label32 = new System.Windows.Forms.Label();
  126. this.label39 = new System.Windows.Forms.Label();
  127. this.IDC_COMBO_XRAYSCANMODE = new System.Windows.Forms.ComboBox();
  128. this.label31 = new System.Windows.Forms.Label();
  129. this.label37 = new System.Windows.Forms.Label();
  130. this.btnok = new System.Windows.Forms.Button();
  131. this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
  132. this.IDC_COMBO_Model = new System.Windows.Forms.ComboBox();
  133. this.groupBox7 = new System.Windows.Forms.GroupBox();
  134. this.btncancel = new System.Windows.Forms.Button();
  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.IDC_COMBO_STDSelect);
  548. this.groupBox4.Controls.Add(this.IDC_SYS_LIB);
  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. // IDC_SYS_LIB
  583. //
  584. this.IDC_SYS_LIB.AutoSize = true;
  585. this.IDC_SYS_LIB.Location = new System.Drawing.Point(122, 80);
  586. this.IDC_SYS_LIB.Margin = new System.Windows.Forms.Padding(2);
  587. this.IDC_SYS_LIB.Name = "IDC_SYS_LIB";
  588. this.IDC_SYS_LIB.Size = new System.Drawing.Size(15, 14);
  589. this.IDC_SYS_LIB.TabIndex = 538;
  590. this.IDC_SYS_LIB.UseVisualStyleBackColor = true;
  591. this.IDC_SYS_LIB.CheckedChanged += new System.EventHandler(this.IDC_SYS_LIB_CheckedChanged);
  592. //
  593. // label17
  594. //
  595. this.label17.AutoSize = true;
  596. this.label17.Location = new System.Drawing.Point(6, 80);
  597. this.label17.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  598. this.label17.Name = "label17";
  599. this.label17.Size = new System.Drawing.Size(89, 12);
  600. this.label17.TabIndex = 537;
  601. this.label17.Text = "使用系统库开关";
  602. //
  603. // tBMeasArea
  604. //
  605. this.tBMeasArea.Location = new System.Drawing.Point(117, 159);
  606. this.tBMeasArea.Margin = new System.Windows.Forms.Padding(2);
  607. this.tBMeasArea.Name = "tBMeasArea";
  608. this.tBMeasArea.Size = new System.Drawing.Size(170, 21);
  609. this.tBMeasArea.TabIndex = 536;
  610. this.tBMeasArea.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  611. this.tBMeasArea.TextChanged += new System.EventHandler(this.tBMeasArea_TextChanged);
  612. //
  613. // cBMeasShape
  614. //
  615. this.cBMeasShape.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  616. this.cBMeasShape.FormattingEnabled = true;
  617. this.cBMeasShape.Location = new System.Drawing.Point(117, 131);
  618. this.cBMeasShape.Margin = new System.Windows.Forms.Padding(2);
  619. this.cBMeasShape.Name = "cBMeasShape";
  620. this.cBMeasShape.Size = new System.Drawing.Size(170, 20);
  621. this.cBMeasShape.TabIndex = 535;
  622. this.cBMeasShape.SelectedIndexChanged += new System.EventHandler(this.cBMeasShape_SelectedIndexChanged);
  623. //
  624. // lbArea
  625. //
  626. this.lbArea.AutoSize = true;
  627. this.lbArea.Location = new System.Drawing.Point(6, 162);
  628. this.lbArea.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  629. this.lbArea.Name = "lbArea";
  630. this.lbArea.Size = new System.Drawing.Size(101, 12);
  631. this.lbArea.TabIndex = 534;
  632. this.lbArea.Text = "测量区域面积/mm2";
  633. //
  634. // lbShape
  635. //
  636. this.lbShape.AutoSize = true;
  637. this.lbShape.Location = new System.Drawing.Point(6, 134);
  638. this.lbShape.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  639. this.lbShape.Name = "lbShape";
  640. this.lbShape.Size = new System.Drawing.Size(77, 12);
  641. this.lbShape.TabIndex = 533;
  642. this.lbShape.Text = "测量区域形状";
  643. //
  644. // IDC_COMBO_TECHNOLOGY
  645. //
  646. this.IDC_COMBO_TECHNOLOGY.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  647. this.IDC_COMBO_TECHNOLOGY.FormattingEnabled = true;
  648. this.IDC_COMBO_TECHNOLOGY.Location = new System.Drawing.Point(117, 187);
  649. this.IDC_COMBO_TECHNOLOGY.Margin = new System.Windows.Forms.Padding(2);
  650. this.IDC_COMBO_TECHNOLOGY.Name = "IDC_COMBO_TECHNOLOGY";
  651. this.IDC_COMBO_TECHNOLOGY.Size = new System.Drawing.Size(170, 20);
  652. this.IDC_COMBO_TECHNOLOGY.TabIndex = 532;
  653. this.IDC_COMBO_TECHNOLOGY.SelectedIndexChanged += new System.EventHandler(this.IDC_COMBO_TECHNOLOGY_SelectedIndexChanged);
  654. //
  655. // label42
  656. //
  657. this.label42.AutoSize = true;
  658. this.label42.Location = new System.Drawing.Point(6, 190);
  659. this.label42.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  660. this.label42.Name = "label42";
  661. this.label42.Size = new System.Drawing.Size(53, 12);
  662. this.label42.TabIndex = 531;
  663. this.label42.Text = "精炼工艺";
  664. //
  665. // IDC_MEAS_SWITCH
  666. //
  667. this.IDC_MEAS_SWITCH.AutoSize = true;
  668. this.IDC_MEAS_SWITCH.Location = new System.Drawing.Point(122, 53);
  669. this.IDC_MEAS_SWITCH.Margin = new System.Windows.Forms.Padding(2);
  670. this.IDC_MEAS_SWITCH.Name = "IDC_MEAS_SWITCH";
  671. this.IDC_MEAS_SWITCH.Size = new System.Drawing.Size(15, 14);
  672. this.IDC_MEAS_SWITCH.TabIndex = 420;
  673. this.IDC_MEAS_SWITCH.UseVisualStyleBackColor = true;
  674. this.IDC_MEAS_SWITCH.CheckedChanged += new System.EventHandler(this.IDC_MEAS_SWITCH_CheckedChanged);
  675. //
  676. // IDC_BUTTON_KLFX
  677. //
  678. this.IDC_BUTTON_KLFX.Location = new System.Drawing.Point(258, 105);
  679. this.IDC_BUTTON_KLFX.Margin = new System.Windows.Forms.Padding(2);
  680. this.IDC_BUTTON_KLFX.Name = "IDC_BUTTON_KLFX";
  681. this.IDC_BUTTON_KLFX.Size = new System.Drawing.Size(33, 20);
  682. this.IDC_BUTTON_KLFX.TabIndex = 530;
  683. this.IDC_BUTTON_KLFX.Text = "...";
  684. this.IDC_BUTTON_KLFX.UseVisualStyleBackColor = true;
  685. this.IDC_BUTTON_KLFX.Click += new System.EventHandler(this.IDC_BUTTON_KLFX_Click);
  686. //
  687. // label19
  688. //
  689. this.label19.AutoSize = true;
  690. this.label19.Location = new System.Drawing.Point(6, 108);
  691. this.label19.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  692. this.label19.Name = "label19";
  693. this.label19.Size = new System.Drawing.Size(89, 12);
  694. this.label19.TabIndex = 510;
  695. this.label19.Text = "用户分析库编辑";
  696. //
  697. // IDC_EDIT_SAMPLENAME
  698. //
  699. this.IDC_EDIT_SAMPLENAME.Location = new System.Drawing.Point(117, 22);
  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(170, 21);
  704. this.IDC_EDIT_SAMPLENAME.TabIndex = 400;
  705. this.IDC_EDIT_SAMPLENAME.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  706. this.IDC_EDIT_SAMPLENAME.TextChanged += new System.EventHandler(this.IDC_EDIT_SAMPLENAME_TextChanged);
  707. //
  708. // label15
  709. //
  710. this.label15.AutoSize = true;
  711. this.label15.Location = new System.Drawing.Point(6, 53);
  712. this.label15.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  713. this.label15.Name = "label15";
  714. this.label15.Size = new System.Drawing.Size(53, 12);
  715. this.label15.TabIndex = 410;
  716. this.label15.Text = "执行开关";
  717. //
  718. // label14
  719. //
  720. this.label14.AutoSize = true;
  721. this.label14.Location = new System.Drawing.Point(6, 24);
  722. this.label14.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  723. this.label14.Name = "label14";
  724. this.label14.Size = new System.Drawing.Size(41, 12);
  725. this.label14.TabIndex = 390;
  726. this.label14.Text = "样品名";
  727. //
  728. // groupBox5
  729. //
  730. this.groupBox5.Controls.Add(this.IDC_EDIT_OTHERSELECTION);
  731. this.groupBox5.Controls.Add(this.btn_otherselection);
  732. this.groupBox5.Controls.Add(this.label50);
  733. this.groupBox5.Controls.Add(this.IDC_EDIT_Overlap);
  734. this.groupBox5.Controls.Add(this.IDC_COMBO_AUTOBGREMOVETYP);
  735. this.groupBox5.Controls.Add(this.label_Auto);
  736. this.groupBox5.Controls.Add(this.IDC_COMBO_BGREMOVETYPE);
  737. this.groupBox5.Controls.Add(this.label43);
  738. this.groupBox5.Controls.Add(this.label22);
  739. this.groupBox5.Controls.Add(this.label21);
  740. this.groupBox5.Controls.Add(this.label25);
  741. this.groupBox5.Controls.Add(this.IDC_EDIT_PARTMAX);
  742. this.groupBox5.Controls.Add(this.label55);
  743. this.groupBox5.Controls.Add(this.IDC_EDIT_PARTMIN);
  744. this.groupBox5.Controls.Add(this.IDC_EDIT_BACKMAX);
  745. this.groupBox5.Controls.Add(this.IDC_EDIT_BACKMIN);
  746. this.groupBox5.Controls.Add(this.IDC_EDIT_PARTAREAMAX);
  747. this.groupBox5.Controls.Add(this.IDC_EDIT_PARTAREAMIN);
  748. this.groupBox5.Controls.Add(this.label24);
  749. this.groupBox5.Controls.Add(this.label28);
  750. this.groupBox5.Controls.Add(this.label51);
  751. this.groupBox5.Controls.Add(this.label27);
  752. this.groupBox5.Controls.Add(this.label26);
  753. this.groupBox5.Controls.Add(this.label23);
  754. this.groupBox5.Controls.Add(this.label20);
  755. this.groupBox5.Location = new System.Drawing.Point(327, 153);
  756. this.groupBox5.Margin = new System.Windows.Forms.Padding(2);
  757. this.groupBox5.Name = "groupBox5";
  758. this.groupBox5.Padding = new System.Windows.Forms.Padding(2);
  759. this.groupBox5.Size = new System.Drawing.Size(313, 228);
  760. this.groupBox5.TabIndex = 540;
  761. this.groupBox5.TabStop = false;
  762. this.groupBox5.Text = "图像处理参数";
  763. //
  764. // IDC_EDIT_OTHERSELECTION
  765. //
  766. this.IDC_EDIT_OTHERSELECTION.Location = new System.Drawing.Point(108, 159);
  767. this.IDC_EDIT_OTHERSELECTION.Margin = new System.Windows.Forms.Padding(2);
  768. this.IDC_EDIT_OTHERSELECTION.MaxLength = 10;
  769. this.IDC_EDIT_OTHERSELECTION.Name = "IDC_EDIT_OTHERSELECTION";
  770. this.IDC_EDIT_OTHERSELECTION.ReadOnly = true;
  771. this.IDC_EDIT_OTHERSELECTION.Size = new System.Drawing.Size(122, 21);
  772. this.IDC_EDIT_OTHERSELECTION.TabIndex = 843;
  773. this.IDC_EDIT_OTHERSELECTION.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  774. //
  775. // btn_otherselection
  776. //
  777. this.btn_otherselection.Location = new System.Drawing.Point(235, 157);
  778. this.btn_otherselection.Margin = new System.Windows.Forms.Padding(2);
  779. this.btn_otherselection.Name = "btn_otherselection";
  780. this.btn_otherselection.Size = new System.Drawing.Size(45, 23);
  781. this.btn_otherselection.TabIndex = 844;
  782. this.btn_otherselection.Text = "选择";
  783. this.btn_otherselection.UseVisualStyleBackColor = true;
  784. this.btn_otherselection.Click += new System.EventHandler(this.btn_otherselection_Click);
  785. //
  786. // label50
  787. //
  788. this.label50.AutoSize = true;
  789. this.label50.Location = new System.Drawing.Point(5, 192);
  790. this.label50.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  791. this.label50.Name = "label50";
  792. this.label50.Size = new System.Drawing.Size(137, 12);
  793. this.label50.TabIndex = 824;
  794. this.label50.Text = "图像重叠像素(0=不启用)";
  795. //
  796. // IDC_EDIT_Overlap
  797. //
  798. this.IDC_EDIT_Overlap.Location = new System.Drawing.Point(147, 185);
  799. this.IDC_EDIT_Overlap.MaxLength = 10;
  800. this.IDC_EDIT_Overlap.Name = "IDC_EDIT_Overlap";
  801. this.IDC_EDIT_Overlap.Size = new System.Drawing.Size(131, 21);
  802. this.IDC_EDIT_Overlap.TabIndex = 832;
  803. this.IDC_EDIT_Overlap.Text = "20";
  804. this.IDC_EDIT_Overlap.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  805. //
  806. // IDC_COMBO_AUTOBGREMOVETYP
  807. //
  808. this.IDC_COMBO_AUTOBGREMOVETYP.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  809. this.IDC_COMBO_AUTOBGREMOVETYP.FormattingEnabled = true;
  810. this.IDC_COMBO_AUTOBGREMOVETYP.Location = new System.Drawing.Point(108, 51);
  811. this.IDC_COMBO_AUTOBGREMOVETYP.Margin = new System.Windows.Forms.Padding(2);
  812. this.IDC_COMBO_AUTOBGREMOVETYP.Name = "IDC_COMBO_AUTOBGREMOVETYP";
  813. this.IDC_COMBO_AUTOBGREMOVETYP.Size = new System.Drawing.Size(170, 20);
  814. this.IDC_COMBO_AUTOBGREMOVETYP.TabIndex = 816;
  815. //
  816. // label_Auto
  817. //
  818. this.label_Auto.AutoSize = true;
  819. this.label_Auto.Location = new System.Drawing.Point(5, 53);
  820. this.label_Auto.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  821. this.label_Auto.Name = "label_Auto";
  822. this.label_Auto.Size = new System.Drawing.Size(29, 12);
  823. this.label_Auto.TabIndex = 815;
  824. this.label_Auto.Text = "自动";
  825. //
  826. // IDC_COMBO_BGREMOVETYPE
  827. //
  828. this.IDC_COMBO_BGREMOVETYPE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  829. this.IDC_COMBO_BGREMOVETYPE.FormattingEnabled = true;
  830. this.IDC_COMBO_BGREMOVETYPE.Location = new System.Drawing.Point(108, 22);
  831. this.IDC_COMBO_BGREMOVETYPE.Margin = new System.Windows.Forms.Padding(2);
  832. this.IDC_COMBO_BGREMOVETYPE.Name = "IDC_COMBO_BGREMOVETYPE";
  833. this.IDC_COMBO_BGREMOVETYPE.Size = new System.Drawing.Size(170, 20);
  834. this.IDC_COMBO_BGREMOVETYPE.TabIndex = 814;
  835. //
  836. // label43
  837. //
  838. this.label43.AutoSize = true;
  839. this.label43.Location = new System.Drawing.Point(5, 24);
  840. this.label43.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  841. this.label43.Name = "label43";
  842. this.label43.Size = new System.Drawing.Size(77, 12);
  843. this.label43.TabIndex = 813;
  844. this.label43.Text = "背景处理方式";
  845. //
  846. // label22
  847. //
  848. this.label22.AutoSize = true;
  849. this.label22.Location = new System.Drawing.Point(5, 135);
  850. this.label22.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  851. this.label22.Name = "label22";
  852. this.label22.Size = new System.Drawing.Size(77, 12);
  853. this.label22.TabIndex = 650;
  854. this.label22.Text = "颗粒灰度范围";
  855. //
  856. // label21
  857. //
  858. this.label21.AutoSize = true;
  859. this.label21.Location = new System.Drawing.Point(5, 109);
  860. this.label21.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  861. this.label21.Name = "label21";
  862. this.label21.Size = new System.Drawing.Size(77, 12);
  863. this.label21.TabIndex = 600;
  864. this.label21.Text = "背景灰度范围";
  865. //
  866. // label25
  867. //
  868. this.label25.AutoSize = true;
  869. this.label25.Location = new System.Drawing.Point(106, 135);
  870. this.label25.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  871. this.label25.Name = "label25";
  872. this.label25.Size = new System.Drawing.Size(29, 12);
  873. this.label25.TabIndex = 660;
  874. this.label25.Text = "最小";
  875. //
  876. // IDC_EDIT_PARTMAX
  877. //
  878. this.IDC_EDIT_PARTMAX.Location = new System.Drawing.Point(235, 131);
  879. this.IDC_EDIT_PARTMAX.Margin = new System.Windows.Forms.Padding(2);
  880. this.IDC_EDIT_PARTMAX.MaxLength = 10;
  881. this.IDC_EDIT_PARTMAX.Name = "IDC_EDIT_PARTMAX";
  882. this.IDC_EDIT_PARTMAX.Size = new System.Drawing.Size(45, 21);
  883. this.IDC_EDIT_PARTMAX.TabIndex = 690;
  884. this.IDC_EDIT_PARTMAX.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  885. this.IDC_EDIT_PARTMAX.TextChanged += new System.EventHandler(this.IDC_EDIT_PARTMAX_TextChanged);
  886. //
  887. // label55
  888. //
  889. this.label55.AutoSize = true;
  890. this.label55.Location = new System.Drawing.Point(5, 162);
  891. this.label55.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  892. this.label55.Name = "label55";
  893. this.label55.Size = new System.Drawing.Size(53, 12);
  894. this.label55.TabIndex = 790;
  895. this.label55.Text = "其它筛选";
  896. //
  897. // IDC_EDIT_PARTMIN
  898. //
  899. this.IDC_EDIT_PARTMIN.Location = new System.Drawing.Point(145, 131);
  900. this.IDC_EDIT_PARTMIN.Margin = new System.Windows.Forms.Padding(2);
  901. this.IDC_EDIT_PARTMIN.MaxLength = 10;
  902. this.IDC_EDIT_PARTMIN.Name = "IDC_EDIT_PARTMIN";
  903. this.IDC_EDIT_PARTMIN.Size = new System.Drawing.Size(45, 21);
  904. this.IDC_EDIT_PARTMIN.TabIndex = 670;
  905. this.IDC_EDIT_PARTMIN.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  906. this.IDC_EDIT_PARTMIN.TextChanged += new System.EventHandler(this.IDC_EDIT_PARTMIN_TextChanged);
  907. //
  908. // IDC_EDIT_BACKMAX
  909. //
  910. this.IDC_EDIT_BACKMAX.Location = new System.Drawing.Point(235, 105);
  911. this.IDC_EDIT_BACKMAX.Margin = new System.Windows.Forms.Padding(2);
  912. this.IDC_EDIT_BACKMAX.MaxLength = 10;
  913. this.IDC_EDIT_BACKMAX.Name = "IDC_EDIT_BACKMAX";
  914. this.IDC_EDIT_BACKMAX.Size = new System.Drawing.Size(45, 21);
  915. this.IDC_EDIT_BACKMAX.TabIndex = 640;
  916. this.IDC_EDIT_BACKMAX.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  917. this.IDC_EDIT_BACKMAX.TextChanged += new System.EventHandler(this.IDC_EDIT_BACKMAX_TextChanged);
  918. //
  919. // IDC_EDIT_BACKMIN
  920. //
  921. this.IDC_EDIT_BACKMIN.Location = new System.Drawing.Point(145, 105);
  922. this.IDC_EDIT_BACKMIN.Margin = new System.Windows.Forms.Padding(2);
  923. this.IDC_EDIT_BACKMIN.MaxLength = 10;
  924. this.IDC_EDIT_BACKMIN.Name = "IDC_EDIT_BACKMIN";
  925. this.IDC_EDIT_BACKMIN.Size = new System.Drawing.Size(45, 21);
  926. this.IDC_EDIT_BACKMIN.TabIndex = 620;
  927. this.IDC_EDIT_BACKMIN.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  928. this.IDC_EDIT_BACKMIN.TextChanged += new System.EventHandler(this.IDC_EDIT_BACKMIN_TextChanged);
  929. //
  930. // IDC_EDIT_PARTAREAMAX
  931. //
  932. this.IDC_EDIT_PARTAREAMAX.Location = new System.Drawing.Point(235, 79);
  933. this.IDC_EDIT_PARTAREAMAX.Margin = new System.Windows.Forms.Padding(2);
  934. this.IDC_EDIT_PARTAREAMAX.MaxLength = 10;
  935. this.IDC_EDIT_PARTAREAMAX.Name = "IDC_EDIT_PARTAREAMAX";
  936. this.IDC_EDIT_PARTAREAMAX.Size = new System.Drawing.Size(45, 21);
  937. this.IDC_EDIT_PARTAREAMAX.TabIndex = 590;
  938. this.IDC_EDIT_PARTAREAMAX.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  939. this.IDC_EDIT_PARTAREAMAX.TextChanged += new System.EventHandler(this.IDC_EDIT_PARTAREAMAX_TextChanged);
  940. //
  941. // IDC_EDIT_PARTAREAMIN
  942. //
  943. this.IDC_EDIT_PARTAREAMIN.Location = new System.Drawing.Point(145, 79);
  944. this.IDC_EDIT_PARTAREAMIN.Margin = new System.Windows.Forms.Padding(2);
  945. this.IDC_EDIT_PARTAREAMIN.MaxLength = 10;
  946. this.IDC_EDIT_PARTAREAMIN.Name = "IDC_EDIT_PARTAREAMIN";
  947. this.IDC_EDIT_PARTAREAMIN.Size = new System.Drawing.Size(45, 21);
  948. this.IDC_EDIT_PARTAREAMIN.TabIndex = 570;
  949. this.IDC_EDIT_PARTAREAMIN.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  950. this.IDC_EDIT_PARTAREAMIN.TextChanged += new System.EventHandler(this.IDC_EDIT_PARTAREAMIN_TextChanged);
  951. //
  952. // label24
  953. //
  954. this.label24.AutoSize = true;
  955. this.label24.Location = new System.Drawing.Point(106, 109);
  956. this.label24.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  957. this.label24.Name = "label24";
  958. this.label24.Size = new System.Drawing.Size(29, 12);
  959. this.label24.TabIndex = 610;
  960. this.label24.Text = "最小";
  961. //
  962. // label28
  963. //
  964. this.label28.AutoSize = true;
  965. this.label28.Location = new System.Drawing.Point(200, 135);
  966. this.label28.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  967. this.label28.Name = "label28";
  968. this.label28.Size = new System.Drawing.Size(29, 12);
  969. this.label28.TabIndex = 680;
  970. this.label28.Text = "最大";
  971. //
  972. // label51
  973. //
  974. this.label51.AutoSize = true;
  975. this.label51.Location = new System.Drawing.Point(291, 190);
  976. this.label51.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  977. this.label51.Name = "label51";
  978. this.label51.Size = new System.Drawing.Size(17, 12);
  979. this.label51.TabIndex = 721;
  980. this.label51.Text = "um";
  981. //
  982. // label27
  983. //
  984. this.label27.AutoSize = true;
  985. this.label27.Location = new System.Drawing.Point(200, 109);
  986. this.label27.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  987. this.label27.Name = "label27";
  988. this.label27.Size = new System.Drawing.Size(29, 12);
  989. this.label27.TabIndex = 630;
  990. this.label27.Text = "最大";
  991. //
  992. // label26
  993. //
  994. this.label26.AutoSize = true;
  995. this.label26.Location = new System.Drawing.Point(200, 83);
  996. this.label26.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  997. this.label26.Name = "label26";
  998. this.label26.Size = new System.Drawing.Size(29, 12);
  999. this.label26.TabIndex = 580;
  1000. this.label26.Text = "最大";
  1001. //
  1002. // label23
  1003. //
  1004. this.label23.AutoSize = true;
  1005. this.label23.Location = new System.Drawing.Point(106, 83);
  1006. this.label23.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1007. this.label23.Name = "label23";
  1008. this.label23.Size = new System.Drawing.Size(29, 12);
  1009. this.label23.TabIndex = 560;
  1010. this.label23.Text = "最小";
  1011. //
  1012. // label20
  1013. //
  1014. this.label20.AutoSize = true;
  1015. this.label20.Location = new System.Drawing.Point(5, 83);
  1016. this.label20.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1017. this.label20.Name = "label20";
  1018. this.label20.Size = new System.Drawing.Size(77, 12);
  1019. this.label20.TabIndex = 550;
  1020. this.label20.Text = "颗粒尺寸范围";
  1021. //
  1022. // IDC_EDIT_ANALYXRAYAIMVALUE
  1023. //
  1024. this.IDC_EDIT_ANALYXRAYAIMVALUE.Location = new System.Drawing.Point(110, 172);
  1025. this.IDC_EDIT_ANALYXRAYAIMVALUE.Margin = new System.Windows.Forms.Padding(2);
  1026. this.IDC_EDIT_ANALYXRAYAIMVALUE.MaxLength = 10;
  1027. this.IDC_EDIT_ANALYXRAYAIMVALUE.Name = "IDC_EDIT_ANALYXRAYAIMVALUE";
  1028. this.IDC_EDIT_ANALYXRAYAIMVALUE.Size = new System.Drawing.Size(170, 21);
  1029. this.IDC_EDIT_ANALYXRAYAIMVALUE.TabIndex = 800;
  1030. this.IDC_EDIT_ANALYXRAYAIMVALUE.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1031. this.IDC_EDIT_ANALYXRAYAIMVALUE.TextChanged += new System.EventHandler(this.IDC_EDIT_ANALYXRAYAIMVALUE_TextChanged);
  1032. //
  1033. // groupBox6
  1034. //
  1035. this.groupBox6.Controls.Add(this.groupBox8);
  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.label18);
  1045. this.groupBox6.Controls.Add(this.label47);
  1046. this.groupBox6.Controls.Add(this.IDC_USINGXRAY_LIB);
  1047. this.groupBox6.Controls.Add(this.label44);
  1048. this.groupBox6.Controls.Add(this.IDC_EDIT_ANALYXRAYAIMVALUE);
  1049. this.groupBox6.Controls.Add(this.IDC_TEXTBOX_ANALYXRAYSPEED_TIME);
  1050. this.groupBox6.Controls.Add(this.label32);
  1051. this.groupBox6.Controls.Add(this.label39);
  1052. this.groupBox6.Controls.Add(this.IDC_COMBO_XRAYSCANMODE);
  1053. this.groupBox6.Controls.Add(this.label31);
  1054. this.groupBox6.Location = new System.Drawing.Point(327, 388);
  1055. this.groupBox6.Margin = new System.Windows.Forms.Padding(2);
  1056. this.groupBox6.Name = "groupBox6";
  1057. this.groupBox6.Size = new System.Drawing.Size(313, 306);
  1058. this.groupBox6.TabIndex = 700;
  1059. this.groupBox6.TabStop = false;
  1060. this.groupBox6.Text = "X-ray参数";
  1061. //
  1062. // groupBox8
  1063. //
  1064. this.groupBox8.Controls.Add(this.tb_xsys);
  1065. this.groupBox8.Controls.Add(this.elementchoose);
  1066. this.groupBox8.Controls.Add(this.radioButton2);
  1067. this.groupBox8.Controls.Add(this.radioButton1);
  1068. this.groupBox8.Location = new System.Drawing.Point(112, 226);
  1069. this.groupBox8.Name = "groupBox8";
  1070. this.groupBox8.Size = new System.Drawing.Size(168, 70);
  1071. this.groupBox8.TabIndex = 843;
  1072. this.groupBox8.TabStop = false;
  1073. //
  1074. // tb_xsys
  1075. //
  1076. this.tb_xsys.AutoSize = true;
  1077. this.tb_xsys.Location = new System.Drawing.Point(30, 40);
  1078. this.tb_xsys.Name = "tb_xsys";
  1079. this.tb_xsys.Size = new System.Drawing.Size(47, 12);
  1080. this.tb_xsys.TabIndex = 3;
  1081. this.tb_xsys.Text = "label29";
  1082. this.tb_xsys.Visible = false;
  1083. //
  1084. // elementchoose
  1085. //
  1086. this.elementchoose.Location = new System.Drawing.Point(90, 35);
  1087. this.elementchoose.Name = "elementchoose";
  1088. this.elementchoose.Size = new System.Drawing.Size(57, 22);
  1089. this.elementchoose.TabIndex = 2;
  1090. this.elementchoose.Text = "...";
  1091. this.elementchoose.UseVisualStyleBackColor = true;
  1092. this.elementchoose.Click += new System.EventHandler(this.button1_Click);
  1093. //
  1094. // radioButton2
  1095. //
  1096. this.radioButton2.AutoSize = true;
  1097. this.radioButton2.Location = new System.Drawing.Point(83, 13);
  1098. this.radioButton2.Name = "radioButton2";
  1099. this.radioButton2.Size = new System.Drawing.Size(71, 16);
  1100. this.radioButton2.TabIndex = 1;
  1101. this.radioButton2.TabStop = true;
  1102. this.radioButton2.Text = "指定范围";
  1103. this.radioButton2.UseVisualStyleBackColor = true;
  1104. this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged);
  1105. //
  1106. // radioButton1
  1107. //
  1108. this.radioButton1.AutoSize = true;
  1109. this.radioButton1.Location = new System.Drawing.Point(6, 13);
  1110. this.radioButton1.Name = "radioButton1";
  1111. this.radioButton1.Size = new System.Drawing.Size(71, 16);
  1112. this.radioButton1.TabIndex = 0;
  1113. this.radioButton1.TabStop = true;
  1114. this.radioButton1.Text = "自动分析";
  1115. this.radioButton1.UseVisualStyleBackColor = true;
  1116. this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
  1117. //
  1118. // label33
  1119. //
  1120. this.label33.AutoSize = true;
  1121. this.label33.Location = new System.Drawing.Point(5, 175);
  1122. this.label33.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1123. this.label33.Name = "label33";
  1124. this.label33.Size = new System.Drawing.Size(95, 12);
  1125. this.label33.TabIndex = 842;
  1126. this.label33.Text = "X-ray计数期望值";
  1127. //
  1128. // IDC_EDIT_SmallPartAQTime
  1129. //
  1130. this.IDC_EDIT_SmallPartAQTime.Location = new System.Drawing.Point(110, 138);
  1131. this.IDC_EDIT_SmallPartAQTime.MaxLength = 10;
  1132. this.IDC_EDIT_SmallPartAQTime.Name = "IDC_EDIT_SmallPartAQTime";
  1133. this.IDC_EDIT_SmallPartAQTime.Size = new System.Drawing.Size(170, 21);
  1134. this.IDC_EDIT_SmallPartAQTime.TabIndex = 841;
  1135. this.IDC_EDIT_SmallPartAQTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1136. //
  1137. // label45
  1138. //
  1139. this.label45.AutoSize = true;
  1140. this.label45.Location = new System.Drawing.Point(5, 141);
  1141. this.label45.Name = "label45";
  1142. this.label45.Size = new System.Drawing.Size(89, 12);
  1143. this.label45.TabIndex = 840;
  1144. this.label45.Text = "小颗粒Xray时间";
  1145. //
  1146. // label46
  1147. //
  1148. this.label46.AutoSize = true;
  1149. this.label46.Location = new System.Drawing.Point(291, 142);
  1150. this.label46.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1151. this.label46.Name = "label46";
  1152. this.label46.Size = new System.Drawing.Size(17, 12);
  1153. this.label46.TabIndex = 839;
  1154. this.label46.Text = "ms";
  1155. //
  1156. // IDC_EDIT_QuantifyMinSize
  1157. //
  1158. this.IDC_EDIT_QuantifyMinSize.Location = new System.Drawing.Point(110, 79);
  1159. this.IDC_EDIT_QuantifyMinSize.MaxLength = 10;
  1160. this.IDC_EDIT_QuantifyMinSize.Name = "IDC_EDIT_QuantifyMinSize";
  1161. this.IDC_EDIT_QuantifyMinSize.Size = new System.Drawing.Size(170, 21);
  1162. this.IDC_EDIT_QuantifyMinSize.TabIndex = 838;
  1163. this.IDC_EDIT_QuantifyMinSize.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1164. //
  1165. // label8
  1166. //
  1167. this.label8.AutoSize = true;
  1168. this.label8.Location = new System.Drawing.Point(5, 82);
  1169. this.label8.Name = "label8";
  1170. this.label8.Size = new System.Drawing.Size(53, 12);
  1171. this.label8.TabIndex = 837;
  1172. this.label8.Text = "分析阈值";
  1173. //
  1174. // label40
  1175. //
  1176. this.label40.AutoSize = true;
  1177. this.label40.Location = new System.Drawing.Point(291, 79);
  1178. this.label40.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1179. this.label40.Name = "label40";
  1180. this.label40.Size = new System.Drawing.Size(17, 12);
  1181. this.label40.TabIndex = 836;
  1182. this.label40.Text = "um";
  1183. //
  1184. // IDC_EDIT_XrayLimit
  1185. //
  1186. this.IDC_EDIT_XrayLimit.Location = new System.Drawing.Point(110, 201);
  1187. this.IDC_EDIT_XrayLimit.Margin = new System.Windows.Forms.Padding(2);
  1188. this.IDC_EDIT_XrayLimit.MaxLength = 10;
  1189. this.IDC_EDIT_XrayLimit.Name = "IDC_EDIT_XrayLimit";
  1190. this.IDC_EDIT_XrayLimit.Size = new System.Drawing.Size(170, 21);
  1191. this.IDC_EDIT_XrayLimit.TabIndex = 834;
  1192. this.IDC_EDIT_XrayLimit.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1193. //
  1194. // label18
  1195. //
  1196. this.label18.AutoSize = true;
  1197. this.label18.Location = new System.Drawing.Point(6, 239);
  1198. this.label18.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1199. this.label18.Name = "label18";
  1200. this.label18.Size = new System.Drawing.Size(77, 12);
  1201. this.label18.TabIndex = 833;
  1202. this.label18.Text = "能谱元素分析";
  1203. //
  1204. // label47
  1205. //
  1206. this.label47.AutoSize = true;
  1207. this.label47.Location = new System.Drawing.Point(6, 204);
  1208. this.label47.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1209. this.label47.Name = "label47";
  1210. this.label47.Size = new System.Drawing.Size(53, 12);
  1211. this.label47.TabIndex = 833;
  1212. this.label47.Text = "数量限值";
  1213. //
  1214. // IDC_USINGXRAY_LIB
  1215. //
  1216. this.IDC_USINGXRAY_LIB.AutoSize = true;
  1217. this.IDC_USINGXRAY_LIB.Location = new System.Drawing.Point(110, 23);
  1218. this.IDC_USINGXRAY_LIB.Margin = new System.Windows.Forms.Padding(2);
  1219. this.IDC_USINGXRAY_LIB.Name = "IDC_USINGXRAY_LIB";
  1220. this.IDC_USINGXRAY_LIB.Size = new System.Drawing.Size(15, 14);
  1221. this.IDC_USINGXRAY_LIB.TabIndex = 826;
  1222. this.IDC_USINGXRAY_LIB.UseVisualStyleBackColor = true;
  1223. //
  1224. // label44
  1225. //
  1226. this.label44.AutoSize = true;
  1227. this.label44.Location = new System.Drawing.Point(5, 23);
  1228. this.label44.Name = "label44";
  1229. this.label44.Size = new System.Drawing.Size(83, 12);
  1230. this.label44.TabIndex = 825;
  1231. this.label44.Text = "是否使用X-ray";
  1232. //
  1233. // IDC_TEXTBOX_ANALYXRAYSPEED_TIME
  1234. //
  1235. this.IDC_TEXTBOX_ANALYXRAYSPEED_TIME.Location = new System.Drawing.Point(110, 107);
  1236. this.IDC_TEXTBOX_ANALYXRAYSPEED_TIME.MaxLength = 10;
  1237. this.IDC_TEXTBOX_ANALYXRAYSPEED_TIME.Name = "IDC_TEXTBOX_ANALYXRAYSPEED_TIME";
  1238. this.IDC_TEXTBOX_ANALYXRAYSPEED_TIME.Size = new System.Drawing.Size(170, 21);
  1239. this.IDC_TEXTBOX_ANALYXRAYSPEED_TIME.TabIndex = 782;
  1240. this.IDC_TEXTBOX_ANALYXRAYSPEED_TIME.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1241. this.IDC_TEXTBOX_ANALYXRAYSPEED_TIME.TextChanged += new System.EventHandler(this.IDC_EDIT_SEARCHXRAYCOUNTLIMIT_TextChanged);
  1242. //
  1243. // label32
  1244. //
  1245. this.label32.AutoSize = true;
  1246. this.label32.Location = new System.Drawing.Point(5, 110);
  1247. this.label32.Name = "label32";
  1248. this.label32.Size = new System.Drawing.Size(83, 12);
  1249. this.label32.TabIndex = 770;
  1250. this.label32.Text = "颗粒X-ray时间";
  1251. //
  1252. // label39
  1253. //
  1254. this.label39.AutoSize = true;
  1255. this.label39.Location = new System.Drawing.Point(291, 112);
  1256. this.label39.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1257. this.label39.Name = "label39";
  1258. this.label39.Size = new System.Drawing.Size(17, 12);
  1259. this.label39.TabIndex = 721;
  1260. this.label39.Text = "ms";
  1261. //
  1262. // IDC_COMBO_XRAYSCANMODE
  1263. //
  1264. this.IDC_COMBO_XRAYSCANMODE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  1265. this.IDC_COMBO_XRAYSCANMODE.FormattingEnabled = true;
  1266. this.IDC_COMBO_XRAYSCANMODE.Location = new System.Drawing.Point(110, 49);
  1267. this.IDC_COMBO_XRAYSCANMODE.Margin = new System.Windows.Forms.Padding(2);
  1268. this.IDC_COMBO_XRAYSCANMODE.Name = "IDC_COMBO_XRAYSCANMODE";
  1269. this.IDC_COMBO_XRAYSCANMODE.Size = new System.Drawing.Size(170, 20);
  1270. this.IDC_COMBO_XRAYSCANMODE.TabIndex = 760;
  1271. this.IDC_COMBO_XRAYSCANMODE.SelectedIndexChanged += new System.EventHandler(this.IDC_COMBO_XRAYSCANMODE_SelectedIndexChanged);
  1272. //
  1273. // label31
  1274. //
  1275. this.label31.AutoSize = true;
  1276. this.label31.Location = new System.Drawing.Point(5, 53);
  1277. this.label31.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1278. this.label31.Name = "label31";
  1279. this.label31.Size = new System.Drawing.Size(83, 12);
  1280. this.label31.TabIndex = 750;
  1281. this.label31.Text = "X-ray扫描方式";
  1282. //
  1283. // label37
  1284. //
  1285. this.label37.Location = new System.Drawing.Point(0, 0);
  1286. this.label37.Name = "label37";
  1287. this.label37.Size = new System.Drawing.Size(100, 23);
  1288. this.label37.TabIndex = 0;
  1289. //
  1290. // btnok
  1291. //
  1292. this.btnok.Location = new System.Drawing.Point(487, 698);
  1293. this.btnok.Margin = new System.Windows.Forms.Padding(2);
  1294. this.btnok.Name = "btnok";
  1295. this.btnok.Size = new System.Drawing.Size(66, 22);
  1296. this.btnok.TabIndex = 810;
  1297. this.btnok.Text = "确 定";
  1298. this.btnok.UseVisualStyleBackColor = true;
  1299. this.btnok.Click += new System.EventHandler(this.btnok_Click);
  1300. //
  1301. // folderBrowserDialog1
  1302. //
  1303. this.folderBrowserDialog1.ShowNewFolderButton = false;
  1304. //
  1305. // IDC_COMBO_Model
  1306. //
  1307. this.IDC_COMBO_Model.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  1308. this.IDC_COMBO_Model.FormattingEnabled = true;
  1309. this.IDC_COMBO_Model.Location = new System.Drawing.Point(117, 21);
  1310. this.IDC_COMBO_Model.Margin = new System.Windows.Forms.Padding(2);
  1311. this.IDC_COMBO_Model.Name = "IDC_COMBO_Model";
  1312. this.IDC_COMBO_Model.Size = new System.Drawing.Size(170, 20);
  1313. this.IDC_COMBO_Model.TabIndex = 21;
  1314. this.IDC_COMBO_Model.SelectedIndexChanged += new System.EventHandler(this.IDC_COMBO_Model_SelectedIndexChanged);
  1315. //
  1316. // groupBox7
  1317. //
  1318. this.groupBox7.Controls.Add(this.IDC_COMBO_Model);
  1319. this.groupBox7.Location = new System.Drawing.Point(6, 11);
  1320. this.groupBox7.Name = "groupBox7";
  1321. this.groupBox7.Size = new System.Drawing.Size(313, 53);
  1322. this.groupBox7.TabIndex = 822;
  1323. this.groupBox7.TabStop = false;
  1324. this.groupBox7.Text = "模式选择";
  1325. //
  1326. // btncancel
  1327. //
  1328. this.btncancel.Location = new System.Drawing.Point(568, 698);
  1329. this.btncancel.Margin = new System.Windows.Forms.Padding(2);
  1330. this.btncancel.Name = "btncancel";
  1331. this.btncancel.Size = new System.Drawing.Size(66, 22);
  1332. this.btncancel.TabIndex = 820;
  1333. this.btncancel.Text = "取 消";
  1334. this.btncancel.UseVisualStyleBackColor = true;
  1335. this.btncancel.Click += new System.EventHandler(this.btncancel_Click);
  1336. //
  1337. // ProgMgrInfoForm
  1338. //
  1339. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1340. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1341. this.ClientSize = new System.Drawing.Size(651, 731);
  1342. this.Controls.Add(this.groupBox7);
  1343. this.Controls.Add(this.btncancel);
  1344. this.Controls.Add(this.groupBox6);
  1345. this.Controls.Add(this.btnok);
  1346. this.Controls.Add(this.groupBox5);
  1347. this.Controls.Add(this.groupBox4);
  1348. this.Controls.Add(this.groupBox3);
  1349. this.Controls.Add(this.groupBox2);
  1350. this.Controls.Add(this.groupBox1);
  1351. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  1352. this.Margin = new System.Windows.Forms.Padding(2);
  1353. this.MaximizeBox = false;
  1354. this.MinimizeBox = false;
  1355. this.MinimumSize = new System.Drawing.Size(643, 638);
  1356. this.Name = "ProgMgrInfoForm";
  1357. this.ShowIcon = false;
  1358. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  1359. this.Text = "程序管理";
  1360. this.Load += new System.EventHandler(this.ProgMgrInfoForm_Load);
  1361. this.groupBox1.ResumeLayout(false);
  1362. this.groupBox1.PerformLayout();
  1363. this.groupBox2.ResumeLayout(false);
  1364. this.groupBox2.PerformLayout();
  1365. this.groupBox3.ResumeLayout(false);
  1366. this.groupBox3.PerformLayout();
  1367. this.groupBox4.ResumeLayout(false);
  1368. this.groupBox4.PerformLayout();
  1369. this.groupBox5.ResumeLayout(false);
  1370. this.groupBox5.PerformLayout();
  1371. this.groupBox6.ResumeLayout(false);
  1372. this.groupBox6.PerformLayout();
  1373. this.groupBox8.ResumeLayout(false);
  1374. this.groupBox8.PerformLayout();
  1375. this.groupBox7.ResumeLayout(false);
  1376. this.ResumeLayout(false);
  1377. }
  1378. #endregion
  1379. private System.Windows.Forms.GroupBox groupBox1;
  1380. private System.Windows.Forms.GroupBox groupBox2;
  1381. private System.Windows.Forms.GroupBox groupBox3;
  1382. private System.Windows.Forms.GroupBox groupBox4;
  1383. private System.Windows.Forms.GroupBox groupBox5;
  1384. private System.Windows.Forms.GroupBox groupBox6;
  1385. private System.Windows.Forms.Button btnok;
  1386. private System.Windows.Forms.Label label1;
  1387. private System.Windows.Forms.Label label6;
  1388. private System.Windows.Forms.Label label5;
  1389. private System.Windows.Forms.Label label4;
  1390. private System.Windows.Forms.Label label3;
  1391. private System.Windows.Forms.Label label2;
  1392. private System.Windows.Forms.Label label13;
  1393. private System.Windows.Forms.Label label12;
  1394. private System.Windows.Forms.Label label11;
  1395. private System.Windows.Forms.Label label7;
  1396. private System.Windows.Forms.Label label14;
  1397. private System.Windows.Forms.Label label19;
  1398. private System.Windows.Forms.Label label15;
  1399. private System.Windows.Forms.Label label22;
  1400. private System.Windows.Forms.Label label21;
  1401. private System.Windows.Forms.Label label20;
  1402. private System.Windows.Forms.Label label25;
  1403. private System.Windows.Forms.Label label24;
  1404. private System.Windows.Forms.Label label28;
  1405. private System.Windows.Forms.Label label27;
  1406. private System.Windows.Forms.Label label26;
  1407. private System.Windows.Forms.Label label23;
  1408. private System.Windows.Forms.Label label55;
  1409. private System.Windows.Forms.Label label32;
  1410. private System.Windows.Forms.Label label31;
  1411. private System.Windows.Forms.Label label35;
  1412. private System.Windows.Forms.Label label34;
  1413. public System.Windows.Forms.ComboBox IDC_COMBO_STAGE;
  1414. public System.Windows.Forms.Button IDC_BUTTON_STAGE;
  1415. public System.Windows.Forms.ComboBox IDC_COMBO_YDIRECT;
  1416. public System.Windows.Forms.ComboBox IDC_COMBO_XDIREC;
  1417. public System.Windows.Forms.ComboBox IDC_COMBO_IMGSIZE;
  1418. public System.Windows.Forms.ComboBox IDC_COMBO_IMGSCANSPEED;
  1419. public System.Windows.Forms.ComboBox IDC_COMBO_FETCHIMGMODE;
  1420. public System.Windows.Forms.TextBox IDC_EDIT_SAMPLENAME;
  1421. public System.Windows.Forms.TextBox IDC_EDIT_YEND;
  1422. public System.Windows.Forms.TextBox IDC_EDIT_YSTART;
  1423. public System.Windows.Forms.TextBox IDC_EDIT_XEND;
  1424. public System.Windows.Forms.TextBox IDC_EDIT_XSTART;
  1425. public System.Windows.Forms.CheckBox IDC_MEAS_SWITCH;
  1426. public System.Windows.Forms.TextBox IDC_EDIT_PARTAREAMIN;
  1427. public System.Windows.Forms.TextBox IDC_EDIT_PARTMAX;
  1428. public System.Windows.Forms.TextBox IDC_EDIT_PARTMIN;
  1429. public System.Windows.Forms.TextBox IDC_EDIT_BACKMAX;
  1430. public System.Windows.Forms.TextBox IDC_EDIT_BACKMIN;
  1431. public System.Windows.Forms.TextBox IDC_EDIT_PARTAREAMAX;
  1432. public System.Windows.Forms.ComboBox IDC_COMBO_XRAYSCANMODE;
  1433. public System.Windows.Forms.TextBox IDC_EDIT_ANALYXRAYAIMVALUE;
  1434. public System.Windows.Forms.TextBox IDC_EDIT_SCREENWIDTH;
  1435. public System.Windows.Forms.TextBox IDC_EDIT_MINMAG;
  1436. private System.Windows.Forms.Label label36;
  1437. public System.Windows.Forms.TextBox IDC_TEXTBOX_ANALYXRAYSPEED_TIME;
  1438. private System.Windows.Forms.Label label39;
  1439. private System.Windows.Forms.Label label41;
  1440. public System.Windows.Forms.ComboBox IDC_COMBO_TECHNOLOGY;
  1441. private System.Windows.Forms.Label label42;
  1442. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  1443. private System.Windows.Forms.Label lbShape;
  1444. public System.Windows.Forms.TextBox tBMeasArea;
  1445. public System.Windows.Forms.ComboBox cBMeasShape;
  1446. private System.Windows.Forms.Label lbArea;
  1447. public System.Windows.Forms.Button IDC_BUTTON_KLFX;
  1448. public System.Windows.Forms.CheckBox IDC_SYS_LIB;
  1449. private System.Windows.Forms.Label label17;
  1450. public System.Windows.Forms.ComboBox IDC_COMBO_STDSelect;
  1451. private System.Windows.Forms.Label label44;
  1452. public System.Windows.Forms.ComboBox IDC_COMBO_AUTOBGREMOVETYP;
  1453. private System.Windows.Forms.Label label_Auto;
  1454. public System.Windows.Forms.ComboBox IDC_COMBO_BGREMOVETYPE;
  1455. private System.Windows.Forms.Label label43;
  1456. public System.Windows.Forms.ComboBox IDC_COMBO_Model;
  1457. private System.Windows.Forms.GroupBox groupBox7;
  1458. public System.Windows.Forms.CheckBox IDC_USINGXRAY_LIB;
  1459. //public System.Windows.Forms.TextBox IDC_EDIT_QuantifyMinSize1;
  1460. private System.Windows.Forms.Label label37;
  1461. public System.Windows.Forms.TextBox IDC_EDIT_XrayLimit;
  1462. private System.Windows.Forms.Label label47;
  1463. private System.Windows.Forms.TextBox tB_StopMode;
  1464. private System.Windows.Forms.Button btn_StopMode;
  1465. private System.Windows.Forms.Label label50;
  1466. private System.Windows.Forms.Label label51;
  1467. public System.Windows.Forms.TextBox IDC_EDIT_Overlap;
  1468. public System.Windows.Forms.TextBox IDC_EDIT_SmallPartAQTime;
  1469. private System.Windows.Forms.Label label45;
  1470. private System.Windows.Forms.Label label46;
  1471. public System.Windows.Forms.TextBox IDC_EDIT_QuantifyMinSize;
  1472. private System.Windows.Forms.Label label40;
  1473. private System.Windows.Forms.Label label8;
  1474. private System.Windows.Forms.Button btncancel;
  1475. public System.Windows.Forms.TextBox IDC_EDIT_OTHERSELECTION;
  1476. private System.Windows.Forms.Label label33;
  1477. private System.Windows.Forms.Button btn_otherselection;
  1478. private System.Windows.Forms.Label label16;
  1479. private System.Windows.Forms.Label label10;
  1480. private System.Windows.Forms.Label label9;
  1481. private System.Windows.Forms.GroupBox groupBox8;
  1482. private System.Windows.Forms.Button elementchoose;
  1483. private System.Windows.Forms.RadioButton radioButton2;
  1484. private System.Windows.Forms.RadioButton radioButton1;
  1485. private System.Windows.Forms.Label label18;
  1486. private System.Windows.Forms.Label tb_xsys;
  1487. }
  1488. }