mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-23 01:39:17 +01:00
7e4d8b7606
Touchpad macros now work without also clicking) Mouse Buttons are now toggleable Version 8 More mapping options! Toggle option: Press a button once and the key will be held down until the button is pressed again Macro option: Assign multiple keys or mouse buttons to a single button! Just check Macro and select the buttons in the order you want them to be pressed (maximum 5) Light bar even closer to default bluetooth when stopping When disconnecting Controller via PS button and Options, if PS is assigned to a key or keys, the key is let go. If Idle timeout is on, the light bar idles fades when fully charged (but doesn't disconnect) DS4 Icon always shows, notifications only at startup, and when the main window is unfocused. In options the tap, scroll, and slide are unchecked at start if any of them were turned off before For always rainbow mode, the cycle goes in reverse when charging, remains dim if checked. Version 7.8 Mouse Sensitivity now works with analog sticks as well as buttons and triggers Option for using the controller input to change it's mapping in options Fix for lightbar not remembering the color Disable edit/delete buttons until controllers finish connecting
2096 lines
91 KiB
C#
2096 lines
91 KiB
C#
namespace ScpServer
|
|
{
|
|
partial class KBM360
|
|
{
|
|
/// <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.lBTip = new System.Windows.Forms.Label();
|
|
this.cbScanCode = new System.Windows.Forms.CheckBox();
|
|
this.button7 = new System.Windows.Forms.Button();
|
|
this.button5 = new System.Windows.Forms.Button();
|
|
this.button4 = new System.Windows.Forms.Button();
|
|
this.button6 = new System.Windows.Forms.Button();
|
|
this.btnNUMDOT = new System.Windows.Forms.Button();
|
|
this.btnNUM3 = new System.Windows.Forms.Button();
|
|
this.btnNUM2 = new System.Windows.Forms.Button();
|
|
this.btnNUM0 = new System.Windows.Forms.Button();
|
|
this.btnNUM6 = new System.Windows.Forms.Button();
|
|
this.btnNUM1 = new System.Windows.Forms.Button();
|
|
this.btnNUM5 = new System.Windows.Forms.Button();
|
|
this.btnNUM4 = new System.Windows.Forms.Button();
|
|
this.btnNUMENTER = new System.Windows.Forms.Button();
|
|
this.btnNUMPLUS = new System.Windows.Forms.Button();
|
|
this.btnNUMMINUS = new System.Windows.Forms.Button();
|
|
this.btnNUM9 = new System.Windows.Forms.Button();
|
|
this.btnNUMSTAR = new System.Windows.Forms.Button();
|
|
this.btnNUM8 = new System.Windows.Forms.Button();
|
|
this.btnNUMSLASH = new System.Windows.Forms.Button();
|
|
this.btnNUM7 = new System.Windows.Forms.Button();
|
|
this.btnNUMLOCK = new System.Windows.Forms.Button();
|
|
this.btnESC = new System.Windows.Forms.Button();
|
|
this.btnTILDE = new System.Windows.Forms.Button();
|
|
this.btnF11 = new System.Windows.Forms.Button();
|
|
this.btnF10 = new System.Windows.Forms.Button();
|
|
this.btnF12 = new System.Windows.Forms.Button();
|
|
this.btnBREAK = new System.Windows.Forms.Button();
|
|
this.button35 = new System.Windows.Forms.Button();
|
|
this.button39 = new System.Windows.Forms.Button();
|
|
this.button38 = new System.Windows.Forms.Button();
|
|
this.bnPREVTRACK = new System.Windows.Forms.Button();
|
|
this.bnNEXTTRACK = new System.Windows.Forms.Button();
|
|
this.bnPLAYPAUSE = new System.Windows.Forms.Button();
|
|
this.bnSTOP = new System.Windows.Forms.Button();
|
|
this.button34 = new System.Windows.Forms.Button();
|
|
this.btnSCL = new System.Windows.Forms.Button();
|
|
this.btnDEL = new System.Windows.Forms.Button();
|
|
this.btnEND = new System.Windows.Forms.Button();
|
|
this.btnPGDN = new System.Windows.Forms.Button();
|
|
this.btnPGUP = new System.Windows.Forms.Button();
|
|
this.btnHOME = new System.Windows.Forms.Button();
|
|
this.btnINS = new System.Windows.Forms.Button();
|
|
this.btnF9 = new System.Windows.Forms.Button();
|
|
this.btnF8 = new System.Windows.Forms.Button();
|
|
this.btnF7 = new System.Windows.Forms.Button();
|
|
this.btnF6 = new System.Windows.Forms.Button();
|
|
this.btnF5 = new System.Windows.Forms.Button();
|
|
this.btnF4 = new System.Windows.Forms.Button();
|
|
this.btnF3 = new System.Windows.Forms.Button();
|
|
this.btnF2 = new System.Windows.Forms.Button();
|
|
this.btnF1 = new System.Windows.Forms.Button();
|
|
this.btn1 = new System.Windows.Forms.Button();
|
|
this.btnBACKSPACE = new System.Windows.Forms.Button();
|
|
this.btnEQUALS = new System.Windows.Forms.Button();
|
|
this.btnMINUS = 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.btn6 = new System.Windows.Forms.Button();
|
|
this.btn5 = new System.Windows.Forms.Button();
|
|
this.btn4 = new System.Windows.Forms.Button();
|
|
this.btn3 = new System.Windows.Forms.Button();
|
|
this.btn2 = new System.Windows.Forms.Button();
|
|
this.btnSPACE = new System.Windows.Forms.Button();
|
|
this.btnLSHIFT = new System.Windows.Forms.Button();
|
|
this.btnRSHIFT = 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.btnB = new System.Windows.Forms.Button();
|
|
this.btnV = new System.Windows.Forms.Button();
|
|
this.btnC = new System.Windows.Forms.Button();
|
|
this.btnX = new System.Windows.Forms.Button();
|
|
this.btnZ = new System.Windows.Forms.Button();
|
|
this.btnRALT = new System.Windows.Forms.Button();
|
|
this.button36 = new System.Windows.Forms.Button();
|
|
this.btnWINDOWS = new System.Windows.Forms.Button();
|
|
this.btnLALT = new System.Windows.Forms.Button();
|
|
this.btnRCTRL = new System.Windows.Forms.Button();
|
|
this.btnLCTRL = new System.Windows.Forms.Button();
|
|
this.btnCAPS = new System.Windows.Forms.Button();
|
|
this.btnRETURN = new System.Windows.Forms.Button();
|
|
this.btnAPOSTROPHE = new System.Windows.Forms.Button();
|
|
this.btnSEMICOLON = new System.Windows.Forms.Button();
|
|
this.btnL = new System.Windows.Forms.Button();
|
|
this.btnK = new System.Windows.Forms.Button();
|
|
this.btnJ = new System.Windows.Forms.Button();
|
|
this.btnH = new System.Windows.Forms.Button();
|
|
this.btnG = new System.Windows.Forms.Button();
|
|
this.btnF = new System.Windows.Forms.Button();
|
|
this.btnD = new System.Windows.Forms.Button();
|
|
this.btnS = new System.Windows.Forms.Button();
|
|
this.btnA = new System.Windows.Forms.Button();
|
|
this.btnTAB = new System.Windows.Forms.Button();
|
|
this.btnBACKSLASH = new System.Windows.Forms.Button();
|
|
this.btnCLOSEBRACKET = new System.Windows.Forms.Button();
|
|
this.btnOPENBRACKET = new System.Windows.Forms.Button();
|
|
this.btnP = new System.Windows.Forms.Button();
|
|
this.btnO = new System.Windows.Forms.Button();
|
|
this.btnI = new System.Windows.Forms.Button();
|
|
this.btnU = new System.Windows.Forms.Button();
|
|
this.btnY = new System.Windows.Forms.Button();
|
|
this.btnT = new System.Windows.Forms.Button();
|
|
this.btnR = new System.Windows.Forms.Button();
|
|
this.bTNRIGHTMOUSE = new System.Windows.Forms.Button();
|
|
this.btnE = new System.Windows.Forms.Button();
|
|
this.bnWHEELDOWN = new System.Windows.Forms.Button();
|
|
this.bnWHEELUP = new System.Windows.Forms.Button();
|
|
this.btnMIDDLEMOUSE = new System.Windows.Forms.Button();
|
|
this.btnW = new System.Windows.Forms.Button();
|
|
this.button33 = new System.Windows.Forms.Button();
|
|
this.button30 = new System.Windows.Forms.Button();
|
|
this.bnMOUSERIGHT = new System.Windows.Forms.Button();
|
|
this.bnMOUSELEFT = new System.Windows.Forms.Button();
|
|
this.bnMOUSEDOWN = new System.Windows.Forms.Button();
|
|
this.bnMOUSEUP = new System.Windows.Forms.Button();
|
|
this.btnLEFTMOUSE = new System.Windows.Forms.Button();
|
|
this.btnQ = new System.Windows.Forms.Button();
|
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
|
this.cbToggle = new System.Windows.Forms.CheckBox();
|
|
this.btnUNBOUND2 = new System.Windows.Forms.Button();
|
|
this.button13 = new System.Windows.Forms.Button();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.button29 = new System.Windows.Forms.Button();
|
|
this.button15 = new System.Windows.Forms.Button();
|
|
this.button28 = new System.Windows.Forms.Button();
|
|
this.button16 = new System.Windows.Forms.Button();
|
|
this.button19 = new System.Windows.Forms.Button();
|
|
this.button20 = new System.Windows.Forms.Button();
|
|
this.button18 = new System.Windows.Forms.Button();
|
|
this.button17 = new System.Windows.Forms.Button();
|
|
this.button27 = new System.Windows.Forms.Button();
|
|
this.button26 = new System.Windows.Forms.Button();
|
|
this.button14 = new System.Windows.Forms.Button();
|
|
this.button25 = new System.Windows.Forms.Button();
|
|
this.button24 = new System.Windows.Forms.Button();
|
|
this.button12 = new System.Windows.Forms.Button();
|
|
this.button11 = new System.Windows.Forms.Button();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.button10 = new System.Windows.Forms.Button();
|
|
this.button9 = new System.Windows.Forms.Button();
|
|
this.button8 = new System.Windows.Forms.Button();
|
|
this.button23 = new System.Windows.Forms.Button();
|
|
this.button22 = new System.Windows.Forms.Button();
|
|
this.button21 = new System.Windows.Forms.Button();
|
|
this.button3 = new System.Windows.Forms.Button();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.X360Label = new System.Windows.Forms.Label();
|
|
this.KBMlabel = new System.Windows.Forms.Label();
|
|
this.cBMacro = new System.Windows.Forms.CheckBox();
|
|
this.lBMacroOrder = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// lBTip
|
|
//
|
|
this.lBTip.AutoSize = true;
|
|
this.lBTip.ForeColor = System.Drawing.SystemColors.GrayText;
|
|
this.lBTip.Location = new System.Drawing.Point(465, 110);
|
|
this.lBTip.Name = "lBTip";
|
|
this.lBTip.Size = new System.Drawing.Size(103, 26);
|
|
this.lBTip.TabIndex = 289;
|
|
this.lBTip.Text = "You can also select \r\na key by typing it";
|
|
this.lBTip.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
|
//
|
|
// cbScanCode
|
|
//
|
|
this.cbScanCode.AutoSize = true;
|
|
this.cbScanCode.Location = new System.Drawing.Point(706, 5);
|
|
this.cbScanCode.Name = "cbScanCode";
|
|
this.cbScanCode.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
this.cbScanCode.Size = new System.Drawing.Size(79, 17);
|
|
this.cbScanCode.TabIndex = 288;
|
|
this.cbScanCode.Text = "Scan Code";
|
|
this.cbScanCode.UseVisualStyleBackColor = true;
|
|
//
|
|
// button7
|
|
//
|
|
this.button7.Location = new System.Drawing.Point(498, 143);
|
|
this.button7.Name = "button7";
|
|
this.button7.Size = new System.Drawing.Size(33, 24);
|
|
this.button7.TabIndex = 286;
|
|
this.button7.Tag = "38";
|
|
this.button7.Text = "↑Up";
|
|
this.button7.UseVisualStyleBackColor = true;
|
|
//
|
|
// button5
|
|
//
|
|
this.button5.Location = new System.Drawing.Point(531, 173);
|
|
this.button5.Name = "button5";
|
|
this.button5.Size = new System.Drawing.Size(33, 24);
|
|
this.button5.TabIndex = 285;
|
|
this.button5.Tag = "39";
|
|
this.button5.Text = "→Right";
|
|
this.button5.UseVisualStyleBackColor = true;
|
|
//
|
|
// button4
|
|
//
|
|
this.button4.Location = new System.Drawing.Point(465, 173);
|
|
this.button4.Name = "button4";
|
|
this.button4.Size = new System.Drawing.Size(33, 24);
|
|
this.button4.TabIndex = 284;
|
|
this.button4.Tag = "37";
|
|
this.button4.Text = "←Left";
|
|
this.button4.UseVisualStyleBackColor = true;
|
|
//
|
|
// button6
|
|
//
|
|
this.button6.Location = new System.Drawing.Point(498, 173);
|
|
this.button6.Name = "button6";
|
|
this.button6.Size = new System.Drawing.Size(33, 24);
|
|
this.button6.TabIndex = 283;
|
|
this.button6.Tag = "40";
|
|
this.button6.Text = "↓Down";
|
|
this.button6.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnNUMDOT
|
|
//
|
|
this.btnNUMDOT.Location = new System.Drawing.Point(641, 172);
|
|
this.btnNUMDOT.Name = "btnNUMDOT";
|
|
this.btnNUMDOT.Size = new System.Drawing.Size(24, 24);
|
|
this.btnNUMDOT.TabIndex = 275;
|
|
this.btnNUMDOT.Tag = "110";
|
|
this.btnNUMDOT.Text = ".";
|
|
this.btnNUMDOT.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnNUM3
|
|
//
|
|
this.btnNUM3.Location = new System.Drawing.Point(641, 142);
|
|
this.btnNUM3.Name = "btnNUM3";
|
|
this.btnNUM3.Size = new System.Drawing.Size(24, 24);
|
|
this.btnNUM3.TabIndex = 276;
|
|
this.btnNUM3.Tag = "99";
|
|
this.btnNUM3.Text = "3Numpad";
|
|
this.btnNUM3.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnNUM2
|
|
//
|
|
this.btnNUM2.Location = new System.Drawing.Point(611, 142);
|
|
this.btnNUM2.Name = "btnNUM2";
|
|
this.btnNUM2.Size = new System.Drawing.Size(24, 24);
|
|
this.btnNUM2.TabIndex = 279;
|
|
this.btnNUM2.Tag = "98";
|
|
this.btnNUM2.Text = "2Numpad";
|
|
this.btnNUM2.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnNUM0
|
|
//
|
|
this.btnNUM0.Location = new System.Drawing.Point(581, 172);
|
|
this.btnNUM0.Name = "btnNUM0";
|
|
this.btnNUM0.Size = new System.Drawing.Size(54, 24);
|
|
this.btnNUM0.TabIndex = 280;
|
|
this.btnNUM0.Tag = "96";
|
|
this.btnNUM0.Text = "Num0";
|
|
this.btnNUM0.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnNUM6
|
|
//
|
|
this.btnNUM6.Location = new System.Drawing.Point(641, 112);
|
|
this.btnNUM6.Name = "btnNUM6";
|
|
this.btnNUM6.Size = new System.Drawing.Size(24, 24);
|
|
this.btnNUM6.TabIndex = 277;
|
|
this.btnNUM6.Tag = "102";
|
|
this.btnNUM6.Text = "6Numpad";
|
|
this.btnNUM6.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnNUM1
|
|
//
|
|
this.btnNUM1.Location = new System.Drawing.Point(581, 142);
|
|
this.btnNUM1.Name = "btnNUM1";
|
|
this.btnNUM1.Size = new System.Drawing.Size(24, 24);
|
|
this.btnNUM1.TabIndex = 282;
|
|
this.btnNUM1.Tag = "97";
|
|
this.btnNUM1.Text = "1Numpad";
|
|
this.btnNUM1.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnNUM5
|
|
//
|
|
this.btnNUM5.Location = new System.Drawing.Point(611, 112);
|
|
this.btnNUM5.Name = "btnNUM5";
|
|
this.btnNUM5.Size = new System.Drawing.Size(24, 24);
|
|
this.btnNUM5.TabIndex = 278;
|
|
this.btnNUM5.Tag = "101";
|
|
this.btnNUM5.Text = "5Numpad";
|
|
this.btnNUM5.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnNUM4
|
|
//
|
|
this.btnNUM4.Location = new System.Drawing.Point(581, 112);
|
|
this.btnNUM4.Name = "btnNUM4";
|
|
this.btnNUM4.Size = new System.Drawing.Size(24, 24);
|
|
this.btnNUM4.TabIndex = 281;
|
|
this.btnNUM4.Tag = "100";
|
|
this.btnNUM4.Text = "4Numpad";
|
|
this.btnNUM4.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnNUMENTER
|
|
//
|
|
this.btnNUMENTER.Location = new System.Drawing.Point(671, 142);
|
|
this.btnNUMENTER.Name = "btnNUMENTER";
|
|
this.btnNUMENTER.Size = new System.Drawing.Size(24, 54);
|
|
this.btnNUMENTER.TabIndex = 266;
|
|
this.btnNUMENTER.Tag = "13";
|
|
this.btnNUMENTER.Text = "Enter";
|
|
this.btnNUMENTER.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnNUMPLUS
|
|
//
|
|
this.btnNUMPLUS.Location = new System.Drawing.Point(671, 82);
|
|
this.btnNUMPLUS.Name = "btnNUMPLUS";
|
|
this.btnNUMPLUS.Size = new System.Drawing.Size(24, 54);
|
|
this.btnNUMPLUS.TabIndex = 267;
|
|
this.btnNUMPLUS.Tag = "107";
|
|
this.btnNUMPLUS.Text = "+";
|
|
this.btnNUMPLUS.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnNUMMINUS
|
|
//
|
|
this.btnNUMMINUS.Location = new System.Drawing.Point(671, 52);
|
|
this.btnNUMMINUS.Name = "btnNUMMINUS";
|
|
this.btnNUMMINUS.Size = new System.Drawing.Size(24, 24);
|
|
this.btnNUMMINUS.TabIndex = 268;
|
|
this.btnNUMMINUS.Tag = "109";
|
|
this.btnNUMMINUS.Text = "-Numpad";
|
|
this.btnNUMMINUS.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnNUM9
|
|
//
|
|
this.btnNUM9.Location = new System.Drawing.Point(641, 82);
|
|
this.btnNUM9.Name = "btnNUM9";
|
|
this.btnNUM9.Size = new System.Drawing.Size(24, 24);
|
|
this.btnNUM9.TabIndex = 269;
|
|
this.btnNUM9.Tag = "105";
|
|
this.btnNUM9.Text = "9Numpad";
|
|
this.btnNUM9.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnNUMSTAR
|
|
//
|
|
this.btnNUMSTAR.Location = new System.Drawing.Point(641, 52);
|
|
this.btnNUMSTAR.Name = "btnNUMSTAR";
|
|
this.btnNUMSTAR.Size = new System.Drawing.Size(24, 24);
|
|
this.btnNUMSTAR.TabIndex = 274;
|
|
this.btnNUMSTAR.Tag = "106";
|
|
this.btnNUMSTAR.Text = "*Numpad";
|
|
this.btnNUMSTAR.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnNUM8
|
|
//
|
|
this.btnNUM8.Location = new System.Drawing.Point(611, 82);
|
|
this.btnNUM8.Name = "btnNUM8";
|
|
this.btnNUM8.Size = new System.Drawing.Size(24, 24);
|
|
this.btnNUM8.TabIndex = 270;
|
|
this.btnNUM8.Tag = "104";
|
|
this.btnNUM8.Text = "8Numpad";
|
|
this.btnNUM8.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnNUMSLASH
|
|
//
|
|
this.btnNUMSLASH.Location = new System.Drawing.Point(611, 52);
|
|
this.btnNUMSLASH.Name = "btnNUMSLASH";
|
|
this.btnNUMSLASH.Size = new System.Drawing.Size(24, 24);
|
|
this.btnNUMSLASH.TabIndex = 271;
|
|
this.btnNUMSLASH.Tag = "111";
|
|
this.btnNUMSLASH.Text = "/Numpad";
|
|
this.btnNUMSLASH.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnNUM7
|
|
//
|
|
this.btnNUM7.Location = new System.Drawing.Point(581, 82);
|
|
this.btnNUM7.Name = "btnNUM7";
|
|
this.btnNUM7.Size = new System.Drawing.Size(24, 24);
|
|
this.btnNUM7.TabIndex = 272;
|
|
this.btnNUM7.Tag = "103";
|
|
this.btnNUM7.Text = "7Numpad";
|
|
this.btnNUM7.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnNUMLOCK
|
|
//
|
|
this.btnNUMLOCK.Location = new System.Drawing.Point(581, 52);
|
|
this.btnNUMLOCK.Name = "btnNUMLOCK";
|
|
this.btnNUMLOCK.Size = new System.Drawing.Size(24, 24);
|
|
this.btnNUMLOCK.TabIndex = 273;
|
|
this.btnNUMLOCK.Tag = "144";
|
|
this.btnNUMLOCK.Text = "Num Lock";
|
|
this.btnNUMLOCK.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnESC
|
|
//
|
|
this.btnESC.Location = new System.Drawing.Point(9, 22);
|
|
this.btnESC.Name = "btnESC";
|
|
this.btnESC.Size = new System.Drawing.Size(51, 24);
|
|
this.btnESC.TabIndex = 235;
|
|
this.btnESC.Tag = "27";
|
|
this.btnESC.Text = "Escape";
|
|
this.btnESC.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnTILDE
|
|
//
|
|
this.btnTILDE.Location = new System.Drawing.Point(9, 52);
|
|
this.btnTILDE.Name = "btnTILDE";
|
|
this.btnTILDE.Size = new System.Drawing.Size(24, 24);
|
|
this.btnTILDE.TabIndex = 236;
|
|
this.btnTILDE.Tag = "192";
|
|
this.btnTILDE.Text = "`";
|
|
this.btnTILDE.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnF11
|
|
//
|
|
this.btnF11.Location = new System.Drawing.Point(372, 22);
|
|
this.btnF11.Name = "btnF11";
|
|
this.btnF11.Size = new System.Drawing.Size(33, 24);
|
|
this.btnF11.TabIndex = 237;
|
|
this.btnF11.Tag = "122";
|
|
this.btnF11.Text = "F11";
|
|
this.btnF11.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnF10
|
|
//
|
|
this.btnF10.Location = new System.Drawing.Point(336, 22);
|
|
this.btnF10.Name = "btnF10";
|
|
this.btnF10.Size = new System.Drawing.Size(33, 24);
|
|
this.btnF10.TabIndex = 254;
|
|
this.btnF10.Tag = "121";
|
|
this.btnF10.Text = "F10";
|
|
this.btnF10.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnF12
|
|
//
|
|
this.btnF12.Location = new System.Drawing.Point(411, 22);
|
|
this.btnF12.Name = "btnF12";
|
|
this.btnF12.Size = new System.Drawing.Size(33, 24);
|
|
this.btnF12.TabIndex = 239;
|
|
this.btnF12.Tag = "123";
|
|
this.btnF12.Text = "F12";
|
|
this.btnF12.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnBREAK
|
|
//
|
|
this.btnBREAK.Location = new System.Drawing.Point(531, 22);
|
|
this.btnBREAK.Name = "btnBREAK";
|
|
this.btnBREAK.Size = new System.Drawing.Size(33, 24);
|
|
this.btnBREAK.TabIndex = 240;
|
|
this.btnBREAK.Tag = "19";
|
|
this.btnBREAK.Text = "bk";
|
|
this.btnBREAK.UseVisualStyleBackColor = true;
|
|
//
|
|
// button35
|
|
//
|
|
this.button35.Location = new System.Drawing.Point(701, 82);
|
|
this.button35.Name = "button35";
|
|
this.button35.Size = new System.Drawing.Size(40, 24);
|
|
this.button35.TabIndex = 248;
|
|
this.button35.Tag = "173";
|
|
this.button35.Text = "ØVolume Mute";
|
|
this.button35.UseVisualStyleBackColor = true;
|
|
//
|
|
// button39
|
|
//
|
|
this.button39.Location = new System.Drawing.Point(701, 52);
|
|
this.button39.Name = "button39";
|
|
this.button39.Size = new System.Drawing.Size(40, 24);
|
|
this.button39.TabIndex = 249;
|
|
this.button39.Tag = "174";
|
|
this.button39.Text = "↓Volume Down";
|
|
this.button39.UseVisualStyleBackColor = true;
|
|
//
|
|
// button38
|
|
//
|
|
this.button38.Location = new System.Drawing.Point(701, 23);
|
|
this.button38.Name = "button38";
|
|
this.button38.Size = new System.Drawing.Size(40, 24);
|
|
this.button38.TabIndex = 242;
|
|
this.button38.Tag = "175";
|
|
this.button38.Text = "↑Volume Up";
|
|
this.button38.UseVisualStyleBackColor = true;
|
|
//
|
|
// bnPREVTRACK
|
|
//
|
|
this.bnPREVTRACK.Font = new System.Drawing.Font("Webdings", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
|
|
this.bnPREVTRACK.Location = new System.Drawing.Point(581, 23);
|
|
this.bnPREVTRACK.Name = "bnPREVTRACK";
|
|
this.bnPREVTRACK.Size = new System.Drawing.Size(24, 24);
|
|
this.bnPREVTRACK.TabIndex = 243;
|
|
this.bnPREVTRACK.Tag = "177";
|
|
this.bnPREVTRACK.Text = "9";
|
|
this.bnPREVTRACK.UseVisualStyleBackColor = true;
|
|
//
|
|
// bnNEXTTRACK
|
|
//
|
|
this.bnNEXTTRACK.Font = new System.Drawing.Font("Webdings", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
|
|
this.bnNEXTTRACK.Location = new System.Drawing.Point(671, 23);
|
|
this.bnNEXTTRACK.Name = "bnNEXTTRACK";
|
|
this.bnNEXTTRACK.Size = new System.Drawing.Size(24, 24);
|
|
this.bnNEXTTRACK.TabIndex = 244;
|
|
this.bnNEXTTRACK.Tag = "176";
|
|
this.bnNEXTTRACK.Text = ":";
|
|
this.bnNEXTTRACK.UseVisualStyleBackColor = true;
|
|
//
|
|
// bnPLAYPAUSE
|
|
//
|
|
this.bnPLAYPAUSE.Font = new System.Drawing.Font("Webdings", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
|
|
this.bnPLAYPAUSE.Location = new System.Drawing.Point(641, 23);
|
|
this.bnPLAYPAUSE.Name = "bnPLAYPAUSE";
|
|
this.bnPLAYPAUSE.Size = new System.Drawing.Size(24, 24);
|
|
this.bnPLAYPAUSE.TabIndex = 245;
|
|
this.bnPLAYPAUSE.Tag = "179";
|
|
this.bnPLAYPAUSE.Text = "4";
|
|
this.bnPLAYPAUSE.UseVisualStyleBackColor = true;
|
|
//
|
|
// bnSTOP
|
|
//
|
|
this.bnSTOP.Font = new System.Drawing.Font("Webdings", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
|
|
this.bnSTOP.Location = new System.Drawing.Point(611, 23);
|
|
this.bnSTOP.Name = "bnSTOP";
|
|
this.bnSTOP.Size = new System.Drawing.Size(24, 24);
|
|
this.bnSTOP.TabIndex = 246;
|
|
this.bnSTOP.Tag = "178";
|
|
this.bnSTOP.Text = "<";
|
|
this.bnSTOP.UseVisualStyleBackColor = true;
|
|
//
|
|
// button34
|
|
//
|
|
this.button34.Enabled = false;
|
|
this.button34.Location = new System.Drawing.Point(465, 22);
|
|
this.button34.Name = "button34";
|
|
this.button34.Size = new System.Drawing.Size(33, 24);
|
|
this.button34.TabIndex = 241;
|
|
this.button34.Tag = "";
|
|
this.button34.Text = "prt";
|
|
this.button34.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnSCL
|
|
//
|
|
this.btnSCL.Location = new System.Drawing.Point(498, 22);
|
|
this.btnSCL.Name = "btnSCL";
|
|
this.btnSCL.Size = new System.Drawing.Size(33, 24);
|
|
this.btnSCL.TabIndex = 247;
|
|
this.btnSCL.Tag = "145";
|
|
this.btnSCL.Text = "scl";
|
|
this.btnSCL.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnDEL
|
|
//
|
|
this.btnDEL.Location = new System.Drawing.Point(465, 82);
|
|
this.btnDEL.Name = "btnDEL";
|
|
this.btnDEL.Size = new System.Drawing.Size(33, 24);
|
|
this.btnDEL.TabIndex = 250;
|
|
this.btnDEL.Tag = "46";
|
|
this.btnDEL.Text = "del";
|
|
this.btnDEL.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnEND
|
|
//
|
|
this.btnEND.Location = new System.Drawing.Point(498, 82);
|
|
this.btnEND.Name = "btnEND";
|
|
this.btnEND.Size = new System.Drawing.Size(33, 24);
|
|
this.btnEND.TabIndex = 251;
|
|
this.btnEND.Tag = "35";
|
|
this.btnEND.Text = "end";
|
|
this.btnEND.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnPGDN
|
|
//
|
|
this.btnPGDN.Location = new System.Drawing.Point(531, 82);
|
|
this.btnPGDN.Name = "btnPGDN";
|
|
this.btnPGDN.Size = new System.Drawing.Size(33, 24);
|
|
this.btnPGDN.TabIndex = 252;
|
|
this.btnPGDN.Tag = "34";
|
|
this.btnPGDN.Text = "pgd";
|
|
this.btnPGDN.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnPGUP
|
|
//
|
|
this.btnPGUP.Location = new System.Drawing.Point(531, 52);
|
|
this.btnPGUP.Name = "btnPGUP";
|
|
this.btnPGUP.Size = new System.Drawing.Size(33, 24);
|
|
this.btnPGUP.TabIndex = 238;
|
|
this.btnPGUP.Tag = "33";
|
|
this.btnPGUP.Text = "pgu";
|
|
this.btnPGUP.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnHOME
|
|
//
|
|
this.btnHOME.Location = new System.Drawing.Point(498, 52);
|
|
this.btnHOME.Name = "btnHOME";
|
|
this.btnHOME.Size = new System.Drawing.Size(33, 24);
|
|
this.btnHOME.TabIndex = 253;
|
|
this.btnHOME.Tag = "36";
|
|
this.btnHOME.Text = "hm";
|
|
this.btnHOME.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnINS
|
|
//
|
|
this.btnINS.Location = new System.Drawing.Point(465, 52);
|
|
this.btnINS.Name = "btnINS";
|
|
this.btnINS.Size = new System.Drawing.Size(33, 24);
|
|
this.btnINS.TabIndex = 265;
|
|
this.btnINS.Tag = "45";
|
|
this.btnINS.Text = "ins";
|
|
this.btnINS.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnF9
|
|
//
|
|
this.btnF9.Location = new System.Drawing.Point(306, 22);
|
|
this.btnF9.Name = "btnF9";
|
|
this.btnF9.Size = new System.Drawing.Size(27, 24);
|
|
this.btnF9.TabIndex = 255;
|
|
this.btnF9.Tag = "120";
|
|
this.btnF9.Text = "F9";
|
|
this.btnF9.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnF8
|
|
//
|
|
this.btnF8.Location = new System.Drawing.Point(276, 22);
|
|
this.btnF8.Name = "btnF8";
|
|
this.btnF8.Size = new System.Drawing.Size(27, 24);
|
|
this.btnF8.TabIndex = 256;
|
|
this.btnF8.Tag = "119";
|
|
this.btnF8.Text = "F8";
|
|
this.btnF8.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnF7
|
|
//
|
|
this.btnF7.Location = new System.Drawing.Point(246, 22);
|
|
this.btnF7.Name = "btnF7";
|
|
this.btnF7.Size = new System.Drawing.Size(27, 24);
|
|
this.btnF7.TabIndex = 257;
|
|
this.btnF7.Tag = "118";
|
|
this.btnF7.Text = "F7";
|
|
this.btnF7.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnF6
|
|
//
|
|
this.btnF6.Location = new System.Drawing.Point(216, 22);
|
|
this.btnF6.Name = "btnF6";
|
|
this.btnF6.Size = new System.Drawing.Size(27, 24);
|
|
this.btnF6.TabIndex = 258;
|
|
this.btnF6.Tag = "117";
|
|
this.btnF6.Text = "F6";
|
|
this.btnF6.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnF5
|
|
//
|
|
this.btnF5.Location = new System.Drawing.Point(186, 22);
|
|
this.btnF5.Name = "btnF5";
|
|
this.btnF5.Size = new System.Drawing.Size(27, 24);
|
|
this.btnF5.TabIndex = 259;
|
|
this.btnF5.Tag = "116";
|
|
this.btnF5.Text = "F5";
|
|
this.btnF5.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnF4
|
|
//
|
|
this.btnF4.Location = new System.Drawing.Point(156, 22);
|
|
this.btnF4.Name = "btnF4";
|
|
this.btnF4.Size = new System.Drawing.Size(27, 24);
|
|
this.btnF4.TabIndex = 260;
|
|
this.btnF4.Tag = "115";
|
|
this.btnF4.Text = "F4";
|
|
this.btnF4.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnF3
|
|
//
|
|
this.btnF3.Location = new System.Drawing.Point(126, 22);
|
|
this.btnF3.Name = "btnF3";
|
|
this.btnF3.Size = new System.Drawing.Size(27, 24);
|
|
this.btnF3.TabIndex = 261;
|
|
this.btnF3.Tag = "114";
|
|
this.btnF3.Text = "F3";
|
|
this.btnF3.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnF2
|
|
//
|
|
this.btnF2.Location = new System.Drawing.Point(96, 22);
|
|
this.btnF2.Name = "btnF2";
|
|
this.btnF2.Size = new System.Drawing.Size(27, 24);
|
|
this.btnF2.TabIndex = 262;
|
|
this.btnF2.Tag = "113";
|
|
this.btnF2.Text = "F2";
|
|
this.btnF2.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnF1
|
|
//
|
|
this.btnF1.Location = new System.Drawing.Point(66, 22);
|
|
this.btnF1.Name = "btnF1";
|
|
this.btnF1.Size = new System.Drawing.Size(27, 24);
|
|
this.btnF1.TabIndex = 263;
|
|
this.btnF1.Tag = "112";
|
|
this.btnF1.Text = "F1";
|
|
this.btnF1.UseVisualStyleBackColor = true;
|
|
//
|
|
// btn1
|
|
//
|
|
this.btn1.Location = new System.Drawing.Point(36, 52);
|
|
this.btn1.Name = "btn1";
|
|
this.btn1.Size = new System.Drawing.Size(24, 24);
|
|
this.btn1.TabIndex = 264;
|
|
this.btn1.Tag = "49";
|
|
this.btn1.Text = "1";
|
|
this.btn1.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnBACKSPACE
|
|
//
|
|
this.btnBACKSPACE.Location = new System.Drawing.Point(396, 52);
|
|
this.btnBACKSPACE.Name = "btnBACKSPACE";
|
|
this.btnBACKSPACE.Size = new System.Drawing.Size(51, 24);
|
|
this.btnBACKSPACE.TabIndex = 234;
|
|
this.btnBACKSPACE.Tag = "8";
|
|
this.btnBACKSPACE.Text = "Backspace";
|
|
this.btnBACKSPACE.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnEQUALS
|
|
//
|
|
this.btnEQUALS.Location = new System.Drawing.Point(366, 52);
|
|
this.btnEQUALS.Name = "btnEQUALS";
|
|
this.btnEQUALS.Size = new System.Drawing.Size(24, 24);
|
|
this.btnEQUALS.TabIndex = 233;
|
|
this.btnEQUALS.Tag = "61";
|
|
this.btnEQUALS.Text = "=";
|
|
this.btnEQUALS.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnMINUS
|
|
//
|
|
this.btnMINUS.Location = new System.Drawing.Point(336, 52);
|
|
this.btnMINUS.Name = "btnMINUS";
|
|
this.btnMINUS.Size = new System.Drawing.Size(24, 24);
|
|
this.btnMINUS.TabIndex = 232;
|
|
this.btnMINUS.Text = "-";
|
|
this.btnMINUS.UseVisualStyleBackColor = true;
|
|
//
|
|
// btn0
|
|
//
|
|
this.btn0.Location = new System.Drawing.Point(306, 52);
|
|
this.btn0.Name = "btn0";
|
|
this.btn0.Size = new System.Drawing.Size(24, 24);
|
|
this.btn0.TabIndex = 231;
|
|
this.btn0.Tag = "48";
|
|
this.btn0.Text = "0";
|
|
this.btn0.UseVisualStyleBackColor = true;
|
|
//
|
|
// btn9
|
|
//
|
|
this.btn9.Location = new System.Drawing.Point(276, 52);
|
|
this.btn9.Name = "btn9";
|
|
this.btn9.Size = new System.Drawing.Size(24, 24);
|
|
this.btn9.TabIndex = 230;
|
|
this.btn9.Tag = "57";
|
|
this.btn9.Text = "9";
|
|
this.btn9.UseVisualStyleBackColor = true;
|
|
//
|
|
// btn8
|
|
//
|
|
this.btn8.Location = new System.Drawing.Point(246, 52);
|
|
this.btn8.Name = "btn8";
|
|
this.btn8.Size = new System.Drawing.Size(24, 24);
|
|
this.btn8.TabIndex = 229;
|
|
this.btn8.Tag = "56";
|
|
this.btn8.Text = "8";
|
|
this.btn8.UseVisualStyleBackColor = true;
|
|
//
|
|
// btn7
|
|
//
|
|
this.btn7.Location = new System.Drawing.Point(216, 52);
|
|
this.btn7.Name = "btn7";
|
|
this.btn7.Size = new System.Drawing.Size(24, 24);
|
|
this.btn7.TabIndex = 228;
|
|
this.btn7.Tag = "55";
|
|
this.btn7.Text = "7";
|
|
this.btn7.UseVisualStyleBackColor = true;
|
|
//
|
|
// btn6
|
|
//
|
|
this.btn6.Location = new System.Drawing.Point(186, 52);
|
|
this.btn6.Name = "btn6";
|
|
this.btn6.Size = new System.Drawing.Size(24, 24);
|
|
this.btn6.TabIndex = 227;
|
|
this.btn6.Tag = "54";
|
|
this.btn6.Text = "6";
|
|
this.btn6.UseVisualStyleBackColor = true;
|
|
//
|
|
// btn5
|
|
//
|
|
this.btn5.Location = new System.Drawing.Point(156, 52);
|
|
this.btn5.Name = "btn5";
|
|
this.btn5.Size = new System.Drawing.Size(24, 24);
|
|
this.btn5.TabIndex = 226;
|
|
this.btn5.Tag = "53";
|
|
this.btn5.Text = "5";
|
|
this.btn5.UseVisualStyleBackColor = true;
|
|
//
|
|
// btn4
|
|
//
|
|
this.btn4.Location = new System.Drawing.Point(126, 52);
|
|
this.btn4.Name = "btn4";
|
|
this.btn4.Size = new System.Drawing.Size(24, 24);
|
|
this.btn4.TabIndex = 225;
|
|
this.btn4.Tag = "52";
|
|
this.btn4.Text = "4";
|
|
this.btn4.UseVisualStyleBackColor = true;
|
|
//
|
|
// btn3
|
|
//
|
|
this.btn3.Location = new System.Drawing.Point(96, 52);
|
|
this.btn3.Name = "btn3";
|
|
this.btn3.Size = new System.Drawing.Size(24, 24);
|
|
this.btn3.TabIndex = 224;
|
|
this.btn3.Tag = "51";
|
|
this.btn3.Text = "3";
|
|
this.btn3.UseVisualStyleBackColor = true;
|
|
//
|
|
// btn2
|
|
//
|
|
this.btn2.Location = new System.Drawing.Point(66, 52);
|
|
this.btn2.Name = "btn2";
|
|
this.btn2.Size = new System.Drawing.Size(24, 24);
|
|
this.btn2.TabIndex = 223;
|
|
this.btn2.Tag = "50";
|
|
this.btn2.Text = "2";
|
|
this.btn2.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnSPACE
|
|
//
|
|
this.btnSPACE.Location = new System.Drawing.Point(159, 172);
|
|
this.btnSPACE.Name = "btnSPACE";
|
|
this.btnSPACE.Size = new System.Drawing.Size(138, 24);
|
|
this.btnSPACE.TabIndex = 222;
|
|
this.btnSPACE.Tag = "32";
|
|
this.btnSPACE.Text = "Space";
|
|
this.btnSPACE.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnLSHIFT
|
|
//
|
|
this.btnLSHIFT.Location = new System.Drawing.Point(9, 142);
|
|
this.btnLSHIFT.Name = "btnLSHIFT";
|
|
this.btnLSHIFT.Size = new System.Drawing.Size(66, 24);
|
|
this.btnLSHIFT.TabIndex = 221;
|
|
this.btnLSHIFT.Tag = "160";
|
|
this.btnLSHIFT.Text = "LShift";
|
|
this.btnLSHIFT.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnRSHIFT
|
|
//
|
|
this.btnRSHIFT.Location = new System.Drawing.Point(381, 142);
|
|
this.btnRSHIFT.Name = "btnRSHIFT";
|
|
this.btnRSHIFT.Size = new System.Drawing.Size(66, 24);
|
|
this.btnRSHIFT.TabIndex = 220;
|
|
this.btnRSHIFT.Tag = "161";
|
|
this.btnRSHIFT.Text = "RShift";
|
|
this.btnRSHIFT.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnSLASH
|
|
//
|
|
this.btnSLASH.Location = new System.Drawing.Point(351, 142);
|
|
this.btnSLASH.Name = "btnSLASH";
|
|
this.btnSLASH.Size = new System.Drawing.Size(24, 24);
|
|
this.btnSLASH.TabIndex = 219;
|
|
this.btnSLASH.Text = "/";
|
|
this.btnSLASH.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnPERIOD
|
|
//
|
|
this.btnPERIOD.Location = new System.Drawing.Point(321, 142);
|
|
this.btnPERIOD.Name = "btnPERIOD";
|
|
this.btnPERIOD.Size = new System.Drawing.Size(24, 24);
|
|
this.btnPERIOD.TabIndex = 218;
|
|
this.btnPERIOD.Tag = "190";
|
|
this.btnPERIOD.Text = ".";
|
|
this.btnPERIOD.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnCOMMA
|
|
//
|
|
this.btnCOMMA.Location = new System.Drawing.Point(291, 142);
|
|
this.btnCOMMA.Name = "btnCOMMA";
|
|
this.btnCOMMA.Size = new System.Drawing.Size(24, 24);
|
|
this.btnCOMMA.TabIndex = 217;
|
|
this.btnCOMMA.Tag = "188";
|
|
this.btnCOMMA.Text = ",";
|
|
this.btnCOMMA.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnM
|
|
//
|
|
this.btnM.Location = new System.Drawing.Point(261, 142);
|
|
this.btnM.Name = "btnM";
|
|
this.btnM.Size = new System.Drawing.Size(24, 24);
|
|
this.btnM.TabIndex = 216;
|
|
this.btnM.Tag = "77";
|
|
this.btnM.Text = "M";
|
|
this.btnM.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnN
|
|
//
|
|
this.btnN.Location = new System.Drawing.Point(231, 142);
|
|
this.btnN.Name = "btnN";
|
|
this.btnN.Size = new System.Drawing.Size(24, 24);
|
|
this.btnN.TabIndex = 215;
|
|
this.btnN.Tag = "78";
|
|
this.btnN.Text = "N";
|
|
this.btnN.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnB
|
|
//
|
|
this.btnB.Location = new System.Drawing.Point(201, 142);
|
|
this.btnB.Name = "btnB";
|
|
this.btnB.Size = new System.Drawing.Size(24, 24);
|
|
this.btnB.TabIndex = 214;
|
|
this.btnB.Tag = "66";
|
|
this.btnB.Text = "B";
|
|
this.btnB.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnV
|
|
//
|
|
this.btnV.Location = new System.Drawing.Point(171, 142);
|
|
this.btnV.Name = "btnV";
|
|
this.btnV.Size = new System.Drawing.Size(24, 24);
|
|
this.btnV.TabIndex = 213;
|
|
this.btnV.Tag = "86";
|
|
this.btnV.Text = "V";
|
|
this.btnV.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnC
|
|
//
|
|
this.btnC.Location = new System.Drawing.Point(141, 142);
|
|
this.btnC.Name = "btnC";
|
|
this.btnC.Size = new System.Drawing.Size(24, 24);
|
|
this.btnC.TabIndex = 212;
|
|
this.btnC.Tag = "67";
|
|
this.btnC.Text = "C";
|
|
this.btnC.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnX
|
|
//
|
|
this.btnX.Location = new System.Drawing.Point(111, 142);
|
|
this.btnX.Name = "btnX";
|
|
this.btnX.Size = new System.Drawing.Size(24, 24);
|
|
this.btnX.TabIndex = 211;
|
|
this.btnX.Tag = "88";
|
|
this.btnX.Text = "X";
|
|
this.btnX.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnZ
|
|
//
|
|
this.btnZ.Location = new System.Drawing.Point(81, 142);
|
|
this.btnZ.Name = "btnZ";
|
|
this.btnZ.Size = new System.Drawing.Size(24, 24);
|
|
this.btnZ.TabIndex = 210;
|
|
this.btnZ.Tag = "90";
|
|
this.btnZ.Text = "Z";
|
|
this.btnZ.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnRALT
|
|
//
|
|
this.btnRALT.Location = new System.Drawing.Point(351, 172);
|
|
this.btnRALT.Name = "btnRALT";
|
|
this.btnRALT.Size = new System.Drawing.Size(39, 24);
|
|
this.btnRALT.TabIndex = 202;
|
|
this.btnRALT.Tag = "165";
|
|
this.btnRALT.Text = "RAlt";
|
|
this.btnRALT.UseVisualStyleBackColor = true;
|
|
//
|
|
// button36
|
|
//
|
|
this.button36.Location = new System.Drawing.Point(303, 172);
|
|
this.button36.Name = "button36";
|
|
this.button36.Size = new System.Drawing.Size(42, 24);
|
|
this.button36.TabIndex = 205;
|
|
this.button36.Tag = "92";
|
|
this.button36.Text = "RWin";
|
|
this.button36.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnWINDOWS
|
|
//
|
|
this.btnWINDOWS.Location = new System.Drawing.Point(111, 172);
|
|
this.btnWINDOWS.Name = "btnWINDOWS";
|
|
this.btnWINDOWS.Size = new System.Drawing.Size(42, 24);
|
|
this.btnWINDOWS.TabIndex = 204;
|
|
this.btnWINDOWS.Tag = "91";
|
|
this.btnWINDOWS.Text = "LWin";
|
|
this.btnWINDOWS.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnLALT
|
|
//
|
|
this.btnLALT.Location = new System.Drawing.Point(66, 172);
|
|
this.btnLALT.Name = "btnLALT";
|
|
this.btnLALT.Size = new System.Drawing.Size(39, 24);
|
|
this.btnLALT.TabIndex = 203;
|
|
this.btnLALT.Tag = "164";
|
|
this.btnLALT.Text = "LAlt";
|
|
this.btnLALT.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnRCTRL
|
|
//
|
|
this.btnRCTRL.Location = new System.Drawing.Point(396, 172);
|
|
this.btnRCTRL.Name = "btnRCTRL";
|
|
this.btnRCTRL.Size = new System.Drawing.Size(51, 24);
|
|
this.btnRCTRL.TabIndex = 209;
|
|
this.btnRCTRL.Tag = "163";
|
|
this.btnRCTRL.Text = "RCtrl";
|
|
this.btnRCTRL.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnLCTRL
|
|
//
|
|
this.btnLCTRL.Location = new System.Drawing.Point(9, 172);
|
|
this.btnLCTRL.Name = "btnLCTRL";
|
|
this.btnLCTRL.Size = new System.Drawing.Size(51, 24);
|
|
this.btnLCTRL.TabIndex = 207;
|
|
this.btnLCTRL.Tag = "162";
|
|
this.btnLCTRL.Text = "LCtrl";
|
|
this.btnLCTRL.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnCAPS
|
|
//
|
|
this.btnCAPS.Location = new System.Drawing.Point(9, 112);
|
|
this.btnCAPS.Name = "btnCAPS";
|
|
this.btnCAPS.Size = new System.Drawing.Size(51, 24);
|
|
this.btnCAPS.TabIndex = 208;
|
|
this.btnCAPS.Tag = "20";
|
|
this.btnCAPS.Text = "Caps";
|
|
this.btnCAPS.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnRETURN
|
|
//
|
|
this.btnRETURN.Location = new System.Drawing.Point(396, 112);
|
|
this.btnRETURN.Name = "btnRETURN";
|
|
this.btnRETURN.Size = new System.Drawing.Size(51, 24);
|
|
this.btnRETURN.TabIndex = 206;
|
|
this.btnRETURN.Tag = "13";
|
|
this.btnRETURN.Text = "Enter";
|
|
this.btnRETURN.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnAPOSTROPHE
|
|
//
|
|
this.btnAPOSTROPHE.Location = new System.Drawing.Point(366, 112);
|
|
this.btnAPOSTROPHE.Name = "btnAPOSTROPHE";
|
|
this.btnAPOSTROPHE.Size = new System.Drawing.Size(24, 24);
|
|
this.btnAPOSTROPHE.TabIndex = 201;
|
|
this.btnAPOSTROPHE.Tag = "222";
|
|
this.btnAPOSTROPHE.Text = "\'";
|
|
this.btnAPOSTROPHE.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnSEMICOLON
|
|
//
|
|
this.btnSEMICOLON.Location = new System.Drawing.Point(336, 112);
|
|
this.btnSEMICOLON.Name = "btnSEMICOLON";
|
|
this.btnSEMICOLON.Size = new System.Drawing.Size(24, 24);
|
|
this.btnSEMICOLON.TabIndex = 200;
|
|
this.btnSEMICOLON.Tag = "59";
|
|
this.btnSEMICOLON.Text = ";";
|
|
this.btnSEMICOLON.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnL
|
|
//
|
|
this.btnL.Location = new System.Drawing.Point(306, 112);
|
|
this.btnL.Name = "btnL";
|
|
this.btnL.Size = new System.Drawing.Size(24, 24);
|
|
this.btnL.TabIndex = 199;
|
|
this.btnL.Tag = "76";
|
|
this.btnL.Text = "L";
|
|
this.btnL.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnK
|
|
//
|
|
this.btnK.Location = new System.Drawing.Point(276, 112);
|
|
this.btnK.Name = "btnK";
|
|
this.btnK.Size = new System.Drawing.Size(24, 24);
|
|
this.btnK.TabIndex = 198;
|
|
this.btnK.Tag = "75";
|
|
this.btnK.Text = "K";
|
|
this.btnK.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnJ
|
|
//
|
|
this.btnJ.Location = new System.Drawing.Point(246, 112);
|
|
this.btnJ.Name = "btnJ";
|
|
this.btnJ.Size = new System.Drawing.Size(24, 24);
|
|
this.btnJ.TabIndex = 197;
|
|
this.btnJ.Tag = "74";
|
|
this.btnJ.Text = "J";
|
|
this.btnJ.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnH
|
|
//
|
|
this.btnH.Location = new System.Drawing.Point(216, 112);
|
|
this.btnH.Name = "btnH";
|
|
this.btnH.Size = new System.Drawing.Size(24, 24);
|
|
this.btnH.TabIndex = 196;
|
|
this.btnH.Tag = "72";
|
|
this.btnH.Text = "H";
|
|
this.btnH.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnG
|
|
//
|
|
this.btnG.Location = new System.Drawing.Point(186, 112);
|
|
this.btnG.Name = "btnG";
|
|
this.btnG.Size = new System.Drawing.Size(24, 24);
|
|
this.btnG.TabIndex = 195;
|
|
this.btnG.Tag = "71";
|
|
this.btnG.Text = "G";
|
|
this.btnG.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnF
|
|
//
|
|
this.btnF.Location = new System.Drawing.Point(156, 112);
|
|
this.btnF.Name = "btnF";
|
|
this.btnF.Size = new System.Drawing.Size(24, 24);
|
|
this.btnF.TabIndex = 194;
|
|
this.btnF.Tag = "70";
|
|
this.btnF.Text = "F";
|
|
this.btnF.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnD
|
|
//
|
|
this.btnD.Location = new System.Drawing.Point(126, 112);
|
|
this.btnD.Name = "btnD";
|
|
this.btnD.Size = new System.Drawing.Size(24, 24);
|
|
this.btnD.TabIndex = 193;
|
|
this.btnD.Tag = "68";
|
|
this.btnD.Text = "D";
|
|
this.btnD.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnS
|
|
//
|
|
this.btnS.Location = new System.Drawing.Point(96, 112);
|
|
this.btnS.Name = "btnS";
|
|
this.btnS.Size = new System.Drawing.Size(24, 24);
|
|
this.btnS.TabIndex = 192;
|
|
this.btnS.Tag = "83";
|
|
this.btnS.Text = "S";
|
|
this.btnS.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnA
|
|
//
|
|
this.btnA.Location = new System.Drawing.Point(66, 112);
|
|
this.btnA.Name = "btnA";
|
|
this.btnA.Size = new System.Drawing.Size(24, 24);
|
|
this.btnA.TabIndex = 191;
|
|
this.btnA.Tag = "65";
|
|
this.btnA.Text = "A";
|
|
this.btnA.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnTAB
|
|
//
|
|
this.btnTAB.Location = new System.Drawing.Point(9, 82);
|
|
this.btnTAB.Name = "btnTAB";
|
|
this.btnTAB.Size = new System.Drawing.Size(36, 24);
|
|
this.btnTAB.TabIndex = 189;
|
|
this.btnTAB.Tag = "9";
|
|
this.btnTAB.Text = "Tab";
|
|
this.btnTAB.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnBACKSLASH
|
|
//
|
|
this.btnBACKSLASH.Location = new System.Drawing.Point(411, 82);
|
|
this.btnBACKSLASH.Name = "btnBACKSLASH";
|
|
this.btnBACKSLASH.Size = new System.Drawing.Size(36, 24);
|
|
this.btnBACKSLASH.TabIndex = 190;
|
|
this.btnBACKSLASH.Tag = "220";
|
|
this.btnBACKSLASH.Text = "\\";
|
|
this.btnBACKSLASH.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnCLOSEBRACKET
|
|
//
|
|
this.btnCLOSEBRACKET.Location = new System.Drawing.Point(381, 82);
|
|
this.btnCLOSEBRACKET.Name = "btnCLOSEBRACKET";
|
|
this.btnCLOSEBRACKET.Size = new System.Drawing.Size(24, 24);
|
|
this.btnCLOSEBRACKET.TabIndex = 188;
|
|
this.btnCLOSEBRACKET.Tag = "221";
|
|
this.btnCLOSEBRACKET.Text = "]";
|
|
this.btnCLOSEBRACKET.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnOPENBRACKET
|
|
//
|
|
this.btnOPENBRACKET.Location = new System.Drawing.Point(351, 82);
|
|
this.btnOPENBRACKET.Name = "btnOPENBRACKET";
|
|
this.btnOPENBRACKET.Size = new System.Drawing.Size(24, 24);
|
|
this.btnOPENBRACKET.TabIndex = 187;
|
|
this.btnOPENBRACKET.Tag = "219";
|
|
this.btnOPENBRACKET.Text = "[";
|
|
this.btnOPENBRACKET.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnP
|
|
//
|
|
this.btnP.Location = new System.Drawing.Point(321, 82);
|
|
this.btnP.Name = "btnP";
|
|
this.btnP.Size = new System.Drawing.Size(24, 24);
|
|
this.btnP.TabIndex = 186;
|
|
this.btnP.Tag = "80";
|
|
this.btnP.Text = "P";
|
|
this.btnP.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnO
|
|
//
|
|
this.btnO.Location = new System.Drawing.Point(291, 82);
|
|
this.btnO.Name = "btnO";
|
|
this.btnO.Size = new System.Drawing.Size(24, 24);
|
|
this.btnO.TabIndex = 185;
|
|
this.btnO.Tag = "79";
|
|
this.btnO.Text = "O";
|
|
this.btnO.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnI
|
|
//
|
|
this.btnI.Location = new System.Drawing.Point(261, 82);
|
|
this.btnI.Name = "btnI";
|
|
this.btnI.Size = new System.Drawing.Size(24, 24);
|
|
this.btnI.TabIndex = 184;
|
|
this.btnI.Tag = "73";
|
|
this.btnI.Text = "I";
|
|
this.btnI.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnU
|
|
//
|
|
this.btnU.Location = new System.Drawing.Point(231, 82);
|
|
this.btnU.Name = "btnU";
|
|
this.btnU.Size = new System.Drawing.Size(24, 24);
|
|
this.btnU.TabIndex = 183;
|
|
this.btnU.Tag = "85";
|
|
this.btnU.Text = "U";
|
|
this.btnU.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnY
|
|
//
|
|
this.btnY.Location = new System.Drawing.Point(201, 82);
|
|
this.btnY.Name = "btnY";
|
|
this.btnY.Size = new System.Drawing.Size(24, 24);
|
|
this.btnY.TabIndex = 182;
|
|
this.btnY.Tag = "89";
|
|
this.btnY.Text = "Y";
|
|
this.btnY.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnT
|
|
//
|
|
this.btnT.Location = new System.Drawing.Point(171, 82);
|
|
this.btnT.Name = "btnT";
|
|
this.btnT.Size = new System.Drawing.Size(24, 24);
|
|
this.btnT.TabIndex = 181;
|
|
this.btnT.Tag = "84";
|
|
this.btnT.Text = "T";
|
|
this.btnT.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnR
|
|
//
|
|
this.btnR.Location = new System.Drawing.Point(141, 82);
|
|
this.btnR.Name = "btnR";
|
|
this.btnR.Size = new System.Drawing.Size(24, 24);
|
|
this.btnR.TabIndex = 180;
|
|
this.btnR.Tag = "82";
|
|
this.btnR.Text = "R";
|
|
this.btnR.UseVisualStyleBackColor = true;
|
|
//
|
|
// bTNRIGHTMOUSE
|
|
//
|
|
this.bTNRIGHTMOUSE.Location = new System.Drawing.Point(813, 82);
|
|
this.bTNRIGHTMOUSE.Name = "bTNRIGHTMOUSE";
|
|
this.bTNRIGHTMOUSE.Size = new System.Drawing.Size(24, 24);
|
|
this.bTNRIGHTMOUSE.TabIndex = 178;
|
|
this.bTNRIGHTMOUSE.Tag = "Right Mouse Button";
|
|
this.bTNRIGHTMOUSE.Text = "Right Mouse Button";
|
|
this.bTNRIGHTMOUSE.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnE
|
|
//
|
|
this.btnE.Location = new System.Drawing.Point(111, 82);
|
|
this.btnE.Name = "btnE";
|
|
this.btnE.Size = new System.Drawing.Size(24, 24);
|
|
this.btnE.TabIndex = 179;
|
|
this.btnE.Tag = "69";
|
|
this.btnE.Text = "E";
|
|
this.btnE.UseVisualStyleBackColor = true;
|
|
//
|
|
// bnWHEELDOWN
|
|
//
|
|
this.bnWHEELDOWN.Location = new System.Drawing.Point(783, 107);
|
|
this.bnWHEELDOWN.Name = "bnWHEELDOWN";
|
|
this.bnWHEELDOWN.Size = new System.Drawing.Size(24, 21);
|
|
this.bnWHEELDOWN.TabIndex = 175;
|
|
this.bnWHEELDOWN.Tag = "Mouse Wheel Down";
|
|
this.bnWHEELDOWN.Text = "↓Mouse Wheel Down";
|
|
this.bnWHEELDOWN.UseVisualStyleBackColor = true;
|
|
//
|
|
// bnWHEELUP
|
|
//
|
|
this.bnWHEELUP.Location = new System.Drawing.Point(783, 59);
|
|
this.bnWHEELUP.Name = "bnWHEELUP";
|
|
this.bnWHEELUP.Size = new System.Drawing.Size(24, 22);
|
|
this.bnWHEELUP.TabIndex = 174;
|
|
this.bnWHEELUP.Tag = "Mouse Wheel Up";
|
|
this.bnWHEELUP.Text = "↑Mouse Wheel Up";
|
|
this.bnWHEELUP.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnMIDDLEMOUSE
|
|
//
|
|
this.btnMIDDLEMOUSE.Location = new System.Drawing.Point(783, 82);
|
|
this.btnMIDDLEMOUSE.Name = "btnMIDDLEMOUSE";
|
|
this.btnMIDDLEMOUSE.Size = new System.Drawing.Size(24, 24);
|
|
this.btnMIDDLEMOUSE.TabIndex = 176;
|
|
this.btnMIDDLEMOUSE.Tag = "Middle Mouse Button";
|
|
this.btnMIDDLEMOUSE.Text = "Middle Mouse Button";
|
|
this.btnMIDDLEMOUSE.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnW
|
|
//
|
|
this.btnW.Location = new System.Drawing.Point(81, 82);
|
|
this.btnW.Name = "btnW";
|
|
this.btnW.Size = new System.Drawing.Size(24, 24);
|
|
this.btnW.TabIndex = 177;
|
|
this.btnW.Tag = "87";
|
|
this.btnW.Text = "W";
|
|
this.btnW.UseVisualStyleBackColor = true;
|
|
//
|
|
// button33
|
|
//
|
|
this.button33.Location = new System.Drawing.Point(818, 147);
|
|
this.button33.Name = "button33";
|
|
this.button33.Size = new System.Drawing.Size(19, 24);
|
|
this.button33.TabIndex = 169;
|
|
this.button33.Tag = "5th Mouse Button";
|
|
this.button33.Text = "5th Mouse Button";
|
|
this.button33.UseVisualStyleBackColor = true;
|
|
//
|
|
// button30
|
|
//
|
|
this.button30.Location = new System.Drawing.Point(753, 146);
|
|
this.button30.Name = "button30";
|
|
this.button30.Size = new System.Drawing.Size(19, 24);
|
|
this.button30.TabIndex = 173;
|
|
this.button30.Tag = "4th Mouse Button";
|
|
this.button30.Text = "4th Mouse Button";
|
|
this.button30.UseVisualStyleBackColor = true;
|
|
//
|
|
// bnMOUSERIGHT
|
|
//
|
|
this.bnMOUSERIGHT.Location = new System.Drawing.Point(827, 117);
|
|
this.bnMOUSERIGHT.Name = "bnMOUSERIGHT";
|
|
this.bnMOUSERIGHT.Size = new System.Drawing.Size(24, 24);
|
|
this.bnMOUSERIGHT.TabIndex = 171;
|
|
this.bnMOUSERIGHT.Tag = "Mouse Right";
|
|
this.bnMOUSERIGHT.Text = "→Mouse Right";
|
|
this.bnMOUSERIGHT.UseVisualStyleBackColor = true;
|
|
//
|
|
// bnMOUSELEFT
|
|
//
|
|
this.bnMOUSELEFT.Location = new System.Drawing.Point(736, 118);
|
|
this.bnMOUSELEFT.Name = "bnMOUSELEFT";
|
|
this.bnMOUSELEFT.Size = new System.Drawing.Size(24, 24);
|
|
this.bnMOUSELEFT.TabIndex = 172;
|
|
this.bnMOUSELEFT.Tag = "Mouse Left";
|
|
this.bnMOUSELEFT.Text = "←Mouse Left";
|
|
this.bnMOUSELEFT.UseVisualStyleBackColor = true;
|
|
//
|
|
// bnMOUSEDOWN
|
|
//
|
|
this.bnMOUSEDOWN.Location = new System.Drawing.Point(783, 167);
|
|
this.bnMOUSEDOWN.Name = "bnMOUSEDOWN";
|
|
this.bnMOUSEDOWN.Size = new System.Drawing.Size(24, 24);
|
|
this.bnMOUSEDOWN.TabIndex = 170;
|
|
this.bnMOUSEDOWN.Tag = "Mouse Down";
|
|
this.bnMOUSEDOWN.Text = "↓Mouse Down";
|
|
this.bnMOUSEDOWN.UseVisualStyleBackColor = true;
|
|
//
|
|
// bnMOUSEUP
|
|
//
|
|
this.bnMOUSEUP.Location = new System.Drawing.Point(783, 25);
|
|
this.bnMOUSEUP.Name = "bnMOUSEUP";
|
|
this.bnMOUSEUP.Size = new System.Drawing.Size(24, 24);
|
|
this.bnMOUSEUP.TabIndex = 167;
|
|
this.bnMOUSEUP.Tag = "Mouse Up";
|
|
this.bnMOUSEUP.Text = "↑Mouse Up";
|
|
this.bnMOUSEUP.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnLEFTMOUSE
|
|
//
|
|
this.btnLEFTMOUSE.Location = new System.Drawing.Point(753, 82);
|
|
this.btnLEFTMOUSE.Name = "btnLEFTMOUSE";
|
|
this.btnLEFTMOUSE.Size = new System.Drawing.Size(24, 24);
|
|
this.btnLEFTMOUSE.TabIndex = 168;
|
|
this.btnLEFTMOUSE.Tag = "Left Mouse Button";
|
|
this.btnLEFTMOUSE.Text = "Left Mouse Button";
|
|
this.btnLEFTMOUSE.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnQ
|
|
//
|
|
this.btnQ.FlatStyle = System.Windows.Forms.FlatStyle.System;
|
|
this.btnQ.Location = new System.Drawing.Point(51, 82);
|
|
this.btnQ.Name = "btnQ";
|
|
this.btnQ.Size = new System.Drawing.Size(24, 24);
|
|
this.btnQ.TabIndex = 166;
|
|
this.btnQ.Tag = "81";
|
|
this.btnQ.Text = "Q";
|
|
this.btnQ.UseVisualStyleBackColor = true;
|
|
//
|
|
// pictureBox2
|
|
//
|
|
this.pictureBox2.Image = global::ScpServer.Properties.Resources.mouse;
|
|
this.pictureBox2.Location = new System.Drawing.Point(747, 41);
|
|
this.pictureBox2.Name = "pictureBox2";
|
|
this.pictureBox2.Size = new System.Drawing.Size(97, 140);
|
|
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
|
this.pictureBox2.TabIndex = 290;
|
|
this.pictureBox2.TabStop = false;
|
|
//
|
|
// cbToggle
|
|
//
|
|
this.cbToggle.AutoSize = true;
|
|
this.cbToggle.Location = new System.Drawing.Point(641, 5);
|
|
this.cbToggle.Name = "cbToggle";
|
|
this.cbToggle.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
this.cbToggle.Size = new System.Drawing.Size(59, 17);
|
|
this.cbToggle.TabIndex = 287;
|
|
this.cbToggle.Text = "Toggle";
|
|
this.cbToggle.UseVisualStyleBackColor = true;
|
|
this.cbToggle.CheckedChanged += new System.EventHandler(this.cbToggle_CheckedChanged);
|
|
//
|
|
// btnUNBOUND2
|
|
//
|
|
this.btnUNBOUND2.Location = new System.Drawing.Point(399, 370);
|
|
this.btnUNBOUND2.Name = "btnUNBOUND2";
|
|
this.btnUNBOUND2.Size = new System.Drawing.Size(75, 23);
|
|
this.btnUNBOUND2.TabIndex = 317;
|
|
this.btnUNBOUND2.Tag = "X360";
|
|
this.btnUNBOUND2.Text = "Unbound";
|
|
this.btnUNBOUND2.UseVisualStyleBackColor = true;
|
|
//
|
|
// button13
|
|
//
|
|
this.button13.Location = new System.Drawing.Point(279, 230);
|
|
this.button13.Name = "button13";
|
|
this.button13.Size = new System.Drawing.Size(82, 24);
|
|
this.button13.TabIndex = 313;
|
|
this.button13.Tag = "X360";
|
|
this.button13.Text = "Left Trigger";
|
|
this.button13.UseVisualStyleBackColor = true;
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.Location = new System.Drawing.Point(508, 230);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(82, 24);
|
|
this.button2.TabIndex = 312;
|
|
this.button2.Tag = "X360";
|
|
this.button2.Text = "Right Trigger";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
//
|
|
// button29
|
|
//
|
|
this.button29.Location = new System.Drawing.Point(556, 343);
|
|
this.button29.Name = "button29";
|
|
this.button29.Size = new System.Drawing.Size(76, 24);
|
|
this.button29.TabIndex = 311;
|
|
this.button29.Tag = "X360";
|
|
this.button29.Text = "Right X-Axis-";
|
|
this.button29.UseVisualStyleBackColor = true;
|
|
//
|
|
// button15
|
|
//
|
|
this.button15.Location = new System.Drawing.Point(3, 263);
|
|
this.button15.Name = "button15";
|
|
this.button15.Size = new System.Drawing.Size(69, 24);
|
|
this.button15.TabIndex = 310;
|
|
this.button15.Tag = "X360";
|
|
this.button15.Text = "Left X-Axis-";
|
|
this.button15.UseVisualStyleBackColor = true;
|
|
//
|
|
// button28
|
|
//
|
|
this.button28.Location = new System.Drawing.Point(632, 372);
|
|
this.button28.Name = "button28";
|
|
this.button28.Size = new System.Drawing.Size(87, 24);
|
|
this.button28.TabIndex = 309;
|
|
this.button28.Tag = "X360";
|
|
this.button28.Text = "Right Y-Axis+";
|
|
this.button28.UseVisualStyleBackColor = true;
|
|
//
|
|
// button16
|
|
//
|
|
this.button16.Location = new System.Drawing.Point(74, 292);
|
|
this.button16.Name = "button16";
|
|
this.button16.Size = new System.Drawing.Size(79, 24);
|
|
this.button16.TabIndex = 308;
|
|
this.button16.Tag = "X360";
|
|
this.button16.Text = "Left Y-Axis+";
|
|
this.button16.UseVisualStyleBackColor = true;
|
|
//
|
|
// button19
|
|
//
|
|
this.button19.Location = new System.Drawing.Point(123, 341);
|
|
this.button19.Name = "button19";
|
|
this.button19.Size = new System.Drawing.Size(82, 24);
|
|
this.button19.TabIndex = 307;
|
|
this.button19.Tag = "X360";
|
|
this.button19.Text = "Left Button";
|
|
this.button19.UseVisualStyleBackColor = true;
|
|
//
|
|
// button20
|
|
//
|
|
this.button20.Location = new System.Drawing.Point(168, 370);
|
|
this.button20.Name = "button20";
|
|
this.button20.Size = new System.Drawing.Size(82, 24);
|
|
this.button20.TabIndex = 306;
|
|
this.button20.Tag = "X360";
|
|
this.button20.Text = "Down Button";
|
|
this.button20.UseVisualStyleBackColor = true;
|
|
//
|
|
// button18
|
|
//
|
|
this.button18.Location = new System.Drawing.Point(168, 313);
|
|
this.button18.Name = "button18";
|
|
this.button18.Size = new System.Drawing.Size(82, 24);
|
|
this.button18.TabIndex = 305;
|
|
this.button18.Tag = "X360";
|
|
this.button18.Text = "Up Button";
|
|
this.button18.UseVisualStyleBackColor = true;
|
|
//
|
|
// button17
|
|
//
|
|
this.button17.Location = new System.Drawing.Point(211, 341);
|
|
this.button17.Name = "button17";
|
|
this.button17.Size = new System.Drawing.Size(82, 24);
|
|
this.button17.TabIndex = 304;
|
|
this.button17.Tag = "X360";
|
|
this.button17.Text = "Right Button";
|
|
this.button17.UseVisualStyleBackColor = true;
|
|
//
|
|
// button27
|
|
//
|
|
this.button27.Location = new System.Drawing.Point(718, 343);
|
|
this.button27.Name = "button27";
|
|
this.button27.Size = new System.Drawing.Size(81, 24);
|
|
this.button27.TabIndex = 314;
|
|
this.button27.Tag = "X360";
|
|
this.button27.Text = "Right X-Axis+";
|
|
this.button27.UseVisualStyleBackColor = true;
|
|
//
|
|
// button26
|
|
//
|
|
this.button26.Location = new System.Drawing.Point(638, 343);
|
|
this.button26.Name = "button26";
|
|
this.button26.Size = new System.Drawing.Size(70, 24);
|
|
this.button26.TabIndex = 303;
|
|
this.button26.Tag = "X360";
|
|
this.button26.Text = "Right Stick";
|
|
this.button26.UseVisualStyleBackColor = true;
|
|
//
|
|
// button14
|
|
//
|
|
this.button14.Location = new System.Drawing.Point(152, 263);
|
|
this.button14.Name = "button14";
|
|
this.button14.Size = new System.Drawing.Size(71, 24);
|
|
this.button14.TabIndex = 315;
|
|
this.button14.Tag = "X360";
|
|
this.button14.Text = "Left X-Axis+";
|
|
this.button14.UseVisualStyleBackColor = true;
|
|
//
|
|
// button25
|
|
//
|
|
this.button25.Location = new System.Drawing.Point(633, 313);
|
|
this.button25.Name = "button25";
|
|
this.button25.Size = new System.Drawing.Size(86, 24);
|
|
this.button25.TabIndex = 302;
|
|
this.button25.Tag = "X360";
|
|
this.button25.Text = "Right Y-Axis-";
|
|
this.button25.UseVisualStyleBackColor = true;
|
|
//
|
|
// button24
|
|
//
|
|
this.button24.Location = new System.Drawing.Point(78, 263);
|
|
this.button24.Name = "button24";
|
|
this.button24.Size = new System.Drawing.Size(70, 24);
|
|
this.button24.TabIndex = 301;
|
|
this.button24.Tag = "X360";
|
|
this.button24.Text = "Left Stick";
|
|
this.button24.UseVisualStyleBackColor = true;
|
|
//
|
|
// button12
|
|
//
|
|
this.button12.Location = new System.Drawing.Point(79, 235);
|
|
this.button12.Name = "button12";
|
|
this.button12.Size = new System.Drawing.Size(69, 24);
|
|
this.button12.TabIndex = 300;
|
|
this.button12.Tag = "X360";
|
|
this.button12.Text = "Left Y-Axis-";
|
|
this.button12.UseVisualStyleBackColor = true;
|
|
//
|
|
// button11
|
|
//
|
|
this.button11.Location = new System.Drawing.Point(291, 260);
|
|
this.button11.Name = "button11";
|
|
this.button11.Size = new System.Drawing.Size(82, 24);
|
|
this.button11.TabIndex = 299;
|
|
this.button11.Tag = "X360";
|
|
this.button11.Text = "Left Bumper";
|
|
this.button11.UseVisualStyleBackColor = true;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(508, 260);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(82, 24);
|
|
this.button1.TabIndex = 298;
|
|
this.button1.Tag = "X360";
|
|
this.button1.Text = "Right Bumper";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
//
|
|
// button10
|
|
//
|
|
this.button10.Location = new System.Drawing.Point(717, 233);
|
|
this.button10.Name = "button10";
|
|
this.button10.Size = new System.Drawing.Size(60, 24);
|
|
this.button10.TabIndex = 297;
|
|
this.button10.Tag = "X360";
|
|
this.button10.Text = "Y Button";
|
|
this.button10.UseVisualStyleBackColor = true;
|
|
//
|
|
// button9
|
|
//
|
|
this.button9.Location = new System.Drawing.Point(682, 263);
|
|
this.button9.Name = "button9";
|
|
this.button9.Size = new System.Drawing.Size(60, 24);
|
|
this.button9.TabIndex = 296;
|
|
this.button9.Tag = "X360";
|
|
this.button9.Text = "X Button";
|
|
this.button9.UseVisualStyleBackColor = true;
|
|
//
|
|
// button8
|
|
//
|
|
this.button8.Location = new System.Drawing.Point(758, 263);
|
|
this.button8.Name = "button8";
|
|
this.button8.Size = new System.Drawing.Size(62, 24);
|
|
this.button8.TabIndex = 295;
|
|
this.button8.Tag = "X360";
|
|
this.button8.Text = "B Button";
|
|
this.button8.UseVisualStyleBackColor = true;
|
|
//
|
|
// button23
|
|
//
|
|
this.button23.Location = new System.Drawing.Point(353, 303);
|
|
this.button23.Name = "button23";
|
|
this.button23.Size = new System.Drawing.Size(47, 24);
|
|
this.button23.TabIndex = 292;
|
|
this.button23.Tag = "X360";
|
|
this.button23.Text = "Back";
|
|
this.button23.UseVisualStyleBackColor = true;
|
|
//
|
|
// button22
|
|
//
|
|
this.button22.Location = new System.Drawing.Point(474, 303);
|
|
this.button22.Name = "button22";
|
|
this.button22.Size = new System.Drawing.Size(37, 24);
|
|
this.button22.TabIndex = 294;
|
|
this.button22.Tag = "X360";
|
|
this.button22.Text = "Start";
|
|
this.button22.UseVisualStyleBackColor = true;
|
|
//
|
|
// button21
|
|
//
|
|
this.button21.Location = new System.Drawing.Point(415, 303);
|
|
this.button21.Name = "button21";
|
|
this.button21.Size = new System.Drawing.Size(47, 24);
|
|
this.button21.TabIndex = 291;
|
|
this.button21.Tag = "X360";
|
|
this.button21.Text = "Guide";
|
|
this.button21.UseVisualStyleBackColor = true;
|
|
//
|
|
// button3
|
|
//
|
|
this.button3.Location = new System.Drawing.Point(718, 290);
|
|
this.button3.Name = "button3";
|
|
this.button3.Size = new System.Drawing.Size(62, 24);
|
|
this.button3.TabIndex = 293;
|
|
this.button3.Tag = "X360";
|
|
this.button3.Text = "A Button";
|
|
this.button3.UseVisualStyleBackColor = true;
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.Enabled = false;
|
|
this.pictureBox1.Image = global::ScpServer.Properties.Resources._360_fades;
|
|
this.pictureBox1.Location = new System.Drawing.Point(2, 226);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(851, 177);
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
|
this.pictureBox1.TabIndex = 316;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// X360Label
|
|
//
|
|
this.X360Label.AutoSize = true;
|
|
this.X360Label.Location = new System.Drawing.Point(394, 210);
|
|
this.X360Label.Name = "X360Label";
|
|
this.X360Label.Size = new System.Drawing.Size(73, 13);
|
|
this.X360Label.TabIndex = 318;
|
|
this.X360Label.Text = "X360 Controls";
|
|
//
|
|
// KBMlabel
|
|
//
|
|
this.KBMlabel.AutoSize = true;
|
|
this.KBMlabel.Location = new System.Drawing.Point(378, 6);
|
|
this.KBMlabel.Name = "KBMlabel";
|
|
this.KBMlabel.Size = new System.Drawing.Size(108, 13);
|
|
this.KBMlabel.TabIndex = 318;
|
|
this.KBMlabel.Text = "Keyboard and Mouse";
|
|
//
|
|
// cBMacro
|
|
//
|
|
this.cBMacro.AutoSize = true;
|
|
this.cBMacro.Location = new System.Drawing.Point(791, 5);
|
|
this.cBMacro.Name = "cBMacro";
|
|
this.cBMacro.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
this.cBMacro.Size = new System.Drawing.Size(56, 17);
|
|
this.cBMacro.TabIndex = 287;
|
|
this.cBMacro.Text = "Macro";
|
|
this.cBMacro.UseVisualStyleBackColor = true;
|
|
this.cBMacro.CheckedChanged += new System.EventHandler(this.cBMacro_CheckedChanged);
|
|
//
|
|
// lBMacroOrder
|
|
//
|
|
this.lBMacroOrder.AutoSize = true;
|
|
this.lBMacroOrder.Location = new System.Drawing.Point(12, 6);
|
|
this.lBMacroOrder.Name = "lBMacroOrder";
|
|
this.lBMacroOrder.Size = new System.Drawing.Size(72, 13);
|
|
this.lBMacroOrder.TabIndex = 319;
|
|
this.lBMacroOrder.Text = "Macro Order: ";
|
|
this.lBMacroOrder.Visible = false;
|
|
//
|
|
// KBM360
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(854, 403);
|
|
this.Controls.Add(this.lBMacroOrder);
|
|
this.Controls.Add(this.KBMlabel);
|
|
this.Controls.Add(this.X360Label);
|
|
this.Controls.Add(this.btnUNBOUND2);
|
|
this.Controls.Add(this.button13);
|
|
this.Controls.Add(this.button2);
|
|
this.Controls.Add(this.button29);
|
|
this.Controls.Add(this.button15);
|
|
this.Controls.Add(this.button28);
|
|
this.Controls.Add(this.button16);
|
|
this.Controls.Add(this.button19);
|
|
this.Controls.Add(this.button20);
|
|
this.Controls.Add(this.button18);
|
|
this.Controls.Add(this.button17);
|
|
this.Controls.Add(this.button27);
|
|
this.Controls.Add(this.button26);
|
|
this.Controls.Add(this.button14);
|
|
this.Controls.Add(this.button25);
|
|
this.Controls.Add(this.button24);
|
|
this.Controls.Add(this.button12);
|
|
this.Controls.Add(this.button11);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.button10);
|
|
this.Controls.Add(this.button9);
|
|
this.Controls.Add(this.button8);
|
|
this.Controls.Add(this.button23);
|
|
this.Controls.Add(this.button22);
|
|
this.Controls.Add(this.button21);
|
|
this.Controls.Add(this.button3);
|
|
this.Controls.Add(this.pictureBox1);
|
|
this.Controls.Add(this.lBTip);
|
|
this.Controls.Add(this.cbScanCode);
|
|
this.Controls.Add(this.button7);
|
|
this.Controls.Add(this.button5);
|
|
this.Controls.Add(this.button4);
|
|
this.Controls.Add(this.button6);
|
|
this.Controls.Add(this.btnNUMDOT);
|
|
this.Controls.Add(this.btnNUM3);
|
|
this.Controls.Add(this.btnNUM2);
|
|
this.Controls.Add(this.btnNUM0);
|
|
this.Controls.Add(this.btnNUM6);
|
|
this.Controls.Add(this.btnNUM1);
|
|
this.Controls.Add(this.btnNUM5);
|
|
this.Controls.Add(this.btnNUM4);
|
|
this.Controls.Add(this.btnNUMENTER);
|
|
this.Controls.Add(this.btnNUMPLUS);
|
|
this.Controls.Add(this.btnNUMMINUS);
|
|
this.Controls.Add(this.btnNUM9);
|
|
this.Controls.Add(this.btnNUMSTAR);
|
|
this.Controls.Add(this.btnNUM8);
|
|
this.Controls.Add(this.btnNUMSLASH);
|
|
this.Controls.Add(this.btnNUM7);
|
|
this.Controls.Add(this.btnNUMLOCK);
|
|
this.Controls.Add(this.btnESC);
|
|
this.Controls.Add(this.btnTILDE);
|
|
this.Controls.Add(this.btnF11);
|
|
this.Controls.Add(this.btnF10);
|
|
this.Controls.Add(this.btnF12);
|
|
this.Controls.Add(this.btnBREAK);
|
|
this.Controls.Add(this.button35);
|
|
this.Controls.Add(this.button39);
|
|
this.Controls.Add(this.button38);
|
|
this.Controls.Add(this.bnPREVTRACK);
|
|
this.Controls.Add(this.bnNEXTTRACK);
|
|
this.Controls.Add(this.bnPLAYPAUSE);
|
|
this.Controls.Add(this.bnSTOP);
|
|
this.Controls.Add(this.button34);
|
|
this.Controls.Add(this.btnSCL);
|
|
this.Controls.Add(this.btnDEL);
|
|
this.Controls.Add(this.btnEND);
|
|
this.Controls.Add(this.btnPGDN);
|
|
this.Controls.Add(this.btnPGUP);
|
|
this.Controls.Add(this.btnHOME);
|
|
this.Controls.Add(this.btnINS);
|
|
this.Controls.Add(this.btnF9);
|
|
this.Controls.Add(this.btnF8);
|
|
this.Controls.Add(this.btnF7);
|
|
this.Controls.Add(this.btnF6);
|
|
this.Controls.Add(this.btnF5);
|
|
this.Controls.Add(this.btnF4);
|
|
this.Controls.Add(this.btnF3);
|
|
this.Controls.Add(this.btnF2);
|
|
this.Controls.Add(this.btnF1);
|
|
this.Controls.Add(this.btn1);
|
|
this.Controls.Add(this.btnBACKSPACE);
|
|
this.Controls.Add(this.btnEQUALS);
|
|
this.Controls.Add(this.btnMINUS);
|
|
this.Controls.Add(this.btn0);
|
|
this.Controls.Add(this.btn9);
|
|
this.Controls.Add(this.btn8);
|
|
this.Controls.Add(this.btn7);
|
|
this.Controls.Add(this.btn6);
|
|
this.Controls.Add(this.btn5);
|
|
this.Controls.Add(this.btn4);
|
|
this.Controls.Add(this.btn3);
|
|
this.Controls.Add(this.btn2);
|
|
this.Controls.Add(this.btnSPACE);
|
|
this.Controls.Add(this.btnLSHIFT);
|
|
this.Controls.Add(this.btnRSHIFT);
|
|
this.Controls.Add(this.btnSLASH);
|
|
this.Controls.Add(this.btnPERIOD);
|
|
this.Controls.Add(this.btnCOMMA);
|
|
this.Controls.Add(this.btnM);
|
|
this.Controls.Add(this.btnN);
|
|
this.Controls.Add(this.btnB);
|
|
this.Controls.Add(this.btnV);
|
|
this.Controls.Add(this.btnC);
|
|
this.Controls.Add(this.btnX);
|
|
this.Controls.Add(this.btnZ);
|
|
this.Controls.Add(this.btnRALT);
|
|
this.Controls.Add(this.button36);
|
|
this.Controls.Add(this.btnWINDOWS);
|
|
this.Controls.Add(this.btnLALT);
|
|
this.Controls.Add(this.btnRCTRL);
|
|
this.Controls.Add(this.btnLCTRL);
|
|
this.Controls.Add(this.btnCAPS);
|
|
this.Controls.Add(this.btnRETURN);
|
|
this.Controls.Add(this.btnAPOSTROPHE);
|
|
this.Controls.Add(this.btnSEMICOLON);
|
|
this.Controls.Add(this.btnL);
|
|
this.Controls.Add(this.btnK);
|
|
this.Controls.Add(this.btnJ);
|
|
this.Controls.Add(this.btnH);
|
|
this.Controls.Add(this.btnG);
|
|
this.Controls.Add(this.btnF);
|
|
this.Controls.Add(this.btnD);
|
|
this.Controls.Add(this.btnS);
|
|
this.Controls.Add(this.btnA);
|
|
this.Controls.Add(this.btnTAB);
|
|
this.Controls.Add(this.btnBACKSLASH);
|
|
this.Controls.Add(this.btnCLOSEBRACKET);
|
|
this.Controls.Add(this.btnOPENBRACKET);
|
|
this.Controls.Add(this.btnP);
|
|
this.Controls.Add(this.btnO);
|
|
this.Controls.Add(this.btnI);
|
|
this.Controls.Add(this.btnU);
|
|
this.Controls.Add(this.btnY);
|
|
this.Controls.Add(this.btnT);
|
|
this.Controls.Add(this.btnR);
|
|
this.Controls.Add(this.bTNRIGHTMOUSE);
|
|
this.Controls.Add(this.btnE);
|
|
this.Controls.Add(this.bnWHEELDOWN);
|
|
this.Controls.Add(this.bnWHEELUP);
|
|
this.Controls.Add(this.btnMIDDLEMOUSE);
|
|
this.Controls.Add(this.btnW);
|
|
this.Controls.Add(this.button33);
|
|
this.Controls.Add(this.button30);
|
|
this.Controls.Add(this.bnMOUSERIGHT);
|
|
this.Controls.Add(this.bnMOUSELEFT);
|
|
this.Controls.Add(this.bnMOUSEDOWN);
|
|
this.Controls.Add(this.bnMOUSEUP);
|
|
this.Controls.Add(this.btnLEFTMOUSE);
|
|
this.Controls.Add(this.btnQ);
|
|
this.Controls.Add(this.pictureBox2);
|
|
this.Controls.Add(this.cBMacro);
|
|
this.Controls.Add(this.cbToggle);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.KeyPreview = true;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "KBM360";
|
|
this.Text = "Keybaord";
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.finalMeasure);
|
|
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Key_Down_Action);
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label lBTip;
|
|
private System.Windows.Forms.CheckBox cbScanCode;
|
|
private System.Windows.Forms.Button button7;
|
|
private System.Windows.Forms.Button button5;
|
|
private System.Windows.Forms.Button button4;
|
|
private System.Windows.Forms.Button button6;
|
|
private System.Windows.Forms.Button btnNUMDOT;
|
|
private System.Windows.Forms.Button btnNUM3;
|
|
private System.Windows.Forms.Button btnNUM2;
|
|
private System.Windows.Forms.Button btnNUM0;
|
|
private System.Windows.Forms.Button btnNUM6;
|
|
private System.Windows.Forms.Button btnNUM1;
|
|
private System.Windows.Forms.Button btnNUM5;
|
|
private System.Windows.Forms.Button btnNUM4;
|
|
private System.Windows.Forms.Button btnNUMENTER;
|
|
private System.Windows.Forms.Button btnNUMPLUS;
|
|
private System.Windows.Forms.Button btnNUMMINUS;
|
|
private System.Windows.Forms.Button btnNUM9;
|
|
private System.Windows.Forms.Button btnNUMSTAR;
|
|
private System.Windows.Forms.Button btnNUM8;
|
|
private System.Windows.Forms.Button btnNUMSLASH;
|
|
private System.Windows.Forms.Button btnNUM7;
|
|
private System.Windows.Forms.Button btnNUMLOCK;
|
|
private System.Windows.Forms.Button btnESC;
|
|
private System.Windows.Forms.Button btnTILDE;
|
|
private System.Windows.Forms.Button btnF11;
|
|
private System.Windows.Forms.Button btnF10;
|
|
private System.Windows.Forms.Button btnF12;
|
|
private System.Windows.Forms.Button btnBREAK;
|
|
private System.Windows.Forms.Button button35;
|
|
private System.Windows.Forms.Button button39;
|
|
private System.Windows.Forms.Button button38;
|
|
private System.Windows.Forms.Button bnPREVTRACK;
|
|
private System.Windows.Forms.Button bnNEXTTRACK;
|
|
private System.Windows.Forms.Button bnPLAYPAUSE;
|
|
private System.Windows.Forms.Button bnSTOP;
|
|
private System.Windows.Forms.Button button34;
|
|
private System.Windows.Forms.Button btnSCL;
|
|
private System.Windows.Forms.Button btnDEL;
|
|
private System.Windows.Forms.Button btnEND;
|
|
private System.Windows.Forms.Button btnPGDN;
|
|
private System.Windows.Forms.Button btnPGUP;
|
|
private System.Windows.Forms.Button btnHOME;
|
|
private System.Windows.Forms.Button btnINS;
|
|
private System.Windows.Forms.Button btnF9;
|
|
private System.Windows.Forms.Button btnF8;
|
|
private System.Windows.Forms.Button btnF7;
|
|
private System.Windows.Forms.Button btnF6;
|
|
private System.Windows.Forms.Button btnF5;
|
|
private System.Windows.Forms.Button btnF4;
|
|
private System.Windows.Forms.Button btnF3;
|
|
private System.Windows.Forms.Button btnF2;
|
|
private System.Windows.Forms.Button btnF1;
|
|
private System.Windows.Forms.Button btn1;
|
|
private System.Windows.Forms.Button btnBACKSPACE;
|
|
private System.Windows.Forms.Button btnEQUALS;
|
|
private System.Windows.Forms.Button btnMINUS;
|
|
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 btn6;
|
|
private System.Windows.Forms.Button btn5;
|
|
private System.Windows.Forms.Button btn4;
|
|
private System.Windows.Forms.Button btn3;
|
|
private System.Windows.Forms.Button btn2;
|
|
private System.Windows.Forms.Button btnSPACE;
|
|
private System.Windows.Forms.Button btnLSHIFT;
|
|
private System.Windows.Forms.Button btnRSHIFT;
|
|
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 btnB;
|
|
private System.Windows.Forms.Button btnV;
|
|
private System.Windows.Forms.Button btnC;
|
|
private System.Windows.Forms.Button btnX;
|
|
private System.Windows.Forms.Button btnZ;
|
|
private System.Windows.Forms.Button btnRALT;
|
|
private System.Windows.Forms.Button button36;
|
|
private System.Windows.Forms.Button btnWINDOWS;
|
|
private System.Windows.Forms.Button btnLALT;
|
|
private System.Windows.Forms.Button btnRCTRL;
|
|
private System.Windows.Forms.Button btnLCTRL;
|
|
private System.Windows.Forms.Button btnCAPS;
|
|
private System.Windows.Forms.Button btnRETURN;
|
|
private System.Windows.Forms.Button btnAPOSTROPHE;
|
|
private System.Windows.Forms.Button btnSEMICOLON;
|
|
private System.Windows.Forms.Button btnL;
|
|
private System.Windows.Forms.Button btnK;
|
|
private System.Windows.Forms.Button btnJ;
|
|
private System.Windows.Forms.Button btnH;
|
|
private System.Windows.Forms.Button btnG;
|
|
private System.Windows.Forms.Button btnF;
|
|
private System.Windows.Forms.Button btnD;
|
|
private System.Windows.Forms.Button btnS;
|
|
private System.Windows.Forms.Button btnA;
|
|
private System.Windows.Forms.Button btnTAB;
|
|
private System.Windows.Forms.Button btnBACKSLASH;
|
|
private System.Windows.Forms.Button btnCLOSEBRACKET;
|
|
private System.Windows.Forms.Button btnOPENBRACKET;
|
|
private System.Windows.Forms.Button btnP;
|
|
private System.Windows.Forms.Button btnO;
|
|
private System.Windows.Forms.Button btnI;
|
|
private System.Windows.Forms.Button btnU;
|
|
private System.Windows.Forms.Button btnY;
|
|
private System.Windows.Forms.Button btnT;
|
|
private System.Windows.Forms.Button btnR;
|
|
private System.Windows.Forms.Button bTNRIGHTMOUSE;
|
|
private System.Windows.Forms.Button btnE;
|
|
private System.Windows.Forms.Button bnWHEELDOWN;
|
|
private System.Windows.Forms.Button bnWHEELUP;
|
|
private System.Windows.Forms.Button btnMIDDLEMOUSE;
|
|
private System.Windows.Forms.Button btnW;
|
|
private System.Windows.Forms.Button button33;
|
|
private System.Windows.Forms.Button button30;
|
|
private System.Windows.Forms.Button bnMOUSERIGHT;
|
|
private System.Windows.Forms.Button bnMOUSELEFT;
|
|
private System.Windows.Forms.Button bnMOUSEDOWN;
|
|
private System.Windows.Forms.Button bnMOUSEUP;
|
|
private System.Windows.Forms.Button btnLEFTMOUSE;
|
|
private System.Windows.Forms.Button btnQ;
|
|
private System.Windows.Forms.PictureBox pictureBox2;
|
|
private System.Windows.Forms.CheckBox cbToggle;
|
|
private System.Windows.Forms.Button btnUNBOUND2;
|
|
private System.Windows.Forms.Button button13;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.Button button29;
|
|
private System.Windows.Forms.Button button15;
|
|
private System.Windows.Forms.Button button28;
|
|
private System.Windows.Forms.Button button16;
|
|
private System.Windows.Forms.Button button19;
|
|
private System.Windows.Forms.Button button20;
|
|
private System.Windows.Forms.Button button18;
|
|
private System.Windows.Forms.Button button17;
|
|
private System.Windows.Forms.Button button27;
|
|
private System.Windows.Forms.Button button26;
|
|
private System.Windows.Forms.Button button14;
|
|
private System.Windows.Forms.Button button25;
|
|
private System.Windows.Forms.Button button24;
|
|
private System.Windows.Forms.Button button12;
|
|
private System.Windows.Forms.Button button11;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Button button10;
|
|
private System.Windows.Forms.Button button9;
|
|
private System.Windows.Forms.Button button8;
|
|
private System.Windows.Forms.Button button23;
|
|
private System.Windows.Forms.Button button22;
|
|
private System.Windows.Forms.Button button21;
|
|
private System.Windows.Forms.Button button3;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.Label X360Label;
|
|
private System.Windows.Forms.Label KBMlabel;
|
|
private System.Windows.Forms.CheckBox cBMacro;
|
|
private System.Windows.Forms.Label lBMacroOrder;
|
|
|
|
}
|
|
} |