ProgMgrInfoForm.designer.cs 73 KB

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