You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
845 lines
53 KiB
C#
845 lines
53 KiB
C#
namespace Mesnac.Gui.Common
|
|
{
|
|
partial class KeyBoard
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
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.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.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.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.button24 = new System.Windows.Forms.Button();
|
|
this.button25 = new System.Windows.Forms.Button();
|
|
this.button26 = new System.Windows.Forms.Button();
|
|
this.button27 = new System.Windows.Forms.Button();
|
|
this.button28 = new System.Windows.Forms.Button();
|
|
this.button29 = new System.Windows.Forms.Button();
|
|
this.button30 = new System.Windows.Forms.Button();
|
|
this.button31 = new System.Windows.Forms.Button();
|
|
this.button32 = new System.Windows.Forms.Button();
|
|
this.button33 = new System.Windows.Forms.Button();
|
|
this.button34 = new System.Windows.Forms.Button();
|
|
this.button35 = new System.Windows.Forms.Button();
|
|
this.button36 = new System.Windows.Forms.Button();
|
|
this.button37 = new System.Windows.Forms.Button();
|
|
this.button38 = new System.Windows.Forms.Button();
|
|
this.button39 = new System.Windows.Forms.Button();
|
|
this.button40 = new System.Windows.Forms.Button();
|
|
this.btnUper = new System.Windows.Forms.Button();
|
|
this.button42 = new System.Windows.Forms.Button();
|
|
this.button43 = new System.Windows.Forms.Button();
|
|
this.button44 = new System.Windows.Forms.Button();
|
|
this.button45 = new System.Windows.Forms.Button();
|
|
this.button46 = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.button1.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button1.Location = new System.Drawing.Point(1, 36);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(60, 52);
|
|
this.button1.TabIndex = 15;
|
|
this.button1.Text = "1";
|
|
this.button1.UseVisualStyleBackColor = false;
|
|
this.button1.Click += new System.EventHandler(this.btn_Click);
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.textBox1.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.textBox1.Location = new System.Drawing.Point(0, 0);
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.PasswordChar = '*';
|
|
this.textBox1.Size = new System.Drawing.Size(673, 30);
|
|
this.textBox1.TabIndex = 16;
|
|
this.textBox1.UseSystemPasswordChar = true;
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.button2.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button2.Location = new System.Drawing.Point(69, 36);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(60, 52);
|
|
this.button2.TabIndex = 15;
|
|
this.button2.Text = "2";
|
|
this.button2.UseVisualStyleBackColor = false;
|
|
this.button2.Click += new System.EventHandler(this.btn_Click);
|
|
//
|
|
// button3
|
|
//
|
|
this.button3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.button3.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button3.Location = new System.Drawing.Point(137, 36);
|
|
this.button3.Name = "button3";
|
|
this.button3.Size = new System.Drawing.Size(60, 52);
|
|
this.button3.TabIndex = 15;
|
|
this.button3.Text = "3";
|
|
this.button3.UseVisualStyleBackColor = false;
|
|
this.button3.Click += new System.EventHandler(this.btn_Click);
|
|
//
|
|
// button4
|
|
//
|
|
this.button4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.button4.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button4.Location = new System.Drawing.Point(205, 36);
|
|
this.button4.Name = "button4";
|
|
this.button4.Size = new System.Drawing.Size(60, 52);
|
|
this.button4.TabIndex = 15;
|
|
this.button4.Text = "4";
|
|
this.button4.UseVisualStyleBackColor = false;
|
|
this.button4.Click += new System.EventHandler(this.btn_Click);
|
|
//
|
|
// button5
|
|
//
|
|
this.button5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.button5.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button5.Location = new System.Drawing.Point(273, 36);
|
|
this.button5.Name = "button5";
|
|
this.button5.Size = new System.Drawing.Size(60, 52);
|
|
this.button5.TabIndex = 15;
|
|
this.button5.Text = "5";
|
|
this.button5.UseVisualStyleBackColor = false;
|
|
this.button5.Click += new System.EventHandler(this.btn_Click);
|
|
//
|
|
// button6
|
|
//
|
|
this.button6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.button6.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button6.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button6.Location = new System.Drawing.Point(341, 36);
|
|
this.button6.Name = "button6";
|
|
this.button6.Size = new System.Drawing.Size(60, 52);
|
|
this.button6.TabIndex = 15;
|
|
this.button6.Text = "6";
|
|
this.button6.UseVisualStyleBackColor = false;
|
|
this.button6.Click += new System.EventHandler(this.btn_Click);
|
|
//
|
|
// button7
|
|
//
|
|
this.button7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.button7.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button7.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button7.Location = new System.Drawing.Point(409, 36);
|
|
this.button7.Name = "button7";
|
|
this.button7.Size = new System.Drawing.Size(60, 52);
|
|
this.button7.TabIndex = 15;
|
|
this.button7.Text = "7";
|
|
this.button7.UseVisualStyleBackColor = false;
|
|
this.button7.Click += new System.EventHandler(this.btn_Click);
|
|
//
|
|
// button8
|
|
//
|
|
this.button8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.button8.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button8.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button8.Location = new System.Drawing.Point(477, 36);
|
|
this.button8.Name = "button8";
|
|
this.button8.Size = new System.Drawing.Size(60, 52);
|
|
this.button8.TabIndex = 15;
|
|
this.button8.Text = "8";
|
|
this.button8.UseVisualStyleBackColor = false;
|
|
this.button8.Click += new System.EventHandler(this.btn_Click);
|
|
//
|
|
// button9
|
|
//
|
|
this.button9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.button9.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.button9.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button9.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button9.Location = new System.Drawing.Point(545, 36);
|
|
this.button9.Name = "button9";
|
|
this.button9.Size = new System.Drawing.Size(60, 52);
|
|
this.button9.TabIndex = 15;
|
|
this.button9.Text = "9";
|
|
this.button9.UseVisualStyleBackColor = false;
|
|
this.button9.Click += new System.EventHandler(this.btn_Click);
|
|
//
|
|
// button10
|
|
//
|
|
this.button10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.button10.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.button10.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button10.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button10.Location = new System.Drawing.Point(613, 36);
|
|
this.button10.Name = "button10";
|
|
this.button10.Size = new System.Drawing.Size(60, 52);
|
|
this.button10.TabIndex = 15;
|
|
this.button10.Text = "0";
|
|
this.button10.UseVisualStyleBackColor = false;
|
|
this.button10.Click += new System.EventHandler(this.btn_Click);
|
|
//
|
|
// button11
|
|
//
|
|
this.button11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.button11.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.button11.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button11.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button11.Location = new System.Drawing.Point(613, 94);
|
|
this.button11.Name = "button11";
|
|
this.button11.Size = new System.Drawing.Size(60, 52);
|
|
this.button11.TabIndex = 23;
|
|
this.button11.Text = "P";
|
|
this.button11.UseVisualStyleBackColor = false;
|
|
this.button11.Click += new System.EventHandler(this.btn_Click);
|
|
//
|
|
// button12
|
|
//
|
|
this.button12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.button12.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.button12.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button12.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button12.Location = new System.Drawing.Point(545, 94);
|
|
this.button12.Name = "button12";
|
|
this.button12.Size = new System.Drawing.Size(60, 52);
|
|
this.button12.TabIndex = 22;
|
|
this.button12.Text = "O";
|
|
this.button12.UseVisualStyleBackColor = false;
|
|
this.button12.Click += new System.EventHandler(this.btn_Click);
|
|
//
|
|
// button13
|
|
//
|
|
this.button13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.button13.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.button13.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button13.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button13.Location = new System.Drawing.Point(477, 94);
|
|
this.button13.Name = "button13";
|
|
this.button13.Size = new System.Drawing.Size(60, 52);
|
|
this.button13.TabIndex = 24;
|
|
this.button13.Text = "I";
|
|
this.button13.UseVisualStyleBackColor = false;
|
|
this.button13.Click += new System.EventHandler(this.btn_Click);
|
|
//
|
|
// button14
|
|
//
|
|
this.button14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.button14.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.button14.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button14.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button14.Location = new System.Drawing.Point(409, 94);
|
|
this.button14.Name = "button14";
|
|
this.button14.Size = new System.Drawing.Size(60, 52);
|
|
this.button14.TabIndex = 26;
|
|
this.button14.Text = "U";
|
|
this.button14.UseVisualStyleBackColor = false;
|
|
this.button14.Click += new System.EventHandler(this.btn_Click);
|
|
//
|
|
// button15
|
|
//
|
|
this.button15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.button15.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.button15.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button15.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button15.Location = new System.Drawing.Point(341, 94);
|
|
this.button15.Name = "button15";
|
|
this.button15.Size = new System.Drawing.Size(60, 52);
|
|
this.button15.TabIndex = 25;
|
|
this.button15.Text = "Y";
|
|
this.button15.UseVisualStyleBackColor = false;
|
|
this.button15.Click += new System.EventHandler(this.btn_Click);
|
|
//
|
|
// button16
|
|
//
|
|
this.button16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.button16.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.button16.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button16.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button16.Location = new System.Drawing.Point(273, 94);
|
|
this.button16.Name = "button16";
|
|
this.button16.Size = new System.Drawing.Size(60, 52);
|
|
this.button16.TabIndex = 18;
|
|
this.button16.Text = "T";
|
|
this.button16.UseVisualStyleBackColor = false;
|
|
this.button16.Click += new System.EventHandler(this.btn_Click);
|
|
//
|
|
// button17
|
|
//
|
|
this.button17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.button17.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.button17.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button17.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button17.Location = new System.Drawing.Point(205, 94);
|
|
this.button17.Name = "button17";
|
|
this.button17.Size = new System.Drawing.Size(60, 52);
|
|
this.button17.TabIndex = 17;
|
|
this.button17.Text = "R";
|
|
this.button17.UseVisualStyleBackColor = false;
|
|
this.button17.Click += new System.EventHandler(this.btn_Click);
|
|
//
|
|
// button18
|
|
//
|
|
this.button18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.button18.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.button18.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button18.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button18.Location = new System.Drawing.Point(137, 94);
|
|
this.button18.Name = "button18";
|
|
this.button18.Size = new System.Drawing.Size(60, 52);
|
|
this.button18.TabIndex = 19;
|
|
this.button18.Text = "E";
|
|
this.button18.UseVisualStyleBackColor = false;
|
|
this.button18.Click += new System.EventHandler(this.btn_Click);
|
|
//
|
|
// button19
|
|
//
|
|
this.button19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.button19.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.button19.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button19.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button19.Location = new System.Drawing.Point(69, 94);
|
|
this.button19.Name = "button19";
|
|
this.button19.Size = new System.Drawing.Size(60, 52);
|
|
this.button19.TabIndex = 21;
|
|
this.button19.Text = "W";
|
|
this.button19.UseVisualStyleBackColor = false;
|
|
this.button19.Click += new System.EventHandler(this.btn_Click);
|
|
//
|
|
// button20
|
|
//
|
|
this.button20.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.button20.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.button20.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button20.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button20.Location = new System.Drawing.Point(1, 94);
|
|
this.button20.Name = "button20";
|
|
this.button20.Size = new System.Drawing.Size(60, 52);
|
|
this.button20.TabIndex = 20;
|
|
this.button20.Text = "Q";
|
|
this.button20.UseVisualStyleBackColor = false;
|
|
this.button20.Click += new System.EventHandler(this.btn_Click);
|
|
//
|
|
// button21
|
|
//
|
|
this.button21.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.button21.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.button21.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button21.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button21.Location = new System.Drawing.Point(613, 153);
|
|
this.button21.Name = "button21";
|
|
this.button21.Size = new System.Drawing.Size(60, 52);
|
|
this.button21.TabIndex = 33;
|
|
this.button21.Text = "[";
|
|
this.button21.UseVisualStyleBackColor = false;
|
|
this.button21.Click += new System.EventHandler(this.btn_Click);
|
|
//
|
|
// button22
|
|
//
|
|
this.button22.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.button22.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.button22.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button22.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button22.Location = new System.Drawing.Point(545, 153);
|
|
this.button22.Name = "button22";
|
|
this.button22.Size = new System.Drawing.Size(60, 52);
|
|
this.button22.TabIndex = 32;
|
|
this.button22.Text = "L";
|
|
this.button22.UseVisualStyleBackColor = false;
|
|
this.button22.Click += new System.EventHandler(this.btn_Click);
|
|
//
|
|
// button23
|
|
//
|
|
this.button23.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.button23.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.button23.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button23.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button23.Location = new System.Drawing.Point(477, 153);
|
|
this.button23.Name = "button23";
|
|
this.button23.Size = new System.Drawing.Size(60, 52);
|
|
this.button23.TabIndex = 34;
|
|
this.button23.Text = "K";
|
|
this.button23.UseVisualStyleBackColor = false;
|
|
this.button23.Click += new System.EventHandler(this.btn_Click);
|
|
//
|
|
// button24
|
|
//
|
|
this.button24.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.button24.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.button24.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button24.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button24.Location = new System.Drawing.Point(409, 153);
|
|
this.button24.Name = "button24";
|
|
this.button24.Size = new System.Drawing.Size(60, 52);
|
|
this.button24.TabIndex = 36;
|
|
this.button24.Text = "J";
|
|
this.button24.UseVisualStyleBackColor = false;
|
|
this.button24.Click += new System.EventHandler(this.btn_Click);
|
|
//
|
|
// button25
|
|
//
|
|
this.button25.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.button25.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.button25.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button25.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button25.Location = new System.Drawing.Point(341, 153);
|
|
this.button25.Name = "button25";
|
|
this.button25.Size = new System.Drawing.Size(60, 52);
|
|
this.button25.TabIndex = 35;
|
|
this.button25.Text = "H";
|
|
this.button25.UseVisualStyleBackColor = false;
|
|
this.button25.Click += new System.EventHandler(this.btn_Click);
|
|
//
|
|
// button26
|
|
//
|
|
this.button26.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.button26.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.button26.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button26.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button26.Location = new System.Drawing.Point(273, 153);
|
|
this.button26.Name = "button26";
|
|
this.button26.Size = new System.Drawing.Size(60, 52);
|
|
this.button26.TabIndex = 28;
|
|
this.button26.Text = "G";
|
|
this.button26.UseVisualStyleBackColor = false;
|
|
this.button26.Click += new System.EventHandler(this.btn_Click);
|
|
//
|
|
// button27
|
|
//
|
|
this.button27.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.button27.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.button27.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button27.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button27.Location = new System.Drawing.Point(205, 153);
|
|
this.button27.Name = "button27";
|
|
this.button27.Size = new System.Drawing.Size(60, 52);
|
|
this.button27.TabIndex = 27;
|
|
this.button27.Text = "F";
|
|
this.button27.UseVisualStyleBackColor = false;
|
|
this.button27.Click += new System.EventHandler(this.btn_Click);
|
|
//
|
|
// button28
|
|
//
|
|
this.button28.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.button28.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.button28.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button28.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button28.Location = new System.Drawing.Point(137, 153);
|
|
this.button28.Name = "button28";
|
|
this.button28.Size = new System.Drawing.Size(60, 52);
|
|
this.button28.TabIndex = 29;
|
|
this.button28.Text = "D";
|
|
this.button28.UseVisualStyleBackColor = false;
|
|
this.button28.Click += new System.EventHandler(this.btn_Click);
|
|
//
|
|
// button29
|
|
//
|
|
this.button29.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.button29.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.button29.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button29.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button29.Location = new System.Drawing.Point(69, 153);
|
|
this.button29.Name = "button29";
|
|
this.button29.Size = new System.Drawing.Size(60, 52);
|
|
this.button29.TabIndex = 31;
|
|
this.button29.Text = "S";
|
|
this.button29.UseVisualStyleBackColor = false;
|
|
this.button29.Click += new System.EventHandler(this.btn_Click);
|
|
//
|
|
// button30
|
|
//
|
|
this.button30.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.button30.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.button30.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button30.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button30.Location = new System.Drawing.Point(1, 153);
|
|
this.button30.Name = "button30";
|
|
this.button30.Size = new System.Drawing.Size(60, 52);
|
|
this.button30.TabIndex = 30;
|
|
this.button30.Text = "A";
|
|
this.button30.UseVisualStyleBackColor = false;
|
|
this.button30.Click += new System.EventHandler(this.btn_Click);
|
|
//
|
|
// button31
|
|
//
|
|
this.button31.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.button31.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.button31.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button31.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button31.Location = new System.Drawing.Point(613, 211);
|
|
this.button31.Name = "button31";
|
|
this.button31.Size = new System.Drawing.Size(60, 52);
|
|
this.button31.TabIndex = 43;
|
|
this.button31.Text = "]";
|
|
this.button31.UseVisualStyleBackColor = false;
|
|
this.button31.Click += new System.EventHandler(this.btn_Click);
|
|
//
|
|
// button32
|
|
//
|
|
this.button32.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.button32.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.button32.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button32.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button32.Location = new System.Drawing.Point(545, 211);
|
|
this.button32.Name = "button32";
|
|
this.button32.Size = new System.Drawing.Size(60, 52);
|
|
this.button32.TabIndex = 42;
|
|
this.button32.Text = ">";
|
|
this.button32.UseVisualStyleBackColor = false;
|
|
this.button32.Click += new System.EventHandler(this.btn_Click);
|
|
//
|
|
// button33
|
|
//
|
|
this.button33.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.button33.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.button33.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button33.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button33.Location = new System.Drawing.Point(477, 211);
|
|
this.button33.Name = "button33";
|
|
this.button33.Size = new System.Drawing.Size(60, 52);
|
|
this.button33.TabIndex = 44;
|
|
this.button33.Text = "<";
|
|
this.button33.UseVisualStyleBackColor = false;
|
|
this.button33.Click += new System.EventHandler(this.btn_Click);
|
|
//
|
|
// button34
|
|
//
|
|
this.button34.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.button34.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.button34.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button34.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button34.Location = new System.Drawing.Point(409, 211);
|
|
this.button34.Name = "button34";
|
|
this.button34.Size = new System.Drawing.Size(60, 52);
|
|
this.button34.TabIndex = 46;
|
|
this.button34.Text = "M";
|
|
this.button34.UseVisualStyleBackColor = false;
|
|
this.button34.Click += new System.EventHandler(this.btn_Click);
|
|
//
|
|
// button35
|
|
//
|
|
this.button35.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.button35.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.button35.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button35.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button35.Location = new System.Drawing.Point(341, 211);
|
|
this.button35.Name = "button35";
|
|
this.button35.Size = new System.Drawing.Size(60, 52);
|
|
this.button35.TabIndex = 45;
|
|
this.button35.Text = "N";
|
|
this.button35.UseVisualStyleBackColor = false;
|
|
this.button35.Click += new System.EventHandler(this.btn_Click);
|
|
//
|
|
// button36
|
|
//
|
|
this.button36.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.button36.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.button36.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button36.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button36.Location = new System.Drawing.Point(273, 211);
|
|
this.button36.Name = "button36";
|
|
this.button36.Size = new System.Drawing.Size(60, 52);
|
|
this.button36.TabIndex = 38;
|
|
this.button36.Text = "B";
|
|
this.button36.UseVisualStyleBackColor = false;
|
|
this.button36.Click += new System.EventHandler(this.btn_Click);
|
|
//
|
|
// button37
|
|
//
|
|
this.button37.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.button37.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.button37.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button37.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button37.Location = new System.Drawing.Point(205, 211);
|
|
this.button37.Name = "button37";
|
|
this.button37.Size = new System.Drawing.Size(60, 52);
|
|
this.button37.TabIndex = 37;
|
|
this.button37.Text = "V";
|
|
this.button37.UseVisualStyleBackColor = false;
|
|
this.button37.Click += new System.EventHandler(this.btn_Click);
|
|
//
|
|
// button38
|
|
//
|
|
this.button38.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.button38.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.button38.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button38.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button38.Location = new System.Drawing.Point(137, 211);
|
|
this.button38.Name = "button38";
|
|
this.button38.Size = new System.Drawing.Size(60, 52);
|
|
this.button38.TabIndex = 39;
|
|
this.button38.Text = "C";
|
|
this.button38.UseVisualStyleBackColor = false;
|
|
this.button38.Click += new System.EventHandler(this.btn_Click);
|
|
//
|
|
// button39
|
|
//
|
|
this.button39.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.button39.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.button39.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button39.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button39.Location = new System.Drawing.Point(69, 211);
|
|
this.button39.Name = "button39";
|
|
this.button39.Size = new System.Drawing.Size(60, 52);
|
|
this.button39.TabIndex = 41;
|
|
this.button39.Text = "X";
|
|
this.button39.UseVisualStyleBackColor = false;
|
|
this.button39.Click += new System.EventHandler(this.btn_Click);
|
|
//
|
|
// button40
|
|
//
|
|
this.button40.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.button40.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.button40.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button40.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button40.Location = new System.Drawing.Point(1, 211);
|
|
this.button40.Name = "button40";
|
|
this.button40.Size = new System.Drawing.Size(60, 52);
|
|
this.button40.TabIndex = 40;
|
|
this.button40.Text = "Z";
|
|
this.button40.UseVisualStyleBackColor = false;
|
|
this.button40.Click += new System.EventHandler(this.btn_Click);
|
|
//
|
|
// btnUper
|
|
//
|
|
this.btnUper.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.btnUper.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.btnUper.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnUper.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.btnUper.Location = new System.Drawing.Point(1, 268);
|
|
this.btnUper.Name = "btnUper";
|
|
this.btnUper.Size = new System.Drawing.Size(60, 52);
|
|
this.btnUper.TabIndex = 47;
|
|
this.btnUper.Text = "大写";
|
|
this.btnUper.UseVisualStyleBackColor = false;
|
|
this.btnUper.Click += new System.EventHandler(this.keyboardButton43_Click);
|
|
//
|
|
// button42
|
|
//
|
|
this.button42.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.button42.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.button42.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button42.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button42.Location = new System.Drawing.Point(69, 268);
|
|
this.button42.Name = "button42";
|
|
this.button42.Size = new System.Drawing.Size(60, 52);
|
|
this.button42.TabIndex = 48;
|
|
this.button42.Text = "后退";
|
|
this.button42.UseVisualStyleBackColor = false;
|
|
this.button42.Click += new System.EventHandler(this.keyboardButton43_Click_1);
|
|
//
|
|
// button43
|
|
//
|
|
this.button43.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.button43.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.button43.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button43.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button43.Location = new System.Drawing.Point(137, 269);
|
|
this.button43.Name = "button43";
|
|
this.button43.Size = new System.Drawing.Size(264, 52);
|
|
this.button43.TabIndex = 48;
|
|
this.button43.Text = " ";
|
|
this.button43.UseVisualStyleBackColor = false;
|
|
this.button43.Click += new System.EventHandler(this.btn_Click);
|
|
//
|
|
// button44
|
|
//
|
|
this.button44.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.button44.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.button44.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button44.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button44.Location = new System.Drawing.Point(409, 269);
|
|
this.button44.Name = "button44";
|
|
this.button44.Size = new System.Drawing.Size(60, 52);
|
|
this.button44.TabIndex = 49;
|
|
this.button44.Text = ".";
|
|
this.button44.UseVisualStyleBackColor = false;
|
|
this.button44.Click += new System.EventHandler(this.btn_Click);
|
|
//
|
|
// button45
|
|
//
|
|
this.button45.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.button45.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.button45.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button45.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button45.Location = new System.Drawing.Point(477, 269);
|
|
this.button45.Name = "button45";
|
|
this.button45.Size = new System.Drawing.Size(95, 52);
|
|
this.button45.TabIndex = 50;
|
|
this.button45.Text = "取 消";
|
|
this.button45.UseVisualStyleBackColor = false;
|
|
this.button45.Click += new System.EventHandler(this.button45_Click);
|
|
//
|
|
// button46
|
|
//
|
|
this.button46.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.button46.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.button46.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button46.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button46.Location = new System.Drawing.Point(578, 269);
|
|
this.button46.Name = "button46";
|
|
this.button46.Size = new System.Drawing.Size(95, 52);
|
|
this.button46.TabIndex = 51;
|
|
this.button46.Text = "确 定";
|
|
this.button46.UseVisualStyleBackColor = false;
|
|
this.button46.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// KeyBoard
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
|
|
this.ClientSize = new System.Drawing.Size(673, 324);
|
|
this.Controls.Add(this.button46);
|
|
this.Controls.Add(this.button45);
|
|
this.Controls.Add(this.button44);
|
|
this.Controls.Add(this.button43);
|
|
this.Controls.Add(this.button42);
|
|
this.Controls.Add(this.btnUper);
|
|
this.Controls.Add(this.button31);
|
|
this.Controls.Add(this.button32);
|
|
this.Controls.Add(this.button33);
|
|
this.Controls.Add(this.button34);
|
|
this.Controls.Add(this.button35);
|
|
this.Controls.Add(this.button36);
|
|
this.Controls.Add(this.button37);
|
|
this.Controls.Add(this.button38);
|
|
this.Controls.Add(this.button39);
|
|
this.Controls.Add(this.button40);
|
|
this.Controls.Add(this.button21);
|
|
this.Controls.Add(this.button22);
|
|
this.Controls.Add(this.button23);
|
|
this.Controls.Add(this.button24);
|
|
this.Controls.Add(this.button25);
|
|
this.Controls.Add(this.button26);
|
|
this.Controls.Add(this.button27);
|
|
this.Controls.Add(this.button28);
|
|
this.Controls.Add(this.button29);
|
|
this.Controls.Add(this.button30);
|
|
this.Controls.Add(this.button11);
|
|
this.Controls.Add(this.button12);
|
|
this.Controls.Add(this.button13);
|
|
this.Controls.Add(this.button14);
|
|
this.Controls.Add(this.button15);
|
|
this.Controls.Add(this.button16);
|
|
this.Controls.Add(this.button17);
|
|
this.Controls.Add(this.button18);
|
|
this.Controls.Add(this.button19);
|
|
this.Controls.Add(this.button20);
|
|
this.Controls.Add(this.textBox1);
|
|
this.Controls.Add(this.button10);
|
|
this.Controls.Add(this.button9);
|
|
this.Controls.Add(this.button8);
|
|
this.Controls.Add(this.button7);
|
|
this.Controls.Add(this.button6);
|
|
this.Controls.Add(this.button5);
|
|
this.Controls.Add(this.button4);
|
|
this.Controls.Add(this.button3);
|
|
this.Controls.Add(this.button2);
|
|
this.Controls.Add(this.button1);
|
|
this.Name = "KeyBoard";
|
|
this.Text = "KeyBoard";
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button button1;
|
|
public System.Windows.Forms.TextBox textBox1;
|
|
private System.Windows.Forms.Button button2;
|
|
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.Button button7;
|
|
private System.Windows.Forms.Button button8;
|
|
private System.Windows.Forms.Button button9;
|
|
private System.Windows.Forms.Button button10;
|
|
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.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.Button button24;
|
|
private System.Windows.Forms.Button button25;
|
|
private System.Windows.Forms.Button button26;
|
|
private System.Windows.Forms.Button button27;
|
|
private System.Windows.Forms.Button button28;
|
|
private System.Windows.Forms.Button button29;
|
|
private System.Windows.Forms.Button button30;
|
|
private System.Windows.Forms.Button button31;
|
|
private System.Windows.Forms.Button button32;
|
|
private System.Windows.Forms.Button button33;
|
|
private System.Windows.Forms.Button button34;
|
|
private System.Windows.Forms.Button button35;
|
|
private System.Windows.Forms.Button button36;
|
|
private System.Windows.Forms.Button button37;
|
|
private System.Windows.Forms.Button button38;
|
|
private System.Windows.Forms.Button button39;
|
|
private System.Windows.Forms.Button button40;
|
|
private System.Windows.Forms.Button btnUper;
|
|
private System.Windows.Forms.Button button42;
|
|
private System.Windows.Forms.Button button43;
|
|
private System.Windows.Forms.Button button44;
|
|
private System.Windows.Forms.Button button45;
|
|
private System.Windows.Forms.Button button46;
|
|
}
|
|
} |