ProgMgrInfoForm.designer.cs 73 KB

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