UControl_Init.Designer.cs 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819
  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.btnHandSavePoints = new System.Windows.Forms.Button();
  61. this.btnFIBTemplateFile = new System.Windows.Forms.Button();
  62. this.btnPTTemplateFile = new System.Windows.Forms.Button();
  63. this.btnCutHoleAuto = new System.Windows.Forms.Button();
  64. this.btnCutHoleFile = new System.Windows.Forms.Button();
  65. this.label2 = new System.Windows.Forms.Label();
  66. this.txtMag1 = new System.Windows.Forms.TextBox();
  67. this.txtMag2 = new System.Windows.Forms.TextBox();
  68. this.txtMag3 = new System.Windows.Forms.TextBox();
  69. this.txtMag4 = new System.Windows.Forms.TextBox();
  70. this.txtVot = new System.Windows.Forms.TextBox();
  71. this.txtIprobe = new System.Windows.Forms.TextBox();
  72. this.label3 = new System.Windows.Forms.Label();
  73. this.label5 = new System.Windows.Forms.Label();
  74. this.txtScanRotCur = new System.Windows.Forms.TextBox();
  75. this.txtYPSCur = new System.Windows.Forms.TextBox();
  76. this.txtEDSZ = new System.Windows.Forms.TextBox();
  77. this.txtEDSV = new System.Windows.Forms.TextBox();
  78. this.txtEDSA = new System.Windows.Forms.TextBox();
  79. this.label4 = new System.Windows.Forms.Label();
  80. this.label7 = new System.Windows.Forms.Label();
  81. this.label8 = new System.Windows.Forms.Label();
  82. this.panel1.SuspendLayout();
  83. ((System.ComponentModel.ISupportInitialize)(this.pbClose)).BeginInit();
  84. this.panel2.SuspendLayout();
  85. this.SuspendLayout();
  86. //
  87. // label1
  88. //
  89. this.label1.AutoSize = true;
  90. this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  91. this.label1.ForeColor = System.Drawing.Color.Black;
  92. this.label1.Location = new System.Drawing.Point(15, 9);
  93. this.label1.Name = "label1";
  94. this.label1.Size = new System.Drawing.Size(68, 17);
  95. this.label1.TabIndex = 0;
  96. this.label1.Text = "初始化设置";
  97. //
  98. // panel1
  99. //
  100. this.panel1.BackColor = System.Drawing.Color.White;
  101. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  102. this.panel1.Controls.Add(this.pbClose);
  103. this.panel1.Controls.Add(this.label1);
  104. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  105. this.panel1.Location = new System.Drawing.Point(0, 0);
  106. this.panel1.Name = "panel1";
  107. this.panel1.Size = new System.Drawing.Size(767, 33);
  108. this.panel1.TabIndex = 3;
  109. //
  110. // pbClose
  111. //
  112. this.pbClose.BackColor = System.Drawing.Color.Transparent;
  113. this.pbClose.BackgroundImage = global::HOZProject.Properties.Resources.exit_2_;
  114. this.pbClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  115. this.pbClose.Cursor = System.Windows.Forms.Cursors.Hand;
  116. this.pbClose.Dock = System.Windows.Forms.DockStyle.Right;
  117. this.pbClose.Location = new System.Drawing.Point(733, 0);
  118. this.pbClose.Name = "pbClose";
  119. this.pbClose.Size = new System.Drawing.Size(32, 31);
  120. this.pbClose.TabIndex = 106;
  121. this.pbClose.TabStop = false;
  122. this.pbClose.Click += new System.EventHandler(this.btnClose_Click);
  123. this.pbClose.MouseEnter += new System.EventHandler(this.pbClose_MouseEnter);
  124. this.pbClose.MouseLeave += new System.EventHandler(this.pbClose_MouseLeave);
  125. //
  126. // tbCutHoleFilePath
  127. //
  128. this.tbCutHoleFilePath.Font = new System.Drawing.Font("宋体", 10F);
  129. this.tbCutHoleFilePath.Location = new System.Drawing.Point(174, 48);
  130. this.tbCutHoleFilePath.Name = "tbCutHoleFilePath";
  131. this.tbCutHoleFilePath.ReadOnly = true;
  132. this.tbCutHoleFilePath.Size = new System.Drawing.Size(347, 23);
  133. this.tbCutHoleFilePath.TabIndex = 5;
  134. //
  135. // txtWPTF
  136. //
  137. this.txtWPTF.Font = new System.Drawing.Font("宋体", 10F);
  138. this.txtWPTF.Location = new System.Drawing.Point(174, 99);
  139. this.txtWPTF.Name = "txtWPTF";
  140. this.txtWPTF.ReadOnly = true;
  141. this.txtWPTF.Size = new System.Drawing.Size(346, 23);
  142. this.txtWPTF.TabIndex = 7;
  143. //
  144. // lblCutHoleCount
  145. //
  146. this.lblCutHoleCount.AutoSize = true;
  147. this.lblCutHoleCount.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  148. this.lblCutHoleCount.ForeColor = System.Drawing.Color.Black;
  149. this.lblCutHoleCount.Location = new System.Drawing.Point(172, 78);
  150. this.lblCutHoleCount.Name = "lblCutHoleCount";
  151. this.lblCutHoleCount.Size = new System.Drawing.Size(111, 17);
  152. this.lblCutHoleCount.TabIndex = 8;
  153. this.lblCutHoleCount.Text = "成功导入0个分析点";
  154. //
  155. // chkManul
  156. //
  157. this.chkManul.AutoSize = true;
  158. this.chkManul.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. this.chkManul.ForeColor = System.Drawing.Color.Black;
  160. this.chkManul.Location = new System.Drawing.Point(647, 129);
  161. this.chkManul.Margin = new System.Windows.Forms.Padding(2);
  162. this.chkManul.Name = "chkManul";
  163. this.chkManul.Size = new System.Drawing.Size(80, 23);
  164. this.chkManul.TabIndex = 15;
  165. this.chkManul.Text = "手动对焦";
  166. this.chkManul.UseVisualStyleBackColor = true;
  167. this.chkManul.Visible = false;
  168. //
  169. // label6
  170. //
  171. this.label6.AutoSize = true;
  172. this.label6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  173. this.label6.ForeColor = System.Drawing.Color.Black;
  174. this.label6.Location = new System.Drawing.Point(88, 49);
  175. this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  176. this.label6.Name = "label6";
  177. this.label6.Size = new System.Drawing.Size(68, 17);
  178. this.label6.TabIndex = 17;
  179. this.label6.Text = "导入分析点";
  180. //
  181. // cbbWCS
  182. //
  183. this.cbbWCS.Font = new System.Drawing.Font("宋体", 10F);
  184. this.cbbWCS.ForeColor = System.Drawing.SystemColors.WindowText;
  185. this.cbbWCS.FormattingEnabled = true;
  186. this.cbbWCS.Location = new System.Drawing.Point(497, 190);
  187. this.cbbWCS.Margin = new System.Windows.Forms.Padding(2);
  188. this.cbbWCS.Name = "cbbWCS";
  189. this.cbbWCS.Size = new System.Drawing.Size(155, 21);
  190. this.cbbWCS.TabIndex = 93;
  191. //
  192. // cbbWYP
  193. //
  194. this.cbbWYP.Font = new System.Drawing.Font("宋体", 10F);
  195. this.cbbWYP.ForeColor = System.Drawing.SystemColors.WindowText;
  196. this.cbbWYP.FormattingEnabled = true;
  197. this.cbbWYP.Location = new System.Drawing.Point(174, 185);
  198. this.cbbWYP.Margin = new System.Windows.Forms.Padding(2);
  199. this.cbbWYP.Name = "cbbWYP";
  200. this.cbbWYP.Size = new System.Drawing.Size(155, 21);
  201. this.cbbWYP.TabIndex = 92;
  202. this.cbbWYP.SelectedIndexChanged += new System.EventHandler(this.cbbWYP_SelectedIndexChanged);
  203. //
  204. // label50
  205. //
  206. this.label50.AutoSize = true;
  207. this.label50.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  208. this.label50.ForeColor = System.Drawing.Color.Black;
  209. this.label50.Location = new System.Drawing.Point(80, 264);
  210. this.label50.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  211. this.label50.Name = "label50";
  212. this.label50.Size = new System.Drawing.Size(56, 17);
  213. this.label50.TabIndex = 90;
  214. this.label50.Text = "电流/mA";
  215. //
  216. // label54
  217. //
  218. this.label54.AutoSize = true;
  219. this.label54.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  220. this.label54.ForeColor = System.Drawing.Color.Black;
  221. this.label54.Location = new System.Drawing.Point(18, 390);
  222. this.label54.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  223. this.label54.Name = "label54";
  224. this.label54.Size = new System.Drawing.Size(128, 17);
  225. this.label54.TabIndex = 89;
  226. this.label54.Text = "第一次截面照放大倍数";
  227. //
  228. // label46
  229. //
  230. this.label46.AutoSize = true;
  231. this.label46.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  232. this.label46.ForeColor = System.Drawing.Color.Black;
  233. this.label46.Location = new System.Drawing.Point(80, 239);
  234. this.label46.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  235. this.label46.Name = "label46";
  236. this.label46.Size = new System.Drawing.Size(45, 17);
  237. this.label46.TabIndex = 88;
  238. this.label46.Text = "电压/V";
  239. //
  240. // label42
  241. //
  242. this.label42.AutoSize = true;
  243. this.label42.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  244. this.label42.ForeColor = System.Drawing.Color.Black;
  245. this.label42.Location = new System.Drawing.Point(18, 362);
  246. this.label42.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  247. this.label42.Name = "label42";
  248. this.label42.Size = new System.Drawing.Size(128, 17);
  249. this.label42.TabIndex = 87;
  250. this.label42.Text = "找到已切割孔放大倍数";
  251. //
  252. // label38
  253. //
  254. this.label38.AutoSize = true;
  255. this.label38.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  256. this.label38.ForeColor = System.Drawing.Color.Black;
  257. this.label38.Location = new System.Drawing.Point(48, 334);
  258. this.label38.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  259. this.label38.Name = "label38";
  260. this.label38.Size = new System.Drawing.Size(104, 17);
  261. this.label38.TabIndex = 86;
  262. this.label38.Text = "拉直操作放大倍数";
  263. //
  264. // chkWIsP
  265. //
  266. this.chkWIsP.AutoSize = true;
  267. this.chkWIsP.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  268. this.chkWIsP.ForeColor = System.Drawing.Color.Black;
  269. this.chkWIsP.Location = new System.Drawing.Point(85, 156);
  270. this.chkWIsP.Margin = new System.Windows.Forms.Padding(2);
  271. this.chkWIsP.Name = "chkWIsP";
  272. this.chkWIsP.Size = new System.Drawing.Size(176, 23);
  273. this.chkWIsP.TabIndex = 85;
  274. this.chkWIsP.Text = "仅SEM拍照(倾斜角度为0)";
  275. this.chkWIsP.UseVisualStyleBackColor = true;
  276. this.chkWIsP.CheckedChanged += new System.EventHandler(this.chkWIsP_CheckedChanged);
  277. //
  278. // label48
  279. //
  280. this.label48.AutoSize = true;
  281. this.label48.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  282. this.label48.ForeColor = System.Drawing.Color.Black;
  283. this.label48.Location = new System.Drawing.Point(96, 189);
  284. this.label48.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  285. this.label48.Name = "label48";
  286. this.label48.Size = new System.Drawing.Size(56, 17);
  287. this.label48.TabIndex = 81;
  288. this.label48.Text = "样品类型";
  289. //
  290. // label56
  291. //
  292. this.label56.AutoSize = true;
  293. this.label56.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  294. this.label56.ForeColor = System.Drawing.Color.Black;
  295. this.label56.Location = new System.Drawing.Point(455, 190);
  296. this.label56.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  297. this.label56.Name = "label56";
  298. this.label56.Size = new System.Drawing.Size(32, 17);
  299. this.label56.TabIndex = 80;
  300. this.label56.Text = "厂商";
  301. //
  302. // label59
  303. //
  304. this.label59.AutoSize = true;
  305. this.label59.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  306. this.label59.ForeColor = System.Drawing.Color.Black;
  307. this.label59.Location = new System.Drawing.Point(82, 129);
  308. this.label59.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  309. this.label59.Name = "label59";
  310. this.label59.Size = new System.Drawing.Size(74, 17);
  311. this.label59.TabIndex = 79;
  312. this.label59.Text = "FIB文件名称";
  313. //
  314. // label61
  315. //
  316. this.label61.AutoSize = true;
  317. this.label61.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  318. this.label61.ForeColor = System.Drawing.Color.Black;
  319. this.label61.Location = new System.Drawing.Point(86, 100);
  320. this.label61.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  321. this.label61.Name = "label61";
  322. this.label61.Size = new System.Drawing.Size(70, 17);
  323. this.label61.TabIndex = 78;
  324. this.label61.Text = "PT文件名称";
  325. //
  326. // chkWPT
  327. //
  328. this.chkWPT.AutoSize = true;
  329. this.chkWPT.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  330. this.chkWPT.ForeColor = System.Drawing.Color.Black;
  331. this.chkWPT.Location = new System.Drawing.Point(335, 156);
  332. this.chkWPT.Margin = new System.Windows.Forms.Padding(2);
  333. this.chkWPT.Name = "chkWPT";
  334. this.chkWPT.Size = new System.Drawing.Size(69, 23);
  335. this.chkWPT.TabIndex = 77;
  336. this.chkWPT.Text = "使用PT";
  337. this.chkWPT.UseVisualStyleBackColor = true;
  338. this.chkWPT.CheckedChanged += new System.EventHandler(this.chkWPT_CheckedChanged);
  339. //
  340. // txtWFIBF
  341. //
  342. this.txtWFIBF.Font = new System.Drawing.Font("宋体", 10F);
  343. this.txtWFIBF.Location = new System.Drawing.Point(174, 128);
  344. this.txtWFIBF.Name = "txtWFIBF";
  345. this.txtWFIBF.ReadOnly = true;
  346. this.txtWFIBF.Size = new System.Drawing.Size(346, 23);
  347. this.txtWFIBF.TabIndex = 103;
  348. //
  349. // chkWqxkc
  350. //
  351. this.chkWqxkc.AutoSize = true;
  352. this.chkWqxkc.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  353. this.chkWqxkc.ForeColor = System.Drawing.Color.Black;
  354. this.chkWqxkc.Location = new System.Drawing.Point(635, 162);
  355. this.chkWqxkc.Name = "chkWqxkc";
  356. this.chkWqxkc.Size = new System.Drawing.Size(80, 23);
  357. this.chkWqxkc.TabIndex = 115;
  358. this.chkWqxkc.Text = "倾斜观测";
  359. this.chkWqxkc.UseVisualStyleBackColor = true;
  360. this.chkWqxkc.Visible = false;
  361. this.chkWqxkc.CheckedChanged += new System.EventHandler(this.chkWqxkc_CheckedChanged);
  362. //
  363. // panel2
  364. //
  365. this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  366. this.panel2.Controls.Add(this.btnSaveDefalutPara);
  367. this.panel2.Location = new System.Drawing.Point(3, 501);
  368. this.panel2.Name = "panel2";
  369. this.panel2.Size = new System.Drawing.Size(769, 49);
  370. this.panel2.TabIndex = 124;
  371. //
  372. // btnSaveDefalutPara
  373. //
  374. this.btnSaveDefalutPara.Cursor = System.Windows.Forms.Cursors.Hand;
  375. this.btnSaveDefalutPara.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  376. this.btnSaveDefalutPara.ForeColor = System.Drawing.Color.Black;
  377. this.btnSaveDefalutPara.Location = new System.Drawing.Point(293, 2);
  378. this.btnSaveDefalutPara.Margin = new System.Windows.Forms.Padding(2);
  379. this.btnSaveDefalutPara.Name = "btnSaveDefalutPara";
  380. this.btnSaveDefalutPara.Size = new System.Drawing.Size(129, 30);
  381. this.btnSaveDefalutPara.TabIndex = 120;
  382. this.btnSaveDefalutPara.Text = "保存";
  383. this.btnSaveDefalutPara.UseVisualStyleBackColor = true;
  384. this.btnSaveDefalutPara.Click += new System.EventHandler(this.btnSaveDefalutPara_Click);
  385. //
  386. // btnEditConfig
  387. //
  388. this.btnEditConfig.Cursor = System.Windows.Forms.Cursors.Hand;
  389. this.btnEditConfig.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  390. this.btnEditConfig.ForeColor = System.Drawing.Color.Black;
  391. this.btnEditConfig.Location = new System.Drawing.Point(329, 182);
  392. this.btnEditConfig.Margin = new System.Windows.Forms.Padding(2);
  393. this.btnEditConfig.Name = "btnEditConfig";
  394. this.btnEditConfig.Size = new System.Drawing.Size(42, 30);
  395. this.btnEditConfig.TabIndex = 119;
  396. this.btnEditConfig.Text = "...";
  397. this.btnEditConfig.UseVisualStyleBackColor = true;
  398. this.btnEditConfig.Click += new System.EventHandler(this.btnEditConfig_Click);
  399. //
  400. // chkEDS
  401. //
  402. this.chkEDS.AutoSize = true;
  403. this.chkEDS.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  404. this.chkEDS.ForeColor = System.Drawing.Color.Black;
  405. this.chkEDS.Location = new System.Drawing.Point(478, 156);
  406. this.chkEDS.Margin = new System.Windows.Forms.Padding(2);
  407. this.chkEDS.Name = "chkEDS";
  408. this.chkEDS.Size = new System.Drawing.Size(80, 23);
  409. this.chkEDS.TabIndex = 138;
  410. this.chkEDS.Text = "能谱测量";
  411. this.chkEDS.UseVisualStyleBackColor = true;
  412. //
  413. // cboXrayMode
  414. //
  415. this.cboXrayMode.Font = new System.Drawing.Font("宋体", 10F);
  416. this.cboXrayMode.ForeColor = System.Drawing.SystemColors.WindowText;
  417. this.cboXrayMode.FormattingEnabled = true;
  418. this.cboXrayMode.Items.AddRange(new object[] {
  419. "0",
  420. "1",
  421. "2"});
  422. this.cboXrayMode.Location = new System.Drawing.Point(496, 420);
  423. this.cboXrayMode.Margin = new System.Windows.Forms.Padding(2);
  424. this.cboXrayMode.Name = "cboXrayMode";
  425. this.cboXrayMode.Size = new System.Drawing.Size(155, 21);
  426. this.cboXrayMode.TabIndex = 148;
  427. //
  428. // label28
  429. //
  430. this.label28.AutoSize = true;
  431. this.label28.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  432. this.label28.ForeColor = System.Drawing.Color.Black;
  433. this.label28.Location = new System.Drawing.Point(406, 425);
  434. this.label28.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  435. this.label28.Name = "label28";
  436. this.label28.Size = new System.Drawing.Size(69, 17);
  437. this.label28.TabIndex = 142;
  438. this.label28.Text = "XrayMode";
  439. //
  440. // label29
  441. //
  442. this.label29.AutoSize = true;
  443. this.label29.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  444. this.label29.ForeColor = System.Drawing.Color.Black;
  445. this.label29.Location = new System.Drawing.Point(659, 431);
  446. this.label29.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  447. this.label29.Name = "label29";
  448. this.label29.Size = new System.Drawing.Size(81, 17);
  449. this.label29.TabIndex = 142;
  450. this.label29.Text = "0:Point 1:line";
  451. //
  452. // label30
  453. //
  454. this.label30.AutoSize = true;
  455. this.label30.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  456. this.label30.ForeColor = System.Drawing.Color.Black;
  457. this.label30.Location = new System.Drawing.Point(659, 456);
  458. this.label30.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  459. this.label30.Name = "label30";
  460. this.label30.Size = new System.Drawing.Size(44, 17);
  461. this.label30.TabIndex = 142;
  462. this.label30.Text = "2:area";
  463. //
  464. // btnHandSavePoints
  465. //
  466. this.btnHandSavePoints.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  467. this.btnHandSavePoints.Image = global::HOZProject.Properties.Resources.BatchImport;
  468. this.btnHandSavePoints.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  469. this.btnHandSavePoints.Location = new System.Drawing.Point(527, 72);
  470. this.btnHandSavePoints.Name = "btnHandSavePoints";
  471. this.btnHandSavePoints.Size = new System.Drawing.Size(103, 25);
  472. this.btnHandSavePoints.TabIndex = 137;
  473. this.btnHandSavePoints.Text = "手动添加点";
  474. this.btnHandSavePoints.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  475. this.btnHandSavePoints.UseVisualStyleBackColor = true;
  476. this.btnHandSavePoints.Visible = false;
  477. this.btnHandSavePoints.Click += new System.EventHandler(this.btnHandSavePoints_Click);
  478. //
  479. // btnFIBTemplateFile
  480. //
  481. this.btnFIBTemplateFile.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  482. this.btnFIBTemplateFile.Image = ((System.Drawing.Image)(resources.GetObject("btnFIBTemplateFile.Image")));
  483. this.btnFIBTemplateFile.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  484. this.btnFIBTemplateFile.Location = new System.Drawing.Point(526, 126);
  485. this.btnFIBTemplateFile.Name = "btnFIBTemplateFile";
  486. this.btnFIBTemplateFile.Size = new System.Drawing.Size(89, 25);
  487. this.btnFIBTemplateFile.TabIndex = 123;
  488. this.btnFIBTemplateFile.Text = "导入模板";
  489. this.btnFIBTemplateFile.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  490. this.btnFIBTemplateFile.UseVisualStyleBackColor = true;
  491. this.btnFIBTemplateFile.Click += new System.EventHandler(this.btnFIBTemplateFile_Click);
  492. //
  493. // btnPTTemplateFile
  494. //
  495. this.btnPTTemplateFile.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  496. this.btnPTTemplateFile.Image = ((System.Drawing.Image)(resources.GetObject("btnPTTemplateFile.Image")));
  497. this.btnPTTemplateFile.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  498. this.btnPTTemplateFile.Location = new System.Drawing.Point(526, 97);
  499. this.btnPTTemplateFile.Name = "btnPTTemplateFile";
  500. this.btnPTTemplateFile.Size = new System.Drawing.Size(89, 25);
  501. this.btnPTTemplateFile.TabIndex = 122;
  502. this.btnPTTemplateFile.Text = "导入模板";
  503. this.btnPTTemplateFile.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  504. this.btnPTTemplateFile.UseVisualStyleBackColor = true;
  505. this.btnPTTemplateFile.Click += new System.EventHandler(this.btnPTTemplateFile_Click);
  506. //
  507. // btnCutHoleAuto
  508. //
  509. this.btnCutHoleAuto.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  510. this.btnCutHoleAuto.Image = global::HOZProject.Properties.Resources.HomePageImport;
  511. this.btnCutHoleAuto.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  512. this.btnCutHoleAuto.Location = new System.Drawing.Point(635, 46);
  513. this.btnCutHoleAuto.Name = "btnCutHoleAuto";
  514. this.btnCutHoleAuto.Size = new System.Drawing.Size(103, 25);
  515. this.btnCutHoleAuto.TabIndex = 121;
  516. this.btnCutHoleAuto.Text = "单个测试点";
  517. this.btnCutHoleAuto.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  518. this.btnCutHoleAuto.UseVisualStyleBackColor = true;
  519. this.btnCutHoleAuto.Visible = false;
  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(104, 17);
  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, 23);
  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, 23);
  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, 23);
  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, 23);
  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, 23);
  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, 23);
  594. this.txtIprobe.TabIndex = 149;
  595. //
  596. // label3
  597. //
  598. this.label3.AutoSize = true;
  599. this.label3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  600. this.label3.ForeColor = System.Drawing.Color.Black;
  601. this.label3.Location = new System.Drawing.Point(395, 234);
  602. this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  603. this.label3.Name = "label3";
  604. this.label3.Size = new System.Drawing.Size(80, 17);
  605. this.label3.TabIndex = 142;
  606. this.label3.Text = "角度补偿参数";
  607. //
  608. // label5
  609. //
  610. this.label5.AutoSize = true;
  611. this.label5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  612. this.label5.ForeColor = System.Drawing.Color.Black;
  613. this.label5.Location = new System.Drawing.Point(386, 267);
  614. this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  615. this.label5.Name = "label5";
  616. this.label5.Size = new System.Drawing.Size(87, 17);
  617. this.label5.TabIndex = 142;
  618. this.label5.Text = "Y轴方向修正值";
  619. //
  620. // txtScanRotCur
  621. //
  622. this.txtScanRotCur.Location = new System.Drawing.Point(497, 232);
  623. this.txtScanRotCur.Name = "txtScanRotCur";
  624. this.txtScanRotCur.Size = new System.Drawing.Size(156, 23);
  625. this.txtScanRotCur.TabIndex = 150;
  626. //
  627. // txtYPSCur
  628. //
  629. this.txtYPSCur.Location = new System.Drawing.Point(498, 265);
  630. this.txtYPSCur.Name = "txtYPSCur";
  631. this.txtYPSCur.Size = new System.Drawing.Size(156, 23);
  632. this.txtYPSCur.TabIndex = 150;
  633. //
  634. // txtEDSZ
  635. //
  636. this.txtEDSZ.Location = new System.Drawing.Point(497, 301);
  637. this.txtEDSZ.Name = "txtEDSZ";
  638. this.txtEDSZ.Size = new System.Drawing.Size(156, 23);
  639. this.txtEDSZ.TabIndex = 150;
  640. //
  641. // txtEDSV
  642. //
  643. this.txtEDSV.Location = new System.Drawing.Point(498, 334);
  644. this.txtEDSV.Name = "txtEDSV";
  645. this.txtEDSV.Size = new System.Drawing.Size(156, 23);
  646. this.txtEDSV.TabIndex = 150;
  647. //
  648. // txtEDSA
  649. //
  650. this.txtEDSA.Location = new System.Drawing.Point(498, 367);
  651. this.txtEDSA.Name = "txtEDSA";
  652. this.txtEDSA.Size = new System.Drawing.Size(156, 23);
  653. this.txtEDSA.TabIndex = 150;
  654. //
  655. // label4
  656. //
  657. this.label4.AutoSize = true;
  658. this.label4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  659. this.label4.ForeColor = System.Drawing.Color.Black;
  660. this.label4.Location = new System.Drawing.Point(398, 304);
  661. this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  662. this.label4.Name = "label4";
  663. this.label4.Size = new System.Drawing.Size(75, 17);
  664. this.label4.TabIndex = 142;
  665. this.label4.Text = "能谱Z轴位置";
  666. //
  667. // label7
  668. //
  669. this.label7.AutoSize = true;
  670. this.label7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  671. this.label7.ForeColor = System.Drawing.Color.Black;
  672. this.label7.Location = new System.Drawing.Point(422, 341);
  673. this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  674. this.label7.Name = "label7";
  675. this.label7.Size = new System.Drawing.Size(56, 17);
  676. this.label7.TabIndex = 142;
  677. this.label7.Text = "能谱电压";
  678. //
  679. // label8
  680. //
  681. this.label8.AutoSize = true;
  682. this.label8.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  683. this.label8.ForeColor = System.Drawing.Color.Black;
  684. this.label8.Location = new System.Drawing.Point(422, 374);
  685. this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  686. this.label8.Name = "label8";
  687. this.label8.Size = new System.Drawing.Size(56, 17);
  688. this.label8.TabIndex = 142;
  689. this.label8.Text = "能谱电流";
  690. //
  691. // UControl_Init
  692. //
  693. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
  694. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  695. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
  696. this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  697. this.Controls.Add(this.txtEDSA);
  698. this.Controls.Add(this.txtEDSV);
  699. this.Controls.Add(this.txtEDSZ);
  700. this.Controls.Add(this.txtYPSCur);
  701. this.Controls.Add(this.txtScanRotCur);
  702. this.Controls.Add(this.txtMag4);
  703. this.Controls.Add(this.txtMag3);
  704. this.Controls.Add(this.txtMag2);
  705. this.Controls.Add(this.txtVot);
  706. this.Controls.Add(this.txtIprobe);
  707. this.Controls.Add(this.txtMag1);
  708. this.Controls.Add(this.btnEditConfig);
  709. this.Controls.Add(this.cboXrayMode);
  710. this.Controls.Add(this.label30);
  711. this.Controls.Add(this.label29);
  712. this.Controls.Add(this.label8);
  713. this.Controls.Add(this.label7);
  714. this.Controls.Add(this.label4);
  715. this.Controls.Add(this.label5);
  716. this.Controls.Add(this.label3);
  717. this.Controls.Add(this.label28);
  718. this.Controls.Add(this.chkEDS);
  719. this.Controls.Add(this.btnHandSavePoints);
  720. this.Controls.Add(this.panel2);
  721. this.Controls.Add(this.btnFIBTemplateFile);
  722. this.Controls.Add(this.btnPTTemplateFile);
  723. this.Controls.Add(this.btnCutHoleAuto);
  724. this.Controls.Add(this.btnCutHoleFile);
  725. this.Controls.Add(this.chkWqxkc);
  726. this.Controls.Add(this.label50);
  727. this.Controls.Add(this.txtWFIBF);
  728. this.Controls.Add(this.cbbWCS);
  729. this.Controls.Add(this.cbbWYP);
  730. this.Controls.Add(this.label54);
  731. this.Controls.Add(this.label46);
  732. this.Controls.Add(this.label2);
  733. this.Controls.Add(this.label42);
  734. this.Controls.Add(this.label38);
  735. this.Controls.Add(this.chkWIsP);
  736. this.Controls.Add(this.label48);
  737. this.Controls.Add(this.label56);
  738. this.Controls.Add(this.label59);
  739. this.Controls.Add(this.label61);
  740. this.Controls.Add(this.chkWPT);
  741. this.Controls.Add(this.label6);
  742. this.Controls.Add(this.chkManul);
  743. this.Controls.Add(this.lblCutHoleCount);
  744. this.Controls.Add(this.txtWPTF);
  745. this.Controls.Add(this.tbCutHoleFilePath);
  746. this.Controls.Add(this.panel1);
  747. this.Font = new System.Drawing.Font("宋体", 10F);
  748. this.ForeColor = System.Drawing.SystemColors.WindowText;
  749. this.Name = "UControl_Init";
  750. this.Size = new System.Drawing.Size(767, 549);
  751. this.Load += new System.EventHandler(this.UControl_Init_Load);
  752. this.panel1.ResumeLayout(false);
  753. this.panel1.PerformLayout();
  754. ((System.ComponentModel.ISupportInitialize)(this.pbClose)).EndInit();
  755. this.panel2.ResumeLayout(false);
  756. this.ResumeLayout(false);
  757. this.PerformLayout();
  758. }
  759. #endregion
  760. private System.Windows.Forms.Label label1;
  761. private System.Windows.Forms.Panel panel1;
  762. private System.Windows.Forms.TextBox tbCutHoleFilePath;
  763. private System.Windows.Forms.Label lblCutHoleCount;
  764. private System.Windows.Forms.CheckBox chkManul;
  765. private System.Windows.Forms.Label label6;
  766. private System.Windows.Forms.ComboBox cbbWCS;
  767. private System.Windows.Forms.ComboBox cbbWYP;
  768. private System.Windows.Forms.Label label50;
  769. private System.Windows.Forms.Label label54;
  770. private System.Windows.Forms.Label label46;
  771. private System.Windows.Forms.Label label42;
  772. private System.Windows.Forms.Label label38;
  773. private System.Windows.Forms.CheckBox chkWIsP;
  774. private System.Windows.Forms.TextBox txtWPTF;
  775. private System.Windows.Forms.Label label48;
  776. private System.Windows.Forms.Label label56;
  777. private System.Windows.Forms.Label label59;
  778. private System.Windows.Forms.Label label61;
  779. private System.Windows.Forms.CheckBox chkWPT;
  780. private System.Windows.Forms.TextBox txtWFIBF;
  781. private System.Windows.Forms.PictureBox pbClose;
  782. private System.Windows.Forms.CheckBox chkWqxkc;
  783. private System.Windows.Forms.Button btnCutHoleFile;
  784. private System.Windows.Forms.Button btnCutHoleAuto;
  785. private System.Windows.Forms.Button btnPTTemplateFile;
  786. private System.Windows.Forms.Button btnFIBTemplateFile;
  787. private System.Windows.Forms.Panel panel2;
  788. private System.Windows.Forms.Button btnSaveDefalutPara;
  789. private System.Windows.Forms.Button btnEditConfig;
  790. private System.Windows.Forms.Button btnHandSavePoints;
  791. private System.Windows.Forms.CheckBox chkEDS;
  792. private System.Windows.Forms.ComboBox cboXrayMode;
  793. private System.Windows.Forms.Label label28;
  794. private System.Windows.Forms.Label label29;
  795. private System.Windows.Forms.Label label30;
  796. private System.Windows.Forms.Label label2;
  797. private System.Windows.Forms.TextBox txtMag1;
  798. private System.Windows.Forms.TextBox txtMag2;
  799. private System.Windows.Forms.TextBox txtMag3;
  800. private System.Windows.Forms.TextBox txtMag4;
  801. private System.Windows.Forms.TextBox txtVot;
  802. private System.Windows.Forms.TextBox txtIprobe;
  803. private System.Windows.Forms.Label label3;
  804. private System.Windows.Forms.Label label5;
  805. private System.Windows.Forms.TextBox txtScanRotCur;
  806. private System.Windows.Forms.TextBox txtYPSCur;
  807. private System.Windows.Forms.TextBox txtEDSZ;
  808. private System.Windows.Forms.TextBox txtEDSV;
  809. private System.Windows.Forms.TextBox txtEDSA;
  810. private System.Windows.Forms.Label label4;
  811. private System.Windows.Forms.Label label7;
  812. private System.Windows.Forms.Label label8;
  813. }
  814. }