Form1.Designer.cs 56 KB

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