Form1.Designer.cs 49 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090
  1. namespace OxfordTest
  2. {
  3. partial class Form1
  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 Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea4 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
  29. System.Windows.Forms.DataVisualization.Charting.Legend legend4 = new System.Windows.Forms.DataVisualization.Charting.Legend();
  30. System.Windows.Forms.DataVisualization.Charting.Series series4 = new System.Windows.Forms.DataVisualization.Charting.Series();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.label3 = new System.Windows.Forms.Label();
  34. this.label6 = new System.Windows.Forms.Label();
  35. this.label7 = new System.Windows.Forms.Label();
  36. this.tBHV = new System.Windows.Forms.TextBox();
  37. this.label8 = new System.Windows.Forms.Label();
  38. this.button1 = new System.Windows.Forms.Button();
  39. this.tBHVIn = new System.Windows.Forms.TextBox();
  40. this.button2 = new System.Windows.Forms.Button();
  41. this.label9 = new System.Windows.Forms.Label();
  42. this.tBWD = new System.Windows.Forms.TextBox();
  43. this.tBMag = new System.Windows.Forms.TextBox();
  44. this.tBBright = new System.Windows.Forms.TextBox();
  45. this.tBContast = new System.Windows.Forms.TextBox();
  46. this.label10 = new System.Windows.Forms.Label();
  47. this.label11 = new System.Windows.Forms.Label();
  48. this.label12 = new System.Windows.Forms.Label();
  49. this.label13 = new System.Windows.Forms.Label();
  50. this.button3 = new System.Windows.Forms.Button();
  51. this.button4 = new System.Windows.Forms.Button();
  52. this.button5 = new System.Windows.Forms.Button();
  53. this.button6 = new System.Windows.Forms.Button();
  54. this.tBWDIn = new System.Windows.Forms.TextBox();
  55. this.tBMagIn = new System.Windows.Forms.TextBox();
  56. this.tBrightIn = new System.Windows.Forms.TextBox();
  57. this.tBContrastIn = new System.Windows.Forms.TextBox();
  58. this.label14 = new System.Windows.Forms.Label();
  59. this.label15 = new System.Windows.Forms.Label();
  60. this.label16 = new System.Windows.Forms.Label();
  61. this.label17 = new System.Windows.Forms.Label();
  62. this.button7 = new System.Windows.Forms.Button();
  63. this.button8 = new System.Windows.Forms.Button();
  64. this.button9 = new System.Windows.Forms.Button();
  65. this.button10 = new System.Windows.Forms.Button();
  66. this.label4 = new System.Windows.Forms.Label();
  67. this.label5 = new System.Windows.Forms.Label();
  68. this.label18 = new System.Windows.Forms.Label();
  69. this.label19 = new System.Windows.Forms.Label();
  70. this.label20 = new System.Windows.Forms.Label();
  71. this.label21 = new System.Windows.Forms.Label();
  72. this.tBX = new System.Windows.Forms.TextBox();
  73. this.tBY = new System.Windows.Forms.TextBox();
  74. this.tBZ = new System.Windows.Forms.TextBox();
  75. this.tBT = new System.Windows.Forms.TextBox();
  76. this.tBR = new System.Windows.Forms.TextBox();
  77. this.label22 = new System.Windows.Forms.Label();
  78. this.label23 = new System.Windows.Forms.Label();
  79. this.label24 = new System.Windows.Forms.Label();
  80. this.label25 = new System.Windows.Forms.Label();
  81. this.label26 = new System.Windows.Forms.Label();
  82. this.button11 = new System.Windows.Forms.Button();
  83. this.button12 = new System.Windows.Forms.Button();
  84. this.button13 = new System.Windows.Forms.Button();
  85. this.button14 = new System.Windows.Forms.Button();
  86. this.button15 = new System.Windows.Forms.Button();
  87. this.tBXIn = new System.Windows.Forms.TextBox();
  88. this.tBYIn = new System.Windows.Forms.TextBox();
  89. this.tBZIn = new System.Windows.Forms.TextBox();
  90. this.tBTIn = new System.Windows.Forms.TextBox();
  91. this.tBRIn = new System.Windows.Forms.TextBox();
  92. this.label27 = new System.Windows.Forms.Label();
  93. this.label28 = new System.Windows.Forms.Label();
  94. this.label29 = new System.Windows.Forms.Label();
  95. this.label30 = new System.Windows.Forms.Label();
  96. this.label31 = new System.Windows.Forms.Label();
  97. this.button16 = new System.Windows.Forms.Button();
  98. this.button17 = new System.Windows.Forms.Button();
  99. this.button18 = new System.Windows.Forms.Button();
  100. this.button19 = new System.Windows.Forms.Button();
  101. this.button20 = new System.Windows.Forms.Button();
  102. this.button21 = new System.Windows.Forms.Button();
  103. this.button22 = new System.Windows.Forms.Button();
  104. this.button23 = new System.Windows.Forms.Button();
  105. this.groupBox1 = new System.Windows.Forms.GroupBox();
  106. this.拍图 = new System.Windows.Forms.GroupBox();
  107. this.pBImage = new System.Windows.Forms.PictureBox();
  108. this.button24 = new System.Windows.Forms.Button();
  109. this.groupBox2 = new System.Windows.Forms.GroupBox();
  110. this.button25 = new System.Windows.Forms.Button();
  111. this.button26 = new System.Windows.Forms.Button();
  112. this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
  113. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  114. this.元素 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  115. this.含量 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  116. this.groupBox1.SuspendLayout();
  117. this.拍图.SuspendLayout();
  118. ((System.ComponentModel.ISupportInitialize)(this.pBImage)).BeginInit();
  119. this.groupBox2.SuspendLayout();
  120. ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
  121. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  122. this.SuspendLayout();
  123. //
  124. // label1
  125. //
  126. this.label1.AutoSize = true;
  127. this.label1.Location = new System.Drawing.Point(93, 37);
  128. this.label1.Name = "label1";
  129. this.label1.Size = new System.Drawing.Size(44, 18);
  130. this.label1.TabIndex = 0;
  131. this.label1.Text = "高压";
  132. //
  133. // label2
  134. //
  135. this.label2.AutoSize = true;
  136. this.label2.Location = new System.Drawing.Point(57, 80);
  137. this.label2.Name = "label2";
  138. this.label2.Size = new System.Drawing.Size(80, 18);
  139. this.label2.TabIndex = 1;
  140. this.label2.Text = "工作距离";
  141. //
  142. // label3
  143. //
  144. this.label3.AutoSize = true;
  145. this.label3.Location = new System.Drawing.Point(57, 126);
  146. this.label3.Name = "label3";
  147. this.label3.Size = new System.Drawing.Size(80, 18);
  148. this.label3.TabIndex = 2;
  149. this.label3.Text = "放大倍数";
  150. //
  151. // label6
  152. //
  153. this.label6.AutoSize = true;
  154. this.label6.Location = new System.Drawing.Point(93, 169);
  155. this.label6.Name = "label6";
  156. this.label6.Size = new System.Drawing.Size(44, 18);
  157. this.label6.TabIndex = 5;
  158. this.label6.Text = "亮度";
  159. //
  160. // label7
  161. //
  162. this.label7.AutoSize = true;
  163. this.label7.Location = new System.Drawing.Point(75, 227);
  164. this.label7.Name = "label7";
  165. this.label7.Size = new System.Drawing.Size(62, 18);
  166. this.label7.TabIndex = 6;
  167. this.label7.Text = "对比度";
  168. //
  169. // tBHV
  170. //
  171. this.tBHV.Location = new System.Drawing.Point(183, 34);
  172. this.tBHV.Name = "tBHV";
  173. this.tBHV.ReadOnly = true;
  174. this.tBHV.Size = new System.Drawing.Size(100, 28);
  175. this.tBHV.TabIndex = 7;
  176. //
  177. // label8
  178. //
  179. this.label8.AutoSize = true;
  180. this.label8.Location = new System.Drawing.Point(289, 37);
  181. this.label8.Name = "label8";
  182. this.label8.Size = new System.Drawing.Size(26, 18);
  183. this.label8.TabIndex = 8;
  184. this.label8.Text = "kV";
  185. //
  186. // button1
  187. //
  188. this.button1.Location = new System.Drawing.Point(336, 27);
  189. this.button1.Name = "button1";
  190. this.button1.Size = new System.Drawing.Size(75, 39);
  191. this.button1.TabIndex = 9;
  192. this.button1.Text = "获取";
  193. this.button1.UseVisualStyleBackColor = true;
  194. this.button1.Click += new System.EventHandler(this.button1_Click);
  195. //
  196. // tBHVIn
  197. //
  198. this.tBHVIn.Location = new System.Drawing.Point(462, 34);
  199. this.tBHVIn.Name = "tBHVIn";
  200. this.tBHVIn.Size = new System.Drawing.Size(100, 28);
  201. this.tBHVIn.TabIndex = 10;
  202. this.tBHVIn.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox1_KeyPress);
  203. //
  204. // button2
  205. //
  206. this.button2.Location = new System.Drawing.Point(638, 27);
  207. this.button2.Name = "button2";
  208. this.button2.Size = new System.Drawing.Size(75, 39);
  209. this.button2.TabIndex = 11;
  210. this.button2.Text = "设定";
  211. this.button2.UseVisualStyleBackColor = true;
  212. this.button2.Click += new System.EventHandler(this.button2_Click);
  213. //
  214. // label9
  215. //
  216. this.label9.AutoSize = true;
  217. this.label9.Location = new System.Drawing.Point(568, 37);
  218. this.label9.Name = "label9";
  219. this.label9.Size = new System.Drawing.Size(26, 18);
  220. this.label9.TabIndex = 12;
  221. this.label9.Text = "kV";
  222. //
  223. // tBWD
  224. //
  225. this.tBWD.Location = new System.Drawing.Point(183, 77);
  226. this.tBWD.Name = "tBWD";
  227. this.tBWD.ReadOnly = true;
  228. this.tBWD.Size = new System.Drawing.Size(100, 28);
  229. this.tBWD.TabIndex = 13;
  230. //
  231. // tBMag
  232. //
  233. this.tBMag.Location = new System.Drawing.Point(183, 123);
  234. this.tBMag.Name = "tBMag";
  235. this.tBMag.ReadOnly = true;
  236. this.tBMag.Size = new System.Drawing.Size(100, 28);
  237. this.tBMag.TabIndex = 14;
  238. //
  239. // tBBright
  240. //
  241. this.tBBright.Location = new System.Drawing.Point(183, 166);
  242. this.tBBright.Name = "tBBright";
  243. this.tBBright.ReadOnly = true;
  244. this.tBBright.Size = new System.Drawing.Size(100, 28);
  245. this.tBBright.TabIndex = 15;
  246. //
  247. // tBContast
  248. //
  249. this.tBContast.Location = new System.Drawing.Point(183, 217);
  250. this.tBContast.Name = "tBContast";
  251. this.tBContast.ReadOnly = true;
  252. this.tBContast.Size = new System.Drawing.Size(100, 28);
  253. this.tBContast.TabIndex = 16;
  254. //
  255. // label10
  256. //
  257. this.label10.AutoSize = true;
  258. this.label10.Location = new System.Drawing.Point(289, 80);
  259. this.label10.Name = "label10";
  260. this.label10.Size = new System.Drawing.Size(26, 18);
  261. this.label10.TabIndex = 17;
  262. this.label10.Text = "mm";
  263. //
  264. // label11
  265. //
  266. this.label11.AutoSize = true;
  267. this.label11.Location = new System.Drawing.Point(289, 126);
  268. this.label11.Name = "label11";
  269. this.label11.Size = new System.Drawing.Size(17, 18);
  270. this.label11.TabIndex = 18;
  271. this.label11.Text = "X";
  272. //
  273. // label12
  274. //
  275. this.label12.AutoSize = true;
  276. this.label12.Location = new System.Drawing.Point(289, 169);
  277. this.label12.Name = "label12";
  278. this.label12.Size = new System.Drawing.Size(17, 18);
  279. this.label12.TabIndex = 19;
  280. this.label12.Text = "%";
  281. //
  282. // label13
  283. //
  284. this.label13.AutoSize = true;
  285. this.label13.Location = new System.Drawing.Point(289, 220);
  286. this.label13.Name = "label13";
  287. this.label13.Size = new System.Drawing.Size(17, 18);
  288. this.label13.TabIndex = 20;
  289. this.label13.Text = "%";
  290. //
  291. // button3
  292. //
  293. this.button3.Location = new System.Drawing.Point(336, 72);
  294. this.button3.Name = "button3";
  295. this.button3.Size = new System.Drawing.Size(75, 39);
  296. this.button3.TabIndex = 21;
  297. this.button3.Text = "获取";
  298. this.button3.UseVisualStyleBackColor = true;
  299. this.button3.Click += new System.EventHandler(this.button3_Click);
  300. //
  301. // button4
  302. //
  303. this.button4.Location = new System.Drawing.Point(336, 116);
  304. this.button4.Name = "button4";
  305. this.button4.Size = new System.Drawing.Size(75, 39);
  306. this.button4.TabIndex = 22;
  307. this.button4.Text = "获取";
  308. this.button4.UseVisualStyleBackColor = true;
  309. this.button4.Click += new System.EventHandler(this.button4_Click);
  310. //
  311. // button5
  312. //
  313. this.button5.Location = new System.Drawing.Point(336, 159);
  314. this.button5.Name = "button5";
  315. this.button5.Size = new System.Drawing.Size(75, 39);
  316. this.button5.TabIndex = 23;
  317. this.button5.Text = "获取";
  318. this.button5.UseVisualStyleBackColor = true;
  319. this.button5.Click += new System.EventHandler(this.button5_Click);
  320. //
  321. // button6
  322. //
  323. this.button6.Location = new System.Drawing.Point(336, 217);
  324. this.button6.Name = "button6";
  325. this.button6.Size = new System.Drawing.Size(75, 39);
  326. this.button6.TabIndex = 24;
  327. this.button6.Text = "获取";
  328. this.button6.UseVisualStyleBackColor = true;
  329. this.button6.Click += new System.EventHandler(this.button6_Click);
  330. //
  331. // tBWDIn
  332. //
  333. this.tBWDIn.Location = new System.Drawing.Point(462, 77);
  334. this.tBWDIn.Name = "tBWDIn";
  335. this.tBWDIn.Size = new System.Drawing.Size(100, 28);
  336. this.tBWDIn.TabIndex = 25;
  337. this.tBWDIn.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tBWDIn_KeyPress);
  338. //
  339. // tBMagIn
  340. //
  341. this.tBMagIn.Location = new System.Drawing.Point(462, 123);
  342. this.tBMagIn.Name = "tBMagIn";
  343. this.tBMagIn.Size = new System.Drawing.Size(100, 28);
  344. this.tBMagIn.TabIndex = 26;
  345. this.tBMagIn.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tBMagIn_KeyPress);
  346. //
  347. // tBrightIn
  348. //
  349. this.tBrightIn.Location = new System.Drawing.Point(462, 170);
  350. this.tBrightIn.Name = "tBrightIn";
  351. this.tBrightIn.Size = new System.Drawing.Size(100, 28);
  352. this.tBrightIn.TabIndex = 27;
  353. this.tBrightIn.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tBrightIn_KeyPress);
  354. //
  355. // tBContrastIn
  356. //
  357. this.tBContrastIn.Location = new System.Drawing.Point(462, 224);
  358. this.tBContrastIn.Name = "tBContrastIn";
  359. this.tBContrastIn.Size = new System.Drawing.Size(100, 28);
  360. this.tBContrastIn.TabIndex = 28;
  361. this.tBContrastIn.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tBContrastIn_KeyPress);
  362. //
  363. // label14
  364. //
  365. this.label14.AutoSize = true;
  366. this.label14.Location = new System.Drawing.Point(568, 227);
  367. this.label14.Name = "label14";
  368. this.label14.Size = new System.Drawing.Size(17, 18);
  369. this.label14.TabIndex = 32;
  370. this.label14.Text = "%";
  371. //
  372. // label15
  373. //
  374. this.label15.AutoSize = true;
  375. this.label15.Location = new System.Drawing.Point(568, 176);
  376. this.label15.Name = "label15";
  377. this.label15.Size = new System.Drawing.Size(17, 18);
  378. this.label15.TabIndex = 31;
  379. this.label15.Text = "%";
  380. //
  381. // label16
  382. //
  383. this.label16.AutoSize = true;
  384. this.label16.Location = new System.Drawing.Point(568, 133);
  385. this.label16.Name = "label16";
  386. this.label16.Size = new System.Drawing.Size(17, 18);
  387. this.label16.TabIndex = 30;
  388. this.label16.Text = "X";
  389. //
  390. // label17
  391. //
  392. this.label17.AutoSize = true;
  393. this.label17.Location = new System.Drawing.Point(568, 87);
  394. this.label17.Name = "label17";
  395. this.label17.Size = new System.Drawing.Size(26, 18);
  396. this.label17.TabIndex = 29;
  397. this.label17.Text = "mm";
  398. //
  399. // button7
  400. //
  401. this.button7.Location = new System.Drawing.Point(638, 72);
  402. this.button7.Name = "button7";
  403. this.button7.Size = new System.Drawing.Size(75, 39);
  404. this.button7.TabIndex = 33;
  405. this.button7.Text = "设定";
  406. this.button7.UseVisualStyleBackColor = true;
  407. this.button7.Click += new System.EventHandler(this.button7_Click);
  408. //
  409. // button8
  410. //
  411. this.button8.Location = new System.Drawing.Point(638, 116);
  412. this.button8.Name = "button8";
  413. this.button8.Size = new System.Drawing.Size(75, 39);
  414. this.button8.TabIndex = 34;
  415. this.button8.Text = "设定";
  416. this.button8.UseVisualStyleBackColor = true;
  417. this.button8.Click += new System.EventHandler(this.button8_Click);
  418. //
  419. // button9
  420. //
  421. this.button9.Location = new System.Drawing.Point(638, 159);
  422. this.button9.Name = "button9";
  423. this.button9.Size = new System.Drawing.Size(75, 39);
  424. this.button9.TabIndex = 35;
  425. this.button9.Text = "设定";
  426. this.button9.UseVisualStyleBackColor = true;
  427. this.button9.Click += new System.EventHandler(this.button9_Click);
  428. //
  429. // button10
  430. //
  431. this.button10.Location = new System.Drawing.Point(638, 210);
  432. this.button10.Name = "button10";
  433. this.button10.Size = new System.Drawing.Size(75, 39);
  434. this.button10.TabIndex = 36;
  435. this.button10.Text = "设定";
  436. this.button10.UseVisualStyleBackColor = true;
  437. this.button10.Click += new System.EventHandler(this.button10_Click);
  438. //
  439. // label4
  440. //
  441. this.label4.AutoSize = true;
  442. this.label4.Location = new System.Drawing.Point(17, 291);
  443. this.label4.Name = "label4";
  444. this.label4.Size = new System.Drawing.Size(62, 18);
  445. this.label4.TabIndex = 37;
  446. this.label4.Text = "样品台";
  447. //
  448. // label5
  449. //
  450. this.label5.AutoSize = true;
  451. this.label5.Location = new System.Drawing.Point(104, 291);
  452. this.label5.Name = "label5";
  453. this.label5.Size = new System.Drawing.Size(17, 18);
  454. this.label5.TabIndex = 38;
  455. this.label5.Text = "X";
  456. //
  457. // label18
  458. //
  459. this.label18.AutoSize = true;
  460. this.label18.Location = new System.Drawing.Point(104, 337);
  461. this.label18.Name = "label18";
  462. this.label18.Size = new System.Drawing.Size(17, 18);
  463. this.label18.TabIndex = 39;
  464. this.label18.Text = "Y";
  465. //
  466. // label19
  467. //
  468. this.label19.AutoSize = true;
  469. this.label19.Location = new System.Drawing.Point(104, 382);
  470. this.label19.Name = "label19";
  471. this.label19.Size = new System.Drawing.Size(17, 18);
  472. this.label19.TabIndex = 40;
  473. this.label19.Text = "Z";
  474. //
  475. // label20
  476. //
  477. this.label20.AutoSize = true;
  478. this.label20.Location = new System.Drawing.Point(104, 425);
  479. this.label20.Name = "label20";
  480. this.label20.Size = new System.Drawing.Size(17, 18);
  481. this.label20.TabIndex = 41;
  482. this.label20.Text = "T";
  483. //
  484. // label21
  485. //
  486. this.label21.AutoSize = true;
  487. this.label21.Location = new System.Drawing.Point(104, 469);
  488. this.label21.Name = "label21";
  489. this.label21.Size = new System.Drawing.Size(17, 18);
  490. this.label21.TabIndex = 42;
  491. this.label21.Text = "R";
  492. //
  493. // tBX
  494. //
  495. this.tBX.Location = new System.Drawing.Point(183, 281);
  496. this.tBX.Name = "tBX";
  497. this.tBX.ReadOnly = true;
  498. this.tBX.Size = new System.Drawing.Size(100, 28);
  499. this.tBX.TabIndex = 43;
  500. //
  501. // tBY
  502. //
  503. this.tBY.Location = new System.Drawing.Point(183, 334);
  504. this.tBY.Name = "tBY";
  505. this.tBY.ReadOnly = true;
  506. this.tBY.Size = new System.Drawing.Size(100, 28);
  507. this.tBY.TabIndex = 44;
  508. //
  509. // tBZ
  510. //
  511. this.tBZ.Location = new System.Drawing.Point(183, 382);
  512. this.tBZ.Name = "tBZ";
  513. this.tBZ.ReadOnly = true;
  514. this.tBZ.Size = new System.Drawing.Size(100, 28);
  515. this.tBZ.TabIndex = 45;
  516. //
  517. // tBT
  518. //
  519. this.tBT.Location = new System.Drawing.Point(183, 425);
  520. this.tBT.Name = "tBT";
  521. this.tBT.ReadOnly = true;
  522. this.tBT.Size = new System.Drawing.Size(100, 28);
  523. this.tBT.TabIndex = 46;
  524. //
  525. // tBR
  526. //
  527. this.tBR.Location = new System.Drawing.Point(183, 469);
  528. this.tBR.Name = "tBR";
  529. this.tBR.ReadOnly = true;
  530. this.tBR.Size = new System.Drawing.Size(100, 28);
  531. this.tBR.TabIndex = 47;
  532. //
  533. // label22
  534. //
  535. this.label22.AutoSize = true;
  536. this.label22.Location = new System.Drawing.Point(289, 291);
  537. this.label22.Name = "label22";
  538. this.label22.Size = new System.Drawing.Size(26, 18);
  539. this.label22.TabIndex = 48;
  540. this.label22.Text = "mm";
  541. //
  542. // label23
  543. //
  544. this.label23.AutoSize = true;
  545. this.label23.Location = new System.Drawing.Point(289, 344);
  546. this.label23.Name = "label23";
  547. this.label23.Size = new System.Drawing.Size(26, 18);
  548. this.label23.TabIndex = 49;
  549. this.label23.Text = "mm";
  550. //
  551. // label24
  552. //
  553. this.label24.AutoSize = true;
  554. this.label24.Location = new System.Drawing.Point(289, 385);
  555. this.label24.Name = "label24";
  556. this.label24.Size = new System.Drawing.Size(26, 18);
  557. this.label24.TabIndex = 50;
  558. this.label24.Text = "mm";
  559. //
  560. // label25
  561. //
  562. this.label25.AutoSize = true;
  563. this.label25.Location = new System.Drawing.Point(289, 428);
  564. this.label25.Name = "label25";
  565. this.label25.Size = new System.Drawing.Size(26, 18);
  566. this.label25.TabIndex = 51;
  567. this.label25.Text = "mm";
  568. //
  569. // label26
  570. //
  571. this.label26.AutoSize = true;
  572. this.label26.Location = new System.Drawing.Point(289, 472);
  573. this.label26.Name = "label26";
  574. this.label26.Size = new System.Drawing.Size(26, 18);
  575. this.label26.TabIndex = 52;
  576. this.label26.Text = "mm";
  577. //
  578. // button11
  579. //
  580. this.button11.Location = new System.Drawing.Point(336, 274);
  581. this.button11.Name = "button11";
  582. this.button11.Size = new System.Drawing.Size(75, 39);
  583. this.button11.TabIndex = 53;
  584. this.button11.Text = "获取";
  585. this.button11.UseVisualStyleBackColor = true;
  586. this.button11.Click += new System.EventHandler(this.button11_Click);
  587. //
  588. // button12
  589. //
  590. this.button12.Location = new System.Drawing.Point(336, 327);
  591. this.button12.Name = "button12";
  592. this.button12.Size = new System.Drawing.Size(75, 39);
  593. this.button12.TabIndex = 54;
  594. this.button12.Text = "获取";
  595. this.button12.UseVisualStyleBackColor = true;
  596. this.button12.Click += new System.EventHandler(this.button12_Click);
  597. //
  598. // button13
  599. //
  600. this.button13.Location = new System.Drawing.Point(336, 371);
  601. this.button13.Name = "button13";
  602. this.button13.Size = new System.Drawing.Size(75, 39);
  603. this.button13.TabIndex = 55;
  604. this.button13.Text = "获取";
  605. this.button13.UseVisualStyleBackColor = true;
  606. this.button13.Click += new System.EventHandler(this.button13_Click);
  607. //
  608. // button14
  609. //
  610. this.button14.Location = new System.Drawing.Point(336, 416);
  611. this.button14.Name = "button14";
  612. this.button14.Size = new System.Drawing.Size(75, 39);
  613. this.button14.TabIndex = 56;
  614. this.button14.Text = "获取";
  615. this.button14.UseVisualStyleBackColor = true;
  616. this.button14.Click += new System.EventHandler(this.button14_Click);
  617. //
  618. // button15
  619. //
  620. this.button15.Location = new System.Drawing.Point(336, 462);
  621. this.button15.Name = "button15";
  622. this.button15.Size = new System.Drawing.Size(75, 39);
  623. this.button15.TabIndex = 57;
  624. this.button15.Text = "获取";
  625. this.button15.UseVisualStyleBackColor = true;
  626. this.button15.Click += new System.EventHandler(this.button15_Click);
  627. //
  628. // tBXIn
  629. //
  630. this.tBXIn.Location = new System.Drawing.Point(462, 281);
  631. this.tBXIn.Name = "tBXIn";
  632. this.tBXIn.Size = new System.Drawing.Size(100, 28);
  633. this.tBXIn.TabIndex = 58;
  634. this.tBXIn.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tBXIn_KeyPress);
  635. //
  636. // tBYIn
  637. //
  638. this.tBYIn.Location = new System.Drawing.Point(462, 334);
  639. this.tBYIn.Name = "tBYIn";
  640. this.tBYIn.Size = new System.Drawing.Size(100, 28);
  641. this.tBYIn.TabIndex = 59;
  642. this.tBYIn.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tBYIn_KeyPress);
  643. //
  644. // tBZIn
  645. //
  646. this.tBZIn.Location = new System.Drawing.Point(462, 378);
  647. this.tBZIn.Name = "tBZIn";
  648. this.tBZIn.Size = new System.Drawing.Size(100, 28);
  649. this.tBZIn.TabIndex = 60;
  650. this.tBZIn.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tBZIn_KeyPress);
  651. //
  652. // tBTIn
  653. //
  654. this.tBTIn.Location = new System.Drawing.Point(462, 418);
  655. this.tBTIn.Name = "tBTIn";
  656. this.tBTIn.Size = new System.Drawing.Size(100, 28);
  657. this.tBTIn.TabIndex = 61;
  658. this.tBTIn.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tBTIn_KeyPress);
  659. //
  660. // tBRIn
  661. //
  662. this.tBRIn.Location = new System.Drawing.Point(462, 462);
  663. this.tBRIn.Name = "tBRIn";
  664. this.tBRIn.Size = new System.Drawing.Size(100, 28);
  665. this.tBRIn.TabIndex = 62;
  666. this.tBRIn.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tBRIn_KeyPress);
  667. //
  668. // label27
  669. //
  670. this.label27.AutoSize = true;
  671. this.label27.Location = new System.Drawing.Point(568, 291);
  672. this.label27.Name = "label27";
  673. this.label27.Size = new System.Drawing.Size(26, 18);
  674. this.label27.TabIndex = 63;
  675. this.label27.Text = "mm";
  676. //
  677. // label28
  678. //
  679. this.label28.AutoSize = true;
  680. this.label28.Location = new System.Drawing.Point(568, 337);
  681. this.label28.Name = "label28";
  682. this.label28.Size = new System.Drawing.Size(26, 18);
  683. this.label28.TabIndex = 64;
  684. this.label28.Text = "mm";
  685. //
  686. // label29
  687. //
  688. this.label29.AutoSize = true;
  689. this.label29.Location = new System.Drawing.Point(568, 378);
  690. this.label29.Name = "label29";
  691. this.label29.Size = new System.Drawing.Size(26, 18);
  692. this.label29.TabIndex = 65;
  693. this.label29.Text = "mm";
  694. //
  695. // label30
  696. //
  697. this.label30.AutoSize = true;
  698. this.label30.Location = new System.Drawing.Point(568, 426);
  699. this.label30.Name = "label30";
  700. this.label30.Size = new System.Drawing.Size(26, 18);
  701. this.label30.TabIndex = 66;
  702. this.label30.Text = "mm";
  703. //
  704. // label31
  705. //
  706. this.label31.AutoSize = true;
  707. this.label31.Location = new System.Drawing.Point(568, 472);
  708. this.label31.Name = "label31";
  709. this.label31.Size = new System.Drawing.Size(26, 18);
  710. this.label31.TabIndex = 67;
  711. this.label31.Text = "mm";
  712. //
  713. // button16
  714. //
  715. this.button16.Location = new System.Drawing.Point(638, 281);
  716. this.button16.Name = "button16";
  717. this.button16.Size = new System.Drawing.Size(75, 39);
  718. this.button16.TabIndex = 68;
  719. this.button16.Text = "设定";
  720. this.button16.UseVisualStyleBackColor = true;
  721. this.button16.Click += new System.EventHandler(this.button16_Click);
  722. //
  723. // button17
  724. //
  725. this.button17.Location = new System.Drawing.Point(638, 327);
  726. this.button17.Name = "button17";
  727. this.button17.Size = new System.Drawing.Size(75, 39);
  728. this.button17.TabIndex = 69;
  729. this.button17.Text = "设定";
  730. this.button17.UseVisualStyleBackColor = true;
  731. this.button17.Click += new System.EventHandler(this.button17_Click);
  732. //
  733. // button18
  734. //
  735. this.button18.Location = new System.Drawing.Point(638, 375);
  736. this.button18.Name = "button18";
  737. this.button18.Size = new System.Drawing.Size(75, 39);
  738. this.button18.TabIndex = 70;
  739. this.button18.Text = "设定";
  740. this.button18.UseVisualStyleBackColor = true;
  741. this.button18.Click += new System.EventHandler(this.button18_Click);
  742. //
  743. // button19
  744. //
  745. this.button19.Location = new System.Drawing.Point(638, 420);
  746. this.button19.Name = "button19";
  747. this.button19.Size = new System.Drawing.Size(75, 39);
  748. this.button19.TabIndex = 71;
  749. this.button19.Text = "设定";
  750. this.button19.UseVisualStyleBackColor = true;
  751. this.button19.Click += new System.EventHandler(this.button19_Click);
  752. //
  753. // button20
  754. //
  755. this.button20.Location = new System.Drawing.Point(638, 465);
  756. this.button20.Name = "button20";
  757. this.button20.Size = new System.Drawing.Size(75, 39);
  758. this.button20.TabIndex = 72;
  759. this.button20.Text = "设定";
  760. this.button20.UseVisualStyleBackColor = true;
  761. this.button20.Click += new System.EventHandler(this.button20_Click);
  762. //
  763. // button21
  764. //
  765. this.button21.Location = new System.Drawing.Point(183, 521);
  766. this.button21.Name = "button21";
  767. this.button21.Size = new System.Drawing.Size(159, 39);
  768. this.button21.TabIndex = 73;
  769. this.button21.Text = "获取全部";
  770. this.button21.UseVisualStyleBackColor = true;
  771. this.button21.Click += new System.EventHandler(this.button21_Click);
  772. //
  773. // button22
  774. //
  775. this.button22.Location = new System.Drawing.Point(378, 521);
  776. this.button22.Name = "button22";
  777. this.button22.Size = new System.Drawing.Size(146, 39);
  778. this.button22.TabIndex = 74;
  779. this.button22.Text = "设定XY";
  780. this.button22.UseVisualStyleBackColor = true;
  781. this.button22.Click += new System.EventHandler(this.button22_Click);
  782. //
  783. // button23
  784. //
  785. this.button23.Location = new System.Drawing.Point(571, 521);
  786. this.button23.Name = "button23";
  787. this.button23.Size = new System.Drawing.Size(142, 39);
  788. this.button23.TabIndex = 75;
  789. this.button23.Text = "设定全部";
  790. this.button23.UseVisualStyleBackColor = true;
  791. this.button23.Click += new System.EventHandler(this.button23_Click);
  792. //
  793. // groupBox1
  794. //
  795. this.groupBox1.Controls.Add(this.button2);
  796. this.groupBox1.Controls.Add(this.button23);
  797. this.groupBox1.Controls.Add(this.label1);
  798. this.groupBox1.Controls.Add(this.button22);
  799. this.groupBox1.Controls.Add(this.label2);
  800. this.groupBox1.Controls.Add(this.button21);
  801. this.groupBox1.Controls.Add(this.label3);
  802. this.groupBox1.Controls.Add(this.button20);
  803. this.groupBox1.Controls.Add(this.label6);
  804. this.groupBox1.Controls.Add(this.button19);
  805. this.groupBox1.Controls.Add(this.label7);
  806. this.groupBox1.Controls.Add(this.button18);
  807. this.groupBox1.Controls.Add(this.tBHV);
  808. this.groupBox1.Controls.Add(this.button17);
  809. this.groupBox1.Controls.Add(this.label8);
  810. this.groupBox1.Controls.Add(this.button16);
  811. this.groupBox1.Controls.Add(this.button1);
  812. this.groupBox1.Controls.Add(this.label31);
  813. this.groupBox1.Controls.Add(this.tBHVIn);
  814. this.groupBox1.Controls.Add(this.label30);
  815. this.groupBox1.Controls.Add(this.label9);
  816. this.groupBox1.Controls.Add(this.label29);
  817. this.groupBox1.Controls.Add(this.tBWD);
  818. this.groupBox1.Controls.Add(this.label28);
  819. this.groupBox1.Controls.Add(this.tBMag);
  820. this.groupBox1.Controls.Add(this.label27);
  821. this.groupBox1.Controls.Add(this.tBBright);
  822. this.groupBox1.Controls.Add(this.tBRIn);
  823. this.groupBox1.Controls.Add(this.tBContast);
  824. this.groupBox1.Controls.Add(this.tBTIn);
  825. this.groupBox1.Controls.Add(this.label10);
  826. this.groupBox1.Controls.Add(this.tBZIn);
  827. this.groupBox1.Controls.Add(this.label11);
  828. this.groupBox1.Controls.Add(this.tBYIn);
  829. this.groupBox1.Controls.Add(this.label12);
  830. this.groupBox1.Controls.Add(this.tBXIn);
  831. this.groupBox1.Controls.Add(this.label13);
  832. this.groupBox1.Controls.Add(this.button15);
  833. this.groupBox1.Controls.Add(this.button3);
  834. this.groupBox1.Controls.Add(this.button14);
  835. this.groupBox1.Controls.Add(this.button4);
  836. this.groupBox1.Controls.Add(this.button13);
  837. this.groupBox1.Controls.Add(this.button5);
  838. this.groupBox1.Controls.Add(this.button12);
  839. this.groupBox1.Controls.Add(this.button6);
  840. this.groupBox1.Controls.Add(this.button11);
  841. this.groupBox1.Controls.Add(this.tBWDIn);
  842. this.groupBox1.Controls.Add(this.label26);
  843. this.groupBox1.Controls.Add(this.tBMagIn);
  844. this.groupBox1.Controls.Add(this.label25);
  845. this.groupBox1.Controls.Add(this.tBrightIn);
  846. this.groupBox1.Controls.Add(this.label24);
  847. this.groupBox1.Controls.Add(this.tBContrastIn);
  848. this.groupBox1.Controls.Add(this.label23);
  849. this.groupBox1.Controls.Add(this.label17);
  850. this.groupBox1.Controls.Add(this.label22);
  851. this.groupBox1.Controls.Add(this.label16);
  852. this.groupBox1.Controls.Add(this.tBR);
  853. this.groupBox1.Controls.Add(this.label15);
  854. this.groupBox1.Controls.Add(this.tBT);
  855. this.groupBox1.Controls.Add(this.label14);
  856. this.groupBox1.Controls.Add(this.tBZ);
  857. this.groupBox1.Controls.Add(this.button7);
  858. this.groupBox1.Controls.Add(this.tBY);
  859. this.groupBox1.Controls.Add(this.button8);
  860. this.groupBox1.Controls.Add(this.tBX);
  861. this.groupBox1.Controls.Add(this.button9);
  862. this.groupBox1.Controls.Add(this.label21);
  863. this.groupBox1.Controls.Add(this.button10);
  864. this.groupBox1.Controls.Add(this.label20);
  865. this.groupBox1.Controls.Add(this.label4);
  866. this.groupBox1.Controls.Add(this.label19);
  867. this.groupBox1.Controls.Add(this.label5);
  868. this.groupBox1.Controls.Add(this.label18);
  869. this.groupBox1.Location = new System.Drawing.Point(12, 12);
  870. this.groupBox1.Name = "groupBox1";
  871. this.groupBox1.Size = new System.Drawing.Size(737, 576);
  872. this.groupBox1.TabIndex = 76;
  873. this.groupBox1.TabStop = false;
  874. this.groupBox1.Text = "电镜和样品台控制";
  875. //
  876. // 拍图
  877. //
  878. this.拍图.Controls.Add(this.pBImage);
  879. this.拍图.Controls.Add(this.button24);
  880. this.拍图.Location = new System.Drawing.Point(790, 12);
  881. this.拍图.Name = "拍图";
  882. this.拍图.Size = new System.Drawing.Size(890, 576);
  883. this.拍图.TabIndex = 77;
  884. this.拍图.TabStop = false;
  885. this.拍图.Text = "拍图";
  886. //
  887. // pBImage
  888. //
  889. this.pBImage.Location = new System.Drawing.Point(6, 77);
  890. this.pBImage.Name = "pBImage";
  891. this.pBImage.Size = new System.Drawing.Size(878, 493);
  892. this.pBImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  893. this.pBImage.TabIndex = 1;
  894. this.pBImage.TabStop = false;
  895. //
  896. // button24
  897. //
  898. this.button24.Location = new System.Drawing.Point(39, 27);
  899. this.button24.Name = "button24";
  900. this.button24.Size = new System.Drawing.Size(75, 40);
  901. this.button24.TabIndex = 0;
  902. this.button24.Text = "拍图";
  903. this.button24.UseVisualStyleBackColor = true;
  904. this.button24.Click += new System.EventHandler(this.button24_Click);
  905. //
  906. // groupBox2
  907. //
  908. this.groupBox2.Controls.Add(this.dataGridView1);
  909. this.groupBox2.Controls.Add(this.chart1);
  910. this.groupBox2.Controls.Add(this.button26);
  911. this.groupBox2.Controls.Add(this.button25);
  912. this.groupBox2.Location = new System.Drawing.Point(20, 610);
  913. this.groupBox2.Name = "groupBox2";
  914. this.groupBox2.Size = new System.Drawing.Size(1654, 448);
  915. this.groupBox2.TabIndex = 78;
  916. this.groupBox2.TabStop = false;
  917. this.groupBox2.Text = "能谱";
  918. //
  919. // button25
  920. //
  921. this.button25.Location = new System.Drawing.Point(27, 39);
  922. this.button25.Name = "button25";
  923. this.button25.Size = new System.Drawing.Size(113, 44);
  924. this.button25.TabIndex = 0;
  925. this.button25.Text = "点采集";
  926. this.button25.UseVisualStyleBackColor = true;
  927. this.button25.Click += new System.EventHandler(this.button25_Click);
  928. //
  929. // button26
  930. //
  931. this.button26.Location = new System.Drawing.Point(175, 40);
  932. this.button26.Name = "button26";
  933. this.button26.Size = new System.Drawing.Size(123, 44);
  934. this.button26.TabIndex = 1;
  935. this.button26.Text = "面采集";
  936. this.button26.UseVisualStyleBackColor = true;
  937. this.button26.Click += new System.EventHandler(this.button26_Click);
  938. //
  939. // chart1
  940. //
  941. chartArea4.Name = "ChartArea1";
  942. this.chart1.ChartAreas.Add(chartArea4);
  943. legend4.Name = "Legend1";
  944. this.chart1.Legends.Add(legend4);
  945. this.chart1.Location = new System.Drawing.Point(328, 40);
  946. this.chart1.Name = "chart1";
  947. series4.ChartArea = "ChartArea1";
  948. series4.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
  949. series4.Legend = "Legend1";
  950. series4.Name = "Series1";
  951. this.chart1.Series.Add(series4);
  952. this.chart1.Size = new System.Drawing.Size(1311, 387);
  953. this.chart1.TabIndex = 3;
  954. this.chart1.Text = "chart1";
  955. //
  956. // dataGridView1
  957. //
  958. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  959. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  960. this.元素,
  961. this.含量});
  962. this.dataGridView1.Location = new System.Drawing.Point(27, 104);
  963. this.dataGridView1.Name = "dataGridView1";
  964. this.dataGridView1.RowTemplate.Height = 30;
  965. this.dataGridView1.Size = new System.Drawing.Size(271, 323);
  966. this.dataGridView1.TabIndex = 79;
  967. //
  968. // 元素
  969. //
  970. this.元素.HeaderText = "元素";
  971. this.元素.Name = "元素";
  972. //
  973. // 含量
  974. //
  975. this.含量.HeaderText = "含量";
  976. this.含量.Name = "含量";
  977. //
  978. // Form1
  979. //
  980. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  981. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  982. this.ClientSize = new System.Drawing.Size(1687, 1070);
  983. this.Controls.Add(this.groupBox2);
  984. this.Controls.Add(this.拍图);
  985. this.Controls.Add(this.groupBox1);
  986. this.Name = "Form1";
  987. this.groupBox1.ResumeLayout(false);
  988. this.groupBox1.PerformLayout();
  989. this.拍图.ResumeLayout(false);
  990. ((System.ComponentModel.ISupportInitialize)(this.pBImage)).EndInit();
  991. this.groupBox2.ResumeLayout(false);
  992. ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
  993. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  994. this.ResumeLayout(false);
  995. }
  996. #endregion
  997. private System.Windows.Forms.Label label1;
  998. private System.Windows.Forms.Label label2;
  999. private System.Windows.Forms.Label label3;
  1000. private System.Windows.Forms.Label label6;
  1001. private System.Windows.Forms.Label label7;
  1002. private System.Windows.Forms.TextBox tBHV;
  1003. private System.Windows.Forms.Label label8;
  1004. private System.Windows.Forms.Button button1;
  1005. private System.Windows.Forms.TextBox tBHVIn;
  1006. private System.Windows.Forms.Button button2;
  1007. private System.Windows.Forms.Label label9;
  1008. private System.Windows.Forms.TextBox tBWD;
  1009. private System.Windows.Forms.TextBox tBMag;
  1010. private System.Windows.Forms.TextBox tBBright;
  1011. private System.Windows.Forms.TextBox tBContast;
  1012. private System.Windows.Forms.Label label10;
  1013. private System.Windows.Forms.Label label11;
  1014. private System.Windows.Forms.Label label12;
  1015. private System.Windows.Forms.Label label13;
  1016. private System.Windows.Forms.Button button3;
  1017. private System.Windows.Forms.Button button4;
  1018. private System.Windows.Forms.Button button5;
  1019. private System.Windows.Forms.Button button6;
  1020. private System.Windows.Forms.TextBox tBWDIn;
  1021. private System.Windows.Forms.TextBox tBMagIn;
  1022. private System.Windows.Forms.TextBox tBrightIn;
  1023. private System.Windows.Forms.TextBox tBContrastIn;
  1024. private System.Windows.Forms.Label label14;
  1025. private System.Windows.Forms.Label label15;
  1026. private System.Windows.Forms.Label label16;
  1027. private System.Windows.Forms.Label label17;
  1028. private System.Windows.Forms.Button button7;
  1029. private System.Windows.Forms.Button button8;
  1030. private System.Windows.Forms.Button button9;
  1031. private System.Windows.Forms.Button button10;
  1032. private System.Windows.Forms.Label label4;
  1033. private System.Windows.Forms.Label label5;
  1034. private System.Windows.Forms.Label label18;
  1035. private System.Windows.Forms.Label label19;
  1036. private System.Windows.Forms.Label label20;
  1037. private System.Windows.Forms.Label label21;
  1038. private System.Windows.Forms.TextBox tBX;
  1039. private System.Windows.Forms.TextBox tBY;
  1040. private System.Windows.Forms.TextBox tBZ;
  1041. private System.Windows.Forms.TextBox tBT;
  1042. private System.Windows.Forms.TextBox tBR;
  1043. private System.Windows.Forms.Label label22;
  1044. private System.Windows.Forms.Label label23;
  1045. private System.Windows.Forms.Label label24;
  1046. private System.Windows.Forms.Label label25;
  1047. private System.Windows.Forms.Label label26;
  1048. private System.Windows.Forms.Button button11;
  1049. private System.Windows.Forms.Button button12;
  1050. private System.Windows.Forms.Button button13;
  1051. private System.Windows.Forms.Button button14;
  1052. private System.Windows.Forms.Button button15;
  1053. private System.Windows.Forms.TextBox tBXIn;
  1054. private System.Windows.Forms.TextBox tBYIn;
  1055. private System.Windows.Forms.TextBox tBZIn;
  1056. private System.Windows.Forms.TextBox tBTIn;
  1057. private System.Windows.Forms.TextBox tBRIn;
  1058. private System.Windows.Forms.Label label27;
  1059. private System.Windows.Forms.Label label28;
  1060. private System.Windows.Forms.Label label29;
  1061. private System.Windows.Forms.Label label30;
  1062. private System.Windows.Forms.Label label31;
  1063. private System.Windows.Forms.Button button16;
  1064. private System.Windows.Forms.Button button17;
  1065. private System.Windows.Forms.Button button18;
  1066. private System.Windows.Forms.Button button19;
  1067. private System.Windows.Forms.Button button20;
  1068. private System.Windows.Forms.Button button21;
  1069. private System.Windows.Forms.Button button22;
  1070. private System.Windows.Forms.Button button23;
  1071. private System.Windows.Forms.GroupBox groupBox1;
  1072. private System.Windows.Forms.GroupBox 拍图;
  1073. private System.Windows.Forms.Button button24;
  1074. private System.Windows.Forms.PictureBox pBImage;
  1075. private System.Windows.Forms.GroupBox groupBox2;
  1076. private System.Windows.Forms.DataGridView dataGridView1;
  1077. private System.Windows.Forms.DataGridViewTextBoxColumn 元素;
  1078. private System.Windows.Forms.DataGridViewTextBoxColumn 含量;
  1079. private System.Windows.Forms.DataVisualization.Charting.Chart chart1;
  1080. private System.Windows.Forms.Button button26;
  1081. private System.Windows.Forms.Button button25;
  1082. }
  1083. }