mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-23 01:39:17 +01:00
b4a6249fa3
Significant CPU usage decrease by reworking how single instances work, on a mobile i7 for example with a single controller connected usage went from 4-6% to .5-1.5%. With no controllers connected the usage went from 2.5-4.5% to 0%! As mentioned before, single instances has been reworked, so trying to relaunch DS4W more reliably opens the previous instance Fixed Shift modifier not working if main controls were not modified Fixed Tilt Left for Shift modifier Fixed default text of shift controls Remove touchpad movement notification when swipe for controls is enabled Can test the rumble motors separately via Heavy and Light Truly implemented Flush HID (I think) Slight change in profiles, when loading profiles in for the first time in this new version, there may be a slight delay Updated French Translations Removed mouse moving as an option for touch swipes controls, as they weren't implemented nor have a purpose to be
1792 lines
74 KiB
C#
1792 lines
74 KiB
C#
namespace DS4Windows
|
|
{
|
|
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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(KBM360));
|
|
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.btnPREVTRACK = new System.Windows.Forms.Button();
|
|
this.btnNEXTTRACK = new System.Windows.Forms.Button();
|
|
this.btnPLAYPAUSE = new System.Windows.Forms.Button();
|
|
this.btnSTOP = 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.btnMOUSERIGHT = new System.Windows.Forms.Button();
|
|
this.btnMOUSELEFT = new System.Windows.Forms.Button();
|
|
this.btnMOUSEDOWN = new System.Windows.Forms.Button();
|
|
this.btnMOUSEUP = 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.btnRSL = new System.Windows.Forms.Button();
|
|
this.btnLSL = new System.Windows.Forms.Button();
|
|
this.btnRSD = new System.Windows.Forms.Button();
|
|
this.btnLSD = 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.btnRSR = new System.Windows.Forms.Button();
|
|
this.btnRS = new System.Windows.Forms.Button();
|
|
this.btnLSR = new System.Windows.Forms.Button();
|
|
this.btnRSU = new System.Windows.Forms.Button();
|
|
this.btnLS = new System.Windows.Forms.Button();
|
|
this.btnLSU = new System.Windows.Forms.Button();
|
|
this.button11 = new System.Windows.Forms.Button();
|
|
this.btnRB = 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.X360Label = new System.Windows.Forms.Label();
|
|
this.KBMlabel = new System.Windows.Forms.Label();
|
|
this.lBMacroOn = new System.Windows.Forms.Label();
|
|
this.bnMacro = new System.Windows.Forms.Button();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.btnFallBack = new System.Windows.Forms.Button();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// lBTip
|
|
//
|
|
resources.ApplyResources(this.lBTip, "lBTip");
|
|
this.lBTip.ForeColor = System.Drawing.SystemColors.GrayText;
|
|
this.lBTip.Name = "lBTip";
|
|
//
|
|
// cbScanCode
|
|
//
|
|
resources.ApplyResources(this.cbScanCode, "cbScanCode");
|
|
this.cbScanCode.Name = "cbScanCode";
|
|
this.cbScanCode.TabStop = false;
|
|
this.cbScanCode.UseVisualStyleBackColor = true;
|
|
//
|
|
// button7
|
|
//
|
|
resources.ApplyResources(this.button7, "button7");
|
|
this.button7.Name = "button7";
|
|
this.button7.TabStop = false;
|
|
this.button7.Tag = "38";
|
|
this.button7.UseVisualStyleBackColor = true;
|
|
//
|
|
// button5
|
|
//
|
|
resources.ApplyResources(this.button5, "button5");
|
|
this.button5.Name = "button5";
|
|
this.button5.TabStop = false;
|
|
this.button5.Tag = "39";
|
|
this.button5.UseVisualStyleBackColor = true;
|
|
//
|
|
// button4
|
|
//
|
|
resources.ApplyResources(this.button4, "button4");
|
|
this.button4.Name = "button4";
|
|
this.button4.TabStop = false;
|
|
this.button4.Tag = "37";
|
|
this.button4.UseVisualStyleBackColor = true;
|
|
//
|
|
// button6
|
|
//
|
|
resources.ApplyResources(this.button6, "button6");
|
|
this.button6.Name = "button6";
|
|
this.button6.TabStop = false;
|
|
this.button6.Tag = "40";
|
|
this.button6.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnNUMDOT
|
|
//
|
|
resources.ApplyResources(this.btnNUMDOT, "btnNUMDOT");
|
|
this.btnNUMDOT.Name = "btnNUMDOT";
|
|
this.btnNUMDOT.TabStop = false;
|
|
this.btnNUMDOT.Tag = "110";
|
|
this.btnNUMDOT.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnNUM3
|
|
//
|
|
resources.ApplyResources(this.btnNUM3, "btnNUM3");
|
|
this.btnNUM3.Name = "btnNUM3";
|
|
this.btnNUM3.TabStop = false;
|
|
this.btnNUM3.Tag = "99";
|
|
this.btnNUM3.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnNUM2
|
|
//
|
|
resources.ApplyResources(this.btnNUM2, "btnNUM2");
|
|
this.btnNUM2.Name = "btnNUM2";
|
|
this.btnNUM2.TabStop = false;
|
|
this.btnNUM2.Tag = "98";
|
|
this.btnNUM2.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnNUM0
|
|
//
|
|
resources.ApplyResources(this.btnNUM0, "btnNUM0");
|
|
this.btnNUM0.Name = "btnNUM0";
|
|
this.btnNUM0.TabStop = false;
|
|
this.btnNUM0.Tag = "96";
|
|
this.btnNUM0.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnNUM6
|
|
//
|
|
resources.ApplyResources(this.btnNUM6, "btnNUM6");
|
|
this.btnNUM6.Name = "btnNUM6";
|
|
this.btnNUM6.TabStop = false;
|
|
this.btnNUM6.Tag = "102";
|
|
this.btnNUM6.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnNUM1
|
|
//
|
|
resources.ApplyResources(this.btnNUM1, "btnNUM1");
|
|
this.btnNUM1.Name = "btnNUM1";
|
|
this.btnNUM1.TabStop = false;
|
|
this.btnNUM1.Tag = "97";
|
|
this.btnNUM1.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnNUM5
|
|
//
|
|
resources.ApplyResources(this.btnNUM5, "btnNUM5");
|
|
this.btnNUM5.Name = "btnNUM5";
|
|
this.btnNUM5.TabStop = false;
|
|
this.btnNUM5.Tag = "101";
|
|
this.btnNUM5.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnNUM4
|
|
//
|
|
resources.ApplyResources(this.btnNUM4, "btnNUM4");
|
|
this.btnNUM4.Name = "btnNUM4";
|
|
this.btnNUM4.TabStop = false;
|
|
this.btnNUM4.Tag = "100";
|
|
this.btnNUM4.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnNUMENTER
|
|
//
|
|
resources.ApplyResources(this.btnNUMENTER, "btnNUMENTER");
|
|
this.btnNUMENTER.Name = "btnNUMENTER";
|
|
this.btnNUMENTER.TabStop = false;
|
|
this.btnNUMENTER.Tag = "13";
|
|
this.btnNUMENTER.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnNUMPLUS
|
|
//
|
|
resources.ApplyResources(this.btnNUMPLUS, "btnNUMPLUS");
|
|
this.btnNUMPLUS.Name = "btnNUMPLUS";
|
|
this.btnNUMPLUS.TabStop = false;
|
|
this.btnNUMPLUS.Tag = "107";
|
|
this.btnNUMPLUS.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnNUMMINUS
|
|
//
|
|
resources.ApplyResources(this.btnNUMMINUS, "btnNUMMINUS");
|
|
this.btnNUMMINUS.Name = "btnNUMMINUS";
|
|
this.btnNUMMINUS.TabStop = false;
|
|
this.btnNUMMINUS.Tag = "109";
|
|
this.btnNUMMINUS.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnNUM9
|
|
//
|
|
resources.ApplyResources(this.btnNUM9, "btnNUM9");
|
|
this.btnNUM9.Name = "btnNUM9";
|
|
this.btnNUM9.TabStop = false;
|
|
this.btnNUM9.Tag = "105";
|
|
this.btnNUM9.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnNUMSTAR
|
|
//
|
|
resources.ApplyResources(this.btnNUMSTAR, "btnNUMSTAR");
|
|
this.btnNUMSTAR.Name = "btnNUMSTAR";
|
|
this.btnNUMSTAR.TabStop = false;
|
|
this.btnNUMSTAR.Tag = "106";
|
|
this.btnNUMSTAR.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnNUM8
|
|
//
|
|
resources.ApplyResources(this.btnNUM8, "btnNUM8");
|
|
this.btnNUM8.Name = "btnNUM8";
|
|
this.btnNUM8.TabStop = false;
|
|
this.btnNUM8.Tag = "104";
|
|
this.btnNUM8.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnNUMSLASH
|
|
//
|
|
resources.ApplyResources(this.btnNUMSLASH, "btnNUMSLASH");
|
|
this.btnNUMSLASH.Name = "btnNUMSLASH";
|
|
this.btnNUMSLASH.TabStop = false;
|
|
this.btnNUMSLASH.Tag = "111";
|
|
this.btnNUMSLASH.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnNUM7
|
|
//
|
|
resources.ApplyResources(this.btnNUM7, "btnNUM7");
|
|
this.btnNUM7.Name = "btnNUM7";
|
|
this.btnNUM7.TabStop = false;
|
|
this.btnNUM7.Tag = "103";
|
|
this.btnNUM7.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnNUMLOCK
|
|
//
|
|
resources.ApplyResources(this.btnNUMLOCK, "btnNUMLOCK");
|
|
this.btnNUMLOCK.Name = "btnNUMLOCK";
|
|
this.btnNUMLOCK.TabStop = false;
|
|
this.btnNUMLOCK.Tag = "144";
|
|
this.btnNUMLOCK.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnESC
|
|
//
|
|
resources.ApplyResources(this.btnESC, "btnESC");
|
|
this.btnESC.Name = "btnESC";
|
|
this.btnESC.TabStop = false;
|
|
this.btnESC.Tag = "27";
|
|
this.btnESC.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnTILDE
|
|
//
|
|
resources.ApplyResources(this.btnTILDE, "btnTILDE");
|
|
this.btnTILDE.Name = "btnTILDE";
|
|
this.btnTILDE.TabStop = false;
|
|
this.btnTILDE.Tag = "192";
|
|
this.btnTILDE.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnF11
|
|
//
|
|
resources.ApplyResources(this.btnF11, "btnF11");
|
|
this.btnF11.Name = "btnF11";
|
|
this.btnF11.TabStop = false;
|
|
this.btnF11.Tag = "122";
|
|
this.btnF11.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnF10
|
|
//
|
|
resources.ApplyResources(this.btnF10, "btnF10");
|
|
this.btnF10.Name = "btnF10";
|
|
this.btnF10.TabStop = false;
|
|
this.btnF10.Tag = "121";
|
|
this.btnF10.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnF12
|
|
//
|
|
resources.ApplyResources(this.btnF12, "btnF12");
|
|
this.btnF12.Name = "btnF12";
|
|
this.btnF12.TabStop = false;
|
|
this.btnF12.Tag = "123";
|
|
this.btnF12.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnBREAK
|
|
//
|
|
resources.ApplyResources(this.btnBREAK, "btnBREAK");
|
|
this.btnBREAK.Name = "btnBREAK";
|
|
this.btnBREAK.TabStop = false;
|
|
this.btnBREAK.Tag = "19";
|
|
this.btnBREAK.UseVisualStyleBackColor = true;
|
|
//
|
|
// button35
|
|
//
|
|
resources.ApplyResources(this.button35, "button35");
|
|
this.button35.Name = "button35";
|
|
this.button35.TabStop = false;
|
|
this.button35.Tag = "173";
|
|
this.button35.UseVisualStyleBackColor = true;
|
|
//
|
|
// button39
|
|
//
|
|
resources.ApplyResources(this.button39, "button39");
|
|
this.button39.Name = "button39";
|
|
this.button39.TabStop = false;
|
|
this.button39.Tag = "174";
|
|
this.button39.UseVisualStyleBackColor = true;
|
|
//
|
|
// button38
|
|
//
|
|
resources.ApplyResources(this.button38, "button38");
|
|
this.button38.Name = "button38";
|
|
this.button38.TabStop = false;
|
|
this.button38.Tag = "175";
|
|
this.button38.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnPREVTRACK
|
|
//
|
|
resources.ApplyResources(this.btnPREVTRACK, "btnPREVTRACK");
|
|
this.btnPREVTRACK.Name = "btnPREVTRACK";
|
|
this.btnPREVTRACK.TabStop = false;
|
|
this.btnPREVTRACK.Tag = "177";
|
|
this.btnPREVTRACK.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnNEXTTRACK
|
|
//
|
|
resources.ApplyResources(this.btnNEXTTRACK, "btnNEXTTRACK");
|
|
this.btnNEXTTRACK.Name = "btnNEXTTRACK";
|
|
this.btnNEXTTRACK.TabStop = false;
|
|
this.btnNEXTTRACK.Tag = "176";
|
|
this.btnNEXTTRACK.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnPLAYPAUSE
|
|
//
|
|
resources.ApplyResources(this.btnPLAYPAUSE, "btnPLAYPAUSE");
|
|
this.btnPLAYPAUSE.Name = "btnPLAYPAUSE";
|
|
this.btnPLAYPAUSE.TabStop = false;
|
|
this.btnPLAYPAUSE.Tag = "179";
|
|
this.btnPLAYPAUSE.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnSTOP
|
|
//
|
|
resources.ApplyResources(this.btnSTOP, "btnSTOP");
|
|
this.btnSTOP.Name = "btnSTOP";
|
|
this.btnSTOP.TabStop = false;
|
|
this.btnSTOP.Tag = "178";
|
|
this.btnSTOP.UseVisualStyleBackColor = true;
|
|
//
|
|
// button34
|
|
//
|
|
resources.ApplyResources(this.button34, "button34");
|
|
this.button34.Name = "button34";
|
|
this.button34.TabStop = false;
|
|
this.button34.Tag = "";
|
|
this.button34.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnSCL
|
|
//
|
|
resources.ApplyResources(this.btnSCL, "btnSCL");
|
|
this.btnSCL.Name = "btnSCL";
|
|
this.btnSCL.TabStop = false;
|
|
this.btnSCL.Tag = "145";
|
|
this.btnSCL.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnDEL
|
|
//
|
|
resources.ApplyResources(this.btnDEL, "btnDEL");
|
|
this.btnDEL.Name = "btnDEL";
|
|
this.btnDEL.TabStop = false;
|
|
this.btnDEL.Tag = "46";
|
|
this.btnDEL.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnEND
|
|
//
|
|
resources.ApplyResources(this.btnEND, "btnEND");
|
|
this.btnEND.Name = "btnEND";
|
|
this.btnEND.TabStop = false;
|
|
this.btnEND.Tag = "35";
|
|
this.btnEND.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnPGDN
|
|
//
|
|
resources.ApplyResources(this.btnPGDN, "btnPGDN");
|
|
this.btnPGDN.Name = "btnPGDN";
|
|
this.btnPGDN.TabStop = false;
|
|
this.btnPGDN.Tag = "34";
|
|
this.btnPGDN.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnPGUP
|
|
//
|
|
resources.ApplyResources(this.btnPGUP, "btnPGUP");
|
|
this.btnPGUP.Name = "btnPGUP";
|
|
this.btnPGUP.TabStop = false;
|
|
this.btnPGUP.Tag = "33";
|
|
this.btnPGUP.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnHOME
|
|
//
|
|
resources.ApplyResources(this.btnHOME, "btnHOME");
|
|
this.btnHOME.Name = "btnHOME";
|
|
this.btnHOME.TabStop = false;
|
|
this.btnHOME.Tag = "36";
|
|
this.btnHOME.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnINS
|
|
//
|
|
resources.ApplyResources(this.btnINS, "btnINS");
|
|
this.btnINS.Name = "btnINS";
|
|
this.btnINS.TabStop = false;
|
|
this.btnINS.Tag = "45";
|
|
this.btnINS.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnF9
|
|
//
|
|
resources.ApplyResources(this.btnF9, "btnF9");
|
|
this.btnF9.Name = "btnF9";
|
|
this.btnF9.TabStop = false;
|
|
this.btnF9.Tag = "120";
|
|
this.btnF9.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnF8
|
|
//
|
|
resources.ApplyResources(this.btnF8, "btnF8");
|
|
this.btnF8.Name = "btnF8";
|
|
this.btnF8.TabStop = false;
|
|
this.btnF8.Tag = "119";
|
|
this.btnF8.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnF7
|
|
//
|
|
resources.ApplyResources(this.btnF7, "btnF7");
|
|
this.btnF7.Name = "btnF7";
|
|
this.btnF7.TabStop = false;
|
|
this.btnF7.Tag = "118";
|
|
this.btnF7.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnF6
|
|
//
|
|
resources.ApplyResources(this.btnF6, "btnF6");
|
|
this.btnF6.Name = "btnF6";
|
|
this.btnF6.TabStop = false;
|
|
this.btnF6.Tag = "117";
|
|
this.btnF6.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnF5
|
|
//
|
|
resources.ApplyResources(this.btnF5, "btnF5");
|
|
this.btnF5.Name = "btnF5";
|
|
this.btnF5.TabStop = false;
|
|
this.btnF5.Tag = "116";
|
|
this.btnF5.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnF4
|
|
//
|
|
resources.ApplyResources(this.btnF4, "btnF4");
|
|
this.btnF4.Name = "btnF4";
|
|
this.btnF4.TabStop = false;
|
|
this.btnF4.Tag = "115";
|
|
this.btnF4.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnF3
|
|
//
|
|
resources.ApplyResources(this.btnF3, "btnF3");
|
|
this.btnF3.Name = "btnF3";
|
|
this.btnF3.TabStop = false;
|
|
this.btnF3.Tag = "114";
|
|
this.btnF3.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnF2
|
|
//
|
|
resources.ApplyResources(this.btnF2, "btnF2");
|
|
this.btnF2.Name = "btnF2";
|
|
this.btnF2.TabStop = false;
|
|
this.btnF2.Tag = "113";
|
|
this.btnF2.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnF1
|
|
//
|
|
resources.ApplyResources(this.btnF1, "btnF1");
|
|
this.btnF1.Name = "btnF1";
|
|
this.btnF1.TabStop = false;
|
|
this.btnF1.Tag = "112";
|
|
this.btnF1.UseVisualStyleBackColor = true;
|
|
//
|
|
// btn1
|
|
//
|
|
resources.ApplyResources(this.btn1, "btn1");
|
|
this.btn1.Name = "btn1";
|
|
this.btn1.TabStop = false;
|
|
this.btn1.Tag = "49";
|
|
this.btn1.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnBACKSPACE
|
|
//
|
|
resources.ApplyResources(this.btnBACKSPACE, "btnBACKSPACE");
|
|
this.btnBACKSPACE.Name = "btnBACKSPACE";
|
|
this.btnBACKSPACE.TabStop = false;
|
|
this.btnBACKSPACE.Tag = "8";
|
|
this.btnBACKSPACE.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnEQUALS
|
|
//
|
|
resources.ApplyResources(this.btnEQUALS, "btnEQUALS");
|
|
this.btnEQUALS.Name = "btnEQUALS";
|
|
this.btnEQUALS.TabStop = false;
|
|
this.btnEQUALS.Tag = "61";
|
|
this.btnEQUALS.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnMINUS
|
|
//
|
|
resources.ApplyResources(this.btnMINUS, "btnMINUS");
|
|
this.btnMINUS.Name = "btnMINUS";
|
|
this.btnMINUS.TabStop = false;
|
|
this.btnMINUS.UseVisualStyleBackColor = true;
|
|
//
|
|
// btn0
|
|
//
|
|
resources.ApplyResources(this.btn0, "btn0");
|
|
this.btn0.Name = "btn0";
|
|
this.btn0.TabStop = false;
|
|
this.btn0.Tag = "48";
|
|
this.btn0.UseVisualStyleBackColor = true;
|
|
//
|
|
// btn9
|
|
//
|
|
resources.ApplyResources(this.btn9, "btn9");
|
|
this.btn9.Name = "btn9";
|
|
this.btn9.TabStop = false;
|
|
this.btn9.Tag = "57";
|
|
this.btn9.UseVisualStyleBackColor = true;
|
|
//
|
|
// btn8
|
|
//
|
|
resources.ApplyResources(this.btn8, "btn8");
|
|
this.btn8.Name = "btn8";
|
|
this.btn8.TabStop = false;
|
|
this.btn8.Tag = "56";
|
|
this.btn8.UseVisualStyleBackColor = true;
|
|
//
|
|
// btn7
|
|
//
|
|
resources.ApplyResources(this.btn7, "btn7");
|
|
this.btn7.Name = "btn7";
|
|
this.btn7.TabStop = false;
|
|
this.btn7.Tag = "55";
|
|
this.btn7.UseVisualStyleBackColor = true;
|
|
//
|
|
// btn6
|
|
//
|
|
resources.ApplyResources(this.btn6, "btn6");
|
|
this.btn6.Name = "btn6";
|
|
this.btn6.TabStop = false;
|
|
this.btn6.Tag = "54";
|
|
this.btn6.UseVisualStyleBackColor = true;
|
|
//
|
|
// btn5
|
|
//
|
|
resources.ApplyResources(this.btn5, "btn5");
|
|
this.btn5.Name = "btn5";
|
|
this.btn5.TabStop = false;
|
|
this.btn5.Tag = "53";
|
|
this.btn5.UseVisualStyleBackColor = true;
|
|
//
|
|
// btn4
|
|
//
|
|
resources.ApplyResources(this.btn4, "btn4");
|
|
this.btn4.Name = "btn4";
|
|
this.btn4.TabStop = false;
|
|
this.btn4.Tag = "52";
|
|
this.btn4.UseVisualStyleBackColor = true;
|
|
//
|
|
// btn3
|
|
//
|
|
resources.ApplyResources(this.btn3, "btn3");
|
|
this.btn3.Name = "btn3";
|
|
this.btn3.TabStop = false;
|
|
this.btn3.Tag = "51";
|
|
this.btn3.UseVisualStyleBackColor = true;
|
|
//
|
|
// btn2
|
|
//
|
|
resources.ApplyResources(this.btn2, "btn2");
|
|
this.btn2.Name = "btn2";
|
|
this.btn2.TabStop = false;
|
|
this.btn2.Tag = "50";
|
|
this.btn2.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnSPACE
|
|
//
|
|
resources.ApplyResources(this.btnSPACE, "btnSPACE");
|
|
this.btnSPACE.Name = "btnSPACE";
|
|
this.btnSPACE.TabStop = false;
|
|
this.btnSPACE.Tag = "32";
|
|
this.btnSPACE.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnLSHIFT
|
|
//
|
|
resources.ApplyResources(this.btnLSHIFT, "btnLSHIFT");
|
|
this.btnLSHIFT.Name = "btnLSHIFT";
|
|
this.btnLSHIFT.TabStop = false;
|
|
this.btnLSHIFT.Tag = "160";
|
|
this.btnLSHIFT.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnRSHIFT
|
|
//
|
|
resources.ApplyResources(this.btnRSHIFT, "btnRSHIFT");
|
|
this.btnRSHIFT.Name = "btnRSHIFT";
|
|
this.btnRSHIFT.TabStop = false;
|
|
this.btnRSHIFT.Tag = "161";
|
|
this.btnRSHIFT.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnSLASH
|
|
//
|
|
resources.ApplyResources(this.btnSLASH, "btnSLASH");
|
|
this.btnSLASH.Name = "btnSLASH";
|
|
this.btnSLASH.TabStop = false;
|
|
this.btnSLASH.Tag = "191";
|
|
this.btnSLASH.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnPERIOD
|
|
//
|
|
resources.ApplyResources(this.btnPERIOD, "btnPERIOD");
|
|
this.btnPERIOD.Name = "btnPERIOD";
|
|
this.btnPERIOD.TabStop = false;
|
|
this.btnPERIOD.Tag = "190";
|
|
this.btnPERIOD.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnCOMMA
|
|
//
|
|
resources.ApplyResources(this.btnCOMMA, "btnCOMMA");
|
|
this.btnCOMMA.Name = "btnCOMMA";
|
|
this.btnCOMMA.TabStop = false;
|
|
this.btnCOMMA.Tag = "188";
|
|
this.btnCOMMA.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnM
|
|
//
|
|
resources.ApplyResources(this.btnM, "btnM");
|
|
this.btnM.Name = "btnM";
|
|
this.btnM.TabStop = false;
|
|
this.btnM.Tag = "77";
|
|
this.btnM.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnN
|
|
//
|
|
resources.ApplyResources(this.btnN, "btnN");
|
|
this.btnN.Name = "btnN";
|
|
this.btnN.TabStop = false;
|
|
this.btnN.Tag = "78";
|
|
this.btnN.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnB
|
|
//
|
|
resources.ApplyResources(this.btnB, "btnB");
|
|
this.btnB.Name = "btnB";
|
|
this.btnB.TabStop = false;
|
|
this.btnB.Tag = "66";
|
|
this.btnB.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnV
|
|
//
|
|
resources.ApplyResources(this.btnV, "btnV");
|
|
this.btnV.Name = "btnV";
|
|
this.btnV.TabStop = false;
|
|
this.btnV.Tag = "86";
|
|
this.btnV.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnC
|
|
//
|
|
resources.ApplyResources(this.btnC, "btnC");
|
|
this.btnC.Name = "btnC";
|
|
this.btnC.TabStop = false;
|
|
this.btnC.Tag = "67";
|
|
this.btnC.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnX
|
|
//
|
|
resources.ApplyResources(this.btnX, "btnX");
|
|
this.btnX.Name = "btnX";
|
|
this.btnX.TabStop = false;
|
|
this.btnX.Tag = "88";
|
|
this.btnX.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnZ
|
|
//
|
|
resources.ApplyResources(this.btnZ, "btnZ");
|
|
this.btnZ.Name = "btnZ";
|
|
this.btnZ.TabStop = false;
|
|
this.btnZ.Tag = "90";
|
|
this.btnZ.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnRALT
|
|
//
|
|
resources.ApplyResources(this.btnRALT, "btnRALT");
|
|
this.btnRALT.Name = "btnRALT";
|
|
this.btnRALT.TabStop = false;
|
|
this.btnRALT.Tag = "165";
|
|
this.btnRALT.UseVisualStyleBackColor = true;
|
|
//
|
|
// button36
|
|
//
|
|
resources.ApplyResources(this.button36, "button36");
|
|
this.button36.Name = "button36";
|
|
this.button36.TabStop = false;
|
|
this.button36.Tag = "92";
|
|
this.button36.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnWINDOWS
|
|
//
|
|
resources.ApplyResources(this.btnWINDOWS, "btnWINDOWS");
|
|
this.btnWINDOWS.Name = "btnWINDOWS";
|
|
this.btnWINDOWS.TabStop = false;
|
|
this.btnWINDOWS.Tag = "91";
|
|
this.btnWINDOWS.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnLALT
|
|
//
|
|
resources.ApplyResources(this.btnLALT, "btnLALT");
|
|
this.btnLALT.Name = "btnLALT";
|
|
this.btnLALT.TabStop = false;
|
|
this.btnLALT.Tag = "164";
|
|
this.btnLALT.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnRCTRL
|
|
//
|
|
resources.ApplyResources(this.btnRCTRL, "btnRCTRL");
|
|
this.btnRCTRL.Name = "btnRCTRL";
|
|
this.btnRCTRL.TabStop = false;
|
|
this.btnRCTRL.Tag = "163";
|
|
this.btnRCTRL.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnLCTRL
|
|
//
|
|
resources.ApplyResources(this.btnLCTRL, "btnLCTRL");
|
|
this.btnLCTRL.Name = "btnLCTRL";
|
|
this.btnLCTRL.TabStop = false;
|
|
this.btnLCTRL.Tag = "162";
|
|
this.btnLCTRL.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnCAPS
|
|
//
|
|
resources.ApplyResources(this.btnCAPS, "btnCAPS");
|
|
this.btnCAPS.Name = "btnCAPS";
|
|
this.btnCAPS.TabStop = false;
|
|
this.btnCAPS.Tag = "20";
|
|
this.btnCAPS.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnRETURN
|
|
//
|
|
resources.ApplyResources(this.btnRETURN, "btnRETURN");
|
|
this.btnRETURN.Name = "btnRETURN";
|
|
this.btnRETURN.TabStop = false;
|
|
this.btnRETURN.Tag = "13";
|
|
this.btnRETURN.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnAPOSTROPHE
|
|
//
|
|
resources.ApplyResources(this.btnAPOSTROPHE, "btnAPOSTROPHE");
|
|
this.btnAPOSTROPHE.Name = "btnAPOSTROPHE";
|
|
this.btnAPOSTROPHE.TabStop = false;
|
|
this.btnAPOSTROPHE.Tag = "222";
|
|
this.btnAPOSTROPHE.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnSEMICOLON
|
|
//
|
|
resources.ApplyResources(this.btnSEMICOLON, "btnSEMICOLON");
|
|
this.btnSEMICOLON.Name = "btnSEMICOLON";
|
|
this.btnSEMICOLON.TabStop = false;
|
|
this.btnSEMICOLON.Tag = "186";
|
|
this.btnSEMICOLON.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnL
|
|
//
|
|
resources.ApplyResources(this.btnL, "btnL");
|
|
this.btnL.Name = "btnL";
|
|
this.btnL.TabStop = false;
|
|
this.btnL.Tag = "76";
|
|
this.btnL.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnK
|
|
//
|
|
resources.ApplyResources(this.btnK, "btnK");
|
|
this.btnK.Name = "btnK";
|
|
this.btnK.TabStop = false;
|
|
this.btnK.Tag = "75";
|
|
this.btnK.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnJ
|
|
//
|
|
resources.ApplyResources(this.btnJ, "btnJ");
|
|
this.btnJ.Name = "btnJ";
|
|
this.btnJ.TabStop = false;
|
|
this.btnJ.Tag = "74";
|
|
this.btnJ.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnH
|
|
//
|
|
resources.ApplyResources(this.btnH, "btnH");
|
|
this.btnH.Name = "btnH";
|
|
this.btnH.TabStop = false;
|
|
this.btnH.Tag = "72";
|
|
this.btnH.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnG
|
|
//
|
|
resources.ApplyResources(this.btnG, "btnG");
|
|
this.btnG.Name = "btnG";
|
|
this.btnG.TabStop = false;
|
|
this.btnG.Tag = "71";
|
|
this.btnG.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnF
|
|
//
|
|
resources.ApplyResources(this.btnF, "btnF");
|
|
this.btnF.Name = "btnF";
|
|
this.btnF.TabStop = false;
|
|
this.btnF.Tag = "70";
|
|
this.btnF.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnD
|
|
//
|
|
resources.ApplyResources(this.btnD, "btnD");
|
|
this.btnD.Name = "btnD";
|
|
this.btnD.TabStop = false;
|
|
this.btnD.Tag = "68";
|
|
this.btnD.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnS
|
|
//
|
|
resources.ApplyResources(this.btnS, "btnS");
|
|
this.btnS.Name = "btnS";
|
|
this.btnS.TabStop = false;
|
|
this.btnS.Tag = "83";
|
|
this.btnS.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnA
|
|
//
|
|
resources.ApplyResources(this.btnA, "btnA");
|
|
this.btnA.Name = "btnA";
|
|
this.btnA.TabStop = false;
|
|
this.btnA.Tag = "65";
|
|
this.btnA.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnTAB
|
|
//
|
|
resources.ApplyResources(this.btnTAB, "btnTAB");
|
|
this.btnTAB.Name = "btnTAB";
|
|
this.btnTAB.TabStop = false;
|
|
this.btnTAB.Tag = "9";
|
|
this.btnTAB.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnBACKSLASH
|
|
//
|
|
resources.ApplyResources(this.btnBACKSLASH, "btnBACKSLASH");
|
|
this.btnBACKSLASH.Name = "btnBACKSLASH";
|
|
this.btnBACKSLASH.TabStop = false;
|
|
this.btnBACKSLASH.Tag = "220";
|
|
this.btnBACKSLASH.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnCLOSEBRACKET
|
|
//
|
|
resources.ApplyResources(this.btnCLOSEBRACKET, "btnCLOSEBRACKET");
|
|
this.btnCLOSEBRACKET.Name = "btnCLOSEBRACKET";
|
|
this.btnCLOSEBRACKET.TabStop = false;
|
|
this.btnCLOSEBRACKET.Tag = "221";
|
|
this.btnCLOSEBRACKET.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnOPENBRACKET
|
|
//
|
|
resources.ApplyResources(this.btnOPENBRACKET, "btnOPENBRACKET");
|
|
this.btnOPENBRACKET.Name = "btnOPENBRACKET";
|
|
this.btnOPENBRACKET.TabStop = false;
|
|
this.btnOPENBRACKET.Tag = "219";
|
|
this.btnOPENBRACKET.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnP
|
|
//
|
|
resources.ApplyResources(this.btnP, "btnP");
|
|
this.btnP.Name = "btnP";
|
|
this.btnP.TabStop = false;
|
|
this.btnP.Tag = "80";
|
|
this.btnP.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnO
|
|
//
|
|
resources.ApplyResources(this.btnO, "btnO");
|
|
this.btnO.Name = "btnO";
|
|
this.btnO.TabStop = false;
|
|
this.btnO.Tag = "79";
|
|
this.btnO.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnI
|
|
//
|
|
resources.ApplyResources(this.btnI, "btnI");
|
|
this.btnI.Name = "btnI";
|
|
this.btnI.TabStop = false;
|
|
this.btnI.Tag = "73";
|
|
this.btnI.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnU
|
|
//
|
|
resources.ApplyResources(this.btnU, "btnU");
|
|
this.btnU.Name = "btnU";
|
|
this.btnU.TabStop = false;
|
|
this.btnU.Tag = "85";
|
|
this.btnU.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnY
|
|
//
|
|
resources.ApplyResources(this.btnY, "btnY");
|
|
this.btnY.Name = "btnY";
|
|
this.btnY.TabStop = false;
|
|
this.btnY.Tag = "89";
|
|
this.btnY.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnT
|
|
//
|
|
resources.ApplyResources(this.btnT, "btnT");
|
|
this.btnT.Name = "btnT";
|
|
this.btnT.TabStop = false;
|
|
this.btnT.Tag = "84";
|
|
this.btnT.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnR
|
|
//
|
|
resources.ApplyResources(this.btnR, "btnR");
|
|
this.btnR.Name = "btnR";
|
|
this.btnR.TabStop = false;
|
|
this.btnR.Tag = "82";
|
|
this.btnR.UseVisualStyleBackColor = true;
|
|
//
|
|
// bTNRIGHTMOUSE
|
|
//
|
|
resources.ApplyResources(this.bTNRIGHTMOUSE, "bTNRIGHTMOUSE");
|
|
this.bTNRIGHTMOUSE.Name = "bTNRIGHTMOUSE";
|
|
this.bTNRIGHTMOUSE.TabStop = false;
|
|
this.bTNRIGHTMOUSE.Tag = "Right Mouse Button";
|
|
this.bTNRIGHTMOUSE.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnE
|
|
//
|
|
resources.ApplyResources(this.btnE, "btnE");
|
|
this.btnE.Name = "btnE";
|
|
this.btnE.TabStop = false;
|
|
this.btnE.Tag = "69";
|
|
this.btnE.UseVisualStyleBackColor = true;
|
|
//
|
|
// bnWHEELDOWN
|
|
//
|
|
resources.ApplyResources(this.bnWHEELDOWN, "bnWHEELDOWN");
|
|
this.bnWHEELDOWN.Name = "bnWHEELDOWN";
|
|
this.bnWHEELDOWN.TabStop = false;
|
|
this.bnWHEELDOWN.Tag = "Mouse Wheel Down";
|
|
this.bnWHEELDOWN.UseVisualStyleBackColor = true;
|
|
//
|
|
// bnWHEELUP
|
|
//
|
|
resources.ApplyResources(this.bnWHEELUP, "bnWHEELUP");
|
|
this.bnWHEELUP.Name = "bnWHEELUP";
|
|
this.bnWHEELUP.TabStop = false;
|
|
this.bnWHEELUP.Tag = "Mouse Wheel Up";
|
|
this.bnWHEELUP.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnMIDDLEMOUSE
|
|
//
|
|
resources.ApplyResources(this.btnMIDDLEMOUSE, "btnMIDDLEMOUSE");
|
|
this.btnMIDDLEMOUSE.Name = "btnMIDDLEMOUSE";
|
|
this.btnMIDDLEMOUSE.TabStop = false;
|
|
this.btnMIDDLEMOUSE.Tag = "Middle Mouse Button";
|
|
this.btnMIDDLEMOUSE.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnW
|
|
//
|
|
resources.ApplyResources(this.btnW, "btnW");
|
|
this.btnW.Name = "btnW";
|
|
this.btnW.TabStop = false;
|
|
this.btnW.Tag = "87";
|
|
this.btnW.UseVisualStyleBackColor = true;
|
|
//
|
|
// button33
|
|
//
|
|
resources.ApplyResources(this.button33, "button33");
|
|
this.button33.Name = "button33";
|
|
this.button33.TabStop = false;
|
|
this.button33.Tag = "5th Mouse Button";
|
|
this.button33.UseVisualStyleBackColor = true;
|
|
//
|
|
// button30
|
|
//
|
|
resources.ApplyResources(this.button30, "button30");
|
|
this.button30.Name = "button30";
|
|
this.button30.TabStop = false;
|
|
this.button30.Tag = "4th Mouse Button";
|
|
this.button30.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnMOUSERIGHT
|
|
//
|
|
resources.ApplyResources(this.btnMOUSERIGHT, "btnMOUSERIGHT");
|
|
this.btnMOUSERIGHT.Name = "btnMOUSERIGHT";
|
|
this.btnMOUSERIGHT.TabStop = false;
|
|
this.btnMOUSERIGHT.Tag = "Mouse Right";
|
|
this.btnMOUSERIGHT.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnMOUSELEFT
|
|
//
|
|
resources.ApplyResources(this.btnMOUSELEFT, "btnMOUSELEFT");
|
|
this.btnMOUSELEFT.Name = "btnMOUSELEFT";
|
|
this.btnMOUSELEFT.TabStop = false;
|
|
this.btnMOUSELEFT.Tag = "Mouse Left";
|
|
this.btnMOUSELEFT.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnMOUSEDOWN
|
|
//
|
|
resources.ApplyResources(this.btnMOUSEDOWN, "btnMOUSEDOWN");
|
|
this.btnMOUSEDOWN.Name = "btnMOUSEDOWN";
|
|
this.btnMOUSEDOWN.TabStop = false;
|
|
this.btnMOUSEDOWN.Tag = "Mouse Down";
|
|
this.btnMOUSEDOWN.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnMOUSEUP
|
|
//
|
|
resources.ApplyResources(this.btnMOUSEUP, "btnMOUSEUP");
|
|
this.btnMOUSEUP.Name = "btnMOUSEUP";
|
|
this.btnMOUSEUP.TabStop = false;
|
|
this.btnMOUSEUP.Tag = "Mouse Up";
|
|
this.btnMOUSEUP.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnLEFTMOUSE
|
|
//
|
|
resources.ApplyResources(this.btnLEFTMOUSE, "btnLEFTMOUSE");
|
|
this.btnLEFTMOUSE.Name = "btnLEFTMOUSE";
|
|
this.btnLEFTMOUSE.TabStop = false;
|
|
this.btnLEFTMOUSE.Tag = "Left Mouse Button";
|
|
this.btnLEFTMOUSE.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnQ
|
|
//
|
|
resources.ApplyResources(this.btnQ, "btnQ");
|
|
this.btnQ.Name = "btnQ";
|
|
this.btnQ.TabStop = false;
|
|
this.btnQ.Tag = "81";
|
|
this.btnQ.UseVisualStyleBackColor = true;
|
|
//
|
|
// pictureBox2
|
|
//
|
|
resources.ApplyResources(this.pictureBox2, "pictureBox2");
|
|
this.pictureBox2.Image = global::DS4Windows.Properties.Resources.mouse;
|
|
this.pictureBox2.Name = "pictureBox2";
|
|
this.pictureBox2.TabStop = false;
|
|
//
|
|
// cbToggle
|
|
//
|
|
resources.ApplyResources(this.cbToggle, "cbToggle");
|
|
this.cbToggle.Name = "cbToggle";
|
|
this.cbToggle.TabStop = false;
|
|
this.cbToggle.UseVisualStyleBackColor = true;
|
|
this.cbToggle.CheckedChanged += new System.EventHandler(this.cbToggle_CheckedChanged);
|
|
//
|
|
// btnUNBOUND2
|
|
//
|
|
resources.ApplyResources(this.btnUNBOUND2, "btnUNBOUND2");
|
|
this.btnUNBOUND2.Name = "btnUNBOUND2";
|
|
this.btnUNBOUND2.TabStop = false;
|
|
this.btnUNBOUND2.Tag = "X360Unbound";
|
|
this.btnUNBOUND2.UseVisualStyleBackColor = true;
|
|
//
|
|
// button13
|
|
//
|
|
resources.ApplyResources(this.button13, "button13");
|
|
this.button13.Image = global::DS4Windows.Properties.Resources.LT;
|
|
this.button13.Name = "button13";
|
|
this.button13.TabStop = false;
|
|
this.button13.Tag = "X360Left Trigger";
|
|
this.button13.UseVisualStyleBackColor = true;
|
|
//
|
|
// button2
|
|
//
|
|
resources.ApplyResources(this.button2, "button2");
|
|
this.button2.Image = global::DS4Windows.Properties.Resources.RT;
|
|
this.button2.Name = "button2";
|
|
this.button2.TabStop = false;
|
|
this.button2.Tag = "X360Right Trigger";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnRSL
|
|
//
|
|
resources.ApplyResources(this.btnRSL, "btnRSL");
|
|
this.btnRSL.Image = global::DS4Windows.Properties.Resources.RSL;
|
|
this.btnRSL.Name = "btnRSL";
|
|
this.btnRSL.TabStop = false;
|
|
this.btnRSL.Tag = "X360Right X-Axis-";
|
|
this.btnRSL.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnLSL
|
|
//
|
|
resources.ApplyResources(this.btnLSL, "btnLSL");
|
|
this.btnLSL.Image = global::DS4Windows.Properties.Resources.LSL;
|
|
this.btnLSL.Name = "btnLSL";
|
|
this.btnLSL.TabStop = false;
|
|
this.btnLSL.Tag = "X360Left X-Axis-";
|
|
this.btnLSL.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnRSD
|
|
//
|
|
resources.ApplyResources(this.btnRSD, "btnRSD");
|
|
this.btnRSD.Image = global::DS4Windows.Properties.Resources.RSD;
|
|
this.btnRSD.Name = "btnRSD";
|
|
this.btnRSD.TabStop = false;
|
|
this.btnRSD.Tag = "X360Right Y-Axis+";
|
|
this.btnRSD.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnLSD
|
|
//
|
|
resources.ApplyResources(this.btnLSD, "btnLSD");
|
|
this.btnLSD.Image = global::DS4Windows.Properties.Resources.LSD;
|
|
this.btnLSD.Name = "btnLSD";
|
|
this.btnLSD.TabStop = false;
|
|
this.btnLSD.Tag = "X360Left Y-Axis+";
|
|
this.btnLSD.UseVisualStyleBackColor = true;
|
|
//
|
|
// button19
|
|
//
|
|
resources.ApplyResources(this.button19, "button19");
|
|
this.button19.Image = global::DS4Windows.Properties.Resources.LEFT;
|
|
this.button19.Name = "button19";
|
|
this.button19.TabStop = false;
|
|
this.button19.Tag = "X360Left Button";
|
|
this.button19.UseVisualStyleBackColor = true;
|
|
//
|
|
// button20
|
|
//
|
|
resources.ApplyResources(this.button20, "button20");
|
|
this.button20.Image = global::DS4Windows.Properties.Resources.DOWN;
|
|
this.button20.Name = "button20";
|
|
this.button20.TabStop = false;
|
|
this.button20.Tag = "X360Down Button";
|
|
this.button20.UseVisualStyleBackColor = true;
|
|
//
|
|
// button18
|
|
//
|
|
resources.ApplyResources(this.button18, "button18");
|
|
this.button18.Image = global::DS4Windows.Properties.Resources.UP;
|
|
this.button18.Name = "button18";
|
|
this.button18.TabStop = false;
|
|
this.button18.Tag = "X360Up Button";
|
|
this.button18.UseVisualStyleBackColor = true;
|
|
//
|
|
// button17
|
|
//
|
|
resources.ApplyResources(this.button17, "button17");
|
|
this.button17.Image = global::DS4Windows.Properties.Resources.RIGHT;
|
|
this.button17.Name = "button17";
|
|
this.button17.TabStop = false;
|
|
this.button17.Tag = "X360Right Button";
|
|
this.button17.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnRSR
|
|
//
|
|
resources.ApplyResources(this.btnRSR, "btnRSR");
|
|
this.btnRSR.Image = global::DS4Windows.Properties.Resources.RSR;
|
|
this.btnRSR.Name = "btnRSR";
|
|
this.btnRSR.TabStop = false;
|
|
this.btnRSR.Tag = "X360Right X-Axis+";
|
|
this.btnRSR.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnRS
|
|
//
|
|
resources.ApplyResources(this.btnRS, "btnRS");
|
|
this.btnRS.Image = global::DS4Windows.Properties.Resources.RS;
|
|
this.btnRS.Name = "btnRS";
|
|
this.btnRS.TabStop = false;
|
|
this.btnRS.Tag = "X360Right Stick";
|
|
this.btnRS.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnLSR
|
|
//
|
|
resources.ApplyResources(this.btnLSR, "btnLSR");
|
|
this.btnLSR.Image = global::DS4Windows.Properties.Resources.LSR;
|
|
this.btnLSR.Name = "btnLSR";
|
|
this.btnLSR.TabStop = false;
|
|
this.btnLSR.Tag = "X360Left X-Axis+";
|
|
this.btnLSR.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnRSU
|
|
//
|
|
resources.ApplyResources(this.btnRSU, "btnRSU");
|
|
this.btnRSU.Image = global::DS4Windows.Properties.Resources.RSU;
|
|
this.btnRSU.Name = "btnRSU";
|
|
this.btnRSU.TabStop = false;
|
|
this.btnRSU.Tag = "X360Right Y-Axis-";
|
|
this.btnRSU.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnLS
|
|
//
|
|
resources.ApplyResources(this.btnLS, "btnLS");
|
|
this.btnLS.Image = global::DS4Windows.Properties.Resources.LS;
|
|
this.btnLS.Name = "btnLS";
|
|
this.btnLS.TabStop = false;
|
|
this.btnLS.Tag = "X360Left Stick";
|
|
this.btnLS.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnLSU
|
|
//
|
|
resources.ApplyResources(this.btnLSU, "btnLSU");
|
|
this.btnLSU.Image = global::DS4Windows.Properties.Resources.LSU;
|
|
this.btnLSU.Name = "btnLSU";
|
|
this.btnLSU.TabStop = false;
|
|
this.btnLSU.Tag = "X360Left Y-Axis-";
|
|
this.btnLSU.UseVisualStyleBackColor = true;
|
|
//
|
|
// button11
|
|
//
|
|
resources.ApplyResources(this.button11, "button11");
|
|
this.button11.Image = global::DS4Windows.Properties.Resources.LB;
|
|
this.button11.Name = "button11";
|
|
this.button11.TabStop = false;
|
|
this.button11.Tag = "X360Left Bumper";
|
|
this.button11.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnRB
|
|
//
|
|
resources.ApplyResources(this.btnRB, "btnRB");
|
|
this.btnRB.Image = global::DS4Windows.Properties.Resources.RB;
|
|
this.btnRB.Name = "btnRB";
|
|
this.btnRB.TabStop = false;
|
|
this.btnRB.Tag = "X360Right Bumper";
|
|
this.btnRB.UseVisualStyleBackColor = true;
|
|
//
|
|
// button10
|
|
//
|
|
resources.ApplyResources(this.button10, "button10");
|
|
this.button10.Image = global::DS4Windows.Properties.Resources.Y;
|
|
this.button10.Name = "button10";
|
|
this.button10.TabStop = false;
|
|
this.button10.Tag = "X360Y Button";
|
|
this.button10.UseVisualStyleBackColor = true;
|
|
//
|
|
// button9
|
|
//
|
|
resources.ApplyResources(this.button9, "button9");
|
|
this.button9.Image = global::DS4Windows.Properties.Resources.X;
|
|
this.button9.Name = "button9";
|
|
this.button9.TabStop = false;
|
|
this.button9.Tag = "X360X Button";
|
|
this.button9.UseVisualStyleBackColor = true;
|
|
//
|
|
// button8
|
|
//
|
|
resources.ApplyResources(this.button8, "button8");
|
|
this.button8.Image = global::DS4Windows.Properties.Resources.B;
|
|
this.button8.Name = "button8";
|
|
this.button8.TabStop = false;
|
|
this.button8.Tag = "X360B Button";
|
|
this.button8.UseVisualStyleBackColor = true;
|
|
//
|
|
// button23
|
|
//
|
|
resources.ApplyResources(this.button23, "button23");
|
|
this.button23.Image = global::DS4Windows.Properties.Resources.BACK;
|
|
this.button23.Name = "button23";
|
|
this.button23.TabStop = false;
|
|
this.button23.Tag = "X360Back";
|
|
this.button23.UseVisualStyleBackColor = true;
|
|
//
|
|
// button22
|
|
//
|
|
resources.ApplyResources(this.button22, "button22");
|
|
this.button22.Image = global::DS4Windows.Properties.Resources.START;
|
|
this.button22.Name = "button22";
|
|
this.button22.TabStop = false;
|
|
this.button22.Tag = "X360Start";
|
|
this.button22.UseVisualStyleBackColor = true;
|
|
//
|
|
// button21
|
|
//
|
|
resources.ApplyResources(this.button21, "button21");
|
|
this.button21.Name = "button21";
|
|
this.button21.TabStop = false;
|
|
this.button21.Tag = "X360Guide";
|
|
this.button21.UseVisualStyleBackColor = true;
|
|
//
|
|
// button3
|
|
//
|
|
resources.ApplyResources(this.button3, "button3");
|
|
this.button3.Image = global::DS4Windows.Properties.Resources.A;
|
|
this.button3.Name = "button3";
|
|
this.button3.TabStop = false;
|
|
this.button3.Tag = "X360A Button";
|
|
this.button3.UseVisualStyleBackColor = true;
|
|
//
|
|
// X360Label
|
|
//
|
|
resources.ApplyResources(this.X360Label, "X360Label");
|
|
this.X360Label.Name = "X360Label";
|
|
//
|
|
// KBMlabel
|
|
//
|
|
resources.ApplyResources(this.KBMlabel, "KBMlabel");
|
|
this.KBMlabel.Name = "KBMlabel";
|
|
//
|
|
// lBMacroOn
|
|
//
|
|
resources.ApplyResources(this.lBMacroOn, "lBMacroOn");
|
|
this.lBMacroOn.Name = "lBMacroOn";
|
|
//
|
|
// bnMacro
|
|
//
|
|
resources.ApplyResources(this.bnMacro, "bnMacro");
|
|
this.bnMacro.Name = "bnMacro";
|
|
this.bnMacro.TabStop = false;
|
|
this.bnMacro.UseVisualStyleBackColor = true;
|
|
this.bnMacro.Click += new System.EventHandler(this.btnMacro_Click);
|
|
//
|
|
// pictureBox1
|
|
//
|
|
resources.ApplyResources(this.pictureBox1, "pictureBox1");
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// btnFallBack
|
|
//
|
|
resources.ApplyResources(this.btnFallBack, "btnFallBack");
|
|
this.btnFallBack.Name = "btnFallBack";
|
|
this.btnFallBack.TabStop = false;
|
|
this.btnFallBack.UseVisualStyleBackColor = true;
|
|
//
|
|
// KBM360
|
|
//
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.Controls.Add(this.btnUNBOUND2);
|
|
this.Controls.Add(this.btnFallBack);
|
|
this.Controls.Add(this.btnLS);
|
|
this.Controls.Add(this.btnLSU);
|
|
this.Controls.Add(this.btnRS);
|
|
this.Controls.Add(this.btnLSR);
|
|
this.Controls.Add(this.button2);
|
|
this.Controls.Add(this.btnLSD);
|
|
this.Controls.Add(this.btnRSU);
|
|
this.Controls.Add(this.btnLSL);
|
|
this.Controls.Add(this.btnRB);
|
|
this.Controls.Add(this.btnRSR);
|
|
this.Controls.Add(this.btnRSD);
|
|
this.Controls.Add(this.btnRSL);
|
|
this.Controls.Add(this.bnMacro);
|
|
this.Controls.Add(this.lBMacroOn);
|
|
this.Controls.Add(this.KBMlabel);
|
|
this.Controls.Add(this.X360Label);
|
|
this.Controls.Add(this.button13);
|
|
this.Controls.Add(this.button19);
|
|
this.Controls.Add(this.button20);
|
|
this.Controls.Add(this.button18);
|
|
this.Controls.Add(this.button17);
|
|
this.Controls.Add(this.button11);
|
|
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.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.btnPREVTRACK);
|
|
this.Controls.Add(this.btnNEXTTRACK);
|
|
this.Controls.Add(this.btnPLAYPAUSE);
|
|
this.Controls.Add(this.btnSTOP);
|
|
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.btnMOUSERIGHT);
|
|
this.Controls.Add(this.btnMOUSELEFT);
|
|
this.Controls.Add(this.btnMOUSEDOWN);
|
|
this.Controls.Add(this.btnMOUSEUP);
|
|
this.Controls.Add(this.btnLEFTMOUSE);
|
|
this.Controls.Add(this.btnQ);
|
|
this.Controls.Add(this.pictureBox2);
|
|
this.Controls.Add(this.cbToggle);
|
|
this.Controls.Add(this.pictureBox1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.KeyPreview = true;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "KBM360";
|
|
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 btnPREVTRACK;
|
|
private System.Windows.Forms.Button btnNEXTTRACK;
|
|
private System.Windows.Forms.Button btnPLAYPAUSE;
|
|
private System.Windows.Forms.Button btnSTOP;
|
|
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 btnMOUSERIGHT;
|
|
private System.Windows.Forms.Button btnMOUSELEFT;
|
|
private System.Windows.Forms.Button btnMOUSEDOWN;
|
|
private System.Windows.Forms.Button btnMOUSEUP;
|
|
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 btnRSL;
|
|
private System.Windows.Forms.Button btnLSL;
|
|
private System.Windows.Forms.Button btnRSD;
|
|
private System.Windows.Forms.Button btnLSD;
|
|
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 btnRSR;
|
|
private System.Windows.Forms.Button btnRS;
|
|
private System.Windows.Forms.Button btnLSR;
|
|
private System.Windows.Forms.Button btnRSU;
|
|
private System.Windows.Forms.Button btnLS;
|
|
private System.Windows.Forms.Button btnLSU;
|
|
private System.Windows.Forms.Button button11;
|
|
private System.Windows.Forms.Button btnRB;
|
|
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.Label X360Label;
|
|
private System.Windows.Forms.Label KBMlabel;
|
|
private System.Windows.Forms.Button bnMacro;
|
|
public System.Windows.Forms.Label lBMacroOn;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.Button btnFallBack;
|
|
|
|
}
|
|
} |