745 lines
38 KiB
C#
745 lines
38 KiB
C#
namespace HCI_Coursework_EVCHARGE
|
|
{
|
|
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.buttonQ = new System.Windows.Forms.Button();
|
|
this.buttonW = new System.Windows.Forms.Button();
|
|
this.buttonE = new System.Windows.Forms.Button();
|
|
this.buttonR = new System.Windows.Forms.Button();
|
|
this.buttonT = new System.Windows.Forms.Button();
|
|
this.buttonY = new System.Windows.Forms.Button();
|
|
this.buttonU = new System.Windows.Forms.Button();
|
|
this.buttonI = new System.Windows.Forms.Button();
|
|
this.buttonO = new System.Windows.Forms.Button();
|
|
this.buttonP = new System.Windows.Forms.Button();
|
|
this.buttonL = new System.Windows.Forms.Button();
|
|
this.buttonK = new System.Windows.Forms.Button();
|
|
this.buttonJ = new System.Windows.Forms.Button();
|
|
this.buttonH = new System.Windows.Forms.Button();
|
|
this.buttonG = new System.Windows.Forms.Button();
|
|
this.buttonF = new System.Windows.Forms.Button();
|
|
this.buttonD = new System.Windows.Forms.Button();
|
|
this.buttonS = new System.Windows.Forms.Button();
|
|
this.buttonA = new System.Windows.Forms.Button();
|
|
this.buttonM = new System.Windows.Forms.Button();
|
|
this.buttonN = new System.Windows.Forms.Button();
|
|
this.buttonB = new System.Windows.Forms.Button();
|
|
this.buttonV = new System.Windows.Forms.Button();
|
|
this.buttonC = new System.Windows.Forms.Button();
|
|
this.buttonX = new System.Windows.Forms.Button();
|
|
this.buttonZ = new System.Windows.Forms.Button();
|
|
this.buttonSpace = new System.Windows.Forms.Button();
|
|
this.buttonBackspace = new System.Windows.Forms.Button();
|
|
this.buttonConfirm = new System.Windows.Forms.Button();
|
|
this.buttonCaps = new System.Windows.Forms.Button();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.button0 = new System.Windows.Forms.Button();
|
|
this.button9 = new System.Windows.Forms.Button();
|
|
this.button8 = new System.Windows.Forms.Button();
|
|
this.button7 = new System.Windows.Forms.Button();
|
|
this.button6 = new System.Windows.Forms.Button();
|
|
this.button5 = new System.Windows.Forms.Button();
|
|
this.button4 = new System.Windows.Forms.Button();
|
|
this.button3 = new System.Windows.Forms.Button();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.panel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// buttonQ
|
|
//
|
|
this.buttonQ.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
|
|
this.buttonQ.FlatAppearance.BorderSize = 4;
|
|
this.buttonQ.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.buttonQ.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
|
|
this.buttonQ.Location = new System.Drawing.Point(24, 96);
|
|
this.buttonQ.Name = "buttonQ";
|
|
this.buttonQ.Size = new System.Drawing.Size(50, 50);
|
|
this.buttonQ.TabIndex = 0;
|
|
this.buttonQ.Text = "Q";
|
|
this.buttonQ.UseVisualStyleBackColor = true;
|
|
this.buttonQ.Click += new System.EventHandler(this.button_Click);
|
|
//
|
|
// buttonW
|
|
//
|
|
this.buttonW.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
|
|
this.buttonW.FlatAppearance.BorderSize = 4;
|
|
this.buttonW.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.buttonW.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
|
|
this.buttonW.Location = new System.Drawing.Point(108, 96);
|
|
this.buttonW.Name = "buttonW";
|
|
this.buttonW.Size = new System.Drawing.Size(50, 50);
|
|
this.buttonW.TabIndex = 1;
|
|
this.buttonW.Text = "W";
|
|
this.buttonW.UseVisualStyleBackColor = true;
|
|
this.buttonW.Click += new System.EventHandler(this.button_Click);
|
|
//
|
|
// buttonE
|
|
//
|
|
this.buttonE.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
|
|
this.buttonE.FlatAppearance.BorderSize = 4;
|
|
this.buttonE.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.buttonE.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
|
|
this.buttonE.Location = new System.Drawing.Point(192, 96);
|
|
this.buttonE.Name = "buttonE";
|
|
this.buttonE.Size = new System.Drawing.Size(50, 50);
|
|
this.buttonE.TabIndex = 2;
|
|
this.buttonE.Text = "E";
|
|
this.buttonE.UseVisualStyleBackColor = true;
|
|
this.buttonE.Click += new System.EventHandler(this.button_Click);
|
|
//
|
|
// buttonR
|
|
//
|
|
this.buttonR.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
|
|
this.buttonR.FlatAppearance.BorderSize = 4;
|
|
this.buttonR.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.buttonR.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
|
|
this.buttonR.Location = new System.Drawing.Point(276, 96);
|
|
this.buttonR.Name = "buttonR";
|
|
this.buttonR.Size = new System.Drawing.Size(50, 50);
|
|
this.buttonR.TabIndex = 3;
|
|
this.buttonR.Text = "R";
|
|
this.buttonR.UseVisualStyleBackColor = true;
|
|
this.buttonR.Click += new System.EventHandler(this.button_Click);
|
|
//
|
|
// buttonT
|
|
//
|
|
this.buttonT.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
|
|
this.buttonT.FlatAppearance.BorderSize = 4;
|
|
this.buttonT.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.buttonT.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
|
|
this.buttonT.Location = new System.Drawing.Point(360, 96);
|
|
this.buttonT.Name = "buttonT";
|
|
this.buttonT.Size = new System.Drawing.Size(50, 50);
|
|
this.buttonT.TabIndex = 4;
|
|
this.buttonT.Text = "T";
|
|
this.buttonT.UseVisualStyleBackColor = true;
|
|
this.buttonT.Click += new System.EventHandler(this.button_Click);
|
|
//
|
|
// buttonY
|
|
//
|
|
this.buttonY.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
|
|
this.buttonY.FlatAppearance.BorderSize = 4;
|
|
this.buttonY.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.buttonY.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
|
|
this.buttonY.Location = new System.Drawing.Point(444, 96);
|
|
this.buttonY.Name = "buttonY";
|
|
this.buttonY.Size = new System.Drawing.Size(50, 50);
|
|
this.buttonY.TabIndex = 5;
|
|
this.buttonY.Text = "Y";
|
|
this.buttonY.UseVisualStyleBackColor = true;
|
|
this.buttonY.Click += new System.EventHandler(this.button_Click);
|
|
//
|
|
// buttonU
|
|
//
|
|
this.buttonU.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
|
|
this.buttonU.FlatAppearance.BorderSize = 4;
|
|
this.buttonU.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.buttonU.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
|
|
this.buttonU.Location = new System.Drawing.Point(528, 96);
|
|
this.buttonU.Name = "buttonU";
|
|
this.buttonU.Size = new System.Drawing.Size(50, 50);
|
|
this.buttonU.TabIndex = 6;
|
|
this.buttonU.Text = "U";
|
|
this.buttonU.UseVisualStyleBackColor = true;
|
|
this.buttonU.Click += new System.EventHandler(this.button_Click);
|
|
//
|
|
// buttonI
|
|
//
|
|
this.buttonI.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
|
|
this.buttonI.FlatAppearance.BorderSize = 4;
|
|
this.buttonI.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.buttonI.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
|
|
this.buttonI.Location = new System.Drawing.Point(612, 96);
|
|
this.buttonI.Name = "buttonI";
|
|
this.buttonI.Size = new System.Drawing.Size(50, 50);
|
|
this.buttonI.TabIndex = 7;
|
|
this.buttonI.Text = "I";
|
|
this.buttonI.UseVisualStyleBackColor = true;
|
|
this.buttonI.Click += new System.EventHandler(this.button_Click);
|
|
//
|
|
// buttonO
|
|
//
|
|
this.buttonO.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
|
|
this.buttonO.FlatAppearance.BorderSize = 4;
|
|
this.buttonO.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.buttonO.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
|
|
this.buttonO.Location = new System.Drawing.Point(696, 96);
|
|
this.buttonO.Name = "buttonO";
|
|
this.buttonO.Size = new System.Drawing.Size(50, 50);
|
|
this.buttonO.TabIndex = 8;
|
|
this.buttonO.Text = "O";
|
|
this.buttonO.UseVisualStyleBackColor = true;
|
|
this.buttonO.Click += new System.EventHandler(this.button_Click);
|
|
//
|
|
// buttonP
|
|
//
|
|
this.buttonP.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
|
|
this.buttonP.FlatAppearance.BorderSize = 4;
|
|
this.buttonP.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.buttonP.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
|
|
this.buttonP.Location = new System.Drawing.Point(780, 96);
|
|
this.buttonP.Name = "buttonP";
|
|
this.buttonP.Size = new System.Drawing.Size(50, 50);
|
|
this.buttonP.TabIndex = 9;
|
|
this.buttonP.Text = "P";
|
|
this.buttonP.UseVisualStyleBackColor = true;
|
|
this.buttonP.Click += new System.EventHandler(this.button_Click);
|
|
//
|
|
// buttonL
|
|
//
|
|
this.buttonL.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
|
|
this.buttonL.FlatAppearance.BorderSize = 4;
|
|
this.buttonL.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.buttonL.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
|
|
this.buttonL.Location = new System.Drawing.Point(738, 168);
|
|
this.buttonL.Name = "buttonL";
|
|
this.buttonL.Size = new System.Drawing.Size(50, 50);
|
|
this.buttonL.TabIndex = 18;
|
|
this.buttonL.Text = "L";
|
|
this.buttonL.UseVisualStyleBackColor = true;
|
|
this.buttonL.Click += new System.EventHandler(this.button_Click);
|
|
//
|
|
// buttonK
|
|
//
|
|
this.buttonK.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
|
|
this.buttonK.FlatAppearance.BorderSize = 4;
|
|
this.buttonK.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.buttonK.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
|
|
this.buttonK.Location = new System.Drawing.Point(654, 168);
|
|
this.buttonK.Name = "buttonK";
|
|
this.buttonK.Size = new System.Drawing.Size(50, 50);
|
|
this.buttonK.TabIndex = 17;
|
|
this.buttonK.Text = "K";
|
|
this.buttonK.UseVisualStyleBackColor = true;
|
|
this.buttonK.Click += new System.EventHandler(this.button_Click);
|
|
//
|
|
// buttonJ
|
|
//
|
|
this.buttonJ.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
|
|
this.buttonJ.FlatAppearance.BorderSize = 4;
|
|
this.buttonJ.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.buttonJ.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
|
|
this.buttonJ.Location = new System.Drawing.Point(570, 168);
|
|
this.buttonJ.Name = "buttonJ";
|
|
this.buttonJ.Size = new System.Drawing.Size(50, 50);
|
|
this.buttonJ.TabIndex = 16;
|
|
this.buttonJ.Text = "J";
|
|
this.buttonJ.UseVisualStyleBackColor = true;
|
|
this.buttonJ.Click += new System.EventHandler(this.button_Click);
|
|
//
|
|
// buttonH
|
|
//
|
|
this.buttonH.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
|
|
this.buttonH.FlatAppearance.BorderSize = 4;
|
|
this.buttonH.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.buttonH.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
|
|
this.buttonH.Location = new System.Drawing.Point(486, 168);
|
|
this.buttonH.Name = "buttonH";
|
|
this.buttonH.Size = new System.Drawing.Size(50, 50);
|
|
this.buttonH.TabIndex = 15;
|
|
this.buttonH.Text = "H";
|
|
this.buttonH.UseVisualStyleBackColor = true;
|
|
this.buttonH.Click += new System.EventHandler(this.button_Click);
|
|
//
|
|
// buttonG
|
|
//
|
|
this.buttonG.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
|
|
this.buttonG.FlatAppearance.BorderSize = 4;
|
|
this.buttonG.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.buttonG.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
|
|
this.buttonG.Location = new System.Drawing.Point(402, 168);
|
|
this.buttonG.Name = "buttonG";
|
|
this.buttonG.Size = new System.Drawing.Size(50, 50);
|
|
this.buttonG.TabIndex = 14;
|
|
this.buttonG.Text = "G";
|
|
this.buttonG.UseVisualStyleBackColor = true;
|
|
this.buttonG.Click += new System.EventHandler(this.button_Click);
|
|
//
|
|
// buttonF
|
|
//
|
|
this.buttonF.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
|
|
this.buttonF.FlatAppearance.BorderSize = 4;
|
|
this.buttonF.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.buttonF.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
|
|
this.buttonF.Location = new System.Drawing.Point(318, 168);
|
|
this.buttonF.Name = "buttonF";
|
|
this.buttonF.Size = new System.Drawing.Size(50, 50);
|
|
this.buttonF.TabIndex = 13;
|
|
this.buttonF.Text = "F";
|
|
this.buttonF.UseVisualStyleBackColor = true;
|
|
this.buttonF.Click += new System.EventHandler(this.button_Click);
|
|
//
|
|
// buttonD
|
|
//
|
|
this.buttonD.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
|
|
this.buttonD.FlatAppearance.BorderSize = 4;
|
|
this.buttonD.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.buttonD.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
|
|
this.buttonD.Location = new System.Drawing.Point(234, 168);
|
|
this.buttonD.Name = "buttonD";
|
|
this.buttonD.Size = new System.Drawing.Size(50, 50);
|
|
this.buttonD.TabIndex = 12;
|
|
this.buttonD.Text = "D";
|
|
this.buttonD.UseVisualStyleBackColor = true;
|
|
this.buttonD.Click += new System.EventHandler(this.button_Click);
|
|
//
|
|
// buttonS
|
|
//
|
|
this.buttonS.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
|
|
this.buttonS.FlatAppearance.BorderSize = 4;
|
|
this.buttonS.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.buttonS.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
|
|
this.buttonS.Location = new System.Drawing.Point(150, 168);
|
|
this.buttonS.Name = "buttonS";
|
|
this.buttonS.Size = new System.Drawing.Size(50, 50);
|
|
this.buttonS.TabIndex = 11;
|
|
this.buttonS.Text = "S";
|
|
this.buttonS.UseVisualStyleBackColor = true;
|
|
this.buttonS.Click += new System.EventHandler(this.button_Click);
|
|
//
|
|
// buttonA
|
|
//
|
|
this.buttonA.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
|
|
this.buttonA.FlatAppearance.BorderSize = 4;
|
|
this.buttonA.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.buttonA.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
|
|
this.buttonA.Location = new System.Drawing.Point(66, 168);
|
|
this.buttonA.Name = "buttonA";
|
|
this.buttonA.Size = new System.Drawing.Size(50, 50);
|
|
this.buttonA.TabIndex = 10;
|
|
this.buttonA.Text = "A";
|
|
this.buttonA.UseVisualStyleBackColor = true;
|
|
this.buttonA.Click += new System.EventHandler(this.button_Click);
|
|
//
|
|
// buttonM
|
|
//
|
|
this.buttonM.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
|
|
this.buttonM.FlatAppearance.BorderSize = 4;
|
|
this.buttonM.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.buttonM.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
|
|
this.buttonM.Location = new System.Drawing.Point(612, 240);
|
|
this.buttonM.Name = "buttonM";
|
|
this.buttonM.Size = new System.Drawing.Size(50, 50);
|
|
this.buttonM.TabIndex = 25;
|
|
this.buttonM.Text = "M";
|
|
this.buttonM.UseVisualStyleBackColor = true;
|
|
this.buttonM.Click += new System.EventHandler(this.button_Click);
|
|
//
|
|
// buttonN
|
|
//
|
|
this.buttonN.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
|
|
this.buttonN.FlatAppearance.BorderSize = 4;
|
|
this.buttonN.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.buttonN.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
|
|
this.buttonN.Location = new System.Drawing.Point(528, 240);
|
|
this.buttonN.Name = "buttonN";
|
|
this.buttonN.Size = new System.Drawing.Size(50, 50);
|
|
this.buttonN.TabIndex = 24;
|
|
this.buttonN.Text = "N";
|
|
this.buttonN.UseVisualStyleBackColor = true;
|
|
this.buttonN.Click += new System.EventHandler(this.button_Click);
|
|
//
|
|
// buttonB
|
|
//
|
|
this.buttonB.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
|
|
this.buttonB.FlatAppearance.BorderSize = 4;
|
|
this.buttonB.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.buttonB.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
|
|
this.buttonB.Location = new System.Drawing.Point(444, 240);
|
|
this.buttonB.Name = "buttonB";
|
|
this.buttonB.Size = new System.Drawing.Size(50, 50);
|
|
this.buttonB.TabIndex = 23;
|
|
this.buttonB.Text = "B";
|
|
this.buttonB.UseVisualStyleBackColor = true;
|
|
this.buttonB.Click += new System.EventHandler(this.button_Click);
|
|
//
|
|
// buttonV
|
|
//
|
|
this.buttonV.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
|
|
this.buttonV.FlatAppearance.BorderSize = 4;
|
|
this.buttonV.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.buttonV.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
|
|
this.buttonV.Location = new System.Drawing.Point(360, 240);
|
|
this.buttonV.Name = "buttonV";
|
|
this.buttonV.Size = new System.Drawing.Size(50, 50);
|
|
this.buttonV.TabIndex = 22;
|
|
this.buttonV.Text = "V";
|
|
this.buttonV.UseVisualStyleBackColor = true;
|
|
this.buttonV.Click += new System.EventHandler(this.button_Click);
|
|
//
|
|
// buttonC
|
|
//
|
|
this.buttonC.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
|
|
this.buttonC.FlatAppearance.BorderSize = 4;
|
|
this.buttonC.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.buttonC.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
|
|
this.buttonC.Location = new System.Drawing.Point(276, 240);
|
|
this.buttonC.Name = "buttonC";
|
|
this.buttonC.Size = new System.Drawing.Size(50, 50);
|
|
this.buttonC.TabIndex = 21;
|
|
this.buttonC.Text = "C";
|
|
this.buttonC.UseVisualStyleBackColor = true;
|
|
this.buttonC.Click += new System.EventHandler(this.button_Click);
|
|
//
|
|
// buttonX
|
|
//
|
|
this.buttonX.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
|
|
this.buttonX.FlatAppearance.BorderSize = 4;
|
|
this.buttonX.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.buttonX.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
|
|
this.buttonX.Location = new System.Drawing.Point(192, 240);
|
|
this.buttonX.Name = "buttonX";
|
|
this.buttonX.Size = new System.Drawing.Size(50, 50);
|
|
this.buttonX.TabIndex = 20;
|
|
this.buttonX.Text = "X";
|
|
this.buttonX.UseVisualStyleBackColor = true;
|
|
this.buttonX.Click += new System.EventHandler(this.button_Click);
|
|
//
|
|
// buttonZ
|
|
//
|
|
this.buttonZ.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
|
|
this.buttonZ.FlatAppearance.BorderSize = 4;
|
|
this.buttonZ.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.buttonZ.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
|
|
this.buttonZ.Location = new System.Drawing.Point(108, 240);
|
|
this.buttonZ.Name = "buttonZ";
|
|
this.buttonZ.Size = new System.Drawing.Size(50, 50);
|
|
this.buttonZ.TabIndex = 19;
|
|
this.buttonZ.Text = "Z";
|
|
this.buttonZ.UseVisualStyleBackColor = true;
|
|
this.buttonZ.Click += new System.EventHandler(this.button_Click);
|
|
//
|
|
// buttonSpace
|
|
//
|
|
this.buttonSpace.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
|
|
this.buttonSpace.FlatAppearance.BorderSize = 4;
|
|
this.buttonSpace.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.buttonSpace.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
|
|
this.buttonSpace.Location = new System.Drawing.Point(210, 312);
|
|
this.buttonSpace.Name = "buttonSpace";
|
|
this.buttonSpace.Size = new System.Drawing.Size(368, 50);
|
|
this.buttonSpace.TabIndex = 26;
|
|
this.buttonSpace.Text = "_";
|
|
this.buttonSpace.UseVisualStyleBackColor = true;
|
|
this.buttonSpace.Click += new System.EventHandler(this.space_Click);
|
|
//
|
|
// buttonBackspace
|
|
//
|
|
this.buttonBackspace.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
|
|
this.buttonBackspace.FlatAppearance.BorderSize = 4;
|
|
this.buttonBackspace.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.buttonBackspace.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F);
|
|
this.buttonBackspace.Location = new System.Drawing.Point(696, 240);
|
|
this.buttonBackspace.Name = "buttonBackspace";
|
|
this.buttonBackspace.Size = new System.Drawing.Size(132, 50);
|
|
this.buttonBackspace.TabIndex = 27;
|
|
this.buttonBackspace.Text = "Backspace";
|
|
this.buttonBackspace.UseVisualStyleBackColor = true;
|
|
this.buttonBackspace.Click += new System.EventHandler(this.backspace_Click);
|
|
//
|
|
// buttonConfirm
|
|
//
|
|
this.buttonConfirm.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
|
|
this.buttonConfirm.FlatAppearance.BorderSize = 4;
|
|
this.buttonConfirm.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.buttonConfirm.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F);
|
|
this.buttonConfirm.Location = new System.Drawing.Point(696, 312);
|
|
this.buttonConfirm.Name = "buttonConfirm";
|
|
this.buttonConfirm.Size = new System.Drawing.Size(128, 50);
|
|
this.buttonConfirm.TabIndex = 28;
|
|
this.buttonConfirm.Text = "Confirm";
|
|
this.buttonConfirm.UseVisualStyleBackColor = true;
|
|
this.buttonConfirm.Click += new System.EventHandler(this.confirm_Click);
|
|
//
|
|
// buttonCaps
|
|
//
|
|
this.buttonCaps.BackColor = System.Drawing.SystemColors.ControlDark;
|
|
this.buttonCaps.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
|
|
this.buttonCaps.FlatAppearance.BorderSize = 4;
|
|
this.buttonCaps.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.buttonCaps.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F);
|
|
this.buttonCaps.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.buttonCaps.Location = new System.Drawing.Point(18, 312);
|
|
this.buttonCaps.Name = "buttonCaps";
|
|
this.buttonCaps.Size = new System.Drawing.Size(128, 50);
|
|
this.buttonCaps.TabIndex = 29;
|
|
this.buttonCaps.Text = "Caps Lock";
|
|
this.buttonCaps.UseVisualStyleBackColor = false;
|
|
this.buttonCaps.Click += new System.EventHandler(this.caps_Click);
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.panel1.Controls.Add(this.button0);
|
|
this.panel1.Controls.Add(this.button9);
|
|
this.panel1.Controls.Add(this.button8);
|
|
this.panel1.Controls.Add(this.button7);
|
|
this.panel1.Controls.Add(this.button6);
|
|
this.panel1.Controls.Add(this.button5);
|
|
this.panel1.Controls.Add(this.button4);
|
|
this.panel1.Controls.Add(this.button3);
|
|
this.panel1.Controls.Add(this.button2);
|
|
this.panel1.Controls.Add(this.button1);
|
|
this.panel1.Controls.Add(this.buttonCaps);
|
|
this.panel1.Controls.Add(this.buttonConfirm);
|
|
this.panel1.Controls.Add(this.buttonBackspace);
|
|
this.panel1.Controls.Add(this.buttonSpace);
|
|
this.panel1.Controls.Add(this.buttonM);
|
|
this.panel1.Controls.Add(this.buttonN);
|
|
this.panel1.Controls.Add(this.buttonB);
|
|
this.panel1.Controls.Add(this.buttonV);
|
|
this.panel1.Controls.Add(this.buttonC);
|
|
this.panel1.Controls.Add(this.buttonX);
|
|
this.panel1.Controls.Add(this.buttonZ);
|
|
this.panel1.Controls.Add(this.buttonL);
|
|
this.panel1.Controls.Add(this.buttonK);
|
|
this.panel1.Controls.Add(this.buttonJ);
|
|
this.panel1.Controls.Add(this.buttonH);
|
|
this.panel1.Controls.Add(this.buttonG);
|
|
this.panel1.Controls.Add(this.buttonF);
|
|
this.panel1.Controls.Add(this.buttonD);
|
|
this.panel1.Controls.Add(this.buttonS);
|
|
this.panel1.Controls.Add(this.buttonA);
|
|
this.panel1.Controls.Add(this.buttonP);
|
|
this.panel1.Controls.Add(this.buttonO);
|
|
this.panel1.Controls.Add(this.buttonI);
|
|
this.panel1.Controls.Add(this.buttonU);
|
|
this.panel1.Controls.Add(this.buttonY);
|
|
this.panel1.Controls.Add(this.buttonT);
|
|
this.panel1.Controls.Add(this.buttonR);
|
|
this.panel1.Controls.Add(this.buttonE);
|
|
this.panel1.Controls.Add(this.buttonW);
|
|
this.panel1.Controls.Add(this.buttonQ);
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Padding = new System.Windows.Forms.Padding(4);
|
|
this.panel1.Size = new System.Drawing.Size(854, 390);
|
|
this.panel1.TabIndex = 30;
|
|
//
|
|
// button0
|
|
//
|
|
this.button0.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
|
|
this.button0.FlatAppearance.BorderSize = 4;
|
|
this.button0.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.button0.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
|
|
this.button0.Location = new System.Drawing.Point(780, 24);
|
|
this.button0.Name = "button0";
|
|
this.button0.Size = new System.Drawing.Size(50, 50);
|
|
this.button0.TabIndex = 39;
|
|
this.button0.Text = "0";
|
|
this.button0.UseVisualStyleBackColor = true;
|
|
this.button0.Click += new System.EventHandler(this.button_Click);
|
|
//
|
|
// button9
|
|
//
|
|
this.button9.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
|
|
this.button9.FlatAppearance.BorderSize = 4;
|
|
this.button9.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.button9.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
|
|
this.button9.Location = new System.Drawing.Point(696, 24);
|
|
this.button9.Name = "button9";
|
|
this.button9.Size = new System.Drawing.Size(50, 50);
|
|
this.button9.TabIndex = 38;
|
|
this.button9.Text = "9";
|
|
this.button9.UseVisualStyleBackColor = true;
|
|
this.button9.Click += new System.EventHandler(this.button_Click);
|
|
//
|
|
// button8
|
|
//
|
|
this.button8.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
|
|
this.button8.FlatAppearance.BorderSize = 4;
|
|
this.button8.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.button8.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
|
|
this.button8.Location = new System.Drawing.Point(612, 24);
|
|
this.button8.Name = "button8";
|
|
this.button8.Size = new System.Drawing.Size(50, 50);
|
|
this.button8.TabIndex = 37;
|
|
this.button8.Text = "8";
|
|
this.button8.UseVisualStyleBackColor = true;
|
|
this.button8.Click += new System.EventHandler(this.button_Click);
|
|
//
|
|
// button7
|
|
//
|
|
this.button7.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
|
|
this.button7.FlatAppearance.BorderSize = 4;
|
|
this.button7.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.button7.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
|
|
this.button7.Location = new System.Drawing.Point(528, 24);
|
|
this.button7.Name = "button7";
|
|
this.button7.Size = new System.Drawing.Size(50, 50);
|
|
this.button7.TabIndex = 36;
|
|
this.button7.Text = "7";
|
|
this.button7.UseVisualStyleBackColor = true;
|
|
this.button7.Click += new System.EventHandler(this.button_Click);
|
|
//
|
|
// button6
|
|
//
|
|
this.button6.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
|
|
this.button6.FlatAppearance.BorderSize = 4;
|
|
this.button6.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.button6.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
|
|
this.button6.Location = new System.Drawing.Point(444, 24);
|
|
this.button6.Name = "button6";
|
|
this.button6.Size = new System.Drawing.Size(50, 50);
|
|
this.button6.TabIndex = 35;
|
|
this.button6.Text = "6";
|
|
this.button6.UseVisualStyleBackColor = true;
|
|
this.button6.Click += new System.EventHandler(this.button_Click);
|
|
//
|
|
// button5
|
|
//
|
|
this.button5.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
|
|
this.button5.FlatAppearance.BorderSize = 4;
|
|
this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.button5.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
|
|
this.button5.Location = new System.Drawing.Point(360, 24);
|
|
this.button5.Name = "button5";
|
|
this.button5.Size = new System.Drawing.Size(50, 50);
|
|
this.button5.TabIndex = 34;
|
|
this.button5.Text = "5";
|
|
this.button5.UseVisualStyleBackColor = true;
|
|
this.button5.Click += new System.EventHandler(this.button_Click);
|
|
//
|
|
// button4
|
|
//
|
|
this.button4.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
|
|
this.button4.FlatAppearance.BorderSize = 4;
|
|
this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.button4.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
|
|
this.button4.Location = new System.Drawing.Point(276, 24);
|
|
this.button4.Name = "button4";
|
|
this.button4.Size = new System.Drawing.Size(50, 50);
|
|
this.button4.TabIndex = 33;
|
|
this.button4.Text = "4";
|
|
this.button4.UseVisualStyleBackColor = true;
|
|
this.button4.Click += new System.EventHandler(this.button_Click);
|
|
//
|
|
// button3
|
|
//
|
|
this.button3.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
|
|
this.button3.FlatAppearance.BorderSize = 4;
|
|
this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.button3.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
|
|
this.button3.Location = new System.Drawing.Point(192, 24);
|
|
this.button3.Name = "button3";
|
|
this.button3.Size = new System.Drawing.Size(50, 50);
|
|
this.button3.TabIndex = 32;
|
|
this.button3.Text = "3";
|
|
this.button3.UseVisualStyleBackColor = true;
|
|
this.button3.Click += new System.EventHandler(this.button_Click);
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
|
|
this.button2.FlatAppearance.BorderSize = 4;
|
|
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
|
|
this.button2.Location = new System.Drawing.Point(108, 24);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(50, 50);
|
|
this.button2.TabIndex = 31;
|
|
this.button2.Text = "2";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
this.button2.Click += new System.EventHandler(this.button_Click);
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
|
|
this.button1.FlatAppearance.BorderSize = 4;
|
|
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
|
|
this.button1.Location = new System.Drawing.Point(24, 24);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(50, 50);
|
|
this.button1.TabIndex = 30;
|
|
this.button1.Text = "1";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button_Click);
|
|
//
|
|
// Keyboard
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(854, 390);
|
|
this.Controls.Add(this.panel1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "Keyboard";
|
|
this.Text = "Keyboard";
|
|
this.TopMost = true;
|
|
this.panel1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button buttonQ;
|
|
private System.Windows.Forms.Button buttonW;
|
|
private System.Windows.Forms.Button buttonE;
|
|
private System.Windows.Forms.Button buttonR;
|
|
private System.Windows.Forms.Button buttonT;
|
|
private System.Windows.Forms.Button buttonY;
|
|
private System.Windows.Forms.Button buttonU;
|
|
private System.Windows.Forms.Button buttonI;
|
|
private System.Windows.Forms.Button buttonO;
|
|
private System.Windows.Forms.Button buttonP;
|
|
private System.Windows.Forms.Button buttonL;
|
|
private System.Windows.Forms.Button buttonK;
|
|
private System.Windows.Forms.Button buttonJ;
|
|
private System.Windows.Forms.Button buttonH;
|
|
private System.Windows.Forms.Button buttonG;
|
|
private System.Windows.Forms.Button buttonF;
|
|
private System.Windows.Forms.Button buttonD;
|
|
private System.Windows.Forms.Button buttonS;
|
|
private System.Windows.Forms.Button buttonA;
|
|
private System.Windows.Forms.Button buttonM;
|
|
private System.Windows.Forms.Button buttonN;
|
|
private System.Windows.Forms.Button buttonB;
|
|
private System.Windows.Forms.Button buttonV;
|
|
private System.Windows.Forms.Button buttonC;
|
|
private System.Windows.Forms.Button buttonX;
|
|
private System.Windows.Forms.Button buttonZ;
|
|
private System.Windows.Forms.Button buttonSpace;
|
|
private System.Windows.Forms.Button buttonBackspace;
|
|
private System.Windows.Forms.Button buttonConfirm;
|
|
private System.Windows.Forms.Button buttonCaps;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Button button0;
|
|
private System.Windows.Forms.Button button9;
|
|
private System.Windows.Forms.Button button8;
|
|
private System.Windows.Forms.Button button7;
|
|
private System.Windows.Forms.Button button6;
|
|
private System.Windows.Forms.Button button5;
|
|
private System.Windows.Forms.Button button4;
|
|
private System.Windows.Forms.Button button3;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.Button button1;
|
|
}
|
|
} |