Form1.Designer.cs 55 KB

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