UControl_Init.Designer.cs 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706
  1. namespace HOZProject
  2. {
  3. partial class UControl_Init
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UControl_Init));
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.pbClose = new System.Windows.Forms.PictureBox();
  32. this.tbCutHoleFilePath = new System.Windows.Forms.TextBox();
  33. this.txtWPTF = new System.Windows.Forms.TextBox();
  34. this.lblCutHoleCount = new System.Windows.Forms.Label();
  35. this.chkManul = new System.Windows.Forms.CheckBox();
  36. this.label6 = new System.Windows.Forms.Label();
  37. this.cbbWCS = new System.Windows.Forms.ComboBox();
  38. this.cbbWYP = new System.Windows.Forms.ComboBox();
  39. this.label50 = new System.Windows.Forms.Label();
  40. this.label54 = new System.Windows.Forms.Label();
  41. this.label46 = new System.Windows.Forms.Label();
  42. this.label42 = new System.Windows.Forms.Label();
  43. this.label38 = new System.Windows.Forms.Label();
  44. this.chkWIsP = new System.Windows.Forms.CheckBox();
  45. this.label48 = new System.Windows.Forms.Label();
  46. this.label56 = new System.Windows.Forms.Label();
  47. this.label59 = new System.Windows.Forms.Label();
  48. this.label61 = new System.Windows.Forms.Label();
  49. this.chkWPT = new System.Windows.Forms.CheckBox();
  50. this.txtWFIBF = new System.Windows.Forms.TextBox();
  51. this.chkWqxkc = new System.Windows.Forms.CheckBox();
  52. this.panel2 = new System.Windows.Forms.Panel();
  53. this.btnSaveDefalutPara = new System.Windows.Forms.Button();
  54. this.btnEditConfig = new System.Windows.Forms.Button();
  55. this.chkEDS = new System.Windows.Forms.CheckBox();
  56. this.cboXrayMode = new System.Windows.Forms.ComboBox();
  57. this.label28 = new System.Windows.Forms.Label();
  58. this.label29 = new System.Windows.Forms.Label();
  59. this.label30 = new System.Windows.Forms.Label();
  60. this.label4 = new System.Windows.Forms.Label();
  61. this.btnHandSavePoints = new System.Windows.Forms.Button();
  62. this.btnFIBTemplateFile = new System.Windows.Forms.Button();
  63. this.btnPTTemplateFile = new System.Windows.Forms.Button();
  64. this.btnCutHoleAuto = new System.Windows.Forms.Button();
  65. this.btnCutHoleFile = new System.Windows.Forms.Button();
  66. this.label2 = new System.Windows.Forms.Label();
  67. this.txtMag1 = new System.Windows.Forms.TextBox();
  68. this.txtMag2 = new System.Windows.Forms.TextBox();
  69. this.txtMag3 = new System.Windows.Forms.TextBox();
  70. this.txtMag4 = new System.Windows.Forms.TextBox();
  71. this.txtVot = new System.Windows.Forms.TextBox();
  72. this.txtIprobe = new System.Windows.Forms.TextBox();
  73. this.panel1.SuspendLayout();
  74. ((System.ComponentModel.ISupportInitialize)(this.pbClose)).BeginInit();
  75. this.panel2.SuspendLayout();
  76. this.SuspendLayout();
  77. //
  78. // label1
  79. //
  80. this.label1.AutoSize = true;
  81. this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  82. this.label1.ForeColor = System.Drawing.Color.Black;
  83. this.label1.Location = new System.Drawing.Point(15, 9);
  84. this.label1.Name = "label1";
  85. this.label1.Size = new System.Drawing.Size(84, 20);
  86. this.label1.TabIndex = 0;
  87. this.label1.Text = "初始化设置";
  88. //
  89. // panel1
  90. //
  91. this.panel1.BackColor = System.Drawing.Color.White;
  92. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  93. this.panel1.Controls.Add(this.pbClose);
  94. this.panel1.Controls.Add(this.label1);
  95. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  96. this.panel1.Location = new System.Drawing.Point(0, 0);
  97. this.panel1.Name = "panel1";
  98. this.panel1.Size = new System.Drawing.Size(767, 33);
  99. this.panel1.TabIndex = 3;
  100. //
  101. // pbClose
  102. //
  103. this.pbClose.BackColor = System.Drawing.Color.Transparent;
  104. this.pbClose.BackgroundImage = global::HOZProject.Properties.Resources.exit_2_;
  105. this.pbClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  106. this.pbClose.Cursor = System.Windows.Forms.Cursors.Hand;
  107. this.pbClose.Dock = System.Windows.Forms.DockStyle.Right;
  108. this.pbClose.Location = new System.Drawing.Point(733, 0);
  109. this.pbClose.Name = "pbClose";
  110. this.pbClose.Size = new System.Drawing.Size(32, 31);
  111. this.pbClose.TabIndex = 106;
  112. this.pbClose.TabStop = false;
  113. this.pbClose.Click += new System.EventHandler(this.btnClose_Click);
  114. this.pbClose.MouseEnter += new System.EventHandler(this.pbClose_MouseEnter);
  115. this.pbClose.MouseLeave += new System.EventHandler(this.pbClose_MouseLeave);
  116. //
  117. // tbCutHoleFilePath
  118. //
  119. this.tbCutHoleFilePath.Font = new System.Drawing.Font("宋体", 10F);
  120. this.tbCutHoleFilePath.Location = new System.Drawing.Point(174, 48);
  121. this.tbCutHoleFilePath.Name = "tbCutHoleFilePath";
  122. this.tbCutHoleFilePath.ReadOnly = true;
  123. this.tbCutHoleFilePath.Size = new System.Drawing.Size(347, 27);
  124. this.tbCutHoleFilePath.TabIndex = 5;
  125. //
  126. // txtWPTF
  127. //
  128. this.txtWPTF.Font = new System.Drawing.Font("宋体", 10F);
  129. this.txtWPTF.Location = new System.Drawing.Point(174, 99);
  130. this.txtWPTF.Name = "txtWPTF";
  131. this.txtWPTF.ReadOnly = true;
  132. this.txtWPTF.Size = new System.Drawing.Size(346, 27);
  133. this.txtWPTF.TabIndex = 7;
  134. //
  135. // lblCutHoleCount
  136. //
  137. this.lblCutHoleCount.AutoSize = true;
  138. this.lblCutHoleCount.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. this.lblCutHoleCount.ForeColor = System.Drawing.Color.Black;
  140. this.lblCutHoleCount.Location = new System.Drawing.Point(172, 78);
  141. this.lblCutHoleCount.Name = "lblCutHoleCount";
  142. this.lblCutHoleCount.Size = new System.Drawing.Size(138, 20);
  143. this.lblCutHoleCount.TabIndex = 8;
  144. this.lblCutHoleCount.Text = "成功导入0个分析点";
  145. //
  146. // chkManul
  147. //
  148. this.chkManul.AutoSize = true;
  149. this.chkManul.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  150. this.chkManul.ForeColor = System.Drawing.Color.Black;
  151. this.chkManul.Location = new System.Drawing.Point(647, 129);
  152. this.chkManul.Margin = new System.Windows.Forms.Padding(2);
  153. this.chkManul.Name = "chkManul";
  154. this.chkManul.Size = new System.Drawing.Size(100, 27);
  155. this.chkManul.TabIndex = 15;
  156. this.chkManul.Text = "手动对焦";
  157. this.chkManul.UseVisualStyleBackColor = true;
  158. this.chkManul.Visible = false;
  159. //
  160. // label6
  161. //
  162. this.label6.AutoSize = true;
  163. this.label6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  164. this.label6.ForeColor = System.Drawing.Color.Black;
  165. this.label6.Location = new System.Drawing.Point(88, 49);
  166. this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  167. this.label6.Name = "label6";
  168. this.label6.Size = new System.Drawing.Size(84, 20);
  169. this.label6.TabIndex = 17;
  170. this.label6.Text = "导入分析点";
  171. //
  172. // cbbWCS
  173. //
  174. this.cbbWCS.Font = new System.Drawing.Font("宋体", 10F);
  175. this.cbbWCS.ForeColor = System.Drawing.SystemColors.WindowText;
  176. this.cbbWCS.FormattingEnabled = true;
  177. this.cbbWCS.Location = new System.Drawing.Point(502, 185);
  178. this.cbbWCS.Margin = new System.Windows.Forms.Padding(2);
  179. this.cbbWCS.Name = "cbbWCS";
  180. this.cbbWCS.Size = new System.Drawing.Size(155, 25);
  181. this.cbbWCS.TabIndex = 93;
  182. //
  183. // cbbWYP
  184. //
  185. this.cbbWYP.Font = new System.Drawing.Font("宋体", 10F);
  186. this.cbbWYP.ForeColor = System.Drawing.SystemColors.WindowText;
  187. this.cbbWYP.FormattingEnabled = true;
  188. this.cbbWYP.Location = new System.Drawing.Point(174, 185);
  189. this.cbbWYP.Margin = new System.Windows.Forms.Padding(2);
  190. this.cbbWYP.Name = "cbbWYP";
  191. this.cbbWYP.Size = new System.Drawing.Size(155, 25);
  192. this.cbbWYP.TabIndex = 92;
  193. this.cbbWYP.SelectedIndexChanged += new System.EventHandler(this.cbbWYP_SelectedIndexChanged);
  194. //
  195. // label50
  196. //
  197. this.label50.AutoSize = true;
  198. this.label50.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  199. this.label50.ForeColor = System.Drawing.Color.Black;
  200. this.label50.Location = new System.Drawing.Point(80, 264);
  201. this.label50.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  202. this.label50.Name = "label50";
  203. this.label50.Size = new System.Drawing.Size(70, 20);
  204. this.label50.TabIndex = 90;
  205. this.label50.Text = "电流/mA";
  206. //
  207. // label54
  208. //
  209. this.label54.AutoSize = true;
  210. this.label54.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  211. this.label54.ForeColor = System.Drawing.Color.Black;
  212. this.label54.Location = new System.Drawing.Point(18, 390);
  213. this.label54.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  214. this.label54.Name = "label54";
  215. this.label54.Size = new System.Drawing.Size(159, 20);
  216. this.label54.TabIndex = 89;
  217. this.label54.Text = "第一次截面照放大倍数";
  218. //
  219. // label46
  220. //
  221. this.label46.AutoSize = true;
  222. this.label46.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  223. this.label46.ForeColor = System.Drawing.Color.Black;
  224. this.label46.Location = new System.Drawing.Point(80, 239);
  225. this.label46.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  226. this.label46.Name = "label46";
  227. this.label46.Size = new System.Drawing.Size(55, 20);
  228. this.label46.TabIndex = 88;
  229. this.label46.Text = "电压/V";
  230. //
  231. // label42
  232. //
  233. this.label42.AutoSize = true;
  234. this.label42.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  235. this.label42.ForeColor = System.Drawing.Color.Black;
  236. this.label42.Location = new System.Drawing.Point(18, 362);
  237. this.label42.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  238. this.label42.Name = "label42";
  239. this.label42.Size = new System.Drawing.Size(159, 20);
  240. this.label42.TabIndex = 87;
  241. this.label42.Text = "找到已切割孔放大倍数";
  242. //
  243. // label38
  244. //
  245. this.label38.AutoSize = true;
  246. this.label38.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  247. this.label38.ForeColor = System.Drawing.Color.Black;
  248. this.label38.Location = new System.Drawing.Point(48, 334);
  249. this.label38.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  250. this.label38.Name = "label38";
  251. this.label38.Size = new System.Drawing.Size(129, 20);
  252. this.label38.TabIndex = 86;
  253. this.label38.Text = "拉直操作放大倍数";
  254. //
  255. // chkWIsP
  256. //
  257. this.chkWIsP.AutoSize = true;
  258. this.chkWIsP.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  259. this.chkWIsP.ForeColor = System.Drawing.Color.Black;
  260. this.chkWIsP.Location = new System.Drawing.Point(90, 156);
  261. this.chkWIsP.Margin = new System.Windows.Forms.Padding(2);
  262. this.chkWIsP.Name = "chkWIsP";
  263. this.chkWIsP.Size = new System.Drawing.Size(83, 27);
  264. this.chkWIsP.TabIndex = 85;
  265. this.chkWIsP.Text = "仅拍照";
  266. this.chkWIsP.UseVisualStyleBackColor = true;
  267. this.chkWIsP.CheckedChanged += new System.EventHandler(this.chkWIsP_CheckedChanged);
  268. //
  269. // label48
  270. //
  271. this.label48.AutoSize = true;
  272. this.label48.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  273. this.label48.ForeColor = System.Drawing.Color.Black;
  274. this.label48.Location = new System.Drawing.Point(96, 189);
  275. this.label48.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  276. this.label48.Name = "label48";
  277. this.label48.Size = new System.Drawing.Size(69, 20);
  278. this.label48.TabIndex = 81;
  279. this.label48.Text = "样品类型";
  280. //
  281. // label56
  282. //
  283. this.label56.AutoSize = true;
  284. this.label56.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  285. this.label56.ForeColor = System.Drawing.Color.Black;
  286. this.label56.Location = new System.Drawing.Point(466, 189);
  287. this.label56.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  288. this.label56.Name = "label56";
  289. this.label56.Size = new System.Drawing.Size(39, 20);
  290. this.label56.TabIndex = 80;
  291. this.label56.Text = "厂商";
  292. //
  293. // label59
  294. //
  295. this.label59.AutoSize = true;
  296. this.label59.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  297. this.label59.ForeColor = System.Drawing.Color.Black;
  298. this.label59.Location = new System.Drawing.Point(82, 129);
  299. this.label59.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  300. this.label59.Name = "label59";
  301. this.label59.Size = new System.Drawing.Size(90, 20);
  302. this.label59.TabIndex = 79;
  303. this.label59.Text = "FIB文件名称";
  304. //
  305. // label61
  306. //
  307. this.label61.AutoSize = true;
  308. this.label61.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  309. this.label61.ForeColor = System.Drawing.Color.Black;
  310. this.label61.Location = new System.Drawing.Point(86, 100);
  311. this.label61.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  312. this.label61.Name = "label61";
  313. this.label61.Size = new System.Drawing.Size(87, 20);
  314. this.label61.TabIndex = 78;
  315. this.label61.Text = "PT文件名称";
  316. //
  317. // chkWPT
  318. //
  319. this.chkWPT.AutoSize = true;
  320. this.chkWPT.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  321. this.chkWPT.ForeColor = System.Drawing.Color.Black;
  322. this.chkWPT.Location = new System.Drawing.Point(502, 285);
  323. this.chkWPT.Margin = new System.Windows.Forms.Padding(2);
  324. this.chkWPT.Name = "chkWPT";
  325. this.chkWPT.Size = new System.Drawing.Size(86, 27);
  326. this.chkWPT.TabIndex = 77;
  327. this.chkWPT.Text = "使用PT";
  328. this.chkWPT.UseVisualStyleBackColor = true;
  329. this.chkWPT.CheckedChanged += new System.EventHandler(this.chkWPT_CheckedChanged);
  330. //
  331. // txtWFIBF
  332. //
  333. this.txtWFIBF.Font = new System.Drawing.Font("宋体", 10F);
  334. this.txtWFIBF.Location = new System.Drawing.Point(174, 128);
  335. this.txtWFIBF.Name = "txtWFIBF";
  336. this.txtWFIBF.ReadOnly = true;
  337. this.txtWFIBF.Size = new System.Drawing.Size(346, 27);
  338. this.txtWFIBF.TabIndex = 103;
  339. //
  340. // chkWqxkc
  341. //
  342. this.chkWqxkc.AutoSize = true;
  343. this.chkWqxkc.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  344. this.chkWqxkc.ForeColor = System.Drawing.Color.Black;
  345. this.chkWqxkc.Location = new System.Drawing.Point(310, 156);
  346. this.chkWqxkc.Name = "chkWqxkc";
  347. this.chkWqxkc.Size = new System.Drawing.Size(100, 27);
  348. this.chkWqxkc.TabIndex = 115;
  349. this.chkWqxkc.Text = "倾斜观测";
  350. this.chkWqxkc.UseVisualStyleBackColor = true;
  351. this.chkWqxkc.CheckedChanged += new System.EventHandler(this.chkWqxkc_CheckedChanged);
  352. //
  353. // panel2
  354. //
  355. this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  356. this.panel2.Controls.Add(this.btnSaveDefalutPara);
  357. this.panel2.Location = new System.Drawing.Point(3, 501);
  358. this.panel2.Name = "panel2";
  359. this.panel2.Size = new System.Drawing.Size(769, 49);
  360. this.panel2.TabIndex = 124;
  361. //
  362. // btnSaveDefalutPara
  363. //
  364. this.btnSaveDefalutPara.Cursor = System.Windows.Forms.Cursors.Hand;
  365. this.btnSaveDefalutPara.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  366. this.btnSaveDefalutPara.ForeColor = System.Drawing.Color.Black;
  367. this.btnSaveDefalutPara.Location = new System.Drawing.Point(293, 2);
  368. this.btnSaveDefalutPara.Margin = new System.Windows.Forms.Padding(2);
  369. this.btnSaveDefalutPara.Name = "btnSaveDefalutPara";
  370. this.btnSaveDefalutPara.Size = new System.Drawing.Size(129, 30);
  371. this.btnSaveDefalutPara.TabIndex = 120;
  372. this.btnSaveDefalutPara.Text = "保存";
  373. this.btnSaveDefalutPara.UseVisualStyleBackColor = true;
  374. this.btnSaveDefalutPara.Click += new System.EventHandler(this.btnSaveDefalutPara_Click);
  375. //
  376. // btnEditConfig
  377. //
  378. this.btnEditConfig.Cursor = System.Windows.Forms.Cursors.Hand;
  379. this.btnEditConfig.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  380. this.btnEditConfig.ForeColor = System.Drawing.Color.Black;
  381. this.btnEditConfig.Location = new System.Drawing.Point(329, 182);
  382. this.btnEditConfig.Margin = new System.Windows.Forms.Padding(2);
  383. this.btnEditConfig.Name = "btnEditConfig";
  384. this.btnEditConfig.Size = new System.Drawing.Size(42, 30);
  385. this.btnEditConfig.TabIndex = 119;
  386. this.btnEditConfig.Text = "...";
  387. this.btnEditConfig.UseVisualStyleBackColor = true;
  388. this.btnEditConfig.Click += new System.EventHandler(this.btnEditConfig_Click);
  389. //
  390. // chkEDS
  391. //
  392. this.chkEDS.AutoSize = true;
  393. this.chkEDS.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  394. this.chkEDS.ForeColor = System.Drawing.Color.Black;
  395. this.chkEDS.Location = new System.Drawing.Point(431, 156);
  396. this.chkEDS.Margin = new System.Windows.Forms.Padding(2);
  397. this.chkEDS.Name = "chkEDS";
  398. this.chkEDS.Size = new System.Drawing.Size(100, 27);
  399. this.chkEDS.TabIndex = 138;
  400. this.chkEDS.Text = "能谱测量";
  401. this.chkEDS.UseVisualStyleBackColor = true;
  402. //
  403. // cboXrayMode
  404. //
  405. this.cboXrayMode.Font = new System.Drawing.Font("宋体", 10F);
  406. this.cboXrayMode.ForeColor = System.Drawing.SystemColors.WindowText;
  407. this.cboXrayMode.FormattingEnabled = true;
  408. this.cboXrayMode.Items.AddRange(new object[] {
  409. "0",
  410. "1",
  411. "2"});
  412. this.cboXrayMode.Location = new System.Drawing.Point(502, 234);
  413. this.cboXrayMode.Margin = new System.Windows.Forms.Padding(2);
  414. this.cboXrayMode.Name = "cboXrayMode";
  415. this.cboXrayMode.Size = new System.Drawing.Size(155, 25);
  416. this.cboXrayMode.TabIndex = 148;
  417. //
  418. // label28
  419. //
  420. this.label28.AutoSize = true;
  421. this.label28.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  422. this.label28.ForeColor = System.Drawing.Color.Black;
  423. this.label28.Location = new System.Drawing.Point(413, 234);
  424. this.label28.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  425. this.label28.Name = "label28";
  426. this.label28.Size = new System.Drawing.Size(85, 20);
  427. this.label28.TabIndex = 142;
  428. this.label28.Text = "XrayMode";
  429. //
  430. // label29
  431. //
  432. this.label29.AutoSize = true;
  433. this.label29.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  434. this.label29.ForeColor = System.Drawing.Color.Black;
  435. this.label29.Location = new System.Drawing.Point(666, 240);
  436. this.label29.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  437. this.label29.Name = "label29";
  438. this.label29.Size = new System.Drawing.Size(103, 20);
  439. this.label29.TabIndex = 142;
  440. this.label29.Text = "0:Point 1:line";
  441. //
  442. // label30
  443. //
  444. this.label30.AutoSize = true;
  445. this.label30.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  446. this.label30.ForeColor = System.Drawing.Color.Black;
  447. this.label30.Location = new System.Drawing.Point(666, 265);
  448. this.label30.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  449. this.label30.Name = "label30";
  450. this.label30.Size = new System.Drawing.Size(53, 20);
  451. this.label30.TabIndex = 142;
  452. this.label30.Text = "2:area";
  453. //
  454. // label4
  455. //
  456. this.label4.AutoSize = true;
  457. this.label4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  458. this.label4.ForeColor = System.Drawing.Color.Black;
  459. this.label4.Location = new System.Drawing.Point(375, 186);
  460. this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  461. this.label4.Name = "label4";
  462. this.label4.Size = new System.Drawing.Size(69, 20);
  463. this.label4.TabIndex = 80;
  464. this.label4.Text = "样品类名";
  465. //
  466. // btnHandSavePoints
  467. //
  468. this.btnHandSavePoints.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  469. this.btnHandSavePoints.Image = global::HOZProject.Properties.Resources.BatchImport;
  470. this.btnHandSavePoints.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  471. this.btnHandSavePoints.Location = new System.Drawing.Point(527, 72);
  472. this.btnHandSavePoints.Name = "btnHandSavePoints";
  473. this.btnHandSavePoints.Size = new System.Drawing.Size(103, 25);
  474. this.btnHandSavePoints.TabIndex = 137;
  475. this.btnHandSavePoints.Text = "手动添加点";
  476. this.btnHandSavePoints.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  477. this.btnHandSavePoints.UseVisualStyleBackColor = true;
  478. this.btnHandSavePoints.Click += new System.EventHandler(this.btnHandSavePoints_Click);
  479. //
  480. // btnFIBTemplateFile
  481. //
  482. this.btnFIBTemplateFile.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  483. this.btnFIBTemplateFile.Image = ((System.Drawing.Image)(resources.GetObject("btnFIBTemplateFile.Image")));
  484. this.btnFIBTemplateFile.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  485. this.btnFIBTemplateFile.Location = new System.Drawing.Point(526, 126);
  486. this.btnFIBTemplateFile.Name = "btnFIBTemplateFile";
  487. this.btnFIBTemplateFile.Size = new System.Drawing.Size(89, 25);
  488. this.btnFIBTemplateFile.TabIndex = 123;
  489. this.btnFIBTemplateFile.Text = "导入模板";
  490. this.btnFIBTemplateFile.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  491. this.btnFIBTemplateFile.UseVisualStyleBackColor = true;
  492. this.btnFIBTemplateFile.Click += new System.EventHandler(this.btnFIBTemplateFile_Click);
  493. //
  494. // btnPTTemplateFile
  495. //
  496. this.btnPTTemplateFile.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  497. this.btnPTTemplateFile.Image = ((System.Drawing.Image)(resources.GetObject("btnPTTemplateFile.Image")));
  498. this.btnPTTemplateFile.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  499. this.btnPTTemplateFile.Location = new System.Drawing.Point(526, 97);
  500. this.btnPTTemplateFile.Name = "btnPTTemplateFile";
  501. this.btnPTTemplateFile.Size = new System.Drawing.Size(89, 25);
  502. this.btnPTTemplateFile.TabIndex = 122;
  503. this.btnPTTemplateFile.Text = "导入模板";
  504. this.btnPTTemplateFile.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  505. this.btnPTTemplateFile.UseVisualStyleBackColor = true;
  506. this.btnPTTemplateFile.Click += new System.EventHandler(this.btnPTTemplateFile_Click);
  507. //
  508. // btnCutHoleAuto
  509. //
  510. this.btnCutHoleAuto.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  511. this.btnCutHoleAuto.Image = global::HOZProject.Properties.Resources.HomePageImport;
  512. this.btnCutHoleAuto.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  513. this.btnCutHoleAuto.Location = new System.Drawing.Point(635, 46);
  514. this.btnCutHoleAuto.Name = "btnCutHoleAuto";
  515. this.btnCutHoleAuto.Size = new System.Drawing.Size(103, 25);
  516. this.btnCutHoleAuto.TabIndex = 121;
  517. this.btnCutHoleAuto.Text = "单个测试点";
  518. this.btnCutHoleAuto.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  519. this.btnCutHoleAuto.UseVisualStyleBackColor = true;
  520. this.btnCutHoleAuto.Click += new System.EventHandler(this.btnCutHoleAuto_Click);
  521. //
  522. // btnCutHoleFile
  523. //
  524. this.btnCutHoleFile.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  525. this.btnCutHoleFile.Image = global::HOZProject.Properties.Resources.BatchImport;
  526. this.btnCutHoleFile.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  527. this.btnCutHoleFile.Location = new System.Drawing.Point(527, 46);
  528. this.btnCutHoleFile.Name = "btnCutHoleFile";
  529. this.btnCutHoleFile.Size = new System.Drawing.Size(103, 25);
  530. this.btnCutHoleFile.TabIndex = 120;
  531. this.btnCutHoleFile.Text = "多个测试点";
  532. this.btnCutHoleFile.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  533. this.btnCutHoleFile.UseVisualStyleBackColor = true;
  534. this.btnCutHoleFile.Click += new System.EventHandler(this.btnCutHoleFile_Click);
  535. //
  536. // label2
  537. //
  538. this.label2.AutoSize = true;
  539. this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  540. this.label2.ForeColor = System.Drawing.Color.Black;
  541. this.label2.Location = new System.Drawing.Point(48, 309);
  542. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  543. this.label2.Name = "label2";
  544. this.label2.Size = new System.Drawing.Size(129, 20);
  545. this.label2.TabIndex = 86;
  546. this.label2.Text = "恢复位置放大倍数";
  547. //
  548. // txtMag1
  549. //
  550. this.txtMag1.Location = new System.Drawing.Point(174, 302);
  551. this.txtMag1.Name = "txtMag1";
  552. this.txtMag1.ReadOnly = true;
  553. this.txtMag1.Size = new System.Drawing.Size(155, 27);
  554. this.txtMag1.TabIndex = 149;
  555. //
  556. // txtMag2
  557. //
  558. this.txtMag2.Location = new System.Drawing.Point(174, 331);
  559. this.txtMag2.Name = "txtMag2";
  560. this.txtMag2.ReadOnly = true;
  561. this.txtMag2.Size = new System.Drawing.Size(155, 27);
  562. this.txtMag2.TabIndex = 149;
  563. //
  564. // txtMag3
  565. //
  566. this.txtMag3.Location = new System.Drawing.Point(174, 360);
  567. this.txtMag3.Name = "txtMag3";
  568. this.txtMag3.ReadOnly = true;
  569. this.txtMag3.Size = new System.Drawing.Size(155, 27);
  570. this.txtMag3.TabIndex = 149;
  571. //
  572. // txtMag4
  573. //
  574. this.txtMag4.Location = new System.Drawing.Point(174, 389);
  575. this.txtMag4.Name = "txtMag4";
  576. this.txtMag4.ReadOnly = true;
  577. this.txtMag4.Size = new System.Drawing.Size(155, 27);
  578. this.txtMag4.TabIndex = 149;
  579. //
  580. // txtVot
  581. //
  582. this.txtVot.Location = new System.Drawing.Point(174, 234);
  583. this.txtVot.Name = "txtVot";
  584. this.txtVot.ReadOnly = true;
  585. this.txtVot.Size = new System.Drawing.Size(155, 27);
  586. this.txtVot.TabIndex = 149;
  587. //
  588. // txtIprobe
  589. //
  590. this.txtIprobe.Location = new System.Drawing.Point(174, 265);
  591. this.txtIprobe.Name = "txtIprobe";
  592. this.txtIprobe.ReadOnly = true;
  593. this.txtIprobe.Size = new System.Drawing.Size(155, 27);
  594. this.txtIprobe.TabIndex = 149;
  595. //
  596. // UControl_Init
  597. //
  598. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 17F);
  599. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  600. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
  601. this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  602. this.Controls.Add(this.txtMag4);
  603. this.Controls.Add(this.txtMag3);
  604. this.Controls.Add(this.txtMag2);
  605. this.Controls.Add(this.txtVot);
  606. this.Controls.Add(this.txtIprobe);
  607. this.Controls.Add(this.txtMag1);
  608. this.Controls.Add(this.btnEditConfig);
  609. this.Controls.Add(this.cboXrayMode);
  610. this.Controls.Add(this.label30);
  611. this.Controls.Add(this.label29);
  612. this.Controls.Add(this.label28);
  613. this.Controls.Add(this.chkEDS);
  614. this.Controls.Add(this.btnHandSavePoints);
  615. this.Controls.Add(this.panel2);
  616. this.Controls.Add(this.btnFIBTemplateFile);
  617. this.Controls.Add(this.btnPTTemplateFile);
  618. this.Controls.Add(this.btnCutHoleAuto);
  619. this.Controls.Add(this.btnCutHoleFile);
  620. this.Controls.Add(this.chkWqxkc);
  621. this.Controls.Add(this.label50);
  622. this.Controls.Add(this.txtWFIBF);
  623. this.Controls.Add(this.cbbWCS);
  624. this.Controls.Add(this.cbbWYP);
  625. this.Controls.Add(this.label54);
  626. this.Controls.Add(this.label46);
  627. this.Controls.Add(this.label2);
  628. this.Controls.Add(this.label42);
  629. this.Controls.Add(this.label38);
  630. this.Controls.Add(this.chkWIsP);
  631. this.Controls.Add(this.label48);
  632. this.Controls.Add(this.label4);
  633. this.Controls.Add(this.label56);
  634. this.Controls.Add(this.label59);
  635. this.Controls.Add(this.label61);
  636. this.Controls.Add(this.chkWPT);
  637. this.Controls.Add(this.label6);
  638. this.Controls.Add(this.chkManul);
  639. this.Controls.Add(this.lblCutHoleCount);
  640. this.Controls.Add(this.txtWPTF);
  641. this.Controls.Add(this.tbCutHoleFilePath);
  642. this.Controls.Add(this.panel1);
  643. this.Font = new System.Drawing.Font("宋体", 10F);
  644. this.ForeColor = System.Drawing.SystemColors.WindowText;
  645. this.Name = "UControl_Init";
  646. this.Size = new System.Drawing.Size(767, 549);
  647. this.Load += new System.EventHandler(this.UControl_Init_Load);
  648. this.panel1.ResumeLayout(false);
  649. this.panel1.PerformLayout();
  650. ((System.ComponentModel.ISupportInitialize)(this.pbClose)).EndInit();
  651. this.panel2.ResumeLayout(false);
  652. this.ResumeLayout(false);
  653. this.PerformLayout();
  654. }
  655. #endregion
  656. private System.Windows.Forms.Label label1;
  657. private System.Windows.Forms.Panel panel1;
  658. private System.Windows.Forms.TextBox tbCutHoleFilePath;
  659. private System.Windows.Forms.Label lblCutHoleCount;
  660. private System.Windows.Forms.CheckBox chkManul;
  661. private System.Windows.Forms.Label label6;
  662. private System.Windows.Forms.ComboBox cbbWCS;
  663. private System.Windows.Forms.ComboBox cbbWYP;
  664. private System.Windows.Forms.Label label50;
  665. private System.Windows.Forms.Label label54;
  666. private System.Windows.Forms.Label label46;
  667. private System.Windows.Forms.Label label42;
  668. private System.Windows.Forms.Label label38;
  669. private System.Windows.Forms.CheckBox chkWIsP;
  670. private System.Windows.Forms.TextBox txtWPTF;
  671. private System.Windows.Forms.Label label48;
  672. private System.Windows.Forms.Label label56;
  673. private System.Windows.Forms.Label label59;
  674. private System.Windows.Forms.Label label61;
  675. private System.Windows.Forms.CheckBox chkWPT;
  676. private System.Windows.Forms.TextBox txtWFIBF;
  677. private System.Windows.Forms.PictureBox pbClose;
  678. private System.Windows.Forms.CheckBox chkWqxkc;
  679. private System.Windows.Forms.Button btnCutHoleFile;
  680. private System.Windows.Forms.Button btnCutHoleAuto;
  681. private System.Windows.Forms.Button btnPTTemplateFile;
  682. private System.Windows.Forms.Button btnFIBTemplateFile;
  683. private System.Windows.Forms.Panel panel2;
  684. private System.Windows.Forms.Button btnSaveDefalutPara;
  685. private System.Windows.Forms.Button btnEditConfig;
  686. private System.Windows.Forms.Button btnHandSavePoints;
  687. private System.Windows.Forms.CheckBox chkEDS;
  688. private System.Windows.Forms.ComboBox cboXrayMode;
  689. private System.Windows.Forms.Label label28;
  690. private System.Windows.Forms.Label label29;
  691. private System.Windows.Forms.Label label30;
  692. private System.Windows.Forms.Label label4;
  693. private System.Windows.Forms.Label label2;
  694. private System.Windows.Forms.TextBox txtMag1;
  695. private System.Windows.Forms.TextBox txtMag2;
  696. private System.Windows.Forms.TextBox txtMag3;
  697. private System.Windows.Forms.TextBox txtMag4;
  698. private System.Windows.Forms.TextBox txtVot;
  699. private System.Windows.Forms.TextBox txtIprobe;
  700. }
  701. }