diff --git a/DS4Windows/DS4Control/ScpUtil.cs b/DS4Windows/DS4Control/ScpUtil.cs
index 2b23fcb..1733423 100644
--- a/DS4Windows/DS4Control/ScpUtil.cs
+++ b/DS4Windows/DS4Control/ScpUtil.cs
@@ -505,7 +505,7 @@ namespace DS4Windows
//fifth value used to for options, not fifth controller
public int[] buttonMouseSensitivity = { 25, 25, 25, 25, 25 };
- public bool[] flushHIDQueue = { true, true, true, true, true };
+ public bool[] flushHIDQueue = { false, false, false, false, false };
public int[] idleDisconnectTimeout = { 0, 0, 0, 0, 0 };
public Boolean[] touchpadJitterCompensation = { true, true, true, true, true };
public Boolean[] lowerRCOn = { false, false, false, false, false };
@@ -1402,9 +1402,9 @@ namespace DS4Windows
LSSens[device] = 1;
if (!double.TryParse(s[1], out RSSens[device]) || RSSens[device] < .5f)
RSSens[device] = 1;
- if (!double.TryParse(s[2], out l2Sens[device]) || l2Sens[device] < .5f)
+ if (!double.TryParse(s[2], out l2Sens[device]) || l2Sens[device] < .1f)
l2Sens[device] = 1;
- if (!double.TryParse(s[3], out r2Sens[device]) || r2Sens[device] < .5f)
+ if (!double.TryParse(s[3], out r2Sens[device]) || r2Sens[device] < .1f)
r2Sens[device] = 1;
if (!double.TryParse(s[4], out SXSens[device]) || SXSens[device] < .5f)
SXSens[device] = 1;
diff --git a/DS4Windows/DS4Forms/Options.Designer.cs b/DS4Windows/DS4Forms/Options.Designer.cs
index 4e71cdc..84dfc21 100644
--- a/DS4Windows/DS4Forms/Options.Designer.cs
+++ b/DS4Windows/DS4Forms/Options.Designer.cs
@@ -378,8 +378,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);
@@ -594,8 +594,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,
@@ -606,13 +606,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,
@@ -718,7 +718,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);
@@ -726,11 +725,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);
@@ -739,6 +738,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
@@ -753,13 +753,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,
@@ -791,13 +791,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,
@@ -813,13 +813,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,
@@ -830,19 +830,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.nUDScroll);
this.pnlTPMouse.Controls.Add(this.cBDoubleTap);
this.pnlTPMouse.Controls.Add(this.cBScroll);
@@ -853,6 +852,7 @@
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";
//
// cbStartTouchpadOff
@@ -883,7 +883,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);
@@ -892,13 +891,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;
@@ -906,7 +906,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,
@@ -921,6 +920,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
@@ -930,173 +930,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;
@@ -1104,15 +1104,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;
@@ -1120,15 +1120,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;
@@ -1136,13 +1136,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.cBDinput);
this.gBOther.Controls.Add(this.pBProgram);
@@ -1158,6 +1157,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;
//
@@ -1240,7 +1240,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);
@@ -1257,13 +1256,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);
@@ -1291,18 +1291,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[] {
@@ -1310,21 +1309,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);
@@ -1341,23 +1341,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;
//
@@ -1385,13 +1385,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,
@@ -1407,13 +1407,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,
@@ -1427,13 +1427,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);
@@ -1446,29 +1441,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;
@@ -1524,7 +1520,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);
@@ -1534,6 +1529,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);
//
@@ -1603,55 +1599,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);
@@ -1660,12 +1655,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);
@@ -1677,8 +1673,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);
@@ -1690,8 +1686,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);
@@ -1703,8 +1699,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);
@@ -1716,10 +1712,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);
@@ -1779,16 +1775,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);
@@ -1852,22 +1848,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;
@@ -1882,22 +1878,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;
@@ -1912,15 +1908,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;
@@ -1935,15 +1931,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;
@@ -1958,15 +1954,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;
@@ -1981,15 +1977,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;
@@ -2004,15 +2000,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;
@@ -2027,15 +2023,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;
@@ -2050,15 +2046,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;
@@ -2073,15 +2069,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;
@@ -2096,15 +2092,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;
@@ -2118,8 +2114,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;
@@ -2135,8 +2131,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;
@@ -2151,8 +2147,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;
@@ -2167,8 +2163,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;
@@ -2182,8 +2178,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;
@@ -2198,8 +2194,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;
@@ -2214,15 +2210,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;
@@ -2237,15 +2233,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;
@@ -2259,8 +2255,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;
@@ -2274,15 +2270,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;
@@ -2296,8 +2292,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;
@@ -2311,8 +2307,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;
@@ -2326,15 +2322,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;
@@ -2348,15 +2344,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;
@@ -2370,22 +2366,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;
@@ -2399,9 +2395,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;
@@ -2415,8 +2411,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;
@@ -2430,8 +2426,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;
@@ -2446,8 +2442,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;
@@ -2462,34 +2458,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;
@@ -2513,17 +2509,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
@@ -2554,15 +2550,14 @@
//
// tCSens
//
- resources.ApplyResources(this.tCSens, "tCSens");
this.tCSens.Controls.Add(this.tPDeadzone);
this.tCSens.Controls.Add(this.tPCurve);
+ 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);
@@ -2576,11 +2571,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";
//
// 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);
@@ -2588,27 +2583,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);
//
@@ -2646,12 +2642,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.pnlSAMouse);
this.gBGyro.Controls.Add(this.fLPTiltControls);
+ resources.ApplyResources(this.gBGyro, "gBGyro");
this.gBGyro.Name = "gBGyro";
this.gBGyro.TabStop = false;
//
@@ -2673,7 +2669,6 @@
//
// pnlSAMouse
//
- resources.ApplyResources(this.pnlSAMouse, "pnlSAMouse");
this.pnlSAMouse.Controls.Add(this.cBGyroInvertY);
this.pnlSAMouse.Controls.Add(this.cBGyroInvertX);
this.pnlSAMouse.Controls.Add(this.lbGyroInvert);
@@ -2681,6 +2676,7 @@
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";
//
// cBGyroInvertY
@@ -2737,7 +2733,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);
@@ -2751,6 +2746,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;
//
@@ -2761,20 +2757,20 @@
//
// 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[] {
- 15,
+ 50,
0,
0,
65536});
this.nUDL2S.Minimum = new decimal(new int[] {
- 5,
+ 1,
0,
0,
65536});
@@ -2788,13 +2784,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,
@@ -2820,20 +2816,20 @@
//
// 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[] {
- 15,
+ 50,
0,
0,
65536});
this.nUDR2S.Minimum = new decimal(new int[] {
- 5,
+ 1,
0,
0,
65536});
@@ -2852,13 +2848,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,
@@ -2884,13 +2880,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,
@@ -2921,13 +2917,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,
@@ -2948,7 +2944,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[] {
@@ -2975,164 +2970,165 @@
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);
//
// Options
diff --git a/DS4Windows/DS4Forms/Options.cs b/DS4Windows/DS4Forms/Options.cs
index 1818675..edbe88b 100644
--- a/DS4Windows/DS4Forms/Options.cs
+++ b/DS4Windows/DS4Forms/Options.cs
@@ -387,7 +387,7 @@ namespace DS4Windows
cBDoubleTap.Checked = false;
cBTouchpadJitterCompensation.Checked = true;
cBlowerRCOn.Checked = false;
- cBFlushHIDQueue.Checked = true;
+ cBFlushHIDQueue.Checked = false;
nUDIdleDisconnect.Value = 5;
cBIdleDisconnect.Checked = true;
numUDMouseSens.Value = 25;
diff --git a/DS4Windows/DS4Forms/Options.resx b/DS4Windows/DS4Forms/Options.resx
index d59a458..70f62bf 100644
--- a/DS4Windows/DS4Forms/Options.resx
+++ b/DS4Windows/DS4Forms/Options.resx
@@ -118,7612 +118,8986 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- NoControl
-
-
-
- 151, 26
-
-
-
- False
-
-
- 256
-
-
- 300
-
-
- NoControl
-
-
- 32, 30
-
-
- tPDeadzone
-
-
- pnlController
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Other
-
-
- fLPSettings
-
-
- fLPSettings
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- bnL2
-
-
- 288
-
-
- Right Stick
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 40
-
-
- btnRumbleHeavyTest
-
-
- 72
-
-
- False
-
-
- lbLRS
-
-
- 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
-
-
- gBLightbar
-
-
- 4, 4, 4, 4
-
-
- R1
-
-
- pnlLowBattery
-
-
- 3
-
-
- 4, 4, 4, 4
-
-
- 11
-
-
- 4, 4, 4, 4
-
-
- gBRumble
-
-
- 5
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPCurve
-
-
- Yes
-
-
- 11
-
-
- NoControl
-
-
- pnlController
-
-
- r3ToolStripMenuItem
-
-
- 3
-
-
- 4, 4, 4, 4
-
-
- 229
-
-
- pnlController
-
-
- 2
-
-
- tPDeadzone
-
-
- 0
-
-
- 4, 4, 4, 4
-
-
- 4
-
-
- 340, 98
-
-
- 31, 156
-
-
- 216
-
-
- Controller Readings
-
-
- bnCircle
-
-
- 4, 25
-
-
- 237
-
-
- 211
-
-
- 375, 291
-
-
- NoControl
-
-
- 61, 24
-
-
- G
-
-
- 151, 26
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- NoControl
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 8
-
-
- 214
-
-
- 91, 151
-
-
- 50, 22
-
-
- 211
-
-
- 265, 3
-
-
- tBGreenBar
-
-
- 285
-
-
- gBSensitivity
-
-
- True
-
-
- L2
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 5, 69
-
-
- Left Touch :
-
-
- btnChargingColor
-
-
- Right Stick Left :
-
-
- 4, 4, 4, 4
-
-
- Pulse
-
-
- 4, 4, 4, 4
-
-
- lbGyroXP
-
-
- gBSensitivity
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 54, 22
-
-
- 100, 29
-
-
- Left Button
-
-
- Yes
-
-
- btnRumbleLightTest
-
-
- NoControl
-
-
- Flat
-
-
- pnlSAMouse
-
-
- lbLowBlue
-
-
- Left Stick
-
-
- lbGyroInvert
-
-
- 251
-
-
- NoControl
-
-
- False
-
-
- None
-
-
- None
-
-
- Yes
-
-
- 6
-
-
- lbSixaxisZS
-
-
- 18, 109
-
-
- btnLightbar
-
-
- lbSwipeLeft
-
-
- 705, 593
-
-
- Right X-Axis-
-
-
- btnNewAction
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 50, 22
-
-
- 109, 92
-
-
- bnR3
-
-
- 151, 26
-
-
- 226
-
-
- tPCurve
-
-
- gBOther
-
-
- 5
-
-
- False
-
-
- NoControl
-
-
- NoControl
-
-
- 4, 4, 4, 4
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- False
-
-
- 4, 4, 4, 4
-
-
- fLPTiltControls
-
-
- Popup
-
-
- 61, 22
-
-
- 233, 76
-
-
- Mouse Acceleration
-
-
- 4, 4
-
-
- DpadToolStripMenuItem
-
-
- Flat
-
-
- 328, 190
-
-
- Flat
-
-
- 203
-
-
- -4, 62
-
-
- 0
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 51
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 4, 4, 4, 4
-
-
- NoControl
-
-
- fingersOnTouchpadToolStripMenuItem
-
-
- lBControls
-
-
- True
-
-
- 55, 11
-
-
- pnlSAMouse
-
-
- 10
-
-
- 4, 4, 4, 4
-
-
- lbEmpty
-
-
- 233, 26
-
-
- $this
-
-
- tPDeadzone
-
-
- None
-
-
- 4, 4, 4, 4
-
-
- NoControl
-
-
- R2
-
-
- 167
-
-
- MiddleLeft
-
-
- Flat
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- lbLSS
-
-
- cBFlashType
-
-
- 4, 4, 4, 4
-
-
- 9, 56
-
-
- Flat
-
-
- B
-
-
- 151, 26
-
-
- lbActionsTip
-
-
- 4, 41
-
-
- pnlController
-
-
- Sixaxis Z
-
-
- 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
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 4, 4, 4, 4
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 4, 4, 4, 4
-
-
- NoControl
-
-
- L2
-
-
- 4, 4, 4, 4
-
-
- Action
-
-
- NoControl
-
-
- advColorDialog
-
-
- 250
-
-
- 170
-
-
- lbSixaxisZ
-
-
- 28, 90
-
-
- 125, 25
-
-
- 237
-
-
- Flat
-
-
- True
-
-
- 160
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- True
-
-
- lbR2LS
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 4, 4, 4, 4
-
-
- tPControls
-
-
- 38, 269
-
-
- NoControl
-
-
- G
-
-
- 208
-
-
- 4, 4, 4, 4
-
-
- Zoom
-
-
- cBMouseAccel
-
-
- NoControl
-
-
- 4, 4, 4, 4
-
-
- pnlSATrack
-
-
- 2
-
-
- 6
-
-
- False
-
-
- bnTouchRight
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- NoControl
-
-
- Right Stick
-
-
- System.Windows.Forms.CheckBox, 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
-
-
- r2ToolStripMenuItem
-
-
- pnlSixaxis
-
-
- NoControl
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 5
-
-
- 257
-
-
- Flat
-
-
- gBLightbar
-
-
- 151, 26
-
-
- 288
-
-
- lbspc
-
-
- 231
-
-
- 216
-
-
- 136, 26
-
-
- 205
-
-
- 101, 5
-
-
- Cross: A
-
-
- 4, 0, 4, 0
-
-
- bnGyroZP
-
-
- Fill
-
-
- 100, 29
-
-
- PS
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlTPMouse
-
-
- 2, 2
-
-
- wScanCodeArrowKeysToolStripMenuItem
-
-
- 67, 25
-
-
- 9, 70
-
-
- NoControl
-
-
- Rumble
-
-
- 10
-
-
- mins
-
-
- fLPTouchSwipe
-
-
- R1 :
-
-
- Left Y-Axis+
-
-
- Left Stick Down :
-
-
- 182, 2
-
-
- NoControl
-
-
- NoControl
-
-
- 4, 4
-
-
- 61, 22
-
-
- 97, 168
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 29
-
-
- 0
-
-
- 250
-
-
- Idle Disconnect
-
-
- pnlController
-
-
- 205, 11
-
-
- 36, 2
-
-
- 4, 4
-
-
- 159
-
-
- 100, 29
-
-
- True
-
-
- NoControl
-
-
- 4, 0, 4, 0
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- lbPercentFlashBar
-
-
- lbLTouchRight
-
-
- Finger on Touchpad
-
-
- 0
-
-
- fLPActionButtons
-
-
- 159
-
-
- pnlFull
-
-
- pnlTPMouse
-
-
- 10
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- NoControl
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 250
-
-
- pBProgram
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlLowBattery
-
-
- None
-
-
- 4, 0, 4, 0
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 29, 29
-
-
- 4, 4, 4, 4
-
-
- True
-
-
- 125, 25
-
-
- Vertical
-
-
- False
-
-
- 49, 22
-
-
- NoControl
-
-
- gBLightbar
-
-
- True
-
-
- 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
-
-
- None
-
-
- 6, 209
-
-
- 4, 0, 4, 0
-
-
- 4
-
-
- 282
-
-
- pnlFull
-
-
- NoControl
-
-
- MiddleLeft
-
-
- 210, 29
-
-
- lVActions
-
-
- No
-
-
- 250
-
-
- NoControl
-
-
- 13
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- True
-
-
- 405, 162
-
-
- No
-
-
- Flat
-
-
- 4, 4, 4, 4
-
-
- True
-
-
- Right
-
-
- 2
-
-
- 135, 24
-
-
- 2
-
-
- 4
-
-
- 164
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Flat
-
-
- 4, 0, 4, 0
-
-
- 96, 19
-
-
- MiddleCenter
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 9
-
-
- None
-
-
- panel2
-
-
- 14
-
-
- Up Button
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 329, 150
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 227, 28
-
-
- 191
-
-
- lbControlName
-
-
- Lower Right as RMB
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPSettings
-
-
- 4, 4, 4, 4
-
-
- 33
-
-
- NoControl
-
-
- 3
-
-
- 168, 120
-
-
- True
-
-
- 256
-
-
- 285
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 4, 4, 4, 4
-
-
- 1
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSixaxis
-
-
- 186, 21
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 4, 4, 4, 4
-
-
- 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
-
-
- 65, 17
-
-
- bnOptions
-
-
- Flat
-
-
- 50, 21
-
-
- False
-
-
- 4
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 38, 37
-
-
- 2, 2
-
-
- 528, 287
-
-
- TopRight
-
-
- bnRight
-
-
- pnlController
-
-
- False
-
-
- NoControl
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- lbSwipeRight
-
-
- Edit Action
-
-
- gBLightbar
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 4, 4, 4, 4
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 0
-
-
- Flat
-
-
- Options
-
-
- tCSens
-
-
- True
-
-
- 26, 17
-
-
- 6
-
-
- 5
-
-
- System.Windows.Forms.TrackBar, 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
-
-
- 0
-
-
- 0, 82
-
-
- False
-
-
- 4, 4, 4, 4
-
-
- Lightbar
-
-
- pnlController
-
-
- 65, 21
-
-
- 196, 41
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- False
-
-
- 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
-
-
- 9, 4
-
-
- False
-
-
- 79, 49
-
-
- pnlSATrack
-
-
- 1
-
-
- 4, 25
-
-
- Popup
-
-
- NoControl
-
-
- Multitouch :
-
-
- NoControl
-
-
- Sixaxis Up :
-
-
- Inverted Y
-
-
- 3, 65
-
-
- False
-
-
- 50, 22
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Flat
-
-
- System.Windows.Forms.ListView, 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
-
-
- True
-
-
- Start
-
-
- lbSixaxisXS
-
-
- L3
-
-
- tCControls
-
-
- %
-
-
- NoControl
-
-
- 136, 26
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 4, 4, 4, 4
-
-
- 549, 564
-
-
- 4, 4, 4, 4
-
-
- pnlController
-
-
- NoControl
-
-
- 16, 6
-
-
- 4, 4, 4, 4
-
-
- Remove Action
-
-
- Flat
-
-
- 4, 4, 4, 4
-
-
- %
-
-
- 297
-
-
- NoControl
-
-
- RSToolStripMenuItem
-
-
- cBlowerRCOn
-
-
- 4, 4, 4, 4
-
-
- Options
-
-
- tPDeadzone
-
-
- 50, 22
-
-
- Options
-
-
- 147, 179
-
-
- Click the lightbar for color picker
-
-
- lbLTouchLM
-
-
- pnlTPMouse
-
-
- gBOther
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- NoControl
-
-
- fLPTiltControls
-
-
- 213
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 202
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 4, 4
-
-
- 205
-
-
- fLPTiltControls
-
-
- True
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 26
-
-
- 6
-
-
- 4, 4, 4, 4
-
-
- 39
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 117, 423
-
-
- 2, 2
-
-
- NoControl
-
-
- Triggers:
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 250, 192
-
-
- True
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 37
-
-
- fLPSettings
-
-
- 111, 111
-
-
- True
-
-
- pnlLSTrack
-
-
- 292
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 340, 95
-
-
- 167
-
-
- 4, 4, 4, 4
-
-
- 20, 17
-
-
- tPDeadzone
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 16
-
-
- Gyro Sensitivity:
-
-
- 46
-
-
- NoControl
-
-
- 1
-
-
- NoControl
-
-
- 7, 172
-
-
- True
-
-
- 84
-
-
- NoControl
-
-
- 4, 0, 4, 0
-
-
- 8, 5
-
-
- bnGyroZN
-
-
- Left Y-Axis-
-
-
- 252
-
-
- 2
-
-
- 5
-
-
- pnlController
-
-
- 1
-
-
- NoControl
-
-
- R2 :
-
-
- 4, 4, 4, 4
-
-
- Left Stick Right :
-
-
- 4
-
-
- Flat
-
-
- 236
-
-
- for Mapping and readout
-
-
- 549, 82
-
-
- $this
-
-
- True
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 158
-
-
- 125, 25
-
-
- 250
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 126, 21
-
-
- pnlLSTrack
-
-
- 63, 17
-
-
- 8, 292
-
-
- tSMIRSInverted
-
-
- lbLCircle
-
-
- bnLSLeft
-
-
- 219
-
-
- NoControl
-
-
- pnlLSTrack
-
-
- lbSATip
-
-
- LSToolStripMenuItem
-
-
- 0
-
-
- 202
-
-
- 549, 482
-
-
- 4, 4, 4, 4
-
-
- tBLowRedBar
-
-
- 557, 0
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 302
-
-
- 136, 26
-
-
- 240
-
-
- nUDRS
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBSensitivity
-
-
- 2
-
-
- Normal
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- lbGyroTriggers
-
-
- 106, 27
-
-
- MiddleRight
-
-
- NoControl
-
-
- 0
-
-
- 120, 131
-
-
- 1
-
-
- System.Windows.Forms.RadioButton, 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
-
-
- openFileDialog1
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 105, 5
-
-
- NoControl
-
-
- 259
-
-
- 74, 28
-
-
- 61, 22
-
-
- pSToolStripMenuItem
-
-
- Inverted Y
-
-
- False
-
-
- 3
-
-
- lbLTriangle
-
-
- tBBlueBar
-
-
- 169
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 2
-
-
- lbL2TrackS
-
-
- NoControl
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 250
-
-
- 4, 0, 4, 0
-
-
- 39, 17
-
-
- 259
-
-
- 15
-
-
- tBLowBlueBar
-
-
- 179, 53
-
-
- 4, 4, 4, 4
-
-
- flushHIDQueue
-
-
- 110, 17
-
-
- 203, 204
-
-
- 2
-
-
- 4, 0, 4, 0
-
-
- Up
-
-
- NoControl
-
-
- 4
-
-
- 210
-
-
- 8, 42
-
-
- 36, 17
-
-
- 286
-
-
- 9
-
-
- Top
-
-
- 84, 62
-
-
- 253, 133
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 4, 4, 4, 4
-
-
- TopDown
-
-
- 50, 22
-
-
- bnLSDown
-
-
- NoControl
-
-
- 102, 43
-
-
- 4, 4, 4, 4
-
-
- 549, 564
-
-
- 12, 26
-
-
- pnlController
-
-
- 2
-
-
- 247
-
-
- Flat
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 316, 204
-
-
- Swipe Right
-
-
- squareToolStripMenuItem
-
-
- gBLightbar
-
-
- circleToolStripMenuItem
-
-
- lbL2TrackS
-
-
- 156, 156
-
-
- 0
-
-
- tCControls
-
-
- 4, 4, 4, 4
-
-
- Dpad
-
-
- 4, 4, 4, 4
-
-
- lbGyroZN
-
-
- 1
-
-
- wScanCodeWASDToolStripMenuItem
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 190
-
-
- 42, 17
-
-
- lbLCross
-
-
- 7
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- NoControl
-
-
- 119, 21
-
-
- 100, 29
-
-
- 9, 94
-
-
- 4, 4, 4, 4
-
-
- fLPTiltControls
-
-
- 369, 129
-
-
- Square :
-
-
- 220
-
-
- 1
-
-
- shareToolStripMenuItem
-
-
- 9, 11
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPSettings
-
-
- Double Tap
-
-
- pnlFull
-
-
- 4, 0, 4, 0
-
-
- tPDeadzone
-
-
- 3
-
-
- crossToolStripMenuItem
-
-
- cBIdleDisconnect
-
-
- True
-
-
- 90, 273
-
-
- 200
-
-
- 215
-
-
- pnlController
-
-
- 112, 244
-
-
- rBTPMouse
-
-
- Flat
-
-
- 25, 25
-
-
- NoControl
-
-
- 4, 4, 4, 4
-
-
- pnlController
-
-
- 260
-
-
- 83
-
-
- pnlController
-
-
- Sensitivity
-
-
- bnSwipeRight
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- False
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- NoControl
-
-
- lbLSTip
-
-
- 1
-
-
- pnlController
-
-
- fLPActionButtons
-
-
- L2 :
-
-
- 227
-
-
- Left Stick Left :
-
-
- Use as Mouse
-
-
- gBLightbar
-
-
- lbL2TrackS
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Empty:
-
-
- 18, 17
-
-
- Use Dinput only
-
-
- 4, 4, 4, 4
-
-
- tBL2
-
-
- Arrow Keys
-
-
- 6, 21
-
-
- 233, 26
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBRumble
-
-
- w/ Scan Code
-
-
- lbL2Track
-
-
- cBDoubleTap
-
-
- False
-
-
- 166
-
-
- 4, 4, 4, 4
-
-
- gBRumble
-
-
- 1
-
-
- 9
-
-
- gBOther
-
-
- 71
-
-
- True
-
-
- pnlTPMouse
-
-
- 42, 27
-
-
- 4
-
-
- 4, 4, 4, 4
-
-
- Flush HID
-
-
- 5
-
-
- NoControl
-
-
- 4, 4, 4, 4
-
-
- 4, 4, 4, 4
-
-
- lbLL2
-
-
- 32, 91
-
-
- 1
-
-
- Gyro
-
-
- 4, 4, 4, 4
-
-
- btnRSTrackS
-
-
- NoControl
-
-
- tPDeadzone
-
-
- NoControl
-
-
- 189, 70
-
-
- 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
-
-
- l3ToolStripMenuItem
-
-
- gBOther
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- %
-
-
- tPSpecial
-
-
- pnlTPMouse
-
-
- lbL2TrackS
-
-
- lbLSCurve
-
-
- cBTouchpadJitterCompensation
-
-
- NoControl
-
-
- 32, 96
-
-
- lbGyroXN
-
-
- Left Mouse Button
-
-
- Test Light
-
-
- Right Mouse Button
-
-
- bnLeft
-
-
- fLPActionButtons
-
-
- 35, 27
-
-
- 2
-
-
- NoControl
-
-
- pnlController
-
-
- 251
-
-
- 89
-
-
- 0
-
-
- Right Stick
-
-
- gBOther
-
-
- tPDeadzone
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 269, 24
-
-
- 42, 60
-
-
- 4, 4, 4, 4
-
-
- 224
-
-
- bnTouchUpper
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 2 Fingers on Touchpad
-
-
- 311, 179
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 4, 4
-
-
- bnUp
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 4, 4, 4, 4
-
-
- 125, 25
-
-
- tSMIDPadInvertedY
-
-
- 4, 4, 4, 4
-
-
- nUDScroll
-
-
- 179, 37
-
-
- gBOther
-
-
- 4, 4, 4, 4
-
-
- cMSPresets
-
-
- NoControl
-
-
- pnlFull
-
-
- 2
-
-
- Zoom
-
-
- 4, 4, 4, 4
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- ArrowKeysToolStripMenuItem
-
-
- 242
-
-
- gBLightbar
-
-
- 210, 29
-
-
- 2, 2
-
-
- 27, 17
-
-
- lbLowRed
-
-
- 24
-
-
- btnRemAction
-
-
- 0, 0
-
-
- 2, 2
-
-
- 4
-
-
- Swipe Up
-
-
- 549, 564
-
-
- 1
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- NoControl
-
-
- 181
-
-
- 35, 14
-
-
- 5
-
-
- btnSATrack
-
-
- No
-
-
- fLPTouchSwipe
-
-
- 1
-
-
- Flat
-
-
- lbButtonMouseSens
-
-
- Sixaxis X
-
-
- tCControls
-
-
- 216
-
-
- Share :
-
-
- 88
-
-
- 290
-
-
- TopRight
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 2, 2
-
-
- True
-
-
- NoControl
-
-
- NoControl
-
-
- Left Stick Up :
-
-
- 218
-
-
- lb6Gryo
-
-
- 299
-
-
- Flat
-
-
- 61, 24
-
-
- False
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 6, 110
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 81
-
-
- 49
-
-
- 84, 29
-
-
- 10
-
-
- 325, 151
-
-
- bnLSUp
-
-
- NoControl
-
-
- 8
-
-
- pnlFull
-
-
- 111, 74
-
-
- pnlSATrack
-
-
- 12, 24
-
-
- 4, 4, 4, 4
-
-
- 4
-
-
- pnlController
-
-
- bnRSUp
-
-
- rightToolStripMenuItem
-
-
- 111, 0
-
-
- Flat
-
-
- 125, 25
-
-
- 293
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 225
-
-
- 121, 17
-
-
- True
-
-
- True
-
-
- 204
-
-
- NoControl
-
Flat
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Use as Mouse
-
-
- r1ToolStripMenuItem
-
-
- 136, 26
-
-
- 293, 78
-
-
- None
-
-
- 4, 4, 4, 4
-
-
- 203, 423
-
-
+
NoControl
-
- NoControl
+
+
+ 44, 9
-
- 8
+
+ 13, 13
-
- Slide
+
+
+ 49
-
- 233, 26
+
+ lowColorChooserButton
-
- 5
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 120, 120
-
-
- 4, 4, 4, 4
-
-
- NoControl
-
-
- 390, 29
-
-
- 4, 4, 4, 4
-
-
- 4, 4, 4, 4
-
-
- None
-
-
- 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
-
-
- 84, 24
-
-
- nUDR2S
-
-
- 4, 4, 4, 4
-
-
- 4, 4, 4, 4
-
-
- 156, 39
-
-
- Default
-
-
- 8
-
-
- lbGreen
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- MiddleLeft
-
-
- 52, 133
-
-
- 4, 0, 4, 0
-
-
- None
-
-
- 248
-
-
- Right Stick Up :
-
-
- nUDSZ
-
-
- NoControl
-
-
- NoControl
-
-
- Fill
-
-
- Yes
-
-
- 50, 22
-
-
- button1
-
-
- Flat
-
-
- nUDflashLED
-
-
- NoControl
-
-
- 11
-
-
- True
-
-
- 1
-
-
- Scroll
-
-
- Swipe Left
-
-
- Right :
-
-
- lbControlTip
-
-
- pnlFull
-
-
- fLPActionButtons
-
-
- 162
-
-
- Circle :
-
-
- While Charging:
-
-
- Triangle :
-
-
- 136, 26
-
-
- pnlController
-
-
- Options :
-
-
- Flat
-
-
- Up :
-
-
- 3
-
-
- 54, 22
-
-
- LS
-
-
- 203
-
-
- 24, 17
-
-
- button1
-
-
- 14
-
-
- 196
-
-
- 178, 291
-
-
- 2
-
-
- 4, 0, 4, 0
-
-
- 36, 34
-
-
- False
-
-
- bnRSRight
-
-
- 4, 4, 4, 4
-
-
- tSMIRSInvertedX
-
-
- 50, 22
-
-
- 156, 171
-
-
- 8, 5
-
-
- 251, 5
-
-
- 6
-
-
- 4, 4, 4, 4
-
-
- lbPercentRumble
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlTPMouse
-
-
- 197
-
-
- 4, 0, 4, 0
-
-
- nUDRSCurve
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 443, 126
-
-
- L3 :
-
-
- 63, 17
-
-
- Cross
-
-
- Reset
-
-
- 255
-
-
- 4, 4, 4, 4
-
-
- NoControl
-
-
- 12
-
-
- 348, 318
-
-
- 4, 4, 4, 4
-
-
- True
-
-
- 133, 6
-
-
- MiddleCenter
-
-
- None
-
-
- 234
-
-
- False
-
-
- NoControl
-
-
- 247
-
-
- 50, 22
-
-
- rBSAControls
-
-
- None
-
-
- fLPTiltControls
-
-
- No
-
-
- lbFull
-
-
- 9
-
-
- gBLightbar
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Inverted
-
-
- 73, 28
-
-
- Right Y-Axis-
-
-
- R3
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 0
-
-
- nUDTap
-
-
- gBLightbar
-
-
- 4, 4, 4, 4
-
-
- True
-
-
- bnSwipeUp
-
-
- Guide
-
-
- 4, 4, 4, 4
-
-
- 233, 26
-
-
- NoControl
-
-
- 253
-
-
- 207
-
-
- 288
-
-
- btnFlashColor
-
-
- pnlTPMouse
-
-
- None
-
-
- 233, 26
-
-
- pnlController
-
-
- 214
-
-
- True
-
-
- 5
-
-
- 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
-
-
- 151, 26
-
-
- pnlLowBattery
-
-
- 91
-
-
- Flat
-
-
- 172
-
-
- 90
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- None
-
-
- Controls
-
-
- 4, 4, 4, 4
-
-
- 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
-
-
- 175, 26
-
-
- System.Windows.Forms.ToolStripMenuItem, 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, 4, 4, 4
-
-
- Options
-
-
- 100, 29
-
-
- 180, 2
-
-
- 8, 66
-
-
- 4, 4, 4, 4
-
-
- 4, 4, 4, 4
-
-
- 85
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 0
-
-
- NoControl
-
-
- bnPS
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- L2
-
-
- True
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- NoControl
-
-
- 200, 62
-
-
- fLPTouchSwipe
-
-
- btnSATrackS
-
-
- 111, 0
-
-
+
System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
pnlLowBattery
-
- False
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 4, 4, 4, 4
-
-
- 4, 4, 4, 4
-
-
- 4, 4, 4, 4
-
-
- 172, 16
-
-
- LS
-
-
- leftToolStripMenuItem
-
-
- tSMIMouseInvertedX
-
-
- 2
-
-
- 4, 4, 4, 4
-
-
- None
-
-
- Swipe Down
-
-
- tSMIRSInvertedY
-
-
- 4, 4, 4, 4
-
-
- 61, 22
-
-
- 4, 4, 4, 4
-
-
- nUDLSCurve
-
-
- 163, 135
-
-
- tCSens
-
-
- lbInputDelay
-
-
- 254
-
-
+
0
-
- 4, 4
+
+ 30, 215
-
- NoControl
+
+ 39, 20
-
- False
-
-
- nUDRSS
-
-
- Down :
-
-
- 100, 29
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 4, 4, 4, 4
-
-
- 4, 0, 4, 0
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 4, 0, 4, 0
-
-
- gBSensitivity
-
-
- lbRainbowB
-
-
- Hold selected controls to perform an action, check the Action to use it while profile is loaded
-
-
- 3
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- NoControl
-
-
- 258
-
-
- 3
-
-
- cBGyroInvertX
-
-
- L2
-
-
- 18, 17
-
-
- MiddleLeft
-
-
- tBR2
-
-
- 1
-
-
- MiddleCenter
-
-
- 131, 21
-
-
- Accel
-
-
- True
-
-
- 19, 17
-
-
- 5
-
-
- Full:
-
-
- NoControl
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- None
-
-
- True
-
-
- 331, 234
-
-
- System.Windows.Forms.OpenFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tBsixaxisGyroX
-
-
- 136, 291
-
-
- PS :
-
-
- 36, 22
-
-
- True
-
-
- Right Touch :
-
-
- pnlController
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 4, 0, 4, 0
-
-
- 35, 40
-
-
- NoControl
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 4, 4, 4, 4
-
-
- lb6Accel
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- lbSwipeDown
-
-
- NoControl
-
-
- 212
+
+ 167
nUDRainbow
-
- Left X-Axis-
-
-
- 207
-
-
- 4, 115
-
-
- Flat
-
-
- NoControl
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tBsixaxisAccelY
-
-
- 17, 17
-
-
- 3, 324
-
-
- 217
-
-
- 0
-
-
- 4, 4, 4, 4
-
-
- 7
-
-
- 50, 22
-
-
- l1ToolStripMenuItem
-
-
- pnlController
-
-
- 0
-
-
- 254
-
-
- NoControl
-
-
- 242
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 4, 4
-
-
- 21
-
-
- 235
-
-
- 50, 22
-
-
- 313, 37
-
-
- 200, 31
-
-
- True
-
-
- MiddleLeft
-
-
- 88, 2
-
-
- 121, 95
-
-
- lbLPS
-
-
- 12, 66
-
-
- 2, 2
-
-
- Inverted
-
-
- 180, 25
-
-
- Sensitivity
-
-
- 0
-
-
- 4, 4, 4, 4
-
-
- 0
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- bnSquare
-
-
- 392, -1
-
-
- 2, 2
-
-
- None
-
-
- cBSlide
-
-
- bnShare
-
-
- lbRSCurvePercent
-
-
- 367, 129
-
-
- 0, 35
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Color
-
-
- 4, 4, 4, 4
-
-
- 0
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 171
-
-
- lbLowGreen
-
-
- 230
-
-
- 17, 136
-
-
- pnlRSTrack
-
-
- 4, 0, 4, 0
-
-
- None
-
-
- 4, 4, 4, 4
-
-
- gBSensitivity
-
-
- Flash at
-
-
- Inverted X
-
-
- NoControl
-
-
- NoControl
-
-
- Yes
-
-
- True
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- True
-
-
- NoControl
-
-
- WASDToolStripMenuItem
-
-
- R2
-
-
- 4, 0, 4, 0
-
-
- True
-
-
- 157, 204
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- bnRSDown
-
-
- bnRSLeft
-
-
- 151, 26
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 216
-
-
- No
-
-
- tPCurve
-
-
- 4, 4, 4, 4
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 6
-
-
- Inverted
-
-
- tPDeadzone
-
-
- 49
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- bnDown
-
-
- MouseToolStripMenuItem
-
-
- Left
-
-
- 4, 99
-
-
- False
-
-
- 4, 4, 4, 4
-
-
- pnlController
-
-
- 215
-
-
- gBLightbar
-
-
- 98, 17
-
-
- 4
-
-
- 11
-
-
- True
-
-
- 151, 26
-
-
- 1
-
-
- True
-
-
- 4
-
-
- 112, 133
-
-
- B
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 4, 4, 4, 4
-
-
- Touchpad
-
-
- 14
-
-
- 35
-
-
- NoControl
-
-
- 375, 110
-
-
- 364, 204
-
-
- pnlController
-
-
- tCControls
-
-
- Pulse at
-
-
- Sixaxis: X axis is flipped for easier reading
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 4, 4, 4, 4
-
-
- WASD
-
-
- 156, 156
-
-
- Color by Battery %
-
-
- 170, 29
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 261
-
-
- Gyro
-
-
- 8, 17
-
-
- False
-
-
- %
-
-
- 114, 207
-
-
- 4, 0, 4, 0
-
-
- 233, 26
-
-
- 209, 11
-
-
- pnlActions
-
-
- Inverted X
-
-
- gBLightbar
-
-
- gBGyro
-
-
- 172, 22
-
-
- 2, 2
-
-
- lbRS
-
-
- nUDL2S
-
-
- 0
-
-
- 2, 2
-
-
- 241
-
-
- Left Stick
-
-
- NoControl
-
-
- 210, 29
-
-
- True
-
-
- 4, 0, 4, 0
-
-
- NoControl
-
-
- 8, 57
-
-
- Input Delay: N/Ams
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- cBWhileCharging
-
-
- btnLSTrack
-
-
- lbGyroSens
-
-
- tPDeadzone
-
-
- gBSensitivity
-
-
- 208, 29
-
-
- pnlController
-
-
- 391, 2
-
-
- 250
-
-
- A Button
-
-
- 7
-
-
- gBSensitivity
-
-
- 265, 39
-
-
- 4, 4, 4, 4
-
-
- No
-
-
- NoControl
-
-
- 0, 0
-
-
- nUDSX
-
-
- Use Controller
-
-
- 3
-
-
- Browse...
-
-
- fLPTouchSwipe
-
-
- 80
-
-
- 136, 26
-
-
- 4, 25
-
-
- 234
-
-
- NoControl
-
-
- pnlSixaxis
-
-
- tBRedBar
-
-
- 206
-
-
- Yes
-
-
- 13
-
-
- 208, 29
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 0
-
-
- 73, 17
-
-
- 4, 4, 4, 4
-
-
- lbLDown
-
-
- Y Button
-
-
- 119, 21
-
-
- lbLOptions
-
-
- Start with Slide/Scroll off
-
-
- 233, 26
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- lbL2TrackS
-
-
- fLPTouchSwipe
-
-
- 27, 17
-
-
- False
-
-
- 5
-
-
- 3
-
-
- 233, 26
-
-
- 298
-
-
- No
-
-
- lbLSCurvePercent
-
-
- 204
-
-
- fLPTouchSwipe
-
-
- lbLLS
-
-
- Yes
-
-
- 49
-
-
- 405, 160
-
-
- 4, 4
-
-
- NoControl
-
-
- 79, 11
-
-
- 4, 4, 4, 4
-
-
- 10
-
-
- NoControl
-
-
- 50, 22
-
-
- 7
-
-
- NoControl
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 61, 24
-
-
- bnTouchMulti
-
-
- 492, -3
-
-
- 12, 63
-
-
- 257
-
-
- NoControl
-
-
- 2
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBOther
-
-
- lbL2
-
-
- tSMILSInvertedX
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 5, 166
-
-
- 233, 26
-
-
- Left X-Axis+
-
-
- pnlController
-
-
- gBTouchpad
-
-
- 237
-
-
- System.Windows.Forms.CheckBox, 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
-
-
- 156, 39
-
-
- 4
-
-
- 4, 0, 4, 0
-
-
- 4, 78
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- NoControl
-
-
- 34, 27
-
-
- 39, 21
-
-
- 9
-
-
- 1
-
-
- fLPTiltControls
-
-
- 0
-
-
- NoControl
-
-
- 2, 2
-
-
- False
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- NoControl
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlRSTrack
-
-
- 233, 26
-
-
- 14
-
-
- Mouse
-
-
- NoControl
-
-
- Middle Mouse Button
-
-
- 156, 156
-
-
- 3
-
-
- gBTouchpad
-
-
- lbL2TrackS
-
-
- 1
-
-
- 18, 108
-
-
- 111, 37
-
-
- 235
-
-
- Right Button
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 150, 24
-
-
- True
-
-
- 1
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 48
-
-
- NoControl
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- nUDLS
-
-
- 8, 22
-
-
- NoControl
-
-
- LS
-
-
- 2
-
-
- 5
-
-
- Control
-
-
- btnRainbow
-
-
- Right Bumper
-
-
- tPControls
-
-
- 4, 4, 4, 4
-
-
- No
-
-
- System.Windows.Forms.Form, 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
-
-
- tBsixaxisGyroZ
-
-
- 334, 160
-
-
- None
-
-
- 340, 227
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Down Button
-
-
- pnlSAMouse
-
-
- btnGyroTriggers
-
-
- System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 4, 4, 4, 4
-
-
- 135, 12
-
-
- 20, 17
-
-
- pnlController
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 12
-
-
- 59, 84
-
-
- 4, 4, 4, 4
-
-
- 180
-
-
- 31, 156
-
-
- NoControl
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 10, 28
-
-
- 286
-
-
- NoControl
-
-
- Inverted Y
-
-
- pnlSAMouse
-
-
- 33, 33
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- lbL2TrackS
-
-
- 82, 2
-
-
- 250
-
-
- Circle
-
-
- 206
-
-
- 4, 0, 4, 0
-
-
- 4, 4, 4, 4
-
-
- NoControl
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 2
-
-
- Fill
-
-
- pnlRSTrack
-
-
- Left Trigger
-
-
- 284
-
-
- Triangle
-
-
- 4, 4, 4, 4
-
-
- 23
-
-
- NoControl
-
-
- 4, 4, 4, 4
-
-
- 208, 29
-
-
- 6
-
-
- Right X-Axis+
-
-
- 45
-
-
- 162, 56
-
-
- NoControl
-
-
- 58, 81
-
-
- 207
-
-
- 233, 26
-
-
- 3
-
-
- NoControl
-
-
- 4, 4, 4, 4
-
-
- True
-
-
- Flat
-
-
- lbL2TrackS
-
-
- 7
-
-
- lbLR1
-
-
- 4, 4, 4, 4
-
-
- 1
-
-
- 2
-
-
- tPDeadzone
-
-
- 4, 4
-
-
- NoControl
-
-
- 5
-
-
- 4, 4, 4, 4
-
-
- 340, 305
-
-
- True
-
-
- Flat
-
-
- 3
-
-
- Rainbow
-
-
- True
-
-
- 136, 26
-
-
- bnGyroXN
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBOther
-
-
- NoControl
-
-
- None
-
-
- 3
-
-
- Popup
-
-
- 4, 0, 4, 0
-
-
- 90, 29
-
-
- None
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSAMouse
-
-
- NoControl
-
-
- 1
-
-
- NoControl
-
-
- 4, 4, 4, 4
-
-
- 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
-
-
- 4, 0, 4, 0
-
-
- 294
-
-
- 289
-
-
- True
-
-
- X Button
-
-
- 4, 317
-
-
- True
-
-
- lbRed
-
-
- tBLowGreenBar
-
-
- 340, 57
-
-
- 3
-
-
- 25, 17
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 339, 152
-
-
- 8
-
-
- 4, 25
-
-
- 4, 4, 4, 4
-
-
- 12
-
-
- 4, 4, 4, 4
-
-
- Flat
-
-
- Zoom
-
-
- Inverted Y
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- nUDR2
-
-
- 165
-
-
- 340, 237
-
-
- 2, 2
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 157
-
-
- gBOther
-
-
- 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
-
- Flat
-
-
- 14, 26
-
-
- 180, 56
-
-
- bnSwipeLeft
-
-
- 4, 4, 4, 4
-
-
- 193
-
-
- 8, 64
-
-
- 6
-
-
- 4, 0, 4, 0
-
-
- No
-
-
- No
-
-
- 250
-
-
- 287
-
-
- 111, 111
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- L1 :
-
-
- 4, 4, 4, 4
-
-
- Sixaxis Left :
-
-
- 4, 4, 4, 4
-
-
- 204
-
-
- 21, 21
-
-
- ABXYToolStripMenuItem
-
-
- NoControl
-
-
- gBOther
-
-
- nUDRumbleBoost
-
-
- NoControl
-
-
- 167, 191
-
-
- 151, 26
-
-
- 32, 62
-
-
- 206
-
-
- 8, 267
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Left Bumper
-
-
- Right Y-Axis+
-
-
- 375, 70
-
-
- tCSens
-
-
- 100, 29
-
-
- Options
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 83, 93
-
-
- panel2
-
-
- 128, 17
-
-
- 50, 22
-
-
- cBControllerInput
-
-
- 42, 23
-
-
- 19, 17
-
-
- MiddleCenter
-
-
- 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
-
-
- cBScroll
-
-
- Mouse Sensitivity:
-
-
- pBHoveredButton
-
-
- pnlLowBattery
-
-
- 15
-
-
- Top, Bottom, Left
-
-
- pnlTPMouse
-
-
- pnlController
-
-
- False
-
-
- 0
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- True
-
-
- NoControl
-
-
- secs/cycle
-
-
- Sixaxis X
-
-
- True
-
-
- 4, 4, 4, 4
-
-
- 12, 34
-
-
- gBOther
-
-
- 16, 16
-
-
- btnBrowse
-
-
- 0
-
-
- 4, 4, 4, 4
-
-
- Flat
-
-
- pnlSAMouse
-
-
- fLPSettings
-
-
- nUDSZS
-
-
- 11
-
-
- fLPTiltControls
-
-
- 296
-
-
- 37, 36
-
-
- 131, 21
-
-
- 6
-
-
- NoControl
-
-
- False
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 5, 23
-
-
- 201
-
-
- Deadzone
-
-
- gBSensitivity
-
-
- NoControl
-
-
- 25
-
-
- gBLightbar
-
-
- tPCurve
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- True
-
-
- 139, 38
-
-
- 4
-
-
- Always on
-
-
- 137, 244
-
-
- TopRight
-
-
- 15
-
-
- 38, 2
-
-
- 291
-
-
- 0
-
-
- 47
-
-
- System.Windows.Forms.TabPage, 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
-
-
- NoControl
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 0
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 89, 65
-
-
- NoControl
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 246
-
-
- 358, 82
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 111, 74
-
-
- nUDTouch
-
-
- tPControls
-
-
- 4, 4, 4, 4
-
-
- 204
-
-
- 10
-
-
- NoControl
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- False
-
-
- 156, 39
-
-
- 130, 21
-
-
- True
-
-
- pnlController
-
-
- 4, 0, 4, 0
-
-
- 443, 129
-
gBLightbar
-
- fLPSettings
+
+ 10
-
- 131, 3
+
+ False
-
- 14
-
-
- 12, 24
-
-
- 36, 38
-
-
- 4, 41
-
-
- cBTap
-
-
- RS
-
-
- 55, 21
-
-
- True
-
-
- gBSensitivity
-
-
- MiddleCenter
-
-
- None
-
-
- 4
-
-
- 0
-
-
+
NoControl
-
- 1
+
+ 26, 73
-
- 182, 4
+
+ 100, 20
-
- NoControl
+
+ 12
-
- 61, 22
+
+ tBBlueBar
-
- 0
+
+ System.Windows.Forms.TrackBar, 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
-
-
- numUDMouseSens
-
-
- 106, 62
-
-
- 150, 93
-
-
- 257
-
-
- 295
-
-
- 4, 30
-
-
- pnlController
-
-
- 13
-
-
- 50, 22
-
-
- NoControl
-
-
- 287
-
-
- 4, 0, 4, 0
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- lbIdleMinutes
-
-
- 38, 39
-
-
- True
-
-
- 4, 0, 4, 0
-
-
- nUDGyroSensitivity
-
-
- NoControl
-
-
- Y
-
-
- 203
-
-
- 4, 4
-
-
- Left
-
-
- 289
-
-
- NoControl
-
-
- TopCenter
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
+
pnlFull
-
- 20, 17
-
-
- pnlTPMouse
-
-
- lbRSS
-
-
- gBSensitivity
-
-
- 4, 0, 4, 0
-
-
- 1
-
-
- lbL2TrackS
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 2
-
-
- NoControl
-
-
- False
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBTouchpad
-
-
- tSMILSInvertedY
-
-
- 4, 4, 4, 4
-
-
- NoControl
-
-
- System.Windows.Forms.CheckBox, 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
-
-
- False
-
-
- 100
-
-
- 74
-
-
- 30
-
-
- 167
-
-
- 138, 56
-
-
- 100, 29
-
-
- 4, 0, 4, 0
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- True
-
-
- 189, 268
-
-
- Controller Readings
-
-
- 35, 13
-
-
- MiddleLeft
-
-
- 102, 6
-
-
- 163
-
-
- 18
-
-
- MiddleCenter
-
-
- tSMIDPadInvertedX
-
-
- 4, 4, 4, 4
-
-
- 56, 26
-
-
- Square
-
-
- pnlLowBattery
-
-
- 61, 24
-
-
+
6
-
- 254
-
-
- None
-
-
- defaultToolStripMenuItem
-
-
- 36, 76
-
-
- pnlController
-
-
- 4, 0, 4, 0
-
-
- lbL2S
-
-
- Left Stick
-
-
- 39, 21
-
-
- 4, 0, 4, 0
-
-
- 24, 17
-
-
- 4, 4, 4, 4
-
-
- 11, 95
-
-
- 50, 22
-
-
- NoControl
-
-
- 4, 42
-
-
- NoControl
-
-
- NoControl
-
-
- 154, 5
-
-
- Back
-
-
- button1
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- NoControl
-
-
- 221
-
-
- Down
-
-
+
False
-
- False
-
-
- 33, 10
-
-
- lbLS
-
-
- pnlActions
-
-
- 4, 0, 4, 0
-
-
+
NoControl
-
- Tap
+
+ 26, 50
-
- lbR2Track
-
-
- No
-
-
- 15
-
-
- False
-
-
- 104, 21
-
-
- cBFlushHIDQueue
-
-
- toolStripSeparator1
-
-
- 34, 17
-
-
- R2
-
-
- 16, 16
-
-
- 136, 20
-
-
- pnlActions
-
-
- cBDinput
-
-
- False
-
-
- 332, 69
+
+ 100, 20
11
-
+
+ tBGreenBar
+
+
+ System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlFull
+
+
5
-
- 286
-
-
- 151, 26
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 232
-
-
- 7, 202
-
-
- NoControl
-
-
- No
-
-
- pnlSAMouse
-
-
- 158
-
-
- NoControl
-
-
- pnlController
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPTouchSwipe
-
-
- 2, 2
-
-
- 210, 59
-
-
- Flat
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Sixaxis Right :
-
-
- 7
-
-
- NoControl
-
-
- 4, 4, 4, 4
-
-
- 160
-
-
- 247
-
-
- 136, 26
-
-
- 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
-
-
- 82
-
-
- Invert:
-
-
- gBGyro
-
-
- 352, 72
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 17
-
-
- 4, 0, 4, 0
-
-
- 7
-
-
- 4, 4, 4, 4
-
-
- lowColorChooserButton
-
-
- Flat
-
-
- 222
-
-
- None
-
-
- Inverted
-
-
- 1262, 593
-
-
- bnR2
-
-
- NoControl
-
-
+
False
-
+
NoControl
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 26, 24
-
- 4, 4, 4, 4
+
+ 100, 20
-
- NoControl
+
+ 10
-
- 20, 17
+
+ tBRedBar
-
- System.Windows.Forms.ToolStripMenuItem, 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
-
- 255
+
+ pnlFull
-
- StretchImage
+
+ 4
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 89, 29
-
-
- 0
-
-
- 167, 231
-
-
- 269, 60
-
-
- 404, 94
-
-
- 4, 4, 4, 4
-
-
- lbL2TrackS
-
-
- Fill
-
-
- 4, 0, 4, 0
-
-
+
True
-
- gBSensitivity
+
+ NoControl
-
- 70, 28
+
+ 6, 191
-
- rBTPControls
+
+ 111, 17
-
- triangleToolStripMenuItem
+
+ 162
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ Color by Battery %
-
- None
+
+ cBLightbyBattery
-
- Curve
+
+ System.Windows.Forms.CheckBox, 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
+
+ gBLightbar
-
- Sixaxis Down :
+
+ 12
-
+
+ True
+
+
+ NoControl
+
+
+ 9, 76
+
+
+ 14, 13
+
+
+ 160
+
+
+ B
+
+
+ lbBlue
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlFull
+
+
+ 3
+
+
+ True
+
+
+ NoControl
+
+
+ 10, 53
+
+
+ 15, 13
+
+
+ 159
+
+
+ G
+
+
+ lbGreen
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlFull
+
+
2
-
- Inverted X
+
+ True
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ NoControl
-
- 216
+
+ 72, 218
-
- 135, 60
+
+ 59, 13
-
- Left Mouse Button
+
+ 157
-
- 47, 17
+
+ secs/cycle
+
+
+ lbspc
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ gBLightbar
+
+
+ 11
+
+
+ True
+
+
+ NoControl
+
+
+ 10, 27
+
+
+ 15, 13
+
+
+ 158
+
+
+ R
+
+
+ lbRed
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlFull
+
+
+ 1
True
-
- 153, 82
-
-
+
NoControl
-
+
+ 109, 39
+
+
+ No
+
+
+ 82, 17
+
+
+ 226
+
+
+ Double Tap
+
+
+ cBDoubleTap
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
pnlTPMouse
-
- 352, 278
+
+ 1
+
+
+ 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
+
+
+ 6
+
+
+ 63, 39
+
+
+ 40, 20
+
+
+ 227
+
+
+ nUDTap
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlTPMouse
+
+
+ 4
+
+
+ True
+
+
+ NoControl
+
+
+ 108, 10
+
+
+ Yes
+
+
+ 52, 17
+
+
+ 231
+
+
+ Scroll
+
+
+ cBScroll
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlTPMouse
+
+
+ 2
+
+
+ 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
+
+
+ 7
+
+
+ 167, 9
+
+
+ 40, 20
+
+
+ 228
+
+
+ nUDScroll
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlTPMouse
+
+
+ 0
+
+
+ 63, 9
+
+
+ 40, 20
+
+
+ 229
+
+
+ nUDTouch
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlTPMouse
+
+
+ 8
+
+
+ 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
+
+
+ 10
+
+
+ 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
+
+
+ 5
+
+
+ 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
+
+
+ 3
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 4
+
+
+ 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, 5
+
+
+ 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
+
+
+ 168, 47
+
+
+ 28, 13
+
+
+ 200
+
+
+ mins
+
+
+ lbIdleMinutes
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ gBOther
+
+
+ 13
+
+
+ 114, 44
+
+
+ 49, 20
+
+
+ 201
+
+
+ nUDIdleDisconnect
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ gBOther
8
-
- RS
+
+ 105, 2
-
- MiddleLeft
+
+ 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
+
+
+ 6, 162
+
+
+ Yes
+
+
+ 73, 17
+
+
+ 198
+
+
+ Flush HID
+
+
+ cBFlushHIDQueue
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ gBOther
+
+
+ 12
+
+
+ 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
-
- 337, 227
+
+ NoControl
-
- pnlController
+
+ 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, 34
+
+
+ 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, 34
+
+
+ 20, 13
+
+
+ 196
+
+
+ LS
+
+
+ lbLS
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tPDeadzone
+
+
+ 10
+
+
+ 105, 31
+
+
+ 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
+
+
+ numUDMouseSens
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ gBOther
+
+
+ 11
+
+
+ 30, 31
+
+
+ No
+
+
+ 40, 20
+
+
+ 203
+
+
+ nUDLS
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tPDeadzone
+
+
+ 2
+
+
+ 30, 2
+
+
+ No
+
+
+ 40, 20
+
+
+ 203
+
+
+ nUDL2
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tPDeadzone
+
+
+ 1
+
+
+ pnlTPMouse
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ gBTouchpad
+
+
+ 0
+
+
+ rBTPControls
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ gBTouchpad
+
+
+ 1
+
+
+ rBTPMouse
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ gBTouchpad
+
+
+ 2
+
+
+ fLPTouchSwipe
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ gBTouchpad
3
-
- 549, 35
+
+ 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
+
+
+ cbStartTouchpadOff
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlTPMouse
+
+
+ 9
+
+
+ -3, 50
+
+
+ 2, 2, 2, 2
+
+
+ 267, 128
+
+
+ 257
+
+
+ pnlTPMouse
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ gBTouchpad
+
+
+ 0
+
+
+ True
+
+
+ NoControl
+
+
+ 14, 109
+
+
+ 142, 17
+
+
+ 233
+
+
+ Start with Slide/Scroll off
+
+
+ cbStartTouchpadOff
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlTPMouse
+
+
+ 9
+
+
+ True
+
+
+ NoControl
+
+
+ 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
+
+
+ bnSwipeUp
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ fLPTouchSwipe
+
+
+ 0
+
+
+ lbSwipeUp
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ fLPTouchSwipe
+
+
+ 1
+
+
+ bnSwipeDown
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ fLPTouchSwipe
+
+
+ 2
+
+
+ lbSwipeDown
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ fLPTouchSwipe
+
+
+ 3
+
+
+ bnSwipeLeft
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ fLPTouchSwipe
+
+
+ 4
+
+
+ lbSwipeLeft
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ fLPTouchSwipe
+
+
+ 5
+
+
+ bnSwipeRight
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ fLPTouchSwipe
+
+
+ 6
+
+
+ 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
+
+
+ 326, 13
+
+
+ 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
+
+
+ False
+
+
+ 117, 22
+
+
+ Control
+
+
+ 114, 6
+
+
+ 117, 22
+
+
+ Default
+
+
+ 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
+
+
+ 127, 22
+
+
+ Inverted
+
+
+ 127, 22
+
+
+ Inverted X
+
+
+ 127, 22
+
+
+ Inverted Y
+
+
+ 117, 22
+
+
+ Face Buttons
+
+
+ False
+
+
+ 117, 22
+
+
+ WASD
+
+
+ 147, 22
+
+
+ w/ Scan Code
+
+
+ 117, 22
+
+
+ Arrow Keys
+
+
+ 147, 22
+
+
+ w/ Scan Code
+
+
+ 117, 22
+
+
+ Mouse
+
+
+ 127, 22
+
+
+ Inverted
+
+
+ 127, 22
+
+
+ Inverted X
+
+
+ 127, 22
+
+
+ Inverted Y
+
+
+ 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
+
+
+ cBDinput
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ gBOther
+
+
+ 0
+
+
+ pBProgram
+
+
+ System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ gBOther
+
+
+ 1
+
+
+ cBLaunchProgram
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ gBOther
+
+
+ 2
+
+
+ btnBrowse
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ gBOther
+
+
+ 3
+
+
+ lbUseController
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ gBOther
+
+
+ 4
+
+
+ cBMouseAccel
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ gBOther
+
+
+ 5
+
+
+ nUDSixaxis
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ gBOther
+
+
+ 6
+
+
+ cBControllerInput
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ gBOther
+
+
+ 7
+
+
+ cBIdleDisconnect
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ gBOther
+
+
+ 9
+
+
+ 281, 221
+
+
+ 272, 190
+
+
+ 247
+
+
+ Other
+
+
+ gBOther
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ fLPSettings
+
+
+ 5
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 138
+
+
+ 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
+
+
+ 0
+
+
+ NoControl
+
+
+ 202, 106
+
+
+ 23, 23
+
+
+ Zoom
+
+
+ 255
+
+
+ pBProgram
+
+
+ System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ gBOther
+
+
+ 1
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 105
+
+
+ Yes
+
+
+ 107, 30
+
+
+ 254
Launch Program
with profile
-
- 196, 19
+
+ cBLaunchProgram
-
- 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
-
- 6
+
+ gBOther
-
- pnlController
+
+ 2
-
- 90, 97
-
-
- lbBlue
-
-
- 3, 2
-
-
- System.Windows.Forms.ToolStripMenuItem, 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
-
-
- 43
-
-
- 4, 4, 4, 4
-
-
- 183, 171
-
-
- False
-
-
- System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- lbR2
-
-
- 234
-
-
- Yes
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 4, 4, 4, 4
-
-
- 27, 40
-
-
- gBGyro
-
-
- 5
-
-
- 120, 10
-
-
- 7, 131
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- NoControl
-
-
- NoControl
-
-
- 10
-
-
- 6
-
-
- nUDRainbowB
-
-
- 87
-
-
- cBGyroInvertY
-
-
- 20, 17
-
-
- 9
-
-
- pnlLowBattery
-
-
- 7
-
-
- 4, 4, 4, 4
-
-
- pnlSixaxis
-
-
- 4, 4, 4, 4
-
-
- 61, 24
-
-
+
Zoom
-
+
+ MiddleRight
+
+
NoControl
-
- 2, 2
+
+ 130, 108
-
- 196
+
+ 67, 23
-
- fLPTouchSwipe
+
+ 253
-
- Flat
+
+ Browse...
-
- 330, 207
+
+ btnBrowse
-
- Face Buttons
-
-
- True
-
-
- cBLightbyBattery
-
-
- 228
-
-
- System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- True
-
-
- System.Windows.Forms.ComboBox, 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
-
- 247
-
-
- Flat
-
-
- lbLright
-
-
- pnlSixaxis
-
-
- btnEditAction
-
-
- 4, 4, 4, 4
-
-
- 233, 26
-
-
- pnlController
-
-
- NoControl
-
-
- NoControl
-
-
- NoControl
-
-
- 4, 0, 4, 0
-
-
- NoControl
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 1, 24
-
-
- 3
-
-
- pnlSAMouse
-
-
- lbUseController
-
-
- 4, 4, 4, 4
-
-
- NoControl
-
-
- pnlController
-
-
- TopRight
-
-
- 2
-
-
- pnlController
-
-
- 4, 4, 4, 4
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 4, 4, 4, 4
-
-
- pnlSixaxis
-
-
- 8, 37
-
-
- 236
-
-
- gBGyro
-
-
- Sixaxis Z
-
-
- 4, 4, 4, 4
-
-
- 73
-
-
- NoControl
-
-
- NoControl
-
-
- 0
-
-
- Flat
-
-
- 4, 4, 4, 4
-
-
- fLPTouchSwipe
-
-
- 147, 21
-
-
- False
-
-
- bnR1
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- optionsToolStripMenuItem
-
-
- 214
-
-
- nUDSXS
-
-
- 175, 26
-
-
- 3
-
-
- fLPTiltControls
-
-
- Use for Controls
-
-
- 272, 210
-
-
- lbLLeft
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- lbLSquare
-
-
- 37, 17
-
-
- 197
-
-
- 8, 239
-
-
- pnlController
-
-
- NoControl
-
-
- 158, 121
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 16
-
-
- 195, 244
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- False
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 26, 40
-
-
- Cross :
-
-
- 4, 4, 4, 4
-
-
- Test Heavy
-
-
- bnLSRight
-
-
- 0, 0
-
-
- 4, 0, 4, 0
-
-
- 16, 16
-
-
- 93, 96
-
-
- 158, 21
-
-
- 28, 32
-
-
- pnlLowBattery
-
-
- tPDeadzone
-
-
- R3 :
-
-
- Jitter Compensation
-
-
- Yes
-
-
- Right Stick Down :
-
-
- 233
-
-
- NoControl
-
-
- None
-
-
- fLPTiltControls
-
-
- 549, 47
-
-
- 1280, 640
-
-
- NoControl
-
-
- 254, 192
-
-
- 14, 49
-
-
- 189, 110
-
-
- 61, 24
-
-
- 108, 17
-
-
- Use for Controls
-
-
- bnSwipeDown
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Vertical
-
-
- pnlSixaxis
-
-
- 151, 26
-
-
- 287
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- None
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 352, 69
-
-
- MiddleLeft
-
-
- Flat
-
-
- 25, 17
-
-
- pnlController
-
-
- 18, 82
-
-
- nUDSixaxis
-
-
- 405, 96
-
-
- 12
-
-
- 4, 0, 4, 0
-
-
+
gBOther
-
- tPControls
-
-
- pnlController
-
-
- 136, 49
-
-
- 172, 24
-
-
- gBOther
-
-
- RS
-
-
- NoControl
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- False
-
-
- NoControl
-
-
- System.Windows.Forms.ToolStripMenuItem, 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
-
-
- Top
-
-
- 151, 26
-
-
- 1
-
-
- 6
-
-
- nUDLSS
-
-
- 4, 4, 4, 4
-
-
- lbSwipeUp
-
-
- 92, 151
-
-
- NoControl
-
-
- 54, 22
-
-
- 208, 29
-
-
- Flat
-
-
- None
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 258
-
-
- 168
-
-
- 4, 0, 4, 0
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- lbLTouchUpper
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- DS4Windows.AdvancedColorDialog, DS4Windows, Version=1.4.5.0, Culture=neutral, PublicKeyToken=null
-
-
- 4, 4, 4, 4
-
-
- None
-
-
- None
-
-
- NoControl
-
-
- pnlController
-
-
- NoControl
-
-
- True
-
-
- 2
-
-
- Flat
-
-
- 233, 26
-
-
- 303
-
-
- 4, 25
-
-
- 156, 156
-
-
- pnlController
-
-
- 89, 99
-
-
- tPCurve
-
-
- bnL1
-
-
- 4, 0, 4, 0
-
-
- 216
-
-
- 69, 27
-
-
- False
-
-
- 209
-
-
- 13
-
-
- gBLightbar
-
-
- 283
-
-
- 252
-
-
- gBTouchpad
-
-
- lbRSCurve
-
-
- B Button
-
-
- 4, 4, 4, 4
-
-
- System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- NoControl
-
-
- onTouchpadToolStripMenuItem
-
-
- 91, 21
-
-
- Right Trigger
-
-
- 248
-
-
- 50, 22
-
-
- 233, 26
-
-
- bnCross
-
-
- 1
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 19
-
-
- btnLSTrackS
-
-
- Share
-
-
- 36
-
-
- tSMILSInverted
-
-
- 42
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Flat
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 233, 26
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 63, 17
-
-
- tPControls
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 86
-
-
- panel2
-
-
- 51, 17
-
-
- lbLUp
-
-
- 4, 0, 4, 0
-
-
- 31
-
-
- NoControl
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 301
-
-
- 105
-
-
- nUDIdleDisconnect
-
-
- tBsixaxisAccelZ
-
-
- Name
-
-
- False
-
3
-
- cBLaunchProgram
-
-
- 4, 4, 4, 4
-
-
- 216
-
-
+
True
-
+
NoControl
-
- gBSensitivity
+
+ 7, 75
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 73, 13
-
- 50
+
+ 252
-
- pnlController
+
+ Use Controller
-
- lbWhileCharging
+
+ lbUseController
-
- lbLShare
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- cbStartTouchpadOff
+
+ gBOther
-
- NoControl
+
+ 4
-
- 7
-
-
- 203
-
-
- 170, 29
-
-
- Flat
-
-
- nUDL2
-
-
- lbSixaxisX
-
-
- 4, 0, 4, 0
-
-
- NoControl
-
-
- downToolStripMenuItem
-
-
- pnlController
-
-
- 7
-
-
- False
-
-
+
True
-
- MiddleCenter
+
+ NoControl
-
- 4, 4, 4, 4
+
+ 164, 9
-
- 49
+
+ 120, 17
-
- False
+
+ 251
-
- tSMIDPadInverted
+
+ Mouse Acceleration
-
- Special Actions
+
+ cBMouseAccel
-
- Flat
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 2
+
+ gBOther
-
- MiddleCenter
+
+ 5
-
- 4, 4, 4, 4
+
+ 87, 74
-
- pnlController
+
+ 29, 20
-
- bnTouchLeft
+
+ 250
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ nUDSixaxis
-
- pnlController
+
+ 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
+
+ gBOther
-
- System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 6
-
- 7, 54
+
+ True
-
- cHName
+
+ NoControl
-
- lbL2TrackS
+
+ 120, 74
-
- fingerOnTouchpadToolStripMenuItem
+
+ Yes
-
- pnlController
+
+ 142, 17
-
- lbRSTip
+
+ 242
-
- 244
+
+ for Mapping and readout
-
- 239
+
+ cBControllerInput
-
- Options
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ gBOther
+
+
+ 7
+
+
+ True
+
+
+ NoControl
+
+
+ 7, 45
Yes
-
- cMGyroTriggers
-
-
- R2
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 2, 2
+
+ 100, 17
232
-
- 52, 134
+
+ Idle Disconnect
-
- 549, 564
+
+ cBIdleDisconnect
-
- System.Windows.Forms.ColumnHeader, 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
-
- 233, 26
+
+ gBOther
-
- 28
+
+ 9
-
+
+ btnRainbow
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ gBLightbar
+
+
+ 0
+
+
+ lbRainbowB
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ gBLightbar
+
+
+ 1
+
+
+ nUDRainbowB
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ gBLightbar
+
+
+ 2
+
+
+ cBFlashType
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ gBLightbar
+
+
+ 3
+
+
+ cBWhileCharging
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ gBLightbar
+
+
+ 4
+
+
+ btnFlashColor
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ gBLightbar
+
+
+ 5
+
+
+ btnChargingColor
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ gBLightbar
+
+
+ 6
+
+
+ lbWhileCharging
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ gBLightbar
+
+
+ 7
+
+
+ lbPercentFlashBar
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ gBLightbar
+
+
+ 8
+
+
+ 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
+
+
+ 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
+
+
+ 82, 13
+
+
+ 236
+
+
+ While Charging:
+
+
+ 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
+
+
+ lbPercentRumble
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ gBRumble
+
+
+ 0
+
+
+ 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
+
+
+ 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
+
+
+ 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
+
+
+ pnlSATrack
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ lbL2TrackS
+
+
+ 0
+
+
+ lbL2Track
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ lbL2TrackS
+
+
+ 1
+
+
+ lbRSTip
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ lbL2TrackS
+
+
+ 2
+
+
+ lbInputDelay
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ lbL2TrackS
+
+
+ 3
+
+
+ lbR2Track
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ lbL2TrackS
+
+
+ 4
+
+
+ lbLSTip
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ lbL2TrackS
+
+
+ 5
+
+
+ lbSATip
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ lbL2TrackS
+
+
+ 6
+
+
+ tBR2
+
+
+ System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ lbL2TrackS
+
+
+ 7
+
+
+ tBL2
+
+
+ System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ lbL2TrackS
+
+
+ 8
+
+
+ pnlSixaxis
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ lbL2TrackS
+
+
+ 9
+
+
+ pnlLSTrack
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ lbL2TrackS
+
+
+ 10
+
+
+ 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, 448
+
+
+ 2
+
+
+ Controller Readings
+
+
+ lbL2TrackS
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tCControls
+
+
+ 2
+
+
+ btnSATrack
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlSATrack
+
+
+ 0
+
+
+ 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
+
+
+ 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
+
+
+ True
+
+
+ NoControl
+
+
+ 94, 338
+
+
+ 19, 13
+
+
+ 216
+
+
+ L2
+
+
+ MiddleCenter
+
+
+ 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
+
+
+ tBsixaxisAccelX
+
+
+ System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlSixaxis
+
+
+ 0
+
+
+ lb6Accel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlSixaxis
+
+
+ 1
+
+
+ tBsixaxisGyroX
+
+
+ System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlSixaxis
+
+
+ 2
+
+
+ lb6Gryo
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlSixaxis
+
+
+ 3
+
+
+ tBsixaxisGyroY
+
+
+ System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlSixaxis
+
+
+ 4
+
+
+ tBsixaxisGyroZ
+
+
+ System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlSixaxis
+
+
+ 5
+
+
+ tBsixaxisAccelY
+
+
+ System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlSixaxis
+
+
+ 6
+
+
+ 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
+
+
+ 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
+
+
+ btnLSTrack
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlLSTrack
+
+
+ 0
+
+
+ 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
+
+
+ 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
+
+
+ btnRSTrackS
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlRSTrack
+
+
+ 0
+
+
+ btnRSTrack
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlRSTrack
+
+
+ 1
+
+
+ 151, 88
+
+
+ 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
+
+
+ False
+
+
+ Flat
+
+
+ NoControl
+
+
+ 3, 34
+
+
+ 3, 3
+
+
+ 248
+
+
+ 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
+
+
+ bnGyroZN
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ fLPTiltControls
+
+
+ 0
+
+
+ lbGyroZN
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ fLPTiltControls
+
+
+ 1
+
+
+ bnGyroZP
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ fLPTiltControls
+
+
+ 2
+
+
+ lbGyroZP
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ fLPTiltControls
+
+
+ 3
+
+
+ bnGyroXP
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ fLPTiltControls
+
+
+ 4
+
+
+ lbGyroXP
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ fLPTiltControls
+
+
+ 5
+
+
+ bnGyroXN
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ fLPTiltControls
+
+
+ 6
+
+
+ lbGyroXN
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ fLPTiltControls
+
+
+ 7
+
+
+ 6, 51
+
+
+ 271, 122
+
+
+ 254
+
+
+ fLPTiltControls
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ gBGyro
+
+
+ 3
+
+
+ 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
+
+
+ tPControls
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tCControls
+
+
+ 0
+
+
+ tPSpecial
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tCControls
+
+
+ 1
+
+
+ Left
+
+
0, 0
-
+
+ 446, 474
+
+
+ 253
+
+
+ tCControls
+
+
+ System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ $this
+
+
+ 3
+
+
+ True
+
+
+ lBControls
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tPControls
+
+
+ 0
+
+
+ lbControlTip
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tPControls
+
+
+ 2
+
+
+ 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, 448
+
+
+ 0
+
+
+ Controls
+
+
+ tPControls
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tCControls
+
+
+ 0
+
+
+ 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
+
+
+ pBHoveredButton
+
+
+ System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlController
+
+
+ 0
+
+
+ lbLRS
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlController
+
+
+ 1
+
+
+ lbLLS
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlController
+
+
+ 2
+
+
+ bnRSDown
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlController
+
+
+ 3
+
+
+ lbLTouchUpper
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlController
+
+
+ 4
+
+
+ lbLTouchRight
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlController
+
+
+ 5
+
+
+ bnL3
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlController
+
+
+ 6
+
+
+ lbLTouchLM
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlController
+
+
+ 7
+
+
+ bnRSUp
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlController
+
+
+ 8
+
+
+ lbLR2
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlController
+
+
+ 9
+
+
+ bnRSRight
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlController
+
+
+ 10
+
+
+ lbLL2
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlController
+
+
+ 11
+
+
+ bnR3
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlController
+
+
+ 12
+
+
+ lbLR1
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlController
+
+
+ 13
+
+
+ bnRSLeft
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlController
+
+
+ 14
+
+
+ lbLL1
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlController
+
+
+ 15
+
+
+ bnLSLeft
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlController
+
+
+ 16
+
+
+ lbLPS
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlController
+
+
+ 17
+
+
+ bnLSUp
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlController
+
+
+ 18
+
+
+ lbLLeft
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlController
+
+
+ 19
+
+
+ bnLSRight
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlController
+
+
+ 20
+
+
+ lbLright
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlController
+
+
+ 21
+
+
+ bnLSDown
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlController
+
+
+ 22
+
+
+ lbLDown
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlController
+
+
+ 23
+
+
+ bnR2
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlController
+
+
+ 24
+
+
+ bnUp
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlController
+
+
+ 25
+
+
+ bnDown
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlController
+
+
+ 26
+
+
+ bnTriangle
+
+
System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
pnlController
-
- 210, 29
-
-
- True
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 7, 95
-
-
- 20
-
-
- 89, 31
-
-
- NoControl
-
-
- 253
-
-
- 4, 4, 4, 4
-
-
- 2, 2
-
-
- 197
-
-
- 233, 26
-
-
- lbLL1
-
-
- True
-
-
- NoControl
-
-
- 140
-
-
- 11
-
-
- 150, 71
-
-
- No
-
-
- 155, 21
-
-
- 1
-
-
- 243
-
-
- 233, 26
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPDeadzone
-
-
- tBsixaxisAccelX
-
-
- bnL3
-
-
- gBLightbar
-
-
- 254, 268
-
-
- gBOther
-
-
- pnlController
-
-
- Yes
-
-
- 249
-
-
- 11, 96
-
-
- 196, 5
-
-
- L1
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 61, 21
-
-
- 27, 17
-
-
- 67, 95
-
-
- 4, 4, 4, 4
-
-
- X
-
-
- 4, 0, 4, 0
-
-
- cHAction
-
-
- Left :
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 25, 34
-
-
- 241
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 2, 2
-
-
- tBsixaxisGyroY
-
-
- 12
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- rBSAMouse
-
-
- NoControl
-
-
- gBLightbar
-
-
- tPCurve
-
-
- gBOther
-
-
- tPSpecial
-
-
- 223
-
-
- Trigger
-
-
- False
-
-
- gBRumble
-
-
- False
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- NoControl
-
-
- 257
-
-
- 4, 0, 4, 0
-
-
- 4, 0, 4, 0
-
-
- 44
-
-
- l2ToolStripMenuItem
-
-
- 8
-
-
- 352, 4
-
-
- None
-
-
- New Action
-
-
- Zoom
-
-
- 15, 15
-
-
- 197
-
-
- 136, 26
-
-
- gBSensitivity
-
-
- tPCurve
-
-
- 131, 39
-
-
- tSMIMouseInverted
-
-
- lbL2TrackS
-
-
- pnlSixaxis
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 55, 33
-
-
- 0
-
-
- 4, 4, 4, 4
-
-
- 200, 25
-
-
- 1
-
-
- NoControl
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- False
-
-
- 2
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- R
-
-
- 250
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- True
-
-
- alwaysOnToolStripMenuItem
-
-
- 2, 2
-
-
- 26, 17
-
-
- 2, 2
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 4, 4, 4, 4
-
27
-
- 53, 79
+
+ bnR1
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlController
+
+
+ 28
+
+
+ bnSquare
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlController
+
+
+ 29
+
+
+ bnRight
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlController
+
+
+ 30
+
+
+ lbLUp
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlController
+
+
+ 31
+
+
+ bnLeft
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlController
32
-
- NoControl
+
+ lbLShare
-
- 198
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 225
+
+ pnlController
-
- 207
+
+ 33
-
- 4, 0, 4, 0
+
+ bnOptions
-
- 38
-
-
- NoControl
-
-
- 233, 26
-
-
- gBGyro
-
-
- 63, 17
-
-
- True
-
-
- 16
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Yes
-
-
- pnlFull
-
-
- 360, 4
-
-
- 352, 175
-
-
- 256
-
-
- 108, 38
-
-
- True
-
-
- Profile Options
-
-
- w/ Scan Code
-
-
+
System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 170, 29
-
-
- 11
-
-
- 4, 4, 4, 4
-
-
- NoControl
-
-
- 4, 4, 4, 4
-
-
- 3
-
-
- 24, 17
-
-
- 4, 115
+
+ pnlController
34
-
- 4
+
+ bnShare
-
- lbLR2
-
-
- R
-
-
- controlToolStripMenuItem
-
-
- 4, 4, 4, 4
-
-
- 5, 5, 5, 5
-
-
- 111, 37
-
-
- True
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 125, 25
-
-
- 167, 205
-
-
- gBTouchpad
-
-
- 244
-
-
- System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 10
-
-
- tSMIMouseInvertedY
-
-
- 41, 29
-
-
- 4, 0, 4, 0
-
-
- 182, 21
-
-
- 16, 25
-
-
- 304
-
-
- 17, 17
-
-
- 4, 4, 4, 4
-
-
- %
-
-
- pnlTPMouse
-
-
- 26, 17
-
-
- bnTriangle
-
-
- 25, 17
-
-
- 234, 524
-
-
- 388, 28
-
-
- bnGyroXP
-
-
- 557, 593
-
-
- 4, 78
-
-
- cHTrigger
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- False
-
-
- 332, 69
-
-
- 9
-
-
- 4, 4, 4, 4
-
-
- 28, 61
-
-
- True
-
-
- NoControl
-
-
- lbL2TrackS
-
-
- Upper Touch :
-
-
- 4, 4, 4, 4
-
-
- 177, 23
-
-
- Right Stick Right :
-
-
- 192
-
-
- 233, 26
-
-
- pnlLowBattery
-
-
- 179, 79
-
-
- 7
-
-
- System.Windows.Forms.CheckBox, 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.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 142, 55
-
-
- 9, 12
-
-
- 22
-
-
- 9, 9
-
-
- Inverted X
-
-
- 1
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
+
pnlController
-
- gBRumble
+
+ 35
-
- lbGyroZP
+
+ lbLOptions
-
- NoControl
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlController
+
+
+ 36
+
+
+ bnL1
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlController
+
+
+ 37
+
+
+ bnTouchRight
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlController
+
+
+ 38
+
+
+ bnL2
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlController
+
+
+ 39
+
+
+ lbLTriangle
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlController
+
+
+ 40
+
+
+ bnTouchLeft
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlController
41
-
- 4, 4, 4, 4
+
+ lbLSquare
-
- btnRSTrack
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- pnlSixaxis
+
+ pnlController
+
+
+ 42
+
+
+ bnTouchMulti
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlController
+
+
+ 43
+
+
+ lbLCircle
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlController
+
+
+ 44
+
+
+ lbLCross
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlController
+
+
+ 45
+
+
+ bnTouchUpper
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlController
+
+
+ 46
+
+
+ btnLightbar
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlController
+
+
+ 47
+
+
+ bnPS
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlController
+
+
+ 48
+
+
+ bnCross
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlController
+
+
+ 49
+
+
+ bnCircle
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlController
+
+
+ 50
+
+
+ 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
+
+
+ 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
+
+
+ 299
+
+
+ False
+
+
+ lbLR2
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlController
+
+
+ 9
+
+
+ None
+
+
+ Flat
+
+
+ NoControl
+
+
+ 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
+
+
+ pnlActions
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tPSpecial
+
+
+ 0
+
+
+ 4, 22
+
+
+ 438, 448
+
+
+ 3
+
+
+ Special Actions
+
+
+ tPSpecial
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tCControls
+
+
+ 1
+
+
+ lVActions
+
+
+ System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlActions
+
+
+ 0
+
+
+ panel2
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlActions
+
+
+ 1
+
+
+ Fill
+
+
+ 0, 0
+
+
+ 438, 448
+
+
+ 15
+
+
+ pnlActions
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tPSpecial
+
+
+ 0
+
+
+ Fill
+
+
+ 0, 66
+
+
+ 438, 382
+
+
+ 13
+
+
+ lVActions
+
+
+ System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlActions
+
+
+ 0
+
+
+ Name
+
+
+ 140
+
+
+ Trigger
+
+
+ 105
+
+
+ Action
+
+
+ 100
+
+
+ fLPActionButtons
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ panel2
+
+
+ 0
+
+
+ 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
+
+
+ btnNewAction
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ fLPActionButtons
+
+
+ 0
+
+
+ btnEditAction
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ fLPActionButtons
+
+
+ 1
+
+
+ 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
+
+
+ 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
+
+
+ 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
+
+
+ tPDeadzone
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tCSens
+
+
+ 0
+
+
+ tPCurve
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tCSens
+
+
+ 1
+
+
+ 281, 55
+
+
+ 272, 78
+
+
+ 234
+
+
+ tCSens
+
+
+ System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ fLPSettings
+
+
+ 3
+
+
+ 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
+
+
+ nUDLSCurve
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tPCurve
+
+
+ 0
+
+
+ nUDRSCurve
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tPCurve
+
+
+ 1
+
+
+ lbRSCurve
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tPCurve
+
+
+ 2
+
+
+ lbRSCurvePercent
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tPCurve
+
+
+ 3
+
+
+ lbLSCurvePercent
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tPCurve
+
+
+ 4
+
+
+ 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
+
+
+ tPCurve
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tCSens
+
+
+ 1
+
+
+ 29, 2
+
+
+ No
+
+
+ 49, 20
+
+
+ 206
+
+
+ nUDLSCurve
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tPCurve
+
+
+ 0
+
+
+ 146, 2
+
+
+ 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
+
+
+ 123, 4
+
+
+ 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
+
+
+ 201, 4
+
+
+ 15, 13
+
+
+ 204
+
+
+ %
+
+
+ lbRSCurvePercent
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tPCurve
+
+
+ 3
+
+
+ True
+
+
+ NoControl
+
+
+ 84, 4
+
+
+ 15, 13
+
+
+ 204
+
+
+ %
+
+
+ lbLSCurvePercent
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tPCurve
+
+
+ 4
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 4
+
+
+ 20, 13
+
+
+ 204
+
+
+ LS
+
+
+ lbLSCurve
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tPCurve
+
+
+ 5
+
+
+ True
+
+
+ rBSAControls
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ gBGyro
+
+
+ 0
+
+
+ rBSAMouse
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ gBGyro
+
+
+ 1
+
+
+ pnlSAMouse
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ gBGyro
+
+
+ 2
+
+
+ 3, 253
+
+
+ 272, 182
+
+
+ 248
+
+
+ Gyro
+
+
+ gBGyro
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ fLPSettings
+
+
+ 1
+
+
+ True
+
+
+ NoControl
+
+
+ 10, 21
+
+
+ 19, 13
+
+
+ 204
+
+
+ L2
+
+
+ lbL2S
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ gBSensitivity
+
+
+ 0
+
+
+ 34, 18
+
+
+ No
+
+
+ 40, 20
+
+
+ 212
+
+
+ nUDL2S
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ gBSensitivity
+
+
+ 1
+
+
+ 34, 48
+
+
+ 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
+
+
+ 160, 20
+
+
+ 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, 19
+
+
+ 40, 20
+
+
+ 210
+
+
+ nUDR2S
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ gBSensitivity
+
+
+ 4
+
+
+ True
+
+
+ NoControl
+
+
+ 160, 50
+
+
+ 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, 48
+
+
+ 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
+
+
+ 85, 22
+
+
+ 21, 13
+
+
+ 208
+
+
+ R2
+
+
+ lbR2LS
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ gBSensitivity
+
+
+ 7
+
+
+ 215, 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
+
+
+ 85, 50
+
+
+ 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
+
+
+ 10, 50
+
+
+ 20, 13
+
+
+ 205
+
+
+ LS
+
+
+ lbLSS
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ gBSensitivity
+
+
+ 10
+
+
+ 215, 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
+
+
+ 564, 474
+
+
+ 254
+
+
+ fLPSettings
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ $this
+
+
+ 2
+
+
+ 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
+
+
+ cBGyroInvertY
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlSAMouse
+
+
+ 0
+
+
+ cBGyroInvertX
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlSAMouse
1
-
- 4, 4, 4, 4
+
+ lbGyroInvert
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlSAMouse
+
+
+ 2
+
+
+ lbGyroTriggers
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlSAMouse
+
+
+ 3
+
+
+ btnGyroTriggers
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlSAMouse
+
+
+ 4
+
+
+ nUDGyroSensitivity
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlSAMouse
+
+
+ 5
+
+
+ lbGyroSens
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlSAMouse
+
+
+ 6
+
+
+ 6, 43
+
+
+ 2, 2, 2, 2
+
+
+ 263, 120
+
+
+ 259
+
+
+ pnlSAMouse
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ gBGyro
+
+
+ 2
+
+
+ True
+
+
+ NoControl
+
+
+ 97, 76
+
+
+ Yes
+
+
+ 33, 17
+
+
+ 261
+
+
+ Y
+
+
+ cBGyroInvertY
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlSAMouse
+
+
+ 0
+
+
+ True
+
+
+ NoControl
+
+
+ 54, 76
+
+
+ Yes
+
+
+ 33, 17
+
+
+ 260
+
+
+ X
+
+
+ cBGyroInvertX
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlSAMouse
+
+
+ 1
+
+
+ True
+
+
+ NoControl
+
+
+ 9, 77
+
+
+ 37, 13
+
+
+ 259
+
+
+ Invert:
+
+
+ TopRight
+
+
+ lbGyroInvert
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlSAMouse
+
+
+ 2
+
+
+ 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
+
+
+ 3
+
+
+ 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
+
+
+ 4
+
+
+ 110, 45
+
+
+ 49, 20
+
+
+ 256
+
+
+ nUDGyroSensitivity
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlSAMouse
+
+
+ 5
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 46
+
+
+ 82, 13
+
+
+ 255
+
+
+ Gyro Sensitivity:
+
+
+ TopRight
+
+
+ lbGyroSens
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlSAMouse
+
+
+ 6
482, 17
-
- 326, 13
+
+ 195, 444
+
+
+ cMGyroTriggers
+
+
+ System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 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
+
+
+ 647, 17
True
-
- 153, 17
-
-
- 647, 17
-
+
+ 96, 96
+
+
+ True
+
+
+ 1010, 474
+
+
+ 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
+
+
+ advColorDialog
+
+
+ DS4Windows.AdvancedColorDialog, DS4Windows, Version=1.4.53.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