diff --git a/DS4Windows/DS4Forms/KBM360.Designer.cs b/DS4Windows/DS4Forms/KBM360.Designer.cs index 6924bf0..37351ce 100644 --- a/DS4Windows/DS4Forms/KBM360.Designer.cs +++ b/DS4Windows/DS4Forms/KBM360.Designer.cs @@ -229,16 +229,16 @@ // // pBHighlight // - resources.ApplyResources(this.pBHighlight, "pBHighlight"); this.pBHighlight.BackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.pBHighlight, "pBHighlight"); this.pBHighlight.Image = global::DS4Windows.Properties.Resources._360_highlight; this.pBHighlight.Name = "pBHighlight"; this.pBHighlight.TabStop = false; // // pBMouse // - resources.ApplyResources(this.pBMouse, "pBMouse"); this.pBMouse.Image = global::DS4Windows.Properties.Resources.mouse; + resources.ApplyResources(this.pBMouse, "pBMouse"); this.pBMouse.Name = "pBMouse"; this.pBMouse.TabStop = false; // @@ -1078,8 +1078,8 @@ // // bnColor // - resources.ApplyResources(this.bnColor, "bnColor"); this.bnColor.BackColor = System.Drawing.Color.White; + resources.ApplyResources(this.bnColor, "bnColor"); this.bnColor.Name = "bnColor"; this.bnColor.UseVisualStyleBackColor = false; this.bnColor.Click += new System.EventHandler(this.bnColor_Click); @@ -1117,8 +1117,8 @@ // // lBTip // - resources.ApplyResources(this.lBTip, "lBTip"); this.lBTip.ForeColor = System.Drawing.SystemColors.GrayText; + resources.ApplyResources(this.lBTip, "lBTip"); this.lBTip.Name = "lBTip"; // // btnD @@ -1131,11 +1131,11 @@ // // btnAButton // - resources.ApplyResources(this.btnAButton, "btnAButton"); this.btnAButton.BackColor = System.Drawing.Color.Transparent; this.btnAButton.FlatAppearance.BorderSize = 0; this.btnAButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btnAButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.btnAButton, "btnAButton"); this.btnAButton.Name = "btnAButton"; this.btnAButton.TabStop = false; this.btnAButton.Tag = "X360A Button"; @@ -1153,11 +1153,11 @@ // // btnGuide // - resources.ApplyResources(this.btnGuide, "btnGuide"); this.btnGuide.BackColor = System.Drawing.Color.Transparent; this.btnGuide.FlatAppearance.BorderSize = 0; this.btnGuide.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btnGuide.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.btnGuide, "btnGuide"); this.btnGuide.Name = "btnGuide"; this.btnGuide.TabStop = false; this.btnGuide.Tag = "X360Guide"; @@ -1175,11 +1175,11 @@ // // btnStart // - resources.ApplyResources(this.btnStart, "btnStart"); this.btnStart.BackColor = System.Drawing.Color.Transparent; this.btnStart.FlatAppearance.BorderSize = 0; this.btnStart.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btnStart.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.btnStart, "btnStart"); this.btnStart.Name = "btnStart"; this.btnStart.TabStop = false; this.btnStart.Tag = "X360Start"; @@ -1197,11 +1197,11 @@ // // btnBack // - resources.ApplyResources(this.btnBack, "btnBack"); this.btnBack.BackColor = System.Drawing.Color.Transparent; this.btnBack.FlatAppearance.BorderSize = 0; this.btnBack.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btnBack.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.btnBack, "btnBack"); this.btnBack.Name = "btnBack"; this.btnBack.TabStop = false; this.btnBack.Tag = "X360Back"; @@ -1219,11 +1219,11 @@ // // btnBButton // - resources.ApplyResources(this.btnBButton, "btnBButton"); this.btnBButton.BackColor = System.Drawing.Color.Transparent; this.btnBButton.FlatAppearance.BorderSize = 0; this.btnBButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btnBButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.btnBButton, "btnBButton"); this.btnBButton.Name = "btnBButton"; this.btnBButton.TabStop = false; this.btnBButton.Tag = "X360B Button"; @@ -1241,11 +1241,11 @@ // // btnXButton // - resources.ApplyResources(this.btnXButton, "btnXButton"); this.btnXButton.BackColor = System.Drawing.Color.Transparent; this.btnXButton.FlatAppearance.BorderSize = 0; this.btnXButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btnXButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.btnXButton, "btnXButton"); this.btnXButton.Name = "btnXButton"; this.btnXButton.TabStop = false; this.btnXButton.Tag = "X360X Button"; @@ -1263,11 +1263,11 @@ // // btnYButton // - resources.ApplyResources(this.btnYButton, "btnYButton"); this.btnYButton.BackColor = System.Drawing.Color.Transparent; this.btnYButton.FlatAppearance.BorderSize = 0; this.btnYButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btnYButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.btnYButton, "btnYButton"); this.btnYButton.Name = "btnYButton"; this.btnYButton.TabStop = false; this.btnYButton.Tag = "X360Y Button"; @@ -1285,11 +1285,11 @@ // // btnLB // - resources.ApplyResources(this.btnLB, "btnLB"); this.btnLB.BackColor = System.Drawing.Color.Transparent; this.btnLB.FlatAppearance.BorderSize = 0; this.btnLB.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btnLB.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.btnLB, "btnLB"); this.btnLB.Name = "btnLB"; this.btnLB.TabStop = false; this.btnLB.Tag = "X360Left Bumper"; @@ -1307,11 +1307,11 @@ // // btnDpadRight // - resources.ApplyResources(this.btnDpadRight, "btnDpadRight"); this.btnDpadRight.BackColor = System.Drawing.Color.Transparent; this.btnDpadRight.FlatAppearance.BorderSize = 0; this.btnDpadRight.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btnDpadRight.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.btnDpadRight, "btnDpadRight"); this.btnDpadRight.Name = "btnDpadRight"; this.btnDpadRight.TabStop = false; this.btnDpadRight.Tag = "X360Right Button"; @@ -1329,11 +1329,11 @@ // // btnDpadUp // - resources.ApplyResources(this.btnDpadUp, "btnDpadUp"); this.btnDpadUp.BackColor = System.Drawing.Color.Transparent; this.btnDpadUp.FlatAppearance.BorderSize = 0; this.btnDpadUp.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btnDpadUp.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.btnDpadUp, "btnDpadUp"); this.btnDpadUp.Name = "btnDpadUp"; this.btnDpadUp.TabStop = false; this.btnDpadUp.Tag = "X360Up Button"; @@ -1351,11 +1351,11 @@ // // btnDpadDown // - resources.ApplyResources(this.btnDpadDown, "btnDpadDown"); this.btnDpadDown.BackColor = System.Drawing.Color.Transparent; this.btnDpadDown.FlatAppearance.BorderSize = 0; this.btnDpadDown.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btnDpadDown.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.btnDpadDown, "btnDpadDown"); this.btnDpadDown.Name = "btnDpadDown"; this.btnDpadDown.TabStop = false; this.btnDpadDown.Tag = "X360Down Button"; @@ -1373,11 +1373,11 @@ // // btnDpadLeft // - resources.ApplyResources(this.btnDpadLeft, "btnDpadLeft"); this.btnDpadLeft.BackColor = System.Drawing.Color.Transparent; this.btnDpadLeft.FlatAppearance.BorderSize = 0; this.btnDpadLeft.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btnDpadLeft.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.btnDpadLeft, "btnDpadLeft"); this.btnDpadLeft.Name = "btnDpadLeft"; this.btnDpadLeft.TabStop = false; this.btnDpadLeft.Tag = "X360Left Button"; @@ -1395,11 +1395,11 @@ // // btnLT // - resources.ApplyResources(this.btnLT, "btnLT"); this.btnLT.BackColor = System.Drawing.Color.Transparent; this.btnLT.FlatAppearance.BorderSize = 0; this.btnLT.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btnLT.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.btnLT, "btnLT"); this.btnLT.ForeColor = System.Drawing.Color.Transparent; this.btnLT.Name = "btnLT"; this.btnLT.TabStop = false; @@ -1473,11 +1473,11 @@ // // btnRSLeft // - resources.ApplyResources(this.btnRSLeft, "btnRSLeft"); this.btnRSLeft.BackColor = System.Drawing.Color.Transparent; this.btnRSLeft.FlatAppearance.BorderSize = 0; this.btnRSLeft.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btnRSLeft.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.btnRSLeft, "btnRSLeft"); this.btnRSLeft.Name = "btnRSLeft"; this.btnRSLeft.TabStop = false; this.btnRSLeft.Tag = "X360Right X-Axis-"; @@ -1495,11 +1495,11 @@ // // btnRSDown // - resources.ApplyResources(this.btnRSDown, "btnRSDown"); this.btnRSDown.BackColor = System.Drawing.Color.Transparent; this.btnRSDown.FlatAppearance.BorderSize = 0; this.btnRSDown.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btnRSDown.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.btnRSDown, "btnRSDown"); this.btnRSDown.Name = "btnRSDown"; this.btnRSDown.TabStop = false; this.btnRSDown.Tag = "X360Right Y-Axis+"; @@ -1517,11 +1517,11 @@ // // btnRSRight // - resources.ApplyResources(this.btnRSRight, "btnRSRight"); this.btnRSRight.BackColor = System.Drawing.Color.Transparent; this.btnRSRight.FlatAppearance.BorderSize = 0; this.btnRSRight.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btnRSRight.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.btnRSRight, "btnRSRight"); this.btnRSRight.Name = "btnRSRight"; this.btnRSRight.TabStop = false; this.btnRSRight.Tag = "X360Right X-Axis+"; @@ -1539,11 +1539,11 @@ // // btnRB // - resources.ApplyResources(this.btnRB, "btnRB"); this.btnRB.BackColor = System.Drawing.Color.Transparent; this.btnRB.FlatAppearance.BorderSize = 0; this.btnRB.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btnRB.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.btnRB, "btnRB"); this.btnRB.Name = "btnRB"; this.btnRB.TabStop = false; this.btnRB.Tag = "X360Right Bumper"; @@ -1561,11 +1561,11 @@ // // btnLSLeft // - resources.ApplyResources(this.btnLSLeft, "btnLSLeft"); this.btnLSLeft.BackColor = System.Drawing.Color.Transparent; this.btnLSLeft.FlatAppearance.BorderSize = 0; this.btnLSLeft.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btnLSLeft.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.btnLSLeft, "btnLSLeft"); this.btnLSLeft.Name = "btnLSLeft"; this.btnLSLeft.TabStop = false; this.btnLSLeft.Tag = "X360Left X-Axis-"; @@ -1583,11 +1583,11 @@ // // btnRSUp // - resources.ApplyResources(this.btnRSUp, "btnRSUp"); this.btnRSUp.BackColor = System.Drawing.Color.Transparent; this.btnRSUp.FlatAppearance.BorderSize = 0; this.btnRSUp.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btnRSUp.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.btnRSUp, "btnRSUp"); this.btnRSUp.Name = "btnRSUp"; this.btnRSUp.TabStop = false; this.btnRSUp.Tag = "X360Right Y-Axis-"; @@ -1605,11 +1605,11 @@ // // btnLSDown // - resources.ApplyResources(this.btnLSDown, "btnLSDown"); this.btnLSDown.BackColor = System.Drawing.Color.Transparent; this.btnLSDown.FlatAppearance.BorderSize = 0; this.btnLSDown.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btnLSDown.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.btnLSDown, "btnLSDown"); this.btnLSDown.Name = "btnLSDown"; this.btnLSDown.TabStop = false; this.btnLSDown.Tag = "X360Left Y-Axis+"; @@ -1627,11 +1627,11 @@ // // btnRT // - resources.ApplyResources(this.btnRT, "btnRT"); this.btnRT.BackColor = System.Drawing.Color.Transparent; this.btnRT.FlatAppearance.BorderSize = 0; this.btnRT.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btnRT.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.btnRT, "btnRT"); this.btnRT.Name = "btnRT"; this.btnRT.TabStop = false; this.btnRT.Tag = "X360Right Trigger"; @@ -1649,11 +1649,11 @@ // // btnLSRight // - resources.ApplyResources(this.btnLSRight, "btnLSRight"); this.btnLSRight.BackColor = System.Drawing.Color.Transparent; this.btnLSRight.FlatAppearance.BorderSize = 0; this.btnLSRight.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btnLSRight.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.btnLSRight, "btnLSRight"); this.btnLSRight.Name = "btnLSRight"; this.btnLSRight.TabStop = false; this.btnLSRight.Tag = "X360Left X-Axis+"; @@ -1671,11 +1671,11 @@ // // btnRSClick // - resources.ApplyResources(this.btnRSClick, "btnRSClick"); this.btnRSClick.BackColor = System.Drawing.Color.Transparent; this.btnRSClick.FlatAppearance.BorderSize = 0; this.btnRSClick.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btnRSClick.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.btnRSClick, "btnRSClick"); this.btnRSClick.Name = "btnRSClick"; this.btnRSClick.TabStop = false; this.btnRSClick.Tag = "X360Right Stick"; @@ -1693,11 +1693,11 @@ // // btnLSUp // - resources.ApplyResources(this.btnLSUp, "btnLSUp"); this.btnLSUp.BackColor = System.Drawing.Color.Transparent; this.btnLSUp.FlatAppearance.BorderSize = 0; this.btnLSUp.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btnLSUp.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.btnLSUp, "btnLSUp"); this.btnLSUp.Name = "btnLSUp"; this.btnLSUp.TabStop = false; this.btnLSUp.Tag = "X360Left Y-Axis-"; @@ -1707,11 +1707,11 @@ // // btnLSClick // - resources.ApplyResources(this.btnLSClick, "btnLSClick"); this.btnLSClick.BackColor = System.Drawing.Color.Transparent; this.btnLSClick.FlatAppearance.BorderSize = 0; this.btnLSClick.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btnLSClick.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.btnLSClick, "btnLSClick"); this.btnLSClick.Name = "btnLSClick"; this.btnLSClick.TabStop = false; this.btnLSClick.Tag = "X360Left Stick"; @@ -1751,7 +1751,6 @@ // // gBExtras // - resources.ApplyResources(this.gBExtras, "gBExtras"); this.gBExtras.Controls.Add(this.nUDMouse); this.gBExtras.Controls.Add(this.cBMouse); this.gBExtras.Controls.Add(this.cBLightbar); @@ -1774,6 +1773,7 @@ this.gBExtras.Controls.Add(this.tBGreenBar); this.gBExtras.Controls.Add(this.tBRedBar); this.gBExtras.Controls.Add(this.lBTip); + resources.ApplyResources(this.gBExtras, "gBExtras"); this.gBExtras.Name = "gBExtras"; this.gBExtras.TabStop = false; // @@ -1824,7 +1824,6 @@ // // cBShiftButton // - resources.ApplyResources(this.cBShiftButton, "cBShiftButton"); this.cBShiftButton.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cBShiftButton.FormattingEnabled = true; this.cBShiftButton.Items.AddRange(new object[] { @@ -1855,12 +1854,13 @@ resources.GetString("cBShiftButton.Items24"), resources.GetString("cBShiftButton.Items25"), resources.GetString("cBShiftButton.Items26")}); + resources.ApplyResources(this.cBShiftButton, "cBShiftButton"); this.cBShiftButton.Name = "cBShiftButton"; // // pnl360Controls // - resources.ApplyResources(this.pnl360Controls, "pnl360Controls"); this.pnl360Controls.BackgroundImage = global::DS4Windows.Properties.Resources._360_map; + resources.ApplyResources(this.pnl360Controls, "pnl360Controls"); this.pnl360Controls.Controls.Add(this.lb360Tip); this.pnl360Controls.Controls.Add(this.pBHighlight); this.pnl360Controls.Controls.Add(this.btnGuide); @@ -1890,6 +1890,7 @@ this.pnl360Controls.Controls.Add(this.btnDpadDown); this.pnl360Controls.Controls.Add(this.btnDpadUp); this.pnl360Controls.Name = "pnl360Controls"; + this.pnl360Controls.Paint += new System.Windows.Forms.PaintEventHandler(this.pnl360Controls_Paint); // // lb360Tip // diff --git a/DS4Windows/DS4Forms/KBM360.cs b/DS4Windows/DS4Forms/KBM360.cs index b388460..91ba8e6 100644 --- a/DS4Windows/DS4Forms/KBM360.cs +++ b/DS4Windows/DS4Forms/KBM360.cs @@ -23,10 +23,14 @@ namespace DS4Windows private Color reg, full; int bgc = 240; // Color of the form background, If greyscale color private bool extraChanged; + private Bitmap pnl360BgImage; public KBM360(int deviceNum, Options ooo, Button buton) { InitializeComponent(); + pnl360BgImage = (Bitmap)Properties.Resources._360_map.Clone(); + pnl360Controls.BackgroundImage = null; + pnl360Controls.BackgroundImageLayout = ImageLayout.None; device = deviceNum; ops = ooo; button = buton; @@ -733,6 +737,11 @@ namespace DS4Windows extraChanged = true; } + private void pnl360Controls_Paint(object sender, PaintEventArgs e) + { + e.Graphics.DrawImage(pnl360BgImage, new Rectangle(0, 13, Convert.ToInt32(pnl360Controls.Width), Convert.ToInt32(pnl360Controls.Height - 26)), new Rectangle(0, 0, Convert.ToInt32(pnl360BgImage.Width), Convert.ToInt32(pnl360BgImage.Height)), GraphicsUnit.Pixel); + } + private void nUD_ValueChanged(object sender, EventArgs e) { if (bnTest.Text != Properties.Resources.TestText) diff --git a/DS4Windows/DS4Forms/KBM360.resx b/DS4Windows/DS4Forms/KBM360.resx index 3319cd6..b46bff4 100644 --- a/DS4Windows/DS4Forms/KBM360.resx +++ b/DS4Windows/DS4Forms/KBM360.resx @@ -117,2183 +117,752 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 38, 53 - - - cBLightbar - - - bnMacro - - - gBExtras - - - 621, 98 - - - 104 - - - 5 - - - P - - - pnl360Controls - - - 52, 30 - - - 8 - - - 118 - - - - Popup - - - btnC - - - 386, 101 - - - 804, 181 - - - btnLT - - + False - - 29 - - - $this - - - Enter - - - btnPREVTRACK - - - btnBACKSPACE - - - 273 - - + + NoControl - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 582, 165 - - 41, 30 - - - 348, 31 - - - A - - - $this - - - 265 - - - 4, 4, 4, 4 - - - 729, 106 - - - $this - - - 4, 4, 4, 4 - - - 114 - - - 30, 30 - - - 30, 30 - - - 4, 4, 4, 4 - - - 30, 30 - - - 12 - - - Popup - - - NoControl - - - 321 - - - 252 - - - Flat - - - 122 - - - $this - - - 195 - - - 8 - - - G - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 234 - - - Popup - - - $this + + 24, 24 Zoom - - 64, 30 + + 322 - - btnPGDN + + False - - tBGreenBar + + pBHighlight - - 270 + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - gBExtras - - - 30, 30 - - - NoControl - - - 62, 38 - - - H - - - 240 - - - $this - - - btnNUMPLUS - - - NoControl - - - 24 - - - 317 - - - 34 - - - 28, 295 - - - 4, 4, 4, 4 - - - 183 - - - S - - - NoControl - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Popup - - - 4, 4, 4, 4 - - - 4 - - - 247 - - - $this - - - 326 - - - $this - - - 30, 30 - - - L - - - 17 - - - 4, 4, 4, 4 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 17 - - - NoControl - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 30, 30 - - - F10 - - - 995, 78 - - - cBShiftButton - - - 625, 69 - - - Popup - - - 48, 17 - - - NoControl - - - Popup - - - 4, 4, 4, 4 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - NoControl - - - 3 - - - NoControl - - - 267 - - - 31 - - - 30, 30 - - - Popup - - - 122, 144 - - - 30, 30 - - - NoControl - - - NoControl - - - 4, 4, 4, 4 - - - 804, 32 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 9 - - - K - - - 98 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + pnl360Controls - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - 625, 31 + + 760, 44 - - CenterParent + + 97, 140 - - 217 + + Zoom - - 21, 29 + + 290 - - 4 + + pBMouse - + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + $this - - 64, 30 + + 132 - - btn0 + + Popup - - 35 + + NoControl - - $this + + 218, 25 + + + 27, 24 258 - - 995, 212 + + F6 - + + btnF6 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 9 + + + Popup + + NoControl - - 4, 4, 4, 4 + + 188, 25 - - 78 + + 27, 24 - - No + + 259 - - btnL + + F5 - - 50, 55 + + btnF5 - - advColorDialog + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4, 4, 4, 4 + + $this - + + 10 + + + Popup + + + NoControl + + + 248, 25 + + + 27, 24 + + + 257 + + + F7 + + + btnF7 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 $this - - 125, 25 + + 12 - - - - - pnl360Controls - - - 4, 4, 4, 4 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - RAlt - - - ' - - - 130 - - + Popup - - btnCOMMA + + NoControl - + + 158, 25 + + + 27, 24 + + + 260 + + + F4 + + + btnF4 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - X360Label - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pnl360Controls - - - NoControl - - - ↓Down - - - 148, 29 - - - 516, 31 - - - 7 - - - 24 - - - 198, 69 - - - pnl360Controls - - - 141, 106 - - - NoControl - - - btnDpadLeft - - - 300 - - - Popup - - - 167 - - - False - - - $this - - - Flat - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 - - - 278 - - - 30, 30 - - - Flat - - - 177 - - - $this - - - Popup - - - 117 - - - 4, 4, 4, 4 - - - NoControl - - - O - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 - - - 113 - - - btnH - - - Down - - - 4, 4, 4, 4 - - - lbRumble - - - NoControl - - - J - - - 30, 30 - - - bTNRIGHTMOUSE - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 76 - - - 165 - - - True - - - btnDpadDown - - - NoControl - - - 201 - - - $this - - - Popup - - - 4, 4, 4, 4 - - - 84 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 404, 181 - - - 4, 0, 4, 0 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 3 - - - $this - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 287 - - - NoControl - - - 105 - - - 347, 194 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 841, 181 - - - 101 - - - Flat - - - $this - - - 277 - - - 21, 92 - - - 6 - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Popup - - - 30, 30 - - - 237 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gBExtras - - - NoControl - - - $this - - - 30, 68 - - - 14 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 180, 261 - - - Flat - - - pnl360Controls - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 33, 38 - - - $this - - - 239 - - - 117, 261 - - - True - - - 255 - - - B - - - $this - - - NoControl - - - 94 - - - 86 - - - 209 - - - Popup - - - NoControl - - - $this - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 329, 106 - - - Popup - - - 28, 413 - - - 172 - - - 1 - - - 950, 55 - - - 310, 69 - - - 126 - - - button39 - - - NoControl - - - 4, 4, 4, 4 - - - 200, 29 - - - 212 - - - 0 - - - Popup - - - button34 - - - 995, 138 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - 15 - - - Change Light - - - 4, 4, 4, 4 - - - NoControl - - - $this - - - 4, 4, 4, 4 - - - 295 - - - gBExtras - - - 4, 4, 4, 4 - - - L2 - - - 841, 106 - - - 4, 4, 4, 4 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - False - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Popup - - - NoControl - - - 34, 26 - - - 729, 69 - - - 381, 219 - - - True - - - 189 - - - 30, 30 - - - btnF8 - - - 50 - - - 41, 30 - - - 4, 4, 4, 4 - - - 13, 38 - - - MiddleRight - - - System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Toggle - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 4 - - - Popup - - - pnl360Controls - - - 81 - - - Popup - - - 4, 4, 4, 4 - - - 254, 106 - - - 30, 30 - - - Regular - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - btnYButton - - - 729, 181 - - - NoControl - - - NoControl - - - 4, 4, 4, 4 - - - V - - - 30, 30 - - - 327 - - - False - - - 569, 57 - - - button35 - - - 207 - - - 14, 219 - - - 36 - - - NoControl - - - 4, 4, 4, 4 - - - 167 - - - $this - - - btnNEXTTRACK - - - pnl360Controls - - - Flat - - - 30, 30 - - - 4, 4, 4, 4 - - - NoControl - - - 49, 30 - - - - - - - Popup - - - btnMIDDLEMOUSE - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - $this - - - 422, 69 - - - 4, 4, 4, 4 - - - btnRCTRL - - - 41, 30 - - - Keybaord - - - 308 - - - $this - - - button4 - - - gBExtras - - - $this - - - $this - - - 30, 30 - - - 4, 4, 4, 4 - - - $this - - - 172, 228 - - - N - - - True - - - NoControl - - - $this - - - 1032, 106 - - - Flat - - - pgd - - - Popup - - - 4 - - - 30, 30 - - - 203 - - - NoControl - - - btnRSHIFT - - - lb360Tip - - - Popup - - - 14, 181 - - - lbBlueV - - - btnPERIOD - - - RCtrl - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 4, 4, 4, 4 - - - 291, 181 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 22 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 16 - - - 106, 56 - - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - 32, 17 - - - 30, 30 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - btnLSLeft - - - 38 - - - btnF9 - - - 15 - - - 1 - - - 85, 144 - - - 243 - - - NoControl - - - 14, 144 - - - 441, 106 - - - lBTip - - - 82, 30 - - - 30, 30 - $this - - 262 + + 13 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 37 - - - 164 - - - 18, 17 - - - 74 - - - F - - - 30, 30 - - - 18 - - - NoControl - - - 201, 219 - - - $this - - - 82 - - - 0 - - - 30, 30 - - + Popup - - 319 + + NoControl - - 85, 69 + + 278, 25 - - lbRedV + + 27, 24 - + + 256 + + + F8 + + + btnF8 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + $this - - F11 + + 15 - - $this - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 210 - - + Popup - - Popup - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 61, 22 - - + NoControl - - NoControl - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - btnEND - - - NoControl - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 314 - - - 168 - - - / - - - 1 - - - NoControl - - - 4, 4, 4, 4 - - 160, 31 + 128, 25 - - NoControl + + 27, 24 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 261 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + F3 - - 32, 26 + + btnF3 - - M - - - 30, 30 - - - btnEQUALS - - - True - - - $this - - - 48, 44 - - - btnINS - - - 4, 4, 4, 4 - - - tBBlueBar - - - 268 - - - Popup - - - Popup - - - btnRT - - - $this - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 - - - True - - - 233 - - - 479, 181 - - - Backspace - - - gBExtras - - - 4, 0, 4, 0 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 958, 188 - - - btnRSDown - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 4, 4, 4, 4 - - - 222, 155 - - - 91 - - - 4, 4, 4, 4 - - - btnLSHIFT - - - NoControl - - - Popup - - - . - - - NoControl - - - 30, 30 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - T - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 38, 38 - - - 221 - - - 291, 106 - - - NoControl - - - 666, 220 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 $this - - 299 - - - NoControl - - - Flat - - - 202 - - - NoControl - - - E - - - 4, 0, 4, 0 - - - btnRETURN - - - Popup - - - Flat - - - pnl360Controls - - - gBExtras - - - Macro On, Choose a key to disable, else close this window to save - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TopCenter - - - 48, 69 - - - System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - btnNUM4 - - - 283 - - - 6 - - - 4, 0, 4, 0 - - - 28 - - - 235, 69 - - - 30, 30 - - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 232 - - - 30, 30 - - - 4, 4, 4, 4 - - - btnX - - - 841, 69 - - - NoControl - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 0 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - btnP - - - NoControl - - - 30, 68 - - + 16 - - 30, 30 - - - 41, 30 - - - L - - + Popup - - 804, 69 - - - Popup - - - 69 - - - 24, 30 - - - pnl360Controls - - - $this - - - 6 - - - btnRALT - - - Popup - - - Popup - - - ←Left - - - Shift Modifier - - - 228, 124 - - - 82, 30 - - - 228 - - - 63 - - - 18 - - - 291 - - - 12 - - - 296 - - - 21 - - - Popup - - - LCtrl - - - 25 - - - 49 - - - Popup - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Popup - - - ` - - - 1054, 150 - - - 188 - - + NoControl - - 42, 224 + + 308, 25 - - $this + + 27, 24 - - 4, 4, 4, 4 + + 255 - + + F9 + + + btnF9 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 318 - - - 310, 31 - - - 20 - - - 30, 30 - - - btnT - - - - - - 368, 1 - - - D - - - 272, 31 - - - 108 - - - 4, 4, 4, 4 - - - btnLEFTMOUSE - - - btnRB - - - 173 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - btnD - - - 324 - - - rBShiftModifer - - - 59 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - btnNUM3 - - - NoControl - - - 4, 4, 4, 4 - - - 106, 23 - - - bnWHEELDOWN - - - Popup - - - NoControl - - - False - - - 20, 265 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 4, 4, 4, 4 - - - Tab - - - pnl360Controls - - - 348, 69 - - - 310, 144 - - - Popup - - - 5Numpad - - - ØVol - - - Popup - - - 766, 144 - - - 241 - - - NoControl - - - gBExtras - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - RShift - - - 4, 4, 4, 4 - - - 32, 24 - - - 729, 32 - - - 4, 4, 4, 4 - - - NoControl - - - btnAPOSTROPHE - - - M - - - Popup - - - 309 - - - 729, 219 - - - $this - - - lbLight - - - 49, 30 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - nUDMouse - - - btnSLASH - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 995, 106 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 265, 119 - - - 99, 36 - - - Popup - - - gBExtras - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 97, 17 - - - NoControl - - - 266 - - - btnMOUSEUP - - - 226 - - - 30, 30 - - - 61, 22 - - - Left - - - 96 - - - Popup - - - Popup - - - 4, 4, 4, 4 - - - 13 - - - NoControl - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Scan Code - - - NoControl - - - 125, 25 - - - NoControl - - - del - - - Popup - - - 204, 118 - - - 325 - - - 9 - - - 4, 0, 4, 0 - - - pgu - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 20 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Popup - - - 10 - - - C - - - 80 - $this - - RWin + + 18 - - 41, 30 + + Popup - + NoControl - - btnLALT + + 98, 25 - - NoControl + + 27, 24 - - 19 + + 262 - - 4, 4, 4, 4 + + F2 - - 246 + + btnF2 - - 4 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 170 - - - 385, 144 - - - 4, 4, 4, 4 - - - 290 - - + $this - - 259 + + 19 - - Default + + Popup - + NoControl - - NoControl + + 467, 55 - - 7 + + 33, 24 - + + 265 + + + ins + + + btnINS + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + 21 - - 120, 120 + + Popup - - True + + NoControl + + + 68, 25 + + + 27, 24 + + + 263 + + + F1 + + + btnF1 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 22 + + + Popup + + + NoControl + + + 500, 55 + + + 33, 24 + + + 253 + + + hm + + + btnHOME + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 24 + + + Popup + + + NoControl + + + 38, 55 + + + 24, 24 + + + 264 + + + 1 + + + btn1 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 25 + + + Popup + + + NoControl + + + 533, 55 + + + 33, 24 + + + 238 + + + pgu + + + btnPGUP + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 27 + + + Popup + + + NoControl + + + 398, 55 + + + 51, 24 + + + 234 + + + Backspace + + + btnBACKSPACE + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 28 + + + Popup + + + NoControl + + + 533, 85 + + + 33, 24 + + + 252 + + + pgd + + + btnPGDN + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 30 + + + Popup + + + NoControl + + + 368, 55 + + + 24, 24 + + + 233 + + + = + + + btnEQUALS + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 31 + + + Popup + + + NoControl + + + 500, 85 + + + 33, 24 + + + 251 + + + end + + + btnEND + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 33 + + + Popup + + + NoControl + + + 338, 55 + + + 24, 24 + + + 232 + + + - + + + btnMINUS + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 34 + + + Popup + + + NoControl + + + 467, 85 + + + 33, 24 + + + 250 + + + del + + + btnDEL + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 36 + + + Popup + + + NoControl + + + 308, 55 + + + 24, 24 + + + 231 + + + 0 + + + btn0 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 37 + + + Popup + + + NoControl + + + 500, 25 + + + 33, 24 + + + 247 + + + scl + + + btnSCL + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 39 + + + Popup + + + NoControl + + + 278, 55 + + + 24, 24 + + + 230 + + + 9 + + + btn9 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 40 + + + Popup + + + NoControl + + + 467, 25 + + + 33, 24 + + + 241 + + + prt + + + button34 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 $this @@ -2301,3887 +870,4778 @@ 42 - - 4, 4, 4, 4 - - - 328 - - - 33 - - + Popup - - 248 - - - btnVolUp - - - Popup - - - 209, 558 - - - 110 - - - lbGreen - - - pnl360Controls - - - Rumble - - + NoControl - - 30, 30 + + 248, 55 - - 4, 4, 4, 4 + + 24, 24 - - 38, 14 + + 229 - - NoControl + + 8 - - Popup + + btn8 - - Popup - - - 4, 0, 4, 0 - - - X - - - 30, 30 - - - 198, 144 - - - 4, 0, 4, 0 - - - Zoom - - - NoControl - - - 112 - - - 161 - - - 66, 106 - - - gBExtras - - - 4, 4, 4, 4 - - - $this - - - 95 - - - Triangle - - - Popup - - - 39 - - - 122, 31 - - - Popup - - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - pnl360Controls - - - 245 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 178 - - - 285 - - + $this - - 40 + + 44 - - System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Popup - - 462, 100 + + Webdings, 8.25pt - - 209, 75 + + NoControl - - 441, 181 + + 613, 26 - - 4, 4, 4, 4 + + 24, 24 - - 4, 4, 4, 4 + + 246 - - btnF1 + + < - - 516, 106 + + btnSTOP - - 30, 30 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 17 + + $this - - 0 + + 46 - + Popup NoControl - - btnE + + 218, 55 - - 41, 30 + + 24, 24 - + + 228 + + + 7 + + + btn7 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 47 + + + Popup + + + Webdings, 8.25pt + + NoControl - + + 643, 26 + + + 24, 24 + + + 245 + + + 4 + + + btnPLAYPAUSE + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 49 + + + Popup + + NoControl - - NoControl + + 188, 55 - - 50, 30 + + 24, 24 - - btn9 + + 227 - - Circle + + 6 - - 766, 106 + + btn6 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this 51 - - 30, 30 + + Popup - + + Webdings, 8.25pt + + NoControl - - 30, 30 + + 673, 26 - - 4, 4, 4, 4 + + 24, 24 - + + 244 + + + : + + + btnNEXTTRACK + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + $this - - 250 + + 53 - - 4, 4, 4, 4 + + Popup - - 99, 21 + + NoControl - + + 158, 55 + + + 24, 24 + + + 226 + + + 5 + + + btn5 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + $this 54 - - btnF10 - - - 584, 220 - - - btnLSClick - - - 30, 30 - - - 313 - - - Flat - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - 30, 30 - - - 282 - - - 222 - - - G - - - 196 - - - Popup - - - btnDEL - - - NoControl - - - Cross - - - Test - - - 38, 38 - - - $this - - - NoControl - - - 4, 4, 4, 4 - - - 3, 134 - - - 64, 30 - - - 30, 30 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 113, 38 - - - Unbound - - - 38, 38 - - - Popup - - - gBExtras - - - Num Lock - - - gBExtras - - - NoControl - - - 315 - - - 74, 21 - - - 293 - - - Popup - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - 30, 30 - - - btn5 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - btnRSClick - - - 172, 30 - - - 464, 207 - - - 198 - - - 936, 5 - - - 1039, 188 - - - NoControl - - - 263 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - 728, 206 - - - $this - - - 4, 4, 4, 4 - - - 222, 104 - - - 279 - - - Flat - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 174 - - - 52 - - - 224 - - - 4, 4, 4, 4 - - - 179, 181 - - - $this - - - 4, 4, 4, 4 - - - Popup - - - 4, 4, 4, 4 - - - 216, 181 - - - prt - - - 4, 4, 4, 4 - - - 46 - - - 30, 30 - - - 16, 16 - - - NoControl - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 12 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - 4, 4, 4, 4 - - - 30, 30 - - - 4, 4, 4, 4 - - - btnM - - - NoControl - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 4, 0, 4, 0 - - - NoControl - - - NoControl - - - 9 - - - 310 - - - 748, 10 - - - btn3 - - - : - - - $this - - - Webdings, 8.25pt - - - 4, 4, 4, 4 - - - btnSTOP - - - Flat - - - 41, 30 - - - 176 - - - 19 - - - 4, 4, 4, 4 - - - btnNUMLOCK - - - $this - - - $this - - - 193 - - - $this - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - nUDHeavy - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Enter - - - 200, 24 - - - $this - - - $this - - - Popup - - - 30, 30 - - - 253 - - - NoControl - - - 79 - - - 55 - - - 304 - - - 16, 38 - - - 30, 30 - - - 192 - - - Space - - - 829, 10 - - - 30, 30 - - - 205 - - - bk - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 - - - 231 - - - btnI - - - $this - - - $this - - - 1 - - - 16 - - - 52, 22 - - - 14, 69 - - - 26 - - - $this - - - Popup - - - Popup - - - 41, 30 - - - NoControl - - - 218 - - - $this - - - 254 - - - 71 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 229 - - - 254, 181 - - - 13 - - - 281 - - - btnStart - - - Popup - - - 468, 31 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 41, 30 - - - $this - - - NoControl - - - 179 - - - 804, 219 - - - 517, 207 - - - Upper Touch - - - Left Touch - - - R3 - - - L3 - - - R2 - - - 704, 69 - - - R1 - - - L1 - - - PS - - - Right - - - $this - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - NoControl - - - 4, 4, 4, 4 - - - $this - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 41, 30 - - - 4, 4, 4, 4 - - - 2 - - - 879, 69 - - - NoControl - - - NoControl - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 - - - 7 - - - 27 - - - 175 - - - btnESC - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Flat - - - B - - - pBHighlight - - - $this - - - Popup - - - hm - - - 58 - - - 4, 4, 4, 4 - - - 85, 31 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 - - - 0 - - - 30, 30 - - - 220 - - - 294 - - - Popup - - - 333, 100 - - - btnSCL - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - 30, 30 - - - 89 - - - NoControl - - - btn2 - - - $this - - - 4, 4, 4, 4 - - - 88 - - - 41, 30 - - - NoControl - - - $this - - - 181 - - - btnV - - - R - - - 4, 0, 4, 0 - - - pnl360Controls - - - NoControl - - - 34, 30 - - - 211 - - - X360 Controls - - - $this - - - 24, 30 - - - btnNUM0 - - - 45, 30 - - - = - - - 23 - - - 4, 4, 4, 4 - - - 2 - - - btnDpadRight - - - 13, 11 - - - pnl360Controls - - - Keyboard and Mouse - - - 235, 31 - - - Webdings, 8.25pt - - - 4, 4, 4, 4 - - - 208 - - - 4, 4, 4, 4 - - - btnNUM1 - - - btnNUMENTER - - - 995, 35 - - - Popup - - - - - - NoControl - - - $this - - - 284 - - - tBRedBar - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - button36 - - - Popup - - - Popup - - - [ - - - 0 - - - 30, 30 - - - 4, 4, 4, 4 - - - 7 - - - NoControl - - - btn6 - - - 4, 4, 4, 4 - - - btn8 - - - 243 - - - 63, 30 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Popup - - - 133 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 - - - $this - - - 4, 4, 4, 4 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 30, 30 - - - 10 - - - btnNUM7 - - - 4, 0, 4, 0 - - - NoControl - - - 131 - - - 179, 106 - - - $this - - - 264 - - - pnl360Controls - - - 61 - - - NoControl - - - NoControl - - - 4, 4, 4, 4 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pnl360Controls - - - btnAButton - - - 323 - - - 163 - - - 30, 30 - - - 6 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 66 - - - 172, 192 - - - 124 - - - 4, 4, 4, 4 - - - Popup - - - 169 - - - NoControl - - - 666, 69 - - - 30, 30 - - - $this - - - btnNUM5 - - - Popup - - - 206 - - - $this - - - Popup - - - 200 - - - 4, 4, 4, 4 - - - 92 - - - 4, 4, 4, 4 - - - $this - - - lbHeavy - - - 255 - - - btnN - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 64 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 4, 4, 4, 4 - - - btnNUM2 - - - Flat - - - NoControl - - - btn4 - - - 243 - - - Caps - - - 87 - - - 4, 4, 4, 4 - - - - - - btnMINUS - - - btnXButton - - - $this - - - NoControl - - - 0 - - - Popup - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - $this - - - 4, 4, 4, 4 - - - $this - - - True - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 116 - - - 129 - - - $this - - - NoControl - - - 4, 4, 4, 4 - - - NoControl - - - , - - - 187 - - - 79, 21 - - - gBExtras - - - $this - - - 30, 30 - - - btnA - - - $this - - - btnNUM8 - - - 366, 181 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 4, 4, 4, 4 - - - ↓Vol - - - Popup - - - nUDLight - - - 83 - - - 120 - - - NoControl - - - Change Mouse Sensitivity - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 199 - - - 348, 144 - - - Extras - - - pnl360Controls - - - btnNUM9 - - - 4, 4, 4, 4 - - - 260 - - - $this - - - Popup - - - Flat - - - 269 - - - + - Popup - - Popup - - - 127 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 50, 30 - - - 4, 4, 4, 4 - - - Popup - - - $this - - - 104, 181 - - - NoControl - - - 85, 219 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 - - - NoControl - - - $this - - - 3 - - - NoControl - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 90 - - - 109 - - - Options - - - 18 - - - 4, 4, 4, 4 - - - Escape - - - 17, 38 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 67 - - - $this - - - 30, 30 - - - btnBButton - - - Popup - - - NoControl - - - 191 - - - Popup - - - bnColor - - - Popup - - - $this - - - 280 - - - 307 - - - 4 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 - - - * - - - 4, 4, 4, 4 - - - 111 - - - 93 - - - pnl360Controls - - - 56, 17 - - - 958, 106 - - - 52, 30 - - - btnCLOSEBRACKET - - - 4, 0, 4, 0 - - - 30, 30 - - - $this - - - $this - - - 4, 4, 4, 4 - - - 107 - - - 30, 30 - - - 97 - - - NoControl - - - btnHOME - - - NoControl - - - lbRed - - - 100 - - - Popup - - - 190 - - - 244 - - - 48 - - - 385, 31 - - - 479, 106 - - - 4, 4, 4, 4 - - - 216 - - - $this - - - btnF - - - NoControl - - - 115 - - - rBRegular - - - btnCAPS - - - 128 - - - 584, 31 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 666, 106 - - - btnPLAYPAUSE - - - 121, 175 - - - - - - NoControl - - - $this - - - Popup - - - pnl360Controls - - - ] - - - 23 - - - NoControl - - - 103 - - - NoControl - - - NoControl - - - btnTILDE - - - A - - - Popup - - - 4, 4, 4, 4 - - - btnTAB - - - 280, 191 - - - btn4THMOUSE - - - btnY - - - 480, 194 - - - $this - - - btnPGUP - - - btnQ - - - 194 - - - 230 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 666, 31 - - - $this - - - 317, 222 - - - 4, 4, 4, 4 - - - 366, 106 - - - 227 - - - 19, 17 - - - btnRSLeft - - - Popup - - - 235, 144 - - - True - - - 62 - - - Popup - - - Popup - - - Zoom - - - NoControl - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 441, 219 - - - 21, 162 - - - 45 - - - 835, 309 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 879, 32 - - - 0 - - - 225 - - - 4, 4, 4, 4 - - - 14, 106 - - - 50, 30 - - - No - - - 4, 4, 4, 4 - - - 9 - - - $this - - - gBExtras - - - btnBREAK - - - NoControl - - - 4, 0, 4, 0 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - 68 - - - 4, 4, 4, 4 - - - NoControl - - - 30, 30 - - - 182 - - - btnU - - - btnLCTRL - - - btnW - - - 30, 30 - - - 77 - - - 525, 98 - - - Heavy - - - 41, 30 - - - NoControl - - - 30, 30 - - - NoControl - - - 41, 30 - - - NoControl - - - 322 - - - 28, 261 - - - Webdings, 8.25pt - - - 13 - - - 4, 4, 4, 4 - - - F6 - - - $this - - - 30, 30 - - - 766, 181 - - - 272 - - - \ - - - 4, 4, 4, 4 - - - 68, 30 - - - pnl360Controls - - - 18, 63 - - - Record a macro - - - 10 - - - btnNUMDOT - - - 30, 30 - - - NoControl - - - < - - - F5 - - - 4, 4, 4, 4 - - - NoControl - - - Popup - - - 255 - - - gBExtras - - - 1 - - - 99 - - - $this - - - ↑Up - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - button33 - - - 625, 106 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Popup - - - 766, 32 - - - Popup - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Popup - - - Popup - - - F4 - - - 4, 4, 4, 4 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 480, 236 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 4, 4, 4, 4 - - - 4 - - - btnBack - - - 718, 15 - - - 498, 69 - - - btnS - - - Popup - - - 4, 4, 4, 4 - - - Flat - - - 625, 220 - - - 11 - - - NoControl - - - 4, 4, 4, 4 - - - 422, 144 - - - 7, 306 - - - 75, 12 - - - 4, 4, 4, 4 - - - 242 - - - 4, 4, 4, 4 - - - NoControl - - - 223 - - - 27 - - - F2 - - - btnDpadUp - - - 30, 30 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - btnB - - - 213 - - - - - - - 85 - - - 565, 133 - - - LShift - - - btnLSRight - - - 30, 30 - - - $this - - - Flat - - - NoControl - - - Popup - - - $this - - - 314, 173 - - - Popup - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - btnF3 - - - NoControl - - - 242 - - - Popup - - - 21, 228 - - - 32, 17 - - - 39, 17 - - - 481, 212 - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - btnMOUSEDOWN - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - 4, 4, 4, 4 - - - NoControl - - - NoControl - - - pnl360Controls - - - btnJ - - - / - - - NoControl - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 4, 4, 4, 4 - - - scl - - - 0 - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - →Right - - - 4, 4, 4, 4 - - - NoControl - - - 4, 4, 4, 4 - - - 41, 191 - - - 162 - - - F7 - - - 272, 69 - - - 19, 38 - - - ↑Vol - - - NoControl - - - 125 - - - NoControl - - - 2 - - - end - - - pnl360Controls - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 34, 30 - - - btnF2 - - - Popup - - - 298 - - - 85, 29 - - - 76, 35 - - - 22 - - - 4, 4, 4, 4 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 38, 14 - - - 184 - - - 72 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Popup - - - NoControl - - - 34, 30 - - - 286 - - - 1298, 558 - - - NoControl - - - NoControl - - - 236 - - - gBExtras - - - Popup - - - Flat - - - 289 - - - 32, 17 - - - 4, 4, 4, 4 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - btnWINDOWS - - - 34, 30 - - - $this - - - LWin - - - Popup - - - 4, 0, 4, 0 - - - NoControl - - - 4, 4, 4, 4 - - - cBScanCode - - - btnLSDown - - - 143, 17 - - - 4, 4, 4, 4 - - - - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 4, 4, 4, 4 - - - 198, 31 - - - NoControl - - - Finger on Touchpad - - - Sixaxis Right - - - Sixaxis Left - - - pnl360Controls - - - Sixaxis Up - - - Right Touch - - - Multitouch - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Yes - - - cBToggle - - - NoControl - - - 214 - - - 28, 456 - - - NoControl - - - Flash Rate - - - Popup - - - btnZ - - - BottomLeft - - - Popup - - - $this - - - Flat - - - 841, 32 - - - 4, 4, 4, 4 - - - btnR - - - gBExtras - - - 27, 27 - - - 385, 69 - - - 4, 4, 4, 4 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 216, 106 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - False - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 4, 4, 4, 4 - - - W - - - 30, 30 - - - True - - - NoControl - - - 34, 30 - - - btnNUMSLASH - - - F9 - - - Popup - - - 4, 4, 4, 4 - - - NoControl - - - button6 - - - 14 - - - NoControl - - - 215 - - - 4, 4, 4, 4 - - - $this - - - 30, 30 - - - 4, 4, 4, 4 - - - 297 - - - 30, 30 - - - 21, 59 - - - F8 - - - $this - - - 9 - Webdings, 8.25pt - - $this - - - 38, 38 - - - gBExtras - - - 125, 25 - - - ; - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Flat - - - 41, 30 - - - 2 - - - F3 - - - Popup - - - 34, 30 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 - - - 766, 69 - - - Popup - - - 30, 30 - - - 292 - - - 219 - - - $this - - - 254, 253 - - - btn1 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - btnNUMMINUS - - - 4, 4, 4, 4 - - + NoControl - - 0, 407 + + 583, 26 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 24, 24 - - pnl360Controls + + 243 - - NoControl - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 17, 17 - - - 879, 106 - - - BottomRight - - - 43 - - - 302 - - - btnSPACE - - - $this - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 256 - - - Flat - - - NoControl - - - 4, 4, 4, 4 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Popup - - - gBExtras - - - NoControl - - - NoControl - - - gBExtras - - - True - - - $this - - - 272, 144 - - - 21 - - - 4, 4, 4, 4 - - - 5 - - - 14, 31 - - - Popup - - - 804, 106 - - - Popup - - - Popup - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - F12 - - - 4, 4, 4, 4 - - - 303 - - - btnGuide - - - 4, 4, 4, 4 - - - 729, 144 - - - 4, 4, 4, 4 - - - $this - - - 30, 30 - - - 276 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 - - - Sixaxis Down - - - 180 - - - 3 - - - 36, 17 - - - NoControl - - - btnMOUSELEFT - - - $this - - - Select Shift Trigger - - - Popup - - - 4, 4, 4, 4 - - - $this - - - 318 - - - button7 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - 306 - - - $this - - - 30 - - - pnl360Controls - - - 460, 144 - - - You can also select -a key by typing it - - - 34, 30 - - - 422, 31 - - - DS4Windows.AdvancedColorDialog, DS4Windows, Version=1.4.100.0, Culture=neutral, PublicKeyToken=null - - - 249 - - - 0 - - - btnDefault - - - 1 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 75 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 143, 360 - - - Popup - - - Popup - - - 119 - - - 498, 144 - - - $this - - - btnOPENBRACKET - - - 34, 30 - - - Popup - - - 30, 26 - - - $this - - - 45, 30 - - - $this - - - 4, 0, 4, 0 - - - Popup - - - 5 - - - 8 - - - KBMlabel - - - 804, 144 - - - NoControl - - - 30, 30 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 251 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 114, 21 - - - 44 - - - Flat - - - $this - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + 9 - - 5 + + btnPREVTRACK - - 274 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Z - - - NoControl - - - 47 - - - gBExtras - - - 3 - - - 584, 30 - - - 15 - - - 584, 69 - - - 1 - - - gBExtras - - - cBMouse - - - 4, 4, 4, 4 - - - R - - + $this - - $this + + 56 - - $this - - - 102 - - + Popup - - 7 - - - 64, 30 - - - 30, 30 - - - $this - - - 106, 90 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 41 - - - pnl360Controls - - - $this - - - 38, 16 - - - 48, 41 - - + NoControl - + + 128, 55 + + + 24, 24 + + + 225 + + + 4 + + + btn4 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 11 - - - gBExtras - - - 625, 182 - - - lbGreenV - - - NoControl - - - 30, 30 - - - ins - - + $this 57 - - btnLB - - - 4, 4, 4, 4 - - - $this - - + Popup - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Q - - - 160, 144 - - - 60 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Share - - - 104, 263 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 4, 4, 4, 4 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - False - - - btnF12 - - - 0 - - - 4, 4, 4, 4 - - + NoControl - - 4, 4, 4, 4 + + 703, 26 - - 200, 29 + + 40, 24 - - 186 + + 242 - + + ↑Vol + + + btnVolUp + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 111, 21 - - - 132 - - - 14 - - - R - - - 931, 151 - - - Guide - - - 30, 30 - - - btnF7 - - - 123 - - - 312 - - - NoControl - - - True - - - btnO - - - NoControl - - - Popup - - - Flat - - - NoControl - - - nUDLightFlash - - - 498, 219 - - - NoControl - - - btnF4 - - - 30, 30 - - - 197, 46 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 0 - - - 56 - - - btn7 - - - 323 - - - 4, 4, 4, 4 - - - True - - - U - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 - - - Light - - - 460, 69 - - - $this - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - 65 - - - 6 - - - 288 - - - NoControl - - - 4, 4, 4, 4 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 2 - - - 305 - - - 235 - - - $this - - - lbFlashRate - - - 204 - - - btnF5 - - - Y - - - NoControl - - - 166 - - - NoControl - - - 197 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Popup - - - 404, 106 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 11 - - - 4, 4, 4, 4 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 8 - - - 255 - - - 106 - - - NoControl - - - 21, 195 - - - True - - - btnNUMSTAR - $this - - Square + + 59 - - Yes + + Popup - - 5 - - - 70 - - - 271 - - - $this - - - 141, 219 - - - 41, 159 - - - lBMacroOn - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 40, 42 - - - 41, 30 - - - Up - - + NoControl - - 25 - - - btnK - - - btnF6 - - - 238 - - 122, 69 + 98, 55 - - 4, 4, 4, 4 + + 24, 24 - - LAlt + + 224 - - 275 + + 3 - + + btn3 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + $this - - 185 + + 60 - + Popup - - 61, 22 + + NoControl - + + 703, 55 + + + 40, 24 + + + 249 + + + ↓Vol + + + button39 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 62 + + Popup - - 584, 106 + + NoControl - + + 68, 55 + + + 24, 24 + + + 223 + + + 2 + + + btn2 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 $this - - 64, 30 + + 63 - - 172, 161 - - - NoControl - - - 4, 4, 4, 4 - - - btnBACKSLASH - - - btnLSUp - - - NoControl - - - 4, 4, 4, 4 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 34, 30 - - - 1089, 0 - - - NoControl - - - 311 - - - $this - - - NoControl - - - NoControl - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 4, 4, 4, 4 - - - 576, 11 - - - NoControl - - - btnNUM6 - - - NoControl - - - 425, 17 - - - 4, 4, 4, 4 - - - 4, 0, 4, 0 - - - 104, 106 - - + Popup - - 2 + + NoControl - - bnWHEELUP + + 703, 85 - - 160, 69 + + 40, 24 - - Flat + + 248 - - $this + + ØVol - - 1 + + button35 - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 30, 28 - - - 301 - - - 19 - - - 4, 4, 4, 4 - - - 73 - - - 171 - - - 8 - - - Flat - - + $this - - 261 + + 65 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - btnF11 - - - 0 - - + Popup - - 4, 4, 4, 4 + + NoControl - + + 161, 175 + + + 138, 24 + + + 222 + + + Space + + + btnSPACE + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - btnG - - - 32 - - - 141, 181 - - - button5 - - - 257 - - - 26 - - - . - - - Flat - - - 17, 17 - - + $this - - btnMOUSERIGHT + + 66 - - 4, 4, 4, 4 - - - bnTest - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - btnRSRight - - - F1 - - - lbBlue - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 121 - - - I - - - 30, 30 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 4, 4, 4, 4 - - - pBMouse - - - 30, 30 - - + Popup - - pnl360Controls + + NoControl - - 4, 4, 4, 4 + + 533, 25 - - 4, 4, 4, 4 + + 33, 24 - + + 240 + + + bk + + + btnBREAK + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - KBM360 + + $this - - 41, 30 + + 68 - - 4, 4, 4, 4 + + Popup + + + NoControl + + + 11, 145 + + + 66, 24 + + + 221 + + + LShift + + + btnLSHIFT + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 69 + + + Popup NoControl - - Right + + 413, 25 - - 53 + + 33, 24 - - 20 + + 239 - - btnRSUp + + F12 - + + btnF12 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - btnUNBOUND + + $this - + + 71 + + Popup - - pnl360Controls - - + NoControl - - btnSEMICOLON + + 383, 145 + + + 66, 24 + + + 220 + + + RShift + + + btnRSHIFT + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 72 + + + Popup + + + NoControl + + + 338, 25 + + + 33, 24 + + + 254 + + + F10 + + + btnF10 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 74 + + + Popup + + + NoControl + + + 353, 145 + + + 24, 24 + + + 219 + + + / + + + btnSLASH + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 75 + + + Popup + + + NoControl + + + 374, 25 + + + 33, 24 + + + 237 + + + F11 + + + btnF11 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 77 + + + Popup + + + NoControl + + + 323, 145 + + + 24, 24 + + + 218 + + + . + + + btnPERIOD + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 78 + + + Popup + + + NoControl + + + 11, 55 + + + 24, 24 + + + 236 + + + ` + + + btnTILDE + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 80 + + + Popup + + + NoControl + + + 293, 145 + + + 24, 24 + + + 217 + + + , + + + btnCOMMA + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 81 + + + Popup + + + NoControl + + + 263, 145 + + + 24, 24 + + + 216 + + + M + + + btnM + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 83 + + + Popup + + + NoControl + + + 583, 55 + + + 24, 24 + + + 273 + + + Num Lock + + + btnNUMLOCK + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 $this - + + 84 + + Popup - + + NoControl + + + 233, 145 + + + 24, 24 + + + 215 + + + N + + + btnN + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 86 + + + Popup + + + NoControl + + + 583, 85 + + + 24, 24 + + + 272 + + + 7 + + + btnNUM7 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 87 + + + Popup + + + NoControl + + + 203, 145 + + + 24, 24 + + + 214 + + + B + + + btnB + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 89 + + + Popup + + + NoControl + + + 613, 55 + + + 24, 24 + + + 271 + + + / + + + btnNUMSLASH + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 90 + + + Popup + + + NoControl + + + 173, 145 + + + 24, 24 + + + 213 + + + V + + + btnV + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 92 + + + Popup + + + NoControl + + + 613, 85 + + + 24, 24 + + + 270 + + + 8 + + + btnNUM8 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 93 + + + Popup + + + NoControl + + + 143, 145 + + + 24, 24 + + + 212 + + + C + + + btnC + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 95 + + + Popup + + + NoControl + + + 643, 55 + + + 24, 24 + + + 274 + + + * + + + btnNUMSTAR + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 96 + + + Popup + + + NoControl + + + 113, 145 + + + 24, 24 + + + 211 + + + X + + + btnX + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 98 + + + Popup + + + NoControl + + + 643, 85 + + + 24, 24 + + + 269 + + + 9 + + + btnNUM9 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 100 + + + Popup + + + NoControl + + + 83, 145 + + + 24, 24 + + + 210 + + + Z + + + btnZ + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 102 + + + Popup + + + NoControl + + + 673, 55 + + + 24, 24 + + + 268 + + + - + + + btnNUMMINUS + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 104 + + + Popup + + + NoControl + + + 353, 175 + + + 39, 24 + + + 202 + + + RAlt + + + btnRALT + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 106 + + + Popup + + + NoControl + + + 673, 85 + + + 24, 54 + + + 267 + + + + + + + btnNUMPLUS + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 108 + + + Popup + + + NoControl + + + 305, 175 + + + 42, 24 + + + 205 + + + RWin + + + button36 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 110 + + + Popup + + + NoControl + + + 673, 145 + + + 24, 54 + + + 266 + + + Enter + + + btnNUMENTER + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 112 + + + Popup + + + NoControl + + + 113, 175 + + + 42, 24 + + + 204 + + + LWin + + + btnWINDOWS + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 114 + + + Popup + + + NoControl + + + 583, 115 + + + 24, 24 + + + 281 + + + 4 + + + btnNUM4 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 116 + + + Popup + + + NoControl + + + 68, 175 + + + 39, 24 + + + 203 + + + LAlt + + + btnLALT + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 118 + + + Popup + + + NoControl + + + 613, 115 + + + 24, 24 + + + 278 + + + 5Numpad + + + btnNUM5 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 120 + + + Popup + + + NoControl + + + 398, 175 + + + 50, 24 + + + 209 + + + RCtrl + + + btnRCTRL + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 122 + + + Popup + + + NoControl + + + 583, 145 + + + 24, 24 + + + 282 + + + 1 + + + btnNUM1 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 124 + + + Popup + + + NoControl + + + 11, 175 + + + 51, 24 + + + 207 + + + LCtrl + + + btnLCTRL + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 126 + + + Popup + + + NoControl + + + 643, 115 + + + 24, 24 + + + 277 + + + 6 + + + btnNUM6 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 128 + + + Popup + + + NoControl + + + 11, 115 + + + 51, 24 + + + 208 + + + Caps + + + btnCAPS + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 130 + + + Popup + + + NoControl + + + 583, 175 + + + 54, 24 + + + 280 + + + 0 + + + btnNUM0 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 131 + + + Popup + + + NoControl + + + 398, 115 + + + 51, 24 + + + 206 + + + Enter + + + btnRETURN + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 129 + + + Popup + + + NoControl + + + 613, 145 + + + 24, 24 + + + 279 + + + 2 + + + btnNUM2 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 127 + + + Popup + + + NoControl + + + 368, 115 + + + 24, 24 + + + 201 + + + ' + + + btnAPOSTROPHE + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 125 + + + Popup + + + NoControl + + + 643, 145 + + + 24, 24 + + + 276 + + + 3 + + + btnNUM3 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 123 + + + NoControl + + + 16, 212 + + + 61, 28 + + + 0 + + + Flash Rate + + + lbFlashRate + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBExtras + + + 4 + + + True + + + NoControl + + + 17, 23 + + + 43, 13 + + + 0 + + + Rumble + + + lbRumble + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBExtras + + + 3 + + + True + + + NoControl + + + 17, 47 + + + 38, 13 + + + 0 + + + Heavy + + + lbHeavy + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBExtras + + + 5 + + + True + + + NoControl + + + 17, 74 + + + 30, 13 + + + 0 + + + Light + + + lbLight + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBExtras + + + 10 + + + 85, 45 + + + 49, 20 + + + 1 + + + nUDHeavy + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBExtras + + + 11 + + + 85, 72 + + + 49, 20 + + + 1 + + + nUDLight + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBExtras + + + 13 + + + Popup + + + NoControl + + + 218, 115 + + + 24, 24 + + + 196 + + + H + + + btnH + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 105 + + + 83, 210 + + + 42, 20 + + + 1 + + + nUDLightFlash + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBExtras + + + 14 + + + False + + + NoControl + + + 34, 179 + + + 100, 20 + + + 163 + + + tBBlueBar + + + System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBExtras + + + 17 + + + Popup + + + NoControl + + + 308, 115 + + + 24, 24 + + + 199 + + + L + + + btnL + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 117 + + + Popup + + + NoControl + + + 278, 115 + + + 24, 24 + + + 198 + + + K + + + btnK + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 113 + + + Popup + + + NoControl + + + 248, 115 + + + 24, 24 + + + 197 + + + J + + + btnJ + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 109 + + + Popup + + + NoControl + + + 533, 176 + + + 33, 24 + + + 285 + + + →Right + + + button5 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 107 + + + False + + + NoControl + + + 33, 153 + + + 100, 20 + + + 162 + + + tBGreenBar + + + System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBExtras + + + 19 + + + False + + + NoControl + + + 33, 127 + + + 100, 20 + + + 161 + + + tBRedBar + + + System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBExtras + + + 20 + + + True + + + NoControl + + + 17, 182 + + + 14, 13 + + + 166 + + + B + + + lbBlue + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBExtras + + + 18 + + + True + + + NoControl + + + 17, 156 + + + 15, 13 + + + 165 + + + G + + + lbGreen + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBExtras + + + 15 + + + Popup + + + NoControl + + + 338, 115 + + + 24, 24 + + + 200 + + + ; + + + btnSEMICOLON + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 121 + + + Popup + + + NoControl + + + 500, 146 + + + 33, 24 + + + 286 + + + ↑Up + + + button7 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 103 + + + NoControl + + + 85, 18 + + + 68, 23 + + + 2 + + + Test + + + bnTest + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBExtras + + + 16 + + + True + + + NoControl + + + 17, 130 + + + 15, 13 + + + 164 + + + R + + + lbRed + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBExtras + + + 12 + + + Popup + + + NoControl + + + 467, 176 + + + 33, 24 + + + 284 + + + ←Left + + + button4 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 111 + + + 114, 288 + + + 49, 20 + + + 242 + + + nUDMouse + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBExtras + + + 0 + + + Popup + + + NoControl + + + 500, 176 + + + 33, 24 + + + 283 + + + ↓Down + + + button6 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 115 + + + Flat + + + NoControl + + + 144, 209 + + + 13, 13 + + + 167 + + + bnColor + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBExtras + + + 6 + + + Popup + + + NoControl + + + 643, 175 + + + 24, 24 + + + 275 + + + . + + + btnNUMDOT + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 119 + + + Popup + + + NoControl + + + 188, 115 + + + 24, 24 + + + 195 + + + G + + + btnG + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 101 + + + True + + + NoControl + + + 663, 8 + + + Yes + + + 79, 17 + + + 288 + + + Scan Code + + + cBScanCode + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 99 + + + Popup + + + NoControl + + + 158, 115 + + + 24, 24 + + + 194 + + + F + + + btnF + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 97 + + + NoControl + + + 0, 326 + + + 167, 60 + + + 289 + + + You can also select +a key by typing it + + + TopCenter + + + lBTip + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBExtras + + + 21 + + + Popup + + + NoControl + + + 128, 115 + + + 24, 24 + + + 193 + + + D + + + btnD + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 94 + + + Flat + + + NoControl + + + 452, 106 + + + 38, 33 + + + 293 + + + btnAButton + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnl360Controls + + + 4 + + + Popup + + + NoControl + + + 98, 115 + + + 24, 24 + + + 192 + + + S + + + btnS + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 91 + + + Flat + + + NoControl + + + 309, 81 + + + 50, 30 + + + 291 + + + Guide + + + btnGuide + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnl360Controls + + + 2 + + + Popup + + + NoControl + + + 68, 115 + + + 24, 24 + + + 191 + + + A + + + btnA + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 88 + + + Flat + + + NoControl + + + 370, 80 + + 30, 30 - - 4, 4, 4, 4 + + 294 - - 329, 181 + + btnStart - - 4, 4, 4, 4 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + pnl360Controls + + + 6 + + + Popup + + + NoControl + + + 11, 85 + + + 36, 24 + + + 189 + + + Tab + + + btnTAB + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 85 + + + Flat + + + NoControl + + + 266, 80 + + + 30, 30 + + + 292 + + + btnBack + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnl360Controls + + + 9 + + + Popup + + + NoControl + + + 413, 85 + + + 36, 24 + + + 190 + + + \ + + + btnBACKSLASH + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 82 + + + Flat + + + NoControl + + + 497, 78 + + + 30, 30 + + + 295 + + + btnBButton + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnl360Controls + + + 12 + + + Popup + + + NoControl + + + 383, 85 + + + 24, 24 + + + 188 + + + ] + + + btnCLOSEBRACKET + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 79 + + + Flat + + + NoControl + + + 420, 78 + + + 32, 34 + + + 296 + + + btnXButton + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnl360Controls + + + 15 + + + Popup + + + NoControl + + + 353, 85 + + + 24, 24 + + + 187 + + + [ + + + btnOPENBRACKET + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 76 + + + Flat + + + NoControl + + + 455, 46 + + + 38, 35 + + + 297 + + + btnYButton + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnl360Controls + + + 18 + + + Popup + + + NoControl + + + 323, 85 + + + 24, 24 + + + 186 + + + P + + + btnP + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 73 + + + Flat + + + NoControl + + + 14, 50 + + + 79, 29 + + + 299 + + + btnLB + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnl360Controls + + + 5 + + + Popup + + + NoControl + + + 293, 85 + + + 24, 24 + + + 185 + + + O + + + btnO + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 70 + + + Flat + + + NoControl + + + 278, 155 + + + 30, 30 + + + 304 + + + btnDpadRight + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnl360Controls + + + 21 + + + Popup + + + NoControl + + + 263, 85 + + + 24, 24 + + + 184 + + + I + + + btnI + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 67 + + + Flat + + + NoControl + + + 251, 138 + + + 27, 21 + + + 305 + + + btnDpadUp + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnl360Controls + + + 27 + + + Popup + + + NoControl + + + 233, 85 + + + 24, 24 + + + 183 + + + U + + + btnU + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 64 + + + Flat + + + NoControl + + + 254, 178 + + + 26, 21 + + + 306 + + + btnDpadDown + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnl360Controls + + + 26 + + + Popup + + + NoControl + + + 203, 85 + + + 24, 24 + + + 182 + + + Y + + + btnY + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 61 + + + Flat + + + NoControl + + + 224, 153 + + + 26, 30 + + + 307 + + + btnDpadLeft + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnl360Controls + + + 23 + + + Popup + + + NoControl + + + 173, 85 + + + 24, 24 + + + 181 + + + T + + + btnT + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 58 + + + Flat + + + NoControl + + + 60, 10 + + + 30, 42 + + + 313 + + + btnLT + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnl360Controls + + + 3 + + + Popup + + + NoControl + + + 143, 85 + + + 24, 24 + + + 180 + + + R + + + btnR + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 55 + + True - + + + NoControl + + + 294, 1 + + + 73, 13 + + + 318 + + + X360 Controls + + + X360Label + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnl360Controls + + + 22 + + + Popup + + + NoControl + + + 826, 85 + + + 24, 24 + + + 178 + + + R + + + bTNRIGHTMOUSE + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 52 + + + True + + + NoControl + + + 461, 9 + + + 108, 13 + + + 318 + + + Keyboard and Mouse + + + KBMlabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 50 + + + Popup + + + NoControl + + + 113, 85 + + + 24, 24 + + + 179 + + + E + + + btnE + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 48 + + + True + + + NoControl + + + 10, 9 + + + 322, 13 + + + 319 + + + Macro On, Choose a key to disable, else close this window to save + + + False + + + lBMacroOn + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 6 + + + Popup + + + NoControl + + + 796, 110 + + + 24, 21 + + + 175 + + + + + + bnWHEELDOWN + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 45 + + + NoControl + + + 749, 4 + + + 118, 23 + + + 321 + + + Record a macro + + + bnMacro + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 43 + + + Popup + + + NoControl + + + 796, 62 + + + 24, 22 + + + 174 + + + + + + bnWHEELUP + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 41 + + + Flat + + + NoControl + + + 371, 166 + + + 15, 30 + + + 311 + + + btnRSLeft + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnl360Controls + + + 20 + + + Popup + + + NoControl + + + 796, 85 + + + 24, 24 + + + 176 + + + M + + + btnMIDDLEMOUSE + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 38 + + + Flat + + + NoControl + + + 384, 189 + + + 29, 14 + + + 309 + + + btnRSDown + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnl360Controls + + + 17 + + + Popup + + + NoControl + + + 83, 85 + + + 24, 24 + + + 177 + + + W + + + btnW + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 35 + + + Flat + + + NoControl + + + 414, 166 + + + 14, 30 + + + 314 + + + btnRSRight + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnl360Controls + + + 16 + + + Popup + + + NoControl + + + 831, 150 + + + 19, 24 + + + 169 + + + 5 + + + button33 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 32 + + + Flat + + + NoControl + + + 563, 55 + + + 90, 30 + + + 298 + + + btnRB + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnl360Controls + + + 14 + + + Popup + + + NoControl + + + 766, 150 + + + 19, 24 + + + 173 + + + 4 + + + btn4THMOUSE + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 29 + + + Flat + + + NoControl + + + 163, 94 + + + 13, 30 + + + 310 + + + btnLSLeft + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnl360Controls + + + 13 + + + Popup + + + NoControl + + + 843, 120 + + + 24, 24 + + + 171 + + + + + + btnMOUSERIGHT + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 26 + + + Flat + + + NoControl + + + 384, 155 + + + 30, 13 + + + 302 + + + btnRSUp + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnl360Controls + + + 10 + + + Popup + + + NoControl + + + 745, 121 + + + 24, 24 + + + 172 + + + + + + btnMOUSELEFT + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 23 + + + Flat + + + NoControl + + + 178, 124 + + + 30, 11 + + + 308 + + + btnLSDown + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnl360Controls + + + 8 + + + Popup + + + NoControl + + + 796, 170 + + + 24, 24 + + + 170 + + + + + + btnMOUSEDOWN + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 20 + + + Flat + + + NoControl + + + 574, 12 + + + 40, 44 + + + 312 + + + btnRT + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnl360Controls + + + 7 + + + Popup + + + NoControl + + + 796, 28 + + + 24, 24 + + + 167 + + + + + + btnMOUSEUP + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 17 + + + Flat + + + NoControl + + + 212, 95 + + + 10, 30 + + + 315 + + + btnLSRight + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnl360Controls + + + 11 + + + Popup + + + NoControl + + + 766, 85 + + + 24, 24 + + + 168 + + + L + + + btnLEFTMOUSE + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 14 + + + Flat + + + NoControl + + + 385, 170 + + + 26, 19 + + + 303 + + + btnRSClick + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnl360Controls + + + 19 + + + Popup + + + NoControl + + + 53, 85 + + + 24, 24 + + + 0 + + + Q + + + btnQ + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 11 + + + Flat + + + NoControl + + + 178, 83 + + + 30, 11 + + + 300 + + + btnLSUp + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnl360Controls + + + 25 + + + Flat + + + NoControl + + + 182, 99 + + + 22, 22 + + + 301 + + + btnLSClick + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnl360Controls + + + 24 + + + True + + + NoControl + + + 598, 8 + + + Yes + + + 59, 17 + + + 287 + + + Toggle + + + cBToggle + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 8 + + + NoControl + + + 22, 330 + + + 160, 23 + + + 323 + + + Default + + + btnDefault + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 7 + + + NoControl + + + 22, 365 + + + 160, 23 + + + 317 + + + Unbound + + + btnUNBOUND + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 5 + + + Popup + + + NoControl + + + 11, 25 + + + 51, 24 + + + 235 + + + Escape + + + btnESC + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 4 + + + BottomRight + + + NoControl + + + 6, 245 + + + No + + + 158, 37 + + + 243 + + + Change Mouse Sensitivity + + + BottomLeft + + + cBMouse + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBExtras + + + 1 + + + True + + + MiddleRight + + + NoControl + + + 2, 107 + + + No + + + 89, 17 + + + 243 + + + Change Light + + + cBLightbar + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBExtras + + + 2 + + + True + + + NoControl + + + 138, 182 + + + 25, 13 + + + 0 + + + 255 + + + lbBlueV + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBExtras + + + 7 + + + True + + + NoControl + + + 138, 154 + + + 25, 13 + + + 0 + + + 255 + + + lbGreenV + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBExtras + + + 8 + + + True + + + NoControl + + + 138, 129 + + + 25, 13 + + + 0 + + + 255 + + + lbRedV + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBExtras + + + 9 + + + Right + + + 871, 0 + + + 167, 446 + + + 324 + + + Extras + + + gBExtras + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 3 + + + True + + + NoControl + + + 22, 209 + + + 2, 2, 2, 2 + + + 62, 17 + + + 325 + + + Regular + + + rBRegular + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 2 + + + True + + + NoControl + + + 94, 209 + + + 2, 2, 2, 2 + + + 86, 17 + + + 326 + + + Shift Modifier + + + rBShiftModifer + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 1 + + + Select Shift Trigger + + + Cross + + + Circle + + + Square + + + Triangle + + + Options + + + Share + + + Up + + + Down + + + Left + + + Right + + + PS + + + L1 + + + R1 + + + L2 + + + R2 + + + L3 + + + R3 + + + Left Touch + + + Upper Touch + + + Multitouch + + + Right Touch + + + Sixaxis Up + + + Sixaxis Down + + + Sixaxis Left + + + Sixaxis Right + + + Finger on Touchpad + + + 22, 236 + + + 161, 21 + + + 327 + + + cBShiftButton + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 0 + + + Zoom + + + True + + + NoControl + + + 467, 24 + + + 14, 13 + + + 323 + + + A + + + False + + + lb360Tip + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnl360Controls + + + 0 + + + 203, 202 + + + 2, 2, 2, 2 + + + 668, 247 + + + 328 + + + pnl360Controls + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 133 + 17, 17 + + True + + + 96, 96 + + + 1038, 446 + + + CenterParent + + + Keybaord + + + advColorDialog + + + DS4Windows.AdvancedColorDialog, DS4Windows, Version=1.4.101.0, Culture=neutral, PublicKeyToken=null + + + KBM360 + + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + \ No newline at end of file diff --git a/DS4Windows/DS4Forms/Options.Designer.cs b/DS4Windows/DS4Forms/Options.Designer.cs index f560f41..474be01 100644 --- a/DS4Windows/DS4Forms/Options.Designer.cs +++ b/DS4Windows/DS4Forms/Options.Designer.cs @@ -480,8 +480,8 @@ // // lowColorChooserButton // - resources.ApplyResources(this.lowColorChooserButton, "lowColorChooserButton"); this.lowColorChooserButton.BackColor = System.Drawing.Color.White; + resources.ApplyResources(this.lowColorChooserButton, "lowColorChooserButton"); this.lowColorChooserButton.Name = "lowColorChooserButton"; this.lowColorChooserButton.UseVisualStyleBackColor = false; this.lowColorChooserButton.Click += new System.EventHandler(this.lowColorChooserButton_Click); @@ -694,8 +694,8 @@ // // nUDIdleDisconnect // - resources.ApplyResources(this.nUDIdleDisconnect, "nUDIdleDisconnect"); this.nUDIdleDisconnect.DecimalPlaces = 1; + resources.ApplyResources(this.nUDIdleDisconnect, "nUDIdleDisconnect"); this.nUDIdleDisconnect.Maximum = new decimal(new int[] { 60, 0, @@ -706,13 +706,13 @@ // // nUDR2 // - resources.ApplyResources(this.nUDR2, "nUDR2"); this.nUDR2.DecimalPlaces = 2; this.nUDR2.Increment = new decimal(new int[] { 1, 0, 0, 65536}); + resources.ApplyResources(this.nUDR2, "nUDR2"); this.nUDR2.Maximum = new decimal(new int[] { 1, 0, @@ -818,7 +818,6 @@ // // pnlFull // - resources.ApplyResources(this.pnlFull, "pnlFull"); this.pnlFull.Controls.Add(this.lbFull); this.pnlFull.Controls.Add(this.lbRed); this.pnlFull.Controls.Add(this.lbGreen); @@ -826,11 +825,11 @@ this.pnlFull.Controls.Add(this.tBRedBar); this.pnlFull.Controls.Add(this.tBGreenBar); this.pnlFull.Controls.Add(this.tBBlueBar); + resources.ApplyResources(this.pnlFull, "pnlFull"); this.pnlFull.Name = "pnlFull"; // // pnlLowBattery // - resources.ApplyResources(this.pnlLowBattery, "pnlLowBattery"); this.pnlLowBattery.Controls.Add(this.lowColorChooserButton); this.pnlLowBattery.Controls.Add(this.lbLowRed); this.pnlLowBattery.Controls.Add(this.lbLowGreen); @@ -839,6 +838,7 @@ this.pnlLowBattery.Controls.Add(this.tBLowGreenBar); this.pnlLowBattery.Controls.Add(this.tBLowBlueBar); this.pnlLowBattery.Controls.Add(this.lbEmpty); + resources.ApplyResources(this.pnlLowBattery, "pnlLowBattery"); this.pnlLowBattery.Name = "pnlLowBattery"; // // lbRS @@ -853,13 +853,13 @@ // // nUDRS // - resources.ApplyResources(this.nUDRS, "nUDRS"); this.nUDRS.DecimalPlaces = 2; this.nUDRS.Increment = new decimal(new int[] { 1, 0, 0, 65536}); + resources.ApplyResources(this.nUDRS, "nUDRS"); this.nUDRS.Maximum = new decimal(new int[] { 1, 0, @@ -886,13 +886,13 @@ // // nUDLS // - resources.ApplyResources(this.nUDLS, "nUDLS"); this.nUDLS.DecimalPlaces = 2; this.nUDLS.Increment = new decimal(new int[] { 1, 0, 0, 65536}); + resources.ApplyResources(this.nUDLS, "nUDLS"); this.nUDLS.Maximum = new decimal(new int[] { 1, 0, @@ -903,13 +903,13 @@ // // nUDL2 // - resources.ApplyResources(this.nUDL2, "nUDL2"); this.nUDL2.DecimalPlaces = 2; this.nUDL2.Increment = new decimal(new int[] { 1, 0, 0, 65536}); + resources.ApplyResources(this.nUDL2, "nUDL2"); this.nUDL2.Maximum = new decimal(new int[] { 1, 0, @@ -920,19 +920,18 @@ // // gBTouchpad // - resources.ApplyResources(this.gBTouchpad, "gBTouchpad"); this.gBTouchpad.BackColor = System.Drawing.Color.Transparent; this.gBTouchpad.Controls.Add(this.pnlTPMouse); this.gBTouchpad.Controls.Add(this.rBTPControls); this.gBTouchpad.Controls.Add(this.rBTPMouse); this.gBTouchpad.Controls.Add(this.fLPTouchSwipe); this.gBTouchpad.ForeColor = System.Drawing.SystemColors.ControlLightLight; + resources.ApplyResources(this.gBTouchpad, "gBTouchpad"); this.gBTouchpad.Name = "gBTouchpad"; this.gBTouchpad.TabStop = false; // // pnlTPMouse // - resources.ApplyResources(this.pnlTPMouse, "pnlTPMouse"); this.pnlTPMouse.Controls.Add(this.touchpadDisInvertButton); this.pnlTPMouse.Controls.Add(this.label25); this.pnlTPMouse.Controls.Add(this.label15); @@ -947,12 +946,13 @@ this.pnlTPMouse.Controls.Add(this.cBSlide); this.pnlTPMouse.Controls.Add(this.nUDTouch); this.pnlTPMouse.Controls.Add(this.cbStartTouchpadOff); + resources.ApplyResources(this.pnlTPMouse, "pnlTPMouse"); this.pnlTPMouse.Name = "pnlTPMouse"; // // touchpadDisInvertButton // - resources.ApplyResources(this.touchpadDisInvertButton, "touchpadDisInvertButton"); this.touchpadDisInvertButton.ForeColor = System.Drawing.SystemColors.ControlText; + resources.ApplyResources(this.touchpadDisInvertButton, "touchpadDisInvertButton"); this.touchpadDisInvertButton.Name = "touchpadDisInvertButton"; this.touchpadDisInvertButton.UseVisualStyleBackColor = true; this.touchpadDisInvertButton.Click += new System.EventHandler(this.touchpadDisInvertButton_Click); @@ -969,7 +969,6 @@ // // touchpadInvertComboBox // - resources.ApplyResources(this.touchpadInvertComboBox, "touchpadInvertComboBox"); this.touchpadInvertComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.touchpadInvertComboBox.FormattingEnabled = true; this.touchpadInvertComboBox.Items.AddRange(new object[] { @@ -977,6 +976,7 @@ resources.GetString("touchpadInvertComboBox.Items1"), resources.GetString("touchpadInvertComboBox.Items2"), resources.GetString("touchpadInvertComboBox.Items3")}); + resources.ApplyResources(this.touchpadInvertComboBox, "touchpadInvertComboBox"); this.touchpadInvertComboBox.Name = "touchpadInvertComboBox"; this.touchpadInvertComboBox.SelectedIndexChanged += new System.EventHandler(this.touchpadInvertComboBox_SelectedIndexChanged); // @@ -1008,7 +1008,6 @@ // // fLPTouchSwipe // - resources.ApplyResources(this.fLPTouchSwipe, "fLPTouchSwipe"); this.fLPTouchSwipe.Controls.Add(this.bnSwipeUp); this.fLPTouchSwipe.Controls.Add(this.lbSwipeUp); this.fLPTouchSwipe.Controls.Add(this.bnSwipeDown); @@ -1017,13 +1016,14 @@ this.fLPTouchSwipe.Controls.Add(this.lbSwipeLeft); this.fLPTouchSwipe.Controls.Add(this.bnSwipeRight); this.fLPTouchSwipe.Controls.Add(this.lbSwipeRight); + resources.ApplyResources(this.fLPTouchSwipe, "fLPTouchSwipe"); this.fLPTouchSwipe.Name = "fLPTouchSwipe"; // // bnSwipeUp // - resources.ApplyResources(this.bnSwipeUp, "bnSwipeUp"); this.bnSwipeUp.BackColor = System.Drawing.SystemColors.ControlText; this.bnSwipeUp.ContextMenuStrip = this.cMSPresets; + resources.ApplyResources(this.bnSwipeUp, "bnSwipeUp"); this.bnSwipeUp.ForeColor = System.Drawing.SystemColors.ControlLightLight; this.bnSwipeUp.Name = "bnSwipeUp"; this.bnSwipeUp.UseVisualStyleBackColor = false; @@ -1031,7 +1031,6 @@ // // cMSPresets // - resources.ApplyResources(this.cMSPresets, "cMSPresets"); this.cMSPresets.ImageScalingSize = new System.Drawing.Size(20, 20); this.cMSPresets.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.controlToolStripMenuItem, @@ -1046,6 +1045,7 @@ this.MouseToolStripMenuItem}); this.cMSPresets.Name = "contextMenuStrip1"; this.cMSPresets.ShowImageMargin = false; + resources.ApplyResources(this.cMSPresets, "cMSPresets"); this.cMSPresets.Opened += new System.EventHandler(this.cMSPresets_Opened); // // controlToolStripMenuItem @@ -1055,173 +1055,173 @@ // // toolStripSeparator1 // - resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1"); this.toolStripSeparator1.Name = "toolStripSeparator1"; + resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1"); // // defaultToolStripMenuItem // - resources.ApplyResources(this.defaultToolStripMenuItem, "defaultToolStripMenuItem"); this.defaultToolStripMenuItem.Name = "defaultToolStripMenuItem"; + resources.ApplyResources(this.defaultToolStripMenuItem, "defaultToolStripMenuItem"); this.defaultToolStripMenuItem.Click += new System.EventHandler(this.SetPreset); // // DpadToolStripMenuItem // - resources.ApplyResources(this.DpadToolStripMenuItem, "DpadToolStripMenuItem"); this.DpadToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tSMIDPadInverted, this.tSMIDPadInvertedX, this.tSMIDPadInvertedY}); this.DpadToolStripMenuItem.Name = "DpadToolStripMenuItem"; + resources.ApplyResources(this.DpadToolStripMenuItem, "DpadToolStripMenuItem"); this.DpadToolStripMenuItem.Click += new System.EventHandler(this.SetPreset); // // tSMIDPadInverted // - resources.ApplyResources(this.tSMIDPadInverted, "tSMIDPadInverted"); this.tSMIDPadInverted.Name = "tSMIDPadInverted"; + resources.ApplyResources(this.tSMIDPadInverted, "tSMIDPadInverted"); this.tSMIDPadInverted.Click += new System.EventHandler(this.SetPreset); // // tSMIDPadInvertedX // - resources.ApplyResources(this.tSMIDPadInvertedX, "tSMIDPadInvertedX"); this.tSMIDPadInvertedX.Name = "tSMIDPadInvertedX"; + resources.ApplyResources(this.tSMIDPadInvertedX, "tSMIDPadInvertedX"); this.tSMIDPadInvertedX.Click += new System.EventHandler(this.SetPreset); // // tSMIDPadInvertedY // - resources.ApplyResources(this.tSMIDPadInvertedY, "tSMIDPadInvertedY"); this.tSMIDPadInvertedY.Name = "tSMIDPadInvertedY"; + resources.ApplyResources(this.tSMIDPadInvertedY, "tSMIDPadInvertedY"); this.tSMIDPadInvertedY.Click += new System.EventHandler(this.SetPreset); // // LSToolStripMenuItem // - resources.ApplyResources(this.LSToolStripMenuItem, "LSToolStripMenuItem"); this.LSToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tSMILSInverted, this.tSMILSInvertedX, this.tSMILSInvertedY}); this.LSToolStripMenuItem.Name = "LSToolStripMenuItem"; + resources.ApplyResources(this.LSToolStripMenuItem, "LSToolStripMenuItem"); this.LSToolStripMenuItem.Click += new System.EventHandler(this.SetPreset); // // tSMILSInverted // - resources.ApplyResources(this.tSMILSInverted, "tSMILSInverted"); this.tSMILSInverted.Name = "tSMILSInverted"; + resources.ApplyResources(this.tSMILSInverted, "tSMILSInverted"); this.tSMILSInverted.Click += new System.EventHandler(this.SetPreset); // // tSMILSInvertedX // - resources.ApplyResources(this.tSMILSInvertedX, "tSMILSInvertedX"); this.tSMILSInvertedX.Name = "tSMILSInvertedX"; + resources.ApplyResources(this.tSMILSInvertedX, "tSMILSInvertedX"); this.tSMILSInvertedX.Click += new System.EventHandler(this.SetPreset); // // tSMILSInvertedY // - resources.ApplyResources(this.tSMILSInvertedY, "tSMILSInvertedY"); this.tSMILSInvertedY.Name = "tSMILSInvertedY"; + resources.ApplyResources(this.tSMILSInvertedY, "tSMILSInvertedY"); this.tSMILSInvertedY.Click += new System.EventHandler(this.SetPreset); // // RSToolStripMenuItem // - resources.ApplyResources(this.RSToolStripMenuItem, "RSToolStripMenuItem"); this.RSToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tSMIRSInverted, this.tSMIRSInvertedX, this.tSMIRSInvertedY}); this.RSToolStripMenuItem.Name = "RSToolStripMenuItem"; + resources.ApplyResources(this.RSToolStripMenuItem, "RSToolStripMenuItem"); this.RSToolStripMenuItem.Click += new System.EventHandler(this.SetPreset); // // tSMIRSInverted // - resources.ApplyResources(this.tSMIRSInverted, "tSMIRSInverted"); this.tSMIRSInverted.Name = "tSMIRSInverted"; + resources.ApplyResources(this.tSMIRSInverted, "tSMIRSInverted"); this.tSMIRSInverted.Click += new System.EventHandler(this.SetPreset); // // tSMIRSInvertedX // - resources.ApplyResources(this.tSMIRSInvertedX, "tSMIRSInvertedX"); this.tSMIRSInvertedX.Name = "tSMIRSInvertedX"; + resources.ApplyResources(this.tSMIRSInvertedX, "tSMIRSInvertedX"); this.tSMIRSInvertedX.Click += new System.EventHandler(this.SetPreset); // // tSMIRSInvertedY // - resources.ApplyResources(this.tSMIRSInvertedY, "tSMIRSInvertedY"); this.tSMIRSInvertedY.Name = "tSMIRSInvertedY"; + resources.ApplyResources(this.tSMIRSInvertedY, "tSMIRSInvertedY"); this.tSMIRSInvertedY.Click += new System.EventHandler(this.SetPreset); // // ABXYToolStripMenuItem // - resources.ApplyResources(this.ABXYToolStripMenuItem, "ABXYToolStripMenuItem"); this.ABXYToolStripMenuItem.Name = "ABXYToolStripMenuItem"; + resources.ApplyResources(this.ABXYToolStripMenuItem, "ABXYToolStripMenuItem"); this.ABXYToolStripMenuItem.Click += new System.EventHandler(this.SetPreset); // // WASDToolStripMenuItem // - resources.ApplyResources(this.WASDToolStripMenuItem, "WASDToolStripMenuItem"); this.WASDToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.wScanCodeWASDToolStripMenuItem}); this.WASDToolStripMenuItem.Name = "WASDToolStripMenuItem"; + resources.ApplyResources(this.WASDToolStripMenuItem, "WASDToolStripMenuItem"); this.WASDToolStripMenuItem.Click += new System.EventHandler(this.SetPreset); // // wScanCodeWASDToolStripMenuItem // - resources.ApplyResources(this.wScanCodeWASDToolStripMenuItem, "wScanCodeWASDToolStripMenuItem"); this.wScanCodeWASDToolStripMenuItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.wScanCodeWASDToolStripMenuItem.Name = "wScanCodeWASDToolStripMenuItem"; + resources.ApplyResources(this.wScanCodeWASDToolStripMenuItem, "wScanCodeWASDToolStripMenuItem"); this.wScanCodeWASDToolStripMenuItem.Click += new System.EventHandler(this.SetPreset); // // ArrowKeysToolStripMenuItem // - resources.ApplyResources(this.ArrowKeysToolStripMenuItem, "ArrowKeysToolStripMenuItem"); this.ArrowKeysToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.wScanCodeArrowKeysToolStripMenuItem}); this.ArrowKeysToolStripMenuItem.Name = "ArrowKeysToolStripMenuItem"; + resources.ApplyResources(this.ArrowKeysToolStripMenuItem, "ArrowKeysToolStripMenuItem"); this.ArrowKeysToolStripMenuItem.Click += new System.EventHandler(this.SetPreset); // // wScanCodeArrowKeysToolStripMenuItem // - resources.ApplyResources(this.wScanCodeArrowKeysToolStripMenuItem, "wScanCodeArrowKeysToolStripMenuItem"); this.wScanCodeArrowKeysToolStripMenuItem.Name = "wScanCodeArrowKeysToolStripMenuItem"; + resources.ApplyResources(this.wScanCodeArrowKeysToolStripMenuItem, "wScanCodeArrowKeysToolStripMenuItem"); this.wScanCodeArrowKeysToolStripMenuItem.Click += new System.EventHandler(this.SetPreset); // // MouseToolStripMenuItem // - resources.ApplyResources(this.MouseToolStripMenuItem, "MouseToolStripMenuItem"); this.MouseToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tSMIMouseInverted, this.tSMIMouseInvertedX, this.tSMIMouseInvertedY}); this.MouseToolStripMenuItem.Name = "MouseToolStripMenuItem"; + resources.ApplyResources(this.MouseToolStripMenuItem, "MouseToolStripMenuItem"); this.MouseToolStripMenuItem.Click += new System.EventHandler(this.SetPreset); // // tSMIMouseInverted // - resources.ApplyResources(this.tSMIMouseInverted, "tSMIMouseInverted"); this.tSMIMouseInverted.Name = "tSMIMouseInverted"; + resources.ApplyResources(this.tSMIMouseInverted, "tSMIMouseInverted"); this.tSMIMouseInverted.Click += new System.EventHandler(this.SetPreset); // // tSMIMouseInvertedX // - resources.ApplyResources(this.tSMIMouseInvertedX, "tSMIMouseInvertedX"); this.tSMIMouseInvertedX.Name = "tSMIMouseInvertedX"; + resources.ApplyResources(this.tSMIMouseInvertedX, "tSMIMouseInvertedX"); this.tSMIMouseInvertedX.Click += new System.EventHandler(this.SetPreset); // // tSMIMouseInvertedY // - resources.ApplyResources(this.tSMIMouseInvertedY, "tSMIMouseInvertedY"); this.tSMIMouseInvertedY.Name = "tSMIMouseInvertedY"; + resources.ApplyResources(this.tSMIMouseInvertedY, "tSMIMouseInvertedY"); this.tSMIMouseInvertedY.Click += new System.EventHandler(this.SetPreset); // // lbSwipeUp // - resources.ApplyResources(this.lbSwipeUp, "lbSwipeUp"); this.lbSwipeUp.ForeColor = System.Drawing.SystemColors.ControlLightLight; + resources.ApplyResources(this.lbSwipeUp, "lbSwipeUp"); this.lbSwipeUp.Name = "lbSwipeUp"; // // bnSwipeDown // - resources.ApplyResources(this.bnSwipeDown, "bnSwipeDown"); this.bnSwipeDown.BackColor = System.Drawing.SystemColors.ControlText; this.bnSwipeDown.ContextMenuStrip = this.cMSPresets; + resources.ApplyResources(this.bnSwipeDown, "bnSwipeDown"); this.bnSwipeDown.ForeColor = System.Drawing.SystemColors.ControlLightLight; this.bnSwipeDown.Name = "bnSwipeDown"; this.bnSwipeDown.UseVisualStyleBackColor = false; @@ -1229,15 +1229,15 @@ // // lbSwipeDown // - resources.ApplyResources(this.lbSwipeDown, "lbSwipeDown"); this.lbSwipeDown.ForeColor = System.Drawing.SystemColors.ControlLightLight; + resources.ApplyResources(this.lbSwipeDown, "lbSwipeDown"); this.lbSwipeDown.Name = "lbSwipeDown"; // // bnSwipeLeft // - resources.ApplyResources(this.bnSwipeLeft, "bnSwipeLeft"); this.bnSwipeLeft.BackColor = System.Drawing.SystemColors.ControlText; this.bnSwipeLeft.ContextMenuStrip = this.cMSPresets; + resources.ApplyResources(this.bnSwipeLeft, "bnSwipeLeft"); this.bnSwipeLeft.ForeColor = System.Drawing.SystemColors.ControlLightLight; this.bnSwipeLeft.Name = "bnSwipeLeft"; this.bnSwipeLeft.UseVisualStyleBackColor = false; @@ -1245,15 +1245,15 @@ // // lbSwipeLeft // - resources.ApplyResources(this.lbSwipeLeft, "lbSwipeLeft"); this.lbSwipeLeft.ForeColor = System.Drawing.SystemColors.ControlLightLight; + resources.ApplyResources(this.lbSwipeLeft, "lbSwipeLeft"); this.lbSwipeLeft.Name = "lbSwipeLeft"; // // bnSwipeRight // - resources.ApplyResources(this.bnSwipeRight, "bnSwipeRight"); this.bnSwipeRight.BackColor = System.Drawing.SystemColors.ControlText; this.bnSwipeRight.ContextMenuStrip = this.cMSPresets; + resources.ApplyResources(this.bnSwipeRight, "bnSwipeRight"); this.bnSwipeRight.ForeColor = System.Drawing.SystemColors.ControlLightLight; this.bnSwipeRight.Name = "bnSwipeRight"; this.bnSwipeRight.UseVisualStyleBackColor = false; @@ -1261,13 +1261,12 @@ // // lbSwipeRight // - resources.ApplyResources(this.lbSwipeRight, "lbSwipeRight"); this.lbSwipeRight.ForeColor = System.Drawing.SystemColors.ControlLightLight; + resources.ApplyResources(this.lbSwipeRight, "lbSwipeRight"); this.lbSwipeRight.Name = "lbSwipeRight"; // // gBOther // - resources.ApplyResources(this.gBOther, "gBOther"); this.gBOther.BackColor = System.Drawing.Color.WhiteSmoke; this.gBOther.Controls.Add(this.btPollRateLabel); this.gBOther.Controls.Add(this.btPollRateComboBox); @@ -1286,6 +1285,7 @@ this.gBOther.Controls.Add(this.numUDMouseSens); this.gBOther.Controls.Add(this.cBFlushHIDQueue); this.gBOther.Controls.Add(this.lbIdleMinutes); + resources.ApplyResources(this.gBOther, "gBOther"); this.gBOther.Name = "gBOther"; this.gBOther.TabStop = false; // @@ -1296,7 +1296,6 @@ // // btPollRateComboBox // - resources.ApplyResources(this.btPollRateComboBox, "btPollRateComboBox"); this.btPollRateComboBox.BackColor = System.Drawing.SystemColors.Window; this.btPollRateComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.btPollRateComboBox.FormattingEnabled = true; @@ -1318,6 +1317,7 @@ resources.GetString("btPollRateComboBox.Items14"), resources.GetString("btPollRateComboBox.Items15"), resources.GetString("btPollRateComboBox.Items16")}); + resources.ApplyResources(this.btPollRateComboBox, "btPollRateComboBox"); this.btPollRateComboBox.Name = "btPollRateComboBox"; this.btPollRateComboBox.SelectedIndexChanged += new System.EventHandler(this.btPollRateComboBox_SelectedIndexChanged); // @@ -1407,7 +1407,6 @@ // // gBLightbar // - resources.ApplyResources(this.gBLightbar, "gBLightbar"); this.gBLightbar.BackColor = System.Drawing.Color.WhiteSmoke; this.gBLightbar.Controls.Add(this.btnRainbow); this.gBLightbar.Controls.Add(this.lbRainbowB); @@ -1424,13 +1423,14 @@ this.gBLightbar.Controls.Add(this.cBLightbyBattery); this.gBLightbar.Controls.Add(this.pnlLowBattery); this.gBLightbar.Controls.Add(this.pnlFull); + resources.ApplyResources(this.gBLightbar, "gBLightbar"); this.gBLightbar.Name = "gBLightbar"; this.gBLightbar.TabStop = false; // // btnRainbow // - resources.ApplyResources(this.btnRainbow, "btnRainbow"); this.btnRainbow.Image = global::DS4Windows.Properties.Resources.rainbow; + resources.ApplyResources(this.btnRainbow, "btnRainbow"); this.btnRainbow.Name = "btnRainbow"; this.btnRainbow.UseVisualStyleBackColor = true; this.btnRainbow.Click += new System.EventHandler(this.btnRainbow_Click); @@ -1458,18 +1458,17 @@ // // cBFlashType // - resources.ApplyResources(this.cBFlashType, "cBFlashType"); this.cBFlashType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cBFlashType.FormattingEnabled = true; this.cBFlashType.Items.AddRange(new object[] { resources.GetString("cBFlashType.Items"), resources.GetString("cBFlashType.Items1")}); + resources.ApplyResources(this.cBFlashType, "cBFlashType"); this.cBFlashType.Name = "cBFlashType"; this.cBFlashType.SelectedIndexChanged += new System.EventHandler(this.cBFlashType_SelectedIndexChanged); // // cBWhileCharging // - resources.ApplyResources(this.cBWhileCharging, "cBWhileCharging"); this.cBWhileCharging.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cBWhileCharging.FormattingEnabled = true; this.cBWhileCharging.Items.AddRange(new object[] { @@ -1477,21 +1476,22 @@ resources.GetString("cBWhileCharging.Items1"), resources.GetString("cBWhileCharging.Items2"), resources.GetString("cBWhileCharging.Items3")}); + resources.ApplyResources(this.cBWhileCharging, "cBWhileCharging"); this.cBWhileCharging.Name = "cBWhileCharging"; this.cBWhileCharging.SelectedIndexChanged += new System.EventHandler(this.cBWhileCharging_SelectedIndexChanged); // // btnFlashColor // - resources.ApplyResources(this.btnFlashColor, "btnFlashColor"); this.btnFlashColor.BackColor = System.Drawing.Color.White; + resources.ApplyResources(this.btnFlashColor, "btnFlashColor"); this.btnFlashColor.Name = "btnFlashColor"; this.btnFlashColor.UseVisualStyleBackColor = false; this.btnFlashColor.Click += new System.EventHandler(this.btnFlashColor_Click); // // btnChargingColor // - resources.ApplyResources(this.btnChargingColor, "btnChargingColor"); this.btnChargingColor.BackColor = System.Drawing.Color.White; + resources.ApplyResources(this.btnChargingColor, "btnChargingColor"); this.btnChargingColor.Name = "btnChargingColor"; this.btnChargingColor.UseVisualStyleBackColor = false; this.btnChargingColor.Click += new System.EventHandler(this.btnChargingColor_Click); @@ -1508,23 +1508,23 @@ // // nUDflashLED // - resources.ApplyResources(this.nUDflashLED, "nUDflashLED"); this.nUDflashLED.Increment = new decimal(new int[] { 10, 0, 0, 0}); + resources.ApplyResources(this.nUDflashLED, "nUDflashLED"); this.nUDflashLED.Name = "nUDflashLED"; this.nUDflashLED.ValueChanged += new System.EventHandler(this.nUDflashLED_ValueChanged); // // gBRumble // - resources.ApplyResources(this.gBRumble, "gBRumble"); this.gBRumble.BackColor = System.Drawing.Color.WhiteSmoke; this.gBRumble.Controls.Add(this.lbPercentRumble); this.gBRumble.Controls.Add(this.btnRumbleLightTest); this.gBRumble.Controls.Add(this.btnRumbleHeavyTest); this.gBRumble.Controls.Add(this.nUDRumbleBoost); + resources.ApplyResources(this.gBRumble, "gBRumble"); this.gBRumble.Name = "gBRumble"; this.gBRumble.TabStop = false; // @@ -1552,13 +1552,13 @@ // // nUDSZ // - resources.ApplyResources(this.nUDSZ, "nUDSZ"); this.nUDSZ.DecimalPlaces = 2; this.nUDSZ.Increment = new decimal(new int[] { 1, 0, 0, 65536}); + resources.ApplyResources(this.nUDSZ, "nUDSZ"); this.nUDSZ.Maximum = new decimal(new int[] { 1, 0, @@ -1574,13 +1574,13 @@ // // nUDSX // - resources.ApplyResources(this.nUDSX, "nUDSX"); this.nUDSX.DecimalPlaces = 2; this.nUDSX.Increment = new decimal(new int[] { 1, 0, 0, 65536}); + resources.ApplyResources(this.nUDSX, "nUDSX"); this.nUDSX.Maximum = new decimal(new int[] { 1, 0, @@ -1594,13 +1594,8 @@ 131072}); this.nUDSX.ValueChanged += new System.EventHandler(this.nUDSX_ValueChanged); // - // openFileDialog1 - // - resources.ApplyResources(this.openFileDialog1, "openFileDialog1"); - // // lbL2TrackS // - resources.ApplyResources(this.lbL2TrackS, "lbL2TrackS"); this.lbL2TrackS.Controls.Add(this.pnlSATrack); this.lbL2TrackS.Controls.Add(this.lbL2Track); this.lbL2TrackS.Controls.Add(this.lbRSTip); @@ -1613,29 +1608,30 @@ this.lbL2TrackS.Controls.Add(this.pnlSixaxis); this.lbL2TrackS.Controls.Add(this.pnlLSTrack); this.lbL2TrackS.Controls.Add(this.pnlRSTrack); + resources.ApplyResources(this.lbL2TrackS, "lbL2TrackS"); this.lbL2TrackS.Name = "lbL2TrackS"; this.lbL2TrackS.UseVisualStyleBackColor = true; // // pnlSATrack // - resources.ApplyResources(this.pnlSATrack, "pnlSATrack"); this.pnlSATrack.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pnlSATrack.Controls.Add(this.btnSATrack); this.pnlSATrack.Controls.Add(this.btnSATrackS); + resources.ApplyResources(this.pnlSATrack, "pnlSATrack"); this.pnlSATrack.Name = "pnlSATrack"; this.pnlSATrack.Paint += new System.Windows.Forms.PaintEventHandler(this.pnlSATrack_Paint); // // btnSATrack // - resources.ApplyResources(this.btnSATrack, "btnSATrack"); this.btnSATrack.BackColor = System.Drawing.Color.Black; + resources.ApplyResources(this.btnSATrack, "btnSATrack"); this.btnSATrack.Name = "btnSATrack"; this.btnSATrack.UseVisualStyleBackColor = false; // // btnSATrackS // - resources.ApplyResources(this.btnSATrackS, "btnSATrackS"); this.btnSATrackS.BackColor = System.Drawing.Color.DimGray; + resources.ApplyResources(this.btnSATrackS, "btnSATrackS"); this.btnSATrackS.ForeColor = System.Drawing.SystemColors.ControlDark; this.btnSATrackS.Name = "btnSATrackS"; this.btnSATrackS.UseVisualStyleBackColor = false; @@ -1691,7 +1687,6 @@ // // pnlSixaxis // - resources.ApplyResources(this.pnlSixaxis, "pnlSixaxis"); this.pnlSixaxis.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pnlSixaxis.Controls.Add(this.tBsixaxisAccelX); this.pnlSixaxis.Controls.Add(this.lb6Accel); @@ -1701,6 +1696,7 @@ this.pnlSixaxis.Controls.Add(this.tBsixaxisGyroZ); this.pnlSixaxis.Controls.Add(this.tBsixaxisAccelY); this.pnlSixaxis.Controls.Add(this.tBsixaxisAccelZ); + resources.ApplyResources(this.pnlSixaxis, "pnlSixaxis"); this.pnlSixaxis.Name = "pnlSixaxis"; this.pnlSixaxis.Click += new System.EventHandler(this.SixaxisPanel_Click); // @@ -1770,55 +1766,54 @@ // // pnlLSTrack // - resources.ApplyResources(this.pnlLSTrack, "pnlLSTrack"); this.pnlLSTrack.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pnlLSTrack.Controls.Add(this.btnLSTrack); this.pnlLSTrack.Controls.Add(this.btnLSTrackS); + resources.ApplyResources(this.pnlLSTrack, "pnlLSTrack"); this.pnlLSTrack.Name = "pnlLSTrack"; this.pnlLSTrack.Paint += new System.Windows.Forms.PaintEventHandler(this.pnlLSTrack_Paint); // // btnLSTrack // - resources.ApplyResources(this.btnLSTrack, "btnLSTrack"); this.btnLSTrack.BackColor = System.Drawing.Color.Black; + resources.ApplyResources(this.btnLSTrack, "btnLSTrack"); this.btnLSTrack.Name = "btnLSTrack"; this.btnLSTrack.UseVisualStyleBackColor = false; // // btnLSTrackS // - resources.ApplyResources(this.btnLSTrackS, "btnLSTrackS"); this.btnLSTrackS.BackColor = System.Drawing.Color.DimGray; + resources.ApplyResources(this.btnLSTrackS, "btnLSTrackS"); this.btnLSTrackS.ForeColor = System.Drawing.SystemColors.ControlDark; this.btnLSTrackS.Name = "btnLSTrackS"; this.btnLSTrackS.UseVisualStyleBackColor = false; // // pnlRSTrack // - resources.ApplyResources(this.pnlRSTrack, "pnlRSTrack"); this.pnlRSTrack.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pnlRSTrack.Controls.Add(this.btnRSTrackS); this.pnlRSTrack.Controls.Add(this.btnRSTrack); + resources.ApplyResources(this.pnlRSTrack, "pnlRSTrack"); this.pnlRSTrack.Name = "pnlRSTrack"; this.pnlRSTrack.Paint += new System.Windows.Forms.PaintEventHandler(this.pnlRSTrack_Paint); // // btnRSTrackS // - resources.ApplyResources(this.btnRSTrackS, "btnRSTrackS"); this.btnRSTrackS.BackColor = System.Drawing.Color.DimGray; + resources.ApplyResources(this.btnRSTrackS, "btnRSTrackS"); this.btnRSTrackS.ForeColor = System.Drawing.SystemColors.ControlDark; this.btnRSTrackS.Name = "btnRSTrackS"; this.btnRSTrackS.UseVisualStyleBackColor = false; // // btnRSTrack // - resources.ApplyResources(this.btnRSTrack, "btnRSTrack"); this.btnRSTrack.BackColor = System.Drawing.Color.Black; + resources.ApplyResources(this.btnRSTrack, "btnRSTrack"); this.btnRSTrack.Name = "btnRSTrack"; this.btnRSTrack.UseVisualStyleBackColor = false; // // fLPTiltControls // - resources.ApplyResources(this.fLPTiltControls, "fLPTiltControls"); this.fLPTiltControls.Controls.Add(this.bnGyroZN); this.fLPTiltControls.Controls.Add(this.lbGyroZN); this.fLPTiltControls.Controls.Add(this.bnGyroZP); @@ -1827,12 +1822,13 @@ this.fLPTiltControls.Controls.Add(this.lbGyroXP); this.fLPTiltControls.Controls.Add(this.bnGyroXN); this.fLPTiltControls.Controls.Add(this.lbGyroXN); + resources.ApplyResources(this.fLPTiltControls, "fLPTiltControls"); this.fLPTiltControls.Name = "fLPTiltControls"; // // bnGyroZN // - resources.ApplyResources(this.bnGyroZN, "bnGyroZN"); this.bnGyroZN.ContextMenuStrip = this.cMSPresets; + resources.ApplyResources(this.bnGyroZN, "bnGyroZN"); this.bnGyroZN.Name = "bnGyroZN"; this.bnGyroZN.UseVisualStyleBackColor = true; this.bnGyroZN.Click += new System.EventHandler(this.Show_ControlsBn); @@ -1844,8 +1840,8 @@ // // bnGyroZP // - resources.ApplyResources(this.bnGyroZP, "bnGyroZP"); this.bnGyroZP.ContextMenuStrip = this.cMSPresets; + resources.ApplyResources(this.bnGyroZP, "bnGyroZP"); this.bnGyroZP.Name = "bnGyroZP"; this.bnGyroZP.UseVisualStyleBackColor = true; this.bnGyroZP.Click += new System.EventHandler(this.Show_ControlsBn); @@ -1857,8 +1853,8 @@ // // bnGyroXP // - resources.ApplyResources(this.bnGyroXP, "bnGyroXP"); this.bnGyroXP.ContextMenuStrip = this.cMSPresets; + resources.ApplyResources(this.bnGyroXP, "bnGyroXP"); this.bnGyroXP.Name = "bnGyroXP"; this.bnGyroXP.UseVisualStyleBackColor = true; this.bnGyroXP.Click += new System.EventHandler(this.Show_ControlsBn); @@ -1870,8 +1866,8 @@ // // bnGyroXN // - resources.ApplyResources(this.bnGyroXN, "bnGyroXN"); this.bnGyroXN.ContextMenuStrip = this.cMSPresets; + resources.ApplyResources(this.bnGyroXN, "bnGyroXN"); this.bnGyroXN.Name = "bnGyroXN"; this.bnGyroXN.UseVisualStyleBackColor = true; this.bnGyroXN.Click += new System.EventHandler(this.Show_ControlsBn); @@ -1883,10 +1879,10 @@ // // tCControls // - resources.ApplyResources(this.tCControls, "tCControls"); this.tCControls.Controls.Add(this.tPControls); this.tCControls.Controls.Add(this.tPSpecial); this.tCControls.Controls.Add(this.lbL2TrackS); + resources.ApplyResources(this.tCControls, "tCControls"); this.tCControls.Name = "tCControls"; this.tCControls.SelectedIndex = 0; this.tCControls.SelectedIndexChanged += new System.EventHandler(this.tabControls_SelectedIndexChanged); @@ -1946,16 +1942,16 @@ // // lbControlTip // - resources.ApplyResources(this.lbControlTip, "lbControlTip"); this.lbControlTip.BackColor = System.Drawing.Color.Transparent; this.lbControlTip.ForeColor = System.Drawing.SystemColors.ControlLightLight; + resources.ApplyResources(this.lbControlTip, "lbControlTip"); this.lbControlTip.Name = "lbControlTip"; // // pnlController // - resources.ApplyResources(this.pnlController, "pnlController"); this.pnlController.BackColor = System.Drawing.Color.Transparent; this.pnlController.BackgroundImage = global::DS4Windows.Properties.Resources.DS4_Config; + resources.ApplyResources(this.pnlController, "pnlController"); this.pnlController.Controls.Add(this.pBHoveredButton); this.pnlController.Controls.Add(this.lbLRS); this.pnlController.Controls.Add(this.lbLLS); @@ -2009,6 +2005,7 @@ this.pnlController.Controls.Add(this.bnCircle); this.pnlController.Controls.Add(this.lbControlName); this.pnlController.Name = "pnlController"; + this.pnlController.Paint += new System.Windows.Forms.PaintEventHandler(this.pnlController_Paint); // // pBHoveredButton // @@ -2019,22 +2016,22 @@ // // lbLRS // - resources.ApplyResources(this.lbLRS, "lbLRS"); this.lbLRS.BackColor = System.Drawing.SystemColors.ControlLightLight; this.lbLRS.ForeColor = System.Drawing.SystemColors.ControlLightLight; + resources.ApplyResources(this.lbLRS, "lbLRS"); this.lbLRS.Name = "lbLRS"; // // lbLLS // - resources.ApplyResources(this.lbLLS, "lbLLS"); this.lbLLS.BackColor = System.Drawing.SystemColors.ControlLightLight; this.lbLLS.ForeColor = System.Drawing.SystemColors.ControlLightLight; + resources.ApplyResources(this.lbLLS, "lbLLS"); this.lbLLS.Name = "lbLLS"; // // bnRSDown // - resources.ApplyResources(this.bnRSDown, "bnRSDown"); this.bnRSDown.BackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.bnRSDown, "bnRSDown"); this.bnRSDown.ContextMenuStrip = this.cMSPresets; this.bnRSDown.Cursor = System.Windows.Forms.Cursors.Default; this.bnRSDown.FlatAppearance.BorderColor = System.Drawing.Color.White; @@ -2049,22 +2046,22 @@ // // lbLTouchUpper // - resources.ApplyResources(this.lbLTouchUpper, "lbLTouchUpper"); this.lbLTouchUpper.BackColor = System.Drawing.SystemColors.ControlLightLight; this.lbLTouchUpper.ForeColor = System.Drawing.SystemColors.ControlLightLight; + resources.ApplyResources(this.lbLTouchUpper, "lbLTouchUpper"); this.lbLTouchUpper.Name = "lbLTouchUpper"; // // lbLTouchRight // - resources.ApplyResources(this.lbLTouchRight, "lbLTouchRight"); this.lbLTouchRight.BackColor = System.Drawing.SystemColors.ControlLightLight; this.lbLTouchRight.ForeColor = System.Drawing.SystemColors.ControlLightLight; + resources.ApplyResources(this.lbLTouchRight, "lbLTouchRight"); this.lbLTouchRight.Name = "lbLTouchRight"; // // bnL3 // - resources.ApplyResources(this.bnL3, "bnL3"); this.bnL3.BackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.bnL3, "bnL3"); this.bnL3.ContextMenuStrip = this.cMSPresets; this.bnL3.Cursor = System.Windows.Forms.Cursors.Default; this.bnL3.FlatAppearance.BorderColor = System.Drawing.Color.White; @@ -2079,15 +2076,15 @@ // // lbLTouchLM // - resources.ApplyResources(this.lbLTouchLM, "lbLTouchLM"); this.lbLTouchLM.BackColor = System.Drawing.SystemColors.ControlLightLight; this.lbLTouchLM.ForeColor = System.Drawing.SystemColors.ControlLightLight; + resources.ApplyResources(this.lbLTouchLM, "lbLTouchLM"); this.lbLTouchLM.Name = "lbLTouchLM"; // // bnRSUp // - resources.ApplyResources(this.bnRSUp, "bnRSUp"); this.bnRSUp.BackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.bnRSUp, "bnRSUp"); this.bnRSUp.ContextMenuStrip = this.cMSPresets; this.bnRSUp.Cursor = System.Windows.Forms.Cursors.Default; this.bnRSUp.FlatAppearance.BorderColor = System.Drawing.Color.White; @@ -2102,15 +2099,15 @@ // // lbLR2 // - resources.ApplyResources(this.lbLR2, "lbLR2"); this.lbLR2.BackColor = System.Drawing.SystemColors.ControlLightLight; this.lbLR2.ForeColor = System.Drawing.SystemColors.ControlLightLight; + resources.ApplyResources(this.lbLR2, "lbLR2"); this.lbLR2.Name = "lbLR2"; // // bnRSRight // - resources.ApplyResources(this.bnRSRight, "bnRSRight"); this.bnRSRight.BackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.bnRSRight, "bnRSRight"); this.bnRSRight.ContextMenuStrip = this.cMSPresets; this.bnRSRight.Cursor = System.Windows.Forms.Cursors.Default; this.bnRSRight.FlatAppearance.BorderColor = System.Drawing.Color.White; @@ -2125,15 +2122,15 @@ // // lbLL2 // - resources.ApplyResources(this.lbLL2, "lbLL2"); this.lbLL2.BackColor = System.Drawing.SystemColors.ControlLightLight; this.lbLL2.ForeColor = System.Drawing.SystemColors.ControlLightLight; + resources.ApplyResources(this.lbLL2, "lbLL2"); this.lbLL2.Name = "lbLL2"; // // bnR3 // - resources.ApplyResources(this.bnR3, "bnR3"); this.bnR3.BackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.bnR3, "bnR3"); this.bnR3.ContextMenuStrip = this.cMSPresets; this.bnR3.Cursor = System.Windows.Forms.Cursors.Default; this.bnR3.FlatAppearance.BorderColor = System.Drawing.Color.White; @@ -2148,15 +2145,15 @@ // // lbLR1 // - resources.ApplyResources(this.lbLR1, "lbLR1"); this.lbLR1.BackColor = System.Drawing.SystemColors.ControlLightLight; this.lbLR1.ForeColor = System.Drawing.SystemColors.ControlLightLight; + resources.ApplyResources(this.lbLR1, "lbLR1"); this.lbLR1.Name = "lbLR1"; // // bnRSLeft // - resources.ApplyResources(this.bnRSLeft, "bnRSLeft"); this.bnRSLeft.BackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.bnRSLeft, "bnRSLeft"); this.bnRSLeft.ContextMenuStrip = this.cMSPresets; this.bnRSLeft.Cursor = System.Windows.Forms.Cursors.Default; this.bnRSLeft.FlatAppearance.BorderColor = System.Drawing.Color.White; @@ -2171,15 +2168,15 @@ // // lbLL1 // - resources.ApplyResources(this.lbLL1, "lbLL1"); this.lbLL1.BackColor = System.Drawing.SystemColors.ControlLightLight; this.lbLL1.ForeColor = System.Drawing.SystemColors.ControlLightLight; + resources.ApplyResources(this.lbLL1, "lbLL1"); this.lbLL1.Name = "lbLL1"; // // bnLSLeft // - resources.ApplyResources(this.bnLSLeft, "bnLSLeft"); this.bnLSLeft.BackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.bnLSLeft, "bnLSLeft"); this.bnLSLeft.ContextMenuStrip = this.cMSPresets; this.bnLSLeft.Cursor = System.Windows.Forms.Cursors.Default; this.bnLSLeft.FlatAppearance.BorderColor = System.Drawing.Color.White; @@ -2194,15 +2191,15 @@ // // lbLPS // - resources.ApplyResources(this.lbLPS, "lbLPS"); this.lbLPS.BackColor = System.Drawing.SystemColors.ControlLightLight; this.lbLPS.ForeColor = System.Drawing.SystemColors.ControlLightLight; + resources.ApplyResources(this.lbLPS, "lbLPS"); this.lbLPS.Name = "lbLPS"; // // bnLSUp // - resources.ApplyResources(this.bnLSUp, "bnLSUp"); this.bnLSUp.BackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.bnLSUp, "bnLSUp"); this.bnLSUp.ContextMenuStrip = this.cMSPresets; this.bnLSUp.Cursor = System.Windows.Forms.Cursors.Default; this.bnLSUp.FlatAppearance.BorderColor = System.Drawing.Color.White; @@ -2217,15 +2214,15 @@ // // lbLLeft // - resources.ApplyResources(this.lbLLeft, "lbLLeft"); this.lbLLeft.BackColor = System.Drawing.SystemColors.ControlLightLight; this.lbLLeft.ForeColor = System.Drawing.SystemColors.ControlLightLight; + resources.ApplyResources(this.lbLLeft, "lbLLeft"); this.lbLLeft.Name = "lbLLeft"; // // bnLSRight // - resources.ApplyResources(this.bnLSRight, "bnLSRight"); this.bnLSRight.BackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.bnLSRight, "bnLSRight"); this.bnLSRight.ContextMenuStrip = this.cMSPresets; this.bnLSRight.Cursor = System.Windows.Forms.Cursors.Default; this.bnLSRight.FlatAppearance.BorderColor = System.Drawing.Color.White; @@ -2240,15 +2237,15 @@ // // lbLright // - resources.ApplyResources(this.lbLright, "lbLright"); this.lbLright.BackColor = System.Drawing.SystemColors.ControlLightLight; this.lbLright.ForeColor = System.Drawing.SystemColors.ControlLightLight; + resources.ApplyResources(this.lbLright, "lbLright"); this.lbLright.Name = "lbLright"; // // bnLSDown // - resources.ApplyResources(this.bnLSDown, "bnLSDown"); this.bnLSDown.BackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.bnLSDown, "bnLSDown"); this.bnLSDown.ContextMenuStrip = this.cMSPresets; this.bnLSDown.Cursor = System.Windows.Forms.Cursors.Default; this.bnLSDown.FlatAppearance.BorderColor = System.Drawing.Color.White; @@ -2263,15 +2260,15 @@ // // lbLDown // - resources.ApplyResources(this.lbLDown, "lbLDown"); this.lbLDown.BackColor = System.Drawing.SystemColors.ControlLightLight; this.lbLDown.ForeColor = System.Drawing.SystemColors.ControlLightLight; + resources.ApplyResources(this.lbLDown, "lbLDown"); this.lbLDown.Name = "lbLDown"; // // bnR2 // - resources.ApplyResources(this.bnR2, "bnR2"); this.bnR2.BackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.bnR2, "bnR2"); this.bnR2.Cursor = System.Windows.Forms.Cursors.Default; this.bnR2.FlatAppearance.BorderColor = System.Drawing.Color.White; this.bnR2.FlatAppearance.BorderSize = 0; @@ -2285,8 +2282,8 @@ // // bnUp // - resources.ApplyResources(this.bnUp, "bnUp"); this.bnUp.BackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.bnUp, "bnUp"); this.bnUp.ContextMenuStrip = this.cMSPresets; this.bnUp.Cursor = System.Windows.Forms.Cursors.Default; this.bnUp.DialogResult = System.Windows.Forms.DialogResult.Cancel; @@ -2302,8 +2299,8 @@ // // bnDown // - resources.ApplyResources(this.bnDown, "bnDown"); this.bnDown.BackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.bnDown, "bnDown"); this.bnDown.ContextMenuStrip = this.cMSPresets; this.bnDown.Cursor = System.Windows.Forms.Cursors.Default; this.bnDown.FlatAppearance.BorderColor = System.Drawing.Color.White; @@ -2318,8 +2315,8 @@ // // bnTriangle // - resources.ApplyResources(this.bnTriangle, "bnTriangle"); this.bnTriangle.BackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.bnTriangle, "bnTriangle"); this.bnTriangle.ContextMenuStrip = this.cMSPresets; this.bnTriangle.Cursor = System.Windows.Forms.Cursors.Default; this.bnTriangle.FlatAppearance.BorderColor = System.Drawing.Color.White; @@ -2334,8 +2331,8 @@ // // bnR1 // - resources.ApplyResources(this.bnR1, "bnR1"); this.bnR1.BackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.bnR1, "bnR1"); this.bnR1.Cursor = System.Windows.Forms.Cursors.Default; this.bnR1.FlatAppearance.BorderColor = System.Drawing.Color.White; this.bnR1.FlatAppearance.BorderSize = 0; @@ -2349,8 +2346,8 @@ // // bnSquare // - resources.ApplyResources(this.bnSquare, "bnSquare"); this.bnSquare.BackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.bnSquare, "bnSquare"); this.bnSquare.ContextMenuStrip = this.cMSPresets; this.bnSquare.Cursor = System.Windows.Forms.Cursors.Default; this.bnSquare.FlatAppearance.BorderColor = System.Drawing.Color.White; @@ -2365,8 +2362,8 @@ // // bnRight // - resources.ApplyResources(this.bnRight, "bnRight"); this.bnRight.BackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.bnRight, "bnRight"); this.bnRight.ContextMenuStrip = this.cMSPresets; this.bnRight.Cursor = System.Windows.Forms.Cursors.Default; this.bnRight.FlatAppearance.BorderColor = System.Drawing.Color.White; @@ -2381,15 +2378,15 @@ // // lbLUp // - resources.ApplyResources(this.lbLUp, "lbLUp"); this.lbLUp.BackColor = System.Drawing.SystemColors.ControlLightLight; this.lbLUp.ForeColor = System.Drawing.SystemColors.ControlLightLight; + resources.ApplyResources(this.lbLUp, "lbLUp"); this.lbLUp.Name = "lbLUp"; // // bnLeft // - resources.ApplyResources(this.bnLeft, "bnLeft"); this.bnLeft.BackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.bnLeft, "bnLeft"); this.bnLeft.ContextMenuStrip = this.cMSPresets; this.bnLeft.Cursor = System.Windows.Forms.Cursors.Default; this.bnLeft.FlatAppearance.BorderColor = System.Drawing.Color.White; @@ -2404,15 +2401,15 @@ // // lbLShare // - resources.ApplyResources(this.lbLShare, "lbLShare"); this.lbLShare.BackColor = System.Drawing.SystemColors.ControlLightLight; this.lbLShare.ForeColor = System.Drawing.SystemColors.ControlLightLight; + resources.ApplyResources(this.lbLShare, "lbLShare"); this.lbLShare.Name = "lbLShare"; // // bnOptions // - resources.ApplyResources(this.bnOptions, "bnOptions"); this.bnOptions.BackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.bnOptions, "bnOptions"); this.bnOptions.Cursor = System.Windows.Forms.Cursors.Default; this.bnOptions.FlatAppearance.BorderColor = System.Drawing.Color.White; this.bnOptions.FlatAppearance.BorderSize = 0; @@ -2426,8 +2423,8 @@ // // bnShare // - resources.ApplyResources(this.bnShare, "bnShare"); this.bnShare.BackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.bnShare, "bnShare"); this.bnShare.Cursor = System.Windows.Forms.Cursors.Default; this.bnShare.FlatAppearance.BorderColor = System.Drawing.Color.White; this.bnShare.FlatAppearance.BorderSize = 0; @@ -2441,15 +2438,15 @@ // // lbLOptions // - resources.ApplyResources(this.lbLOptions, "lbLOptions"); this.lbLOptions.BackColor = System.Drawing.SystemColors.ControlLightLight; this.lbLOptions.ForeColor = System.Drawing.SystemColors.ControlLightLight; + resources.ApplyResources(this.lbLOptions, "lbLOptions"); this.lbLOptions.Name = "lbLOptions"; // // bnL1 // - resources.ApplyResources(this.bnL1, "bnL1"); this.bnL1.BackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.bnL1, "bnL1"); this.bnL1.Cursor = System.Windows.Forms.Cursors.Default; this.bnL1.FlatAppearance.BorderColor = System.Drawing.Color.White; this.bnL1.FlatAppearance.BorderSize = 0; @@ -2463,8 +2460,8 @@ // // bnTouchRight // - resources.ApplyResources(this.bnTouchRight, "bnTouchRight"); this.bnTouchRight.BackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.bnTouchRight, "bnTouchRight"); this.bnTouchRight.Cursor = System.Windows.Forms.Cursors.Default; this.bnTouchRight.FlatAppearance.BorderColor = System.Drawing.Color.White; this.bnTouchRight.FlatAppearance.BorderSize = 0; @@ -2478,8 +2475,8 @@ // // bnL2 // - resources.ApplyResources(this.bnL2, "bnL2"); this.bnL2.BackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.bnL2, "bnL2"); this.bnL2.Cursor = System.Windows.Forms.Cursors.Default; this.bnL2.FlatAppearance.BorderColor = System.Drawing.Color.White; this.bnL2.FlatAppearance.BorderSize = 0; @@ -2493,15 +2490,15 @@ // // lbLTriangle // - resources.ApplyResources(this.lbLTriangle, "lbLTriangle"); this.lbLTriangle.BackColor = System.Drawing.SystemColors.ControlLightLight; this.lbLTriangle.ForeColor = System.Drawing.SystemColors.ControlLightLight; + resources.ApplyResources(this.lbLTriangle, "lbLTriangle"); this.lbLTriangle.Name = "lbLTriangle"; // // bnTouchLeft // - resources.ApplyResources(this.bnTouchLeft, "bnTouchLeft"); this.bnTouchLeft.BackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.bnTouchLeft, "bnTouchLeft"); this.bnTouchLeft.Cursor = System.Windows.Forms.Cursors.Default; this.bnTouchLeft.FlatAppearance.BorderColor = System.Drawing.Color.White; this.bnTouchLeft.FlatAppearance.BorderSize = 0; @@ -2515,15 +2512,15 @@ // // lbLSquare // - resources.ApplyResources(this.lbLSquare, "lbLSquare"); this.lbLSquare.BackColor = System.Drawing.SystemColors.ControlLightLight; this.lbLSquare.ForeColor = System.Drawing.SystemColors.ControlLightLight; + resources.ApplyResources(this.lbLSquare, "lbLSquare"); this.lbLSquare.Name = "lbLSquare"; // // bnTouchMulti // - resources.ApplyResources(this.bnTouchMulti, "bnTouchMulti"); this.bnTouchMulti.BackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.bnTouchMulti, "bnTouchMulti"); this.bnTouchMulti.Cursor = System.Windows.Forms.Cursors.Default; this.bnTouchMulti.FlatAppearance.BorderColor = System.Drawing.Color.White; this.bnTouchMulti.FlatAppearance.BorderSize = 0; @@ -2537,22 +2534,22 @@ // // lbLCircle // - resources.ApplyResources(this.lbLCircle, "lbLCircle"); this.lbLCircle.BackColor = System.Drawing.SystemColors.ControlLightLight; this.lbLCircle.ForeColor = System.Drawing.SystemColors.ControlLightLight; + resources.ApplyResources(this.lbLCircle, "lbLCircle"); this.lbLCircle.Name = "lbLCircle"; // // lbLCross // - resources.ApplyResources(this.lbLCross, "lbLCross"); this.lbLCross.BackColor = System.Drawing.SystemColors.ControlLightLight; this.lbLCross.ForeColor = System.Drawing.SystemColors.ControlLightLight; + resources.ApplyResources(this.lbLCross, "lbLCross"); this.lbLCross.Name = "lbLCross"; // // bnTouchUpper // - resources.ApplyResources(this.bnTouchUpper, "bnTouchUpper"); this.bnTouchUpper.BackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.bnTouchUpper, "bnTouchUpper"); this.bnTouchUpper.Cursor = System.Windows.Forms.Cursors.Default; this.bnTouchUpper.FlatAppearance.BorderColor = System.Drawing.Color.White; this.bnTouchUpper.FlatAppearance.BorderSize = 0; @@ -2566,9 +2563,9 @@ // // btnLightbar // - resources.ApplyResources(this.btnLightbar, "btnLightbar"); this.btnLightbar.BackColor = System.Drawing.Color.Transparent; this.btnLightbar.BackgroundImage = global::DS4Windows.Properties.Resources.DS4_lightbar; + resources.ApplyResources(this.btnLightbar, "btnLightbar"); this.btnLightbar.Cursor = System.Windows.Forms.Cursors.Default; this.btnLightbar.FlatAppearance.BorderColor = System.Drawing.Color.Red; this.btnLightbar.FlatAppearance.BorderSize = 0; @@ -2582,8 +2579,8 @@ // // bnPS // - resources.ApplyResources(this.bnPS, "bnPS"); this.bnPS.BackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.bnPS, "bnPS"); this.bnPS.Cursor = System.Windows.Forms.Cursors.Default; this.bnPS.FlatAppearance.BorderColor = System.Drawing.Color.White; this.bnPS.FlatAppearance.BorderSize = 0; @@ -2597,8 +2594,8 @@ // // bnCross // - resources.ApplyResources(this.bnCross, "bnCross"); this.bnCross.BackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.bnCross, "bnCross"); this.bnCross.ContextMenuStrip = this.cMSPresets; this.bnCross.Cursor = System.Windows.Forms.Cursors.Default; this.bnCross.FlatAppearance.BorderColor = System.Drawing.Color.White; @@ -2613,8 +2610,8 @@ // // bnCircle // - resources.ApplyResources(this.bnCircle, "bnCircle"); this.bnCircle.BackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.bnCircle, "bnCircle"); this.bnCircle.ContextMenuStrip = this.cMSPresets; this.bnCircle.Cursor = System.Windows.Forms.Cursors.Default; this.bnCircle.FlatAppearance.BorderColor = System.Drawing.Color.White; @@ -2629,34 +2626,34 @@ // // lbControlName // - resources.ApplyResources(this.lbControlName, "lbControlName"); this.lbControlName.BackColor = System.Drawing.Color.Transparent; this.lbControlName.ForeColor = System.Drawing.SystemColors.ControlLightLight; + resources.ApplyResources(this.lbControlName, "lbControlName"); this.lbControlName.Name = "lbControlName"; this.lbControlName.Click += new System.EventHandler(this.Show_ControlsList); // // tPSpecial // - resources.ApplyResources(this.tPSpecial, "tPSpecial"); this.tPSpecial.Controls.Add(this.pnlActions); + resources.ApplyResources(this.tPSpecial, "tPSpecial"); this.tPSpecial.Name = "tPSpecial"; this.tPSpecial.UseVisualStyleBackColor = true; // // pnlActions // - resources.ApplyResources(this.pnlActions, "pnlActions"); this.pnlActions.Controls.Add(this.lVActions); this.pnlActions.Controls.Add(this.panel2); + resources.ApplyResources(this.pnlActions, "pnlActions"); this.pnlActions.Name = "pnlActions"; // // lVActions // - resources.ApplyResources(this.lVActions, "lVActions"); this.lVActions.CheckBoxes = true; this.lVActions.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.cHName, this.cHTrigger, this.cHAction}); + resources.ApplyResources(this.lVActions, "lVActions"); this.lVActions.FullRowSelect = true; this.lVActions.HideSelection = false; this.lVActions.MultiSelect = false; @@ -2679,17 +2676,17 @@ // // panel2 // - resources.ApplyResources(this.panel2, "panel2"); this.panel2.Controls.Add(this.fLPActionButtons); this.panel2.Controls.Add(this.lbActionsTip); + resources.ApplyResources(this.panel2, "panel2"); this.panel2.Name = "panel2"; // // fLPActionButtons // - resources.ApplyResources(this.fLPActionButtons, "fLPActionButtons"); this.fLPActionButtons.Controls.Add(this.btnNewAction); this.fLPActionButtons.Controls.Add(this.btnEditAction); this.fLPActionButtons.Controls.Add(this.btnRemAction); + resources.ApplyResources(this.fLPActionButtons, "fLPActionButtons"); this.fLPActionButtons.Name = "fLPActionButtons"; // // btnNewAction @@ -2720,19 +2717,18 @@ // // tCSens // - resources.ApplyResources(this.tCSens, "tCSens"); this.tCSens.Controls.Add(this.tPDeadzone); this.tCSens.Controls.Add(this.antiDeadzoneTabPage); this.tCSens.Controls.Add(this.maxZoneTabPage); this.tCSens.Controls.Add(this.tPOutCurve); this.tCSens.Controls.Add(this.tPCurve); this.tCSens.Controls.Add(this.tpRotation); + resources.ApplyResources(this.tCSens, "tCSens"); this.tCSens.Name = "tCSens"; this.tCSens.SelectedIndex = 0; // // tPDeadzone // - resources.ApplyResources(this.tPDeadzone, "tPDeadzone"); this.tPDeadzone.BackColor = System.Drawing.Color.WhiteSmoke; this.tPDeadzone.Controls.Add(this.lbL2); this.tPDeadzone.Controls.Add(this.nUDL2); @@ -2746,11 +2742,11 @@ this.tPDeadzone.Controls.Add(this.lbRS); this.tPDeadzone.Controls.Add(this.lbLS); this.tPDeadzone.Controls.Add(this.nUDSZ); + resources.ApplyResources(this.tPDeadzone, "tPDeadzone"); this.tPDeadzone.Name = "tPDeadzone"; // // antiDeadzoneTabPage // - resources.ApplyResources(this.antiDeadzoneTabPage, "antiDeadzoneTabPage"); this.antiDeadzoneTabPage.Controls.Add(this.nUDSixaxisZAntiDead); this.antiDeadzoneTabPage.Controls.Add(this.nUDSixaxisXAntiDead); this.antiDeadzoneTabPage.Controls.Add(this.label20); @@ -2763,18 +2759,19 @@ this.antiDeadzoneTabPage.Controls.Add(this.label2); this.antiDeadzoneTabPage.Controls.Add(this.nUDLSAntiDead); this.antiDeadzoneTabPage.Controls.Add(this.label1); + resources.ApplyResources(this.antiDeadzoneTabPage, "antiDeadzoneTabPage"); this.antiDeadzoneTabPage.Name = "antiDeadzoneTabPage"; this.antiDeadzoneTabPage.UseVisualStyleBackColor = true; // // nUDSixaxisZAntiDead // - resources.ApplyResources(this.nUDSixaxisZAntiDead, "nUDSixaxisZAntiDead"); this.nUDSixaxisZAntiDead.DecimalPlaces = 2; this.nUDSixaxisZAntiDead.Increment = new decimal(new int[] { 1, 0, 0, 65536}); + resources.ApplyResources(this.nUDSixaxisZAntiDead, "nUDSixaxisZAntiDead"); this.nUDSixaxisZAntiDead.Maximum = new decimal(new int[] { 1, 0, @@ -2785,13 +2782,13 @@ // // nUDSixaxisXAntiDead // - resources.ApplyResources(this.nUDSixaxisXAntiDead, "nUDSixaxisXAntiDead"); this.nUDSixaxisXAntiDead.DecimalPlaces = 2; this.nUDSixaxisXAntiDead.Increment = new decimal(new int[] { 1, 0, 0, 65536}); + resources.ApplyResources(this.nUDSixaxisXAntiDead, "nUDSixaxisXAntiDead"); this.nUDSixaxisXAntiDead.Maximum = new decimal(new int[] { 1, 0, @@ -2812,13 +2809,13 @@ // // nUDR2AntiDead // - resources.ApplyResources(this.nUDR2AntiDead, "nUDR2AntiDead"); this.nUDR2AntiDead.DecimalPlaces = 2; this.nUDR2AntiDead.Increment = new decimal(new int[] { 1, 0, 0, 65536}); + resources.ApplyResources(this.nUDR2AntiDead, "nUDR2AntiDead"); this.nUDR2AntiDead.Maximum = new decimal(new int[] { 1, 0, @@ -2834,13 +2831,13 @@ // // nUDL2AntiDead // - resources.ApplyResources(this.nUDL2AntiDead, "nUDL2AntiDead"); this.nUDL2AntiDead.DecimalPlaces = 2; this.nUDL2AntiDead.Increment = new decimal(new int[] { 1, 0, 0, 65536}); + resources.ApplyResources(this.nUDL2AntiDead, "nUDL2AntiDead"); this.nUDL2AntiDead.Maximum = new decimal(new int[] { 1, 0, @@ -2856,13 +2853,13 @@ // // nUDRSAntiDead // - resources.ApplyResources(this.nUDRSAntiDead, "nUDRSAntiDead"); this.nUDRSAntiDead.DecimalPlaces = 2; this.nUDRSAntiDead.Increment = new decimal(new int[] { 1, 0, 0, 65536}); + resources.ApplyResources(this.nUDRSAntiDead, "nUDRSAntiDead"); this.nUDRSAntiDead.Maximum = new decimal(new int[] { 1, 0, @@ -2878,13 +2875,13 @@ // // nUDLSAntiDead // - resources.ApplyResources(this.nUDLSAntiDead, "nUDLSAntiDead"); this.nUDLSAntiDead.DecimalPlaces = 2; this.nUDLSAntiDead.Increment = new decimal(new int[] { 1, 0, 0, 65536}); + resources.ApplyResources(this.nUDLSAntiDead, "nUDLSAntiDead"); this.nUDLSAntiDead.Maximum = new decimal(new int[] { 1, 0, @@ -2900,7 +2897,6 @@ // // maxZoneTabPage // - resources.ApplyResources(this.maxZoneTabPage, "maxZoneTabPage"); this.maxZoneTabPage.Controls.Add(this.nUDSixAxisZMaxZone); this.maxZoneTabPage.Controls.Add(this.nUDSixAxisXMaxZone); this.maxZoneTabPage.Controls.Add(this.label18); @@ -2913,18 +2909,19 @@ this.maxZoneTabPage.Controls.Add(this.label6); this.maxZoneTabPage.Controls.Add(this.nUDLSMaxZone); this.maxZoneTabPage.Controls.Add(this.label5); + resources.ApplyResources(this.maxZoneTabPage, "maxZoneTabPage"); this.maxZoneTabPage.Name = "maxZoneTabPage"; this.maxZoneTabPage.UseVisualStyleBackColor = true; // // nUDSixAxisZMaxZone // - resources.ApplyResources(this.nUDSixAxisZMaxZone, "nUDSixAxisZMaxZone"); this.nUDSixAxisZMaxZone.DecimalPlaces = 2; this.nUDSixAxisZMaxZone.Increment = new decimal(new int[] { 1, 0, 0, 65536}); + resources.ApplyResources(this.nUDSixAxisZMaxZone, "nUDSixAxisZMaxZone"); this.nUDSixAxisZMaxZone.Maximum = new decimal(new int[] { 1, 0, @@ -2940,13 +2937,13 @@ // // nUDSixAxisXMaxZone // - resources.ApplyResources(this.nUDSixAxisXMaxZone, "nUDSixAxisXMaxZone"); this.nUDSixAxisXMaxZone.DecimalPlaces = 2; this.nUDSixAxisXMaxZone.Increment = new decimal(new int[] { 1, 0, 0, 65536}); + resources.ApplyResources(this.nUDSixAxisXMaxZone, "nUDSixAxisXMaxZone"); this.nUDSixAxisXMaxZone.Maximum = new decimal(new int[] { 1, 0, @@ -2972,13 +2969,13 @@ // // nUDR2Maxzone // - resources.ApplyResources(this.nUDR2Maxzone, "nUDR2Maxzone"); this.nUDR2Maxzone.DecimalPlaces = 2; this.nUDR2Maxzone.Increment = new decimal(new int[] { 1, 0, 0, 65536}); + resources.ApplyResources(this.nUDR2Maxzone, "nUDR2Maxzone"); this.nUDR2Maxzone.Maximum = new decimal(new int[] { 1, 0, @@ -2994,13 +2991,13 @@ // // nUDL2Maxzone // - resources.ApplyResources(this.nUDL2Maxzone, "nUDL2Maxzone"); this.nUDL2Maxzone.DecimalPlaces = 2; this.nUDL2Maxzone.Increment = new decimal(new int[] { 1, 0, 0, 65536}); + resources.ApplyResources(this.nUDL2Maxzone, "nUDL2Maxzone"); this.nUDL2Maxzone.Maximum = new decimal(new int[] { 1, 0, @@ -3026,13 +3023,13 @@ // // nUDRSMaxZone // - resources.ApplyResources(this.nUDRSMaxZone, "nUDRSMaxZone"); this.nUDRSMaxZone.DecimalPlaces = 2; this.nUDRSMaxZone.Increment = new decimal(new int[] { 1, 0, 0, 65536}); + resources.ApplyResources(this.nUDRSMaxZone, "nUDRSMaxZone"); this.nUDRSMaxZone.Maximum = new decimal(new int[] { 1, 0, @@ -3053,13 +3050,13 @@ // // nUDLSMaxZone // - resources.ApplyResources(this.nUDLSMaxZone, "nUDLSMaxZone"); this.nUDLSMaxZone.DecimalPlaces = 2; this.nUDLSMaxZone.Increment = new decimal(new int[] { 1, 0, 0, 65536}); + resources.ApplyResources(this.nUDLSMaxZone, "nUDLSMaxZone"); this.nUDLSMaxZone.Maximum = new decimal(new int[] { 1, 0, @@ -3080,7 +3077,6 @@ // // tPOutCurve // - resources.ApplyResources(this.tPOutCurve, "tPOutCurve"); this.tPOutCurve.Controls.Add(this.cBSixaxisZOutputCurve); this.tPOutCurve.Controls.Add(this.cBSixaxisXOutputCurve); this.tPOutCurve.Controls.Add(this.label24); @@ -3093,12 +3089,12 @@ this.tPOutCurve.Controls.Add(this.lsOutCurveComboBox); this.tPOutCurve.Controls.Add(this.label10); this.tPOutCurve.Controls.Add(this.label9); + resources.ApplyResources(this.tPOutCurve, "tPOutCurve"); this.tPOutCurve.Name = "tPOutCurve"; this.tPOutCurve.UseVisualStyleBackColor = true; // // cBSixaxisZOutputCurve // - resources.ApplyResources(this.cBSixaxisZOutputCurve, "cBSixaxisZOutputCurve"); this.cBSixaxisZOutputCurve.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cBSixaxisZOutputCurve.DropDownWidth = 70; this.cBSixaxisZOutputCurve.FormattingEnabled = true; @@ -3106,12 +3102,12 @@ resources.GetString("cBSixaxisZOutputCurve.Items"), resources.GetString("cBSixaxisZOutputCurve.Items1"), resources.GetString("cBSixaxisZOutputCurve.Items2")}); + resources.ApplyResources(this.cBSixaxisZOutputCurve, "cBSixaxisZOutputCurve"); this.cBSixaxisZOutputCurve.Name = "cBSixaxisZOutputCurve"; this.cBSixaxisZOutputCurve.SelectedIndexChanged += new System.EventHandler(this.cBSixaxisZOutputCurve_SelectedIndexChanged); // // cBSixaxisXOutputCurve // - resources.ApplyResources(this.cBSixaxisXOutputCurve, "cBSixaxisXOutputCurve"); this.cBSixaxisXOutputCurve.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cBSixaxisXOutputCurve.DropDownWidth = 70; this.cBSixaxisXOutputCurve.FormattingEnabled = true; @@ -3119,6 +3115,7 @@ resources.GetString("cBSixaxisXOutputCurve.Items"), resources.GetString("cBSixaxisXOutputCurve.Items1"), resources.GetString("cBSixaxisXOutputCurve.Items2")}); + resources.ApplyResources(this.cBSixaxisXOutputCurve, "cBSixaxisXOutputCurve"); this.cBSixaxisXOutputCurve.Name = "cBSixaxisXOutputCurve"; this.cBSixaxisXOutputCurve.SelectedIndexChanged += new System.EventHandler(this.cBSixaxisXOutputCurve_SelectedIndexChanged); // @@ -3134,7 +3131,6 @@ // // cBR2OutputCurve // - resources.ApplyResources(this.cBR2OutputCurve, "cBR2OutputCurve"); this.cBR2OutputCurve.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cBR2OutputCurve.DropDownWidth = 70; this.cBR2OutputCurve.FormattingEnabled = true; @@ -3142,12 +3138,12 @@ resources.GetString("cBR2OutputCurve.Items"), resources.GetString("cBR2OutputCurve.Items1"), resources.GetString("cBR2OutputCurve.Items2")}); + resources.ApplyResources(this.cBR2OutputCurve, "cBR2OutputCurve"); this.cBR2OutputCurve.Name = "cBR2OutputCurve"; this.cBR2OutputCurve.SelectedIndexChanged += new System.EventHandler(this.cBR2OutputCurve_SelectedIndexChanged); // // cBL2OutputCurve // - resources.ApplyResources(this.cBL2OutputCurve, "cBL2OutputCurve"); this.cBL2OutputCurve.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cBL2OutputCurve.DropDownWidth = 70; this.cBL2OutputCurve.FormattingEnabled = true; @@ -3155,6 +3151,7 @@ resources.GetString("cBL2OutputCurve.Items"), resources.GetString("cBL2OutputCurve.Items1"), resources.GetString("cBL2OutputCurve.Items2")}); + resources.ApplyResources(this.cBL2OutputCurve, "cBL2OutputCurve"); this.cBL2OutputCurve.Name = "cBL2OutputCurve"; this.cBL2OutputCurve.SelectedIndexChanged += new System.EventHandler(this.cBL2OutputCurve_SelectedIndexChanged); // @@ -3170,7 +3167,6 @@ // // rsOutCurveComboBox // - resources.ApplyResources(this.rsOutCurveComboBox, "rsOutCurveComboBox"); this.rsOutCurveComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.rsOutCurveComboBox.DropDownWidth = 120; this.rsOutCurveComboBox.FormattingEnabled = true; @@ -3179,12 +3175,12 @@ resources.GetString("rsOutCurveComboBox.Items1"), resources.GetString("rsOutCurveComboBox.Items2"), resources.GetString("rsOutCurveComboBox.Items3")}); + resources.ApplyResources(this.rsOutCurveComboBox, "rsOutCurveComboBox"); this.rsOutCurveComboBox.Name = "rsOutCurveComboBox"; this.rsOutCurveComboBox.SelectedIndexChanged += new System.EventHandler(this.rsOutCurveComboBox_SelectedIndexChanged); // // lsOutCurveComboBox // - resources.ApplyResources(this.lsOutCurveComboBox, "lsOutCurveComboBox"); this.lsOutCurveComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.lsOutCurveComboBox.DropDownWidth = 120; this.lsOutCurveComboBox.FormattingEnabled = true; @@ -3193,6 +3189,7 @@ resources.GetString("lsOutCurveComboBox.Items1"), resources.GetString("lsOutCurveComboBox.Items2"), resources.GetString("lsOutCurveComboBox.Items3")}); + resources.ApplyResources(this.lsOutCurveComboBox, "lsOutCurveComboBox"); this.lsOutCurveComboBox.Name = "lsOutCurveComboBox"; this.lsOutCurveComboBox.SelectedIndexChanged += new System.EventHandler(this.lsOutCurveComboBox_SelectedIndexChanged); // @@ -3208,7 +3205,6 @@ // // tPCurve // - resources.ApplyResources(this.tPCurve, "tPCurve"); this.tPCurve.BackColor = System.Drawing.Color.WhiteSmoke; this.tPCurve.Controls.Add(this.nUDLSCurve); this.tPCurve.Controls.Add(this.nUDRSCurve); @@ -3216,27 +3212,28 @@ this.tPCurve.Controls.Add(this.lbRSCurvePercent); this.tPCurve.Controls.Add(this.lbLSCurvePercent); this.tPCurve.Controls.Add(this.lbLSCurve); + resources.ApplyResources(this.tPCurve, "tPCurve"); this.tPCurve.Name = "tPCurve"; // // nUDLSCurve // - resources.ApplyResources(this.nUDLSCurve, "nUDLSCurve"); this.nUDLSCurve.Increment = new decimal(new int[] { 10, 0, 0, 0}); + resources.ApplyResources(this.nUDLSCurve, "nUDLSCurve"); this.nUDLSCurve.Name = "nUDLSCurve"; this.nUDLSCurve.ValueChanged += new System.EventHandler(this.nUDLSCurve_ValueChanged); // // nUDRSCurve // - resources.ApplyResources(this.nUDRSCurve, "nUDRSCurve"); this.nUDRSCurve.Increment = new decimal(new int[] { 10, 0, 0, 0}); + resources.ApplyResources(this.nUDRSCurve, "nUDRSCurve"); this.nUDRSCurve.Name = "nUDRSCurve"; this.nUDRSCurve.ValueChanged += new System.EventHandler(this.nUDRSCurve_ValueChanged); // @@ -3262,11 +3259,11 @@ // // tpRotation // - resources.ApplyResources(this.tpRotation, "tpRotation"); this.tpRotation.Controls.Add(this.nUDRSRotation); this.tpRotation.Controls.Add(this.label14); this.tpRotation.Controls.Add(this.nUDLSRotation); this.tpRotation.Controls.Add(this.label13); + resources.ApplyResources(this.tpRotation, "tpRotation"); this.tpRotation.Name = "tpRotation"; this.tpRotation.UseVisualStyleBackColor = true; // @@ -3326,12 +3323,12 @@ // // gBGyro // - resources.ApplyResources(this.gBGyro, "gBGyro"); this.gBGyro.BackColor = System.Drawing.Color.WhiteSmoke; this.gBGyro.Controls.Add(this.rBSAControls); this.gBGyro.Controls.Add(this.rBSAMouse); this.gBGyro.Controls.Add(this.fLPTiltControls); this.gBGyro.Controls.Add(this.pnlSAMouse); + resources.ApplyResources(this.gBGyro, "gBGyro"); this.gBGyro.Name = "gBGyro"; this.gBGyro.TabStop = false; // @@ -3353,7 +3350,6 @@ // // pnlSAMouse // - resources.ApplyResources(this.pnlSAMouse, "pnlSAMouse"); this.pnlSAMouse.Controls.Add(this.cBGyroMouseXAxis); this.pnlSAMouse.Controls.Add(this.label16); this.pnlSAMouse.Controls.Add(this.lbGyroSmooth); @@ -3371,16 +3367,17 @@ this.pnlSAMouse.Controls.Add(this.btnGyroTriggers); this.pnlSAMouse.Controls.Add(this.nUDGyroSensitivity); this.pnlSAMouse.Controls.Add(this.lbGyroSens); + resources.ApplyResources(this.pnlSAMouse, "pnlSAMouse"); this.pnlSAMouse.Name = "pnlSAMouse"; // // cBGyroMouseXAxis // - resources.ApplyResources(this.cBGyroMouseXAxis, "cBGyroMouseXAxis"); this.cBGyroMouseXAxis.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cBGyroMouseXAxis.FormattingEnabled = true; this.cBGyroMouseXAxis.Items.AddRange(new object[] { resources.GetString("cBGyroMouseXAxis.Items"), resources.GetString("cBGyroMouseXAxis.Items1")}); + resources.ApplyResources(this.cBGyroMouseXAxis, "cBGyroMouseXAxis"); this.cBGyroMouseXAxis.Name = "cBGyroMouseXAxis"; this.cBGyroMouseXAxis.SelectedIndexChanged += new System.EventHandler(this.cBGyroMouseXAxis_SelectedIndexChanged); // @@ -3408,8 +3405,8 @@ // // nUDGyroSmoothWeight // - resources.ApplyResources(this.nUDGyroSmoothWeight, "nUDGyroSmoothWeight"); this.nUDGyroSmoothWeight.DecimalPlaces = 3; + resources.ApplyResources(this.nUDGyroSmoothWeight, "nUDGyroSmoothWeight"); this.nUDGyroSmoothWeight.Maximum = new decimal(new int[] { 1, 0, @@ -3430,12 +3427,12 @@ // // nUDGyroMouseVertScale // - resources.ApplyResources(this.nUDGyroMouseVertScale, "nUDGyroMouseVertScale"); this.nUDGyroMouseVertScale.Increment = new decimal(new int[] { 1, 0, 0, 65536}); + resources.ApplyResources(this.nUDGyroMouseVertScale, "nUDGyroMouseVertScale"); this.nUDGyroMouseVertScale.Maximum = new decimal(new int[] { 1000, 0, @@ -3517,7 +3514,6 @@ // // gBSensitivity // - resources.ApplyResources(this.gBSensitivity, "gBSensitivity"); this.gBSensitivity.BackColor = System.Drawing.Color.WhiteSmoke; this.gBSensitivity.Controls.Add(this.lbL2S); this.gBSensitivity.Controls.Add(this.nUDL2S); @@ -3531,6 +3527,7 @@ this.gBSensitivity.Controls.Add(this.lbRSS); this.gBSensitivity.Controls.Add(this.lbLSS); this.gBSensitivity.Controls.Add(this.nUDSZS); + resources.ApplyResources(this.gBSensitivity, "gBSensitivity"); this.gBSensitivity.Name = "gBSensitivity"; this.gBSensitivity.TabStop = false; // @@ -3541,13 +3538,13 @@ // // nUDL2S // - resources.ApplyResources(this.nUDL2S, "nUDL2S"); this.nUDL2S.DecimalPlaces = 2; this.nUDL2S.Increment = new decimal(new int[] { 1, 0, 0, 65536}); + resources.ApplyResources(this.nUDL2S, "nUDL2S"); this.nUDL2S.Maximum = new decimal(new int[] { 50, 0, @@ -3568,13 +3565,13 @@ // // nUDLSS // - resources.ApplyResources(this.nUDLSS, "nUDLSS"); this.nUDLSS.DecimalPlaces = 2; this.nUDLSS.Increment = new decimal(new int[] { 1, 0, 0, 65536}); + resources.ApplyResources(this.nUDLSS, "nUDLSS"); this.nUDLSS.Maximum = new decimal(new int[] { 15, 0, @@ -3600,13 +3597,13 @@ // // nUDR2S // - resources.ApplyResources(this.nUDR2S, "nUDR2S"); this.nUDR2S.DecimalPlaces = 2; this.nUDR2S.Increment = new decimal(new int[] { 1, 0, 0, 65536}); + resources.ApplyResources(this.nUDR2S, "nUDR2S"); this.nUDR2S.Maximum = new decimal(new int[] { 50, 0, @@ -3632,13 +3629,13 @@ // // nUDRSS // - resources.ApplyResources(this.nUDRSS, "nUDRSS"); this.nUDRSS.DecimalPlaces = 2; this.nUDRSS.Increment = new decimal(new int[] { 1, 0, 0, 65536}); + resources.ApplyResources(this.nUDRSS, "nUDRSS"); this.nUDRSS.Maximum = new decimal(new int[] { 15, 0, @@ -3664,13 +3661,13 @@ // // nUDSXS // - resources.ApplyResources(this.nUDSXS, "nUDSXS"); this.nUDSXS.DecimalPlaces = 2; this.nUDSXS.Increment = new decimal(new int[] { 1, 0, 0, 65536}); + resources.ApplyResources(this.nUDSXS, "nUDSXS"); this.nUDSXS.Maximum = new decimal(new int[] { 15, 0, @@ -3701,13 +3698,13 @@ // // nUDSZS // - resources.ApplyResources(this.nUDSZS, "nUDSZS"); this.nUDSZS.DecimalPlaces = 2; this.nUDSZS.Increment = new decimal(new int[] { 1, 0, 0, 65536}); + resources.ApplyResources(this.nUDSZS, "nUDSZS"); this.nUDSZS.Maximum = new decimal(new int[] { 15, 0, @@ -3728,7 +3725,6 @@ // // cMGyroTriggers // - resources.ApplyResources(this.cMGyroTriggers, "cMGyroTriggers"); this.cMGyroTriggers.BackColor = System.Drawing.SystemColors.Control; this.cMGyroTriggers.ImageScalingSize = new System.Drawing.Size(20, 20); this.cMGyroTriggers.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { @@ -3755,169 +3751,169 @@ this.cMGyroTriggers.Name = "cMGyroTriggers"; this.cMGyroTriggers.ShowCheckMargin = true; this.cMGyroTriggers.ShowImageMargin = false; + resources.ApplyResources(this.cMGyroTriggers, "cMGyroTriggers"); // // crossToolStripMenuItem // - resources.ApplyResources(this.crossToolStripMenuItem, "crossToolStripMenuItem"); this.crossToolStripMenuItem.CheckOnClick = true; this.crossToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText; this.crossToolStripMenuItem.Name = "crossToolStripMenuItem"; + resources.ApplyResources(this.crossToolStripMenuItem, "crossToolStripMenuItem"); this.crossToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged); // // circleToolStripMenuItem // - resources.ApplyResources(this.circleToolStripMenuItem, "circleToolStripMenuItem"); this.circleToolStripMenuItem.CheckOnClick = true; this.circleToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText; this.circleToolStripMenuItem.Name = "circleToolStripMenuItem"; + resources.ApplyResources(this.circleToolStripMenuItem, "circleToolStripMenuItem"); this.circleToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged); // // squareToolStripMenuItem // - resources.ApplyResources(this.squareToolStripMenuItem, "squareToolStripMenuItem"); this.squareToolStripMenuItem.CheckOnClick = true; this.squareToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText; this.squareToolStripMenuItem.Name = "squareToolStripMenuItem"; + resources.ApplyResources(this.squareToolStripMenuItem, "squareToolStripMenuItem"); this.squareToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged); // // triangleToolStripMenuItem // - resources.ApplyResources(this.triangleToolStripMenuItem, "triangleToolStripMenuItem"); this.triangleToolStripMenuItem.CheckOnClick = true; this.triangleToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText; this.triangleToolStripMenuItem.Name = "triangleToolStripMenuItem"; + resources.ApplyResources(this.triangleToolStripMenuItem, "triangleToolStripMenuItem"); this.triangleToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged); // // l1ToolStripMenuItem // - resources.ApplyResources(this.l1ToolStripMenuItem, "l1ToolStripMenuItem"); this.l1ToolStripMenuItem.CheckOnClick = true; this.l1ToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText; this.l1ToolStripMenuItem.Name = "l1ToolStripMenuItem"; + resources.ApplyResources(this.l1ToolStripMenuItem, "l1ToolStripMenuItem"); this.l1ToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged); // // l2ToolStripMenuItem // - resources.ApplyResources(this.l2ToolStripMenuItem, "l2ToolStripMenuItem"); this.l2ToolStripMenuItem.CheckOnClick = true; this.l2ToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText; this.l2ToolStripMenuItem.Name = "l2ToolStripMenuItem"; + resources.ApplyResources(this.l2ToolStripMenuItem, "l2ToolStripMenuItem"); this.l2ToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged); // // r1ToolStripMenuItem // - resources.ApplyResources(this.r1ToolStripMenuItem, "r1ToolStripMenuItem"); this.r1ToolStripMenuItem.CheckOnClick = true; this.r1ToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText; this.r1ToolStripMenuItem.Name = "r1ToolStripMenuItem"; + resources.ApplyResources(this.r1ToolStripMenuItem, "r1ToolStripMenuItem"); this.r1ToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged); // // r2ToolStripMenuItem // - resources.ApplyResources(this.r2ToolStripMenuItem, "r2ToolStripMenuItem"); this.r2ToolStripMenuItem.CheckOnClick = true; this.r2ToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText; this.r2ToolStripMenuItem.Name = "r2ToolStripMenuItem"; + resources.ApplyResources(this.r2ToolStripMenuItem, "r2ToolStripMenuItem"); this.r2ToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged); // // onTouchpadToolStripMenuItem // - resources.ApplyResources(this.onTouchpadToolStripMenuItem, "onTouchpadToolStripMenuItem"); this.onTouchpadToolStripMenuItem.CheckOnClick = true; this.onTouchpadToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText; this.onTouchpadToolStripMenuItem.Name = "onTouchpadToolStripMenuItem"; + resources.ApplyResources(this.onTouchpadToolStripMenuItem, "onTouchpadToolStripMenuItem"); this.onTouchpadToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged); // // downToolStripMenuItem // - resources.ApplyResources(this.downToolStripMenuItem, "downToolStripMenuItem"); this.downToolStripMenuItem.CheckOnClick = true; this.downToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText; this.downToolStripMenuItem.Name = "downToolStripMenuItem"; + resources.ApplyResources(this.downToolStripMenuItem, "downToolStripMenuItem"); this.downToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged); // // leftToolStripMenuItem // - resources.ApplyResources(this.leftToolStripMenuItem, "leftToolStripMenuItem"); this.leftToolStripMenuItem.CheckOnClick = true; this.leftToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText; this.leftToolStripMenuItem.Name = "leftToolStripMenuItem"; + resources.ApplyResources(this.leftToolStripMenuItem, "leftToolStripMenuItem"); this.leftToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged); // // rightToolStripMenuItem // - resources.ApplyResources(this.rightToolStripMenuItem, "rightToolStripMenuItem"); this.rightToolStripMenuItem.CheckOnClick = true; this.rightToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText; this.rightToolStripMenuItem.Name = "rightToolStripMenuItem"; + resources.ApplyResources(this.rightToolStripMenuItem, "rightToolStripMenuItem"); this.rightToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged); // // l3ToolStripMenuItem // - resources.ApplyResources(this.l3ToolStripMenuItem, "l3ToolStripMenuItem"); this.l3ToolStripMenuItem.CheckOnClick = true; this.l3ToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText; this.l3ToolStripMenuItem.Name = "l3ToolStripMenuItem"; + resources.ApplyResources(this.l3ToolStripMenuItem, "l3ToolStripMenuItem"); this.l3ToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged); // // r3ToolStripMenuItem // - resources.ApplyResources(this.r3ToolStripMenuItem, "r3ToolStripMenuItem"); this.r3ToolStripMenuItem.CheckOnClick = true; this.r3ToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText; this.r3ToolStripMenuItem.Name = "r3ToolStripMenuItem"; + resources.ApplyResources(this.r3ToolStripMenuItem, "r3ToolStripMenuItem"); this.r3ToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged); // // fingerOnTouchpadToolStripMenuItem // - resources.ApplyResources(this.fingerOnTouchpadToolStripMenuItem, "fingerOnTouchpadToolStripMenuItem"); this.fingerOnTouchpadToolStripMenuItem.CheckOnClick = true; this.fingerOnTouchpadToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText; this.fingerOnTouchpadToolStripMenuItem.Name = "fingerOnTouchpadToolStripMenuItem"; + resources.ApplyResources(this.fingerOnTouchpadToolStripMenuItem, "fingerOnTouchpadToolStripMenuItem"); this.fingerOnTouchpadToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged); // // fingersOnTouchpadToolStripMenuItem // - resources.ApplyResources(this.fingersOnTouchpadToolStripMenuItem, "fingersOnTouchpadToolStripMenuItem"); this.fingersOnTouchpadToolStripMenuItem.CheckOnClick = true; this.fingersOnTouchpadToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText; this.fingersOnTouchpadToolStripMenuItem.Name = "fingersOnTouchpadToolStripMenuItem"; + resources.ApplyResources(this.fingersOnTouchpadToolStripMenuItem, "fingersOnTouchpadToolStripMenuItem"); this.fingersOnTouchpadToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged); // // optionsToolStripMenuItem // - resources.ApplyResources(this.optionsToolStripMenuItem, "optionsToolStripMenuItem"); this.optionsToolStripMenuItem.CheckOnClick = true; this.optionsToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText; this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem"; + resources.ApplyResources(this.optionsToolStripMenuItem, "optionsToolStripMenuItem"); this.optionsToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged); // // shareToolStripMenuItem // - resources.ApplyResources(this.shareToolStripMenuItem, "shareToolStripMenuItem"); this.shareToolStripMenuItem.CheckOnClick = true; this.shareToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText; this.shareToolStripMenuItem.Name = "shareToolStripMenuItem"; + resources.ApplyResources(this.shareToolStripMenuItem, "shareToolStripMenuItem"); this.shareToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged); // // pSToolStripMenuItem // - resources.ApplyResources(this.pSToolStripMenuItem, "pSToolStripMenuItem"); this.pSToolStripMenuItem.CheckOnClick = true; this.pSToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText; this.pSToolStripMenuItem.Name = "pSToolStripMenuItem"; + resources.ApplyResources(this.pSToolStripMenuItem, "pSToolStripMenuItem"); this.pSToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged); // // alwaysOnToolStripMenuItem // - resources.ApplyResources(this.alwaysOnToolStripMenuItem, "alwaysOnToolStripMenuItem"); this.alwaysOnToolStripMenuItem.CheckOnClick = true; this.alwaysOnToolStripMenuItem.Name = "alwaysOnToolStripMenuItem"; + resources.ApplyResources(this.alwaysOnToolStripMenuItem, "alwaysOnToolStripMenuItem"); this.alwaysOnToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged); // // cMTouchDisableInvert // - resources.ApplyResources(this.cMTouchDisableInvert, "cMTouchDisableInvert"); this.cMTouchDisableInvert.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.crossTouchInvStripMenuItem, this.circleTouchInvStripMenuItem, @@ -3941,138 +3937,139 @@ this.cMTouchDisableInvert.Name = "cMTouchDisableInvert"; this.cMTouchDisableInvert.ShowCheckMargin = true; this.cMTouchDisableInvert.ShowImageMargin = false; + resources.ApplyResources(this.cMTouchDisableInvert, "cMTouchDisableInvert"); // // crossTouchInvStripMenuItem // - resources.ApplyResources(this.crossTouchInvStripMenuItem, "crossTouchInvStripMenuItem"); this.crossTouchInvStripMenuItem.CheckOnClick = true; this.crossTouchInvStripMenuItem.Name = "crossTouchInvStripMenuItem"; + resources.ApplyResources(this.crossTouchInvStripMenuItem, "crossTouchInvStripMenuItem"); this.crossTouchInvStripMenuItem.CheckedChanged += new System.EventHandler(this.TouchDisableInvert_CheckedChanged); // // circleTouchInvStripMenuItem // - resources.ApplyResources(this.circleTouchInvStripMenuItem, "circleTouchInvStripMenuItem"); this.circleTouchInvStripMenuItem.CheckOnClick = true; this.circleTouchInvStripMenuItem.Name = "circleTouchInvStripMenuItem"; + resources.ApplyResources(this.circleTouchInvStripMenuItem, "circleTouchInvStripMenuItem"); this.circleTouchInvStripMenuItem.CheckedChanged += new System.EventHandler(this.TouchDisableInvert_CheckedChanged); // // squareTouchInvStripMenuItem // - resources.ApplyResources(this.squareTouchInvStripMenuItem, "squareTouchInvStripMenuItem"); this.squareTouchInvStripMenuItem.CheckOnClick = true; this.squareTouchInvStripMenuItem.Name = "squareTouchInvStripMenuItem"; + resources.ApplyResources(this.squareTouchInvStripMenuItem, "squareTouchInvStripMenuItem"); this.squareTouchInvStripMenuItem.CheckedChanged += new System.EventHandler(this.TouchDisableInvert_CheckedChanged); // // triangleTouchInvStripMenuItem // - resources.ApplyResources(this.triangleTouchInvStripMenuItem, "triangleTouchInvStripMenuItem"); this.triangleTouchInvStripMenuItem.CheckOnClick = true; this.triangleTouchInvStripMenuItem.Name = "triangleTouchInvStripMenuItem"; + resources.ApplyResources(this.triangleTouchInvStripMenuItem, "triangleTouchInvStripMenuItem"); this.triangleTouchInvStripMenuItem.CheckedChanged += new System.EventHandler(this.TouchDisableInvert_CheckedChanged); // // l1TouchInvStripMenuItem // - resources.ApplyResources(this.l1TouchInvStripMenuItem, "l1TouchInvStripMenuItem"); this.l1TouchInvStripMenuItem.CheckOnClick = true; this.l1TouchInvStripMenuItem.Name = "l1TouchInvStripMenuItem"; + resources.ApplyResources(this.l1TouchInvStripMenuItem, "l1TouchInvStripMenuItem"); this.l1TouchInvStripMenuItem.CheckedChanged += new System.EventHandler(this.TouchDisableInvert_CheckedChanged); // // l2TouchInvStripMenuItem // - resources.ApplyResources(this.l2TouchInvStripMenuItem, "l2TouchInvStripMenuItem"); this.l2TouchInvStripMenuItem.CheckOnClick = true; this.l2TouchInvStripMenuItem.Name = "l2TouchInvStripMenuItem"; + resources.ApplyResources(this.l2TouchInvStripMenuItem, "l2TouchInvStripMenuItem"); this.l2TouchInvStripMenuItem.CheckedChanged += new System.EventHandler(this.TouchDisableInvert_CheckedChanged); // // r1TouchInvStripMenuItem // - resources.ApplyResources(this.r1TouchInvStripMenuItem, "r1TouchInvStripMenuItem"); this.r1TouchInvStripMenuItem.CheckOnClick = true; this.r1TouchInvStripMenuItem.Name = "r1TouchInvStripMenuItem"; + resources.ApplyResources(this.r1TouchInvStripMenuItem, "r1TouchInvStripMenuItem"); this.r1TouchInvStripMenuItem.CheckedChanged += new System.EventHandler(this.TouchDisableInvert_CheckedChanged); // // r2TouchInvStripMenuItem // - resources.ApplyResources(this.r2TouchInvStripMenuItem, "r2TouchInvStripMenuItem"); this.r2TouchInvStripMenuItem.CheckOnClick = true; this.r2TouchInvStripMenuItem.Name = "r2TouchInvStripMenuItem"; + resources.ApplyResources(this.r2TouchInvStripMenuItem, "r2TouchInvStripMenuItem"); this.r2TouchInvStripMenuItem.CheckedChanged += new System.EventHandler(this.TouchDisableInvert_CheckedChanged); // // upTouchInvStripMenuItem // - resources.ApplyResources(this.upTouchInvStripMenuItem, "upTouchInvStripMenuItem"); this.upTouchInvStripMenuItem.CheckOnClick = true; this.upTouchInvStripMenuItem.Name = "upTouchInvStripMenuItem"; + resources.ApplyResources(this.upTouchInvStripMenuItem, "upTouchInvStripMenuItem"); this.upTouchInvStripMenuItem.CheckedChanged += new System.EventHandler(this.TouchDisableInvert_CheckedChanged); // // downTouchInvStripMenuItem // - resources.ApplyResources(this.downTouchInvStripMenuItem, "downTouchInvStripMenuItem"); this.downTouchInvStripMenuItem.CheckOnClick = true; this.downTouchInvStripMenuItem.Name = "downTouchInvStripMenuItem"; + resources.ApplyResources(this.downTouchInvStripMenuItem, "downTouchInvStripMenuItem"); this.downTouchInvStripMenuItem.CheckedChanged += new System.EventHandler(this.TouchDisableInvert_CheckedChanged); // // leftTouchInvStripMenuItem // - resources.ApplyResources(this.leftTouchInvStripMenuItem, "leftTouchInvStripMenuItem"); this.leftTouchInvStripMenuItem.CheckOnClick = true; this.leftTouchInvStripMenuItem.Name = "leftTouchInvStripMenuItem"; + resources.ApplyResources(this.leftTouchInvStripMenuItem, "leftTouchInvStripMenuItem"); this.leftTouchInvStripMenuItem.CheckedChanged += new System.EventHandler(this.TouchDisableInvert_CheckedChanged); // // rightTouchInvStripMenuItem // - resources.ApplyResources(this.rightTouchInvStripMenuItem, "rightTouchInvStripMenuItem"); this.rightTouchInvStripMenuItem.CheckOnClick = true; this.rightTouchInvStripMenuItem.Name = "rightTouchInvStripMenuItem"; + resources.ApplyResources(this.rightTouchInvStripMenuItem, "rightTouchInvStripMenuItem"); this.rightTouchInvStripMenuItem.CheckedChanged += new System.EventHandler(this.TouchDisableInvert_CheckedChanged); // // l3TouchInvStripMenuItem // - resources.ApplyResources(this.l3TouchInvStripMenuItem, "l3TouchInvStripMenuItem"); this.l3TouchInvStripMenuItem.CheckOnClick = true; this.l3TouchInvStripMenuItem.Name = "l3TouchInvStripMenuItem"; + resources.ApplyResources(this.l3TouchInvStripMenuItem, "l3TouchInvStripMenuItem"); this.l3TouchInvStripMenuItem.CheckedChanged += new System.EventHandler(this.TouchDisableInvert_CheckedChanged); // // r3TouchInvStripMenuItem // - resources.ApplyResources(this.r3TouchInvStripMenuItem, "r3TouchInvStripMenuItem"); this.r3TouchInvStripMenuItem.CheckOnClick = true; this.r3TouchInvStripMenuItem.Name = "r3TouchInvStripMenuItem"; + resources.ApplyResources(this.r3TouchInvStripMenuItem, "r3TouchInvStripMenuItem"); this.r3TouchInvStripMenuItem.CheckedChanged += new System.EventHandler(this.TouchDisableInvert_CheckedChanged); // // oneFingerTouchInvStripMenuItem // - resources.ApplyResources(this.oneFingerTouchInvStripMenuItem, "oneFingerTouchInvStripMenuItem"); this.oneFingerTouchInvStripMenuItem.CheckOnClick = true; this.oneFingerTouchInvStripMenuItem.Name = "oneFingerTouchInvStripMenuItem"; + resources.ApplyResources(this.oneFingerTouchInvStripMenuItem, "oneFingerTouchInvStripMenuItem"); this.oneFingerTouchInvStripMenuItem.CheckedChanged += new System.EventHandler(this.TouchDisableInvert_CheckedChanged); // // twoFingerTouchInvStripMenuItem // - resources.ApplyResources(this.twoFingerTouchInvStripMenuItem, "twoFingerTouchInvStripMenuItem"); this.twoFingerTouchInvStripMenuItem.CheckOnClick = true; this.twoFingerTouchInvStripMenuItem.Name = "twoFingerTouchInvStripMenuItem"; + resources.ApplyResources(this.twoFingerTouchInvStripMenuItem, "twoFingerTouchInvStripMenuItem"); this.twoFingerTouchInvStripMenuItem.CheckedChanged += new System.EventHandler(this.TouchDisableInvert_CheckedChanged); // // optionsTouchInvStripMenuItem // - resources.ApplyResources(this.optionsTouchInvStripMenuItem, "optionsTouchInvStripMenuItem"); this.optionsTouchInvStripMenuItem.CheckOnClick = true; this.optionsTouchInvStripMenuItem.Name = "optionsTouchInvStripMenuItem"; + resources.ApplyResources(this.optionsTouchInvStripMenuItem, "optionsTouchInvStripMenuItem"); this.optionsTouchInvStripMenuItem.CheckedChanged += new System.EventHandler(this.TouchDisableInvert_CheckedChanged); // // shareTouchInvStripMenuItem // - resources.ApplyResources(this.shareTouchInvStripMenuItem, "shareTouchInvStripMenuItem"); this.shareTouchInvStripMenuItem.CheckOnClick = true; this.shareTouchInvStripMenuItem.Name = "shareTouchInvStripMenuItem"; + resources.ApplyResources(this.shareTouchInvStripMenuItem, "shareTouchInvStripMenuItem"); this.shareTouchInvStripMenuItem.CheckedChanged += new System.EventHandler(this.TouchDisableInvert_CheckedChanged); // // psTouchInvStripMenuItem // - resources.ApplyResources(this.psTouchInvStripMenuItem, "psTouchInvStripMenuItem"); this.psTouchInvStripMenuItem.CheckOnClick = true; this.psTouchInvStripMenuItem.Name = "psTouchInvStripMenuItem"; + resources.ApplyResources(this.psTouchInvStripMenuItem, "psTouchInvStripMenuItem"); this.psTouchInvStripMenuItem.CheckedChanged += new System.EventHandler(this.TouchDisableInvert_CheckedChanged); // // Options @@ -4181,6 +4178,7 @@ ((System.ComponentModel.ISupportInitialize)(this.nUDLSRotation)).EndInit(); this.fLPSettings.ResumeLayout(false); this.gBGyro.ResumeLayout(false); + this.gBGyro.PerformLayout(); this.pnlSAMouse.ResumeLayout(false); this.pnlSAMouse.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.nUDGyroSmoothWeight)).EndInit(); diff --git a/DS4Windows/DS4Forms/Options.cs b/DS4Windows/DS4Forms/Options.cs index 0ecf868..d1e4832 100644 --- a/DS4Windows/DS4Forms/Options.cs +++ b/DS4Windows/DS4Forms/Options.cs @@ -31,12 +31,16 @@ namespace DS4Windows private Dictionary hoverImageDict = new Dictionary(); private Dictionary hoverLabelDict = new Dictionary(); private int[] touchpadInvertToValue = new int[4] { 0, 2, 1, 3 }; + private Bitmap pnlControllerBgImg; int tempInt = 0; public Options(DS4Form rt) { InitializeComponent(); + pnlControllerBgImg = (Bitmap)Properties.Resources.DS4_Config.Clone(); + pnlController.BackgroundImage = null; + pnlController.BackgroundImageLayout = ImageLayout.None; mSize = MaximumSize; settingsSize = fLPSettings.Size; MaximumSize = new Size(0, 0); @@ -2945,6 +2949,11 @@ namespace DS4Windows cMTouchDisableInvert.Show(button, new Point(0, button.Height)); } + private void pnlController_Paint(object sender, PaintEventArgs e) + { + e.Graphics.DrawImage(pnlControllerBgImg, 0, 0, Convert.ToInt32(pnlController.Width), Convert.ToInt32(pnlController.Height - 1)); + } + private void Options_Resize(object sender, EventArgs e) { fLPSettings.AutoScroll = false; diff --git a/DS4Windows/DS4Forms/Options.resx b/DS4Windows/DS4Forms/Options.resx index be24cfe..99bf9f4 100644 --- a/DS4Windows/DS4Forms/Options.resx +++ b/DS4Windows/DS4Forms/Options.resx @@ -117,8448 +117,1316 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - lbGyroXN - - - L2 - - - - 40, 20 - - - Default - - - tBLowBlueBar - - - NoControl - - - tPDeadzone - - - 3 - - - 2 - - - 10 - - - bnTriangle - - - Popup - - - pnlTPMouse - - - % - - - pnlController - - - fLPSettings - - - Left - - - tSMIMouseInverted - - - 144, 45 - - - 3, 3, 3, 3 - - - 151, 98 - - - 2, 0, 2, 0 - - - 6 - - - - 15 - - - True - - - maxZoneTabPage - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 125, 31 - - - 2, 2 - - - 85, 224 - - - System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 3 - - - 216 - - - tPControls - - - NoControl - - - True - - - No - - - crossTouchInvStripMenuItem - - - 0, 0 - - - pnlSATrack - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 91, 166 - - - 6 - - - maxZoneTabPage - - - G - - - 216, 19 - - - 14, 87 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - lbLCircle - - - 2 - - - 6 - - - 215, 4 - - - Top - - - 46 - - - 4, 55 - - - True - - - lbL2TrackS - - - 250 - - - 9 - - - True - - - NoControl - - - 0 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - r1TouchInvStripMenuItem - - - % - - - 40, 20 - - - 10 - - - 3 - - - pnlTPMouse - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 30, 30 - - - 4, 18 - - - 0 - - - 7, 9 - - - 5 - - - 73, 13 - - - 3, 3 - - - 117, 22 - - - NoControl - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 178, 62 - - - gBOther - - - 3, 90 - - - optionsToolStripMenuItem - - - Cubic - - - Quadratic - - - 210 - - - Left Mouse Button - - - Down - - - 0 - - - lbRSTip - - - btPollRateComboBox - - - True - - - 83, 13 - - - pnlController - - - lbL2TrackS - - - lbGyroXP - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 125, 125 - - - 252 - - - NoControl - - - gBOther - - - 1 - - - 10, 19 - - - tBR2 - - - 0 - - - 33 - - - 3 - - - fLPSettings - - - 2 - - - NoControl - - - triangleTouchInvStripMenuItem - - - 47, 67 - - - 52, 13 - - - downToolStripMenuItem - - - 0 - - - None - - - 288 - - - cBControllerInput - - - $this - - - NoControl - - - 8, 31 - - - Use Dinput only - - - tPDeadzone - - - 313, 2 - - - tPOutCurve - - - Triangle - - - Gyro Sensitivity: - - - 0, 66 - - - True - - - 2, 2 - - - lbEmpty - - - R2 - - - 0 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 217 - - - 8 - - - 127, 22 - - - tpRotation - - - 8, 202 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pnlRSTrack - - - 5 - - - 11, 21 - - - 88, 0 - - - 160 - - - gBLightbar - - - 117, 22 - - - 264, 52 - - - gBRumble - - - maxZoneTabPage - - - pnlTPMouse - - - 85, 95 - - - 4 - - - shareToolStripMenuItem - - - 96, 93 - - - 8 - - - nUDGyroMouseVertScale - - - Left Touch : - - - Right Stick Left : - - - NoControl - - - 2 - - - tPDeadzone - - - NoControl - - - True - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - wScanCodeWASDToolStripMenuItem - - - 5 - - - 354, 103 - - - 141, 87 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 221, 28 - - - pnlController - - - pnlController - - - 26, 26 - - - Inverted - - - 43, 20 - - - None - - - 151, 88 - - - 49, 20 - - - pnlLSTrack - - - bnL2 - - - 207 - - - 284 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - 8, 145 - - - bnGyroZN - - - NoControl - - - tSMILSInverted - - - Trigger - - - Yes - - - L2 - - - pnlSAMouse - - - Normal - - - 0 - - - enableTouchToggleCheckbox - - - pnlSAMouse - - - Right Y-Axis- - - - gBOther - - - fLPActionButtons - - - 7 - - - bnR1 - - - 5 - - - Sixaxis X: - - - 40, 20 - - - rBSAMouse - - - 86, 31 - - - 25, 125 - - - 194, 22 - - - True - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pnlSAMouse - - - 214 - - - 2, 0, 2, 0 - - - 6 - - - False - - - PS - - - label5 - - - maxZoneTabPage - - - Down - - - NoControl - - - 66, 2 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - None - - - lbL2TrackS - - - Sixaxis Z: - - - pnlLowBattery - - - lbL2S - - - None - - - 287 - - - 16 - - - pBProgram - - - cBLaunchProgram - - - 11, 39 - - - Flat - - - nUDL2Maxzone - - - 0 - - - Zoom - - - 11 - - - 4 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Max Zone - - - 3 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - bnCircle - - - tCSens - - - 7, 56 - - - 8, 154 - - - NoControl - - - pnlController - - - 107, 30 - - - pnlSAMouse - - - MiddleLeft - - - bnGyroXN - - - None - - - False - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tCSens - - - 153, 16 - - - 101, 23 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 286 - - - 293 - - - btnLSTrack - - - 82, 6 - - - 254 - - - tpRotation - - - 127, 22 - - - 5 - - - Right Stick - - - NoControl - - - NoControl - - - Empty: - - - System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 117, 22 - - - NoControl - - - nUDRSRotation - - - 29, 27 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 285 - - - 159 - - - maxZoneTabPage - - - lbLSCurve - - - gBOther - - - Deadzone - - - cHName - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 5 - - - pnlController - - - 250 - - - False - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Mouse Sensitivity: - - - 194, 22 - - - lbRSCurvePercent - - - 185, 141 - - - 283 - - - antiDeadzoneTabPage - - - pnlController - - - No - - - oneFingerTouchInvStripMenuItem - - - NoControl - - - pnlSAMouse - - - pnlTPMouse - - - NoControl - - - 197 - - - 2, 2 - - - 2, 0, 2, 0 - - - 140 - - - 18 - - - 264, 52 - - - 82, 32 - - - tBRedBar - - - Hold selected controls to perform an action, check the Action to use it while profile is loaded - - - Flat - - - 7 - - - 8, 65 - - - 296 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gBSensitivity - - - 71, 79 - - - 5 - - - NoControl - - - pnlController - - - w/ Scan Code - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - label14 - - - 71 Hz (14 ms) - - - NoControl - - - 4, 22 - - - None - - - lbR2Track - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 31, 28 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - label15 - - - Flat - - - 2, 0, 2, 0 - - - 17 - - - pnlSAMouse - - - 24, 13 - - - 122, 66 - - - 7, 10 - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pnlController - - - 42, 107 - - - 127, 22 - - - 90 Hz (11 ms) - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 36, 29 - - - 45, 17 - - - True - - - 67, 23 - - - gBSensitivity - - - pnlController - - - NoControl - - - 15 - - - 87 - - - 3 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Left Stick - - - 11 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 3, 3 - - - label10 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 236 - - - 43, 20 - - - gBRumble - - - 6, 30 - - - lbLLS - - - Guide - - - True - - - tpRotation - - - 145, 3 - - - 235 - - - label11 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 8 - - - Cross - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - maxZoneTabPage - - - 13 - - - 105, 3 - - - pnlController - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 214 - - - label16 - - - pnlLSTrack - - - Sixaxis Right : - - - Left Stick Down : - - - bnLSLeft - - - pnlTPMouse - - - False - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panel2 - - - lbPercentFlashBar - - - 49, 20 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - False - - - 142, 17 - - - label17 - - - Gyro - - - 24, 13 - - - antiDeadzoneTabPage - - - True - - - 1 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - 28 - - - 1 - - - numUDMouseSens - - - 197 - - - tPSpecial - - - 422, 230 - - - 194, 22 - - - 2 - - - 3 - - - NoControl - - - 22 - - - 1 - - - 136, 23 - - - 194, 22 - - - lbFull - - - tBL2 - - - pnlController - - - fLPTouchSwipe - - - System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 42, 63 - - - NoControl - - - 16 - - - 300, 56 - - - 39 - - - nUDTap - - - Flat - - - label12 - - - 3 - - - pBHoveredButton - - - 14, 109 - - - 167 - - - gBLightbar - - - NoControl - - - MiddleCenter - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 166, 23 - - - L2: - - - 2 - - - False - - - Edit Action - - - 147, 22 - - - 49, 19 - - - 18, 94 - - - True - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 0 - - - bnCross - - - NoControl - - - Cubic - - - RS - - - 88, 58 - - - label18 - - - 1 - - - tpRotation - - - 14, 66 - - - 213 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - RS: - - - 9 - - - 324, 130 - - - 196 - - - 9 - - - label19 - - - True - - - 237 - - - btnBrowse - - - NoControl - - - 1 - - - 196 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - fLPTiltControls - - - 394, -2 - - - 194, 22 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - nUDIdleDisconnect - - - pnlController - - - 40, 20 - - - 207 - - - 38 - - - lbButtonMouseSens - - - pnlController - - - 107, 29 - - - 0 - - - 82, 6 - - - B Button - - - gBSensitivity - - - 162 - - - 295 - - - tBsixaxisGyroY - - - 63, 39 - - - True - - - NoControl - - - 143, 30 - - - False - - - NoControl - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gBOther - - - 35, 47 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Click the lightbar for color picker - - - lbLTouchUpper - - - 220, 3 - - - 182, 22 - - - 52, 13 - - - 249, 143 - - - True - - - lb6Gryo - - - nUDRSAntiDead - - - 250 - - - bnUp - - - btnRSTrack - - - False - - - pnlSATrack - - - Roll - - - 7 - - - Linear - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - LS - - - lbLright - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 162, 163 - - - 212, 2 - - - 4 - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - MiddleCenter - - - Cubic - - - 219 - - - Options - - - 16 - - - Yes - - - 1 - - - 1 - - - None - - - 72, 23 - - - Inverted - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 0 - - - bnL1 - - - 2 - - - gBTouchpad - - - tPDeadzone - - - lbRed - - - 121, 21 - - - 10 - - - True - - - pnlController - - - Flat - - - maxZoneTabPage - - - 6 - - - nUDR2AntiDead - - - Up Button - - - 258 - - - 2, 2 - - - Square - - - Fill - - - rBSAControls - - - 10 - - - Yes - - - Inverted - - - 2, 0, 2, 0 - - - Right Stick - - - bnSquare - - - Flat - - - pnlSAMouse - - - Options - - - Top, Bottom, Left - - - NoControl - - - NoControl - - - 266 - - - False - - - 172 - - - 141, 66 - - - Flat - - - LS: - - - 217 - - - 160 - - - 4, 22 - - - nUDRainbowB - - - Fill - - - 168, 23 - - - tCControls - - - 10 - - - pnlTPMouse - - - 3, 3, 3, 3 - - - 214, 29 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 11 - - - 0 - - - True - - - 201 - - - 109, 39 - - - 100, 20 - - - 438, 38 - - - 100, 20 - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 127, 22 - - - 205 - - - tPOutCurve - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 6 - - - 49, 20 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 194, 22 - - - 2, 0, 2, 0 - - - System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 2, 2 - - - 4 - - - nUDSXS - - - 47, 20 - - - Color - - - 2 - - - 118, 143 - - - 6, 214 - - - % - - - 2 Fingers on Touchpad - - - 9, 76 - - - lbL2TrackS - - - Yes - - - label13 - - - None - - - LS: - - - 21, 13 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 229 - - - Multitouch : - - - 11 - - - Sixaxis Up : - - - 168, 23 - - - 80, 23 - - - NoControl - - - cBDoubleTap - - - pnlTPMouse - - - 299 - - - 197 - - - 3 - - - Left Mouse Button - - - 4, 22 - - - 249 - - - Mouse Acceleration - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 13, 20 - - - gyroTriggerBehavior - - - button1 - - - 2, 259 - - - 2, 0, 2, 0 - - - 194, 22 - - - 162, 338 - - - 287, 3 - - - Cross : - - - Left X-Axis- - - - 192 - - - 225 - - - pnlRSTrack - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 56, 22 - - - gBRumble - - - 125, 125 - - - Flat - - - 42, 20 - - - NoControl - - - True - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gBLightbar - - - Gyro - - - 130, 18 - - - pnlController - - - 233 - - - 310, 22 - - - nUDRSMaxZone - - - 6 - - - 6 - - - tPCurve - - - antiDeadzoneTabPage - - - Use as Mouse - - - Input Delay: N/Ams - - - tBBlueBar - - - 2, 2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tBLowRedBar - - - L1 - - - Scroll - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 144, 20 - - - Sixaxis X - - - gBGyro - - - 118, 17 - - - 49, 19 - - - lbSixaxisZ - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - btnRumbleLightTest - - - 134, 185 - - - tPCurve - - - 0, 0 - - - 23, 13 - - - 194, 22 - - - nUDLSAntiDead - - - 4 - - - NoControl - - - None - - - 208, 18 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Flush HID - - - gBSensitivity - - - True - - - 171 - - - Yes - - - Action - - - 203 - - - 121, 21 - - - 300, 88 - - - fLPSettings - - - 88, 29 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - 5 - - - nUDScroll - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Back - - - 108, 3 - - - True - - - 1 - - - New Action - - - pnlLowBattery - - - 5 - - - None - - - tPControls - - - Other - - - Swipe Right - - - 256 - - - nUDL2AntiDead - - - gBGyro - - - 28, 32 - - - True - - - fLPTouchSwipe - - - 14, 13 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - False - - - 100 Hz (10 ms) - - - cBGyroMouseXAxis - - - 5 - - - gBSensitivity - - - 262, 152 - - - 68, 21 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - lbActionsTip - - - 15, 13 - - - 314, -1 - - - tPControls - - - 11 - - - True - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pnlTPMouse - - - True - - - 216 - - - 3, 3 - - - cBScroll - - - NoControl - - - 4 - - - tpRotation - - - 15, 13 - - - 100, 17 - - - 46, 65 - - - False - - - False - - - 4 - - - 20, 13 - Flat - - 127, 22 - - - NoControl - - - pnlLSTrack - - - tBsixaxisAccelZ - - - 272, 244 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - MiddleCenter - - - 3 - - - NoControl - - - pnlLowBattery - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 166, 23 - - - gBRumble - - - 194, 22 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - No - - - 14 - - - 7, 7 - - - TopRight - - - 194, 22 - - - tPCurve - - - 230 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 35, 19 - - - 10, 27 - - - 6, 191 - - - Flat - - - TopRight - - - NoControl - - - 17, 17 - - - 40, 20 - - - 14, 13 - - - True - - - lbLL2 - - - 15 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 247 - - - 72, 78 - - - R3 : - - - Right Stick Down : - - - 4 - - - 324, 128 - - - Left - - - 8, 42 - - - 49, 20 - - - secs/cycle - - - tBsixaxisAccelY - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 7 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Flat - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tBsixaxisAccelX - - - 2, 0, 2, 0 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 3, 32 - - - 0 - - - gBOther - - - 5 - - - 15, 13 - - - pnlController - - - True - - - 168, 23 - - - MiddleCenter - - - 3 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 194, 22 - - - 20, 13 - - - fLPTiltControls - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 2, 2 - - - NoControl - - - tBLowGreenBar - - - 253, 163 - - - Options - - - button1 - - - controlToolStripMenuItem - - - gBOther - - - NoControl - - - 4, 133 - - - 96, 145 - - - 49 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 6 - - - Lower Right as RMB - - - cBDinput - - - 3 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - True - - - L2: - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - label2 - - - 46, 20 - - - label9 - - - 81, 4 - - - 30, 215 - - - 6, 5 - - - 216 - - - 80, 23 - - - 2 - - - R3 - - - triangleToolStripMenuItem - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 82, 17 - - - pnlFull - - - NoControl - - - 2 - - - Flat - - - 3, 3, 3, 3 - - - 14 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 125, 125 - - - 4 - - - Right Mouse Button - - - 40, 20 - - - 23, 13 - - - 257 - - - 0 - - - True - - - 257 - - - 203 - - - -3, 39 - - - NoControl - - - btnSATrack - - - lbLPS - - - alwaysOnToolStripMenuItem - - - for Mapping and readout - - - 93, 17 - - - 14 - - - lbGyroInvert - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pnlController - - - 7, 31 - - - True - - - 136, 23 - - - btnLightbar - - - Options - - - panel2 - - - True - - - 0 - - - 167, 9 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 3, 32 - - - 25, 13 - - - 31, 29 - - - 117, 22 - - - tCSens - - - r2TouchInvStripMenuItem - - - 215 - - - nUDRainbow - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - 2, 0, 2, 0 - - - NoControl - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pnlController - - - R2 - - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Enable Touchpad Toggle - - - NoControl - - - 88 - - - Flat - - - 1 - - - 257 - - - Flat - - - 216 - - - pnlLowBattery - - - 2 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 198 - - - NoControl - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pnlController - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 23, 13 - - - 195, 444 - - - 0 - - - 294 - - - Browse... - - - tPSpecial - - - Linear - - - False - - - 20 - - - Use for Controls - - - lbLTouchLM - - - nUDR2S - - - 6, 43 - - - NoControl - - - 5 - - - 194, 22 - - - 2, 2 - - - True - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - False - - - pnlController - - - 250, 30 - - - 260 - - - MiddleLeft - - - 82, 51 - - - 85 - - - NoControl - - - 0 - - - 215 - - - 2 - - - maxZoneTabPage - - - Use as Mouse - - - No - - - bnTouchRight - - - 2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - lbLCross - - - lbLUp - - - 22, 13 - - - gBLightbar - - - pnlSAMouse - - - Flat - - - 5 - - - None - - - None - - - None - - - flushHIDQueue - - - pnlController - - - cMGyroTriggers - - - pnlSixaxis - - - 2 - - - False - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 40, 20 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tPCurve - - - nUDRSCurve - - - 25, 13 - - - 0, 0 - - - 40, 20 - - - 37, 13 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tPDeadzone - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 162, 6 - - - 10 - - - pnlController - - - pnlController - - - cBLightbyBattery - - - 7 - - - Name - - - Square - - - NoControl - - - gBOther - - - pnlSAMouse - - - 194, 22 - - - fLPTiltControls - - - nUDR2Maxzone - - - Right : - - - Left : - - - tBGreenBar - - - lb6Accel - - - 40, 20 - - - Circle : - - - Triangle : - - - Square : - - - Share : - - - 13 - - - 272, 224 - - - Up : - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 165 - - - 147, 17 - - - 143, 63 - - - pnlLowBattery - - - Popup - - - tPCurve - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 40, 17 - - - gBLightbar - - - 73, 121 - - - btnRemAction - - - Always on - - - 10 - - - 55, 20 - - - True - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 0, 28 - - - 0 - - - NoControl - - - pnlController - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 6, 5 - - - 304 - - - 44, 26 - - - lbUseController - - - 13, 18 - - - Options : - - - PS - - - Quadratic - - - 3 - - - NoControl - - - pnlTPMouse - - - 127, 22 - - - System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 72 - - - 255 - - - NoControl - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 8 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 289 - - - pnlController - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - lbSwipeLeft - - - lbL2TrackS - - - Right X-Axis+ - - - 13 - - - 10 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 240 - - - 39, 13 - - - cBSixaxisXOutputCurve - - - Slide - - - 159 - - - Cubic - - - 127, 22 - - - twoFingerTouchInvStripMenuItem - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - Left Y-Axis+ - - - pnlController - - - True - - - 565, 481 - - - nUDSixaxisZAntiDead - - - Down : - - - True - - - Curve (Input) - - - 39, 13 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Right Trigger - - - 2 - - - NoControl - - - 88, 87 - - - 258 - - - NoControl - - - 109, 233 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 194, 22 - - - lbSmoothWeight - - - MiddleLeft - - - pnlController - - - NoControl - - - 10 - - - 134, 164 - - - Yes - - - 15, 13 - - - Left X-Axis+ - - - 167, 74 - - - 74 - - - 200, 154 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - False - - - circleTouchInvStripMenuItem - - - True - - - NoControl - - - 7 - - - 6, 18 - - - 264, 52 - - - NoControl - - - nUDSixAxisXMaxZone - - - 194, 22 - - - 1 - - - Linear - - - pnlLowBattery - - - pnlController - - - NoControl - - - 125, 125 - - - lbLSquare - - - 105 - - - 49, 17 - - - 4, 118 - - - 15, 13 - - - 8 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - lbWhileCharging - - - 9 - - - None - - - True - - - 216 - - - 15, 13 - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - onTouchpadToolStripMenuItem - - - NoControl - - - 3, 24 - - - NoControl - - - 81, 21 - - - 34, 22 - - - lbLR2 - - - pnlLowBattery - - - 194, 22 - - - 235 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 26, 13 - - - 19 - - - nUDL2S - - - False - - - True - - - 48, 13 - - - 22, 13 - - - gBLightbar - - - 160, 31 - - - Remove Action - - - Flat - - - 19, 13 - - - 52, 13 - - - Sixaxis X: - - - 90, 106 - - - NoControl - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 2, 2, 2, 2 - - - 28, 11 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pnlSAMouse - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - fLPTiltControls - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - lowColorChooserButton - - - None - - - 2, 2, 2, 2 - - - gBTouchpad - - - 41, 20 - - - 85, 21 - - - 40, 20 - - - NoControl - - - Circle - - - NoControl - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gBLightbar - - - 157, 186 - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - R2: - - - NoControl - - - r3ToolStripMenuItem - - - 220 - - - lbSixaxisX - - - NoControl - - - 1 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tPDeadzone - - - 323, 75 - - - False - - - NoControl - - - pnlController - - - nUDLSMaxZone - - - 4, 22 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 49, 21 - - - shareTouchInvStripMenuItem - - - 3, 253 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 8, 69 - - - 15 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - lbRSCurve - - - maxZoneTabPage - - - 3 - - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 265 - - - 0 - - - 6 - - - 2 - - - False - - - gBLightbar - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 13, 13 - - - NoControl - - - NoControl - - - btnEditAction - - - MiddleLeft - - - fLPSettings - - - 6 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Flat - - - gBSensitivity - - - 80, 23 - - - lbLL1 - - - 6, 6 - - - True - - - True - - - 80, 23 - - - Controls - - - Upper Touch : - - - 138, 13 - - - Right Stick Right : - - - 438, 455 - - - 264, 166 - - - 4 - - - NoControl - - - 2, 2, 2, 2 - - - 300 - - - 227 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 85, 31 - - - NoControl - - - pnlActions - - - None - - - rsOutCurveComboBox - - - Smooth Weight: - - - tPDeadzone - - - 11 - - - pnlController - - - 242 - - - True - - - 312, 23 - - - None - - - 118, 208 - - - Quadratic - - - System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - NoControl - - - True - - - tSMIMouseInvertedY - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Vertical - - - NoControl - - - maxZoneTabPage - - - 2, 2, 2, 2 - - - 55, 22 - - - X - - - 114, 6 - - - Output Curve - - - True - - - NoControl - - - Yes - - - 5, 96 - - - pnlController - - - antiDeadzoneTabPage - - - 71, 23 - - - NoControl - - - 40, 20 - - - 89 - - - 250 - - - Y - - - 20, 27 - - - 66, 74 - - - 5 - - - 4 - - - 163 - - - 0 - - - Sixaxis X - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 54, 20 - - - NoControl - - - 261 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 194, 22 - - - pnlController - - - 0 - - - lbSwipeUp - - - 2, 52 - - - 30, 29 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Yes - - - pnlSAMouse - - - 324, 77 - - - 49, 19 - - - 49, 19 - - - 247 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 2, 2, 2, 2 - - - NoControl - - - 49 - - - 160, 21 - - - 194, 22 - - - 243 - - - antiDeadzoneTabPage - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 3 - - - 244 - - - 291 - - - Tap - - - pnlController - - - pnlController - - - False - - - Right Bumper - - - 9 - - - System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - pnlController - - - 76 Hz (13 ms) - - - 162, 103 - - - 161, 49 - - - 1 - - - lBControls - - - R2: - - - NoControl - - - NoControl - - - 5 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - lbL2TrackS - - - 2, 0, 2, 0 - - - False - - - nUDTouch - - - False - - - 194, 22 - - - 75, 145 - - - 42, 20 - - - False - - - 8, 178 - - - 162, 31 - - - 36, 16 - - - RS - - - gBOther - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 59, 22 - - - Accel - - - 75, 13 - - - 63, 9 - - - 2, 0, 2, 0 - - - pnlSAMouse - - - 281, 55 - - - None - - - panel2 - - - 22, 49 - - - 10, 53 - - - R2 - - - 24 - - - True - - - 1 - - - gBRumble - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 288 - - - Dpad - - - 60, 13 - - - 125, 31 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - nUDLSS - - - NoControl - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 250 - - - 9 - - - 2, 0, 2, 0 - - - NoControl - - - 96, 67 - - - 8, 5 - - - antiDeadzoneTabPage - - - 206 - - - pnlController - - - 232 - - - WASDToolStripMenuItem - - - 74, 121 - - - tPOutCurve - - - L1 : - - - Sixaxis Left : - - - Left Stick Up : - - - cBSixaxisZOutputCurve - - - nUDflashLED - - - 127, 22 - - - lbL2TrackS - - - System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 250 - - - Yes - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 2, 2 - - - 239 - - - tPCurve - - - lbL2TrackS - - - nUDLS - - - 80, 23 - - - Max (1 ms) - - - 6 - - - 287 - - - Face Buttons - - - 244 - - - 194, 22 - - - 9 - - - A Button - - - NoControl - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - None - - - Zoom - - - pnlSAMouse - - - nUDL2 - - - Flat - - - 2 - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 80, 23 - - - NoControl - - - 2, 2, 2, 2 - - - False - - - 256 - - - 84 - - - NoControl - - - 49 - - - 100, 17 - - - LS: - - - 12 - - - pnlSixaxis - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - label6 - - - 255 - - - 11 - - - 218, 168 - - - LS - - - True - - - 438, 389 - - - Anti-Deadzone - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - toolStripSeparator1 - - - 40, 20 - - - NoControl - - - Flat - NoControl - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - lbLDown - - - 286 - - - True - - - 2, 2 - - - True - - - gBLightbar - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 204 - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - fLPActionButtons - - - Flat - - - 2, 2 - - - lbL2TrackS - - - 0 - - - 1 - - - 1 - - - gBGyro - - - pnlController - - - pnlLowBattery - - - Share - - - 167 - - - pnlSixaxis - - - 6, 234 - - - 438, 455 - - - 40 - - - 194, 22 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 301 - - - Start with Slide/Scroll off - - - Launch Program -with profile - - - 2, 2, 2, 2 - - - fLPTiltControls - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - touchpadDisInvertButton - - - pnlSixaxis - - - True - - - tPDeadzone - - - l3TouchInvStripMenuItem - - - NoControl - - - 10, 227 - - - lbSixaxisZS - - - NoControl - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - False - - - 7 - - - 80 - - - pnlTPMouse - - - RS: - - - btnSATrackS - - - 85, 5 - - - Up - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Sixaxis Z: - - - Zoom - - - 3, 79 - - - No - - - 225 - - - Linear - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 34, 13 - - - tCControls - - - 2, 0, 2, 0 - - - gBSensitivity - - - l2TouchInvStripMenuItem - - - MouseToolStripMenuItem - - - tPOutCurve - - - 22, 32 - - - pnlController - - - 165, 17 - - - Mouse - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 15, 13 - - - 272, 46 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gBTouchpad - - - MiddleCenter - - - 247 - - - l1TouchInvStripMenuItem - - - lbRS - - - 223 - - - 100, 20 - - - pnlTPMouse - - - Jitter Compensation - - - 91 - - - pnlSAMouse - - - 11 - - - nUDSixaxis - - - r3TouchInvStripMenuItem - - - fLPTiltControls - - - 117, 22 - - - 62 Hz (16 ms) - - - 12, 12 - - - 126, 163 - - - NoControl - - - 92, 119 - - - 11 - - - 246 - - - True - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - label3 - - - 9 - - - NoControl - - - 100, 20 - - - mins - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Finger on Touchpad - - - Flat - - - lbLR1 - - - 166, 23 - - - antiDeadzoneTabPage - - - Flat - - - True - - - antiDeadzoneTabPage - - - btnRSTrackS - - - lbControlTip - - - gBOther - - - bnRSLeft - - - 0, 0 - - - 3, 3 - - - 203 - - - antiDeadzoneTabPage - - - Yaw - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - 286, 66 - - - 46, 21 - - - pnlTPMouse - - - tPOutCurve - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Cross - - - NoControl - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - R1 - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 49, 20 - - - Yes - - - R - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 28, 10 - - - Inverted X - - - leftTouchInvStripMenuItem - - - 1 - - - bnTouchMulti - - - 4, 22 - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - l2ToolStripMenuItem - - - fLPSettings - - - 100, 20 - - - lbRSS - - - 2 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 35 - - - NoControl - - - cbStartTouchpadOff - - - 27 - - - 6 - - - NoControl - - - 2 - - - NoControl - - - 115, 64 - - - % - - - No - - - cBGyroInvertX - - - Flat - - - 21, 13 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 40, 20 - - - lVActions - - - 49, 119 - - - 2, 0, 2, 0 - - - While Charging: - - - Popup - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 22, 13 - - - 74, 21 - - - button1 - - - tPOutCurve - - - 211 - - - 2, 2, 2, 2 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 96, 96 - - - False - - - 3, 3, 3, 3 - - - 11 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 74, 77 - - - NoControl - - - 248 - - - Flat - - - StretchImage - - - 4 - - - NoControl - - - tPOutCurve - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 52, 13 - - - 12 - - - 2, 0, 2, 0 - - - 52, 13 - - - 111, 28 - - - 289 - - - rBTPControls - - - Use for Controls - - - lbLOptions - - - 252 - - - 15, 14 - - - tPOutCurve - - - rBTPMouse - - - NoControl - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 2, 0, 2, 0 - - - lbL2TrackS - - - gBGyro - - - 7 - - - NoControl - - - 19, 13 - - - circleToolStripMenuItem - - - cMTouchDisableInvert - - - 3 - - - Circle - - - Sixaxis: X axis is flipped for easier reading - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 8 - - - 31, 3 - - - NoControl - - - 114, 4 - - - NoControl - - - True - - - Smoothing: - - - No - - - 8 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 67, 50 - - - NoControl - - - cBTouchpadJitterCompensation - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - fLPTiltControls - - - fLPTouchSwipe - - - 197 - - - B - - - 10 - - - 49, 13 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - % - - - 94, 338 - - - pnlTPMouse - - - True - - - downTouchInvStripMenuItem - - - 157, 15 - - - 438, 28 - - - pnlFull - - - L1 - - - NoControl - - - 216 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - False - - - tSMIRSInverted - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Swipe Down - - - 67, 13 - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - BT Poll Rate - - - 22, 13 - - - NoControl - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - lbL2TrackS - - - Controller Readings - - - Inverted X - - - 127, 22 - - - pnlTPMouse - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TopCenter - - - lbR2LS - - - 127, 22 - - - lsOutCurveComboBox - - - 1 - - - tBsixaxisGyroX - - - 127, 22 - - - fingerOnTouchpadToolStripMenuItem - - - 93, 17 - - - gBLightbar - - - 287 - - - gBOther - - - 40, 21 - - - cBIdleDisconnect - - - R2 - - - Sixaxis Z - - - lbLowBlue - - - 6, 31 - - - 132, 122 - - - No - - - 216 - - - 234 - - - tPOutCurve - - - None - - - False - - - fLPTiltControls - - - squareTouchInvStripMenuItem - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 22, 13 + + + 44, 9 13, 13 - - pnlFull - - - 169 - - - gBOther - - - bnRSRight - - - 8 - - - 22, 13 - - - 80, 23 - - - WASD - - - System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - False - - - 117, 22 - - - lbRainbowB - - - 212 - - - False - - - 1 - - - nUDRS - - - 105, 29 - - - 5 - - - 204 - - - 4 - - - 52, 17 - - - 3, 3 - - - 10 - - - NoControl - - - 1 - - - 9 - - - 20, 20 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - 29, 20 - - - 75, 13 - - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 297 - - - 12 - - - gBLightbar - - - 263 - - - 3, 90 - - - True - - - RS - - - 1 - - - 264, 52 - - - 37 - - - 3, 3 - - - 190 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - L3 : - - - 20, 13 - - - Right Stick Up : - - - 236 - - - 235 - - - fLPSettings - - - psTouchInvStripMenuItem - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 4 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 438, 455 - - - lbControlName - - - 124, 17 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - False - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 160, 6 - - - 3, 34 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pnlController - - - 263, 170 - - - 160, 25 - - - 203, 214 - - - 30 - - - 23, 23 - - - 211 - - - NoControl - - - 2 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Use Controller - - - 48 - - - bnLSDown - - - 109, 16 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - NoControl - - - Vertical Scale: - - - 1 - - - MiddleCenter - - - 295, 103 - - - 32 - - - 168, 4 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 0 - - - Pulse - - - 2, 2 - - - gBOther - - - L2: - - - 2, 0, 2, 0 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 251 - - - 9 - - - NoControl - - - 2 - - - 29, 14 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 142, 233 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - G - - - True - - - 4 - - - 7 - - - 272, 76 - - - 250 - - - 247 - - - NoControl - - - 33, 17 - - - 300, 233 - - - 1027, 520 - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - lbLS - - - 90, 195 - - - r1ToolStripMenuItem - - - gBSensitivity - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - 33, 17 - - - 194, 22 - - - 30, 29 - - - tCControls - - - 164 - - - False - - + + 49 - - None + + lowColorChooserButton - - NoControl - - - True - - - Cubic - - - 191 - - - True - - - False - - - 2, 0, 2, 0 - - - 1 - - - 3, 3 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pnlActions - - - 1, 19 - - - 2 - - - 21, 32 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - L3 - - - 194, 22 - - - True - - - NoControl - - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + pnlLowBattery - - NoControl - - - False - - - pnlSixaxis - - - 40, 20 - - - antiDeadzoneTabPage - - - B - - - NoControl - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pnlController - - - 126, 97 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 45, 21 - - - 14 - - - System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - rightToolStripMenuItem - - - False - - - Test Heavy - - - bnShare - - - 161, 21 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 2 - - - 14 - - - 25 - - - RSToolStripMenuItem - - + 0 - - pnlSixaxis - - - label1 - - - nUDR2 - - - 2, 0, 2, 0 - - - 202 - - - 1 - - - 215, 122 - - - 13 - - - 118, 95 - - - 74, 20 - - - 292 - - - Sensitivity - - - 15, 13 - - - Linear - - - 49, 13 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 71, 52 - - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - 125, 31 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - nUDRSS - - - 303 - - - lbLSS - - - NoControl - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Up - - - 117, 22 - - - 120, 57 - - - 88, 0 - - - 250 - - - 216 - - - 221, 1 - - - NoControl - - - NoControl - - - 83 Hz (12 ms) - - - 4 - - - Left Stick - - - Options - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Flat - - - 2 - - - r2ToolStripMenuItem - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Flat - - - System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - R - - - 281, 139 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 12 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - RS: - - - pnlController - - - 237 - - - MiddleLeft - - - nUDLSRotation - - - 7 - - - False - - - NoControl - - - 49, 19 - - - tCSens - - - 136, 23 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 10 - - - 6 - - - 6 - - - fLPSettings - - - NoControl - - - 26, 24 - - - gBOther - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Inverted Y - - - Yes - - - 40, 20 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 234, 62 - - - NoControl - - - Enhanced Precison - - - Quadratic - - - No - - - 257 - - - 2, 2, 2, 2 - - - 26, 73 - - - 207 - - - 168, 23 - - - 2, 2 - - - 194, 22 - - - gBLightbar - - - gBTouchpad - - - 9 - - - 3 - - - w/ Scan Code - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pnlSATrack - - - 193 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 194, 22 - - - lbL2TrackS - - - 111 Hz (9 ms) - - - 125 Hz (8 ms) - - - 142 Hz (7 ms) - - - 166 Hz (6 ms) - - - 200 Hz (5 ms) - - - 250 Hz (4 ms) - - - 333 Hz (3 ms) - - - 500 Hz (2 ms) - - - 1000 Hz (1 ms) - - - bnR3 - - - DpadToolStripMenuItem - - - 100, 20 - - - antiDeadzoneTabPage - - - 1 - - - 44, 20 - - - 157 - - - 194, 22 - - - PS : - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Sixaxis Down : - - - Right Touch : - - - Vertical - - - lbSixaxisXS - - - Top - - - TopRight - - - 6 - - - R2 - - - 2 - - - 224 - - - 257 - - - 4, 22 - - - System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - 2, 2 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - 40, 20 - - - 3 - - - Control - - - 270, 182 - - - 8 - - - 1 - - - Flat - - - 234 - - - R1 : - - - defaultToolStripMenuItem - - - 248 - - - 10 - - - NoControl - - - 1 - - - 298 - - - True - - - True - - - NoControl - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Inverted X - - - 82 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Test Light - - - label7 - - - 3 - - - pnlActions - - - 44 - - - Pulse at - - - 68, 20 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - NoControl - - - 203, 154 - - - 146, 137 - - - 234 - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - fLPTouchSwipe - - - NoControl - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - NoControl - - - Options - - - 168 - - - pnlController - - - NoControl - - - 42, 106 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - Left Trigger - - - gBLightbar - - - 44, 9 - - - 29, 61 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 236 - - - l3ToolStripMenuItem - - - None - - - gBLightbar - - - 194, 22 - - - NoControl - - - 117, 22 - - - 181 - - - lbPercentRumble - - - 22, 72 - - - tPOutCurve - - - bnPS - - - Left Button - - - pnlRSTrack - - - 2 - - - NoControl - - - 253 - - - NoControl - - - 7 - - - 2, 2, 2, 2 - - - pnlSAMouse - - - 22, 26 - - - gBOther - - - 265, 187 + + 30, 215 39, 20 - - 134, 153 + + 167 - - X Axis: + + nUDRainbow - - NoControl - - - lbLTouchRight - - - 29, 30 - - - lbL2Track - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Yes - - - 4 - - - 214 - - - 96, 8 - - - 180 - - - gBLightbar + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 gBLightbar - - 11, 50 + + 10 - - 158 - - - Fill - - - 2 - - - cHTrigger - - - 1 - - - 114, 29 - - - MiddleRight - - - 288 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 15, 13 - - - 268 - - - True - - - pnlController - - - True - - - 88, 58 - - - 218 - - - True - - - 200 - - - Double Tap - - - Trigger Behavior - Turns Gyro - - - None - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - maxZoneTabPage - - - No - - - None - - - bnSwipeLeft - - - 27, 22 - - - 4, 22 - - - lbBlue - - - 151, 56 - - - label4 - - + False - + NoControl - - 13, 13 + + 26, 73 - - NoControl + + 100, 20 - - NoControl + + 12 - - gBGyro + + tBBlueBar - - 2, 0, 2, 0 - - - 281, 221 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - antiDeadzoneTabPage - - - bnRSUp - - - 216, 48 - - - 267 - - - 291, 163 - - - 209 - - - 108, 19 - - - True - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 194, 22 - - - NoControl - - - Invert: - - - 24, 13 - - - 168, 31 - - - 100, 17 - - - 237 - - - optionsTouchInvStripMenuItem - - - Disable Invert: - - - True - - - Inverted X - - - 101, 17 - - - 4 - - - bnSwipeDown - - - Flat - - - lbR2 - - - 0 - - - NoControl - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - 41 - - - None - - - Flat - - - NoControl - - - lbLSTip - - - 6, 76 - - - 71 - - - 43, 20 - - - 13, 5 - - + System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - None - - - 0 - - - 438, 455 - - - True - - - gBSensitivity - - - lbGyroZP - - - pnlSixaxis - - - True - - - bnSwipeRight - - - 40, 20 - - - Flat - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 259 - - - 4 - - - Left Y-Axis- - - - pnlController - - - 219 - - - 2, 0, 2, 0 - - - 117, 22 - - - 0 - - - 194, 22 - - - 73 - - - Left Stick - - - NoControl - - - Start - - - False - - - 202 - - - 7 - - - 144, 2 - - - True - - - Cross: A - - - 3, 3, 3, 3 - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 2, 0, 2, 0 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 40, 20 - - - 0 - - - Zoom - - - fLPTiltControls - - - 2, 2 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tPOutCurve - - - 0 - - - Inverted Y - - - 270 - - - Inverted - - - 8, 119 - - - False - - - 0 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 438, 66 - - - nUDGyroSensitivity - - - 285 - - - 206 - - - NoControl - - - 0 - - - tSMILSInvertedX - - - 4 - - - 232 - - - 10 - - - 11 - - - System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 286 - - - 4, 22 - - - lbGyroTriggers - - - 3 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - bnTouchUpper - - - 26 - - - lbGyroSmooth - - - 1 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 88, 87 - - - 85, 5 - - - None - - - 208 - - - Fill - - - rightTouchInvStripMenuItem - - - 194, 22 - - - 2 - - - 264 - - - fLPTouchSwipe - - - Right X-Axis- - - - Right - - - Left - - - 5 - - - MiddleLeft - - - 354, 101 - - - 205 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - cBFlashType - - - 21, 13 - - - lbspc - - - 8, 22 - - - 204 - - - 92, 13 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - crossToolStripMenuItem - - - pnlFull - - - NoControl - - - 21 - - - 4 - - - 5 - - - 77, 15 - - - 11, 21 - - - bnLSUp - - - NoControl - - - 37, 13 - - - tBsixaxisGyroZ - - - 194, 22 - - - 9 - - - maxZoneTabPage - - - pnlSAMouse - - - False - - - 43, 20 - - - DS4Windows.AdvancedColorDialog, DS4Windows, Version=1.4.100.0, Culture=neutral, PublicKeyToken=null - - - 5 - - - NoControl - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - bnLeft - - - 108, 48 - - - NoControl - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Left Bumper - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 6 - - - 271, 167 - - - R2: - - - 16 - - - True - - - 256 - - - 30, 3 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pnlFull - - - 13 - - - 10 - - - 4 - - - wScanCodeArrowKeysToolStripMenuItem - - - tSMILSInvertedY - pnlFull - - NoControl + + 6 - - 271 + + False - - Sixaxis Z - - - 3, 3 - - - NoControl - - - True - - - btnRainbow - - + NoControl 26, 50 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 23, 13 - - - 8, 95 - - - 49, 13 - - - Share - - - 40, 20 - - - 226 - - - NoControl - - - True - - - 5 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 138, 18 - - - tPControls - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 242 - - - L2 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 3 - - - btnLSTrackS - - - 127, 22 - - - NoControl - - - 2, 2, 2, 2 - - - Cubic - - - 5, 88 - - - Sixaxis Z: - - - 3, 61 - - - lbSwipeDown - - - maxZoneTabPage - - - 170 - - - 258 - - - 11 - - - NoControl - - - 8 - - - bnLSRight - - - tCSens - - - 206 - - - 43 - - - None - - - ABXYToolStripMenuItem - - - Flat - - - cBFlushHIDQueue - - - tCSens - - - 108, 10 - - - Right Y-Axis+ - - - 6, 31 - - - gBSensitivity - - - 269 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - R2 : - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Left Stick Right : - - - lbIdleMinutes - - - Swipe Up - - - cBGyroInvertY - - - fLPActionButtons - - - Y Button - - - 167 - - - NoControl - - - True - - - bnOptions - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Arrow Keys - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 2, 0, 2, 0 - - - 3 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True + + 100, 20 11 - - 25, 13 + + tBGreenBar - - NoControl + + System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + pnlFull - - 36 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 15 - - - 0 - - - lbLowRed - - - touchpadInvertComboBox - - - 194, 22 - - + 5 - - True - - - btnNewAction - - - 0 - - - 51 - - - 290 - - - 7 - - - lbLSCurvePercent - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Flat - - - 28, 13 - - - NoControl - - - 446, 0 - - - NoControl - - - NoControl - - - pnlController - - - 3 - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 4 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 28, 22 - - - 3, 3 - - - No - - - No - - - lbL2TrackS - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tSMIRSInvertedX - - - 59, 13 - - - 250 - - - Linear - - - 4 - - - cHAction - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 3 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - bnGyroZP - - - 2, 0, 2, 0 - - - 83 - - - fLPTouchSwipe - - - True - - - cBGyroSmooth - - - 88, 29 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - 3 - - - 142, 18 - - - True - - - 1 - - - 7 - - - 166, 23 - - - True - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - None - - - 222 - - - 241 - - - tPDeadzone - - - True - - - 143, 42 - - - Yes - - - pnlSixaxis - - - None - - - 25, 13 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 11 - - - advColorDialog - - - 203 - - - 194, 22 - - - 19, 13 - - - 195, 422 - - - NoControl - - - 0 - - - NoControl - - - 251 - - - 157, 33 - - - tSMIDPadInvertedX - - - True - - - 254 - - - cBlowerRCOn - - - 282 - - - pnlController - - - 194, 22 - - - 166 - - - Triggers: - - - Zoom - - - 147, 22 - - - X Button - - - 0 - - - 91, 18 - - - tPDeadzone - - - lbL2 - - - 2, 0, 2, 0 - - - 170, 93 - - - Right - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 10, 19 - - - 11 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + False - - Right Stick - - - 5 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 120, 17 - - - 49, 19 - - + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 26, 24 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 100, 20 - - 194, 22 + + 10 - - bnGyroXP + + tBRedBar - - 5, 41 + + System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - bnRight + + pnlFull - - tSMIDPadInverted + + 4 - - tSMIRSInvertedY + + True - - 3, 3, 3, 3 - - - cMSPresets - - - lbLLeft - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 29 - - - pnlSAMouse - - - cBL2OutputCurve - - - tCSens - - - gBTouchpad - - - 228 - - - 96, 105 - - - pnlController - - - btPollRateLabel - - - nUDSixAxisZMaxZone - - - 45 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - False - - - tPCurve - - - gBSensitivity - - - 0 - - - 31 - - - 262 - - - 81 - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Options - - + NoControl - - NoControl - - - 78, 134 - - - label24 - - - leftToolStripMenuItem - - - 218 - - - Enhanced Precision + + 6, 191 111, 17 - - 8 + + 162 - - 72, 218 + + Color by Battery % - - 253 + + cBLightbyBattery - - Flat + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 47 + + gBLightbar - - lbLShare - - - False - - - 237 - - - label25 - - - 125, 23 - - - 66 Hz (15 ms) - - - tCControls - - - lbGreen - - - nUDRumbleBoost - - - Quadratic - - - 138, 19 - - - True - - - 8 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tPControls - - - 80, 23 - - - 2, 0, 2, 0 - - - tPDeadzone - - - 264, 52 - - - MiddleCenter - - - openFileDialog1 - - + 12 - - False - - - 134, 96 - - - squareToolStripMenuItem - - - 234 - - - cBMouseAccel - - - gBOther - - + True - - cBWhileCharging + + NoControl - - 86 + + 9, 76 - - 14 + + 14, 13 - - label21 + + 160 - - 5 + + B - + + lbBlue + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4, 22 - - - True - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 49, 21 - - - 100 - - - tPDeadzone - - - 15 - - - 130, 45 - - - label20 - - - nUDLSCurve - - - 3 - - - nUDSixaxisXAntiDead - - - LS: - - - pnlTPMouse - - - 294, 103 - - - 0 + + pnlFull 3 - - 194, 22 + + True - - gBSensitivity - - - 194, 22 - - - 42 - - + NoControl - - fLPTouchSwipe + + 10, 53 - - Flat + + 15, 13 - + + 159 + + + G + + + lbGreen + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Inverted Y + + pnlFull - - bnRSDown + + 2 - - TopRight + + True - - None - - - 186, 61 - - + NoControl - + + 72, 218 + + + 59, 13 + + + 157 + + + secs/cycle + + + lbspc + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Finger on Touchpad + + gBLightbar - - btnGyroTriggers + + 11 - + + True + + NoControl - - 2, 2 + + 10, 27 - - 2, 2 + + 15, 13 - - 71, 25 + + 158 - - tPOutCurve + + R - - 83, 31 + + lbRed - - MiddleCenter - - - 9 - - - Triangle - - - 281, 3 - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl - - - 446, 481 - - - L2 : - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Left Stick Left : - - - nUDSZS - - - Sixaxis X: - - - NoControl - - - NoControl - - - System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pnlSAMouse - - - pnlController - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - lbLowGreen - pnlFull - - 49, 20 + + 1 - - 221 + + True - - 2, 2, 2, 2 - - + NoControl - - cBSlide + + 109, 39 - - Flat + + No - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 82, 17 + + + 226 + + + Double Tap + + + cBDoubleTap + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlTPMouse + + + 5 + + + True + + + NoControl + + + 11, 39 + + + Yes + + + 45, 17 + + + 230 + + + Tap + + + cBTap + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlTPMouse + + + 10 + + + 63, 39 + + + 40, 20 + + + 227 + + + nUDTap + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlTPMouse + + + 8 + + + True + + + NoControl + + + 108, 10 Yes - - 2, 0, 2, 0 + + 52, 17 - - 40, 21 + + 231 - - LSToolStripMenuItem + + Scroll - + + cBScroll + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlTPMouse + + + 6 + + + True + + + NoControl + + + 7, 10 + + + Yes + + + 49, 17 + + + 232 + + + Slide + + + cBSlide + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlTPMouse + + + 11 + + + 167, 9 + + + 40, 20 + + + 228 + + + nUDScroll + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlTPMouse + + + 4 + + + 63, 9 + + + 40, 20 + + + 229 + + + nUDTouch + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlTPMouse + + + 12 + + + True + + + NoControl + + + 5, 17 + + + 92, 13 + + + 206 + + + Mouse Sensitivity: + + + TopRight + + + lbButtonMouseSens + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBOther + + + 13 + + + True + + + NoControl + + + 14, 87 + + + No + + + 124, 17 + + + 223 + + + Lower Right as RMB + + + cBlowerRCOn + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlTPMouse + + + 9 + + + True + + + NoControl + + + 14, 66 + + + No + + + 118, 17 + + + 224 + + + Jitter Compensation + + + cBTouchpadJitterCompensation + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlTPMouse + + + 7 + + + True + + + NoControl + + + 6, 31 + + + 19, 13 + + + 196 + + + L2 + + + lbL2 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tPDeadzone + + + 0 + + + True + + + NoControl + + + 82, 32 + + + 21, 13 + + + 197 + + + R2 + + + lbR2 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tPDeadzone + + + 7 + + + True + + + NoControl + + + 169, 67 + + + 28, 13 + + + 200 + + + mins + + + lbIdleMinutes + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBOther + + + 16 + + + 115, 64 + + + 49, 20 + + + 201 + + + nUDIdleDisconnect + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBOther + + + 11 + + + 105, 29 + + + 40, 20 + + + 202 + + + nUDR2 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tPDeadzone + + + 4 + + + flushHIDQueue + + + True + + + NoControl + + + 8, 178 + + + Yes + + + 73, 17 + + + 198 + + + Flush HID + + + cBFlushHIDQueue + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBOther + + + 15 + + + 4, 18 + + + 43, 20 + + + 211 + + + nUDRumbleBoost + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBRumble + + + 3 + + + NoControl + + + 77, 15 + + + 71, 23 + + + 214 + + + Test Heavy + + + btnRumbleHeavyTest + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBRumble + + + 2 + + + True + + + NoControl + + + 7, 7 + + + 26, 13 + + + 225 + + + Full: + + + lbFull + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlFull + + + 0 + + + True + + + NoControl + + + 6, 30 + + + 15, 13 + + + 158 + + + R + + + lbLowRed + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlLowBattery + + + 1 + + + True + + + NoControl + + + 6, 53 + + + 15, 13 + + + 159 + + + G + + + lbLowGreen + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlLowBattery + + + 2 + + + True + + + NoControl + + + 6, 76 + + + 14, 13 + + + 160 + + + B + + + lbLowBlue + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlLowBattery + + + 3 + + False - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl + + + 22, 26 + + + 100, 20 + + + 10 + + + tBLowRedBar + + + System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlLowBattery + + + 4 + + + False + + + NoControl + + + 22, 49 + + + 100, 20 + + + 11 + + + tBLowGreenBar + + + System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlLowBattery + + + 5 + + + False + + + NoControl + + + 22, 72 + + + 100, 20 + + + 12 + + + tBLowBlueBar + + + System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlLowBattery + + + 6 + + + True + + + NoControl + + + 7, 9 + + + 39, 13 + + + 225 + + + Empty: + + + lbEmpty + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlLowBattery + + + 7 + + + 1, 19 + + + 134, 96 + + + 235 + + + pnlFull + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBLightbar + + + 14 + + + 142, 18 + + + 126, 97 + + + 234 + + + pnlLowBattery + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBLightbar + + + 13 + + + True + + + NoControl + + + 82, 6 + + + 22, 13 + + + 197 + + + RS + + + lbRS + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tPDeadzone + + + 9 + + + True + + + NoControl + + + 6, 6 + + + 20, 13 + + + 196 + + + LS + + + lbLS + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tPDeadzone + + + 10 + + + 105, 3 + + + No + + + 40, 20 + + + 203 + + + nUDRS + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tPDeadzone + + + 6 + + + 109, 16 + + + 49, 20 241 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + numUDMouseSens - + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBOther + + + 14 + + + 30, 3 + + + No + + + 40, 20 + + + 203 + + + nUDLS + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tPDeadzone + + 2 - - lbSATip + + 30, 29 - - 272, 256 + + No - - 2, 0, 2, 0 + + 40, 20 - - label22 + + 203 - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + nUDL2 - - 2 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - pSToolStripMenuItem + + tPDeadzone - + + 1 + + NoControl - - 3 + + 162, 103 - - lbLRS + + 101, 23 - - pnlController + + 237 - - TopDown + + None + + + touchpadDisInvertButton + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlTPMouse + + + 0 + + + True + + + NoControl + + + 141, 87 + + + 75, 13 + + + 236 + + + Disable Invert: + + + label25 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlTPMouse + + + 1 + + + True + + + NoControl + + + 141, 66 + + + 37, 13 + + + 235 + + + Invert: + + + label15 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlTPMouse + + + 2 + + + None + + + X Axis Y Axis @@ -8566,686 +1434,7389 @@ with profile Both X and Y Axes - - X Axis + + 178, 62 - - True + + 85, 21 - - L3 + + 234 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + touchpadInvertComboBox - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + pnlTPMouse - - label23 - - - % - - - NoControl - - - pnlLowBattery - - - Middle Mouse Button - - - 1011, 481 - - - Flat - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Rotation - - - NoControl - - - 157, 4 - - - 4, 4, 4, 4 - - - btnRumbleHeavyTest - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - 220, 29 - - - fLPTouchSwipe - - - 282, 58 - - - NoControl - - - 207 - - - 8 - - - cBTap - - - NoControl - - - Quadratic - - - Lightbar - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - pnlController - - - 1 - - - lbGyroSens - - - pnlFull - - - 90 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - cBR2OutputCurve - - - tSMIMouseInvertedX - - - True - - - True - - - 7 - - - 302 - - - NoControl - - - 73, 17 - - - 5, 17 - - - Flat - - - nUDGyroSmoothWeight - - - 212, 31 - - - ArrowKeysToolStripMenuItem - - - False - - - 26, 8 - - - 111, 3 - - - upTouchInvStripMenuItem - - - antiDeadzoneTabPage - - - 26, 77 - - - lbInputDelay - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 151, 214 - - - 6, 51 - - - 6, 53 - - - True - - - 50 - - - 9 - - - 41, 20 - - - 264, 52 - - - bnR2 - - + 3 - - 272, 78 - - + True - - Full: + + NoControl - - System.Windows.Forms.OpenFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 2, 2, 2, 2 - - - 259 - - - 34 - - - nUDSZ - - - 46, 21 - - - Flash at - - - Invert: - - - Idle Disconnect - - - 37, 3 - - - 31, 2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 169, 67 - - - 58, 22 - - - 267, 129 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - L2 - - - True - - - 23 - - - 82, 13 - - - False - - - 2, 2, 2, 2 - - - 52, 13 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 231 - - - lbLTriangle - - - gBOther - - - 125, 137 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 14, 109 142, 17 - - 1 + + 233 - - Flat + + Start with Slide/Scroll off - + + cbStartTouchpadOff + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlTPMouse + + + 13 + + + -3, 39 + + + 2, 2, 2, 2 + + + 267, 129 + + + 257 + + + pnlTPMouse + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBTouchpad + + + 0 + + + True + + NoControl - - 3, 3, 3, 3 + + 138, 18 - + + 2, 2, 2, 2 + + + 100, 17 + + + 235 + + + Use for Controls + + + rBTPControls + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBTouchpad + + + 1 + + + True + + + NoControl + + + 6, 18 + + + 2, 2, 2, 2 + + + 93, 17 + + + 234 + + + Use as Mouse + + + rBTPMouse + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBTouchpad + + + 2 + + + 326, 13 + + + False + + + 117, 22 + + + Control + + + 114, 6 + + + 117, 22 + + + Default + + + 127, 22 + + + Inverted + + + 127, 22 + + + Inverted X + + + 127, 22 + + + Inverted Y + + + 117, 22 + + + Dpad + + + 127, 22 + + + Inverted + + + 127, 22 + + + Inverted X + + + 127, 22 + + + Inverted Y + + + 117, 22 + + + Left Stick + + + 127, 22 + + + Inverted + + + 127, 22 + + + Inverted X + + + 127, 22 + + + Inverted Y + + + 117, 22 + + + Right Stick + + + 117, 22 + + + Face Buttons + + + 147, 22 + + + w/ Scan Code + + + False + + + 117, 22 + + + WASD + + + 147, 22 + + + w/ Scan Code + + + 117, 22 + + + Arrow Keys + + + 127, 22 + + + Inverted + + + 127, 22 + + + Inverted X + + + 127, 22 + + + Inverted Y + + + 117, 22 + + + Mouse + + + 118, 208 + + + cMSPresets + + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Flat + + + NoControl + + + 3, 3 + + + 80, 23 + + + 250 + + + Swipe Up + + + bnSwipeUp + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + fLPTouchSwipe + + + 0 + + + NoControl + + + 88, 0 + + + 2, 0, 2, 0 + + + 168, 23 + + + 285 + + + Options + + + MiddleLeft + + + lbSwipeUp + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + fLPTouchSwipe + + + 1 + + + Flat + + + NoControl + + + 3, 32 + + + 80, 23 + + + 250 + + + Swipe Down + + + bnSwipeDown + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + fLPTouchSwipe + + + 2 + + + NoControl + + + 88, 29 + + + 2, 0, 2, 0 + + + 168, 23 + + + 286 + + + Options + + + MiddleLeft + + + lbSwipeDown + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + fLPTouchSwipe + + + 3 + + + Flat + + + NoControl + + + 3, 61 + + + 80, 23 + + + 250 + + + Swipe Left + + + bnSwipeLeft + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + fLPTouchSwipe + + + 4 + + + NoControl + + + 88, 58 + + + 2, 0, 2, 0 + + + 168, 23 + + + 287 + + + Options + + + MiddleLeft + + + lbSwipeLeft + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + fLPTouchSwipe + + + 5 + + + Flat + + + NoControl + + + 3, 90 + + + 80, 23 + + + 250 + + + Swipe Right + + + bnSwipeRight + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + fLPTouchSwipe + + + 6 + + + NoControl + + + 88, 87 + + + 2, 0, 2, 0 + + + 168, 23 + + + 288 + + + Options + + + MiddleLeft + + + lbSwipeRight + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + fLPTouchSwipe + + + 7 + + + 4, 55 + + + 260, 121 + + + 256 + + + fLPTouchSwipe + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBTouchpad + + + 3 + + + 2, 259 + + + 270, 182 + + + 246 + + + Touchpad + + + gBTouchpad + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tPControls + + + 1 + + + True + + + NoControl + + + 10, 227 + + + 67, 13 + + + 259 + + + BT Poll Rate + + + btPollRateLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBOther + + + 0 + + + Max (1 ms) + + + 1000 Hz (1 ms) + + + 500 Hz (2 ms) + + + 333 Hz (3 ms) + + + 250 Hz (4 ms) + + + 200 Hz (5 ms) + + + 166 Hz (6 ms) + + + 142 Hz (7 ms) + + + 125 Hz (8 ms) + + + 111 Hz (9 ms) + + + 100 Hz (10 ms) + + + 90 Hz (11 ms) + + + 83 Hz (12 ms) + + + 76 Hz (13 ms) + + + 71 Hz (14 ms) + + + 66 Hz (15 ms) + + + 62 Hz (16 ms) + + + 85, 224 + + + 121, 21 + + + 258 + + + btPollRateComboBox + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBOther + + + 1 + + + True + + + NoControl + + + 8, 202 + + + Yes + + + 147, 17 + + + 257 + + + Enable Touchpad Toggle + + + enableTouchToggleCheckbox + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBOther + + + 2 + + + True + + + NoControl + + + 8, 154 + + + Yes + + + 101, 17 + + + 256 + + + Use Dinput only + + + cBDinput + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBOther + + + 3 + + + NoControl + + + 215, 122 + + + 23, 23 + + + Zoom + + + 255 + + + pBProgram + + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBOther + + + 4 + + + True + + + NoControl + + + 4, 118 + + + Yes + + + 107, 30 + + + 254 + + + Launch Program +with profile + + + cBLaunchProgram + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBOther + + + 5 + + + Zoom + + + MiddleRight + + + NoControl + + + 132, 122 + + + 67, 23 + + + 253 + + + Browse... + + + btnBrowse + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBOther + + + 6 + + + True + + + NoControl + + + 5, 96 + + + 73, 13 + + + 252 + + + Use Controller + + + lbUseController + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBOther + + + 7 + + + True + + + NoControl + + + 8, 42 + + + Yes + + + 120, 17 + + + 251 + + + Mouse Acceleration + + + cBMouseAccel + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBOther + + + 8 + + + 85, 95 + + + 29, 20 + + + 250 + + + nUDSixaxis + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBOther + + + 9 + + + True + + + NoControl + + + 118, 95 + + + Yes + + + 142, 17 + + + 242 + + + for Mapping and readout + + + cBControllerInput + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBOther + + + 10 + + + True + + + NoControl + + + 8, 65 + + + Yes + + + 100, 17 + + + 232 + + + Idle Disconnect + + + cBIdleDisconnect + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBOther + + + 12 + + + 281, 221 + + + 272, 256 + + + 247 + + + Other + + + gBOther + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + fLPSettings + + + 5 + + + NoControl + + + 6, 214 + + + 2, 2, 2, 2 + + + 20, 20 + + + 243 + + + btnRainbow + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBLightbar + + + 0 + + + True + + + NoControl + + + 203, 214 + + + 15, 13 + + + 241 + + + % + + + False + + + lbRainbowB + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBLightbar + + + 1 + + + 151, 214 + + + 43, 20 + + + 242 + + + False + + + nUDRainbowB + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBLightbar + + + 2 + + + Flash at + + + Pulse at + + + 4, 133 + + + 68, 21 + + + 240 + + + cBFlashType + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBLightbar + + + 3 + + + Normal + + + Pulse + + + Rainbow + + + Color + + + 91, 166 + + + 121, 21 + + + 239 + + + cBWhileCharging + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBLightbar + + + 4 + + + Zoom + + + Flat + + + NoControl + + + 146, 137 + + + 13, 13 + + + 49 + + + btnFlashColor + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBLightbar + + + 5 + + + Flat + + + NoControl + + + 218, 168 + + + 13, 13 + + + 49 + + + False + + + btnChargingColor + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBLightbar + + + 6 + + + True + + NoControl 5, 167 - - 254 + + 82, 13 - - 12 + + 236 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + While Charging: - - 2, 2 - - - Touchpad - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 259 - - - NoControl - - - Rumble - - - 3, 61 - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Special Actions - - - pnlController - - - NoControl - - - label8 - - - 158 - - - gBOther - - - 1 - - - 25, 125 - - - LS - - - 194, 22 - - - tSMIDPadInvertedY - - - NoControl - - - R3 - - - 6 - - - 2 Fingers on Touchpad - - - gBSensitivity - - - 11 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 2 - - - fLPTouchSwipe - - - 4, 22 - - - tPDeadzone - - - Color by Battery % - - - nUDSX - - - False - - - 278, 254 - - - 7, 3 - - - False - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 29, 13 - - - 49, 13 - - - lbGyroZN - - - 260, 121 - - - Yes - - - fLPActionButtons - - - fingersOnTouchpadToolStripMenuItem - - - NoControl - - - Right Button - - - NoControl - - - btnFlashColor - - - pnlSixaxis - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pnlController - - - bnL3 - - - MiddleLeft - - - Down Button - - - 70, 2 - - - 42, 20 + + lbWhileCharging System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + gBLightbar + + + 7 + + + True + + + NoControl + + + 125, 137 + + + 15, 13 + + + 207 + + + % + + + lbPercentFlashBar + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBLightbar + + + 8 + + + 78, 134 + + + 43, 20 + + + 167 + + + nUDflashLED + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBLightbar + + + 9 + + + 3, 3 + + + 272, 244 + + + 247 + + + Lightbar + + + gBLightbar + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + fLPSettings + + + 0 + + + True + + + NoControl + + + 54, 20 + + + 15, 13 + + + 207 + + + % + + + lbPercentRumble + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBRumble + + + 0 + + + NoControl + + + 157, 15 + + + 72, 23 + + + 214 + + + Test Light + + + btnRumbleLightTest + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBRumble + + + 1 + + + 281, 3 + + + 272, 46 + + + 247 + + + Rumble + + + gBRumble + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + fLPSettings + + + 2 + + + True + + + NoControl + + + 157, 4 + + + 49, 13 + + + 197 + + + Sixaxis X + + + lbSixaxisX + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tPDeadzone + + + 3 + + + True + + + NoControl + + + 157, 33 + + + 49, 13 + + + 197 + + + Sixaxis Z + + + lbSixaxisZ + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tPDeadzone + + + 5 + + + 212, 31 + + + No + + + 40, 20 + + + 203 + + + nUDSZ + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tPDeadzone + + + 11 + + + 212, 2 + + + 40, 20 + + + 202 + + + nUDSX + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tPDeadzone + + + 8 + + + 153, 17 + + + False + + + Popup + + + NoControl + + + 44, 26 + + + 3, 3 + + + 237 + + + button1 + + + btnSATrack + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlSATrack + + + 0 + + + False + + + Flat + + + NoControl + + + 26, 77 + + + 3, 3 + + + 249 + + + btnSATrackS + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlSATrack + + + 1 + + + 300, 88 + + + 2, 2, 2, 2 + + + 125, 125 + + + 252 + + + pnlSATrack + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + lbL2TrackS + + + 0 + + + True + + + NoControl + + + 94, 338 + + + 19, 13 + + + 216 + L2 - - R1 + + MiddleCenter - - Profile Options + + lbL2Track - + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + lbL2TrackS + + + 1 + + + NoControl + + + 151, 56 + + + 125, 31 + + + 216 + + + Right Stick + + + MiddleCenter + + + lbRSTip + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + lbL2TrackS + + + 2 + + + True + + + NoControl + + + 7, 3 + + + 100, 13 + + + 216 + + + Input Delay: N/Ams + + + MiddleCenter + + + lbInputDelay + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + lbL2TrackS + + + 3 + + + True + + + NoControl + + + 162, 338 + + + 21, 13 + + + 216 + + + R2 + + + MiddleCenter + + + lbR2Track + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + lbL2TrackS + + + 4 + + + NoControl + + + 7, 56 + + + 125, 31 + + + 216 + + + Left Stick + + + MiddleCenter + + + lbLSTip + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + lbL2TrackS + + + 5 + + + NoControl + + + 300, 56 + + + 125, 31 + + + 216 + + + Sixaxis: X axis is flipped for easier reading + + + MiddleCenter + + + lbSATip + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + lbL2TrackS + + + 6 + + + False + + + False + + + NoControl + + + 142, 233 + + + Vertical + + + Yes + + + 25, 125 + + + 244 + + + tBR2 + + + System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + lbL2TrackS + + + 7 + + + False + + + False + + + NoControl + + + 109, 233 + + + Vertical + + + Yes + + + True + + + 25, 125 + + + 244 + + + tBL2 + + + System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + lbL2TrackS + + + 8 + + + False + + + NoControl + + + 71, 25 + + + 49, 19 + + + 219 + + + tBsixaxisAccelX + + + System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlSixaxis + + + 0 + + + True + + + NoControl + + + 81, 4 + + + 34, 13 + + + 215 + + + Accel + + + lb6Accel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlSixaxis + + + 1 + + + False + + + NoControl + + + 3, 24 + + + 49, 19 + + + 222 + + + tBsixaxisGyroX + + + System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlSixaxis + + + 2 + + + True + + + NoControl + + + 13, 5 + + + 29, 13 + + + 216 + + + Gyro + + + lb6Gryo + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlSixaxis + + + 3 + + + False + + + NoControl + + + 2, 52 + + + 49, 19 + + + 221 + + + tBsixaxisGyroY + + + System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlSixaxis + + + 4 + + + False + + + NoControl + + + 3, 79 + + + 49, 19 + + + 220 + + + tBsixaxisGyroZ + + + System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlSixaxis + + + 5 + + + False + + + NoControl + + + 71, 52 + + + 49, 19 + + + 218 + + + tBsixaxisAccelY + + + System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlSixaxis + + + 6 + + + False + + + NoControl + + + 71, 79 + + + 49, 19 + + + 217 + + + tBsixaxisAccelZ + + + System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlSixaxis + + + 7 + + + 300, 233 + + + 125, 125 + + + 236 + + + pnlSixaxis + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + lbL2TrackS + + + 9 + + + False + + + Popup + + + NoControl + + + 29, 61 + + + 3, 3 + + + 237 + + + button1 + + + btnLSTrack + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlLSTrack + + + 0 + + + False + + + Flat + + + NoControl + + + 67, 50 + + + 3, 3 + + + 247 + + + btnLSTrackS + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlLSTrack + + + 1 + + + 5, 88 + + + 2, 2, 2, 2 + + + 125, 125 + + + 250 + + + pnlLSTrack + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + lbL2TrackS + + + 10 + + False Flat - - 10 - - - 14 - - + NoControl - - 12 - - - 2, 2 - - - 6, 14 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 2, 2, 2, 2 - - - Rainbow - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Swipe Left - - - Flat - - - lbSwipeRight - - - 194, 22 - - - 8 - - - RS: - - - 250 - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 100, 13 - - - MiddleLeft - - - $this - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 7 + + 3, 34 3, 3 - - Yes + + 248 - - Inverted Y + + btnRSTrackS - + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlRSTrack + + + 0 + + + False + + + Popup + + + NoControl + + + 66, 74 + + + 3, 3 + + + 237 + + + button1 + + + btnRSTrack + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlRSTrack + + 1 - - btnChargingColor + + 151, 88 - - bnTouchLeft + + 2, 2, 2, 2 + + + 125, 125 + + + 251 + + + pnlRSTrack + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + lbL2TrackS + + + 11 + + + 4, 22 + + + 3, 3, 3, 3 + + + 438, 455 + + + 2 + + + Controller Readings + + + lbL2TrackS + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tCControls + + + 2 + + + NoControl + + + 3, 3 + + + 80, 23 + + + 250 + + + bnGyroZN + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + fLPTiltControls + + + 0 + + + NoControl + + + 88, 0 + + + 2, 0, 2, 0 + + + 166, 23 + + + 286 + + + MiddleLeft + + + lbGyroZN + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + fLPTiltControls + + + 1 + + + NoControl + + + 3, 32 + + + 80, 23 + + + 250 + + + bnGyroZP + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + fLPTiltControls + + + 2 + + + NoControl + + + 88, 29 + + + 2, 0, 2, 0 + + + 166, 23 + + + 287 + + + MiddleLeft + + + lbGyroZP + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + fLPTiltControls + + + 3 + + + NoControl + + + 3, 61 + + + 80, 23 + + + 250 + + + bnGyroXP + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + fLPTiltControls + + + 4 + + + NoControl + + + 88, 58 + + + 2, 0, 2, 0 + + + 166, 23 + + + 288 + + + MiddleLeft + + + lbGyroXP + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + fLPTiltControls + + + 5 + + + NoControl + + + 3, 90 + + + 80, 23 + + + 250 + + + bnGyroXN + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + fLPTiltControls + + + 6 + + + NoControl + + + 88, 87 + + + 2, 0, 2, 0 + + + 166, 23 + + + 289 + + + MiddleLeft + + + lbGyroXN + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + fLPTiltControls + + + 7 + + + 6, 51 + + + 271, 167 + + + 254 + + + fLPTiltControls + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBGyro + + + 2 + + + True + + + Top, Bottom, Left + + + Cross : + + + Circle : + + + Square : + + + Triangle : + + + Options : + + + Share : + + + Up : + + + Down : + + + Left : + + + Right : + + + PS : + + + L1 : + + + R1 : + + + L2 : + + + R2 : + + + L3 : + + + R3 : + + + Left Touch : + + + Upper Touch : + + + Multitouch : + + + Right Touch : + + + Left Stick Up : + + + Left Stick Down : + + + Left Stick Left : + + + Left Stick Right : + + + Right Stick Up : + + + Right Stick Down : + + + Right Stick Left : + + + Right Stick Right : + + + Sixaxis Up : + + + Sixaxis Down : + + + Sixaxis Left : + + + Sixaxis Right : + + + 278, 254 + + + 157, 186 + + + 180 + + + lBControls + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tPControls + + + 0 + + + NoControl + + + 6, 234 + + + 182, 22 + + + 181 + + + Click the lightbar for color picker + + + MiddleCenter + + + False + + + lbControlTip + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tPControls + + + 2 + + + Zoom + + + False + + + NoControl + + + 394, -2 + + + 2, 2, 2, 2 + + + 29, 27 + + + StretchImage + + + 284 + + + pBHoveredButton + + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlController + + + 0 + + + NoControl + + + 249, 143 + + + 2, 0, 2, 0 + + + 2, 2 + + + 304 + + + False + + + lbLRS + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlController + + + 1 + + + NoControl + + + 118, 143 + + + 2, 0, 2, 0 + + + 2, 2 + + + 303 + + + False + + + lbLLS + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlController + + + 2 + + + None + + + Flat + + + NoControl + + + 265, 187 + + + 26, 8 + + + 172 + + + Right Y-Axis+ + + + bnRSDown + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlController + + + 3 + + + NoControl + + + 144, 2 + + + 2, 0, 2, 0 + + + 2, 2 + + + 302 + + + False + + + lbLTouchUpper + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlController + + + 4 + + + NoControl + + + 144, 45 + + + 2, 0, 2, 0 + + + 2, 2 + + + 301 + + + False + + + lbLTouchRight + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlController + + + 5 + + + None + + + Flat + + + NoControl + + + 134, 164 + + + 28, 22 + + + 163 + + + Left Stick + + + bnL3 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlController + + + 6 + + + NoControl + + + 130, 45 + + + 2, 0, 2, 0 + + + 2, 2 + + + 300 + + + False + + + lbLTouchLM + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlController + + + 7 + + + None + + + Flat + + + NoControl + + + 262, 152 + + + 29, 14 + + + 171 + + + Right Y-Axis- + + + bnRSUp + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlController + + + 8 + + + NoControl + + + 313, 2 + + + 2, 0, 2, 0 2, 2 - - bnSwipeUp + + 299 - - l1ToolStripMenuItem + + False - - 7 + + lbLR2 - - 7 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3 + + pnlController - - No + + 9 - - 15, 13 + + None - - bnDown + + Flat - - 33, 23 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 82, 13 - - - 6 - - + NoControl - - 204 + + 291, 163 + + + 10, 19 + + + 170 + + + Right X-Axis+ + + + bnRSRight + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlController + + + 10 + + + NoControl + + + 66, 2 + + + 2, 0, 2, 0 + + + 2, 2 + + + 298 + + + False + + + lbLL2 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlController + + + 11 + + + None + + + Flat + + + NoControl + + + 264, 166 + + + 27, 22 + + + 168 + + + Right Stick + + + bnR3 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlController + + + 12 + + + NoControl + + + 312, 23 + + + 2, 0, 2, 0 + + + 2, 2 + + + 297 + + + False + + + lbLR1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlController + + + 13 + + + None + + + Flat + + + NoControl + + + 253, 163 + + + 10, 19 + + + 169 + + + Right X-Axis- + + + bnRSLeft + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlController + + + 14 + + + NoControl + + + 59, 22 + + + 2, 0, 2, 0 + + + 2, 2 + + + 296 + + + False + + + lbLL1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlController + + + 15 + + + None + + + Flat + + + NoControl + + + 126, 163 + + + 8, 22 + + + 164 + + + Left X-Axis- + + + bnLSLeft + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlController + + + 16 + + + NoControl + + + 200, 154 + + + 2, 0, 2, 0 + + + 2, 2 + + + 295 + + + False + + + lbLPS + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlController + + + 17 + + + None + + + Flat + + + NoControl + + + 134, 153 + + + 28, 11 + + + 167 + + + Left Y-Axis- + + + bnLSUp + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlController + + + 18 + + + NoControl + + + 42, 107 + + + 2, 0, 2, 0 + + + 2, 2 + + + 294 + + + False + + + lbLLeft + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlController + + + 19 + + + None + + + Flat + + + NoControl + + + 162, 163 + + + 11, 21 + + + 165 + + + Left X-Axis+ + + + bnLSRight + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlController + + + 20 + + + NoControl + + + 90, 106 + + + 2, 0, 2, 0 + + + 2, 2 + + + 293 + + + False + + + lbLright + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlController + + + 21 + + + None + + + Flat + + + NoControl + + + 134, 185 + + + 28, 10 + + + 166 + + + Left Y-Axis+ + + + bnLSDown + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlController + + + 22 + + + NoControl + + + 73, 121 + + + 2, 0, 2, 0 + + + 2, 2 + + + 292 + + + False + + + lbLDown + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlController + + + 23 None - + + Flat + + + NoControl + + + 314, -1 + + + 45, 21 + + + 89 + + + Right Trigger + + + bnR2 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlController + + + 24 + + + None + + + Flat + + + NoControl + + + 74, 77 + + + 21, 32 + + + 80 + + + Up Button + + + bnUp + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlController + + + 25 + + + None + + + Flat + + + NoControl + + + 74, 121 + + + 20, 27 + + + 81 + + + Down Button + + + bnDown + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlController + + + 26 + + + None + + + Flat + + + NoControl + + + 323, 75 + + + 30, 30 + + + 73 + + + Y Button + + + bnTriangle + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlController + + + 27 + + + None + + + Flat + + + NoControl + + + 310, 22 + + + 56, 22 + + + 87 + + + Right Bumper + + + bnR1 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlController + + + 28 + + + None + + + Flat + + + NoControl + + + 295, 103 + + + 26, 26 + + + 72 + + + X Button + + + bnSquare + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlController + + + 29 + + + None + + + Flat + + + NoControl + + + 96, 105 + + + 33, 23 + + + 82 + + + Right Button + + + bnRight + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlController + + + 30 + + + NoControl + + + 72, 78 + + + 2, 0, 2, 0 + + + 2, 2 + + + 291 + + + False + + + lbLUp + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlController + + + 31 + + + None + + + Flat + + + NoControl + + + 42, 106 + + + 34, 22 + + + 83 + + + Left Button + + + bnLeft + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlController + + + 32 + + + NoControl + + + 122, 66 + + + 2, 0, 2, 0 + + + 2, 2 + + + 290 + + + False + + + lbLShare + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlController + + + 33 + + + None + + + Flat + + + NoControl + + + 282, 58 + + + 28, 32 + + + 84 + + + Start + + + bnOptions + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlController + + + 34 + + + None + + + Flat + + + NoControl + + + 120, 57 + + + 22, 32 + + + 85 + + + Back + + + bnShare + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlController + + + 35 + + + NoControl + + + 286, 66 + + + 2, 0, 2, 0 + + + 12, 12 + + + 289 + + + False + + + lbLOptions + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlController + + + 36 + + + None + + + Flat + + + NoControl + + + 58, 22 + + + 55, 22 + + + 88 + + + Left Bumper + + + bnL1 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlController + + + 37 + + + None + + + Flat + + + NoControl + + + 234, 62 + + + 46, 65 + + + 190 + + + Left Mouse Button + + + bnTouchRight + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlController + + + 38 + + + None + + + Flat + + + NoControl + + + 70, 2 + + + 40, 17 + + + 90 + + + Left Trigger + + + bnL2 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlController + + + 39 + + + NoControl + + + 324, 77 + + + 2, 0, 2, 0 + + + 2, 2 + + + 288 + + + False + + + lbLTriangle + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlController + + + 40 + + + None + + + Flat + + + NoControl + + + 143, 63 + + + 42, 63 + + + 191 + + + Left Mouse Button + + + bnTouchLeft + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlController + + + 41 + + + NoControl + + + 294, 103 + + + 2, 0, 2, 0 + + + 2, 2 + + + 287 + + + False + + + lbLSquare + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlController + + + 42 + + + None + + + Flat + + + NoControl + + + 186, 61 + + + 47, 67 + + + 192 + + + Right Mouse Button + + + bnTouchMulti + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlController + + + 43 + + + NoControl + + + 354, 103 + + + 2, 0, 2, 0 + + + 2, 2 + + + 286 + + + False + + + lbLCircle + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlController + + + 44 + + + NoControl + + + 324, 130 + + + 2, 0, 2, 0 + + + 2, 2 + + + 285 + + + False + + + lbLCross + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlController + + + 45 + + + None + + + Flat + + + NoControl + + + 143, 42 + + + 138, 19 + + + 193 + + + Middle Mouse Button + + + bnTouchUpper + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlController + + + 46 + + + Zoom + + + Flat + + + NoControl + + + 143, 30 + + + 138, 13 + + + 91 + + + btnLightbar + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlController + + + 47 + + + None + + + Flat + + + NoControl + + + 203, 154 + + + 17, 17 + + + 86 + + + Guide + + + bnPS + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlController + + + 48 + + + None + + + Flat + + + NoControl + + + 324, 128 + + + 30, 29 + + + 74 + + + A Button + + + bnCross + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlController + + + 49 + + + None + + + Flat + + + NoControl + + + 354, 101 + + + 29, 30 + + + 71 + + + B Button + + + bnCircle + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlController + + + 50 + + + NoControl + + + 90, 195 + + + 250, 30 + + + 283 + + + Cross: A + + + TopCenter + + + lbControlName + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlController + + + 51 + + + 2, 2 + + + 2, 2, 2, 2 + + + 422, 230 + + + 282 + + + pnlController + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tPControls + + + 3 + + + 4, 22 + + + 3, 3, 3, 3 + + + 438, 455 + + + 0 + + + Controls + + + tPControls + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tCControls + + + 0 + + + Name + + + 140 + + + Trigger + + + 105 + + + Action + + + 100 + + + Fill + + + 0, 66 + + + 438, 389 + + 13 + + lVActions + + + System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlActions + + + 0 + + + NoControl + + + 3, 3 + + + 136, 23 + + + 14 + + + New Action + + + btnNewAction + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + fLPActionButtons + + + 0 + + + NoControl + + + 145, 3 + + + 136, 23 + + + 14 + + + Edit Action + + + btnEditAction + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + fLPActionButtons + + + 1 + + + NoControl + + + 287, 3 + + + 136, 23 + + + 14 + + + Remove Action + + + btnRemAction + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + fLPActionButtons + + + 2 + + + Fill + + + 0, 28 + + + 438, 38 + + + 15 + + + fLPActionButtons + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + panel2 + + + 0 + + + Top + + + NoControl + + + 0, 0 + + + 438, 28 + + + 15 + + + Hold selected controls to perform an action, check the Action to use it while profile is loaded + + + MiddleCenter + + + lbActionsTip + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + panel2 + + + 1 + + + Top + + + 0, 0 + + + 2, 2, 2, 2 + + + 438, 66 + + + 16 + + + panel2 + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlActions + + + 1 + + + Fill + + + 0, 0 + + + 438, 455 + + + 15 + + + pnlActions + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tPSpecial + + + 0 + + + 4, 22 + + + 438, 455 + + + 3 + + + Special Actions + + + tPSpecial + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tCControls + + + 1 + + + Left + + + 0, 0 + + + 446, 481 + + + 253 + + + tCControls + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 4 + + + 4, 22 + + + 3, 3, 3, 3 + + + 264, 52 + + + 0 + + + Deadzone + + + tPDeadzone + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tCSens + + + 0 + + + 214, 29 + + + 47, 20 + + + 11 + + + nUDSixaxisZAntiDead + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + antiDeadzoneTabPage + + + 0 + + + 215, 4 + + + 46, 20 + + + 10 + + + nUDSixaxisXAntiDead + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + antiDeadzoneTabPage + + + 1 + + + True + + + NoControl + + + 160, 31 + + + 52, 13 + + + 9 + + + Sixaxis Z: + + + label20 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + antiDeadzoneTabPage + + + 2 + + + True + + + NoControl + + + 160, 6 + + + 52, 13 + + + 8 + + + Sixaxis X: + + + label19 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + antiDeadzoneTabPage + + + 3 + + + 107, 29 + + + 44, 20 + + + 7 + + + nUDR2AntiDead + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + antiDeadzoneTabPage + + + 4 + + + True + + + NoControl + + + 83, 31 + + + 24, 13 + + + 6 + + + R2: + + + label3 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + antiDeadzoneTabPage + + + 5 + + + 31, 29 + + + 42, 20 + + + 5 + + + nUDL2AntiDead + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + antiDeadzoneTabPage + + + 6 + + + True + + + NoControl + + + 7, 31 + + + 22, 13 + + + 4 + + + L2: + + + label4 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + antiDeadzoneTabPage + + + 7 + + + 108, 3 + + + 43, 20 + + + 3 + + + nUDRSAntiDead + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + antiDeadzoneTabPage + + + 8 + + + True + + + NoControl + + + 82, 6 + + + 25, 13 + + + 2 + + + RS: + + + label2 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + antiDeadzoneTabPage + + + 9 + + + 31, 3 + + + 42, 20 + + + 1 + + + nUDLSAntiDead + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + antiDeadzoneTabPage + + + 10 + + + True + + + NoControl + + + 6, 5 + + + 23, 13 + + + 0 + + + LS: + + + label1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + antiDeadzoneTabPage + + + 11 + + + 4, 22 + + + 3, 3, 3, 3 + + + 264, 52 + + + 2 + + + Anti-Deadzone + + + antiDeadzoneTabPage + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tCSens + + + 1 + + + 220, 29 + + + 40, 20 + + + 11 + + + nUDSixAxisZMaxZone + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + maxZoneTabPage + + + 0 + + + 220, 3 + + + 41, 20 + + + 10 + + + nUDSixAxisXMaxZone + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + maxZoneTabPage + + + 1 + + + True + + + NoControl + + + 162, 31 + + + 52, 13 + + + 9 + + + Sixaxis Z: + + + label18 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + maxZoneTabPage + + + 2 + + + True + + + NoControl + + + 162, 6 + + + 52, 13 + + + 8 + + + Sixaxis X: + + + label17 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + maxZoneTabPage + + + 3 + + + 114, 29 + + + 40, 20 + + + 7 + + + nUDR2Maxzone + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + maxZoneTabPage + + + 4 + + + 36, 29 + + + 41, 20 + + + 6 + + + nUDL2Maxzone + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + maxZoneTabPage + + + 5 + + + True + + + NoControl + + + 85, 31 + + + 24, 13 + + + 5 + + + R2: + + + label8 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + maxZoneTabPage + + + 6 + + + True + + + NoControl + + + 8, 31 + + + 22, 13 + + + 4 + + + L2: + + + label7 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + maxZoneTabPage + + + 7 + + + 114, 4 + + + 40, 20 + + + 3 + + + nUDRSMaxZone + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + maxZoneTabPage + + + 8 + + + True + + + NoControl + + + 85, 5 + + + 25, 13 + + + 2 + + + RS: + + + label6 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + maxZoneTabPage + + + 9 + + + 37, 3 + + + 40, 20 + + + 1 + + + nUDLSMaxZone + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + maxZoneTabPage + + + 10 + + + True + + + NoControl + + + 8, 5 + + + 23, 13 + + + 0 + + + LS: + + + label5 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + maxZoneTabPage + + + 11 + + + 4, 22 + + + 3, 3, 3, 3 + + + 264, 52 + + + 3 + + + Max Zone + + + maxZoneTabPage + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tCSens + + + 2 + + + Linear + + + Quadratic + + + Cubic + + + 221, 28 + + + 40, 21 + + + 11 + + + cBSixaxisZOutputCurve + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tPOutCurve + + + 0 + + + Linear + + + Quadratic + + + Cubic + + + 221, 1 + + + 40, 21 + + + 10 + + + cBSixaxisXOutputCurve + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tPOutCurve + + + 1 + + + True + + + NoControl + + + 168, 31 + + + 52, 13 + + + 9 + + + Sixaxis Z: + + + label24 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tPOutCurve + + + 2 + + + True + + + NoControl + + + 168, 4 + + + 52, 13 + + + 8 + + + Sixaxis X: + + + label23 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tPOutCurve + + + 3 + + + Linear + + + Quadratic + + + Cubic + + + 111, 28 + + + 49, 21 + + + 7 + + + cBR2OutputCurve + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tPOutCurve + + + 4 + + + Linear + + + Quadratic + + + Cubic + + + 31, 28 + + + 46, 21 + + + 6 + + + cBL2OutputCurve + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tPOutCurve + + + 5 + + + True + + + NoControl + + + 86, 31 + + + 24, 13 + + + 5 + + + R2: + + + label22 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tPOutCurve + + + 6 + + + True + + + NoControl + + + 6, 31 + + + 22, 13 + + + 4 + + + L2: + + + label21 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tPOutCurve + + + 7 + + + Linear + + + Enhanced Precison + + + Quadratic + + + Cubic + + + 111, 3 + + + 49, 21 + + + 3 + + + rsOutCurveComboBox + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tPOutCurve + + + 8 + + + Linear + + + Enhanced Precision + + + Quadratic + + + Cubic + + + 31, 2 + + + 46, 21 + + + 2 + + + lsOutCurveComboBox + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tPOutCurve + + + 9 + + + True + + + NoControl + + + 85, 5 + + + 25, 13 + + + 1 + + + RS: + + + label10 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tPOutCurve + + + 10 + + + True + + + NoControl + + + 6, 5 + + + 23, 13 + + + 0 + + + LS: + + + label9 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + tPOutCurve + + 11 + + + 4, 22 + + + 264, 52 + + + 4 + + + Output Curve + + + tPOutCurve + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tCSens + + + 3 + + + 36, 16 + + + No + + + 49, 20 + + + 206 + + + nUDLSCurve + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tPCurve + + + 0 + + + 153, 16 + + + No + + + 49, 20 + + + 207 + + + nUDRSCurve + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tPCurve + + + 1 + + + True + + + NoControl + + + 130, 18 + + + 22, 13 + + + 205 + + + RS + + + lbRSCurve + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tPCurve + + + 2 + + + True + + + NoControl + + + 208, 18 + + + 15, 13 + + + 204 + + + % + + + lbRSCurvePercent + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tPCurve + + + 3 + + + True + + + NoControl + + + 91, 18 + + + 15, 13 + + + 204 + + + % + + + lbLSCurvePercent + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tPCurve + + + 4 + + + True + + + NoControl + + + 13, 18 + + + 20, 13 + + + 204 + + + LS + + + lbLSCurve + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tPCurve + + + 5 + + + 4, 22 + + + 3, 3, 3, 3 + + + 264, 52 + + + 1 + + + Curve (Input) + + + tPCurve + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tCSens + + + 4 + + + 160, 21 + + + 74, 20 + + + 219 + + + nUDRSRotation + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpRotation + + + 0 + + + True + + + NoControl + + + 125, 23 + + + 25, 13 + + + 218 + + + RS: + + + label14 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpRotation + + + 1 + + + 42, 20 + + + 68, 20 + + + 217 + + + nUDLSRotation + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpRotation + + + 2 + + + True + + + NoControl + + + 4, 22 + + + 23, 13 + + + 216 + + + LS: + + + label13 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpRotation + + + 3 + + + 4, 22 + + + 3, 3, 3, 3 + + + 264, 52 + + + 5 + + + Rotation + + + tpRotation + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tCSens + + + 5 + + + 281, 55 + + + 272, 78 + + + 234 + + + tCSens + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + fLPSettings + + + 3 + + + True + + + True + + + NoControl + + + 144, 20 + + + 2, 2, 2, 2 + + + 100, 17 + + + 258 + + + Use for Controls + + + rBSAControls + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBGyro + + + 0 + + + True + + + NoControl + + + 13, 20 + + + 2, 2, 2, 2 + + + 93, 17 + + + 257 + + + Use as Mouse + + + rBSAMouse + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBGyro + + + 1 + + + Yaw + + + Roll + + + 170, 93 + + + 74, 21 + + + 271 + + + cBGyroMouseXAxis + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlSAMouse + + + 0 + + + True + + + NoControl + + + 167, 74 + + + 39, 13 + + + 270 + + + X Axis: + + + label16 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlSAMouse + + + 1 + + + True + + + NoControl + + + 8, 145 + + + 60, 13 + + + 269 + + + Smoothing: + + + lbGyroSmooth + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlSAMouse + + + 2 + + + True + + + NoControl + + + 75, 145 + + + Yes + + + 15, 14 + + + 268 + + + cBGyroSmooth + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlSAMouse + + + 3 + + + True + + + NoControl + + + 96, 145 + + + 83, 13 + + + 267 + + + Smooth Weight: + + + lbSmoothWeight + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlSAMouse + + + 4 + + + False + + + 185, 141 + + + 55, 20 + + + 266 + + + nUDGyroSmoothWeight + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlSAMouse + + + 5 + + + True + + + NoControl + + + 151, 98 + + + 15, 13 + + + 265 + + + % + + + label12 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlSAMouse + + + 6 + + + 96, 93 + + + 49, 20 + + + 264 + + + nUDGyroMouseVertScale + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlSAMouse + + + 7 + + + True + + + NoControl + + + 8, 95 + + + 75, 13 + + + 263 + + + Vertical Scale: + + + label11 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlSAMouse + + + 8 + + + True + + + NoControl + + + 5, 41 + + + Yes + + + 165, 17 + + + 262 + + + Trigger Behavior - Turns Gyro + + + gyroTriggerBehavior + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlSAMouse + + + 9 + + + True + + + NoControl + + + 92, 119 + + + Yes + + + 33, 17 + + + 261 + + + Y + + + cBGyroInvertY + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlSAMouse + + + 10 + + + True + + + NoControl + + + 49, 119 + + + Yes + + + 33, 17 + + + 260 + + + X + + + cBGyroInvertX + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlSAMouse + + + 11 + + + True + + + NoControl + + + 8, 119 + + + 37, 13 + + + 259 + + + Invert: + + + TopRight + + + lbGyroInvert + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlSAMouse + + + 12 + + + True + + + NoControl + + + 6, 14 + + + 48, 13 + + + 258 + + + Triggers: + + + TopRight + + + lbGyroTriggers + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlSAMouse + + + 13 + + + NoControl + + + 96, 8 + + + 2, 2, 2, 2 + + + 160, 25 + + + 257 + + + None + + + btnGyroTriggers + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlSAMouse + + + 14 + + + 96, 67 + + + 49, 20 + + + 256 + + + nUDGyroSensitivity + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlSAMouse + + + 15 + + + True + + + NoControl + + + 8, 69 + + + 82, 13 + + + 255 + + + Gyro Sensitivity: + + + TopRight + + + lbGyroSens + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlSAMouse + + + 16 + + + 6, 43 + + + 2, 2, 2, 2 + + + 263, 170 + + + 259 + + + pnlSAMouse + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBGyro + + + 3 + + + 3, 253 + + + 272, 224 + + + 248 + + + Gyro + + + gBGyro + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + fLPSettings + + + 1 + + + True + + + NoControl + + + 11, 50 + + + 19, 13 + + + 204 + + + L2 + + + lbL2S + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBSensitivity + + + 0 + + + 35, 47 + + + No + + + 40, 20 + + + 212 + + + nUDL2S + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBSensitivity + + + 1 + + + 35, 19 + + + No + + + 40, 20 + + + 213 + + + nUDLSS + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBSensitivity + + + 2 + + + True + + + NoControl + + + 161, 21 + + + 49, 13 + + + 206 + + + Sixaxis X + + + lbSixaxisXS + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBSensitivity + + + 3 + + + 108, 48 + + + 40, 20 + + + 210 + + + nUDR2S + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBSensitivity + + + 4 + + + True + + + NoControl + + + 161, 49 + + + 49, 13 + + + 207 + + + Sixaxis Z + + + lbSixaxisZS + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBSensitivity + + + 5 + + + 108, 19 + + + No + + + 40, 20 + + + 214 + + + nUDRSS + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBSensitivity + + + 6 + + + True + + + NoControl + + + 82, 51 + + + 21, 13 + + + 208 + + + R2 + + + lbR2LS + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBSensitivity + + + 7 + + + 216, 19 + + + 40, 20 + + + 211 + + + nUDSXS + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBSensitivity + + + 8 + + + True + + + NoControl + + + 81, 21 + + + 22, 13 + + + 209 + + + RS + + + lbRSS + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBSensitivity + + + 9 + + + True + + + NoControl + + + 11, 21 + + + 20, 13 + + + 205 + + + LS + + + lbLSS + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBSensitivity + + + 10 + + + 216, 48 + + + No + + + 40, 20 + + + 215 + + + nUDSZS + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBSensitivity + + + 11 + + + 281, 139 + + + 272, 76 + + + 257 + + + Sensitivity + + + gBSensitivity + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + fLPSettings + + + 4 + + + Fill + + + TopDown + + + 446, 0 + + + 2, 2, 2, 2 + + + 565, 481 + + + 254 + + + fLPSettings + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 3 + 482, 17 + + 194, 22 + + + Cross + + + 194, 22 + + + Circle + + + 194, 22 + + + Square + + + 194, 22 + + + Triangle + + + 194, 22 + + + L1 + + + 194, 22 + + + L2 + + + 194, 22 + + + R1 + + + 194, 22 + + + R2 + + + 194, 22 + + + Up + + + 194, 22 + + + Down + + + 194, 22 + + + Left + + + 194, 22 + + + Right + + + 194, 22 + + + L3 + + + 194, 22 + + + R3 + + + 194, 22 + + + Finger on Touchpad + + + 194, 22 + + + 2 Fingers on Touchpad + + + 194, 22 + + + Options + + + 194, 22 + + + Share + + + 194, 22 + + + PS + + + 194, 22 + + + Always on + + + 195, 444 + + + cMGyroTriggers + + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + 144, 63 - - 326, 13 + + 194, 22 + + + Cross + + + 194, 22 + + + Circle + + + 194, 22 + + + Square + + + 194, 22 + + + Triangle + + + 194, 22 + + + L1 + + + 194, 22 + + + L2 + + + 194, 22 + + + R1 + + + 194, 22 + + + R2 + + + 194, 22 + + + Up + + + 194, 22 + + + Down + + + 194, 22 + + + Left + + + 194, 22 + + + Right + + + 194, 22 + + + L3 + + + 194, 22 + + + R3 + + + 194, 22 + + + Finger on Touchpad + + + 194, 22 + + + 2 Fingers on Touchpad + + + 194, 22 + + + Options + + + 194, 22 + + + Share + + + 194, 22 + + + PS + + + 195, 422 + + + cMTouchDisableInvert + + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 647, 17 True @@ -9253,10 +8824,439 @@ with profile 176 - - 153, 17 - - - 647, 17 - + + 96, 96 + + + True + + + 1011, 481 + + + 4, 4, 4, 4 + + + 1027, 520 + + + 18, 94 + + + Profile Options + + + controlToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + toolStripSeparator1 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + defaultToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DpadToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tSMIDPadInverted + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tSMIDPadInvertedX + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tSMIDPadInvertedY + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + LSToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tSMILSInverted + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tSMILSInvertedX + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tSMILSInvertedY + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + RSToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tSMIRSInverted + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tSMIRSInvertedX + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tSMIRSInvertedY + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ABXYToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + WASDToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + wScanCodeWASDToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ArrowKeysToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + wScanCodeArrowKeysToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + MouseToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tSMIMouseInverted + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tSMIMouseInvertedX + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tSMIMouseInvertedY + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + openFileDialog1 + + + System.Windows.Forms.OpenFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + cHName + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + cHTrigger + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + cHAction + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + crossToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + circleToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + squareToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + triangleToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + l1ToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + l2ToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + r1ToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + r2ToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + onTouchpadToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + downToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + leftToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + rightToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + l3ToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + r3ToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + fingerOnTouchpadToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + fingersOnTouchpadToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + optionsToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + shareToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pSToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + alwaysOnToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + crossTouchInvStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + circleTouchInvStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + squareTouchInvStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + triangleTouchInvStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + l1TouchInvStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + l2TouchInvStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + r1TouchInvStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + r2TouchInvStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + upTouchInvStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + downTouchInvStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + leftTouchInvStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + rightTouchInvStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + l3TouchInvStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + r3TouchInvStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + oneFingerTouchInvStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + twoFingerTouchInvStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + optionsTouchInvStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + shareTouchInvStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + psTouchInvStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + advColorDialog + + + DS4Windows.AdvancedColorDialog, DS4Windows, Version=1.4.101.0, Culture=neutral, PublicKeyToken=null + + + Options + + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + \ No newline at end of file