Form1.Designer.cs 77 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640
  1. namespace OxfordTest
  2. {
  3. partial class Form1
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
  29. System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
  30. System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
  31. System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.label3 = new System.Windows.Forms.Label();
  35. this.label6 = new System.Windows.Forms.Label();
  36. this.label7 = new System.Windows.Forms.Label();
  37. this.tBHV = new System.Windows.Forms.TextBox();
  38. this.label8 = new System.Windows.Forms.Label();
  39. this.button1 = new System.Windows.Forms.Button();
  40. this.tBHVIn = new System.Windows.Forms.TextBox();
  41. this.button2 = new System.Windows.Forms.Button();
  42. this.label9 = new System.Windows.Forms.Label();
  43. this.tBWD = new System.Windows.Forms.TextBox();
  44. this.tBMag = new System.Windows.Forms.TextBox();
  45. this.tBBright = new System.Windows.Forms.TextBox();
  46. this.tBContast = new System.Windows.Forms.TextBox();
  47. this.label10 = new System.Windows.Forms.Label();
  48. this.label11 = new System.Windows.Forms.Label();
  49. this.label12 = new System.Windows.Forms.Label();
  50. this.label13 = new System.Windows.Forms.Label();
  51. this.button3 = new System.Windows.Forms.Button();
  52. this.button4 = new System.Windows.Forms.Button();
  53. this.button5 = new System.Windows.Forms.Button();
  54. this.button6 = new System.Windows.Forms.Button();
  55. this.tBWDIn = new System.Windows.Forms.TextBox();
  56. this.tBMagIn = new System.Windows.Forms.TextBox();
  57. this.tBrightIn = new System.Windows.Forms.TextBox();
  58. this.tBContrastIn = new System.Windows.Forms.TextBox();
  59. this.label14 = new System.Windows.Forms.Label();
  60. this.label15 = new System.Windows.Forms.Label();
  61. this.label16 = new System.Windows.Forms.Label();
  62. this.label17 = new System.Windows.Forms.Label();
  63. this.button7 = new System.Windows.Forms.Button();
  64. this.button8 = new System.Windows.Forms.Button();
  65. this.button9 = new System.Windows.Forms.Button();
  66. this.button10 = new System.Windows.Forms.Button();
  67. this.label4 = new System.Windows.Forms.Label();
  68. this.label5 = new System.Windows.Forms.Label();
  69. this.label18 = new System.Windows.Forms.Label();
  70. this.label19 = new System.Windows.Forms.Label();
  71. this.label20 = new System.Windows.Forms.Label();
  72. this.label21 = new System.Windows.Forms.Label();
  73. this.tBX = new System.Windows.Forms.TextBox();
  74. this.tBY = new System.Windows.Forms.TextBox();
  75. this.tBZ = new System.Windows.Forms.TextBox();
  76. this.tBT = new System.Windows.Forms.TextBox();
  77. this.tBR = new System.Windows.Forms.TextBox();
  78. this.label22 = new System.Windows.Forms.Label();
  79. this.label23 = new System.Windows.Forms.Label();
  80. this.label24 = new System.Windows.Forms.Label();
  81. this.label25 = new System.Windows.Forms.Label();
  82. this.label26 = new System.Windows.Forms.Label();
  83. this.button11 = new System.Windows.Forms.Button();
  84. this.button12 = new System.Windows.Forms.Button();
  85. this.button13 = new System.Windows.Forms.Button();
  86. this.button14 = new System.Windows.Forms.Button();
  87. this.button15 = new System.Windows.Forms.Button();
  88. this.tBXIn = new System.Windows.Forms.TextBox();
  89. this.tBYIn = new System.Windows.Forms.TextBox();
  90. this.tBZIn = new System.Windows.Forms.TextBox();
  91. this.tBTIn = new System.Windows.Forms.TextBox();
  92. this.tBRIn = new System.Windows.Forms.TextBox();
  93. this.label27 = new System.Windows.Forms.Label();
  94. this.label28 = new System.Windows.Forms.Label();
  95. this.label29 = new System.Windows.Forms.Label();
  96. this.label30 = new System.Windows.Forms.Label();
  97. this.label31 = new System.Windows.Forms.Label();
  98. this.button16 = new System.Windows.Forms.Button();
  99. this.button17 = new System.Windows.Forms.Button();
  100. this.button18 = new System.Windows.Forms.Button();
  101. this.button19 = new System.Windows.Forms.Button();
  102. this.button20 = new System.Windows.Forms.Button();
  103. this.button21 = new System.Windows.Forms.Button();
  104. this.button22 = new System.Windows.Forms.Button();
  105. this.button23 = new System.Windows.Forms.Button();
  106. this.groupBox1 = new System.Windows.Forms.GroupBox();
  107. this.btnCreateDB = new System.Windows.Forms.Button();
  108. this.拍图 = new System.Windows.Forms.GroupBox();
  109. this.pBImage = new System.Windows.Forms.PictureBox();
  110. this.button24 = new System.Windows.Forms.Button();
  111. this.groupBox2 = new System.Windows.Forms.GroupBox();
  112. this.btnTest = new System.Windows.Forms.Button();
  113. this.label37 = new System.Windows.Forms.Label();
  114. this.txtarea2l3 = new System.Windows.Forms.TextBox();
  115. this.txtarea2l2 = new System.Windows.Forms.TextBox();
  116. this.txtarea2y3 = new System.Windows.Forms.TextBox();
  117. this.txtarea2x3 = new System.Windows.Forms.TextBox();
  118. this.txtarea2y2 = new System.Windows.Forms.TextBox();
  119. this.txtarea2x2 = new System.Windows.Forms.TextBox();
  120. this.txtarea2l1 = new System.Windows.Forms.TextBox();
  121. this.txtarea1l3 = new System.Windows.Forms.TextBox();
  122. this.txtarea2y1 = new System.Windows.Forms.TextBox();
  123. this.txtarea2x1 = new System.Windows.Forms.TextBox();
  124. this.txtarea1y3 = new System.Windows.Forms.TextBox();
  125. this.txtarea1x3 = new System.Windows.Forms.TextBox();
  126. this.txtarea1l2 = new System.Windows.Forms.TextBox();
  127. this.txtarea1l1 = new System.Windows.Forms.TextBox();
  128. this.txtarea1y2 = new System.Windows.Forms.TextBox();
  129. this.txtarea1x2 = new System.Windows.Forms.TextBox();
  130. this.txtarea1y1 = new System.Windows.Forms.TextBox();
  131. this.txtarea1x1 = new System.Windows.Forms.TextBox();
  132. this.label36 = new System.Windows.Forms.Label();
  133. this.txtpy5 = new System.Windows.Forms.TextBox();
  134. this.txtpx5 = new System.Windows.Forms.TextBox();
  135. this.txtpy4 = new System.Windows.Forms.TextBox();
  136. this.txtpx4 = new System.Windows.Forms.TextBox();
  137. this.txtpy3 = new System.Windows.Forms.TextBox();
  138. this.txtpx3 = new System.Windows.Forms.TextBox();
  139. this.txtpy2 = new System.Windows.Forms.TextBox();
  140. this.txtpx2 = new System.Windows.Forms.TextBox();
  141. this.label35 = new System.Windows.Forms.Label();
  142. this.label34 = new System.Windows.Forms.Label();
  143. this.label33 = new System.Windows.Forms.Label();
  144. this.txtpy1 = new System.Windows.Forms.TextBox();
  145. this.txtpx1 = new System.Windows.Forms.TextBox();
  146. this.label32 = new System.Windows.Forms.Label();
  147. this.NUDNum = new System.Windows.Forms.NumericUpDown();
  148. this.btnReadP = new System.Windows.Forms.Button();
  149. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  150. this.元素 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  151. this.含量 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  152. this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
  153. this.button26 = new System.Windows.Forms.Button();
  154. this.button25 = new System.Windows.Forms.Button();
  155. this.button27 = new System.Windows.Forms.Button();
  156. this.groupBox1.SuspendLayout();
  157. this.拍图.SuspendLayout();
  158. ((System.ComponentModel.ISupportInitialize)(this.pBImage)).BeginInit();
  159. this.groupBox2.SuspendLayout();
  160. ((System.ComponentModel.ISupportInitialize)(this.NUDNum)).BeginInit();
  161. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  162. ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
  163. this.SuspendLayout();
  164. //
  165. // label1
  166. //
  167. this.label1.AutoSize = true;
  168. this.label1.Location = new System.Drawing.Point(83, 31);
  169. this.label1.Name = "label1";
  170. this.label1.Size = new System.Drawing.Size(37, 15);
  171. this.label1.TabIndex = 0;
  172. this.label1.Text = "高压";
  173. //
  174. // label2
  175. //
  176. this.label2.AutoSize = true;
  177. this.label2.Location = new System.Drawing.Point(51, 67);
  178. this.label2.Name = "label2";
  179. this.label2.Size = new System.Drawing.Size(67, 15);
  180. this.label2.TabIndex = 1;
  181. this.label2.Text = "工作距离";
  182. //
  183. // label3
  184. //
  185. this.label3.AutoSize = true;
  186. this.label3.Location = new System.Drawing.Point(51, 105);
  187. this.label3.Name = "label3";
  188. this.label3.Size = new System.Drawing.Size(67, 15);
  189. this.label3.TabIndex = 2;
  190. this.label3.Text = "放大倍数";
  191. //
  192. // label6
  193. //
  194. this.label6.AutoSize = true;
  195. this.label6.Location = new System.Drawing.Point(83, 141);
  196. this.label6.Name = "label6";
  197. this.label6.Size = new System.Drawing.Size(37, 15);
  198. this.label6.TabIndex = 5;
  199. this.label6.Text = "亮度";
  200. //
  201. // label7
  202. //
  203. this.label7.AutoSize = true;
  204. this.label7.Location = new System.Drawing.Point(67, 189);
  205. this.label7.Name = "label7";
  206. this.label7.Size = new System.Drawing.Size(52, 15);
  207. this.label7.TabIndex = 6;
  208. this.label7.Text = "对比度";
  209. //
  210. // tBHV
  211. //
  212. this.tBHV.Location = new System.Drawing.Point(163, 28);
  213. this.tBHV.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  214. this.tBHV.Name = "tBHV";
  215. this.tBHV.ReadOnly = true;
  216. this.tBHV.Size = new System.Drawing.Size(89, 25);
  217. this.tBHV.TabIndex = 7;
  218. //
  219. // label8
  220. //
  221. this.label8.AutoSize = true;
  222. this.label8.Location = new System.Drawing.Point(257, 31);
  223. this.label8.Name = "label8";
  224. this.label8.Size = new System.Drawing.Size(23, 15);
  225. this.label8.TabIndex = 8;
  226. this.label8.Text = "kV";
  227. //
  228. // button1
  229. //
  230. this.button1.Location = new System.Drawing.Point(299, 22);
  231. this.button1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  232. this.button1.Name = "button1";
  233. this.button1.Size = new System.Drawing.Size(67, 32);
  234. this.button1.TabIndex = 9;
  235. this.button1.Text = "获取";
  236. this.button1.UseVisualStyleBackColor = true;
  237. this.button1.Click += new System.EventHandler(this.button1_Click);
  238. //
  239. // tBHVIn
  240. //
  241. this.tBHVIn.Location = new System.Drawing.Point(411, 28);
  242. this.tBHVIn.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  243. this.tBHVIn.Name = "tBHVIn";
  244. this.tBHVIn.Size = new System.Drawing.Size(89, 25);
  245. this.tBHVIn.TabIndex = 10;
  246. this.tBHVIn.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox1_KeyPress);
  247. //
  248. // button2
  249. //
  250. this.button2.Location = new System.Drawing.Point(567, 22);
  251. this.button2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  252. this.button2.Name = "button2";
  253. this.button2.Size = new System.Drawing.Size(67, 32);
  254. this.button2.TabIndex = 11;
  255. this.button2.Text = "设定";
  256. this.button2.UseVisualStyleBackColor = true;
  257. this.button2.Click += new System.EventHandler(this.button2_Click);
  258. //
  259. // label9
  260. //
  261. this.label9.AutoSize = true;
  262. this.label9.Location = new System.Drawing.Point(505, 31);
  263. this.label9.Name = "label9";
  264. this.label9.Size = new System.Drawing.Size(23, 15);
  265. this.label9.TabIndex = 12;
  266. this.label9.Text = "kV";
  267. //
  268. // tBWD
  269. //
  270. this.tBWD.Location = new System.Drawing.Point(163, 64);
  271. this.tBWD.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  272. this.tBWD.Name = "tBWD";
  273. this.tBWD.ReadOnly = true;
  274. this.tBWD.Size = new System.Drawing.Size(89, 25);
  275. this.tBWD.TabIndex = 13;
  276. //
  277. // tBMag
  278. //
  279. this.tBMag.Location = new System.Drawing.Point(163, 102);
  280. this.tBMag.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  281. this.tBMag.Name = "tBMag";
  282. this.tBMag.ReadOnly = true;
  283. this.tBMag.Size = new System.Drawing.Size(89, 25);
  284. this.tBMag.TabIndex = 14;
  285. //
  286. // tBBright
  287. //
  288. this.tBBright.Location = new System.Drawing.Point(163, 138);
  289. this.tBBright.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  290. this.tBBright.Name = "tBBright";
  291. this.tBBright.ReadOnly = true;
  292. this.tBBright.Size = new System.Drawing.Size(89, 25);
  293. this.tBBright.TabIndex = 15;
  294. //
  295. // tBContast
  296. //
  297. this.tBContast.Location = new System.Drawing.Point(163, 181);
  298. this.tBContast.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  299. this.tBContast.Name = "tBContast";
  300. this.tBContast.ReadOnly = true;
  301. this.tBContast.Size = new System.Drawing.Size(89, 25);
  302. this.tBContast.TabIndex = 16;
  303. //
  304. // label10
  305. //
  306. this.label10.AutoSize = true;
  307. this.label10.Location = new System.Drawing.Point(257, 67);
  308. this.label10.Name = "label10";
  309. this.label10.Size = new System.Drawing.Size(23, 15);
  310. this.label10.TabIndex = 17;
  311. this.label10.Text = "mm";
  312. //
  313. // label11
  314. //
  315. this.label11.AutoSize = true;
  316. this.label11.Location = new System.Drawing.Point(257, 105);
  317. this.label11.Name = "label11";
  318. this.label11.Size = new System.Drawing.Size(15, 15);
  319. this.label11.TabIndex = 18;
  320. this.label11.Text = "X";
  321. //
  322. // label12
  323. //
  324. this.label12.AutoSize = true;
  325. this.label12.Location = new System.Drawing.Point(257, 141);
  326. this.label12.Name = "label12";
  327. this.label12.Size = new System.Drawing.Size(15, 15);
  328. this.label12.TabIndex = 19;
  329. this.label12.Text = "%";
  330. //
  331. // label13
  332. //
  333. this.label13.AutoSize = true;
  334. this.label13.Location = new System.Drawing.Point(257, 183);
  335. this.label13.Name = "label13";
  336. this.label13.Size = new System.Drawing.Size(15, 15);
  337. this.label13.TabIndex = 20;
  338. this.label13.Text = "%";
  339. //
  340. // button3
  341. //
  342. this.button3.Location = new System.Drawing.Point(299, 60);
  343. this.button3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  344. this.button3.Name = "button3";
  345. this.button3.Size = new System.Drawing.Size(67, 32);
  346. this.button3.TabIndex = 21;
  347. this.button3.Text = "获取";
  348. this.button3.UseVisualStyleBackColor = true;
  349. this.button3.Click += new System.EventHandler(this.button3_Click);
  350. //
  351. // button4
  352. //
  353. this.button4.Location = new System.Drawing.Point(299, 97);
  354. this.button4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  355. this.button4.Name = "button4";
  356. this.button4.Size = new System.Drawing.Size(67, 32);
  357. this.button4.TabIndex = 22;
  358. this.button4.Text = "获取";
  359. this.button4.UseVisualStyleBackColor = true;
  360. this.button4.Click += new System.EventHandler(this.button4_Click);
  361. //
  362. // button5
  363. //
  364. this.button5.Location = new System.Drawing.Point(299, 132);
  365. this.button5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  366. this.button5.Name = "button5";
  367. this.button5.Size = new System.Drawing.Size(67, 32);
  368. this.button5.TabIndex = 23;
  369. this.button5.Text = "获取";
  370. this.button5.UseVisualStyleBackColor = true;
  371. this.button5.Click += new System.EventHandler(this.button5_Click);
  372. //
  373. // button6
  374. //
  375. this.button6.Location = new System.Drawing.Point(299, 181);
  376. this.button6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  377. this.button6.Name = "button6";
  378. this.button6.Size = new System.Drawing.Size(67, 32);
  379. this.button6.TabIndex = 24;
  380. this.button6.Text = "获取";
  381. this.button6.UseVisualStyleBackColor = true;
  382. this.button6.Click += new System.EventHandler(this.button6_Click);
  383. //
  384. // tBWDIn
  385. //
  386. this.tBWDIn.Location = new System.Drawing.Point(411, 64);
  387. this.tBWDIn.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  388. this.tBWDIn.Name = "tBWDIn";
  389. this.tBWDIn.Size = new System.Drawing.Size(89, 25);
  390. this.tBWDIn.TabIndex = 25;
  391. this.tBWDIn.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tBWDIn_KeyPress);
  392. //
  393. // tBMagIn
  394. //
  395. this.tBMagIn.Location = new System.Drawing.Point(411, 102);
  396. this.tBMagIn.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  397. this.tBMagIn.Name = "tBMagIn";
  398. this.tBMagIn.Size = new System.Drawing.Size(89, 25);
  399. this.tBMagIn.TabIndex = 26;
  400. this.tBMagIn.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tBMagIn_KeyPress);
  401. //
  402. // tBrightIn
  403. //
  404. this.tBrightIn.Location = new System.Drawing.Point(411, 142);
  405. this.tBrightIn.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  406. this.tBrightIn.Name = "tBrightIn";
  407. this.tBrightIn.Size = new System.Drawing.Size(89, 25);
  408. this.tBrightIn.TabIndex = 27;
  409. this.tBrightIn.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tBrightIn_KeyPress);
  410. //
  411. // tBContrastIn
  412. //
  413. this.tBContrastIn.Location = new System.Drawing.Point(411, 187);
  414. this.tBContrastIn.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  415. this.tBContrastIn.Name = "tBContrastIn";
  416. this.tBContrastIn.Size = new System.Drawing.Size(89, 25);
  417. this.tBContrastIn.TabIndex = 28;
  418. this.tBContrastIn.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tBContrastIn_KeyPress);
  419. //
  420. // label14
  421. //
  422. this.label14.AutoSize = true;
  423. this.label14.Location = new System.Drawing.Point(505, 189);
  424. this.label14.Name = "label14";
  425. this.label14.Size = new System.Drawing.Size(15, 15);
  426. this.label14.TabIndex = 32;
  427. this.label14.Text = "%";
  428. //
  429. // label15
  430. //
  431. this.label15.AutoSize = true;
  432. this.label15.Location = new System.Drawing.Point(505, 147);
  433. this.label15.Name = "label15";
  434. this.label15.Size = new System.Drawing.Size(15, 15);
  435. this.label15.TabIndex = 31;
  436. this.label15.Text = "%";
  437. //
  438. // label16
  439. //
  440. this.label16.AutoSize = true;
  441. this.label16.Location = new System.Drawing.Point(505, 111);
  442. this.label16.Name = "label16";
  443. this.label16.Size = new System.Drawing.Size(15, 15);
  444. this.label16.TabIndex = 30;
  445. this.label16.Text = "X";
  446. //
  447. // label17
  448. //
  449. this.label17.AutoSize = true;
  450. this.label17.Location = new System.Drawing.Point(505, 72);
  451. this.label17.Name = "label17";
  452. this.label17.Size = new System.Drawing.Size(23, 15);
  453. this.label17.TabIndex = 29;
  454. this.label17.Text = "mm";
  455. //
  456. // button7
  457. //
  458. this.button7.Location = new System.Drawing.Point(567, 60);
  459. this.button7.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  460. this.button7.Name = "button7";
  461. this.button7.Size = new System.Drawing.Size(67, 32);
  462. this.button7.TabIndex = 33;
  463. this.button7.Text = "设定";
  464. this.button7.UseVisualStyleBackColor = true;
  465. this.button7.Click += new System.EventHandler(this.button7_Click);
  466. //
  467. // button8
  468. //
  469. this.button8.Location = new System.Drawing.Point(567, 97);
  470. this.button8.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  471. this.button8.Name = "button8";
  472. this.button8.Size = new System.Drawing.Size(67, 32);
  473. this.button8.TabIndex = 34;
  474. this.button8.Text = "设定";
  475. this.button8.UseVisualStyleBackColor = true;
  476. this.button8.Click += new System.EventHandler(this.button8_Click);
  477. //
  478. // button9
  479. //
  480. this.button9.Location = new System.Drawing.Point(567, 132);
  481. this.button9.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  482. this.button9.Name = "button9";
  483. this.button9.Size = new System.Drawing.Size(67, 32);
  484. this.button9.TabIndex = 35;
  485. this.button9.Text = "设定";
  486. this.button9.UseVisualStyleBackColor = true;
  487. this.button9.Click += new System.EventHandler(this.button9_Click);
  488. //
  489. // button10
  490. //
  491. this.button10.Location = new System.Drawing.Point(567, 175);
  492. this.button10.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  493. this.button10.Name = "button10";
  494. this.button10.Size = new System.Drawing.Size(67, 32);
  495. this.button10.TabIndex = 36;
  496. this.button10.Text = "设定";
  497. this.button10.UseVisualStyleBackColor = true;
  498. this.button10.Click += new System.EventHandler(this.button10_Click);
  499. //
  500. // label4
  501. //
  502. this.label4.AutoSize = true;
  503. this.label4.Location = new System.Drawing.Point(15, 242);
  504. this.label4.Name = "label4";
  505. this.label4.Size = new System.Drawing.Size(52, 15);
  506. this.label4.TabIndex = 37;
  507. this.label4.Text = "样品台";
  508. //
  509. // label5
  510. //
  511. this.label5.AutoSize = true;
  512. this.label5.Location = new System.Drawing.Point(92, 242);
  513. this.label5.Name = "label5";
  514. this.label5.Size = new System.Drawing.Size(15, 15);
  515. this.label5.TabIndex = 38;
  516. this.label5.Text = "X";
  517. //
  518. // label18
  519. //
  520. this.label18.AutoSize = true;
  521. this.label18.Location = new System.Drawing.Point(92, 281);
  522. this.label18.Name = "label18";
  523. this.label18.Size = new System.Drawing.Size(15, 15);
  524. this.label18.TabIndex = 39;
  525. this.label18.Text = "Y";
  526. //
  527. // label19
  528. //
  529. this.label19.AutoSize = true;
  530. this.label19.Location = new System.Drawing.Point(92, 318);
  531. this.label19.Name = "label19";
  532. this.label19.Size = new System.Drawing.Size(15, 15);
  533. this.label19.TabIndex = 40;
  534. this.label19.Text = "Z";
  535. //
  536. // label20
  537. //
  538. this.label20.AutoSize = true;
  539. this.label20.Location = new System.Drawing.Point(92, 354);
  540. this.label20.Name = "label20";
  541. this.label20.Size = new System.Drawing.Size(15, 15);
  542. this.label20.TabIndex = 41;
  543. this.label20.Text = "T";
  544. //
  545. // label21
  546. //
  547. this.label21.AutoSize = true;
  548. this.label21.Location = new System.Drawing.Point(92, 391);
  549. this.label21.Name = "label21";
  550. this.label21.Size = new System.Drawing.Size(15, 15);
  551. this.label21.TabIndex = 42;
  552. this.label21.Text = "R";
  553. //
  554. // tBX
  555. //
  556. this.tBX.Location = new System.Drawing.Point(163, 234);
  557. this.tBX.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  558. this.tBX.Name = "tBX";
  559. this.tBX.ReadOnly = true;
  560. this.tBX.Size = new System.Drawing.Size(89, 25);
  561. this.tBX.TabIndex = 43;
  562. //
  563. // tBY
  564. //
  565. this.tBY.Location = new System.Drawing.Point(163, 278);
  566. this.tBY.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  567. this.tBY.Name = "tBY";
  568. this.tBY.ReadOnly = true;
  569. this.tBY.Size = new System.Drawing.Size(89, 25);
  570. this.tBY.TabIndex = 44;
  571. //
  572. // tBZ
  573. //
  574. this.tBZ.Location = new System.Drawing.Point(163, 318);
  575. this.tBZ.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  576. this.tBZ.Name = "tBZ";
  577. this.tBZ.ReadOnly = true;
  578. this.tBZ.Size = new System.Drawing.Size(89, 25);
  579. this.tBZ.TabIndex = 45;
  580. //
  581. // tBT
  582. //
  583. this.tBT.Location = new System.Drawing.Point(163, 354);
  584. this.tBT.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  585. this.tBT.Name = "tBT";
  586. this.tBT.ReadOnly = true;
  587. this.tBT.Size = new System.Drawing.Size(89, 25);
  588. this.tBT.TabIndex = 46;
  589. //
  590. // tBR
  591. //
  592. this.tBR.Location = new System.Drawing.Point(163, 391);
  593. this.tBR.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  594. this.tBR.Name = "tBR";
  595. this.tBR.ReadOnly = true;
  596. this.tBR.Size = new System.Drawing.Size(89, 25);
  597. this.tBR.TabIndex = 47;
  598. //
  599. // label22
  600. //
  601. this.label22.AutoSize = true;
  602. this.label22.Location = new System.Drawing.Point(257, 242);
  603. this.label22.Name = "label22";
  604. this.label22.Size = new System.Drawing.Size(23, 15);
  605. this.label22.TabIndex = 48;
  606. this.label22.Text = "mm";
  607. //
  608. // label23
  609. //
  610. this.label23.AutoSize = true;
  611. this.label23.Location = new System.Drawing.Point(257, 287);
  612. this.label23.Name = "label23";
  613. this.label23.Size = new System.Drawing.Size(23, 15);
  614. this.label23.TabIndex = 49;
  615. this.label23.Text = "mm";
  616. //
  617. // label24
  618. //
  619. this.label24.AutoSize = true;
  620. this.label24.Location = new System.Drawing.Point(257, 321);
  621. this.label24.Name = "label24";
  622. this.label24.Size = new System.Drawing.Size(23, 15);
  623. this.label24.TabIndex = 50;
  624. this.label24.Text = "mm";
  625. //
  626. // label25
  627. //
  628. this.label25.AutoSize = true;
  629. this.label25.Location = new System.Drawing.Point(257, 357);
  630. this.label25.Name = "label25";
  631. this.label25.Size = new System.Drawing.Size(23, 15);
  632. this.label25.TabIndex = 51;
  633. this.label25.Text = "mm";
  634. //
  635. // label26
  636. //
  637. this.label26.AutoSize = true;
  638. this.label26.Location = new System.Drawing.Point(257, 393);
  639. this.label26.Name = "label26";
  640. this.label26.Size = new System.Drawing.Size(23, 15);
  641. this.label26.TabIndex = 52;
  642. this.label26.Text = "mm";
  643. //
  644. // button11
  645. //
  646. this.button11.Location = new System.Drawing.Point(299, 228);
  647. this.button11.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  648. this.button11.Name = "button11";
  649. this.button11.Size = new System.Drawing.Size(67, 32);
  650. this.button11.TabIndex = 53;
  651. this.button11.Text = "获取";
  652. this.button11.UseVisualStyleBackColor = true;
  653. this.button11.Click += new System.EventHandler(this.button11_Click);
  654. //
  655. // button12
  656. //
  657. this.button12.Location = new System.Drawing.Point(299, 272);
  658. this.button12.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  659. this.button12.Name = "button12";
  660. this.button12.Size = new System.Drawing.Size(67, 32);
  661. this.button12.TabIndex = 54;
  662. this.button12.Text = "获取";
  663. this.button12.UseVisualStyleBackColor = true;
  664. this.button12.Click += new System.EventHandler(this.button12_Click);
  665. //
  666. // button13
  667. //
  668. this.button13.Location = new System.Drawing.Point(299, 309);
  669. this.button13.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  670. this.button13.Name = "button13";
  671. this.button13.Size = new System.Drawing.Size(67, 32);
  672. this.button13.TabIndex = 55;
  673. this.button13.Text = "获取";
  674. this.button13.UseVisualStyleBackColor = true;
  675. this.button13.Click += new System.EventHandler(this.button13_Click);
  676. //
  677. // button14
  678. //
  679. this.button14.Location = new System.Drawing.Point(299, 347);
  680. this.button14.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  681. this.button14.Name = "button14";
  682. this.button14.Size = new System.Drawing.Size(67, 32);
  683. this.button14.TabIndex = 56;
  684. this.button14.Text = "获取";
  685. this.button14.UseVisualStyleBackColor = true;
  686. this.button14.Click += new System.EventHandler(this.button14_Click);
  687. //
  688. // button15
  689. //
  690. this.button15.Location = new System.Drawing.Point(299, 385);
  691. this.button15.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  692. this.button15.Name = "button15";
  693. this.button15.Size = new System.Drawing.Size(67, 32);
  694. this.button15.TabIndex = 57;
  695. this.button15.Text = "获取";
  696. this.button15.UseVisualStyleBackColor = true;
  697. this.button15.Click += new System.EventHandler(this.button15_Click);
  698. //
  699. // tBXIn
  700. //
  701. this.tBXIn.Location = new System.Drawing.Point(411, 234);
  702. this.tBXIn.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  703. this.tBXIn.Name = "tBXIn";
  704. this.tBXIn.Size = new System.Drawing.Size(89, 25);
  705. this.tBXIn.TabIndex = 58;
  706. this.tBXIn.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tBXIn_KeyPress);
  707. //
  708. // tBYIn
  709. //
  710. this.tBYIn.Location = new System.Drawing.Point(411, 278);
  711. this.tBYIn.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  712. this.tBYIn.Name = "tBYIn";
  713. this.tBYIn.Size = new System.Drawing.Size(89, 25);
  714. this.tBYIn.TabIndex = 59;
  715. this.tBYIn.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tBYIn_KeyPress);
  716. //
  717. // tBZIn
  718. //
  719. this.tBZIn.Location = new System.Drawing.Point(411, 315);
  720. this.tBZIn.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  721. this.tBZIn.Name = "tBZIn";
  722. this.tBZIn.Size = new System.Drawing.Size(89, 25);
  723. this.tBZIn.TabIndex = 60;
  724. this.tBZIn.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tBZIn_KeyPress);
  725. //
  726. // tBTIn
  727. //
  728. this.tBTIn.Location = new System.Drawing.Point(411, 348);
  729. this.tBTIn.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  730. this.tBTIn.Name = "tBTIn";
  731. this.tBTIn.Size = new System.Drawing.Size(89, 25);
  732. this.tBTIn.TabIndex = 61;
  733. this.tBTIn.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tBTIn_KeyPress);
  734. //
  735. // tBRIn
  736. //
  737. this.tBRIn.Location = new System.Drawing.Point(411, 385);
  738. this.tBRIn.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  739. this.tBRIn.Name = "tBRIn";
  740. this.tBRIn.Size = new System.Drawing.Size(89, 25);
  741. this.tBRIn.TabIndex = 62;
  742. this.tBRIn.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tBRIn_KeyPress);
  743. //
  744. // label27
  745. //
  746. this.label27.AutoSize = true;
  747. this.label27.Location = new System.Drawing.Point(505, 242);
  748. this.label27.Name = "label27";
  749. this.label27.Size = new System.Drawing.Size(23, 15);
  750. this.label27.TabIndex = 63;
  751. this.label27.Text = "mm";
  752. //
  753. // label28
  754. //
  755. this.label28.AutoSize = true;
  756. this.label28.Location = new System.Drawing.Point(505, 281);
  757. this.label28.Name = "label28";
  758. this.label28.Size = new System.Drawing.Size(23, 15);
  759. this.label28.TabIndex = 64;
  760. this.label28.Text = "mm";
  761. //
  762. // label29
  763. //
  764. this.label29.AutoSize = true;
  765. this.label29.Location = new System.Drawing.Point(505, 315);
  766. this.label29.Name = "label29";
  767. this.label29.Size = new System.Drawing.Size(23, 15);
  768. this.label29.TabIndex = 65;
  769. this.label29.Text = "mm";
  770. //
  771. // label30
  772. //
  773. this.label30.AutoSize = true;
  774. this.label30.Location = new System.Drawing.Point(505, 355);
  775. this.label30.Name = "label30";
  776. this.label30.Size = new System.Drawing.Size(23, 15);
  777. this.label30.TabIndex = 66;
  778. this.label30.Text = "mm";
  779. //
  780. // label31
  781. //
  782. this.label31.AutoSize = true;
  783. this.label31.Location = new System.Drawing.Point(505, 393);
  784. this.label31.Name = "label31";
  785. this.label31.Size = new System.Drawing.Size(23, 15);
  786. this.label31.TabIndex = 67;
  787. this.label31.Text = "mm";
  788. //
  789. // button16
  790. //
  791. this.button16.Location = new System.Drawing.Point(567, 234);
  792. this.button16.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  793. this.button16.Name = "button16";
  794. this.button16.Size = new System.Drawing.Size(67, 32);
  795. this.button16.TabIndex = 68;
  796. this.button16.Text = "设定";
  797. this.button16.UseVisualStyleBackColor = true;
  798. this.button16.Click += new System.EventHandler(this.button16_Click);
  799. //
  800. // button17
  801. //
  802. this.button17.Location = new System.Drawing.Point(567, 272);
  803. this.button17.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  804. this.button17.Name = "button17";
  805. this.button17.Size = new System.Drawing.Size(67, 32);
  806. this.button17.TabIndex = 69;
  807. this.button17.Text = "设定";
  808. this.button17.UseVisualStyleBackColor = true;
  809. this.button17.Click += new System.EventHandler(this.button17_Click);
  810. //
  811. // button18
  812. //
  813. this.button18.Location = new System.Drawing.Point(567, 312);
  814. this.button18.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  815. this.button18.Name = "button18";
  816. this.button18.Size = new System.Drawing.Size(67, 32);
  817. this.button18.TabIndex = 70;
  818. this.button18.Text = "设定";
  819. this.button18.UseVisualStyleBackColor = true;
  820. this.button18.Click += new System.EventHandler(this.button18_Click);
  821. //
  822. // button19
  823. //
  824. this.button19.Location = new System.Drawing.Point(567, 350);
  825. this.button19.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  826. this.button19.Name = "button19";
  827. this.button19.Size = new System.Drawing.Size(67, 32);
  828. this.button19.TabIndex = 71;
  829. this.button19.Text = "设定";
  830. this.button19.UseVisualStyleBackColor = true;
  831. this.button19.Click += new System.EventHandler(this.button19_Click);
  832. //
  833. // button20
  834. //
  835. this.button20.Location = new System.Drawing.Point(567, 387);
  836. this.button20.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  837. this.button20.Name = "button20";
  838. this.button20.Size = new System.Drawing.Size(67, 32);
  839. this.button20.TabIndex = 72;
  840. this.button20.Text = "设定";
  841. this.button20.UseVisualStyleBackColor = true;
  842. this.button20.Click += new System.EventHandler(this.button20_Click);
  843. //
  844. // button21
  845. //
  846. this.button21.Location = new System.Drawing.Point(163, 434);
  847. this.button21.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  848. this.button21.Name = "button21";
  849. this.button21.Size = new System.Drawing.Size(141, 32);
  850. this.button21.TabIndex = 73;
  851. this.button21.Text = "获取全部";
  852. this.button21.UseVisualStyleBackColor = true;
  853. this.button21.Click += new System.EventHandler(this.button21_Click);
  854. //
  855. // button22
  856. //
  857. this.button22.Location = new System.Drawing.Point(336, 434);
  858. this.button22.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  859. this.button22.Name = "button22";
  860. this.button22.Size = new System.Drawing.Size(130, 32);
  861. this.button22.TabIndex = 74;
  862. this.button22.Text = "设定XY";
  863. this.button22.UseVisualStyleBackColor = true;
  864. this.button22.Click += new System.EventHandler(this.button22_Click);
  865. //
  866. // button23
  867. //
  868. this.button23.Location = new System.Drawing.Point(508, 434);
  869. this.button23.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  870. this.button23.Name = "button23";
  871. this.button23.Size = new System.Drawing.Size(126, 32);
  872. this.button23.TabIndex = 75;
  873. this.button23.Text = "设定全部";
  874. this.button23.UseVisualStyleBackColor = true;
  875. this.button23.Click += new System.EventHandler(this.button23_Click);
  876. //
  877. // groupBox1
  878. //
  879. this.groupBox1.Controls.Add(this.button27);
  880. this.groupBox1.Controls.Add(this.btnCreateDB);
  881. this.groupBox1.Controls.Add(this.button2);
  882. this.groupBox1.Controls.Add(this.button23);
  883. this.groupBox1.Controls.Add(this.label1);
  884. this.groupBox1.Controls.Add(this.button22);
  885. this.groupBox1.Controls.Add(this.label2);
  886. this.groupBox1.Controls.Add(this.button21);
  887. this.groupBox1.Controls.Add(this.label3);
  888. this.groupBox1.Controls.Add(this.button20);
  889. this.groupBox1.Controls.Add(this.label6);
  890. this.groupBox1.Controls.Add(this.button19);
  891. this.groupBox1.Controls.Add(this.label7);
  892. this.groupBox1.Controls.Add(this.button18);
  893. this.groupBox1.Controls.Add(this.tBHV);
  894. this.groupBox1.Controls.Add(this.button17);
  895. this.groupBox1.Controls.Add(this.label8);
  896. this.groupBox1.Controls.Add(this.button16);
  897. this.groupBox1.Controls.Add(this.button1);
  898. this.groupBox1.Controls.Add(this.label31);
  899. this.groupBox1.Controls.Add(this.tBHVIn);
  900. this.groupBox1.Controls.Add(this.label30);
  901. this.groupBox1.Controls.Add(this.label9);
  902. this.groupBox1.Controls.Add(this.label29);
  903. this.groupBox1.Controls.Add(this.tBWD);
  904. this.groupBox1.Controls.Add(this.label28);
  905. this.groupBox1.Controls.Add(this.tBMag);
  906. this.groupBox1.Controls.Add(this.label27);
  907. this.groupBox1.Controls.Add(this.tBBright);
  908. this.groupBox1.Controls.Add(this.tBRIn);
  909. this.groupBox1.Controls.Add(this.tBContast);
  910. this.groupBox1.Controls.Add(this.tBTIn);
  911. this.groupBox1.Controls.Add(this.label10);
  912. this.groupBox1.Controls.Add(this.tBZIn);
  913. this.groupBox1.Controls.Add(this.label11);
  914. this.groupBox1.Controls.Add(this.tBYIn);
  915. this.groupBox1.Controls.Add(this.label12);
  916. this.groupBox1.Controls.Add(this.tBXIn);
  917. this.groupBox1.Controls.Add(this.label13);
  918. this.groupBox1.Controls.Add(this.button15);
  919. this.groupBox1.Controls.Add(this.button3);
  920. this.groupBox1.Controls.Add(this.button14);
  921. this.groupBox1.Controls.Add(this.button4);
  922. this.groupBox1.Controls.Add(this.button13);
  923. this.groupBox1.Controls.Add(this.button5);
  924. this.groupBox1.Controls.Add(this.button12);
  925. this.groupBox1.Controls.Add(this.button6);
  926. this.groupBox1.Controls.Add(this.button11);
  927. this.groupBox1.Controls.Add(this.tBWDIn);
  928. this.groupBox1.Controls.Add(this.label26);
  929. this.groupBox1.Controls.Add(this.tBMagIn);
  930. this.groupBox1.Controls.Add(this.label25);
  931. this.groupBox1.Controls.Add(this.tBrightIn);
  932. this.groupBox1.Controls.Add(this.label24);
  933. this.groupBox1.Controls.Add(this.tBContrastIn);
  934. this.groupBox1.Controls.Add(this.label23);
  935. this.groupBox1.Controls.Add(this.label17);
  936. this.groupBox1.Controls.Add(this.label22);
  937. this.groupBox1.Controls.Add(this.label16);
  938. this.groupBox1.Controls.Add(this.tBR);
  939. this.groupBox1.Controls.Add(this.label15);
  940. this.groupBox1.Controls.Add(this.tBT);
  941. this.groupBox1.Controls.Add(this.label14);
  942. this.groupBox1.Controls.Add(this.tBZ);
  943. this.groupBox1.Controls.Add(this.button7);
  944. this.groupBox1.Controls.Add(this.tBY);
  945. this.groupBox1.Controls.Add(this.button8);
  946. this.groupBox1.Controls.Add(this.tBX);
  947. this.groupBox1.Controls.Add(this.button9);
  948. this.groupBox1.Controls.Add(this.label21);
  949. this.groupBox1.Controls.Add(this.button10);
  950. this.groupBox1.Controls.Add(this.label20);
  951. this.groupBox1.Controls.Add(this.label4);
  952. this.groupBox1.Controls.Add(this.label19);
  953. this.groupBox1.Controls.Add(this.label5);
  954. this.groupBox1.Controls.Add(this.label18);
  955. this.groupBox1.Location = new System.Drawing.Point(11, 10);
  956. this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  957. this.groupBox1.Name = "groupBox1";
  958. this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
  959. this.groupBox1.Size = new System.Drawing.Size(655, 480);
  960. this.groupBox1.TabIndex = 76;
  961. this.groupBox1.TabStop = false;
  962. this.groupBox1.Text = "电镜和样品台控制";
  963. //
  964. // btnCreateDB
  965. //
  966. this.btnCreateDB.Location = new System.Drawing.Point(6, 434);
  967. this.btnCreateDB.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  968. this.btnCreateDB.Name = "btnCreateDB";
  969. this.btnCreateDB.Size = new System.Drawing.Size(141, 32);
  970. this.btnCreateDB.TabIndex = 76;
  971. this.btnCreateDB.Text = "创建数据库";
  972. this.btnCreateDB.UseVisualStyleBackColor = true;
  973. this.btnCreateDB.Click += new System.EventHandler(this.btnCreateDB_Click);
  974. //
  975. // 拍图
  976. //
  977. this.拍图.Controls.Add(this.pBImage);
  978. this.拍图.Controls.Add(this.button24);
  979. this.拍图.Location = new System.Drawing.Point(702, 10);
  980. this.拍图.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  981. this.拍图.Name = "拍图";
  982. this.拍图.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
  983. this.拍图.Size = new System.Drawing.Size(791, 480);
  984. this.拍图.TabIndex = 77;
  985. this.拍图.TabStop = false;
  986. this.拍图.Text = "拍图";
  987. //
  988. // pBImage
  989. //
  990. this.pBImage.Location = new System.Drawing.Point(5, 64);
  991. this.pBImage.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  992. this.pBImage.Name = "pBImage";
  993. this.pBImage.Size = new System.Drawing.Size(780, 411);
  994. this.pBImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  995. this.pBImage.TabIndex = 1;
  996. this.pBImage.TabStop = false;
  997. //
  998. // button24
  999. //
  1000. this.button24.Location = new System.Drawing.Point(35, 22);
  1001. this.button24.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1002. this.button24.Name = "button24";
  1003. this.button24.Size = new System.Drawing.Size(67, 33);
  1004. this.button24.TabIndex = 0;
  1005. this.button24.Text = "拍图";
  1006. this.button24.UseVisualStyleBackColor = true;
  1007. this.button24.Click += new System.EventHandler(this.button24_Click);
  1008. //
  1009. // groupBox2
  1010. //
  1011. this.groupBox2.Controls.Add(this.btnTest);
  1012. this.groupBox2.Controls.Add(this.label37);
  1013. this.groupBox2.Controls.Add(this.txtarea2l3);
  1014. this.groupBox2.Controls.Add(this.txtarea2l2);
  1015. this.groupBox2.Controls.Add(this.txtarea2y3);
  1016. this.groupBox2.Controls.Add(this.txtarea2x3);
  1017. this.groupBox2.Controls.Add(this.txtarea2y2);
  1018. this.groupBox2.Controls.Add(this.txtarea2x2);
  1019. this.groupBox2.Controls.Add(this.txtarea2l1);
  1020. this.groupBox2.Controls.Add(this.txtarea1l3);
  1021. this.groupBox2.Controls.Add(this.txtarea2y1);
  1022. this.groupBox2.Controls.Add(this.txtarea2x1);
  1023. this.groupBox2.Controls.Add(this.txtarea1y3);
  1024. this.groupBox2.Controls.Add(this.txtarea1x3);
  1025. this.groupBox2.Controls.Add(this.txtarea1l2);
  1026. this.groupBox2.Controls.Add(this.txtarea1l1);
  1027. this.groupBox2.Controls.Add(this.txtarea1y2);
  1028. this.groupBox2.Controls.Add(this.txtarea1x2);
  1029. this.groupBox2.Controls.Add(this.txtarea1y1);
  1030. this.groupBox2.Controls.Add(this.txtarea1x1);
  1031. this.groupBox2.Controls.Add(this.label36);
  1032. this.groupBox2.Controls.Add(this.txtpy5);
  1033. this.groupBox2.Controls.Add(this.txtpx5);
  1034. this.groupBox2.Controls.Add(this.txtpy4);
  1035. this.groupBox2.Controls.Add(this.txtpx4);
  1036. this.groupBox2.Controls.Add(this.txtpy3);
  1037. this.groupBox2.Controls.Add(this.txtpx3);
  1038. this.groupBox2.Controls.Add(this.txtpy2);
  1039. this.groupBox2.Controls.Add(this.txtpx2);
  1040. this.groupBox2.Controls.Add(this.label35);
  1041. this.groupBox2.Controls.Add(this.label34);
  1042. this.groupBox2.Controls.Add(this.label33);
  1043. this.groupBox2.Controls.Add(this.txtpy1);
  1044. this.groupBox2.Controls.Add(this.txtpx1);
  1045. this.groupBox2.Controls.Add(this.label32);
  1046. this.groupBox2.Controls.Add(this.NUDNum);
  1047. this.groupBox2.Controls.Add(this.btnReadP);
  1048. this.groupBox2.Controls.Add(this.dataGridView1);
  1049. this.groupBox2.Controls.Add(this.chart1);
  1050. this.groupBox2.Controls.Add(this.button26);
  1051. this.groupBox2.Controls.Add(this.button25);
  1052. this.groupBox2.Location = new System.Drawing.Point(12, 495);
  1053. this.groupBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1054. this.groupBox2.Name = "groupBox2";
  1055. this.groupBox2.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1056. this.groupBox2.Size = new System.Drawing.Size(1470, 373);
  1057. this.groupBox2.TabIndex = 78;
  1058. this.groupBox2.TabStop = false;
  1059. this.groupBox2.Text = "能谱";
  1060. //
  1061. // btnTest
  1062. //
  1063. this.btnTest.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1064. this.btnTest.Location = new System.Drawing.Point(503, 35);
  1065. this.btnTest.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1066. this.btnTest.Name = "btnTest";
  1067. this.btnTest.Size = new System.Drawing.Size(55, 149);
  1068. this.btnTest.TabIndex = 116;
  1069. this.btnTest.Text = "测试";
  1070. this.btnTest.UseVisualStyleBackColor = true;
  1071. this.btnTest.Click += new System.EventHandler(this.btnTest_Click);
  1072. //
  1073. // label37
  1074. //
  1075. this.label37.AutoSize = true;
  1076. this.label37.Location = new System.Drawing.Point(299, 283);
  1077. this.label37.Name = "label37";
  1078. this.label37.Size = new System.Drawing.Size(63, 15);
  1079. this.label37.TabIndex = 115;
  1080. this.label37.Text = "Areas2:";
  1081. //
  1082. // txtarea2l3
  1083. //
  1084. this.txtarea2l3.Location = new System.Drawing.Point(503, 340);
  1085. this.txtarea2l3.Name = "txtarea2l3";
  1086. this.txtarea2l3.Size = new System.Drawing.Size(55, 25);
  1087. this.txtarea2l3.TabIndex = 114;
  1088. this.txtarea2l3.Text = "55";
  1089. this.txtarea2l3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1090. //
  1091. // txtarea2l2
  1092. //
  1093. this.txtarea2l2.Location = new System.Drawing.Point(503, 311);
  1094. this.txtarea2l2.Name = "txtarea2l2";
  1095. this.txtarea2l2.Size = new System.Drawing.Size(55, 25);
  1096. this.txtarea2l2.TabIndex = 113;
  1097. this.txtarea2l2.Text = "44";
  1098. this.txtarea2l2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1099. //
  1100. // txtarea2y3
  1101. //
  1102. this.txtarea2y3.Location = new System.Drawing.Point(431, 340);
  1103. this.txtarea2y3.Name = "txtarea2y3";
  1104. this.txtarea2y3.Size = new System.Drawing.Size(55, 25);
  1105. this.txtarea2y3.TabIndex = 112;
  1106. this.txtarea2y3.Text = "79";
  1107. this.txtarea2y3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1108. //
  1109. // txtarea2x3
  1110. //
  1111. this.txtarea2x3.Location = new System.Drawing.Point(368, 340);
  1112. this.txtarea2x3.Name = "txtarea2x3";
  1113. this.txtarea2x3.Size = new System.Drawing.Size(55, 25);
  1114. this.txtarea2x3.TabIndex = 111;
  1115. this.txtarea2x3.Text = "66";
  1116. this.txtarea2x3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1117. //
  1118. // txtarea2y2
  1119. //
  1120. this.txtarea2y2.Location = new System.Drawing.Point(431, 311);
  1121. this.txtarea2y2.Name = "txtarea2y2";
  1122. this.txtarea2y2.Size = new System.Drawing.Size(55, 25);
  1123. this.txtarea2y2.TabIndex = 110;
  1124. this.txtarea2y2.Text = "78";
  1125. this.txtarea2y2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1126. //
  1127. // txtarea2x2
  1128. //
  1129. this.txtarea2x2.Location = new System.Drawing.Point(368, 311);
  1130. this.txtarea2x2.Name = "txtarea2x2";
  1131. this.txtarea2x2.Size = new System.Drawing.Size(55, 25);
  1132. this.txtarea2x2.TabIndex = 109;
  1133. this.txtarea2x2.Text = "19";
  1134. this.txtarea2x2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1135. //
  1136. // txtarea2l1
  1137. //
  1138. this.txtarea2l1.Location = new System.Drawing.Point(503, 280);
  1139. this.txtarea2l1.Name = "txtarea2l1";
  1140. this.txtarea2l1.Size = new System.Drawing.Size(55, 25);
  1141. this.txtarea2l1.TabIndex = 108;
  1142. this.txtarea2l1.Text = "33";
  1143. this.txtarea2l1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1144. //
  1145. // txtarea1l3
  1146. //
  1147. this.txtarea1l3.Location = new System.Drawing.Point(503, 251);
  1148. this.txtarea1l3.Name = "txtarea1l3";
  1149. this.txtarea1l3.Size = new System.Drawing.Size(55, 25);
  1150. this.txtarea1l3.TabIndex = 107;
  1151. this.txtarea1l3.Text = "44";
  1152. this.txtarea1l3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1153. //
  1154. // txtarea2y1
  1155. //
  1156. this.txtarea2y1.Location = new System.Drawing.Point(431, 280);
  1157. this.txtarea2y1.Name = "txtarea2y1";
  1158. this.txtarea2y1.Size = new System.Drawing.Size(55, 25);
  1159. this.txtarea2y1.TabIndex = 106;
  1160. this.txtarea2y1.Text = "77";
  1161. this.txtarea2y1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1162. //
  1163. // txtarea2x1
  1164. //
  1165. this.txtarea2x1.Location = new System.Drawing.Point(368, 280);
  1166. this.txtarea2x1.Name = "txtarea2x1";
  1167. this.txtarea2x1.Size = new System.Drawing.Size(55, 25);
  1168. this.txtarea2x1.TabIndex = 105;
  1169. this.txtarea2x1.Text = "5";
  1170. this.txtarea2x1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1171. //
  1172. // txtarea1y3
  1173. //
  1174. this.txtarea1y3.Location = new System.Drawing.Point(431, 251);
  1175. this.txtarea1y3.Name = "txtarea1y3";
  1176. this.txtarea1y3.Size = new System.Drawing.Size(55, 25);
  1177. this.txtarea1y3.TabIndex = 104;
  1178. this.txtarea1y3.Text = "34";
  1179. this.txtarea1y3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1180. //
  1181. // txtarea1x3
  1182. //
  1183. this.txtarea1x3.Location = new System.Drawing.Point(368, 251);
  1184. this.txtarea1x3.Name = "txtarea1x3";
  1185. this.txtarea1x3.Size = new System.Drawing.Size(55, 25);
  1186. this.txtarea1x3.TabIndex = 103;
  1187. this.txtarea1x3.Text = "55";
  1188. this.txtarea1x3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1189. //
  1190. // txtarea1l2
  1191. //
  1192. this.txtarea1l2.Location = new System.Drawing.Point(503, 220);
  1193. this.txtarea1l2.Name = "txtarea1l2";
  1194. this.txtarea1l2.Size = new System.Drawing.Size(55, 25);
  1195. this.txtarea1l2.TabIndex = 102;
  1196. this.txtarea1l2.Text = "25";
  1197. this.txtarea1l2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1198. //
  1199. // txtarea1l1
  1200. //
  1201. this.txtarea1l1.Location = new System.Drawing.Point(503, 191);
  1202. this.txtarea1l1.Name = "txtarea1l1";
  1203. this.txtarea1l1.Size = new System.Drawing.Size(55, 25);
  1204. this.txtarea1l1.TabIndex = 101;
  1205. this.txtarea1l1.Text = "20";
  1206. this.txtarea1l1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1207. //
  1208. // txtarea1y2
  1209. //
  1210. this.txtarea1y2.Location = new System.Drawing.Point(431, 220);
  1211. this.txtarea1y2.Name = "txtarea1y2";
  1212. this.txtarea1y2.Size = new System.Drawing.Size(55, 25);
  1213. this.txtarea1y2.TabIndex = 100;
  1214. this.txtarea1y2.Text = "33";
  1215. this.txtarea1y2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1216. //
  1217. // txtarea1x2
  1218. //
  1219. this.txtarea1x2.Location = new System.Drawing.Point(368, 220);
  1220. this.txtarea1x2.Name = "txtarea1x2";
  1221. this.txtarea1x2.Size = new System.Drawing.Size(55, 25);
  1222. this.txtarea1x2.TabIndex = 99;
  1223. this.txtarea1x2.Text = "11";
  1224. this.txtarea1x2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1225. //
  1226. // txtarea1y1
  1227. //
  1228. this.txtarea1y1.Location = new System.Drawing.Point(431, 191);
  1229. this.txtarea1y1.Name = "txtarea1y1";
  1230. this.txtarea1y1.Size = new System.Drawing.Size(55, 25);
  1231. this.txtarea1y1.TabIndex = 98;
  1232. this.txtarea1y1.Text = "32";
  1233. this.txtarea1y1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1234. //
  1235. // txtarea1x1
  1236. //
  1237. this.txtarea1x1.Location = new System.Drawing.Point(368, 191);
  1238. this.txtarea1x1.Name = "txtarea1x1";
  1239. this.txtarea1x1.Size = new System.Drawing.Size(55, 25);
  1240. this.txtarea1x1.TabIndex = 97;
  1241. this.txtarea1x1.Text = "32";
  1242. this.txtarea1x1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1243. //
  1244. // label36
  1245. //
  1246. this.label36.AutoSize = true;
  1247. this.label36.Location = new System.Drawing.Point(301, 194);
  1248. this.label36.Name = "label36";
  1249. this.label36.Size = new System.Drawing.Size(63, 15);
  1250. this.label36.TabIndex = 96;
  1251. this.label36.Text = "Areas1:";
  1252. //
  1253. // txtpy5
  1254. //
  1255. this.txtpy5.Location = new System.Drawing.Point(431, 159);
  1256. this.txtpy5.Name = "txtpy5";
  1257. this.txtpy5.Size = new System.Drawing.Size(55, 25);
  1258. this.txtpy5.TabIndex = 95;
  1259. this.txtpy5.Text = "211";
  1260. this.txtpy5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1261. //
  1262. // txtpx5
  1263. //
  1264. this.txtpx5.Location = new System.Drawing.Point(368, 159);
  1265. this.txtpx5.Name = "txtpx5";
  1266. this.txtpx5.Size = new System.Drawing.Size(55, 25);
  1267. this.txtpx5.TabIndex = 94;
  1268. this.txtpx5.Text = "333";
  1269. this.txtpx5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1270. //
  1271. // txtpy4
  1272. //
  1273. this.txtpy4.Location = new System.Drawing.Point(431, 128);
  1274. this.txtpy4.Name = "txtpy4";
  1275. this.txtpy4.Size = new System.Drawing.Size(55, 25);
  1276. this.txtpy4.TabIndex = 93;
  1277. this.txtpy4.Text = "222";
  1278. this.txtpy4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1279. //
  1280. // txtpx4
  1281. //
  1282. this.txtpx4.Location = new System.Drawing.Point(368, 128);
  1283. this.txtpx4.Name = "txtpx4";
  1284. this.txtpx4.Size = new System.Drawing.Size(55, 25);
  1285. this.txtpx4.TabIndex = 92;
  1286. this.txtpx4.Text = "111";
  1287. this.txtpx4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1288. //
  1289. // txtpy3
  1290. //
  1291. this.txtpy3.Location = new System.Drawing.Point(431, 97);
  1292. this.txtpy3.Name = "txtpy3";
  1293. this.txtpy3.Size = new System.Drawing.Size(55, 25);
  1294. this.txtpy3.TabIndex = 91;
  1295. this.txtpy3.Text = "65";
  1296. this.txtpy3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1297. //
  1298. // txtpx3
  1299. //
  1300. this.txtpx3.Location = new System.Drawing.Point(368, 97);
  1301. this.txtpx3.Name = "txtpx3";
  1302. this.txtpx3.Size = new System.Drawing.Size(55, 25);
  1303. this.txtpx3.TabIndex = 90;
  1304. this.txtpx3.Text = "55";
  1305. this.txtpx3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1306. //
  1307. // txtpy2
  1308. //
  1309. this.txtpy2.Location = new System.Drawing.Point(431, 66);
  1310. this.txtpy2.Name = "txtpy2";
  1311. this.txtpy2.Size = new System.Drawing.Size(55, 25);
  1312. this.txtpy2.TabIndex = 89;
  1313. this.txtpy2.Text = "32";
  1314. this.txtpy2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1315. //
  1316. // txtpx2
  1317. //
  1318. this.txtpx2.Location = new System.Drawing.Point(368, 66);
  1319. this.txtpx2.Name = "txtpx2";
  1320. this.txtpx2.Size = new System.Drawing.Size(55, 25);
  1321. this.txtpx2.TabIndex = 88;
  1322. this.txtpx2.Text = "44";
  1323. this.txtpx2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1324. //
  1325. // label35
  1326. //
  1327. this.label35.AutoSize = true;
  1328. this.label35.Location = new System.Drawing.Point(504, 16);
  1329. this.label35.Name = "label35";
  1330. this.label35.Size = new System.Drawing.Size(55, 15);
  1331. this.label35.TabIndex = 87;
  1332. this.label35.Text = "Length";
  1333. //
  1334. // label34
  1335. //
  1336. this.label34.AutoSize = true;
  1337. this.label34.Location = new System.Drawing.Point(450, 16);
  1338. this.label34.Name = "label34";
  1339. this.label34.Size = new System.Drawing.Size(15, 15);
  1340. this.label34.TabIndex = 86;
  1341. this.label34.Text = "Y";
  1342. //
  1343. // label33
  1344. //
  1345. this.label33.AutoSize = true;
  1346. this.label33.Location = new System.Drawing.Point(390, 16);
  1347. this.label33.Name = "label33";
  1348. this.label33.Size = new System.Drawing.Size(15, 15);
  1349. this.label33.TabIndex = 85;
  1350. this.label33.Text = "X";
  1351. //
  1352. // txtpy1
  1353. //
  1354. this.txtpy1.Location = new System.Drawing.Point(431, 35);
  1355. this.txtpy1.Name = "txtpy1";
  1356. this.txtpy1.Size = new System.Drawing.Size(55, 25);
  1357. this.txtpy1.TabIndex = 84;
  1358. this.txtpy1.Text = "33";
  1359. this.txtpy1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1360. //
  1361. // txtpx1
  1362. //
  1363. this.txtpx1.Location = new System.Drawing.Point(368, 35);
  1364. this.txtpx1.Name = "txtpx1";
  1365. this.txtpx1.Size = new System.Drawing.Size(55, 25);
  1366. this.txtpx1.TabIndex = 83;
  1367. this.txtpx1.Text = "22";
  1368. this.txtpx1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1369. //
  1370. // label32
  1371. //
  1372. this.label32.AutoSize = true;
  1373. this.label32.Location = new System.Drawing.Point(301, 40);
  1374. this.label32.Name = "label32";
  1375. this.label32.Size = new System.Drawing.Size(63, 15);
  1376. this.label32.TabIndex = 82;
  1377. this.label32.Text = "points:";
  1378. //
  1379. // NUDNum
  1380. //
  1381. this.NUDNum.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1382. this.NUDNum.Location = new System.Drawing.Point(24, 321);
  1383. this.NUDNum.Name = "NUDNum";
  1384. this.NUDNum.Size = new System.Drawing.Size(120, 30);
  1385. this.NUDNum.TabIndex = 81;
  1386. this.NUDNum.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1387. this.NUDNum.Value = new decimal(new int[] {
  1388. 1,
  1389. 0,
  1390. 0,
  1391. 0});
  1392. //
  1393. // btnReadP
  1394. //
  1395. this.btnReadP.Location = new System.Drawing.Point(165, 318);
  1396. this.btnReadP.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1397. this.btnReadP.Name = "btnReadP";
  1398. this.btnReadP.Size = new System.Drawing.Size(100, 37);
  1399. this.btnReadP.TabIndex = 80;
  1400. this.btnReadP.Text = "读点";
  1401. this.btnReadP.UseVisualStyleBackColor = true;
  1402. this.btnReadP.Click += new System.EventHandler(this.btnReadP_Click);
  1403. //
  1404. // dataGridView1
  1405. //
  1406. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  1407. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  1408. this.元素,
  1409. this.含量});
  1410. this.dataGridView1.Location = new System.Drawing.Point(24, 87);
  1411. this.dataGridView1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1412. this.dataGridView1.Name = "dataGridView1";
  1413. this.dataGridView1.RowTemplate.Height = 30;
  1414. this.dataGridView1.Size = new System.Drawing.Size(241, 212);
  1415. this.dataGridView1.TabIndex = 79;
  1416. //
  1417. // 元素
  1418. //
  1419. this.元素.HeaderText = "元素";
  1420. this.元素.Name = "元素";
  1421. //
  1422. // 含量
  1423. //
  1424. this.含量.HeaderText = "含量";
  1425. this.含量.Name = "含量";
  1426. //
  1427. // chart1
  1428. //
  1429. chartArea1.Name = "ChartArea1";
  1430. this.chart1.ChartAreas.Add(chartArea1);
  1431. legend1.Alignment = System.Drawing.StringAlignment.Center;
  1432. legend1.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Top;
  1433. legend1.Name = "Legend1";
  1434. this.chart1.Legends.Add(legend1);
  1435. this.chart1.Location = new System.Drawing.Point(602, 33);
  1436. this.chart1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1437. this.chart1.Name = "chart1";
  1438. series1.ChartArea = "ChartArea1";
  1439. series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
  1440. series1.Legend = "Legend1";
  1441. series1.Name = "Series1";
  1442. series2.ChartArea = "ChartArea1";
  1443. series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
  1444. series2.Legend = "Legend1";
  1445. series2.Name = "Series2";
  1446. this.chart1.Series.Add(series1);
  1447. this.chart1.Series.Add(series2);
  1448. this.chart1.Size = new System.Drawing.Size(855, 322);
  1449. this.chart1.TabIndex = 3;
  1450. this.chart1.Text = "chart1";
  1451. //
  1452. // button26
  1453. //
  1454. this.button26.Location = new System.Drawing.Point(156, 33);
  1455. this.button26.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1456. this.button26.Name = "button26";
  1457. this.button26.Size = new System.Drawing.Size(109, 37);
  1458. this.button26.TabIndex = 1;
  1459. this.button26.Text = "面采集";
  1460. this.button26.UseVisualStyleBackColor = true;
  1461. this.button26.Click += new System.EventHandler(this.button26_Click);
  1462. //
  1463. // button25
  1464. //
  1465. this.button25.Location = new System.Drawing.Point(24, 32);
  1466. this.button25.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1467. this.button25.Name = "button25";
  1468. this.button25.Size = new System.Drawing.Size(100, 37);
  1469. this.button25.TabIndex = 0;
  1470. this.button25.Text = "点采集";
  1471. this.button25.UseVisualStyleBackColor = true;
  1472. this.button25.Click += new System.EventHandler(this.button25_Click);
  1473. //
  1474. // button27
  1475. //
  1476. this.button27.Location = new System.Drawing.Point(143, -1);
  1477. this.button27.Name = "button27";
  1478. this.button27.Size = new System.Drawing.Size(137, 24);
  1479. this.button27.TabIndex = 79;
  1480. this.button27.Text = "连接能谱";
  1481. this.button27.UseVisualStyleBackColor = true;
  1482. this.button27.Click += new System.EventHandler(this.button27_Click);
  1483. //
  1484. // Form1
  1485. //
  1486. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  1487. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1488. this.ClientSize = new System.Drawing.Size(1500, 879);
  1489. this.Controls.Add(this.groupBox2);
  1490. this.Controls.Add(this.拍图);
  1491. this.Controls.Add(this.groupBox1);
  1492. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1493. this.Name = "Form1";
  1494. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  1495. this.Load += new System.EventHandler(this.Form1_Load);
  1496. this.groupBox1.ResumeLayout(false);
  1497. this.groupBox1.PerformLayout();
  1498. this.拍图.ResumeLayout(false);
  1499. ((System.ComponentModel.ISupportInitialize)(this.pBImage)).EndInit();
  1500. this.groupBox2.ResumeLayout(false);
  1501. this.groupBox2.PerformLayout();
  1502. ((System.ComponentModel.ISupportInitialize)(this.NUDNum)).EndInit();
  1503. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  1504. ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
  1505. this.ResumeLayout(false);
  1506. }
  1507. #endregion
  1508. private System.Windows.Forms.Label label1;
  1509. private System.Windows.Forms.Label label2;
  1510. private System.Windows.Forms.Label label3;
  1511. private System.Windows.Forms.Label label6;
  1512. private System.Windows.Forms.Label label7;
  1513. private System.Windows.Forms.TextBox tBHV;
  1514. private System.Windows.Forms.Label label8;
  1515. private System.Windows.Forms.Button button1;
  1516. private System.Windows.Forms.TextBox tBHVIn;
  1517. private System.Windows.Forms.Button button2;
  1518. private System.Windows.Forms.Label label9;
  1519. private System.Windows.Forms.TextBox tBWD;
  1520. private System.Windows.Forms.TextBox tBMag;
  1521. private System.Windows.Forms.TextBox tBBright;
  1522. private System.Windows.Forms.TextBox tBContast;
  1523. private System.Windows.Forms.Label label10;
  1524. private System.Windows.Forms.Label label11;
  1525. private System.Windows.Forms.Label label12;
  1526. private System.Windows.Forms.Label label13;
  1527. private System.Windows.Forms.Button button3;
  1528. private System.Windows.Forms.Button button4;
  1529. private System.Windows.Forms.Button button5;
  1530. private System.Windows.Forms.Button button6;
  1531. private System.Windows.Forms.TextBox tBWDIn;
  1532. private System.Windows.Forms.TextBox tBMagIn;
  1533. private System.Windows.Forms.TextBox tBrightIn;
  1534. private System.Windows.Forms.TextBox tBContrastIn;
  1535. private System.Windows.Forms.Label label14;
  1536. private System.Windows.Forms.Label label15;
  1537. private System.Windows.Forms.Label label16;
  1538. private System.Windows.Forms.Label label17;
  1539. private System.Windows.Forms.Button button7;
  1540. private System.Windows.Forms.Button button8;
  1541. private System.Windows.Forms.Button button9;
  1542. private System.Windows.Forms.Button button10;
  1543. private System.Windows.Forms.Label label4;
  1544. private System.Windows.Forms.Label label5;
  1545. private System.Windows.Forms.Label label18;
  1546. private System.Windows.Forms.Label label19;
  1547. private System.Windows.Forms.Label label20;
  1548. private System.Windows.Forms.Label label21;
  1549. private System.Windows.Forms.TextBox tBX;
  1550. private System.Windows.Forms.TextBox tBY;
  1551. private System.Windows.Forms.TextBox tBZ;
  1552. private System.Windows.Forms.TextBox tBT;
  1553. private System.Windows.Forms.TextBox tBR;
  1554. private System.Windows.Forms.Label label22;
  1555. private System.Windows.Forms.Label label23;
  1556. private System.Windows.Forms.Label label24;
  1557. private System.Windows.Forms.Label label25;
  1558. private System.Windows.Forms.Label label26;
  1559. private System.Windows.Forms.Button button11;
  1560. private System.Windows.Forms.Button button12;
  1561. private System.Windows.Forms.Button button13;
  1562. private System.Windows.Forms.Button button14;
  1563. private System.Windows.Forms.Button button15;
  1564. private System.Windows.Forms.TextBox tBXIn;
  1565. private System.Windows.Forms.TextBox tBYIn;
  1566. private System.Windows.Forms.TextBox tBZIn;
  1567. private System.Windows.Forms.TextBox tBTIn;
  1568. private System.Windows.Forms.TextBox tBRIn;
  1569. private System.Windows.Forms.Label label27;
  1570. private System.Windows.Forms.Label label28;
  1571. private System.Windows.Forms.Label label29;
  1572. private System.Windows.Forms.Label label30;
  1573. private System.Windows.Forms.Label label31;
  1574. private System.Windows.Forms.Button button16;
  1575. private System.Windows.Forms.Button button17;
  1576. private System.Windows.Forms.Button button18;
  1577. private System.Windows.Forms.Button button19;
  1578. private System.Windows.Forms.Button button20;
  1579. private System.Windows.Forms.Button button21;
  1580. private System.Windows.Forms.Button button22;
  1581. private System.Windows.Forms.Button button23;
  1582. private System.Windows.Forms.GroupBox groupBox1;
  1583. private System.Windows.Forms.GroupBox 拍图;
  1584. private System.Windows.Forms.Button button24;
  1585. private System.Windows.Forms.PictureBox pBImage;
  1586. private System.Windows.Forms.GroupBox groupBox2;
  1587. private System.Windows.Forms.DataGridView dataGridView1;
  1588. private System.Windows.Forms.DataGridViewTextBoxColumn 元素;
  1589. private System.Windows.Forms.DataGridViewTextBoxColumn 含量;
  1590. private System.Windows.Forms.DataVisualization.Charting.Chart chart1;
  1591. private System.Windows.Forms.Button button26;
  1592. private System.Windows.Forms.Button button25;
  1593. private System.Windows.Forms.Button btnCreateDB;
  1594. private System.Windows.Forms.NumericUpDown NUDNum;
  1595. private System.Windows.Forms.Button btnReadP;
  1596. private System.Windows.Forms.Button btnTest;
  1597. private System.Windows.Forms.Label label37;
  1598. private System.Windows.Forms.TextBox txtarea2l3;
  1599. private System.Windows.Forms.TextBox txtarea2l2;
  1600. private System.Windows.Forms.TextBox txtarea2y3;
  1601. private System.Windows.Forms.TextBox txtarea2x3;
  1602. private System.Windows.Forms.TextBox txtarea2y2;
  1603. private System.Windows.Forms.TextBox txtarea2x2;
  1604. private System.Windows.Forms.TextBox txtarea2l1;
  1605. private System.Windows.Forms.TextBox txtarea1l3;
  1606. private System.Windows.Forms.TextBox txtarea2y1;
  1607. private System.Windows.Forms.TextBox txtarea2x1;
  1608. private System.Windows.Forms.TextBox txtarea1y3;
  1609. private System.Windows.Forms.TextBox txtarea1x3;
  1610. private System.Windows.Forms.TextBox txtarea1l2;
  1611. private System.Windows.Forms.TextBox txtarea1l1;
  1612. private System.Windows.Forms.TextBox txtarea1y2;
  1613. private System.Windows.Forms.TextBox txtarea1x2;
  1614. private System.Windows.Forms.TextBox txtarea1y1;
  1615. private System.Windows.Forms.TextBox txtarea1x1;
  1616. private System.Windows.Forms.Label label36;
  1617. private System.Windows.Forms.TextBox txtpy5;
  1618. private System.Windows.Forms.TextBox txtpx5;
  1619. private System.Windows.Forms.TextBox txtpy4;
  1620. private System.Windows.Forms.TextBox txtpx4;
  1621. private System.Windows.Forms.TextBox txtpy3;
  1622. private System.Windows.Forms.TextBox txtpx3;
  1623. private System.Windows.Forms.TextBox txtpy2;
  1624. private System.Windows.Forms.TextBox txtpx2;
  1625. private System.Windows.Forms.Label label35;
  1626. private System.Windows.Forms.Label label34;
  1627. private System.Windows.Forms.Label label33;
  1628. private System.Windows.Forms.TextBox txtpy1;
  1629. private System.Windows.Forms.TextBox txtpx1;
  1630. private System.Windows.Forms.Label label32;
  1631. private System.Windows.Forms.Button button27;
  1632. }
  1633. }