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.
454 lines
37 KiB
C#
454 lines
37 KiB
C#
namespace Mesnac.Action.Compressor
|
|
{
|
|
partial class NumBoard
|
|
{
|
|
/// <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.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.keyboardButton10 = new Mesnac.Action.Compressor.KeyboardButton();
|
|
this.keyboardButton9 = new Mesnac.Action.Compressor.KeyboardButton();
|
|
this.keyboardButton8 = new Mesnac.Action.Compressor.KeyboardButton();
|
|
this.keyboardButton7 = new Mesnac.Action.Compressor.KeyboardButton();
|
|
this.keyboardButton6 = new Mesnac.Action.Compressor.KeyboardButton();
|
|
this.keyboardButton5 = new Mesnac.Action.Compressor.KeyboardButton();
|
|
this.keyboardButton4 = new Mesnac.Action.Compressor.KeyboardButton();
|
|
this.keyboardButton3 = new Mesnac.Action.Compressor.KeyboardButton();
|
|
this.keyboardButton2 = new Mesnac.Action.Compressor.KeyboardButton();
|
|
this.keyboardButton1 = new Mesnac.Action.Compressor.KeyboardButton();
|
|
this.keyboardButton11 = new Mesnac.Action.Compressor.KeyboardButton();
|
|
this.keyboardButton12 = new Mesnac.Action.Compressor.KeyboardButton();
|
|
this.keyboardButton13 = new Mesnac.Action.Compressor.KeyboardButton();
|
|
this.keyboardButton14 = new Mesnac.Action.Compressor.KeyboardButton();
|
|
this.keyboardButton15 = new Mesnac.Action.Compressor.KeyboardButton();
|
|
this.SuspendLayout();
|
|
//
|
|
// textBox1
|
|
//
|
|
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(13, 15);
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(191, 30);
|
|
this.textBox1.TabIndex = 27;
|
|
this.textBox1.Text = "0";
|
|
//
|
|
// keyboardButton10
|
|
//
|
|
this.keyboardButton10.AntiAlias = true;
|
|
this.keyboardButton10.Checked = false;
|
|
this.keyboardButton10.DefaultBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.keyboardButton10.DefaultStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(230)))), ((int)(((byte)(251)))));
|
|
this.keyboardButton10.DefautEndColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.keyboardButton10.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.keyboardButton10.Location = new System.Drawing.Point(77, 159);
|
|
this.keyboardButton10.MouseDownEndColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(199)))), ((int)(((byte)(131)))));
|
|
this.keyboardButton10.MouseDownStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(151)))), ((int)(((byte)(84)))));
|
|
this.keyboardButton10.MouseEnterBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(128)))));
|
|
this.keyboardButton10.MouseEnterEndColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(213)))), ((int)(((byte)(152)))));
|
|
this.keyboardButton10.MouseEnterStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(240)))), ((int)(((byte)(197)))));
|
|
this.keyboardButton10.Name = "keyboardButton10";
|
|
this.keyboardButton10.ShowFocusRectangle = false;
|
|
this.keyboardButton10.Size = new System.Drawing.Size(60, 48);
|
|
this.keyboardButton10.TabIndex = 37;
|
|
this.keyboardButton10.Text = "0";
|
|
this.keyboardButton10.UseVisualStyleBackColor = true;
|
|
this.keyboardButton10.VKCode = ((short)(0));
|
|
this.keyboardButton10.Click += new System.EventHandler(this.btn_Click);
|
|
//
|
|
// keyboardButton9
|
|
//
|
|
this.keyboardButton9.AntiAlias = true;
|
|
this.keyboardButton9.Checked = false;
|
|
this.keyboardButton9.DefaultBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.keyboardButton9.DefaultStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(230)))), ((int)(((byte)(251)))));
|
|
this.keyboardButton9.DefautEndColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.keyboardButton9.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.keyboardButton9.Location = new System.Drawing.Point(11, 159);
|
|
this.keyboardButton9.MouseDownEndColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(199)))), ((int)(((byte)(131)))));
|
|
this.keyboardButton9.MouseDownStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(151)))), ((int)(((byte)(84)))));
|
|
this.keyboardButton9.MouseEnterBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(128)))));
|
|
this.keyboardButton9.MouseEnterEndColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(213)))), ((int)(((byte)(152)))));
|
|
this.keyboardButton9.MouseEnterStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(240)))), ((int)(((byte)(197)))));
|
|
this.keyboardButton9.Name = "keyboardButton9";
|
|
this.keyboardButton9.ShowFocusRectangle = false;
|
|
this.keyboardButton9.Size = new System.Drawing.Size(60, 48);
|
|
this.keyboardButton9.TabIndex = 36;
|
|
this.keyboardButton9.Text = "9";
|
|
this.keyboardButton9.UseVisualStyleBackColor = true;
|
|
this.keyboardButton9.VKCode = ((short)(0));
|
|
this.keyboardButton9.Click += new System.EventHandler(this.btn_Click);
|
|
//
|
|
// keyboardButton8
|
|
//
|
|
this.keyboardButton8.AntiAlias = true;
|
|
this.keyboardButton8.Checked = false;
|
|
this.keyboardButton8.DefaultBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.keyboardButton8.DefaultStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(230)))), ((int)(((byte)(251)))));
|
|
this.keyboardButton8.DefautEndColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.keyboardButton8.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.keyboardButton8.Location = new System.Drawing.Point(210, 105);
|
|
this.keyboardButton8.MouseDownEndColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(199)))), ((int)(((byte)(131)))));
|
|
this.keyboardButton8.MouseDownStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(151)))), ((int)(((byte)(84)))));
|
|
this.keyboardButton8.MouseEnterBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(128)))));
|
|
this.keyboardButton8.MouseEnterEndColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(213)))), ((int)(((byte)(152)))));
|
|
this.keyboardButton8.MouseEnterStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(240)))), ((int)(((byte)(197)))));
|
|
this.keyboardButton8.Name = "keyboardButton8";
|
|
this.keyboardButton8.ShowFocusRectangle = false;
|
|
this.keyboardButton8.Size = new System.Drawing.Size(60, 48);
|
|
this.keyboardButton8.TabIndex = 35;
|
|
this.keyboardButton8.Text = "8";
|
|
this.keyboardButton8.UseVisualStyleBackColor = true;
|
|
this.keyboardButton8.VKCode = ((short)(0));
|
|
this.keyboardButton8.Click += new System.EventHandler(this.btn_Click);
|
|
//
|
|
// keyboardButton7
|
|
//
|
|
this.keyboardButton7.AntiAlias = true;
|
|
this.keyboardButton7.Checked = false;
|
|
this.keyboardButton7.DefaultBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.keyboardButton7.DefaultStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(230)))), ((int)(((byte)(251)))));
|
|
this.keyboardButton7.DefautEndColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.keyboardButton7.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.keyboardButton7.Location = new System.Drawing.Point(144, 105);
|
|
this.keyboardButton7.MouseDownEndColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(199)))), ((int)(((byte)(131)))));
|
|
this.keyboardButton7.MouseDownStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(151)))), ((int)(((byte)(84)))));
|
|
this.keyboardButton7.MouseEnterBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(128)))));
|
|
this.keyboardButton7.MouseEnterEndColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(213)))), ((int)(((byte)(152)))));
|
|
this.keyboardButton7.MouseEnterStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(240)))), ((int)(((byte)(197)))));
|
|
this.keyboardButton7.Name = "keyboardButton7";
|
|
this.keyboardButton7.ShowFocusRectangle = false;
|
|
this.keyboardButton7.Size = new System.Drawing.Size(60, 48);
|
|
this.keyboardButton7.TabIndex = 34;
|
|
this.keyboardButton7.Text = "7";
|
|
this.keyboardButton7.UseVisualStyleBackColor = true;
|
|
this.keyboardButton7.VKCode = ((short)(0));
|
|
this.keyboardButton7.Click += new System.EventHandler(this.btn_Click);
|
|
//
|
|
// keyboardButton6
|
|
//
|
|
this.keyboardButton6.AntiAlias = true;
|
|
this.keyboardButton6.Checked = false;
|
|
this.keyboardButton6.DefaultBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.keyboardButton6.DefaultStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(230)))), ((int)(((byte)(251)))));
|
|
this.keyboardButton6.DefautEndColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.keyboardButton6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.keyboardButton6.Location = new System.Drawing.Point(78, 105);
|
|
this.keyboardButton6.MouseDownEndColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(199)))), ((int)(((byte)(131)))));
|
|
this.keyboardButton6.MouseDownStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(151)))), ((int)(((byte)(84)))));
|
|
this.keyboardButton6.MouseEnterBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(128)))));
|
|
this.keyboardButton6.MouseEnterEndColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(213)))), ((int)(((byte)(152)))));
|
|
this.keyboardButton6.MouseEnterStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(240)))), ((int)(((byte)(197)))));
|
|
this.keyboardButton6.Name = "keyboardButton6";
|
|
this.keyboardButton6.ShowFocusRectangle = false;
|
|
this.keyboardButton6.Size = new System.Drawing.Size(60, 48);
|
|
this.keyboardButton6.TabIndex = 33;
|
|
this.keyboardButton6.Text = "6";
|
|
this.keyboardButton6.UseVisualStyleBackColor = true;
|
|
this.keyboardButton6.VKCode = ((short)(0));
|
|
this.keyboardButton6.Click += new System.EventHandler(this.btn_Click);
|
|
//
|
|
// keyboardButton5
|
|
//
|
|
this.keyboardButton5.AntiAlias = true;
|
|
this.keyboardButton5.Checked = false;
|
|
this.keyboardButton5.DefaultBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.keyboardButton5.DefaultStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(230)))), ((int)(((byte)(251)))));
|
|
this.keyboardButton5.DefautEndColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.keyboardButton5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.keyboardButton5.Location = new System.Drawing.Point(11, 105);
|
|
this.keyboardButton5.MouseDownEndColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(199)))), ((int)(((byte)(131)))));
|
|
this.keyboardButton5.MouseDownStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(151)))), ((int)(((byte)(84)))));
|
|
this.keyboardButton5.MouseEnterBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(128)))));
|
|
this.keyboardButton5.MouseEnterEndColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(213)))), ((int)(((byte)(152)))));
|
|
this.keyboardButton5.MouseEnterStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(240)))), ((int)(((byte)(197)))));
|
|
this.keyboardButton5.Name = "keyboardButton5";
|
|
this.keyboardButton5.ShowFocusRectangle = false;
|
|
this.keyboardButton5.Size = new System.Drawing.Size(60, 48);
|
|
this.keyboardButton5.TabIndex = 32;
|
|
this.keyboardButton5.Text = "5";
|
|
this.keyboardButton5.UseVisualStyleBackColor = true;
|
|
this.keyboardButton5.VKCode = ((short)(0));
|
|
this.keyboardButton5.Click += new System.EventHandler(this.btn_Click);
|
|
//
|
|
// keyboardButton4
|
|
//
|
|
this.keyboardButton4.AntiAlias = true;
|
|
this.keyboardButton4.Checked = false;
|
|
this.keyboardButton4.DefaultBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.keyboardButton4.DefaultStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(230)))), ((int)(((byte)(251)))));
|
|
this.keyboardButton4.DefautEndColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.keyboardButton4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.keyboardButton4.Location = new System.Drawing.Point(210, 51);
|
|
this.keyboardButton4.MouseDownEndColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(199)))), ((int)(((byte)(131)))));
|
|
this.keyboardButton4.MouseDownStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(151)))), ((int)(((byte)(84)))));
|
|
this.keyboardButton4.MouseEnterBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(128)))));
|
|
this.keyboardButton4.MouseEnterEndColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(213)))), ((int)(((byte)(152)))));
|
|
this.keyboardButton4.MouseEnterStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(240)))), ((int)(((byte)(197)))));
|
|
this.keyboardButton4.Name = "keyboardButton4";
|
|
this.keyboardButton4.ShowFocusRectangle = false;
|
|
this.keyboardButton4.Size = new System.Drawing.Size(60, 48);
|
|
this.keyboardButton4.TabIndex = 31;
|
|
this.keyboardButton4.Text = "4";
|
|
this.keyboardButton4.UseVisualStyleBackColor = true;
|
|
this.keyboardButton4.VKCode = ((short)(0));
|
|
this.keyboardButton4.Click += new System.EventHandler(this.btn_Click);
|
|
//
|
|
// keyboardButton3
|
|
//
|
|
this.keyboardButton3.AntiAlias = true;
|
|
this.keyboardButton3.Checked = false;
|
|
this.keyboardButton3.DefaultBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.keyboardButton3.DefaultStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(230)))), ((int)(((byte)(251)))));
|
|
this.keyboardButton3.DefautEndColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.keyboardButton3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.keyboardButton3.Location = new System.Drawing.Point(144, 51);
|
|
this.keyboardButton3.MouseDownEndColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(199)))), ((int)(((byte)(131)))));
|
|
this.keyboardButton3.MouseDownStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(151)))), ((int)(((byte)(84)))));
|
|
this.keyboardButton3.MouseEnterBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(128)))));
|
|
this.keyboardButton3.MouseEnterEndColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(213)))), ((int)(((byte)(152)))));
|
|
this.keyboardButton3.MouseEnterStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(240)))), ((int)(((byte)(197)))));
|
|
this.keyboardButton3.Name = "keyboardButton3";
|
|
this.keyboardButton3.ShowFocusRectangle = false;
|
|
this.keyboardButton3.Size = new System.Drawing.Size(60, 48);
|
|
this.keyboardButton3.TabIndex = 30;
|
|
this.keyboardButton3.Text = "3";
|
|
this.keyboardButton3.UseVisualStyleBackColor = true;
|
|
this.keyboardButton3.VKCode = ((short)(0));
|
|
this.keyboardButton3.Click += new System.EventHandler(this.btn_Click);
|
|
//
|
|
// keyboardButton2
|
|
//
|
|
this.keyboardButton2.AntiAlias = true;
|
|
this.keyboardButton2.Checked = false;
|
|
this.keyboardButton2.DefaultBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.keyboardButton2.DefaultStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(230)))), ((int)(((byte)(251)))));
|
|
this.keyboardButton2.DefautEndColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.keyboardButton2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.keyboardButton2.Location = new System.Drawing.Point(78, 51);
|
|
this.keyboardButton2.MouseDownEndColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(199)))), ((int)(((byte)(131)))));
|
|
this.keyboardButton2.MouseDownStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(151)))), ((int)(((byte)(84)))));
|
|
this.keyboardButton2.MouseEnterBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(128)))));
|
|
this.keyboardButton2.MouseEnterEndColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(213)))), ((int)(((byte)(152)))));
|
|
this.keyboardButton2.MouseEnterStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(240)))), ((int)(((byte)(197)))));
|
|
this.keyboardButton2.Name = "keyboardButton2";
|
|
this.keyboardButton2.ShowFocusRectangle = false;
|
|
this.keyboardButton2.Size = new System.Drawing.Size(60, 48);
|
|
this.keyboardButton2.TabIndex = 29;
|
|
this.keyboardButton2.Text = "2";
|
|
this.keyboardButton2.UseVisualStyleBackColor = true;
|
|
this.keyboardButton2.VKCode = ((short)(0));
|
|
this.keyboardButton2.Click += new System.EventHandler(this.btn_Click);
|
|
//
|
|
// keyboardButton1
|
|
//
|
|
this.keyboardButton1.AntiAlias = true;
|
|
this.keyboardButton1.Checked = false;
|
|
this.keyboardButton1.DefaultBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.keyboardButton1.DefaultStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(230)))), ((int)(((byte)(251)))));
|
|
this.keyboardButton1.DefautEndColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.keyboardButton1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.keyboardButton1.Location = new System.Drawing.Point(12, 51);
|
|
this.keyboardButton1.MouseDownEndColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(199)))), ((int)(((byte)(131)))));
|
|
this.keyboardButton1.MouseDownStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(151)))), ((int)(((byte)(84)))));
|
|
this.keyboardButton1.MouseEnterBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(128)))));
|
|
this.keyboardButton1.MouseEnterEndColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(213)))), ((int)(((byte)(152)))));
|
|
this.keyboardButton1.MouseEnterStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(240)))), ((int)(((byte)(197)))));
|
|
this.keyboardButton1.Name = "keyboardButton1";
|
|
this.keyboardButton1.ShowFocusRectangle = false;
|
|
this.keyboardButton1.Size = new System.Drawing.Size(60, 48);
|
|
this.keyboardButton1.TabIndex = 28;
|
|
this.keyboardButton1.Text = "1";
|
|
this.keyboardButton1.UseVisualStyleBackColor = true;
|
|
this.keyboardButton1.VKCode = ((short)(0));
|
|
this.keyboardButton1.Click += new System.EventHandler(this.btn_Click);
|
|
//
|
|
// keyboardButton11
|
|
//
|
|
this.keyboardButton11.AntiAlias = true;
|
|
this.keyboardButton11.Checked = false;
|
|
this.keyboardButton11.DefaultBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.keyboardButton11.DefaultStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(230)))), ((int)(((byte)(251)))));
|
|
this.keyboardButton11.DefautEndColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.keyboardButton11.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.keyboardButton11.Location = new System.Drawing.Point(13, 213);
|
|
this.keyboardButton11.MouseDownEndColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(199)))), ((int)(((byte)(131)))));
|
|
this.keyboardButton11.MouseDownStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(151)))), ((int)(((byte)(84)))));
|
|
this.keyboardButton11.MouseEnterBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(128)))));
|
|
this.keyboardButton11.MouseEnterEndColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(213)))), ((int)(((byte)(152)))));
|
|
this.keyboardButton11.MouseEnterStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(240)))), ((int)(((byte)(197)))));
|
|
this.keyboardButton11.Name = "keyboardButton11";
|
|
this.keyboardButton11.ShowFocusRectangle = false;
|
|
this.keyboardButton11.Size = new System.Drawing.Size(124, 48);
|
|
this.keyboardButton11.TabIndex = 38;
|
|
this.keyboardButton11.Text = "确定";
|
|
this.keyboardButton11.UseVisualStyleBackColor = true;
|
|
this.keyboardButton11.VKCode = ((short)(0));
|
|
this.keyboardButton11.Click += new System.EventHandler(this.button11_Click);
|
|
//
|
|
// keyboardButton12
|
|
//
|
|
this.keyboardButton12.AntiAlias = true;
|
|
this.keyboardButton12.Checked = false;
|
|
this.keyboardButton12.DefaultBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.keyboardButton12.DefaultStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(230)))), ((int)(((byte)(251)))));
|
|
this.keyboardButton12.DefautEndColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.keyboardButton12.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.keyboardButton12.Location = new System.Drawing.Point(143, 213);
|
|
this.keyboardButton12.MouseDownEndColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(199)))), ((int)(((byte)(131)))));
|
|
this.keyboardButton12.MouseDownStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(151)))), ((int)(((byte)(84)))));
|
|
this.keyboardButton12.MouseEnterBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(128)))));
|
|
this.keyboardButton12.MouseEnterEndColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(213)))), ((int)(((byte)(152)))));
|
|
this.keyboardButton12.MouseEnterStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(240)))), ((int)(((byte)(197)))));
|
|
this.keyboardButton12.Name = "keyboardButton12";
|
|
this.keyboardButton12.ShowFocusRectangle = false;
|
|
this.keyboardButton12.Size = new System.Drawing.Size(126, 48);
|
|
this.keyboardButton12.TabIndex = 39;
|
|
this.keyboardButton12.Text = "取消";
|
|
this.keyboardButton12.UseVisualStyleBackColor = true;
|
|
this.keyboardButton12.VKCode = ((short)(0));
|
|
this.keyboardButton12.Click += new System.EventHandler(this.keyboardButton12_Click);
|
|
//
|
|
// keyboardButton13
|
|
//
|
|
this.keyboardButton13.AntiAlias = true;
|
|
this.keyboardButton13.Checked = false;
|
|
this.keyboardButton13.DefaultBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.keyboardButton13.DefaultStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(230)))), ((int)(((byte)(251)))));
|
|
this.keyboardButton13.DefautEndColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.keyboardButton13.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.keyboardButton13.Location = new System.Drawing.Point(212, 12);
|
|
this.keyboardButton13.MouseDownEndColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(199)))), ((int)(((byte)(131)))));
|
|
this.keyboardButton13.MouseDownStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(151)))), ((int)(((byte)(84)))));
|
|
this.keyboardButton13.MouseEnterBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(128)))));
|
|
this.keyboardButton13.MouseEnterEndColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(213)))), ((int)(((byte)(152)))));
|
|
this.keyboardButton13.MouseEnterStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(240)))), ((int)(((byte)(197)))));
|
|
this.keyboardButton13.Name = "keyboardButton13";
|
|
this.keyboardButton13.ShowFocusRectangle = false;
|
|
this.keyboardButton13.Size = new System.Drawing.Size(60, 33);
|
|
this.keyboardButton13.TabIndex = 40;
|
|
this.keyboardButton13.Text = "清除";
|
|
this.keyboardButton13.UseVisualStyleBackColor = true;
|
|
this.keyboardButton13.VKCode = ((short)(0));
|
|
this.keyboardButton13.Click += new System.EventHandler(this.keyboardButton13_Click);
|
|
//
|
|
// keyboardButton14
|
|
//
|
|
this.keyboardButton14.AntiAlias = true;
|
|
this.keyboardButton14.Checked = false;
|
|
this.keyboardButton14.DefaultBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.keyboardButton14.DefaultStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(230)))), ((int)(((byte)(251)))));
|
|
this.keyboardButton14.DefautEndColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.keyboardButton14.Font = new System.Drawing.Font("Microsoft Sans Serif", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.keyboardButton14.Location = new System.Drawing.Point(143, 163);
|
|
this.keyboardButton14.MouseDownEndColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(199)))), ((int)(((byte)(131)))));
|
|
this.keyboardButton14.MouseDownStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(151)))), ((int)(((byte)(84)))));
|
|
this.keyboardButton14.MouseEnterBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(128)))));
|
|
this.keyboardButton14.MouseEnterEndColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(213)))), ((int)(((byte)(152)))));
|
|
this.keyboardButton14.MouseEnterStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(240)))), ((int)(((byte)(197)))));
|
|
this.keyboardButton14.Name = "keyboardButton14";
|
|
this.keyboardButton14.ShowFocusRectangle = false;
|
|
this.keyboardButton14.Size = new System.Drawing.Size(60, 44);
|
|
this.keyboardButton14.TabIndex = 41;
|
|
this.keyboardButton14.Text = ".";
|
|
this.keyboardButton14.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
|
this.keyboardButton14.UseVisualStyleBackColor = true;
|
|
this.keyboardButton14.VKCode = ((short)(0));
|
|
this.keyboardButton14.Click += new System.EventHandler(this.btn_Click);
|
|
//
|
|
// keyboardButton15
|
|
//
|
|
this.keyboardButton15.AntiAlias = true;
|
|
this.keyboardButton15.Checked = false;
|
|
this.keyboardButton15.DefaultBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
|
this.keyboardButton15.DefaultStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(230)))), ((int)(((byte)(251)))));
|
|
this.keyboardButton15.DefautEndColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(187)))), ((int)(((byte)(234)))));
|
|
this.keyboardButton15.Font = new System.Drawing.Font("Microsoft Sans Serif", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.keyboardButton15.Location = new System.Drawing.Point(209, 163);
|
|
this.keyboardButton15.MouseDownEndColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(199)))), ((int)(((byte)(131)))));
|
|
this.keyboardButton15.MouseDownStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(151)))), ((int)(((byte)(84)))));
|
|
this.keyboardButton15.MouseEnterBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(128)))));
|
|
this.keyboardButton15.MouseEnterEndColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(213)))), ((int)(((byte)(152)))));
|
|
this.keyboardButton15.MouseEnterStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(240)))), ((int)(((byte)(197)))));
|
|
this.keyboardButton15.Name = "keyboardButton15";
|
|
this.keyboardButton15.ShowFocusRectangle = false;
|
|
this.keyboardButton15.Size = new System.Drawing.Size(60, 44);
|
|
this.keyboardButton15.TabIndex = 42;
|
|
this.keyboardButton15.Text = "-";
|
|
this.keyboardButton15.UseVisualStyleBackColor = true;
|
|
this.keyboardButton15.VKCode = ((short)(0));
|
|
this.keyboardButton15.Click += new System.EventHandler(this.btn_Click);
|
|
//
|
|
// NumBoard
|
|
//
|
|
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(287, 265);
|
|
this.Controls.Add(this.keyboardButton15);
|
|
this.Controls.Add(this.keyboardButton14);
|
|
this.Controls.Add(this.keyboardButton13);
|
|
this.Controls.Add(this.keyboardButton12);
|
|
this.Controls.Add(this.keyboardButton11);
|
|
this.Controls.Add(this.keyboardButton10);
|
|
this.Controls.Add(this.keyboardButton9);
|
|
this.Controls.Add(this.keyboardButton8);
|
|
this.Controls.Add(this.keyboardButton7);
|
|
this.Controls.Add(this.keyboardButton6);
|
|
this.Controls.Add(this.keyboardButton5);
|
|
this.Controls.Add(this.keyboardButton4);
|
|
this.Controls.Add(this.keyboardButton3);
|
|
this.Controls.Add(this.keyboardButton2);
|
|
this.Controls.Add(this.keyboardButton1);
|
|
this.Controls.Add(this.textBox1);
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "NumBoard";
|
|
this.Text = "NumHelper";
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
public System.Windows.Forms.TextBox textBox1;
|
|
private KeyboardButton keyboardButton10;
|
|
private KeyboardButton keyboardButton9;
|
|
private KeyboardButton keyboardButton8;
|
|
private KeyboardButton keyboardButton7;
|
|
private KeyboardButton keyboardButton6;
|
|
private KeyboardButton keyboardButton5;
|
|
private KeyboardButton keyboardButton4;
|
|
private KeyboardButton keyboardButton3;
|
|
private KeyboardButton keyboardButton2;
|
|
private KeyboardButton keyboardButton1;
|
|
private KeyboardButton keyboardButton11;
|
|
private KeyboardButton keyboardButton12;
|
|
private KeyboardButton keyboardButton13;
|
|
private KeyboardButton keyboardButton14;
|
|
private KeyboardButton keyboardButton15;
|
|
}
|
|
} |