namespace MeterModuleLibrary
{
partial class frmQjNo
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.btnLeft = new System.Windows.Forms.Button();
this.btnRight = new System.Windows.Forms.Button();
this.btnClean = new System.Windows.Forms.Button();
this.btnBack = new System.Windows.Forms.Button();
this.btnSubmit = new System.Windows.Forms.Button();
this.txtValue = new System.Windows.Forms.TextBox();
this.btn0 = new System.Windows.Forms.Button();
this.btn1 = new System.Windows.Forms.Button();
this.btn2 = new System.Windows.Forms.Button();
this.btn3 = new System.Windows.Forms.Button();
this.btn4 = new System.Windows.Forms.Button();
this.btn5 = new System.Windows.Forms.Button();
this.btn6 = new System.Windows.Forms.Button();
this.btn7 = new System.Windows.Forms.Button();
this.btn8 = new System.Windows.Forms.Button();
this.btn9 = new System.Windows.Forms.Button();
this.btnSpot = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// 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(475, 97);
this.btnLeft.Name = "btnLeft";
this.btnLeft.Size = new System.Drawing.Size(160, 89);
this.btnLeft.TabIndex = 699;
this.btnLeft.Text = "左移";
this.btnLeft.UseVisualStyleBackColor = false;
this.btnLeft.Click += new System.EventHandler(this.btnLeft_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(643, 97);
this.btnRight.Name = "btnRight";
this.btnRight.Size = new System.Drawing.Size(160, 89);
this.btnRight.TabIndex = 698;
this.btnRight.Text = "右移";
this.btnRight.UseVisualStyleBackColor = false;
this.btnRight.Click += new System.EventHandler(this.btnRight_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(475, 192);
this.btnClean.Name = "btnClean";
this.btnClean.Size = new System.Drawing.Size(160, 89);
this.btnClean.TabIndex = 697;
this.btnClean.Text = "清空";
this.btnClean.UseVisualStyleBackColor = false;
this.btnClean.Click += new System.EventHandler(this.btnClean_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(643, 192);
this.btnBack.Name = "btnBack";
this.btnBack.Size = new System.Drawing.Size(160, 89);
this.btnBack.TabIndex = 696;
this.btnBack.Text = "回退";
this.btnBack.UseVisualStyleBackColor = false;
this.btnBack.Click += new System.EventHandler(this.btnBack_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(475, 292);
this.btnSubmit.Name = "btnSubmit";
this.btnSubmit.Size = new System.Drawing.Size(329, 89);
this.btnSubmit.TabIndex = 695;
this.btnSubmit.Text = "确认";
this.btnSubmit.UseVisualStyleBackColor = false;
this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click);
//
// txtValue
//
this.txtValue.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtValue.Location = new System.Drawing.Point(7, 6);
this.txtValue.Margin = new System.Windows.Forms.Padding(2);
this.txtValue.Multiline = true;
this.txtValue.Name = "txtValue";
this.txtValue.Size = new System.Drawing.Size(797, 75);
this.txtValue.TabIndex = 694;
//
// 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(334, 97);
this.btn0.Name = "btn0";
this.btn0.Size = new System.Drawing.Size(100, 89);
this.btn0.TabIndex = 693;
this.btn0.Text = "0";
this.btn0.UseVisualStyleBackColor = false;
this.btn0.Click += new System.EventHandler(this.btnValue_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(8, 96);
this.btn1.Name = "btn1";
this.btn1.Size = new System.Drawing.Size(100, 89);
this.btn1.TabIndex = 692;
this.btn1.Text = "1";
this.btn1.UseVisualStyleBackColor = false;
this.btn1.Click += new System.EventHandler(this.btnValue_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(117, 97);
this.btn2.Name = "btn2";
this.btn2.Size = new System.Drawing.Size(100, 89);
this.btn2.TabIndex = 691;
this.btn2.Text = "2";
this.btn2.UseVisualStyleBackColor = false;
this.btn2.Click += new System.EventHandler(this.btnValue_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(225, 97);
this.btn3.Name = "btn3";
this.btn3.Size = new System.Drawing.Size(100, 89);
this.btn3.TabIndex = 690;
this.btn3.Text = "3";
this.btn3.UseVisualStyleBackColor = false;
this.btn3.Click += new System.EventHandler(this.btnValue_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(9, 194);
this.btn4.Name = "btn4";
this.btn4.Size = new System.Drawing.Size(100, 89);
this.btn4.TabIndex = 689;
this.btn4.Text = "4";
this.btn4.UseVisualStyleBackColor = false;
this.btn4.Click += new System.EventHandler(this.btnValue_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(116, 193);
this.btn5.Name = "btn5";
this.btn5.Size = new System.Drawing.Size(100, 89);
this.btn5.TabIndex = 688;
this.btn5.Text = "5";
this.btn5.UseVisualStyleBackColor = false;
this.btn5.Click += new System.EventHandler(this.btnValue_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(225, 194);
this.btn6.Name = "btn6";
this.btn6.Size = new System.Drawing.Size(100, 89);
this.btn6.TabIndex = 687;
this.btn6.Text = "6";
this.btn6.UseVisualStyleBackColor = false;
this.btn6.Click += new System.EventHandler(this.btnValue_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(9, 292);
this.btn7.Name = "btn7";
this.btn7.Size = new System.Drawing.Size(100, 89);
this.btn7.TabIndex = 686;
this.btn7.Text = "7";
this.btn7.UseVisualStyleBackColor = false;
this.btn7.Click += new System.EventHandler(this.btnValue_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(116, 292);
this.btn8.Name = "btn8";
this.btn8.Size = new System.Drawing.Size(100, 89);
this.btn8.TabIndex = 685;
this.btn8.Text = "8";
this.btn8.UseVisualStyleBackColor = false;
this.btn8.Click += new System.EventHandler(this.btnValue_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(225, 292);
this.btn9.Name = "btn9";
this.btn9.Size = new System.Drawing.Size(100, 89);
this.btn9.TabIndex = 684;
this.btn9.Text = "9";
this.btn9.UseVisualStyleBackColor = false;
this.btn9.Click += new System.EventHandler(this.btnValue_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(335, 194);
this.btnSpot.Name = "btnSpot";
this.btnSpot.Size = new System.Drawing.Size(100, 187);
this.btnSpot.TabIndex = 682;
this.btnSpot.Text = ",";
this.btnSpot.UseVisualStyleBackColor = false;
this.btnSpot.Click += new System.EventHandler(this.btnValue_Click);
//
// frmQjNo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.LightBlue;
this.ClientSize = new System.Drawing.Size(813, 391);
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.txtValue);
this.Controls.Add(this.btn0);
this.Controls.Add(this.btn1);
this.Controls.Add(this.btn2);
this.Controls.Add(this.btn3);
this.Controls.Add(this.btn4);
this.Controls.Add(this.btn5);
this.Controls.Add(this.btn6);
this.Controls.Add(this.btn7);
this.Controls.Add(this.btn8);
this.Controls.Add(this.btn9);
this.Controls.Add(this.btnSpot);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "frmQjNo";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "frmQjNo";
this.TopMost = true;
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnLeft;
private System.Windows.Forms.Button btnRight;
private System.Windows.Forms.Button btnClean;
private System.Windows.Forms.Button btnBack;
private System.Windows.Forms.Button btnSubmit;
private System.Windows.Forms.TextBox txtValue;
private System.Windows.Forms.Button btn0;
private System.Windows.Forms.Button btn1;
private System.Windows.Forms.Button btn2;
private System.Windows.Forms.Button btn3;
private System.Windows.Forms.Button btn4;
private System.Windows.Forms.Button btn5;
private System.Windows.Forms.Button btn6;
private System.Windows.Forms.Button btn7;
private System.Windows.Forms.Button btn8;
private System.Windows.Forms.Button btn9;
private System.Windows.Forms.Button btnSpot;
}
}