Form1.Designer.cs 51 KB

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