12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640 |
- namespace OxfordTest
- {
- partial class Form1
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
- System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
- System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
- System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.label7 = new System.Windows.Forms.Label();
- this.tBHV = new System.Windows.Forms.TextBox();
- this.label8 = new System.Windows.Forms.Label();
- this.button1 = new System.Windows.Forms.Button();
- this.tBHVIn = new System.Windows.Forms.TextBox();
- this.button2 = new System.Windows.Forms.Button();
- this.label9 = new System.Windows.Forms.Label();
- this.tBWD = new System.Windows.Forms.TextBox();
- this.tBMag = new System.Windows.Forms.TextBox();
- this.tBBright = new System.Windows.Forms.TextBox();
- this.tBContast = new System.Windows.Forms.TextBox();
- this.label10 = new System.Windows.Forms.Label();
- this.label11 = new System.Windows.Forms.Label();
- this.label12 = new System.Windows.Forms.Label();
- this.label13 = new System.Windows.Forms.Label();
- this.button3 = new System.Windows.Forms.Button();
- this.button4 = new System.Windows.Forms.Button();
- this.button5 = new System.Windows.Forms.Button();
- this.button6 = new System.Windows.Forms.Button();
- this.tBWDIn = new System.Windows.Forms.TextBox();
- this.tBMagIn = new System.Windows.Forms.TextBox();
- this.tBrightIn = new System.Windows.Forms.TextBox();
- this.tBContrastIn = new System.Windows.Forms.TextBox();
- this.label14 = new System.Windows.Forms.Label();
- this.label15 = new System.Windows.Forms.Label();
- this.label16 = new System.Windows.Forms.Label();
- this.label17 = new System.Windows.Forms.Label();
- this.button7 = new System.Windows.Forms.Button();
- this.button8 = new System.Windows.Forms.Button();
- this.button9 = new System.Windows.Forms.Button();
- this.button10 = new System.Windows.Forms.Button();
- this.label4 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.label18 = new System.Windows.Forms.Label();
- this.label19 = new System.Windows.Forms.Label();
- this.label20 = new System.Windows.Forms.Label();
- this.label21 = new System.Windows.Forms.Label();
- this.tBX = new System.Windows.Forms.TextBox();
- this.tBY = new System.Windows.Forms.TextBox();
- this.tBZ = new System.Windows.Forms.TextBox();
- this.tBT = new System.Windows.Forms.TextBox();
- this.tBR = new System.Windows.Forms.TextBox();
- this.label22 = new System.Windows.Forms.Label();
- this.label23 = new System.Windows.Forms.Label();
- this.label24 = new System.Windows.Forms.Label();
- this.label25 = new System.Windows.Forms.Label();
- this.label26 = new System.Windows.Forms.Label();
- this.button11 = new System.Windows.Forms.Button();
- this.button12 = new System.Windows.Forms.Button();
- this.button13 = new System.Windows.Forms.Button();
- this.button14 = new System.Windows.Forms.Button();
- this.button15 = new System.Windows.Forms.Button();
- this.tBXIn = new System.Windows.Forms.TextBox();
- this.tBYIn = new System.Windows.Forms.TextBox();
- this.tBZIn = new System.Windows.Forms.TextBox();
- this.tBTIn = new System.Windows.Forms.TextBox();
- this.tBRIn = new System.Windows.Forms.TextBox();
- this.label27 = new System.Windows.Forms.Label();
- this.label28 = new System.Windows.Forms.Label();
- this.label29 = new System.Windows.Forms.Label();
- this.label30 = new System.Windows.Forms.Label();
- this.label31 = new System.Windows.Forms.Label();
- this.button16 = new System.Windows.Forms.Button();
- this.button17 = new System.Windows.Forms.Button();
- this.button18 = new System.Windows.Forms.Button();
- this.button19 = new System.Windows.Forms.Button();
- this.button20 = new System.Windows.Forms.Button();
- this.button21 = new System.Windows.Forms.Button();
- this.button22 = new System.Windows.Forms.Button();
- this.button23 = new System.Windows.Forms.Button();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.btnCreateDB = new System.Windows.Forms.Button();
- this.拍图 = new System.Windows.Forms.GroupBox();
- this.pBImage = new System.Windows.Forms.PictureBox();
- this.button24 = new System.Windows.Forms.Button();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.btnTest = new System.Windows.Forms.Button();
- this.label37 = new System.Windows.Forms.Label();
- this.txtarea2l3 = new System.Windows.Forms.TextBox();
- this.txtarea2l2 = new System.Windows.Forms.TextBox();
- this.txtarea2y3 = new System.Windows.Forms.TextBox();
- this.txtarea2x3 = new System.Windows.Forms.TextBox();
- this.txtarea2y2 = new System.Windows.Forms.TextBox();
- this.txtarea2x2 = new System.Windows.Forms.TextBox();
- this.txtarea2l1 = new System.Windows.Forms.TextBox();
- this.txtarea1l3 = new System.Windows.Forms.TextBox();
- this.txtarea2y1 = new System.Windows.Forms.TextBox();
- this.txtarea2x1 = new System.Windows.Forms.TextBox();
- this.txtarea1y3 = new System.Windows.Forms.TextBox();
- this.txtarea1x3 = new System.Windows.Forms.TextBox();
- this.txtarea1l2 = new System.Windows.Forms.TextBox();
- this.txtarea1l1 = new System.Windows.Forms.TextBox();
- this.txtarea1y2 = new System.Windows.Forms.TextBox();
- this.txtarea1x2 = new System.Windows.Forms.TextBox();
- this.txtarea1y1 = new System.Windows.Forms.TextBox();
- this.txtarea1x1 = new System.Windows.Forms.TextBox();
- this.label36 = new System.Windows.Forms.Label();
- this.txtpy5 = new System.Windows.Forms.TextBox();
- this.txtpx5 = new System.Windows.Forms.TextBox();
- this.txtpy4 = new System.Windows.Forms.TextBox();
- this.txtpx4 = new System.Windows.Forms.TextBox();
- this.txtpy3 = new System.Windows.Forms.TextBox();
- this.txtpx3 = new System.Windows.Forms.TextBox();
- this.txtpy2 = new System.Windows.Forms.TextBox();
- this.txtpx2 = new System.Windows.Forms.TextBox();
- this.label35 = new System.Windows.Forms.Label();
- this.label34 = new System.Windows.Forms.Label();
- this.label33 = new System.Windows.Forms.Label();
- this.txtpy1 = new System.Windows.Forms.TextBox();
- this.txtpx1 = new System.Windows.Forms.TextBox();
- this.label32 = new System.Windows.Forms.Label();
- this.NUDNum = new System.Windows.Forms.NumericUpDown();
- this.btnReadP = new System.Windows.Forms.Button();
- this.dataGridView1 = new System.Windows.Forms.DataGridView();
- this.元素 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.含量 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
- this.button26 = new System.Windows.Forms.Button();
- this.button25 = new System.Windows.Forms.Button();
- this.button27 = new System.Windows.Forms.Button();
- this.groupBox1.SuspendLayout();
- this.拍图.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pBImage)).BeginInit();
- this.groupBox2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.NUDNum)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
- this.SuspendLayout();
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(83, 31);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(37, 15);
- this.label1.TabIndex = 0;
- this.label1.Text = "高压";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(51, 67);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(67, 15);
- this.label2.TabIndex = 1;
- this.label2.Text = "工作距离";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(51, 105);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(67, 15);
- this.label3.TabIndex = 2;
- this.label3.Text = "放大倍数";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(83, 141);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(37, 15);
- this.label6.TabIndex = 5;
- this.label6.Text = "亮度";
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(67, 189);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(52, 15);
- this.label7.TabIndex = 6;
- this.label7.Text = "对比度";
- //
- // tBHV
- //
- this.tBHV.Location = new System.Drawing.Point(163, 28);
- this.tBHV.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.tBHV.Name = "tBHV";
- this.tBHV.ReadOnly = true;
- this.tBHV.Size = new System.Drawing.Size(89, 25);
- this.tBHV.TabIndex = 7;
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Location = new System.Drawing.Point(257, 31);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(23, 15);
- this.label8.TabIndex = 8;
- this.label8.Text = "kV";
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(299, 22);
- this.button1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(67, 32);
- this.button1.TabIndex = 9;
- this.button1.Text = "获取";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // tBHVIn
- //
- this.tBHVIn.Location = new System.Drawing.Point(411, 28);
- this.tBHVIn.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.tBHVIn.Name = "tBHVIn";
- this.tBHVIn.Size = new System.Drawing.Size(89, 25);
- this.tBHVIn.TabIndex = 10;
- this.tBHVIn.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox1_KeyPress);
- //
- // button2
- //
- this.button2.Location = new System.Drawing.Point(567, 22);
- this.button2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(67, 32);
- this.button2.TabIndex = 11;
- this.button2.Text = "设定";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Location = new System.Drawing.Point(505, 31);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(23, 15);
- this.label9.TabIndex = 12;
- this.label9.Text = "kV";
- //
- // tBWD
- //
- this.tBWD.Location = new System.Drawing.Point(163, 64);
- this.tBWD.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.tBWD.Name = "tBWD";
- this.tBWD.ReadOnly = true;
- this.tBWD.Size = new System.Drawing.Size(89, 25);
- this.tBWD.TabIndex = 13;
- //
- // tBMag
- //
- this.tBMag.Location = new System.Drawing.Point(163, 102);
- this.tBMag.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.tBMag.Name = "tBMag";
- this.tBMag.ReadOnly = true;
- this.tBMag.Size = new System.Drawing.Size(89, 25);
- this.tBMag.TabIndex = 14;
- //
- // tBBright
- //
- this.tBBright.Location = new System.Drawing.Point(163, 138);
- this.tBBright.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.tBBright.Name = "tBBright";
- this.tBBright.ReadOnly = true;
- this.tBBright.Size = new System.Drawing.Size(89, 25);
- this.tBBright.TabIndex = 15;
- //
- // tBContast
- //
- this.tBContast.Location = new System.Drawing.Point(163, 181);
- this.tBContast.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.tBContast.Name = "tBContast";
- this.tBContast.ReadOnly = true;
- this.tBContast.Size = new System.Drawing.Size(89, 25);
- this.tBContast.TabIndex = 16;
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Location = new System.Drawing.Point(257, 67);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(23, 15);
- this.label10.TabIndex = 17;
- this.label10.Text = "mm";
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.Location = new System.Drawing.Point(257, 105);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(15, 15);
- this.label11.TabIndex = 18;
- this.label11.Text = "X";
- //
- // label12
- //
- this.label12.AutoSize = true;
- this.label12.Location = new System.Drawing.Point(257, 141);
- this.label12.Name = "label12";
- this.label12.Size = new System.Drawing.Size(15, 15);
- this.label12.TabIndex = 19;
- this.label12.Text = "%";
- //
- // label13
- //
- this.label13.AutoSize = true;
- this.label13.Location = new System.Drawing.Point(257, 183);
- this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(15, 15);
- this.label13.TabIndex = 20;
- this.label13.Text = "%";
- //
- // button3
- //
- this.button3.Location = new System.Drawing.Point(299, 60);
- this.button3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(67, 32);
- this.button3.TabIndex = 21;
- this.button3.Text = "获取";
- this.button3.UseVisualStyleBackColor = true;
- this.button3.Click += new System.EventHandler(this.button3_Click);
- //
- // button4
- //
- this.button4.Location = new System.Drawing.Point(299, 97);
- this.button4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.button4.Name = "button4";
- this.button4.Size = new System.Drawing.Size(67, 32);
- this.button4.TabIndex = 22;
- this.button4.Text = "获取";
- this.button4.UseVisualStyleBackColor = true;
- this.button4.Click += new System.EventHandler(this.button4_Click);
- //
- // button5
- //
- this.button5.Location = new System.Drawing.Point(299, 132);
- this.button5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.button5.Name = "button5";
- this.button5.Size = new System.Drawing.Size(67, 32);
- this.button5.TabIndex = 23;
- this.button5.Text = "获取";
- this.button5.UseVisualStyleBackColor = true;
- this.button5.Click += new System.EventHandler(this.button5_Click);
- //
- // button6
- //
- this.button6.Location = new System.Drawing.Point(299, 181);
- this.button6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.button6.Name = "button6";
- this.button6.Size = new System.Drawing.Size(67, 32);
- this.button6.TabIndex = 24;
- this.button6.Text = "获取";
- this.button6.UseVisualStyleBackColor = true;
- this.button6.Click += new System.EventHandler(this.button6_Click);
- //
- // tBWDIn
- //
- this.tBWDIn.Location = new System.Drawing.Point(411, 64);
- this.tBWDIn.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.tBWDIn.Name = "tBWDIn";
- this.tBWDIn.Size = new System.Drawing.Size(89, 25);
- this.tBWDIn.TabIndex = 25;
- this.tBWDIn.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tBWDIn_KeyPress);
- //
- // tBMagIn
- //
- this.tBMagIn.Location = new System.Drawing.Point(411, 102);
- this.tBMagIn.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.tBMagIn.Name = "tBMagIn";
- this.tBMagIn.Size = new System.Drawing.Size(89, 25);
- this.tBMagIn.TabIndex = 26;
- this.tBMagIn.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tBMagIn_KeyPress);
- //
- // tBrightIn
- //
- this.tBrightIn.Location = new System.Drawing.Point(411, 142);
- this.tBrightIn.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.tBrightIn.Name = "tBrightIn";
- this.tBrightIn.Size = new System.Drawing.Size(89, 25);
- this.tBrightIn.TabIndex = 27;
- this.tBrightIn.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tBrightIn_KeyPress);
- //
- // tBContrastIn
- //
- this.tBContrastIn.Location = new System.Drawing.Point(411, 187);
- this.tBContrastIn.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.tBContrastIn.Name = "tBContrastIn";
- this.tBContrastIn.Size = new System.Drawing.Size(89, 25);
- this.tBContrastIn.TabIndex = 28;
- this.tBContrastIn.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tBContrastIn_KeyPress);
- //
- // label14
- //
- this.label14.AutoSize = true;
- this.label14.Location = new System.Drawing.Point(505, 189);
- this.label14.Name = "label14";
- this.label14.Size = new System.Drawing.Size(15, 15);
- this.label14.TabIndex = 32;
- this.label14.Text = "%";
- //
- // label15
- //
- this.label15.AutoSize = true;
- this.label15.Location = new System.Drawing.Point(505, 147);
- this.label15.Name = "label15";
- this.label15.Size = new System.Drawing.Size(15, 15);
- this.label15.TabIndex = 31;
- this.label15.Text = "%";
- //
- // label16
- //
- this.label16.AutoSize = true;
- this.label16.Location = new System.Drawing.Point(505, 111);
- this.label16.Name = "label16";
- this.label16.Size = new System.Drawing.Size(15, 15);
- this.label16.TabIndex = 30;
- this.label16.Text = "X";
- //
- // label17
- //
- this.label17.AutoSize = true;
- this.label17.Location = new System.Drawing.Point(505, 72);
- this.label17.Name = "label17";
- this.label17.Size = new System.Drawing.Size(23, 15);
- this.label17.TabIndex = 29;
- this.label17.Text = "mm";
- //
- // button7
- //
- this.button7.Location = new System.Drawing.Point(567, 60);
- this.button7.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.button7.Name = "button7";
- this.button7.Size = new System.Drawing.Size(67, 32);
- this.button7.TabIndex = 33;
- this.button7.Text = "设定";
- this.button7.UseVisualStyleBackColor = true;
- this.button7.Click += new System.EventHandler(this.button7_Click);
- //
- // button8
- //
- this.button8.Location = new System.Drawing.Point(567, 97);
- this.button8.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.button8.Name = "button8";
- this.button8.Size = new System.Drawing.Size(67, 32);
- this.button8.TabIndex = 34;
- this.button8.Text = "设定";
- this.button8.UseVisualStyleBackColor = true;
- this.button8.Click += new System.EventHandler(this.button8_Click);
- //
- // button9
- //
- this.button9.Location = new System.Drawing.Point(567, 132);
- this.button9.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.button9.Name = "button9";
- this.button9.Size = new System.Drawing.Size(67, 32);
- this.button9.TabIndex = 35;
- this.button9.Text = "设定";
- this.button9.UseVisualStyleBackColor = true;
- this.button9.Click += new System.EventHandler(this.button9_Click);
- //
- // button10
- //
- this.button10.Location = new System.Drawing.Point(567, 175);
- this.button10.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.button10.Name = "button10";
- this.button10.Size = new System.Drawing.Size(67, 32);
- this.button10.TabIndex = 36;
- this.button10.Text = "设定";
- this.button10.UseVisualStyleBackColor = true;
- this.button10.Click += new System.EventHandler(this.button10_Click);
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(15, 242);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(52, 15);
- this.label4.TabIndex = 37;
- this.label4.Text = "样品台";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(92, 242);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(15, 15);
- this.label5.TabIndex = 38;
- this.label5.Text = "X";
- //
- // label18
- //
- this.label18.AutoSize = true;
- this.label18.Location = new System.Drawing.Point(92, 281);
- this.label18.Name = "label18";
- this.label18.Size = new System.Drawing.Size(15, 15);
- this.label18.TabIndex = 39;
- this.label18.Text = "Y";
- //
- // label19
- //
- this.label19.AutoSize = true;
- this.label19.Location = new System.Drawing.Point(92, 318);
- this.label19.Name = "label19";
- this.label19.Size = new System.Drawing.Size(15, 15);
- this.label19.TabIndex = 40;
- this.label19.Text = "Z";
- //
- // label20
- //
- this.label20.AutoSize = true;
- this.label20.Location = new System.Drawing.Point(92, 354);
- this.label20.Name = "label20";
- this.label20.Size = new System.Drawing.Size(15, 15);
- this.label20.TabIndex = 41;
- this.label20.Text = "T";
- //
- // label21
- //
- this.label21.AutoSize = true;
- this.label21.Location = new System.Drawing.Point(92, 391);
- this.label21.Name = "label21";
- this.label21.Size = new System.Drawing.Size(15, 15);
- this.label21.TabIndex = 42;
- this.label21.Text = "R";
- //
- // tBX
- //
- this.tBX.Location = new System.Drawing.Point(163, 234);
- this.tBX.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.tBX.Name = "tBX";
- this.tBX.ReadOnly = true;
- this.tBX.Size = new System.Drawing.Size(89, 25);
- this.tBX.TabIndex = 43;
- //
- // tBY
- //
- this.tBY.Location = new System.Drawing.Point(163, 278);
- this.tBY.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.tBY.Name = "tBY";
- this.tBY.ReadOnly = true;
- this.tBY.Size = new System.Drawing.Size(89, 25);
- this.tBY.TabIndex = 44;
- //
- // tBZ
- //
- this.tBZ.Location = new System.Drawing.Point(163, 318);
- this.tBZ.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.tBZ.Name = "tBZ";
- this.tBZ.ReadOnly = true;
- this.tBZ.Size = new System.Drawing.Size(89, 25);
- this.tBZ.TabIndex = 45;
- //
- // tBT
- //
- this.tBT.Location = new System.Drawing.Point(163, 354);
- this.tBT.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.tBT.Name = "tBT";
- this.tBT.ReadOnly = true;
- this.tBT.Size = new System.Drawing.Size(89, 25);
- this.tBT.TabIndex = 46;
- //
- // tBR
- //
- this.tBR.Location = new System.Drawing.Point(163, 391);
- this.tBR.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.tBR.Name = "tBR";
- this.tBR.ReadOnly = true;
- this.tBR.Size = new System.Drawing.Size(89, 25);
- this.tBR.TabIndex = 47;
- //
- // label22
- //
- this.label22.AutoSize = true;
- this.label22.Location = new System.Drawing.Point(257, 242);
- this.label22.Name = "label22";
- this.label22.Size = new System.Drawing.Size(23, 15);
- this.label22.TabIndex = 48;
- this.label22.Text = "mm";
- //
- // label23
- //
- this.label23.AutoSize = true;
- this.label23.Location = new System.Drawing.Point(257, 287);
- this.label23.Name = "label23";
- this.label23.Size = new System.Drawing.Size(23, 15);
- this.label23.TabIndex = 49;
- this.label23.Text = "mm";
- //
- // label24
- //
- this.label24.AutoSize = true;
- this.label24.Location = new System.Drawing.Point(257, 321);
- this.label24.Name = "label24";
- this.label24.Size = new System.Drawing.Size(23, 15);
- this.label24.TabIndex = 50;
- this.label24.Text = "mm";
- //
- // label25
- //
- this.label25.AutoSize = true;
- this.label25.Location = new System.Drawing.Point(257, 357);
- this.label25.Name = "label25";
- this.label25.Size = new System.Drawing.Size(23, 15);
- this.label25.TabIndex = 51;
- this.label25.Text = "mm";
- //
- // label26
- //
- this.label26.AutoSize = true;
- this.label26.Location = new System.Drawing.Point(257, 393);
- this.label26.Name = "label26";
- this.label26.Size = new System.Drawing.Size(23, 15);
- this.label26.TabIndex = 52;
- this.label26.Text = "mm";
- //
- // button11
- //
- this.button11.Location = new System.Drawing.Point(299, 228);
- this.button11.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.button11.Name = "button11";
- this.button11.Size = new System.Drawing.Size(67, 32);
- this.button11.TabIndex = 53;
- this.button11.Text = "获取";
- this.button11.UseVisualStyleBackColor = true;
- this.button11.Click += new System.EventHandler(this.button11_Click);
- //
- // button12
- //
- this.button12.Location = new System.Drawing.Point(299, 272);
- this.button12.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.button12.Name = "button12";
- this.button12.Size = new System.Drawing.Size(67, 32);
- this.button12.TabIndex = 54;
- this.button12.Text = "获取";
- this.button12.UseVisualStyleBackColor = true;
- this.button12.Click += new System.EventHandler(this.button12_Click);
- //
- // button13
- //
- this.button13.Location = new System.Drawing.Point(299, 309);
- this.button13.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.button13.Name = "button13";
- this.button13.Size = new System.Drawing.Size(67, 32);
- this.button13.TabIndex = 55;
- this.button13.Text = "获取";
- this.button13.UseVisualStyleBackColor = true;
- this.button13.Click += new System.EventHandler(this.button13_Click);
- //
- // button14
- //
- this.button14.Location = new System.Drawing.Point(299, 347);
- this.button14.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.button14.Name = "button14";
- this.button14.Size = new System.Drawing.Size(67, 32);
- this.button14.TabIndex = 56;
- this.button14.Text = "获取";
- this.button14.UseVisualStyleBackColor = true;
- this.button14.Click += new System.EventHandler(this.button14_Click);
- //
- // button15
- //
- this.button15.Location = new System.Drawing.Point(299, 385);
- this.button15.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.button15.Name = "button15";
- this.button15.Size = new System.Drawing.Size(67, 32);
- this.button15.TabIndex = 57;
- this.button15.Text = "获取";
- this.button15.UseVisualStyleBackColor = true;
- this.button15.Click += new System.EventHandler(this.button15_Click);
- //
- // tBXIn
- //
- this.tBXIn.Location = new System.Drawing.Point(411, 234);
- this.tBXIn.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.tBXIn.Name = "tBXIn";
- this.tBXIn.Size = new System.Drawing.Size(89, 25);
- this.tBXIn.TabIndex = 58;
- this.tBXIn.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tBXIn_KeyPress);
- //
- // tBYIn
- //
- this.tBYIn.Location = new System.Drawing.Point(411, 278);
- this.tBYIn.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.tBYIn.Name = "tBYIn";
- this.tBYIn.Size = new System.Drawing.Size(89, 25);
- this.tBYIn.TabIndex = 59;
- this.tBYIn.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tBYIn_KeyPress);
- //
- // tBZIn
- //
- this.tBZIn.Location = new System.Drawing.Point(411, 315);
- this.tBZIn.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.tBZIn.Name = "tBZIn";
- this.tBZIn.Size = new System.Drawing.Size(89, 25);
- this.tBZIn.TabIndex = 60;
- this.tBZIn.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tBZIn_KeyPress);
- //
- // tBTIn
- //
- this.tBTIn.Location = new System.Drawing.Point(411, 348);
- this.tBTIn.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.tBTIn.Name = "tBTIn";
- this.tBTIn.Size = new System.Drawing.Size(89, 25);
- this.tBTIn.TabIndex = 61;
- this.tBTIn.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tBTIn_KeyPress);
- //
- // tBRIn
- //
- this.tBRIn.Location = new System.Drawing.Point(411, 385);
- this.tBRIn.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.tBRIn.Name = "tBRIn";
- this.tBRIn.Size = new System.Drawing.Size(89, 25);
- this.tBRIn.TabIndex = 62;
- this.tBRIn.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tBRIn_KeyPress);
- //
- // label27
- //
- this.label27.AutoSize = true;
- this.label27.Location = new System.Drawing.Point(505, 242);
- this.label27.Name = "label27";
- this.label27.Size = new System.Drawing.Size(23, 15);
- this.label27.TabIndex = 63;
- this.label27.Text = "mm";
- //
- // label28
- //
- this.label28.AutoSize = true;
- this.label28.Location = new System.Drawing.Point(505, 281);
- this.label28.Name = "label28";
- this.label28.Size = new System.Drawing.Size(23, 15);
- this.label28.TabIndex = 64;
- this.label28.Text = "mm";
- //
- // label29
- //
- this.label29.AutoSize = true;
- this.label29.Location = new System.Drawing.Point(505, 315);
- this.label29.Name = "label29";
- this.label29.Size = new System.Drawing.Size(23, 15);
- this.label29.TabIndex = 65;
- this.label29.Text = "mm";
- //
- // label30
- //
- this.label30.AutoSize = true;
- this.label30.Location = new System.Drawing.Point(505, 355);
- this.label30.Name = "label30";
- this.label30.Size = new System.Drawing.Size(23, 15);
- this.label30.TabIndex = 66;
- this.label30.Text = "mm";
- //
- // label31
- //
- this.label31.AutoSize = true;
- this.label31.Location = new System.Drawing.Point(505, 393);
- this.label31.Name = "label31";
- this.label31.Size = new System.Drawing.Size(23, 15);
- this.label31.TabIndex = 67;
- this.label31.Text = "mm";
- //
- // button16
- //
- this.button16.Location = new System.Drawing.Point(567, 234);
- this.button16.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.button16.Name = "button16";
- this.button16.Size = new System.Drawing.Size(67, 32);
- this.button16.TabIndex = 68;
- this.button16.Text = "设定";
- this.button16.UseVisualStyleBackColor = true;
- this.button16.Click += new System.EventHandler(this.button16_Click);
- //
- // button17
- //
- this.button17.Location = new System.Drawing.Point(567, 272);
- this.button17.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.button17.Name = "button17";
- this.button17.Size = new System.Drawing.Size(67, 32);
- this.button17.TabIndex = 69;
- this.button17.Text = "设定";
- this.button17.UseVisualStyleBackColor = true;
- this.button17.Click += new System.EventHandler(this.button17_Click);
- //
- // button18
- //
- this.button18.Location = new System.Drawing.Point(567, 312);
- this.button18.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.button18.Name = "button18";
- this.button18.Size = new System.Drawing.Size(67, 32);
- this.button18.TabIndex = 70;
- this.button18.Text = "设定";
- this.button18.UseVisualStyleBackColor = true;
- this.button18.Click += new System.EventHandler(this.button18_Click);
- //
- // button19
- //
- this.button19.Location = new System.Drawing.Point(567, 350);
- this.button19.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.button19.Name = "button19";
- this.button19.Size = new System.Drawing.Size(67, 32);
- this.button19.TabIndex = 71;
- this.button19.Text = "设定";
- this.button19.UseVisualStyleBackColor = true;
- this.button19.Click += new System.EventHandler(this.button19_Click);
- //
- // button20
- //
- this.button20.Location = new System.Drawing.Point(567, 387);
- this.button20.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.button20.Name = "button20";
- this.button20.Size = new System.Drawing.Size(67, 32);
- this.button20.TabIndex = 72;
- this.button20.Text = "设定";
- this.button20.UseVisualStyleBackColor = true;
- this.button20.Click += new System.EventHandler(this.button20_Click);
- //
- // button21
- //
- this.button21.Location = new System.Drawing.Point(163, 434);
- this.button21.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.button21.Name = "button21";
- this.button21.Size = new System.Drawing.Size(141, 32);
- this.button21.TabIndex = 73;
- this.button21.Text = "获取全部";
- this.button21.UseVisualStyleBackColor = true;
- this.button21.Click += new System.EventHandler(this.button21_Click);
- //
- // button22
- //
- this.button22.Location = new System.Drawing.Point(336, 434);
- this.button22.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.button22.Name = "button22";
- this.button22.Size = new System.Drawing.Size(130, 32);
- this.button22.TabIndex = 74;
- this.button22.Text = "设定XY";
- this.button22.UseVisualStyleBackColor = true;
- this.button22.Click += new System.EventHandler(this.button22_Click);
- //
- // button23
- //
- this.button23.Location = new System.Drawing.Point(508, 434);
- this.button23.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.button23.Name = "button23";
- this.button23.Size = new System.Drawing.Size(126, 32);
- this.button23.TabIndex = 75;
- this.button23.Text = "设定全部";
- this.button23.UseVisualStyleBackColor = true;
- this.button23.Click += new System.EventHandler(this.button23_Click);
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.button27);
- this.groupBox1.Controls.Add(this.btnCreateDB);
- this.groupBox1.Controls.Add(this.button2);
- this.groupBox1.Controls.Add(this.button23);
- this.groupBox1.Controls.Add(this.label1);
- this.groupBox1.Controls.Add(this.button22);
- this.groupBox1.Controls.Add(this.label2);
- this.groupBox1.Controls.Add(this.button21);
- this.groupBox1.Controls.Add(this.label3);
- this.groupBox1.Controls.Add(this.button20);
- this.groupBox1.Controls.Add(this.label6);
- this.groupBox1.Controls.Add(this.button19);
- this.groupBox1.Controls.Add(this.label7);
- this.groupBox1.Controls.Add(this.button18);
- this.groupBox1.Controls.Add(this.tBHV);
- this.groupBox1.Controls.Add(this.button17);
- this.groupBox1.Controls.Add(this.label8);
- this.groupBox1.Controls.Add(this.button16);
- this.groupBox1.Controls.Add(this.button1);
- this.groupBox1.Controls.Add(this.label31);
- this.groupBox1.Controls.Add(this.tBHVIn);
- this.groupBox1.Controls.Add(this.label30);
- this.groupBox1.Controls.Add(this.label9);
- this.groupBox1.Controls.Add(this.label29);
- this.groupBox1.Controls.Add(this.tBWD);
- this.groupBox1.Controls.Add(this.label28);
- this.groupBox1.Controls.Add(this.tBMag);
- this.groupBox1.Controls.Add(this.label27);
- this.groupBox1.Controls.Add(this.tBBright);
- this.groupBox1.Controls.Add(this.tBRIn);
- this.groupBox1.Controls.Add(this.tBContast);
- this.groupBox1.Controls.Add(this.tBTIn);
- this.groupBox1.Controls.Add(this.label10);
- this.groupBox1.Controls.Add(this.tBZIn);
- this.groupBox1.Controls.Add(this.label11);
- this.groupBox1.Controls.Add(this.tBYIn);
- this.groupBox1.Controls.Add(this.label12);
- this.groupBox1.Controls.Add(this.tBXIn);
- this.groupBox1.Controls.Add(this.label13);
- this.groupBox1.Controls.Add(this.button15);
- this.groupBox1.Controls.Add(this.button3);
- this.groupBox1.Controls.Add(this.button14);
- this.groupBox1.Controls.Add(this.button4);
- this.groupBox1.Controls.Add(this.button13);
- this.groupBox1.Controls.Add(this.button5);
- this.groupBox1.Controls.Add(this.button12);
- this.groupBox1.Controls.Add(this.button6);
- this.groupBox1.Controls.Add(this.button11);
- this.groupBox1.Controls.Add(this.tBWDIn);
- this.groupBox1.Controls.Add(this.label26);
- this.groupBox1.Controls.Add(this.tBMagIn);
- this.groupBox1.Controls.Add(this.label25);
- this.groupBox1.Controls.Add(this.tBrightIn);
- this.groupBox1.Controls.Add(this.label24);
- this.groupBox1.Controls.Add(this.tBContrastIn);
- this.groupBox1.Controls.Add(this.label23);
- this.groupBox1.Controls.Add(this.label17);
- this.groupBox1.Controls.Add(this.label22);
- this.groupBox1.Controls.Add(this.label16);
- this.groupBox1.Controls.Add(this.tBR);
- this.groupBox1.Controls.Add(this.label15);
- this.groupBox1.Controls.Add(this.tBT);
- this.groupBox1.Controls.Add(this.label14);
- this.groupBox1.Controls.Add(this.tBZ);
- this.groupBox1.Controls.Add(this.button7);
- this.groupBox1.Controls.Add(this.tBY);
- this.groupBox1.Controls.Add(this.button8);
- this.groupBox1.Controls.Add(this.tBX);
- this.groupBox1.Controls.Add(this.button9);
- this.groupBox1.Controls.Add(this.label21);
- this.groupBox1.Controls.Add(this.button10);
- this.groupBox1.Controls.Add(this.label20);
- this.groupBox1.Controls.Add(this.label4);
- this.groupBox1.Controls.Add(this.label19);
- this.groupBox1.Controls.Add(this.label5);
- this.groupBox1.Controls.Add(this.label18);
- this.groupBox1.Location = new System.Drawing.Point(11, 10);
- this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.groupBox1.Size = new System.Drawing.Size(655, 480);
- this.groupBox1.TabIndex = 76;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "电镜和样品台控制";
- //
- // btnCreateDB
- //
- this.btnCreateDB.Location = new System.Drawing.Point(6, 434);
- this.btnCreateDB.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.btnCreateDB.Name = "btnCreateDB";
- this.btnCreateDB.Size = new System.Drawing.Size(141, 32);
- this.btnCreateDB.TabIndex = 76;
- this.btnCreateDB.Text = "创建数据库";
- this.btnCreateDB.UseVisualStyleBackColor = true;
- this.btnCreateDB.Click += new System.EventHandler(this.btnCreateDB_Click);
- //
- // 拍图
- //
- this.拍图.Controls.Add(this.pBImage);
- this.拍图.Controls.Add(this.button24);
- this.拍图.Location = new System.Drawing.Point(702, 10);
- this.拍图.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.拍图.Name = "拍图";
- this.拍图.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.拍图.Size = new System.Drawing.Size(791, 480);
- this.拍图.TabIndex = 77;
- this.拍图.TabStop = false;
- this.拍图.Text = "拍图";
- //
- // pBImage
- //
- this.pBImage.Location = new System.Drawing.Point(5, 64);
- this.pBImage.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.pBImage.Name = "pBImage";
- this.pBImage.Size = new System.Drawing.Size(780, 411);
- this.pBImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pBImage.TabIndex = 1;
- this.pBImage.TabStop = false;
- //
- // button24
- //
- this.button24.Location = new System.Drawing.Point(35, 22);
- this.button24.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.button24.Name = "button24";
- this.button24.Size = new System.Drawing.Size(67, 33);
- this.button24.TabIndex = 0;
- this.button24.Text = "拍图";
- this.button24.UseVisualStyleBackColor = true;
- this.button24.Click += new System.EventHandler(this.button24_Click);
- //
- // groupBox2
- //
- this.groupBox2.Controls.Add(this.btnTest);
- this.groupBox2.Controls.Add(this.label37);
- this.groupBox2.Controls.Add(this.txtarea2l3);
- this.groupBox2.Controls.Add(this.txtarea2l2);
- this.groupBox2.Controls.Add(this.txtarea2y3);
- this.groupBox2.Controls.Add(this.txtarea2x3);
- this.groupBox2.Controls.Add(this.txtarea2y2);
- this.groupBox2.Controls.Add(this.txtarea2x2);
- this.groupBox2.Controls.Add(this.txtarea2l1);
- this.groupBox2.Controls.Add(this.txtarea1l3);
- this.groupBox2.Controls.Add(this.txtarea2y1);
- this.groupBox2.Controls.Add(this.txtarea2x1);
- this.groupBox2.Controls.Add(this.txtarea1y3);
- this.groupBox2.Controls.Add(this.txtarea1x3);
- this.groupBox2.Controls.Add(this.txtarea1l2);
- this.groupBox2.Controls.Add(this.txtarea1l1);
- this.groupBox2.Controls.Add(this.txtarea1y2);
- this.groupBox2.Controls.Add(this.txtarea1x2);
- this.groupBox2.Controls.Add(this.txtarea1y1);
- this.groupBox2.Controls.Add(this.txtarea1x1);
- this.groupBox2.Controls.Add(this.label36);
- this.groupBox2.Controls.Add(this.txtpy5);
- this.groupBox2.Controls.Add(this.txtpx5);
- this.groupBox2.Controls.Add(this.txtpy4);
- this.groupBox2.Controls.Add(this.txtpx4);
- this.groupBox2.Controls.Add(this.txtpy3);
- this.groupBox2.Controls.Add(this.txtpx3);
- this.groupBox2.Controls.Add(this.txtpy2);
- this.groupBox2.Controls.Add(this.txtpx2);
- this.groupBox2.Controls.Add(this.label35);
- this.groupBox2.Controls.Add(this.label34);
- this.groupBox2.Controls.Add(this.label33);
- this.groupBox2.Controls.Add(this.txtpy1);
- this.groupBox2.Controls.Add(this.txtpx1);
- this.groupBox2.Controls.Add(this.label32);
- this.groupBox2.Controls.Add(this.NUDNum);
- this.groupBox2.Controls.Add(this.btnReadP);
- this.groupBox2.Controls.Add(this.dataGridView1);
- this.groupBox2.Controls.Add(this.chart1);
- this.groupBox2.Controls.Add(this.button26);
- this.groupBox2.Controls.Add(this.button25);
- this.groupBox2.Location = new System.Drawing.Point(12, 495);
- this.groupBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.groupBox2.Size = new System.Drawing.Size(1470, 373);
- this.groupBox2.TabIndex = 78;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "能谱";
- //
- // btnTest
- //
- this.btnTest.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnTest.Location = new System.Drawing.Point(503, 35);
- this.btnTest.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.btnTest.Name = "btnTest";
- this.btnTest.Size = new System.Drawing.Size(55, 149);
- this.btnTest.TabIndex = 116;
- this.btnTest.Text = "测试";
- this.btnTest.UseVisualStyleBackColor = true;
- this.btnTest.Click += new System.EventHandler(this.btnTest_Click);
- //
- // label37
- //
- this.label37.AutoSize = true;
- this.label37.Location = new System.Drawing.Point(299, 283);
- this.label37.Name = "label37";
- this.label37.Size = new System.Drawing.Size(63, 15);
- this.label37.TabIndex = 115;
- this.label37.Text = "Areas2:";
- //
- // txtarea2l3
- //
- this.txtarea2l3.Location = new System.Drawing.Point(503, 340);
- this.txtarea2l3.Name = "txtarea2l3";
- this.txtarea2l3.Size = new System.Drawing.Size(55, 25);
- this.txtarea2l3.TabIndex = 114;
- this.txtarea2l3.Text = "55";
- this.txtarea2l3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // txtarea2l2
- //
- this.txtarea2l2.Location = new System.Drawing.Point(503, 311);
- this.txtarea2l2.Name = "txtarea2l2";
- this.txtarea2l2.Size = new System.Drawing.Size(55, 25);
- this.txtarea2l2.TabIndex = 113;
- this.txtarea2l2.Text = "44";
- this.txtarea2l2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // txtarea2y3
- //
- this.txtarea2y3.Location = new System.Drawing.Point(431, 340);
- this.txtarea2y3.Name = "txtarea2y3";
- this.txtarea2y3.Size = new System.Drawing.Size(55, 25);
- this.txtarea2y3.TabIndex = 112;
- this.txtarea2y3.Text = "79";
- this.txtarea2y3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // txtarea2x3
- //
- this.txtarea2x3.Location = new System.Drawing.Point(368, 340);
- this.txtarea2x3.Name = "txtarea2x3";
- this.txtarea2x3.Size = new System.Drawing.Size(55, 25);
- this.txtarea2x3.TabIndex = 111;
- this.txtarea2x3.Text = "66";
- this.txtarea2x3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // txtarea2y2
- //
- this.txtarea2y2.Location = new System.Drawing.Point(431, 311);
- this.txtarea2y2.Name = "txtarea2y2";
- this.txtarea2y2.Size = new System.Drawing.Size(55, 25);
- this.txtarea2y2.TabIndex = 110;
- this.txtarea2y2.Text = "78";
- this.txtarea2y2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // txtarea2x2
- //
- this.txtarea2x2.Location = new System.Drawing.Point(368, 311);
- this.txtarea2x2.Name = "txtarea2x2";
- this.txtarea2x2.Size = new System.Drawing.Size(55, 25);
- this.txtarea2x2.TabIndex = 109;
- this.txtarea2x2.Text = "19";
- this.txtarea2x2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // txtarea2l1
- //
- this.txtarea2l1.Location = new System.Drawing.Point(503, 280);
- this.txtarea2l1.Name = "txtarea2l1";
- this.txtarea2l1.Size = new System.Drawing.Size(55, 25);
- this.txtarea2l1.TabIndex = 108;
- this.txtarea2l1.Text = "33";
- this.txtarea2l1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // txtarea1l3
- //
- this.txtarea1l3.Location = new System.Drawing.Point(503, 251);
- this.txtarea1l3.Name = "txtarea1l3";
- this.txtarea1l3.Size = new System.Drawing.Size(55, 25);
- this.txtarea1l3.TabIndex = 107;
- this.txtarea1l3.Text = "44";
- this.txtarea1l3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // txtarea2y1
- //
- this.txtarea2y1.Location = new System.Drawing.Point(431, 280);
- this.txtarea2y1.Name = "txtarea2y1";
- this.txtarea2y1.Size = new System.Drawing.Size(55, 25);
- this.txtarea2y1.TabIndex = 106;
- this.txtarea2y1.Text = "77";
- this.txtarea2y1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // txtarea2x1
- //
- this.txtarea2x1.Location = new System.Drawing.Point(368, 280);
- this.txtarea2x1.Name = "txtarea2x1";
- this.txtarea2x1.Size = new System.Drawing.Size(55, 25);
- this.txtarea2x1.TabIndex = 105;
- this.txtarea2x1.Text = "5";
- this.txtarea2x1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // txtarea1y3
- //
- this.txtarea1y3.Location = new System.Drawing.Point(431, 251);
- this.txtarea1y3.Name = "txtarea1y3";
- this.txtarea1y3.Size = new System.Drawing.Size(55, 25);
- this.txtarea1y3.TabIndex = 104;
- this.txtarea1y3.Text = "34";
- this.txtarea1y3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // txtarea1x3
- //
- this.txtarea1x3.Location = new System.Drawing.Point(368, 251);
- this.txtarea1x3.Name = "txtarea1x3";
- this.txtarea1x3.Size = new System.Drawing.Size(55, 25);
- this.txtarea1x3.TabIndex = 103;
- this.txtarea1x3.Text = "55";
- this.txtarea1x3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // txtarea1l2
- //
- this.txtarea1l2.Location = new System.Drawing.Point(503, 220);
- this.txtarea1l2.Name = "txtarea1l2";
- this.txtarea1l2.Size = new System.Drawing.Size(55, 25);
- this.txtarea1l2.TabIndex = 102;
- this.txtarea1l2.Text = "25";
- this.txtarea1l2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // txtarea1l1
- //
- this.txtarea1l1.Location = new System.Drawing.Point(503, 191);
- this.txtarea1l1.Name = "txtarea1l1";
- this.txtarea1l1.Size = new System.Drawing.Size(55, 25);
- this.txtarea1l1.TabIndex = 101;
- this.txtarea1l1.Text = "20";
- this.txtarea1l1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // txtarea1y2
- //
- this.txtarea1y2.Location = new System.Drawing.Point(431, 220);
- this.txtarea1y2.Name = "txtarea1y2";
- this.txtarea1y2.Size = new System.Drawing.Size(55, 25);
- this.txtarea1y2.TabIndex = 100;
- this.txtarea1y2.Text = "33";
- this.txtarea1y2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // txtarea1x2
- //
- this.txtarea1x2.Location = new System.Drawing.Point(368, 220);
- this.txtarea1x2.Name = "txtarea1x2";
- this.txtarea1x2.Size = new System.Drawing.Size(55, 25);
- this.txtarea1x2.TabIndex = 99;
- this.txtarea1x2.Text = "11";
- this.txtarea1x2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // txtarea1y1
- //
- this.txtarea1y1.Location = new System.Drawing.Point(431, 191);
- this.txtarea1y1.Name = "txtarea1y1";
- this.txtarea1y1.Size = new System.Drawing.Size(55, 25);
- this.txtarea1y1.TabIndex = 98;
- this.txtarea1y1.Text = "32";
- this.txtarea1y1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // txtarea1x1
- //
- this.txtarea1x1.Location = new System.Drawing.Point(368, 191);
- this.txtarea1x1.Name = "txtarea1x1";
- this.txtarea1x1.Size = new System.Drawing.Size(55, 25);
- this.txtarea1x1.TabIndex = 97;
- this.txtarea1x1.Text = "32";
- this.txtarea1x1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // label36
- //
- this.label36.AutoSize = true;
- this.label36.Location = new System.Drawing.Point(301, 194);
- this.label36.Name = "label36";
- this.label36.Size = new System.Drawing.Size(63, 15);
- this.label36.TabIndex = 96;
- this.label36.Text = "Areas1:";
- //
- // txtpy5
- //
- this.txtpy5.Location = new System.Drawing.Point(431, 159);
- this.txtpy5.Name = "txtpy5";
- this.txtpy5.Size = new System.Drawing.Size(55, 25);
- this.txtpy5.TabIndex = 95;
- this.txtpy5.Text = "211";
- this.txtpy5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // txtpx5
- //
- this.txtpx5.Location = new System.Drawing.Point(368, 159);
- this.txtpx5.Name = "txtpx5";
- this.txtpx5.Size = new System.Drawing.Size(55, 25);
- this.txtpx5.TabIndex = 94;
- this.txtpx5.Text = "333";
- this.txtpx5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // txtpy4
- //
- this.txtpy4.Location = new System.Drawing.Point(431, 128);
- this.txtpy4.Name = "txtpy4";
- this.txtpy4.Size = new System.Drawing.Size(55, 25);
- this.txtpy4.TabIndex = 93;
- this.txtpy4.Text = "222";
- this.txtpy4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // txtpx4
- //
- this.txtpx4.Location = new System.Drawing.Point(368, 128);
- this.txtpx4.Name = "txtpx4";
- this.txtpx4.Size = new System.Drawing.Size(55, 25);
- this.txtpx4.TabIndex = 92;
- this.txtpx4.Text = "111";
- this.txtpx4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // txtpy3
- //
- this.txtpy3.Location = new System.Drawing.Point(431, 97);
- this.txtpy3.Name = "txtpy3";
- this.txtpy3.Size = new System.Drawing.Size(55, 25);
- this.txtpy3.TabIndex = 91;
- this.txtpy3.Text = "65";
- this.txtpy3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // txtpx3
- //
- this.txtpx3.Location = new System.Drawing.Point(368, 97);
- this.txtpx3.Name = "txtpx3";
- this.txtpx3.Size = new System.Drawing.Size(55, 25);
- this.txtpx3.TabIndex = 90;
- this.txtpx3.Text = "55";
- this.txtpx3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // txtpy2
- //
- this.txtpy2.Location = new System.Drawing.Point(431, 66);
- this.txtpy2.Name = "txtpy2";
- this.txtpy2.Size = new System.Drawing.Size(55, 25);
- this.txtpy2.TabIndex = 89;
- this.txtpy2.Text = "32";
- this.txtpy2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // txtpx2
- //
- this.txtpx2.Location = new System.Drawing.Point(368, 66);
- this.txtpx2.Name = "txtpx2";
- this.txtpx2.Size = new System.Drawing.Size(55, 25);
- this.txtpx2.TabIndex = 88;
- this.txtpx2.Text = "44";
- this.txtpx2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // label35
- //
- this.label35.AutoSize = true;
- this.label35.Location = new System.Drawing.Point(504, 16);
- this.label35.Name = "label35";
- this.label35.Size = new System.Drawing.Size(55, 15);
- this.label35.TabIndex = 87;
- this.label35.Text = "Length";
- //
- // label34
- //
- this.label34.AutoSize = true;
- this.label34.Location = new System.Drawing.Point(450, 16);
- this.label34.Name = "label34";
- this.label34.Size = new System.Drawing.Size(15, 15);
- this.label34.TabIndex = 86;
- this.label34.Text = "Y";
- //
- // label33
- //
- this.label33.AutoSize = true;
- this.label33.Location = new System.Drawing.Point(390, 16);
- this.label33.Name = "label33";
- this.label33.Size = new System.Drawing.Size(15, 15);
- this.label33.TabIndex = 85;
- this.label33.Text = "X";
- //
- // txtpy1
- //
- this.txtpy1.Location = new System.Drawing.Point(431, 35);
- this.txtpy1.Name = "txtpy1";
- this.txtpy1.Size = new System.Drawing.Size(55, 25);
- this.txtpy1.TabIndex = 84;
- this.txtpy1.Text = "33";
- this.txtpy1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // txtpx1
- //
- this.txtpx1.Location = new System.Drawing.Point(368, 35);
- this.txtpx1.Name = "txtpx1";
- this.txtpx1.Size = new System.Drawing.Size(55, 25);
- this.txtpx1.TabIndex = 83;
- this.txtpx1.Text = "22";
- this.txtpx1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // label32
- //
- this.label32.AutoSize = true;
- this.label32.Location = new System.Drawing.Point(301, 40);
- this.label32.Name = "label32";
- this.label32.Size = new System.Drawing.Size(63, 15);
- this.label32.TabIndex = 82;
- this.label32.Text = "points:";
- //
- // NUDNum
- //
- this.NUDNum.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.NUDNum.Location = new System.Drawing.Point(24, 321);
- this.NUDNum.Name = "NUDNum";
- this.NUDNum.Size = new System.Drawing.Size(120, 30);
- this.NUDNum.TabIndex = 81;
- this.NUDNum.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.NUDNum.Value = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- //
- // btnReadP
- //
- this.btnReadP.Location = new System.Drawing.Point(165, 318);
- this.btnReadP.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.btnReadP.Name = "btnReadP";
- this.btnReadP.Size = new System.Drawing.Size(100, 37);
- this.btnReadP.TabIndex = 80;
- this.btnReadP.Text = "读点";
- this.btnReadP.UseVisualStyleBackColor = true;
- this.btnReadP.Click += new System.EventHandler(this.btnReadP_Click);
- //
- // dataGridView1
- //
- this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.元素,
- this.含量});
- this.dataGridView1.Location = new System.Drawing.Point(24, 87);
- this.dataGridView1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.dataGridView1.Name = "dataGridView1";
- this.dataGridView1.RowTemplate.Height = 30;
- this.dataGridView1.Size = new System.Drawing.Size(241, 212);
- this.dataGridView1.TabIndex = 79;
- //
- // 元素
- //
- this.元素.HeaderText = "元素";
- this.元素.Name = "元素";
- //
- // 含量
- //
- this.含量.HeaderText = "含量";
- this.含量.Name = "含量";
- //
- // chart1
- //
- chartArea1.Name = "ChartArea1";
- this.chart1.ChartAreas.Add(chartArea1);
- legend1.Alignment = System.Drawing.StringAlignment.Center;
- legend1.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Top;
- legend1.Name = "Legend1";
- this.chart1.Legends.Add(legend1);
- this.chart1.Location = new System.Drawing.Point(602, 33);
- this.chart1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.chart1.Name = "chart1";
- series1.ChartArea = "ChartArea1";
- series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
- series1.Legend = "Legend1";
- series1.Name = "Series1";
- series2.ChartArea = "ChartArea1";
- series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
- series2.Legend = "Legend1";
- series2.Name = "Series2";
- this.chart1.Series.Add(series1);
- this.chart1.Series.Add(series2);
- this.chart1.Size = new System.Drawing.Size(855, 322);
- this.chart1.TabIndex = 3;
- this.chart1.Text = "chart1";
- //
- // button26
- //
- this.button26.Location = new System.Drawing.Point(156, 33);
- this.button26.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.button26.Name = "button26";
- this.button26.Size = new System.Drawing.Size(109, 37);
- this.button26.TabIndex = 1;
- this.button26.Text = "面采集";
- this.button26.UseVisualStyleBackColor = true;
- this.button26.Click += new System.EventHandler(this.button26_Click);
- //
- // button25
- //
- this.button25.Location = new System.Drawing.Point(24, 32);
- this.button25.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.button25.Name = "button25";
- this.button25.Size = new System.Drawing.Size(100, 37);
- this.button25.TabIndex = 0;
- this.button25.Text = "点采集";
- this.button25.UseVisualStyleBackColor = true;
- this.button25.Click += new System.EventHandler(this.button25_Click);
- //
- // button27
- //
- this.button27.Location = new System.Drawing.Point(143, -1);
- this.button27.Name = "button27";
- this.button27.Size = new System.Drawing.Size(137, 24);
- this.button27.TabIndex = 79;
- this.button27.Text = "连接能谱";
- this.button27.UseVisualStyleBackColor = true;
- this.button27.Click += new System.EventHandler(this.button27_Click);
- //
- // Form1
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1500, 879);
- this.Controls.Add(this.groupBox2);
- this.Controls.Add(this.拍图);
- this.Controls.Add(this.groupBox1);
- this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.Name = "Form1";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Load += new System.EventHandler(this.Form1_Load);
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- this.拍图.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pBImage)).EndInit();
- this.groupBox2.ResumeLayout(false);
- this.groupBox2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.NUDNum)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.TextBox tBHV;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.TextBox tBHVIn;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.TextBox tBWD;
- private System.Windows.Forms.TextBox tBMag;
- private System.Windows.Forms.TextBox tBBright;
- private System.Windows.Forms.TextBox tBContast;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.Label label11;
- private System.Windows.Forms.Label label12;
- private System.Windows.Forms.Label label13;
- private System.Windows.Forms.Button button3;
- private System.Windows.Forms.Button button4;
- private System.Windows.Forms.Button button5;
- private System.Windows.Forms.Button button6;
- private System.Windows.Forms.TextBox tBWDIn;
- private System.Windows.Forms.TextBox tBMagIn;
- private System.Windows.Forms.TextBox tBrightIn;
- private System.Windows.Forms.TextBox tBContrastIn;
- private System.Windows.Forms.Label label14;
- private System.Windows.Forms.Label label15;
- private System.Windows.Forms.Label label16;
- private System.Windows.Forms.Label label17;
- private System.Windows.Forms.Button button7;
- private System.Windows.Forms.Button button8;
- private System.Windows.Forms.Button button9;
- private System.Windows.Forms.Button button10;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label18;
- private System.Windows.Forms.Label label19;
- private System.Windows.Forms.Label label20;
- private System.Windows.Forms.Label label21;
- private System.Windows.Forms.TextBox tBX;
- private System.Windows.Forms.TextBox tBY;
- private System.Windows.Forms.TextBox tBZ;
- private System.Windows.Forms.TextBox tBT;
- private System.Windows.Forms.TextBox tBR;
- private System.Windows.Forms.Label label22;
- private System.Windows.Forms.Label label23;
- private System.Windows.Forms.Label label24;
- private System.Windows.Forms.Label label25;
- private System.Windows.Forms.Label label26;
- private System.Windows.Forms.Button button11;
- private System.Windows.Forms.Button button12;
- private System.Windows.Forms.Button button13;
- private System.Windows.Forms.Button button14;
- private System.Windows.Forms.Button button15;
- private System.Windows.Forms.TextBox tBXIn;
- private System.Windows.Forms.TextBox tBYIn;
- private System.Windows.Forms.TextBox tBZIn;
- private System.Windows.Forms.TextBox tBTIn;
- private System.Windows.Forms.TextBox tBRIn;
- private System.Windows.Forms.Label label27;
- private System.Windows.Forms.Label label28;
- private System.Windows.Forms.Label label29;
- private System.Windows.Forms.Label label30;
- private System.Windows.Forms.Label label31;
- private System.Windows.Forms.Button button16;
- private System.Windows.Forms.Button button17;
- private System.Windows.Forms.Button button18;
- private System.Windows.Forms.Button button19;
- private System.Windows.Forms.Button button20;
- private System.Windows.Forms.Button button21;
- private System.Windows.Forms.Button button22;
- private System.Windows.Forms.Button button23;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.GroupBox 拍图;
- private System.Windows.Forms.Button button24;
- private System.Windows.Forms.PictureBox pBImage;
- private System.Windows.Forms.GroupBox groupBox2;
- private System.Windows.Forms.DataGridView dataGridView1;
- private System.Windows.Forms.DataGridViewTextBoxColumn 元素;
- private System.Windows.Forms.DataGridViewTextBoxColumn 含量;
- private System.Windows.Forms.DataVisualization.Charting.Chart chart1;
- private System.Windows.Forms.Button button26;
- private System.Windows.Forms.Button button25;
- private System.Windows.Forms.Button btnCreateDB;
- private System.Windows.Forms.NumericUpDown NUDNum;
- private System.Windows.Forms.Button btnReadP;
- private System.Windows.Forms.Button btnTest;
- private System.Windows.Forms.Label label37;
- private System.Windows.Forms.TextBox txtarea2l3;
- private System.Windows.Forms.TextBox txtarea2l2;
- private System.Windows.Forms.TextBox txtarea2y3;
- private System.Windows.Forms.TextBox txtarea2x3;
- private System.Windows.Forms.TextBox txtarea2y2;
- private System.Windows.Forms.TextBox txtarea2x2;
- private System.Windows.Forms.TextBox txtarea2l1;
- private System.Windows.Forms.TextBox txtarea1l3;
- private System.Windows.Forms.TextBox txtarea2y1;
- private System.Windows.Forms.TextBox txtarea2x1;
- private System.Windows.Forms.TextBox txtarea1y3;
- private System.Windows.Forms.TextBox txtarea1x3;
- private System.Windows.Forms.TextBox txtarea1l2;
- private System.Windows.Forms.TextBox txtarea1l1;
- private System.Windows.Forms.TextBox txtarea1y2;
- private System.Windows.Forms.TextBox txtarea1x2;
- private System.Windows.Forms.TextBox txtarea1y1;
- private System.Windows.Forms.TextBox txtarea1x1;
- private System.Windows.Forms.Label label36;
- private System.Windows.Forms.TextBox txtpy5;
- private System.Windows.Forms.TextBox txtpx5;
- private System.Windows.Forms.TextBox txtpy4;
- private System.Windows.Forms.TextBox txtpx4;
- private System.Windows.Forms.TextBox txtpy3;
- private System.Windows.Forms.TextBox txtpx3;
- private System.Windows.Forms.TextBox txtpy2;
- private System.Windows.Forms.TextBox txtpx2;
- private System.Windows.Forms.Label label35;
- private System.Windows.Forms.Label label34;
- private System.Windows.Forms.Label label33;
- private System.Windows.Forms.TextBox txtpy1;
- private System.Windows.Forms.TextBox txtpx1;
- private System.Windows.Forms.Label label32;
- private System.Windows.Forms.Button button27;
- }
- }
|