2015-11-28 06:47:26 +01:00
|
|
|
|
namespace DS4Windows
|
|
|
|
|
{
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
partial class DS4Keyboard
|
|
|
|
|
{
|
|
|
|
|
/// <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.btnQ = new System.Windows.Forms.Button();
|
|
|
|
|
this.btn1 = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnBACKSPACE = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnW = new System.Windows.Forms.Button();
|
|
|
|
|
this.btn0 = new System.Windows.Forms.Button();
|
|
|
|
|
this.btn9 = new System.Windows.Forms.Button();
|
|
|
|
|
this.btn8 = new System.Windows.Forms.Button();
|
|
|
|
|
this.btn7 = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnE = new System.Windows.Forms.Button();
|
|
|
|
|
this.btn6 = new System.Windows.Forms.Button();
|
|
|
|
|
this.btn5 = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnR = new System.Windows.Forms.Button();
|
|
|
|
|
this.btn4 = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnT = new System.Windows.Forms.Button();
|
|
|
|
|
this.btn3 = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnY = new System.Windows.Forms.Button();
|
|
|
|
|
this.btn2 = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnU = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnSPACE = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnI = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnSHIFT = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnO = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnP = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnSLASH = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnPERIOD = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnCOMMA = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnM = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnN = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnA = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnB = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnS = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnV = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnD = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnC = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnF = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnX = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnG = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnZ = new System.Windows.Forms.Button();
|
|
|
|
|
this.button7 = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnH = new System.Windows.Forms.Button();
|
|
|
|
|
this.button5 = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnJ = new System.Windows.Forms.Button();
|
|
|
|
|
this.button4 = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnK = new System.Windows.Forms.Button();
|
|
|
|
|
this.button6 = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnL = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnSEMICOLON = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnCTRL = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnRETURN = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnExtra = new System.Windows.Forms.Button();
|
|
|
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
|
|
|
this.button3 = 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.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.button41 = 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.button47 = new System.Windows.Forms.Button();
|
|
|
|
|
this.pnlKeys = new System.Windows.Forms.Panel();
|
|
|
|
|
this.pnlExtra = new System.Windows.Forms.Panel();
|
|
|
|
|
this.pnlKeys.SuspendLayout();
|
|
|
|
|
this.pnlExtra.SuspendLayout();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// btnQ
|
|
|
|
|
//
|
|
|
|
|
this.btnQ.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.btnQ.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.btnQ.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.btnQ.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.btnQ.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.btnQ.Location = new System.Drawing.Point(0, 42);
|
|
|
|
|
this.btnQ.Name = "btnQ";
|
|
|
|
|
this.btnQ.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.btnQ.TabIndex = 287;
|
|
|
|
|
this.btnQ.TabStop = false;
|
|
|
|
|
this.btnQ.Tag = "81";
|
|
|
|
|
this.btnQ.Text = "q";
|
|
|
|
|
this.btnQ.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// btn1
|
|
|
|
|
//
|
|
|
|
|
this.btn1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.btn1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.btn1.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.btn1.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.btn1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.btn1.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.btn1.Name = "btn1";
|
|
|
|
|
this.btn1.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.btn1.TabIndex = 367;
|
|
|
|
|
this.btn1.TabStop = false;
|
|
|
|
|
this.btn1.Tag = "49";
|
|
|
|
|
this.btn1.Text = "1";
|
|
|
|
|
this.btn1.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// btnBACKSPACE
|
|
|
|
|
//
|
|
|
|
|
this.btnBACKSPACE.BackColor = System.Drawing.Color.Gray;
|
|
|
|
|
this.btnBACKSPACE.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.btnBACKSPACE.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.btnBACKSPACE.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.btnBACKSPACE.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.btnBACKSPACE.Location = new System.Drawing.Point(348, 182);
|
|
|
|
|
this.btnBACKSPACE.Name = "btnBACKSPACE";
|
|
|
|
|
this.btnBACKSPACE.Size = new System.Drawing.Size(78, 36);
|
|
|
|
|
this.btnBACKSPACE.TabIndex = 344;
|
|
|
|
|
this.btnBACKSPACE.TabStop = false;
|
|
|
|
|
this.btnBACKSPACE.Tag = "8";
|
|
|
|
|
this.btnBACKSPACE.Text = "Backspace";
|
|
|
|
|
this.btnBACKSPACE.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// btnW
|
|
|
|
|
//
|
|
|
|
|
this.btnW.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.btnW.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.btnW.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.btnW.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.btnW.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.btnW.Location = new System.Drawing.Point(42, 42);
|
|
|
|
|
this.btnW.Name = "btnW";
|
|
|
|
|
this.btnW.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.btnW.TabIndex = 288;
|
|
|
|
|
this.btnW.TabStop = false;
|
|
|
|
|
this.btnW.Tag = "87";
|
|
|
|
|
this.btnW.Text = "w";
|
|
|
|
|
this.btnW.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// btn0
|
|
|
|
|
//
|
|
|
|
|
this.btn0.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.btn0.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.btn0.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.btn0.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.btn0.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.btn0.Location = new System.Drawing.Point(378, 0);
|
|
|
|
|
this.btn0.Name = "btn0";
|
|
|
|
|
this.btn0.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.btn0.TabIndex = 341;
|
|
|
|
|
this.btn0.TabStop = false;
|
|
|
|
|
this.btn0.Tag = "48";
|
|
|
|
|
this.btn0.Text = "0";
|
|
|
|
|
this.btn0.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// btn9
|
|
|
|
|
//
|
|
|
|
|
this.btn9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.btn9.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.btn9.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.btn9.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.btn9.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.btn9.Location = new System.Drawing.Point(336, 0);
|
|
|
|
|
this.btn9.Name = "btn9";
|
|
|
|
|
this.btn9.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.btn9.TabIndex = 340;
|
|
|
|
|
this.btn9.TabStop = false;
|
|
|
|
|
this.btn9.Tag = "57";
|
|
|
|
|
this.btn9.Text = "9";
|
|
|
|
|
this.btn9.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// btn8
|
|
|
|
|
//
|
|
|
|
|
this.btn8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.btn8.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.btn8.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.btn8.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.btn8.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.btn8.Location = new System.Drawing.Point(294, 0);
|
|
|
|
|
this.btn8.Name = "btn8";
|
|
|
|
|
this.btn8.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.btn8.TabIndex = 339;
|
|
|
|
|
this.btn8.TabStop = false;
|
|
|
|
|
this.btn8.Tag = "56";
|
|
|
|
|
this.btn8.Text = "8";
|
|
|
|
|
this.btn8.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// btn7
|
|
|
|
|
//
|
|
|
|
|
this.btn7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.btn7.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.btn7.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.btn7.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.btn7.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.btn7.Location = new System.Drawing.Point(252, 0);
|
|
|
|
|
this.btn7.Name = "btn7";
|
|
|
|
|
this.btn7.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.btn7.TabIndex = 338;
|
|
|
|
|
this.btn7.TabStop = false;
|
|
|
|
|
this.btn7.Tag = "55";
|
|
|
|
|
this.btn7.Text = "7";
|
|
|
|
|
this.btn7.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// btnE
|
|
|
|
|
//
|
|
|
|
|
this.btnE.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.btnE.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.btnE.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.btnE.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.btnE.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.btnE.Location = new System.Drawing.Point(84, 42);
|
|
|
|
|
this.btnE.Name = "btnE";
|
|
|
|
|
this.btnE.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.btnE.TabIndex = 289;
|
|
|
|
|
this.btnE.TabStop = false;
|
|
|
|
|
this.btnE.Tag = "69";
|
|
|
|
|
this.btnE.Text = "e";
|
|
|
|
|
this.btnE.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// btn6
|
|
|
|
|
//
|
|
|
|
|
this.btn6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.btn6.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.btn6.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.btn6.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.btn6.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.btn6.Location = new System.Drawing.Point(210, 0);
|
|
|
|
|
this.btn6.Name = "btn6";
|
|
|
|
|
this.btn6.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.btn6.TabIndex = 337;
|
|
|
|
|
this.btn6.TabStop = false;
|
|
|
|
|
this.btn6.Tag = "54";
|
|
|
|
|
this.btn6.Text = "6";
|
|
|
|
|
this.btn6.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// btn5
|
|
|
|
|
//
|
|
|
|
|
this.btn5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.btn5.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.btn5.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.btn5.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.btn5.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.btn5.Location = new System.Drawing.Point(168, 0);
|
|
|
|
|
this.btn5.Name = "btn5";
|
|
|
|
|
this.btn5.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.btn5.TabIndex = 336;
|
|
|
|
|
this.btn5.TabStop = false;
|
|
|
|
|
this.btn5.Tag = "53";
|
|
|
|
|
this.btn5.Text = "5";
|
|
|
|
|
this.btn5.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// btnR
|
|
|
|
|
//
|
|
|
|
|
this.btnR.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.btnR.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.btnR.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.btnR.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.btnR.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.btnR.Location = new System.Drawing.Point(126, 42);
|
|
|
|
|
this.btnR.Name = "btnR";
|
|
|
|
|
this.btnR.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.btnR.TabIndex = 290;
|
|
|
|
|
this.btnR.TabStop = false;
|
|
|
|
|
this.btnR.Tag = "82";
|
|
|
|
|
this.btnR.Text = "r";
|
|
|
|
|
this.btnR.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// btn4
|
|
|
|
|
//
|
|
|
|
|
this.btn4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.btn4.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.btn4.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.btn4.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.btn4.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.btn4.Location = new System.Drawing.Point(126, 0);
|
|
|
|
|
this.btn4.Name = "btn4";
|
|
|
|
|
this.btn4.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.btn4.TabIndex = 335;
|
|
|
|
|
this.btn4.TabStop = false;
|
|
|
|
|
this.btn4.Tag = "52";
|
|
|
|
|
this.btn4.Text = "4";
|
|
|
|
|
this.btn4.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// btnT
|
|
|
|
|
//
|
|
|
|
|
this.btnT.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.btnT.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.btnT.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.btnT.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.btnT.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.btnT.Location = new System.Drawing.Point(168, 43);
|
|
|
|
|
this.btnT.Name = "btnT";
|
|
|
|
|
this.btnT.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.btnT.TabIndex = 291;
|
|
|
|
|
this.btnT.TabStop = false;
|
|
|
|
|
this.btnT.Tag = "84";
|
|
|
|
|
this.btnT.Text = "t";
|
|
|
|
|
this.btnT.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// btn3
|
|
|
|
|
//
|
|
|
|
|
this.btn3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.btn3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.btn3.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.btn3.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.btn3.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.btn3.Location = new System.Drawing.Point(84, 0);
|
|
|
|
|
this.btn3.Name = "btn3";
|
|
|
|
|
this.btn3.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.btn3.TabIndex = 334;
|
|
|
|
|
this.btn3.TabStop = false;
|
|
|
|
|
this.btn3.Tag = "51";
|
|
|
|
|
this.btn3.Text = "3";
|
|
|
|
|
this.btn3.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// btnY
|
|
|
|
|
//
|
|
|
|
|
this.btnY.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.btnY.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.btnY.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.btnY.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.btnY.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.btnY.Location = new System.Drawing.Point(210, 42);
|
|
|
|
|
this.btnY.Name = "btnY";
|
|
|
|
|
this.btnY.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.btnY.TabIndex = 292;
|
|
|
|
|
this.btnY.TabStop = false;
|
|
|
|
|
this.btnY.Tag = "89";
|
|
|
|
|
this.btnY.Text = "y";
|
|
|
|
|
this.btnY.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// btn2
|
|
|
|
|
//
|
|
|
|
|
this.btn2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.btn2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.btn2.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.btn2.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.btn2.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.btn2.Location = new System.Drawing.Point(42, 0);
|
|
|
|
|
this.btn2.Name = "btn2";
|
|
|
|
|
this.btn2.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.btn2.TabIndex = 333;
|
|
|
|
|
this.btn2.TabStop = false;
|
|
|
|
|
this.btn2.Tag = "50";
|
|
|
|
|
this.btn2.Text = "2";
|
|
|
|
|
this.btn2.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// btnU
|
|
|
|
|
//
|
|
|
|
|
this.btnU.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.btnU.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.btnU.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.btnU.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.btnU.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.btnU.Location = new System.Drawing.Point(252, 42);
|
|
|
|
|
this.btnU.Name = "btnU";
|
|
|
|
|
this.btnU.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.btnU.TabIndex = 293;
|
|
|
|
|
this.btnU.TabStop = false;
|
|
|
|
|
this.btnU.Tag = "85";
|
|
|
|
|
this.btnU.Text = "u";
|
|
|
|
|
this.btnU.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// btnSPACE
|
|
|
|
|
//
|
|
|
|
|
this.btnSPACE.BackColor = System.Drawing.Color.Gray;
|
|
|
|
|
this.btnSPACE.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.btnSPACE.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.btnSPACE.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.btnSPACE.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.btnSPACE.Location = new System.Drawing.Point(180, 182);
|
|
|
|
|
this.btnSPACE.Name = "btnSPACE";
|
|
|
|
|
this.btnSPACE.Size = new System.Drawing.Size(162, 35);
|
|
|
|
|
this.btnSPACE.TabIndex = 332;
|
|
|
|
|
this.btnSPACE.TabStop = false;
|
|
|
|
|
this.btnSPACE.Tag = "32";
|
|
|
|
|
this.btnSPACE.Text = "Space";
|
|
|
|
|
this.btnSPACE.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// btnI
|
|
|
|
|
//
|
|
|
|
|
this.btnI.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.btnI.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.btnI.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.btnI.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.btnI.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.btnI.Location = new System.Drawing.Point(294, 42);
|
|
|
|
|
this.btnI.Name = "btnI";
|
|
|
|
|
this.btnI.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.btnI.TabIndex = 294;
|
|
|
|
|
this.btnI.TabStop = false;
|
|
|
|
|
this.btnI.Tag = "73";
|
|
|
|
|
this.btnI.Text = "i";
|
|
|
|
|
this.btnI.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// btnSHIFT
|
|
|
|
|
//
|
|
|
|
|
this.btnSHIFT.BackColor = System.Drawing.Color.Gray;
|
|
|
|
|
this.btnSHIFT.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.btnSHIFT.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.btnSHIFT.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.btnSHIFT.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.btnSHIFT.Location = new System.Drawing.Point(12, 181);
|
|
|
|
|
this.btnSHIFT.Name = "btnSHIFT";
|
|
|
|
|
this.btnSHIFT.Size = new System.Drawing.Size(78, 36);
|
|
|
|
|
this.btnSHIFT.TabIndex = 331;
|
|
|
|
|
this.btnSHIFT.TabStop = false;
|
|
|
|
|
this.btnSHIFT.Tag = "160";
|
|
|
|
|
this.btnSHIFT.Text = "Shift";
|
|
|
|
|
this.btnSHIFT.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// btnO
|
|
|
|
|
//
|
|
|
|
|
this.btnO.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.btnO.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.btnO.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.btnO.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.btnO.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.btnO.Location = new System.Drawing.Point(336, 42);
|
|
|
|
|
this.btnO.Name = "btnO";
|
|
|
|
|
this.btnO.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.btnO.TabIndex = 295;
|
|
|
|
|
this.btnO.TabStop = false;
|
|
|
|
|
this.btnO.Tag = "79";
|
|
|
|
|
this.btnO.Text = "o";
|
|
|
|
|
this.btnO.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// btnP
|
|
|
|
|
//
|
|
|
|
|
this.btnP.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.btnP.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.btnP.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.btnP.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.btnP.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.btnP.Location = new System.Drawing.Point(378, 42);
|
|
|
|
|
this.btnP.Name = "btnP";
|
|
|
|
|
this.btnP.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.btnP.TabIndex = 296;
|
|
|
|
|
this.btnP.TabStop = false;
|
|
|
|
|
this.btnP.Tag = "80";
|
|
|
|
|
this.btnP.Text = "p";
|
|
|
|
|
this.btnP.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// btnSLASH
|
|
|
|
|
//
|
|
|
|
|
this.btnSLASH.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.btnSLASH.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.btnSLASH.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.btnSLASH.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.btnSLASH.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.btnSLASH.Location = new System.Drawing.Point(378, 127);
|
|
|
|
|
this.btnSLASH.Name = "btnSLASH";
|
|
|
|
|
this.btnSLASH.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.btnSLASH.TabIndex = 329;
|
|
|
|
|
this.btnSLASH.TabStop = false;
|
|
|
|
|
this.btnSLASH.Tag = "191";
|
|
|
|
|
this.btnSLASH.Text = "/";
|
|
|
|
|
this.btnSLASH.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// btnPERIOD
|
|
|
|
|
//
|
|
|
|
|
this.btnPERIOD.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.btnPERIOD.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.btnPERIOD.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.btnPERIOD.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.btnPERIOD.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.btnPERIOD.Location = new System.Drawing.Point(336, 127);
|
|
|
|
|
this.btnPERIOD.Name = "btnPERIOD";
|
|
|
|
|
this.btnPERIOD.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.btnPERIOD.TabIndex = 328;
|
|
|
|
|
this.btnPERIOD.TabStop = false;
|
|
|
|
|
this.btnPERIOD.Tag = "190";
|
|
|
|
|
this.btnPERIOD.Text = ".";
|
|
|
|
|
this.btnPERIOD.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// btnCOMMA
|
|
|
|
|
//
|
|
|
|
|
this.btnCOMMA.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.btnCOMMA.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.btnCOMMA.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.btnCOMMA.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.btnCOMMA.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.btnCOMMA.Location = new System.Drawing.Point(294, 127);
|
|
|
|
|
this.btnCOMMA.Name = "btnCOMMA";
|
|
|
|
|
this.btnCOMMA.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.btnCOMMA.TabIndex = 327;
|
|
|
|
|
this.btnCOMMA.TabStop = false;
|
|
|
|
|
this.btnCOMMA.Tag = "188";
|
|
|
|
|
this.btnCOMMA.Text = ",";
|
|
|
|
|
this.btnCOMMA.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// btnM
|
|
|
|
|
//
|
|
|
|
|
this.btnM.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.btnM.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.btnM.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.btnM.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.btnM.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.btnM.Location = new System.Drawing.Point(252, 127);
|
|
|
|
|
this.btnM.Name = "btnM";
|
|
|
|
|
this.btnM.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.btnM.TabIndex = 326;
|
|
|
|
|
this.btnM.TabStop = false;
|
|
|
|
|
this.btnM.Tag = "77";
|
|
|
|
|
this.btnM.Text = "m";
|
|
|
|
|
this.btnM.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// btnN
|
|
|
|
|
//
|
|
|
|
|
this.btnN.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.btnN.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.btnN.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.btnN.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.btnN.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.btnN.Location = new System.Drawing.Point(210, 127);
|
|
|
|
|
this.btnN.Name = "btnN";
|
|
|
|
|
this.btnN.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.btnN.TabIndex = 325;
|
|
|
|
|
this.btnN.TabStop = false;
|
|
|
|
|
this.btnN.Tag = "78";
|
|
|
|
|
this.btnN.Text = "n";
|
|
|
|
|
this.btnN.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// btnA
|
|
|
|
|
//
|
|
|
|
|
this.btnA.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.btnA.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.btnA.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.btnA.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.btnA.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.btnA.Location = new System.Drawing.Point(0, 84);
|
|
|
|
|
this.btnA.Name = "btnA";
|
|
|
|
|
this.btnA.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.btnA.TabIndex = 301;
|
|
|
|
|
this.btnA.TabStop = false;
|
|
|
|
|
this.btnA.Tag = "65";
|
|
|
|
|
this.btnA.Text = "a";
|
|
|
|
|
this.btnA.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// btnB
|
|
|
|
|
//
|
|
|
|
|
this.btnB.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.btnB.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.btnB.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.btnB.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.btnB.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.btnB.Location = new System.Drawing.Point(168, 127);
|
|
|
|
|
this.btnB.Name = "btnB";
|
|
|
|
|
this.btnB.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.btnB.TabIndex = 324;
|
|
|
|
|
this.btnB.TabStop = false;
|
|
|
|
|
this.btnB.Tag = "66";
|
|
|
|
|
this.btnB.Text = "b";
|
|
|
|
|
this.btnB.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// btnS
|
|
|
|
|
//
|
|
|
|
|
this.btnS.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.btnS.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.btnS.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.btnS.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.btnS.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.btnS.Location = new System.Drawing.Point(42, 84);
|
|
|
|
|
this.btnS.Name = "btnS";
|
|
|
|
|
this.btnS.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.btnS.TabIndex = 302;
|
|
|
|
|
this.btnS.TabStop = false;
|
|
|
|
|
this.btnS.Tag = "83";
|
|
|
|
|
this.btnS.Text = "s";
|
|
|
|
|
this.btnS.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// btnV
|
|
|
|
|
//
|
|
|
|
|
this.btnV.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.btnV.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.btnV.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.btnV.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.btnV.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.btnV.Location = new System.Drawing.Point(126, 127);
|
|
|
|
|
this.btnV.Name = "btnV";
|
|
|
|
|
this.btnV.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.btnV.TabIndex = 323;
|
|
|
|
|
this.btnV.TabStop = false;
|
|
|
|
|
this.btnV.Tag = "86";
|
|
|
|
|
this.btnV.Text = "v";
|
|
|
|
|
this.btnV.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// btnD
|
|
|
|
|
//
|
|
|
|
|
this.btnD.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.btnD.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.btnD.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.btnD.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.btnD.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.btnD.Location = new System.Drawing.Point(84, 84);
|
|
|
|
|
this.btnD.Name = "btnD";
|
|
|
|
|
this.btnD.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.btnD.TabIndex = 303;
|
|
|
|
|
this.btnD.TabStop = false;
|
|
|
|
|
this.btnD.Tag = "68";
|
|
|
|
|
this.btnD.Text = "d";
|
|
|
|
|
this.btnD.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// btnC
|
|
|
|
|
//
|
|
|
|
|
this.btnC.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.btnC.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.btnC.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.btnC.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.btnC.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.btnC.Location = new System.Drawing.Point(84, 127);
|
|
|
|
|
this.btnC.Name = "btnC";
|
|
|
|
|
this.btnC.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.btnC.TabIndex = 322;
|
|
|
|
|
this.btnC.TabStop = false;
|
|
|
|
|
this.btnC.Tag = "67";
|
|
|
|
|
this.btnC.Text = "c";
|
|
|
|
|
this.btnC.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// btnF
|
|
|
|
|
//
|
|
|
|
|
this.btnF.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.btnF.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.btnF.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.btnF.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.btnF.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.btnF.Location = new System.Drawing.Point(126, 84);
|
|
|
|
|
this.btnF.Name = "btnF";
|
|
|
|
|
this.btnF.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.btnF.TabIndex = 304;
|
|
|
|
|
this.btnF.TabStop = false;
|
|
|
|
|
this.btnF.Tag = "70";
|
|
|
|
|
this.btnF.Text = "f";
|
|
|
|
|
this.btnF.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// btnX
|
|
|
|
|
//
|
|
|
|
|
this.btnX.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.btnX.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.btnX.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.btnX.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.btnX.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.btnX.Location = new System.Drawing.Point(42, 127);
|
|
|
|
|
this.btnX.Name = "btnX";
|
|
|
|
|
this.btnX.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.btnX.TabIndex = 321;
|
|
|
|
|
this.btnX.TabStop = false;
|
|
|
|
|
this.btnX.Tag = "88";
|
|
|
|
|
this.btnX.Text = "x";
|
|
|
|
|
this.btnX.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// btnG
|
|
|
|
|
//
|
|
|
|
|
this.btnG.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.btnG.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.btnG.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.btnG.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.btnG.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.btnG.Location = new System.Drawing.Point(168, 85);
|
|
|
|
|
this.btnG.Name = "btnG";
|
|
|
|
|
this.btnG.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.btnG.TabIndex = 305;
|
|
|
|
|
this.btnG.TabStop = false;
|
|
|
|
|
this.btnG.Tag = "71";
|
|
|
|
|
this.btnG.Text = "g";
|
|
|
|
|
this.btnG.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// btnZ
|
|
|
|
|
//
|
|
|
|
|
this.btnZ.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.btnZ.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.btnZ.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.btnZ.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.btnZ.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.btnZ.Location = new System.Drawing.Point(0, 127);
|
|
|
|
|
this.btnZ.Name = "btnZ";
|
|
|
|
|
this.btnZ.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.btnZ.TabIndex = 320;
|
|
|
|
|
this.btnZ.TabStop = false;
|
|
|
|
|
this.btnZ.Tag = "90";
|
|
|
|
|
this.btnZ.Text = "z";
|
|
|
|
|
this.btnZ.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// button7
|
|
|
|
|
//
|
|
|
|
|
this.button7.BackColor = System.Drawing.Color.Gray;
|
|
|
|
|
this.button7.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.button7.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.button7.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.button7.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.button7.Location = new System.Drawing.Point(180, 223);
|
|
|
|
|
this.button7.Name = "button7";
|
|
|
|
|
this.button7.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.button7.TabIndex = 372;
|
|
|
|
|
this.button7.TabStop = false;
|
|
|
|
|
this.button7.Tag = "38";
|
|
|
|
|
this.button7.Text = "↑";
|
|
|
|
|
this.button7.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// btnH
|
|
|
|
|
//
|
|
|
|
|
this.btnH.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.btnH.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.btnH.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.btnH.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.btnH.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.btnH.Location = new System.Drawing.Point(210, 84);
|
|
|
|
|
this.btnH.Name = "btnH";
|
|
|
|
|
this.btnH.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.btnH.TabIndex = 306;
|
|
|
|
|
this.btnH.TabStop = false;
|
|
|
|
|
this.btnH.Tag = "72";
|
|
|
|
|
this.btnH.Text = "h";
|
|
|
|
|
this.btnH.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// button5
|
|
|
|
|
//
|
|
|
|
|
this.button5.BackColor = System.Drawing.Color.Gray;
|
|
|
|
|
this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.button5.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.button5.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.button5.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.button5.Location = new System.Drawing.Point(306, 223);
|
|
|
|
|
this.button5.Name = "button5";
|
|
|
|
|
this.button5.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.button5.TabIndex = 371;
|
|
|
|
|
this.button5.TabStop = false;
|
|
|
|
|
this.button5.Tag = "39";
|
|
|
|
|
this.button5.Text = "→";
|
|
|
|
|
this.button5.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// btnJ
|
|
|
|
|
//
|
|
|
|
|
this.btnJ.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.btnJ.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.btnJ.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.btnJ.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.btnJ.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.btnJ.Location = new System.Drawing.Point(252, 84);
|
|
|
|
|
this.btnJ.Name = "btnJ";
|
|
|
|
|
this.btnJ.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.btnJ.TabIndex = 307;
|
|
|
|
|
this.btnJ.TabStop = false;
|
|
|
|
|
this.btnJ.Tag = "74";
|
|
|
|
|
this.btnJ.Text = "j";
|
|
|
|
|
this.btnJ.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// button4
|
|
|
|
|
//
|
|
|
|
|
this.button4.BackColor = System.Drawing.Color.Gray;
|
|
|
|
|
this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.button4.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.button4.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.button4.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.button4.Location = new System.Drawing.Point(264, 223);
|
|
|
|
|
this.button4.Name = "button4";
|
|
|
|
|
this.button4.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.button4.TabIndex = 370;
|
|
|
|
|
this.button4.TabStop = false;
|
|
|
|
|
this.button4.Tag = "37";
|
|
|
|
|
this.button4.Text = "←";
|
|
|
|
|
this.button4.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// btnK
|
|
|
|
|
//
|
|
|
|
|
this.btnK.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.btnK.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.btnK.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.btnK.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.btnK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.btnK.Location = new System.Drawing.Point(294, 84);
|
|
|
|
|
this.btnK.Name = "btnK";
|
|
|
|
|
this.btnK.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.btnK.TabIndex = 308;
|
|
|
|
|
this.btnK.TabStop = false;
|
|
|
|
|
this.btnK.Tag = "75";
|
|
|
|
|
this.btnK.Text = "k";
|
|
|
|
|
this.btnK.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// button6
|
|
|
|
|
//
|
|
|
|
|
this.button6.BackColor = System.Drawing.Color.Gray;
|
|
|
|
|
this.button6.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.button6.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.button6.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.button6.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.button6.Location = new System.Drawing.Point(222, 223);
|
|
|
|
|
this.button6.Name = "button6";
|
|
|
|
|
this.button6.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.button6.TabIndex = 369;
|
|
|
|
|
this.button6.TabStop = false;
|
|
|
|
|
this.button6.Tag = "40";
|
|
|
|
|
this.button6.Text = "↓";
|
|
|
|
|
this.button6.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// btnL
|
|
|
|
|
//
|
|
|
|
|
this.btnL.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.btnL.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.btnL.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.btnL.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.btnL.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.btnL.Location = new System.Drawing.Point(336, 84);
|
|
|
|
|
this.btnL.Name = "btnL";
|
|
|
|
|
this.btnL.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.btnL.TabIndex = 309;
|
|
|
|
|
this.btnL.TabStop = false;
|
|
|
|
|
this.btnL.Tag = "76";
|
|
|
|
|
this.btnL.Text = "l";
|
|
|
|
|
this.btnL.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// btnSEMICOLON
|
|
|
|
|
//
|
|
|
|
|
this.btnSEMICOLON.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.btnSEMICOLON.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.btnSEMICOLON.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.btnSEMICOLON.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.btnSEMICOLON.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.btnSEMICOLON.Location = new System.Drawing.Point(378, 84);
|
|
|
|
|
this.btnSEMICOLON.Name = "btnSEMICOLON";
|
|
|
|
|
this.btnSEMICOLON.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.btnSEMICOLON.TabIndex = 310;
|
|
|
|
|
this.btnSEMICOLON.TabStop = false;
|
|
|
|
|
this.btnSEMICOLON.Tag = "186";
|
|
|
|
|
this.btnSEMICOLON.Text = ";";
|
|
|
|
|
this.btnSEMICOLON.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// btnCTRL
|
|
|
|
|
//
|
|
|
|
|
this.btnCTRL.BackColor = System.Drawing.Color.Gray;
|
|
|
|
|
this.btnCTRL.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.btnCTRL.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.btnCTRL.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.btnCTRL.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.btnCTRL.Location = new System.Drawing.Point(12, 223);
|
|
|
|
|
this.btnCTRL.Name = "btnCTRL";
|
|
|
|
|
this.btnCTRL.Size = new System.Drawing.Size(78, 36);
|
|
|
|
|
this.btnCTRL.TabIndex = 317;
|
|
|
|
|
this.btnCTRL.TabStop = false;
|
|
|
|
|
this.btnCTRL.Tag = "162";
|
|
|
|
|
this.btnCTRL.Text = "Ctrl";
|
|
|
|
|
this.btnCTRL.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// btnRETURN
|
|
|
|
|
//
|
|
|
|
|
this.btnRETURN.BackColor = System.Drawing.Color.Gray;
|
|
|
|
|
this.btnRETURN.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.btnRETURN.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.btnRETURN.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.btnRETURN.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.btnRETURN.Location = new System.Drawing.Point(348, 223);
|
|
|
|
|
this.btnRETURN.Name = "btnRETURN";
|
|
|
|
|
this.btnRETURN.Size = new System.Drawing.Size(78, 36);
|
|
|
|
|
this.btnRETURN.TabIndex = 316;
|
|
|
|
|
this.btnRETURN.TabStop = false;
|
|
|
|
|
this.btnRETURN.Tag = "13";
|
|
|
|
|
this.btnRETURN.Text = "Enter";
|
|
|
|
|
this.btnRETURN.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// btnExtra
|
|
|
|
|
//
|
|
|
|
|
this.btnExtra.BackColor = System.Drawing.Color.Gray;
|
|
|
|
|
this.btnExtra.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.btnExtra.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.btnExtra.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.btnExtra.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.btnExtra.Location = new System.Drawing.Point(96, 181);
|
|
|
|
|
this.btnExtra.Name = "btnExtra";
|
|
|
|
|
this.btnExtra.Size = new System.Drawing.Size(78, 36);
|
|
|
|
|
this.btnExtra.TabIndex = 373;
|
|
|
|
|
this.btnExtra.TabStop = false;
|
|
|
|
|
this.btnExtra.Tag = "";
|
|
|
|
|
this.btnExtra.Text = "&&%^";
|
|
|
|
|
this.btnExtra.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// button2
|
|
|
|
|
//
|
|
|
|
|
this.button2.BackColor = System.Drawing.Color.Gray;
|
|
|
|
|
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.button2.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.button2.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.button2.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.button2.Location = new System.Drawing.Point(96, 223);
|
|
|
|
|
this.button2.Name = "button2";
|
|
|
|
|
this.button2.Size = new System.Drawing.Size(78, 36);
|
|
|
|
|
this.button2.TabIndex = 374;
|
|
|
|
|
this.button2.TabStop = false;
|
|
|
|
|
this.button2.Tag = "";
|
|
|
|
|
this.button2.Text = "Tab";
|
|
|
|
|
this.button2.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// button3
|
|
|
|
|
//
|
|
|
|
|
this.button3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.button3.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.button3.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.button3.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.button3.Location = new System.Drawing.Point(0, 42);
|
|
|
|
|
this.button3.Name = "button3";
|
|
|
|
|
this.button3.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.button3.TabIndex = 375;
|
|
|
|
|
this.button3.TabStop = false;
|
|
|
|
|
this.button3.Tag = "81";
|
|
|
|
|
this.button3.Text = "`";
|
|
|
|
|
this.button3.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// button8
|
|
|
|
|
//
|
|
|
|
|
this.button8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.button8.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.button8.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.button8.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.button8.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.button8.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.button8.Name = "button8";
|
|
|
|
|
this.button8.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.button8.TabIndex = 414;
|
|
|
|
|
this.button8.TabStop = false;
|
|
|
|
|
this.button8.Tag = "49";
|
|
|
|
|
this.button8.Text = "!";
|
|
|
|
|
this.button8.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// button9
|
|
|
|
|
//
|
|
|
|
|
this.button9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.button9.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.button9.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.button9.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.button9.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.button9.Location = new System.Drawing.Point(42, 42);
|
|
|
|
|
this.button9.Name = "button9";
|
|
|
|
|
this.button9.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.button9.TabIndex = 376;
|
|
|
|
|
this.button9.TabStop = false;
|
|
|
|
|
this.button9.Tag = "87";
|
|
|
|
|
this.button9.Text = "~";
|
|
|
|
|
this.button9.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// button10
|
|
|
|
|
//
|
|
|
|
|
this.button10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.button10.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.button10.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.button10.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.button10.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.button10.Location = new System.Drawing.Point(378, 0);
|
|
|
|
|
this.button10.Name = "button10";
|
|
|
|
|
this.button10.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.button10.TabIndex = 413;
|
|
|
|
|
this.button10.TabStop = false;
|
|
|
|
|
this.button10.Tag = "48";
|
|
|
|
|
this.button10.Text = ")";
|
|
|
|
|
this.button10.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// button11
|
|
|
|
|
//
|
|
|
|
|
this.button11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.button11.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.button11.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.button11.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.button11.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.button11.Location = new System.Drawing.Point(336, 0);
|
|
|
|
|
this.button11.Name = "button11";
|
|
|
|
|
this.button11.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.button11.TabIndex = 412;
|
|
|
|
|
this.button11.TabStop = false;
|
|
|
|
|
this.button11.Tag = "57";
|
|
|
|
|
this.button11.Text = "(";
|
|
|
|
|
this.button11.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// button12
|
|
|
|
|
//
|
|
|
|
|
this.button12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.button12.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.button12.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.button12.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.button12.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.button12.Location = new System.Drawing.Point(294, 0);
|
|
|
|
|
this.button12.Name = "button12";
|
|
|
|
|
this.button12.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.button12.TabIndex = 411;
|
|
|
|
|
this.button12.TabStop = false;
|
|
|
|
|
this.button12.Tag = "56";
|
|
|
|
|
this.button12.Text = "*";
|
|
|
|
|
this.button12.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// button13
|
|
|
|
|
//
|
|
|
|
|
this.button13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.button13.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.button13.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.button13.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.button13.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.button13.Location = new System.Drawing.Point(252, 0);
|
|
|
|
|
this.button13.Name = "button13";
|
|
|
|
|
this.button13.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.button13.TabIndex = 410;
|
|
|
|
|
this.button13.TabStop = false;
|
|
|
|
|
this.button13.Tag = "55";
|
|
|
|
|
this.button13.Text = "&&";
|
|
|
|
|
this.button13.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// button14
|
|
|
|
|
//
|
|
|
|
|
this.button14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.button14.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.button14.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.button14.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.button14.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.button14.Location = new System.Drawing.Point(84, 42);
|
|
|
|
|
this.button14.Name = "button14";
|
|
|
|
|
this.button14.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.button14.TabIndex = 377;
|
|
|
|
|
this.button14.TabStop = false;
|
|
|
|
|
this.button14.Tag = "69";
|
|
|
|
|
this.button14.Text = "[";
|
|
|
|
|
this.button14.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// button15
|
|
|
|
|
//
|
|
|
|
|
this.button15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.button15.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.button15.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.button15.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.button15.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.button15.Location = new System.Drawing.Point(210, 0);
|
|
|
|
|
this.button15.Name = "button15";
|
|
|
|
|
this.button15.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.button15.TabIndex = 409;
|
|
|
|
|
this.button15.TabStop = false;
|
|
|
|
|
this.button15.Tag = "54";
|
|
|
|
|
this.button15.Text = "^";
|
|
|
|
|
this.button15.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// button16
|
|
|
|
|
//
|
|
|
|
|
this.button16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.button16.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.button16.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.button16.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.button16.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.button16.Location = new System.Drawing.Point(168, 0);
|
|
|
|
|
this.button16.Name = "button16";
|
|
|
|
|
this.button16.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.button16.TabIndex = 408;
|
|
|
|
|
this.button16.TabStop = false;
|
|
|
|
|
this.button16.Tag = "53";
|
|
|
|
|
this.button16.Text = "%";
|
|
|
|
|
this.button16.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// button17
|
|
|
|
|
//
|
|
|
|
|
this.button17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.button17.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.button17.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.button17.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.button17.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.button17.Location = new System.Drawing.Point(126, 42);
|
|
|
|
|
this.button17.Name = "button17";
|
|
|
|
|
this.button17.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.button17.TabIndex = 378;
|
|
|
|
|
this.button17.TabStop = false;
|
|
|
|
|
this.button17.Tag = "82";
|
|
|
|
|
this.button17.Text = "]";
|
|
|
|
|
this.button17.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// button18
|
|
|
|
|
//
|
|
|
|
|
this.button18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.button18.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.button18.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.button18.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.button18.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.button18.Location = new System.Drawing.Point(126, 0);
|
|
|
|
|
this.button18.Name = "button18";
|
|
|
|
|
this.button18.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.button18.TabIndex = 407;
|
|
|
|
|
this.button18.TabStop = false;
|
|
|
|
|
this.button18.Tag = "52";
|
|
|
|
|
this.button18.Text = "$";
|
|
|
|
|
this.button18.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// button19
|
|
|
|
|
//
|
|
|
|
|
this.button19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.button19.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.button19.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.button19.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.button19.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.button19.Location = new System.Drawing.Point(168, 43);
|
|
|
|
|
this.button19.Name = "button19";
|
|
|
|
|
this.button19.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.button19.TabIndex = 379;
|
|
|
|
|
this.button19.TabStop = false;
|
|
|
|
|
this.button19.Tag = "84";
|
|
|
|
|
this.button19.Text = "{";
|
|
|
|
|
this.button19.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// button20
|
|
|
|
|
//
|
|
|
|
|
this.button20.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.button20.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.button20.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.button20.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.button20.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.button20.Location = new System.Drawing.Point(84, 0);
|
|
|
|
|
this.button20.Name = "button20";
|
|
|
|
|
this.button20.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.button20.TabIndex = 406;
|
|
|
|
|
this.button20.TabStop = false;
|
|
|
|
|
this.button20.Tag = "51";
|
|
|
|
|
this.button20.Text = "#";
|
|
|
|
|
this.button20.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// button21
|
|
|
|
|
//
|
|
|
|
|
this.button21.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.button21.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.button21.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.button21.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.button21.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.button21.Location = new System.Drawing.Point(210, 42);
|
|
|
|
|
this.button21.Name = "button21";
|
|
|
|
|
this.button21.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.button21.TabIndex = 380;
|
|
|
|
|
this.button21.TabStop = false;
|
|
|
|
|
this.button21.Tag = "89";
|
|
|
|
|
this.button21.Text = "}";
|
|
|
|
|
this.button21.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// button22
|
|
|
|
|
//
|
|
|
|
|
this.button22.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.button22.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.button22.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.button22.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.button22.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.button22.Location = new System.Drawing.Point(42, 0);
|
|
|
|
|
this.button22.Name = "button22";
|
|
|
|
|
this.button22.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.button22.TabIndex = 405;
|
|
|
|
|
this.button22.TabStop = false;
|
|
|
|
|
this.button22.Tag = "50";
|
|
|
|
|
this.button22.Text = "@";
|
|
|
|
|
this.button22.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// button23
|
|
|
|
|
//
|
|
|
|
|
this.button23.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.button23.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.button23.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.button23.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.button23.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.button23.Location = new System.Drawing.Point(252, 42);
|
|
|
|
|
this.button23.Name = "button23";
|
|
|
|
|
this.button23.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.button23.TabIndex = 381;
|
|
|
|
|
this.button23.TabStop = false;
|
|
|
|
|
this.button23.Tag = "85";
|
|
|
|
|
this.button23.Text = "\\";
|
|
|
|
|
this.button23.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// button24
|
|
|
|
|
//
|
|
|
|
|
this.button24.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.button24.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.button24.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.button24.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.button24.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.button24.Location = new System.Drawing.Point(294, 42);
|
|
|
|
|
this.button24.Name = "button24";
|
|
|
|
|
this.button24.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.button24.TabIndex = 382;
|
|
|
|
|
this.button24.TabStop = false;
|
|
|
|
|
this.button24.Tag = "73";
|
|
|
|
|
this.button24.Text = "|";
|
|
|
|
|
this.button24.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// button25
|
|
|
|
|
//
|
|
|
|
|
this.button25.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.button25.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.button25.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.button25.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.button25.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.button25.Location = new System.Drawing.Point(336, 42);
|
|
|
|
|
this.button25.Name = "button25";
|
|
|
|
|
this.button25.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.button25.TabIndex = 383;
|
|
|
|
|
this.button25.TabStop = false;
|
|
|
|
|
this.button25.Tag = "79";
|
|
|
|
|
this.button25.Text = ":";
|
|
|
|
|
this.button25.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// button26
|
|
|
|
|
//
|
|
|
|
|
this.button26.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.button26.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.button26.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.button26.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.button26.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.button26.Location = new System.Drawing.Point(378, 42);
|
|
|
|
|
this.button26.Name = "button26";
|
|
|
|
|
this.button26.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.button26.TabIndex = 384;
|
|
|
|
|
this.button26.TabStop = false;
|
|
|
|
|
this.button26.Tag = "80";
|
|
|
|
|
this.button26.Text = "\"";
|
|
|
|
|
this.button26.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// button27
|
|
|
|
|
//
|
|
|
|
|
this.button27.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.button27.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.button27.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.button27.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.button27.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.button27.Location = new System.Drawing.Point(378, 127);
|
|
|
|
|
this.button27.Name = "button27";
|
|
|
|
|
this.button27.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.button27.TabIndex = 404;
|
|
|
|
|
this.button27.TabStop = false;
|
|
|
|
|
this.button27.Tag = "191";
|
|
|
|
|
this.button27.Text = "?";
|
|
|
|
|
this.button27.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// button28
|
|
|
|
|
//
|
|
|
|
|
this.button28.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.button28.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.button28.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.button28.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.button28.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.button28.Location = new System.Drawing.Point(336, 127);
|
|
|
|
|
this.button28.Name = "button28";
|
|
|
|
|
this.button28.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.button28.TabIndex = 403;
|
|
|
|
|
this.button28.TabStop = false;
|
|
|
|
|
this.button28.Tag = "190";
|
|
|
|
|
this.button28.Text = ".";
|
|
|
|
|
this.button28.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// button29
|
|
|
|
|
//
|
|
|
|
|
this.button29.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.button29.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.button29.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.button29.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.button29.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.button29.Location = new System.Drawing.Point(294, 127);
|
|
|
|
|
this.button29.Name = "button29";
|
|
|
|
|
this.button29.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.button29.TabIndex = 402;
|
|
|
|
|
this.button29.TabStop = false;
|
|
|
|
|
this.button29.Tag = "188";
|
|
|
|
|
this.button29.Text = ",";
|
|
|
|
|
this.button29.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// button30
|
|
|
|
|
//
|
|
|
|
|
this.button30.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.button30.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.button30.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.button30.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.button30.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.button30.Location = new System.Drawing.Point(252, 127);
|
|
|
|
|
this.button30.Name = "button30";
|
|
|
|
|
this.button30.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.button30.TabIndex = 401;
|
|
|
|
|
this.button30.TabStop = false;
|
|
|
|
|
this.button30.Tag = "77";
|
|
|
|
|
this.button30.Text = ";";
|
|
|
|
|
this.button30.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// button31
|
|
|
|
|
//
|
|
|
|
|
this.button31.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.button31.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.button31.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.button31.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.button31.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.button31.Location = new System.Drawing.Point(210, 127);
|
|
|
|
|
this.button31.Name = "button31";
|
|
|
|
|
this.button31.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.button31.TabIndex = 400;
|
|
|
|
|
this.button31.TabStop = false;
|
|
|
|
|
this.button31.Tag = "78";
|
|
|
|
|
this.button31.Text = ":";
|
|
|
|
|
this.button31.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// button32
|
|
|
|
|
//
|
|
|
|
|
this.button32.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.button32.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.button32.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.button32.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.button32.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.button32.Location = new System.Drawing.Point(0, 84);
|
|
|
|
|
this.button32.Name = "button32";
|
|
|
|
|
this.button32.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.button32.TabIndex = 385;
|
|
|
|
|
this.button32.TabStop = false;
|
|
|
|
|
this.button32.Tag = "65";
|
|
|
|
|
this.button32.Text = "<";
|
|
|
|
|
this.button32.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// button33
|
|
|
|
|
//
|
|
|
|
|
this.button33.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.button33.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.button33.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.button33.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.button33.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.button33.Location = new System.Drawing.Point(168, 127);
|
|
|
|
|
this.button33.Name = "button33";
|
|
|
|
|
this.button33.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.button33.TabIndex = 399;
|
|
|
|
|
this.button33.TabStop = false;
|
|
|
|
|
this.button33.Tag = "66";
|
|
|
|
|
this.button33.Text = "€";
|
|
|
|
|
this.button33.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// button35
|
|
|
|
|
//
|
|
|
|
|
this.button35.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.button35.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.button35.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.button35.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.button35.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.button35.Location = new System.Drawing.Point(42, 84);
|
|
|
|
|
this.button35.Name = "button35";
|
|
|
|
|
this.button35.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.button35.TabIndex = 386;
|
|
|
|
|
this.button35.TabStop = false;
|
|
|
|
|
this.button35.Tag = "83";
|
|
|
|
|
this.button35.Text = ">";
|
|
|
|
|
this.button35.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// button36
|
|
|
|
|
//
|
|
|
|
|
this.button36.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.button36.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.button36.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.button36.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.button36.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.button36.Location = new System.Drawing.Point(126, 127);
|
|
|
|
|
this.button36.Name = "button36";
|
|
|
|
|
this.button36.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.button36.TabIndex = 398;
|
|
|
|
|
this.button36.TabStop = false;
|
|
|
|
|
this.button36.Tag = "86";
|
|
|
|
|
this.button36.Text = "£";
|
|
|
|
|
this.button36.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// button37
|
|
|
|
|
//
|
|
|
|
|
this.button37.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.button37.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.button37.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.button37.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.button37.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.button37.Location = new System.Drawing.Point(84, 84);
|
|
|
|
|
this.button37.Name = "button37";
|
|
|
|
|
this.button37.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.button37.TabIndex = 387;
|
|
|
|
|
this.button37.TabStop = false;
|
|
|
|
|
this.button37.Tag = "68";
|
|
|
|
|
this.button37.Text = "-";
|
|
|
|
|
this.button37.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// button38
|
|
|
|
|
//
|
|
|
|
|
this.button38.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.button38.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.button38.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.button38.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.button38.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.button38.Location = new System.Drawing.Point(84, 127);
|
|
|
|
|
this.button38.Name = "button38";
|
|
|
|
|
this.button38.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.button38.TabIndex = 397;
|
|
|
|
|
this.button38.TabStop = false;
|
|
|
|
|
this.button38.Tag = "67";
|
|
|
|
|
this.button38.Text = "½";
|
|
|
|
|
this.button38.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// button39
|
|
|
|
|
//
|
|
|
|
|
this.button39.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.button39.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.button39.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.button39.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.button39.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.button39.Location = new System.Drawing.Point(126, 84);
|
|
|
|
|
this.button39.Name = "button39";
|
|
|
|
|
this.button39.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.button39.TabIndex = 388;
|
|
|
|
|
this.button39.TabStop = false;
|
|
|
|
|
this.button39.Tag = "70";
|
|
|
|
|
this.button39.Text = "=";
|
|
|
|
|
this.button39.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// button40
|
|
|
|
|
//
|
|
|
|
|
this.button40.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.button40.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.button40.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.button40.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.button40.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.button40.Location = new System.Drawing.Point(42, 127);
|
|
|
|
|
this.button40.Name = "button40";
|
|
|
|
|
this.button40.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.button40.TabIndex = 396;
|
|
|
|
|
this.button40.TabStop = false;
|
|
|
|
|
this.button40.Tag = "88";
|
|
|
|
|
this.button40.Text = "µ";
|
|
|
|
|
this.button40.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// button41
|
|
|
|
|
//
|
|
|
|
|
this.button41.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.button41.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.button41.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.button41.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.button41.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.button41.Location = new System.Drawing.Point(168, 85);
|
|
|
|
|
this.button41.Name = "button41";
|
|
|
|
|
this.button41.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.button41.TabIndex = 389;
|
|
|
|
|
this.button41.TabStop = false;
|
|
|
|
|
this.button41.Tag = "71";
|
|
|
|
|
this.button41.Text = "_";
|
|
|
|
|
this.button41.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// button42
|
|
|
|
|
//
|
|
|
|
|
this.button42.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.button42.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.button42.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.button42.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.button42.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.button42.Location = new System.Drawing.Point(0, 127);
|
|
|
|
|
this.button42.Name = "button42";
|
|
|
|
|
this.button42.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.button42.TabIndex = 395;
|
|
|
|
|
this.button42.TabStop = false;
|
|
|
|
|
this.button42.Tag = "90";
|
|
|
|
|
this.button42.Text = "©";
|
|
|
|
|
this.button42.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// button43
|
|
|
|
|
//
|
|
|
|
|
this.button43.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.button43.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.button43.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.button43.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.button43.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.button43.Location = new System.Drawing.Point(210, 84);
|
|
|
|
|
this.button43.Name = "button43";
|
|
|
|
|
this.button43.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.button43.TabIndex = 390;
|
|
|
|
|
this.button43.TabStop = false;
|
|
|
|
|
this.button43.Tag = "72";
|
|
|
|
|
this.button43.Text = "+";
|
|
|
|
|
this.button43.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// button44
|
|
|
|
|
//
|
|
|
|
|
this.button44.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.button44.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.button44.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.button44.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.button44.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.button44.Location = new System.Drawing.Point(252, 84);
|
|
|
|
|
this.button44.Name = "button44";
|
|
|
|
|
this.button44.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.button44.TabIndex = 391;
|
|
|
|
|
this.button44.TabStop = false;
|
|
|
|
|
this.button44.Tag = "74";
|
|
|
|
|
this.button44.Text = "j";
|
|
|
|
|
this.button44.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// button45
|
|
|
|
|
//
|
|
|
|
|
this.button45.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.button45.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.button45.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.button45.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.button45.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.button45.Location = new System.Drawing.Point(294, 84);
|
|
|
|
|
this.button45.Name = "button45";
|
|
|
|
|
this.button45.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.button45.TabIndex = 392;
|
|
|
|
|
this.button45.TabStop = false;
|
|
|
|
|
this.button45.Tag = "75";
|
|
|
|
|
this.button45.Text = "k";
|
|
|
|
|
this.button45.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// button46
|
|
|
|
|
//
|
|
|
|
|
this.button46.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.button46.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.button46.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.button46.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.button46.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.button46.Location = new System.Drawing.Point(336, 84);
|
|
|
|
|
this.button46.Name = "button46";
|
|
|
|
|
this.button46.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.button46.TabIndex = 393;
|
|
|
|
|
this.button46.TabStop = false;
|
|
|
|
|
this.button46.Tag = "76";
|
|
|
|
|
this.button46.Text = "l";
|
|
|
|
|
this.button46.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// button47
|
|
|
|
|
//
|
|
|
|
|
this.button47.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
|
|
|
this.button47.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
|
|
this.button47.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.button47.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.button47.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
|
|
this.button47.Location = new System.Drawing.Point(378, 84);
|
|
|
|
|
this.button47.Name = "button47";
|
|
|
|
|
this.button47.Size = new System.Drawing.Size(36, 36);
|
|
|
|
|
this.button47.TabIndex = 394;
|
|
|
|
|
this.button47.TabStop = false;
|
|
|
|
|
this.button47.Tag = "186";
|
|
|
|
|
this.button47.Text = ";";
|
|
|
|
|
this.button47.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// pnlKeys
|
|
|
|
|
//
|
|
|
|
|
this.pnlKeys.Controls.Add(this.btn1);
|
|
|
|
|
this.pnlKeys.Controls.Add(this.btnSEMICOLON);
|
|
|
|
|
this.pnlKeys.Controls.Add(this.btnL);
|
|
|
|
|
this.pnlKeys.Controls.Add(this.btnK);
|
|
|
|
|
this.pnlKeys.Controls.Add(this.btnJ);
|
|
|
|
|
this.pnlKeys.Controls.Add(this.btnH);
|
|
|
|
|
this.pnlKeys.Controls.Add(this.btnZ);
|
|
|
|
|
this.pnlKeys.Controls.Add(this.btnG);
|
|
|
|
|
this.pnlKeys.Controls.Add(this.btnX);
|
|
|
|
|
this.pnlKeys.Controls.Add(this.btnF);
|
|
|
|
|
this.pnlKeys.Controls.Add(this.btnC);
|
|
|
|
|
this.pnlKeys.Controls.Add(this.btnD);
|
|
|
|
|
this.pnlKeys.Controls.Add(this.btnV);
|
|
|
|
|
this.pnlKeys.Controls.Add(this.btnS);
|
|
|
|
|
this.pnlKeys.Controls.Add(this.btnB);
|
|
|
|
|
this.pnlKeys.Controls.Add(this.btnA);
|
|
|
|
|
this.pnlKeys.Controls.Add(this.btnN);
|
|
|
|
|
this.pnlKeys.Controls.Add(this.btnM);
|
|
|
|
|
this.pnlKeys.Controls.Add(this.btnCOMMA);
|
|
|
|
|
this.pnlKeys.Controls.Add(this.btnPERIOD);
|
|
|
|
|
this.pnlKeys.Controls.Add(this.btnSLASH);
|
|
|
|
|
this.pnlKeys.Controls.Add(this.btnP);
|
|
|
|
|
this.pnlKeys.Controls.Add(this.btnO);
|
|
|
|
|
this.pnlKeys.Controls.Add(this.btnI);
|
|
|
|
|
this.pnlKeys.Controls.Add(this.btnU);
|
|
|
|
|
this.pnlKeys.Controls.Add(this.btn2);
|
|
|
|
|
this.pnlKeys.Controls.Add(this.btnY);
|
|
|
|
|
this.pnlKeys.Controls.Add(this.btn3);
|
|
|
|
|
this.pnlKeys.Controls.Add(this.btnT);
|
|
|
|
|
this.pnlKeys.Controls.Add(this.btn4);
|
|
|
|
|
this.pnlKeys.Controls.Add(this.btnR);
|
|
|
|
|
this.pnlKeys.Controls.Add(this.btn5);
|
|
|
|
|
this.pnlKeys.Controls.Add(this.btn6);
|
|
|
|
|
this.pnlKeys.Controls.Add(this.btnE);
|
|
|
|
|
this.pnlKeys.Controls.Add(this.btn7);
|
|
|
|
|
this.pnlKeys.Controls.Add(this.btn8);
|
|
|
|
|
this.pnlKeys.Controls.Add(this.btn9);
|
|
|
|
|
this.pnlKeys.Controls.Add(this.btn0);
|
|
|
|
|
this.pnlKeys.Controls.Add(this.btnW);
|
|
|
|
|
this.pnlKeys.Controls.Add(this.btnQ);
|
|
|
|
|
this.pnlKeys.Location = new System.Drawing.Point(12, 12);
|
|
|
|
|
this.pnlKeys.Name = "pnlKeys";
|
|
|
|
|
this.pnlKeys.Size = new System.Drawing.Size(414, 168);
|
|
|
|
|
this.pnlKeys.TabIndex = 415;
|
|
|
|
|
//
|
|
|
|
|
// pnlExtra
|
|
|
|
|
//
|
|
|
|
|
this.pnlExtra.Controls.Add(this.button8);
|
|
|
|
|
this.pnlExtra.Controls.Add(this.button47);
|
|
|
|
|
this.pnlExtra.Controls.Add(this.button3);
|
|
|
|
|
this.pnlExtra.Controls.Add(this.button46);
|
|
|
|
|
this.pnlExtra.Controls.Add(this.button45);
|
|
|
|
|
this.pnlExtra.Controls.Add(this.button9);
|
|
|
|
|
this.pnlExtra.Controls.Add(this.button44);
|
|
|
|
|
this.pnlExtra.Controls.Add(this.button10);
|
|
|
|
|
this.pnlExtra.Controls.Add(this.button43);
|
|
|
|
|
this.pnlExtra.Controls.Add(this.button11);
|
|
|
|
|
this.pnlExtra.Controls.Add(this.button42);
|
|
|
|
|
this.pnlExtra.Controls.Add(this.button12);
|
|
|
|
|
this.pnlExtra.Controls.Add(this.button41);
|
|
|
|
|
this.pnlExtra.Controls.Add(this.button13);
|
|
|
|
|
this.pnlExtra.Controls.Add(this.button40);
|
|
|
|
|
this.pnlExtra.Controls.Add(this.button14);
|
|
|
|
|
this.pnlExtra.Controls.Add(this.button39);
|
|
|
|
|
this.pnlExtra.Controls.Add(this.button15);
|
|
|
|
|
this.pnlExtra.Controls.Add(this.button38);
|
|
|
|
|
this.pnlExtra.Controls.Add(this.button16);
|
|
|
|
|
this.pnlExtra.Controls.Add(this.button37);
|
|
|
|
|
this.pnlExtra.Controls.Add(this.button17);
|
|
|
|
|
this.pnlExtra.Controls.Add(this.button36);
|
|
|
|
|
this.pnlExtra.Controls.Add(this.button18);
|
|
|
|
|
this.pnlExtra.Controls.Add(this.button35);
|
|
|
|
|
this.pnlExtra.Controls.Add(this.button19);
|
|
|
|
|
this.pnlExtra.Controls.Add(this.button33);
|
|
|
|
|
this.pnlExtra.Controls.Add(this.button20);
|
|
|
|
|
this.pnlExtra.Controls.Add(this.button32);
|
|
|
|
|
this.pnlExtra.Controls.Add(this.button21);
|
|
|
|
|
this.pnlExtra.Controls.Add(this.button31);
|
|
|
|
|
this.pnlExtra.Controls.Add(this.button22);
|
|
|
|
|
this.pnlExtra.Controls.Add(this.button30);
|
|
|
|
|
this.pnlExtra.Controls.Add(this.button23);
|
|
|
|
|
this.pnlExtra.Controls.Add(this.button29);
|
|
|
|
|
this.pnlExtra.Controls.Add(this.button24);
|
|
|
|
|
this.pnlExtra.Controls.Add(this.button28);
|
|
|
|
|
this.pnlExtra.Controls.Add(this.button25);
|
|
|
|
|
this.pnlExtra.Controls.Add(this.button27);
|
|
|
|
|
this.pnlExtra.Controls.Add(this.button26);
|
|
|
|
|
this.pnlExtra.Location = new System.Drawing.Point(442, 12);
|
|
|
|
|
this.pnlExtra.Name = "pnlExtra";
|
|
|
|
|
this.pnlExtra.Size = new System.Drawing.Size(414, 168);
|
|
|
|
|
this.pnlExtra.TabIndex = 416;
|
|
|
|
|
//
|
|
|
|
|
// DS4Keyboard
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.BackColor = System.Drawing.SystemColors.Desktop;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(436, 273);
|
|
|
|
|
this.Controls.Add(this.pnlExtra);
|
|
|
|
|
this.Controls.Add(this.pnlKeys);
|
|
|
|
|
this.Controls.Add(this.button2);
|
|
|
|
|
this.Controls.Add(this.btnExtra);
|
|
|
|
|
this.Controls.Add(this.btnBACKSPACE);
|
|
|
|
|
this.Controls.Add(this.btnSPACE);
|
|
|
|
|
this.Controls.Add(this.btnSHIFT);
|
|
|
|
|
this.Controls.Add(this.button7);
|
|
|
|
|
this.Controls.Add(this.button5);
|
|
|
|
|
this.Controls.Add(this.button4);
|
|
|
|
|
this.Controls.Add(this.button6);
|
|
|
|
|
this.Controls.Add(this.btnCTRL);
|
|
|
|
|
this.Controls.Add(this.btnRETURN);
|
|
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
|
|
this.Name = "DS4Keyboard";
|
|
|
|
|
this.Text = "DS4Keyboard";
|
|
|
|
|
this.pnlKeys.ResumeLayout(false);
|
|
|
|
|
this.pnlExtra.ResumeLayout(false);
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.Button btnQ;
|
|
|
|
|
private System.Windows.Forms.Button btn1;
|
|
|
|
|
private System.Windows.Forms.Button btnBACKSPACE;
|
|
|
|
|
private System.Windows.Forms.Button btnW;
|
|
|
|
|
private System.Windows.Forms.Button btn0;
|
|
|
|
|
private System.Windows.Forms.Button btn9;
|
|
|
|
|
private System.Windows.Forms.Button btn8;
|
|
|
|
|
private System.Windows.Forms.Button btn7;
|
|
|
|
|
private System.Windows.Forms.Button btnE;
|
|
|
|
|
private System.Windows.Forms.Button btn6;
|
|
|
|
|
private System.Windows.Forms.Button btn5;
|
|
|
|
|
private System.Windows.Forms.Button btnR;
|
|
|
|
|
private System.Windows.Forms.Button btn4;
|
|
|
|
|
private System.Windows.Forms.Button btnT;
|
|
|
|
|
private System.Windows.Forms.Button btn3;
|
|
|
|
|
private System.Windows.Forms.Button btnY;
|
|
|
|
|
private System.Windows.Forms.Button btn2;
|
|
|
|
|
private System.Windows.Forms.Button btnU;
|
|
|
|
|
private System.Windows.Forms.Button btnSPACE;
|
|
|
|
|
private System.Windows.Forms.Button btnI;
|
|
|
|
|
private System.Windows.Forms.Button btnSHIFT;
|
|
|
|
|
private System.Windows.Forms.Button btnO;
|
|
|
|
|
private System.Windows.Forms.Button btnP;
|
|
|
|
|
private System.Windows.Forms.Button btnSLASH;
|
|
|
|
|
private System.Windows.Forms.Button btnPERIOD;
|
|
|
|
|
private System.Windows.Forms.Button btnCOMMA;
|
|
|
|
|
private System.Windows.Forms.Button btnM;
|
|
|
|
|
private System.Windows.Forms.Button btnN;
|
|
|
|
|
private System.Windows.Forms.Button btnA;
|
|
|
|
|
private System.Windows.Forms.Button btnB;
|
|
|
|
|
private System.Windows.Forms.Button btnS;
|
|
|
|
|
private System.Windows.Forms.Button btnV;
|
|
|
|
|
private System.Windows.Forms.Button btnD;
|
|
|
|
|
private System.Windows.Forms.Button btnC;
|
|
|
|
|
private System.Windows.Forms.Button btnF;
|
|
|
|
|
private System.Windows.Forms.Button btnX;
|
|
|
|
|
private System.Windows.Forms.Button btnG;
|
|
|
|
|
private System.Windows.Forms.Button btnZ;
|
|
|
|
|
private System.Windows.Forms.Button button7;
|
|
|
|
|
private System.Windows.Forms.Button btnH;
|
|
|
|
|
private System.Windows.Forms.Button button5;
|
|
|
|
|
private System.Windows.Forms.Button btnJ;
|
|
|
|
|
private System.Windows.Forms.Button button4;
|
|
|
|
|
private System.Windows.Forms.Button btnK;
|
|
|
|
|
private System.Windows.Forms.Button button6;
|
|
|
|
|
private System.Windows.Forms.Button btnL;
|
|
|
|
|
private System.Windows.Forms.Button btnSEMICOLON;
|
|
|
|
|
private System.Windows.Forms.Button btnCTRL;
|
|
|
|
|
private System.Windows.Forms.Button btnRETURN;
|
|
|
|
|
private System.Windows.Forms.Button btnExtra;
|
|
|
|
|
private System.Windows.Forms.Button button2;
|
|
|
|
|
private System.Windows.Forms.Button button3;
|
|
|
|
|
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 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 button41;
|
|
|
|
|
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;
|
|
|
|
|
private System.Windows.Forms.Button button47;
|
|
|
|
|
private System.Windows.Forms.Panel pnlKeys;
|
|
|
|
|
private System.Windows.Forms.Panel pnlExtra;
|
|
|
|
|
}
|
|
|
|
|
}
|