ProgMgrInfoForm.designer.cs 81 KB

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