namespace MeterModuleLibrary { partial class ucLetterNumberKey { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.btnJ = new System.Windows.Forms.Button(); this.btnSubmit = new System.Windows.Forms.Button(); this.btnBack = new System.Windows.Forms.Button(); this.btnClean = new System.Windows.Forms.Button(); this.btnRight = new System.Windows.Forms.Button(); this.btnLeft = new System.Windows.Forms.Button(); this.btnZ = new System.Windows.Forms.Button(); this.btnY = new System.Windows.Forms.Button(); this.btnSpot = new System.Windows.Forms.Button(); this.btn00 = new System.Windows.Forms.Button(); this.btn9 = new System.Windows.Forms.Button(); this.btn8 = new System.Windows.Forms.Button(); this.btnX = new System.Windows.Forms.Button(); this.btnW = new System.Windows.Forms.Button(); this.btnV = new System.Windows.Forms.Button(); this.btnU = new System.Windows.Forms.Button(); this.btnT = new System.Windows.Forms.Button(); this.btnS = new System.Windows.Forms.Button(); this.btnR = new System.Windows.Forms.Button(); this.btnQ = new System.Windows.Forms.Button(); this.btn7 = new System.Windows.Forms.Button(); this.btn6 = new System.Windows.Forms.Button(); this.btn5 = new System.Windows.Forms.Button(); this.btn4 = new System.Windows.Forms.Button(); this.btnP = new System.Windows.Forms.Button(); this.btnO = new System.Windows.Forms.Button(); this.btnN = new System.Windows.Forms.Button(); this.btnM = new System.Windows.Forms.Button(); this.btnL = new System.Windows.Forms.Button(); this.btn3 = new System.Windows.Forms.Button(); this.btn2 = new System.Windows.Forms.Button(); this.btn1 = new System.Windows.Forms.Button(); this.btnI = new System.Windows.Forms.Button(); this.btnK = new System.Windows.Forms.Button(); this.btn0 = new System.Windows.Forms.Button(); this.btnH = new System.Windows.Forms.Button(); this.btnG = new System.Windows.Forms.Button(); this.btnF = new System.Windows.Forms.Button(); this.btnE = new System.Windows.Forms.Button(); this.btnD = new System.Windows.Forms.Button(); this.btnC = new System.Windows.Forms.Button(); this.btnB = new System.Windows.Forms.Button(); this.btnA = new System.Windows.Forms.Button(); this.txtValue = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // btnJ // this.btnJ.BackColor = System.Drawing.Color.White; this.btnJ.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnJ.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true); this.btnJ.ForeColor = System.Drawing.Color.Black; this.btnJ.Location = new System.Drawing.Point(94, 153); this.btnJ.Margin = new System.Windows.Forms.Padding(4); this.btnJ.Name = "btnJ"; this.btnJ.Size = new System.Drawing.Size(80, 65); this.btnJ.TabIndex = 587; this.btnJ.Text = "J"; this.btnJ.UseVisualStyleBackColor = false; this.btnJ.Click += new System.EventHandler(this.btnSetValue_Click); // // btnSubmit // this.btnSubmit.BackColor = System.Drawing.Color.MediumSeaGreen; this.btnSubmit.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnSubmit.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true); this.btnSubmit.ForeColor = System.Drawing.Color.White; this.btnSubmit.Location = new System.Drawing.Point(867, 292); this.btnSubmit.Margin = new System.Windows.Forms.Padding(4); this.btnSubmit.Name = "btnSubmit"; this.btnSubmit.Size = new System.Drawing.Size(166, 65); this.btnSubmit.TabIndex = 588; this.btnSubmit.Text = "确认"; this.btnSubmit.UseVisualStyleBackColor = false; this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click); // // btnBack // this.btnBack.BackColor = System.Drawing.Color.DodgerBlue; this.btnBack.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnBack.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true); this.btnBack.ForeColor = System.Drawing.Color.White; this.btnBack.Location = new System.Drawing.Point(696, 292); this.btnBack.Margin = new System.Windows.Forms.Padding(4); this.btnBack.Name = "btnBack"; this.btnBack.Size = new System.Drawing.Size(163, 65); this.btnBack.TabIndex = 589; this.btnBack.Text = "回退"; this.btnBack.UseVisualStyleBackColor = false; this.btnBack.Click += new System.EventHandler(this.btnBack_Click); // // btnClean // this.btnClean.BackColor = System.Drawing.Color.DodgerBlue; this.btnClean.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnClean.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true); this.btnClean.ForeColor = System.Drawing.Color.White; this.btnClean.Location = new System.Drawing.Point(524, 292); this.btnClean.Margin = new System.Windows.Forms.Padding(4); this.btnClean.Name = "btnClean"; this.btnClean.Size = new System.Drawing.Size(164, 65); this.btnClean.TabIndex = 590; this.btnClean.Text = "清空"; this.btnClean.UseVisualStyleBackColor = false; this.btnClean.Click += new System.EventHandler(this.btnClean_Click); // // btnRight // this.btnRight.BackColor = System.Drawing.Color.DodgerBlue; this.btnRight.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnRight.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true); this.btnRight.ForeColor = System.Drawing.Color.White; this.btnRight.Location = new System.Drawing.Point(352, 292); this.btnRight.Margin = new System.Windows.Forms.Padding(4); this.btnRight.Name = "btnRight"; this.btnRight.Size = new System.Drawing.Size(164, 65); this.btnRight.TabIndex = 591; this.btnRight.Text = "右移"; this.btnRight.UseVisualStyleBackColor = false; this.btnRight.Click += new System.EventHandler(this.btnRight_Click); // // btnLeft // this.btnLeft.BackColor = System.Drawing.Color.DodgerBlue; this.btnLeft.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnLeft.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true); this.btnLeft.ForeColor = System.Drawing.Color.White; this.btnLeft.Location = new System.Drawing.Point(180, 292); this.btnLeft.Margin = new System.Windows.Forms.Padding(4); this.btnLeft.Name = "btnLeft"; this.btnLeft.Size = new System.Drawing.Size(164, 65); this.btnLeft.TabIndex = 592; this.btnLeft.Text = "左移"; this.btnLeft.UseVisualStyleBackColor = false; this.btnLeft.Click += new System.EventHandler(this.btnLeft_Click); // // btnZ // this.btnZ.BackColor = System.Drawing.Color.White; this.btnZ.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnZ.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true); this.btnZ.ForeColor = System.Drawing.Color.Black; this.btnZ.Location = new System.Drawing.Point(94, 292); this.btnZ.Margin = new System.Windows.Forms.Padding(4); this.btnZ.Name = "btnZ"; this.btnZ.Size = new System.Drawing.Size(80, 65); this.btnZ.TabIndex = 593; this.btnZ.Text = "Z"; this.btnZ.UseVisualStyleBackColor = false; this.btnZ.Click += new System.EventHandler(this.btnSetValue_Click); // // btnY // this.btnY.BackColor = System.Drawing.Color.White; this.btnY.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnY.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true); this.btnY.ForeColor = System.Drawing.Color.Black; this.btnY.Location = new System.Drawing.Point(7, 292); this.btnY.Margin = new System.Windows.Forms.Padding(4); this.btnY.Name = "btnY"; this.btnY.Size = new System.Drawing.Size(80, 65); this.btnY.TabIndex = 594; this.btnY.Text = "Y"; this.btnY.UseVisualStyleBackColor = false; this.btnY.Click += new System.EventHandler(this.btnSetValue_Click); // // btnSpot // this.btnSpot.BackColor = System.Drawing.Color.White; this.btnSpot.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnSpot.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true); this.btnSpot.ForeColor = System.Drawing.Color.Black; this.btnSpot.Location = new System.Drawing.Point(953, 222); this.btnSpot.Margin = new System.Windows.Forms.Padding(4); this.btnSpot.Name = "btnSpot"; this.btnSpot.Size = new System.Drawing.Size(80, 65); this.btnSpot.TabIndex = 595; this.btnSpot.Text = "."; this.btnSpot.UseVisualStyleBackColor = false; this.btnSpot.Click += new System.EventHandler(this.btnSetValue_Click); // // btn00 // this.btn00.BackColor = System.Drawing.Color.White; this.btn00.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn00.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true); this.btn00.ForeColor = System.Drawing.Color.Black; this.btn00.Location = new System.Drawing.Point(867, 223); this.btn00.Margin = new System.Windows.Forms.Padding(4); this.btn00.Name = "btn00"; this.btn00.Size = new System.Drawing.Size(80, 65); this.btn00.TabIndex = 596; this.btn00.Text = "00"; this.btn00.UseVisualStyleBackColor = false; this.btn00.Click += new System.EventHandler(this.btnSetValue_Click); // // btn9 // this.btn9.BackColor = System.Drawing.Color.White; this.btn9.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn9.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true); this.btn9.ForeColor = System.Drawing.Color.Black; this.btn9.Location = new System.Drawing.Point(781, 222); this.btn9.Margin = new System.Windows.Forms.Padding(4); this.btn9.Name = "btn9"; this.btn9.Size = new System.Drawing.Size(80, 65); this.btn9.TabIndex = 597; this.btn9.Text = "9"; this.btn9.UseVisualStyleBackColor = false; this.btn9.Click += new System.EventHandler(this.btnSetValue_Click); // // btn8 // this.btn8.BackColor = System.Drawing.Color.White; this.btn8.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn8.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true); this.btn8.ForeColor = System.Drawing.Color.Black; this.btn8.Location = new System.Drawing.Point(695, 222); this.btn8.Margin = new System.Windows.Forms.Padding(4); this.btn8.Name = "btn8"; this.btn8.Size = new System.Drawing.Size(80, 65); this.btn8.TabIndex = 598; this.btn8.Text = "8"; this.btn8.UseVisualStyleBackColor = false; this.btn8.Click += new System.EventHandler(this.btnSetValue_Click); // // btnX // this.btnX.BackColor = System.Drawing.Color.White; this.btnX.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnX.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true); this.btnX.ForeColor = System.Drawing.Color.Black; this.btnX.Location = new System.Drawing.Point(610, 222); this.btnX.Margin = new System.Windows.Forms.Padding(4); this.btnX.Name = "btnX"; this.btnX.Size = new System.Drawing.Size(80, 65); this.btnX.TabIndex = 599; this.btnX.Text = "X"; this.btnX.UseVisualStyleBackColor = false; this.btnX.Click += new System.EventHandler(this.btnSetValue_Click); // // btnW // this.btnW.BackColor = System.Drawing.Color.White; this.btnW.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnW.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true); this.btnW.ForeColor = System.Drawing.Color.Black; this.btnW.Location = new System.Drawing.Point(524, 222); this.btnW.Margin = new System.Windows.Forms.Padding(4); this.btnW.Name = "btnW"; this.btnW.Size = new System.Drawing.Size(80, 65); this.btnW.TabIndex = 600; this.btnW.Text = "W"; this.btnW.UseVisualStyleBackColor = false; this.btnW.Click += new System.EventHandler(this.btnSetValue_Click); // // btnV // this.btnV.BackColor = System.Drawing.Color.White; this.btnV.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnV.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true); this.btnV.ForeColor = System.Drawing.Color.Black; this.btnV.Location = new System.Drawing.Point(438, 222); this.btnV.Margin = new System.Windows.Forms.Padding(4); this.btnV.Name = "btnV"; this.btnV.Size = new System.Drawing.Size(80, 65); this.btnV.TabIndex = 601; this.btnV.Text = "V"; this.btnV.UseVisualStyleBackColor = false; this.btnV.Click += new System.EventHandler(this.btnSetValue_Click); // // btnU // this.btnU.BackColor = System.Drawing.Color.White; this.btnU.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnU.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true); this.btnU.ForeColor = System.Drawing.Color.Black; this.btnU.Location = new System.Drawing.Point(352, 222); this.btnU.Margin = new System.Windows.Forms.Padding(4); this.btnU.Name = "btnU"; this.btnU.Size = new System.Drawing.Size(80, 65); this.btnU.TabIndex = 602; this.btnU.Text = "U"; this.btnU.UseVisualStyleBackColor = false; this.btnU.Click += new System.EventHandler(this.btnSetValue_Click); // // btnT // this.btnT.BackColor = System.Drawing.Color.White; this.btnT.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnT.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true); this.btnT.ForeColor = System.Drawing.Color.Black; this.btnT.Location = new System.Drawing.Point(265, 222); this.btnT.Margin = new System.Windows.Forms.Padding(4); this.btnT.Name = "btnT"; this.btnT.Size = new System.Drawing.Size(80, 65); this.btnT.TabIndex = 603; this.btnT.Text = "T"; this.btnT.UseVisualStyleBackColor = false; this.btnT.Click += new System.EventHandler(this.btnSetValue_Click); // // btnS // this.btnS.BackColor = System.Drawing.Color.White; this.btnS.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnS.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true); this.btnS.ForeColor = System.Drawing.Color.Black; this.btnS.Location = new System.Drawing.Point(180, 222); this.btnS.Margin = new System.Windows.Forms.Padding(4); this.btnS.Name = "btnS"; this.btnS.Size = new System.Drawing.Size(80, 65); this.btnS.TabIndex = 604; this.btnS.Text = "S"; this.btnS.UseVisualStyleBackColor = false; this.btnS.Click += new System.EventHandler(this.btnSetValue_Click); // // btnR // this.btnR.BackColor = System.Drawing.Color.White; this.btnR.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnR.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true); this.btnR.ForeColor = System.Drawing.Color.Black; this.btnR.Location = new System.Drawing.Point(94, 222); this.btnR.Margin = new System.Windows.Forms.Padding(4); this.btnR.Name = "btnR"; this.btnR.Size = new System.Drawing.Size(80, 65); this.btnR.TabIndex = 605; this.btnR.Text = "R"; this.btnR.UseVisualStyleBackColor = false; this.btnR.Click += new System.EventHandler(this.btnSetValue_Click); // // btnQ // this.btnQ.BackColor = System.Drawing.Color.White; this.btnQ.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnQ.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true); this.btnQ.ForeColor = System.Drawing.Color.Black; this.btnQ.Location = new System.Drawing.Point(7, 222); this.btnQ.Margin = new System.Windows.Forms.Padding(4); this.btnQ.Name = "btnQ"; this.btnQ.Size = new System.Drawing.Size(80, 65); this.btnQ.TabIndex = 606; this.btnQ.Text = "Q"; this.btnQ.UseVisualStyleBackColor = false; this.btnQ.Click += new System.EventHandler(this.btnSetValue_Click); // // btn7 // this.btn7.BackColor = System.Drawing.Color.White; this.btn7.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn7.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true); this.btn7.ForeColor = System.Drawing.Color.Black; this.btn7.Location = new System.Drawing.Point(953, 154); this.btn7.Margin = new System.Windows.Forms.Padding(4); this.btn7.Name = "btn7"; this.btn7.Size = new System.Drawing.Size(80, 65); this.btn7.TabIndex = 607; this.btn7.Text = "7"; this.btn7.UseVisualStyleBackColor = false; this.btn7.Click += new System.EventHandler(this.btnSetValue_Click); // // btn6 // this.btn6.BackColor = System.Drawing.Color.White; this.btn6.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn6.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true); this.btn6.ForeColor = System.Drawing.Color.Black; this.btn6.Location = new System.Drawing.Point(867, 154); this.btn6.Margin = new System.Windows.Forms.Padding(4); this.btn6.Name = "btn6"; this.btn6.Size = new System.Drawing.Size(80, 65); this.btn6.TabIndex = 608; this.btn6.Text = "6"; this.btn6.UseVisualStyleBackColor = false; this.btn6.Click += new System.EventHandler(this.btnSetValue_Click); // // btn5 // this.btn5.BackColor = System.Drawing.Color.White; this.btn5.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn5.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true); this.btn5.ForeColor = System.Drawing.Color.Black; this.btn5.Location = new System.Drawing.Point(781, 153); this.btn5.Margin = new System.Windows.Forms.Padding(4); this.btn5.Name = "btn5"; this.btn5.Size = new System.Drawing.Size(80, 65); this.btn5.TabIndex = 609; this.btn5.Text = "5"; this.btn5.UseVisualStyleBackColor = false; this.btn5.Click += new System.EventHandler(this.btnSetValue_Click); // // btn4 // this.btn4.BackColor = System.Drawing.Color.White; this.btn4.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn4.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true); this.btn4.ForeColor = System.Drawing.Color.Black; this.btn4.Location = new System.Drawing.Point(696, 154); this.btn4.Margin = new System.Windows.Forms.Padding(4); this.btn4.Name = "btn4"; this.btn4.Size = new System.Drawing.Size(80, 65); this.btn4.TabIndex = 610; this.btn4.Text = "4"; this.btn4.UseVisualStyleBackColor = false; this.btn4.Click += new System.EventHandler(this.btnSetValue_Click); // // btnP // this.btnP.BackColor = System.Drawing.Color.White; this.btnP.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnP.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true); this.btnP.ForeColor = System.Drawing.Color.Black; this.btnP.Location = new System.Drawing.Point(610, 153); this.btnP.Margin = new System.Windows.Forms.Padding(4); this.btnP.Name = "btnP"; this.btnP.Size = new System.Drawing.Size(80, 65); this.btnP.TabIndex = 611; this.btnP.Text = "P"; this.btnP.UseVisualStyleBackColor = false; this.btnP.Click += new System.EventHandler(this.btnSetValue_Click); // // btnO // this.btnO.BackColor = System.Drawing.Color.White; this.btnO.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnO.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true); this.btnO.ForeColor = System.Drawing.Color.Black; this.btnO.Location = new System.Drawing.Point(524, 153); this.btnO.Margin = new System.Windows.Forms.Padding(4); this.btnO.Name = "btnO"; this.btnO.Size = new System.Drawing.Size(80, 65); this.btnO.TabIndex = 612; this.btnO.Text = "O"; this.btnO.UseVisualStyleBackColor = false; this.btnO.Click += new System.EventHandler(this.btnSetValue_Click); // // btnN // this.btnN.BackColor = System.Drawing.Color.White; this.btnN.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnN.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true); this.btnN.ForeColor = System.Drawing.Color.Black; this.btnN.Location = new System.Drawing.Point(438, 153); this.btnN.Margin = new System.Windows.Forms.Padding(4); this.btnN.Name = "btnN"; this.btnN.Size = new System.Drawing.Size(80, 65); this.btnN.TabIndex = 613; this.btnN.Text = "N"; this.btnN.UseVisualStyleBackColor = false; this.btnN.Click += new System.EventHandler(this.btnSetValue_Click); // // btnM // this.btnM.BackColor = System.Drawing.Color.White; this.btnM.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnM.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true); this.btnM.ForeColor = System.Drawing.Color.Black; this.btnM.Location = new System.Drawing.Point(352, 153); this.btnM.Margin = new System.Windows.Forms.Padding(4); this.btnM.Name = "btnM"; this.btnM.Size = new System.Drawing.Size(80, 65); this.btnM.TabIndex = 614; this.btnM.Text = "M"; this.btnM.UseVisualStyleBackColor = false; this.btnM.Click += new System.EventHandler(this.btnSetValue_Click); // // btnL // this.btnL.BackColor = System.Drawing.Color.White; this.btnL.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnL.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true); this.btnL.ForeColor = System.Drawing.Color.Black; this.btnL.Location = new System.Drawing.Point(266, 153); this.btnL.Margin = new System.Windows.Forms.Padding(4); this.btnL.Name = "btnL"; this.btnL.Size = new System.Drawing.Size(80, 65); this.btnL.TabIndex = 615; this.btnL.Text = "L"; this.btnL.UseVisualStyleBackColor = false; this.btnL.Click += new System.EventHandler(this.btnSetValue_Click); // // btn3 // this.btn3.BackColor = System.Drawing.Color.White; this.btn3.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn3.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true); this.btn3.ForeColor = System.Drawing.Color.Black; this.btn3.Location = new System.Drawing.Point(953, 83); this.btn3.Margin = new System.Windows.Forms.Padding(4); this.btn3.Name = "btn3"; this.btn3.Size = new System.Drawing.Size(80, 65); this.btn3.TabIndex = 616; this.btn3.Text = "3"; this.btn3.UseVisualStyleBackColor = false; this.btn3.Click += new System.EventHandler(this.btnSetValue_Click); // // btn2 // this.btn2.BackColor = System.Drawing.Color.White; this.btn2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn2.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true); this.btn2.ForeColor = System.Drawing.Color.Black; this.btn2.Location = new System.Drawing.Point(867, 83); this.btn2.Margin = new System.Windows.Forms.Padding(4); this.btn2.Name = "btn2"; this.btn2.Size = new System.Drawing.Size(80, 65); this.btn2.TabIndex = 617; this.btn2.Text = "2"; this.btn2.UseVisualStyleBackColor = false; this.btn2.Click += new System.EventHandler(this.btnSetValue_Click); // // btn1 // this.btn1.BackColor = System.Drawing.Color.White; this.btn1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn1.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true); this.btn1.ForeColor = System.Drawing.Color.Black; this.btn1.Location = new System.Drawing.Point(780, 82); this.btn1.Margin = new System.Windows.Forms.Padding(4); this.btn1.Name = "btn1"; this.btn1.Size = new System.Drawing.Size(80, 65); this.btn1.TabIndex = 618; this.btn1.Text = "1"; this.btn1.UseVisualStyleBackColor = false; this.btn1.Click += new System.EventHandler(this.btnSetValue_Click); // // btnI // this.btnI.BackColor = System.Drawing.Color.White; this.btnI.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnI.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true); this.btnI.ForeColor = System.Drawing.Color.Black; this.btnI.Location = new System.Drawing.Point(7, 153); this.btnI.Margin = new System.Windows.Forms.Padding(4); this.btnI.Name = "btnI"; this.btnI.Size = new System.Drawing.Size(80, 65); this.btnI.TabIndex = 619; this.btnI.Text = "I"; this.btnI.UseVisualStyleBackColor = false; this.btnI.Click += new System.EventHandler(this.btnSetValue_Click); // // btnK // this.btnK.BackColor = System.Drawing.Color.White; this.btnK.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnK.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true); this.btnK.ForeColor = System.Drawing.Color.Black; this.btnK.Location = new System.Drawing.Point(180, 153); this.btnK.Margin = new System.Windows.Forms.Padding(4); this.btnK.Name = "btnK"; this.btnK.Size = new System.Drawing.Size(80, 65); this.btnK.TabIndex = 620; this.btnK.Text = "K"; this.btnK.UseVisualStyleBackColor = false; this.btnK.Click += new System.EventHandler(this.btnSetValue_Click); // // btn0 // this.btn0.BackColor = System.Drawing.Color.White; this.btn0.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn0.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true); this.btn0.ForeColor = System.Drawing.Color.Black; this.btn0.Location = new System.Drawing.Point(695, 82); this.btn0.Margin = new System.Windows.Forms.Padding(4); this.btn0.Name = "btn0"; this.btn0.Size = new System.Drawing.Size(80, 65); this.btn0.TabIndex = 621; this.btn0.Text = "0"; this.btn0.UseVisualStyleBackColor = false; this.btn0.Click += new System.EventHandler(this.btnSetValue_Click); // // btnH // this.btnH.BackColor = System.Drawing.Color.White; this.btnH.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnH.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true); this.btnH.ForeColor = System.Drawing.Color.Black; this.btnH.Location = new System.Drawing.Point(610, 82); this.btnH.Margin = new System.Windows.Forms.Padding(4); this.btnH.Name = "btnH"; this.btnH.Size = new System.Drawing.Size(80, 65); this.btnH.TabIndex = 622; this.btnH.Text = "H"; this.btnH.UseVisualStyleBackColor = false; this.btnH.Click += new System.EventHandler(this.btnSetValue_Click); // // btnG // this.btnG.BackColor = System.Drawing.Color.White; this.btnG.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnG.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true); this.btnG.ForeColor = System.Drawing.Color.Black; this.btnG.Location = new System.Drawing.Point(524, 82); this.btnG.Margin = new System.Windows.Forms.Padding(4); this.btnG.Name = "btnG"; this.btnG.Size = new System.Drawing.Size(80, 65); this.btnG.TabIndex = 623; this.btnG.Text = "G"; this.btnG.UseVisualStyleBackColor = false; this.btnG.Click += new System.EventHandler(this.btnSetValue_Click); // // btnF // this.btnF.BackColor = System.Drawing.Color.White; this.btnF.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnF.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true); this.btnF.ForeColor = System.Drawing.Color.Black; this.btnF.Location = new System.Drawing.Point(438, 82); this.btnF.Margin = new System.Windows.Forms.Padding(4); this.btnF.Name = "btnF"; this.btnF.Size = new System.Drawing.Size(80, 65); this.btnF.TabIndex = 624; this.btnF.Text = "F"; this.btnF.UseVisualStyleBackColor = false; this.btnF.Click += new System.EventHandler(this.btnSetValue_Click); // // btnE // this.btnE.BackColor = System.Drawing.Color.White; this.btnE.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnE.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true); this.btnE.ForeColor = System.Drawing.Color.Black; this.btnE.Location = new System.Drawing.Point(352, 82); this.btnE.Margin = new System.Windows.Forms.Padding(4); this.btnE.Name = "btnE"; this.btnE.Size = new System.Drawing.Size(80, 65); this.btnE.TabIndex = 625; this.btnE.Text = "E"; this.btnE.UseVisualStyleBackColor = false; this.btnE.Click += new System.EventHandler(this.btnSetValue_Click); // // btnD // this.btnD.BackColor = System.Drawing.Color.White; this.btnD.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnD.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true); this.btnD.ForeColor = System.Drawing.Color.Black; this.btnD.Location = new System.Drawing.Point(266, 82); this.btnD.Margin = new System.Windows.Forms.Padding(4); this.btnD.Name = "btnD"; this.btnD.Size = new System.Drawing.Size(80, 65); this.btnD.TabIndex = 626; this.btnD.Text = "D"; this.btnD.UseVisualStyleBackColor = false; this.btnD.Click += new System.EventHandler(this.btnSetValue_Click); // // btnC // this.btnC.BackColor = System.Drawing.Color.White; this.btnC.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnC.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true); this.btnC.ForeColor = System.Drawing.Color.Black; this.btnC.Location = new System.Drawing.Point(180, 82); this.btnC.Margin = new System.Windows.Forms.Padding(4); this.btnC.Name = "btnC"; this.btnC.Size = new System.Drawing.Size(80, 65); this.btnC.TabIndex = 627; this.btnC.Text = "C"; this.btnC.UseVisualStyleBackColor = false; this.btnC.Click += new System.EventHandler(this.btnSetValue_Click); // // btnB // this.btnB.BackColor = System.Drawing.Color.White; this.btnB.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnB.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true); this.btnB.ForeColor = System.Drawing.Color.Black; this.btnB.Location = new System.Drawing.Point(94, 82); this.btnB.Margin = new System.Windows.Forms.Padding(4); this.btnB.Name = "btnB"; this.btnB.Size = new System.Drawing.Size(80, 65); this.btnB.TabIndex = 629; this.btnB.Text = "B"; this.btnB.UseVisualStyleBackColor = false; this.btnB.Click += new System.EventHandler(this.btnSetValue_Click); // // btnA // this.btnA.BackColor = System.Drawing.Color.White; this.btnA.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnA.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true); this.btnA.ForeColor = System.Drawing.Color.Black; this.btnA.Location = new System.Drawing.Point(7, 82); this.btnA.Margin = new System.Windows.Forms.Padding(4); this.btnA.Name = "btnA"; this.btnA.Size = new System.Drawing.Size(80, 65); this.btnA.TabIndex = 630; this.btnA.Text = "A"; this.btnA.UseVisualStyleBackColor = false; this.btnA.Click += new System.EventHandler(this.btnSetValue_Click); // // txtValue // this.txtValue.Font = new System.Drawing.Font("宋体", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtValue.Location = new System.Drawing.Point(7, 8); this.txtValue.Name = "txtValue"; this.txtValue.Size = new System.Drawing.Size(1026, 65); this.txtValue.TabIndex = 631; // // ucLetterNumberKey // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.txtValue); this.Controls.Add(this.btnA); this.Controls.Add(this.btnB); this.Controls.Add(this.btnC); this.Controls.Add(this.btnD); this.Controls.Add(this.btnE); this.Controls.Add(this.btnF); this.Controls.Add(this.btnG); this.Controls.Add(this.btnH); this.Controls.Add(this.btn0); this.Controls.Add(this.btnK); this.Controls.Add(this.btnI); this.Controls.Add(this.btn1); this.Controls.Add(this.btn2); this.Controls.Add(this.btn3); this.Controls.Add(this.btnL); this.Controls.Add(this.btnM); this.Controls.Add(this.btnN); this.Controls.Add(this.btnO); this.Controls.Add(this.btnP); this.Controls.Add(this.btn4); this.Controls.Add(this.btn5); this.Controls.Add(this.btn6); this.Controls.Add(this.btn7); this.Controls.Add(this.btnQ); this.Controls.Add(this.btnR); this.Controls.Add(this.btnS); this.Controls.Add(this.btnT); this.Controls.Add(this.btnU); this.Controls.Add(this.btnV); this.Controls.Add(this.btnW); this.Controls.Add(this.btnX); this.Controls.Add(this.btn8); this.Controls.Add(this.btn9); this.Controls.Add(this.btn00); this.Controls.Add(this.btnSpot); this.Controls.Add(this.btnY); this.Controls.Add(this.btnZ); this.Controls.Add(this.btnLeft); this.Controls.Add(this.btnRight); this.Controls.Add(this.btnClean); this.Controls.Add(this.btnBack); this.Controls.Add(this.btnSubmit); this.Controls.Add(this.btnJ); this.Name = "ucLetterNumberKey"; this.Size = new System.Drawing.Size(1039, 365); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnJ; private System.Windows.Forms.Button btnSubmit; private System.Windows.Forms.Button btnBack; private System.Windows.Forms.Button btnClean; private System.Windows.Forms.Button btnRight; private System.Windows.Forms.Button btnLeft; private System.Windows.Forms.Button btnZ; private System.Windows.Forms.Button btnY; private System.Windows.Forms.Button btnSpot; private System.Windows.Forms.Button btn00; private System.Windows.Forms.Button btn9; private System.Windows.Forms.Button btn8; private System.Windows.Forms.Button btnX; private System.Windows.Forms.Button btnW; private System.Windows.Forms.Button btnV; private System.Windows.Forms.Button btnU; private System.Windows.Forms.Button btnT; private System.Windows.Forms.Button btnS; private System.Windows.Forms.Button btnR; private System.Windows.Forms.Button btnQ; private System.Windows.Forms.Button btn7; private System.Windows.Forms.Button btn6; private System.Windows.Forms.Button btn5; private System.Windows.Forms.Button btn4; private System.Windows.Forms.Button btnP; private System.Windows.Forms.Button btnO; private System.Windows.Forms.Button btnN; private System.Windows.Forms.Button btnM; private System.Windows.Forms.Button btnL; private System.Windows.Forms.Button btn3; private System.Windows.Forms.Button btn2; private System.Windows.Forms.Button btn1; private System.Windows.Forms.Button btnI; private System.Windows.Forms.Button btnK; private System.Windows.Forms.Button btn0; private System.Windows.Forms.Button btnH; private System.Windows.Forms.Button btnG; private System.Windows.Forms.Button btnF; private System.Windows.Forms.Button btnE; private System.Windows.Forms.Button btnD; private System.Windows.Forms.Button btnC; private System.Windows.Forms.Button btnB; private System.Windows.Forms.Button btnA; private System.Windows.Forms.TextBox txtValue; } }