Form1.Designer.cs 55 KB

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