diff --git a/DS4Windows/DS4Control/Mapping.cs b/DS4Windows/DS4Control/Mapping.cs
index 98c2889..0e86a3e 100644
--- a/DS4Windows/DS4Control/Mapping.cs
+++ b/DS4Windows/DS4Control/Mapping.cs
@@ -965,8 +965,8 @@ namespace DS4Windows
if (Math.Abs(127 - getXYAxisMapping(device, dc, cState, eState, tp)) > 5)
MappedState.LX = getXYAxisMapping(device, dc, cState, eState, tp);
}
- else
- MappedState.LX = cState.LX;
+ //else
+ //MappedState.LX = cState.LX;
if (Math.Abs(MappedState.LY - 127) < 10)
if (LYN.Count > 0 || LYP.Count > 0)
{
@@ -977,8 +977,8 @@ namespace DS4Windows
if (Math.Abs(127 - getXYAxisMapping(device, dc, cState, eState, tp, true)) > 5)
MappedState.LY = getXYAxisMapping(device, dc, cState, eState, tp, true);
}
- else
- MappedState.LY = cState.LY;
+ //else
+ //MappedState.LY = cState.LY;
if (Math.Abs(MappedState.RX - 127) < 10)
if (RXN.Count > 0 || RXP.Count > 0)
{
@@ -989,8 +989,8 @@ namespace DS4Windows
if (Math.Abs(127 - getXYAxisMapping(device, dc, cState, eState, tp, true)) > 5)
MappedState.RX = getXYAxisMapping(device, dc, cState, eState, tp, true);
}
- else
- MappedState.RX = cState.RX;
+ //else
+ // MappedState.RX = cState.RX;
if (Math.Abs(MappedState.RY - 127) < 10)
if (RYN.Count > 0 || RYP.Count > 0)
{
@@ -1001,14 +1001,14 @@ namespace DS4Windows
if (Math.Abs(127 - getXYAxisMapping(device, dc, cState, eState, tp, true)) > 5)
MappedState.RY = getXYAxisMapping(device, dc, cState, eState, tp, true);
}
- else
- MappedState.RY = cState.RY;
+ // else
+ // MappedState.RY = cState.RY;
InputMethods.MoveCursorBy(MouseDeltaX, MouseDeltaY);
}
private static bool IfAxisIsNotModified(int device, bool shift, DS4Controls dc)
{
- return shift ? GetDS4Action(device, DS4Controls.LXNeg.ToString(), true) == null : GetDS4Action(device, DS4Controls.LXNeg.ToString(), false) == null;
+ return shift ? false : GetDS4Action(device, dc.ToString(), false) == null;
}
public static async void MapCustomAction(int device, DS4State cState, DS4State MappedState, DS4StateExposed eState, Mouse tp, ControlService ctrl)
{
diff --git a/DS4Windows/DS4Forms/DS4Form.Designer.cs b/DS4Windows/DS4Forms/DS4Form.Designer.cs
index 057f784..65f30e6 100644
--- a/DS4Windows/DS4Forms/DS4Form.Designer.cs
+++ b/DS4Windows/DS4Forms/DS4Form.Designer.cs
@@ -181,13 +181,12 @@
//
// lvDebug
//
- resources.ApplyResources(this.lvDebug, "lvDebug");
this.lvDebug.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.chTime,
this.chData});
+ resources.ApplyResources(this.lvDebug, "lvDebug");
this.lvDebug.FullRowSelect = true;
this.lvDebug.Name = "lvDebug";
- this.toolTip1.SetToolTip(this.lvDebug, resources.GetString("lvDebug.ToolTip"));
this.lvDebug.UseCompatibleStateImageBehavior = false;
this.lvDebug.View = System.Windows.Forms.View.Details;
this.lvDebug.ItemActivate += new System.EventHandler(this.lvDebug_ItemActivate);
@@ -207,27 +206,24 @@
//
// pnlButton
//
- resources.ApplyResources(this.pnlButton, "pnlButton");
this.pnlButton.BackColor = System.Drawing.SystemColors.Control;
this.pnlButton.Controls.Add(this.lbTest);
this.pnlButton.Controls.Add(this.btnStartStop);
this.pnlButton.Controls.Add(this.lbLastMessage);
this.pnlButton.Controls.Add(this.llbHelp);
+ resources.ApplyResources(this.pnlButton, "pnlButton");
this.pnlButton.Name = "pnlButton";
- this.toolTip1.SetToolTip(this.pnlButton, resources.GetString("pnlButton.ToolTip"));
this.pnlButton.MouseLeave += new System.EventHandler(this.pnlButton_MouseLeave);
//
// lbTest
//
resources.ApplyResources(this.lbTest, "lbTest");
this.lbTest.Name = "lbTest";
- this.toolTip1.SetToolTip(this.lbTest, resources.GetString("lbTest.ToolTip"));
//
// btnStartStop
//
resources.ApplyResources(this.btnStartStop, "btnStartStop");
this.btnStartStop.Name = "btnStartStop";
- this.toolTip1.SetToolTip(this.btnStartStop, resources.GetString("btnStartStop.ToolTip"));
this.btnStartStop.UseVisualStyleBackColor = true;
this.btnStartStop.Click += new System.EventHandler(this.btnStartStop_Click);
//
@@ -236,7 +232,6 @@
resources.ApplyResources(this.lbLastMessage, "lbLastMessage");
this.lbLastMessage.ForeColor = System.Drawing.SystemColors.GrayText;
this.lbLastMessage.Name = "lbLastMessage";
- this.toolTip1.SetToolTip(this.lbLastMessage, resources.GetString("lbLastMessage.ToolTip"));
this.lbLastMessage.MouseHover += new System.EventHandler(this.lbLastMessage_MouseHover);
//
// llbHelp
@@ -244,14 +239,12 @@
resources.ApplyResources(this.llbHelp, "llbHelp");
this.llbHelp.Name = "llbHelp";
this.llbHelp.TabStop = true;
- this.toolTip1.SetToolTip(this.llbHelp, resources.GetString("llbHelp.ToolTip"));
this.llbHelp.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llbHelp_LinkClicked);
//
// btnClear
//
resources.ApplyResources(this.btnClear, "btnClear");
this.btnClear.Name = "btnClear";
- this.toolTip1.SetToolTip(this.btnClear, resources.GetString("btnClear.ToolTip"));
this.btnClear.UseVisualStyleBackColor = true;
this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
//
@@ -266,7 +259,6 @@
//
// cMTaskbar
//
- resources.ApplyResources(this.cMTaskbar, "cMTaskbar");
this.cMTaskbar.ImageScalingSize = new System.Drawing.Size(24, 24);
this.cMTaskbar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.editProfileForController1ToolStripMenuItem,
@@ -278,46 +270,46 @@
this.openToolStripMenuItem,
this.exitToolStripMenuItem});
this.cMTaskbar.Name = "cMTaskbar";
+ resources.ApplyResources(this.cMTaskbar, "cMTaskbar");
this.cMTaskbar.Tag = "25";
- this.toolTip1.SetToolTip(this.cMTaskbar, resources.GetString("cMTaskbar.ToolTip"));
//
// editProfileForController1ToolStripMenuItem
//
- resources.ApplyResources(this.editProfileForController1ToolStripMenuItem, "editProfileForController1ToolStripMenuItem");
this.editProfileForController1ToolStripMenuItem.Name = "editProfileForController1ToolStripMenuItem";
+ resources.ApplyResources(this.editProfileForController1ToolStripMenuItem, "editProfileForController1ToolStripMenuItem");
this.editProfileForController1ToolStripMenuItem.Tag = "0";
this.editProfileForController1ToolStripMenuItem.Click += new System.EventHandler(this.editMenu_Click);
//
// editProfileForController2ToolStripMenuItem
//
- resources.ApplyResources(this.editProfileForController2ToolStripMenuItem, "editProfileForController2ToolStripMenuItem");
this.editProfileForController2ToolStripMenuItem.Name = "editProfileForController2ToolStripMenuItem";
+ resources.ApplyResources(this.editProfileForController2ToolStripMenuItem, "editProfileForController2ToolStripMenuItem");
this.editProfileForController2ToolStripMenuItem.Tag = "1";
this.editProfileForController2ToolStripMenuItem.Click += new System.EventHandler(this.editMenu_Click);
//
// editProfileForController3ToolStripMenuItem
//
- resources.ApplyResources(this.editProfileForController3ToolStripMenuItem, "editProfileForController3ToolStripMenuItem");
this.editProfileForController3ToolStripMenuItem.Name = "editProfileForController3ToolStripMenuItem";
+ resources.ApplyResources(this.editProfileForController3ToolStripMenuItem, "editProfileForController3ToolStripMenuItem");
this.editProfileForController3ToolStripMenuItem.Tag = "2";
this.editProfileForController3ToolStripMenuItem.Click += new System.EventHandler(this.editMenu_Click);
//
// editProfileForController4ToolStripMenuItem
//
- resources.ApplyResources(this.editProfileForController4ToolStripMenuItem, "editProfileForController4ToolStripMenuItem");
this.editProfileForController4ToolStripMenuItem.Name = "editProfileForController4ToolStripMenuItem";
+ resources.ApplyResources(this.editProfileForController4ToolStripMenuItem, "editProfileForController4ToolStripMenuItem");
this.editProfileForController4ToolStripMenuItem.Tag = "4";
this.editProfileForController4ToolStripMenuItem.Click += new System.EventHandler(this.editMenu_Click);
//
// toolStripSeparator1
//
- resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
this.toolStripSeparator1.Name = "toolStripSeparator1";
+ resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
//
// startToolStripMenuItem
//
- resources.ApplyResources(this.startToolStripMenuItem, "startToolStripMenuItem");
this.startToolStripMenuItem.Name = "startToolStripMenuItem";
+ resources.ApplyResources(this.startToolStripMenuItem, "startToolStripMenuItem");
this.startToolStripMenuItem.Click += new System.EventHandler(this.startToolStripMenuItem_Click);
//
// openToolStripMenuItem
@@ -328,14 +320,14 @@
//
// exitToolStripMenuItem
//
- resources.ApplyResources(this.exitToolStripMenuItem, "exitToolStripMenuItem");
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
+ resources.ApplyResources(this.exitToolStripMenuItem, "exitToolStripMenuItem");
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
//
// toolStripSeparator2
//
- resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2");
this.toolStripSeparator2.Name = "toolStripSeparator2";
+ resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2");
//
// openProfiles
//
@@ -344,32 +336,29 @@
//
// tabMain
//
- resources.ApplyResources(this.tabMain, "tabMain");
this.tabMain.Controls.Add(this.tabControllers);
this.tabMain.Controls.Add(this.tabProfiles);
this.tabMain.Controls.Add(this.tabAutoProfiles);
this.tabMain.Controls.Add(this.tabSettings);
this.tabMain.Controls.Add(this.tabLog);
+ resources.ApplyResources(this.tabMain, "tabMain");
this.tabMain.Name = "tabMain";
this.tabMain.SelectedIndex = 0;
- this.toolTip1.SetToolTip(this.tabMain, resources.GetString("tabMain.ToolTip"));
this.tabMain.SelectedIndexChanged += new System.EventHandler(this.tabMain_SelectedIndexChanged);
//
// tabControllers
//
- resources.ApplyResources(this.tabControllers, "tabControllers");
this.tabControllers.Controls.Add(this.btnConnectDS4Win10);
this.tabControllers.Controls.Add(this.tLPControllers);
this.tabControllers.Controls.Add(this.lbNoControllers);
+ resources.ApplyResources(this.tabControllers, "tabControllers");
this.tabControllers.Name = "tabControllers";
- this.toolTip1.SetToolTip(this.tabControllers, resources.GetString("tabControllers.ToolTip"));
this.tabControllers.UseVisualStyleBackColor = true;
//
// btnConnectDS4Win10
//
resources.ApplyResources(this.btnConnectDS4Win10, "btnConnectDS4Win10");
this.btnConnectDS4Win10.Name = "btnConnectDS4Win10";
- this.toolTip1.SetToolTip(this.btnConnectDS4Win10, resources.GetString("btnConnectDS4Win10.ToolTip"));
this.btnConnectDS4Win10.UseVisualStyleBackColor = true;
this.btnConnectDS4Win10.Click += new System.EventHandler(this.btnConnectDS4Win10_Click);
//
@@ -405,15 +394,13 @@
this.tLPControllers.Controls.Add(this.bnLight2, 5, 2);
this.tLPControllers.Controls.Add(this.bnLight4, 5, 4);
this.tLPControllers.Name = "tLPControllers";
- this.toolTip1.SetToolTip(this.tLPControllers, resources.GetString("tLPControllers.ToolTip"));
//
// bnLight3
//
- resources.ApplyResources(this.bnLight3, "bnLight3");
this.bnLight3.BackColor = System.Drawing.Color.White;
+ resources.ApplyResources(this.bnLight3, "bnLight3");
this.bnLight3.Name = "bnLight3";
this.bnLight3.Tag = "2";
- this.toolTip1.SetToolTip(this.bnLight3, resources.GetString("bnLight3.ToolTip"));
this.bnLight3.UseVisualStyleBackColor = false;
this.bnLight3.Click += new System.EventHandler(this.EditCustomLed);
//
@@ -425,7 +412,6 @@
this.pBStatus1.Name = "pBStatus1";
this.pBStatus1.TabStop = false;
this.pBStatus1.Tag = "0";
- this.toolTip1.SetToolTip(this.pBStatus1, resources.GetString("pBStatus1.ToolTip"));
this.pBStatus1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pBStatus_MouseClick);
//
// lbPad1
@@ -433,7 +419,6 @@
resources.ApplyResources(this.lbPad1, "lbPad1");
this.lbPad1.Name = "lbPad1";
this.lbPad1.Tag = "0";
- this.toolTip1.SetToolTip(this.lbPad1, resources.GetString("lbPad1.ToolTip"));
this.lbPad1.MouseLeave += new System.EventHandler(this.Pads_MouseLeave);
this.lbPad1.MouseHover += new System.EventHandler(this.Pads_MouseHover);
//
@@ -442,7 +427,6 @@
resources.ApplyResources(this.lbPad2, "lbPad2");
this.lbPad2.Name = "lbPad2";
this.lbPad2.Tag = "1";
- this.toolTip1.SetToolTip(this.lbPad2, resources.GetString("lbPad2.ToolTip"));
this.lbPad2.MouseLeave += new System.EventHandler(this.Pads_MouseLeave);
this.lbPad2.MouseHover += new System.EventHandler(this.Pads_MouseHover);
//
@@ -451,7 +435,6 @@
resources.ApplyResources(this.bnEditC3, "bnEditC3");
this.bnEditC3.Name = "bnEditC3";
this.bnEditC3.Tag = "2";
- this.toolTip1.SetToolTip(this.bnEditC3, resources.GetString("bnEditC3.ToolTip"));
this.bnEditC3.UseVisualStyleBackColor = true;
this.bnEditC3.Click += new System.EventHandler(this.editButtons_Click);
//
@@ -460,7 +443,6 @@
resources.ApplyResources(this.bnEditC4, "bnEditC4");
this.bnEditC4.Name = "bnEditC4";
this.bnEditC4.Tag = "3";
- this.toolTip1.SetToolTip(this.bnEditC4, resources.GetString("bnEditC4.ToolTip"));
this.bnEditC4.UseVisualStyleBackColor = true;
this.bnEditC4.Click += new System.EventHandler(this.editButtons_Click);
//
@@ -469,7 +451,6 @@
resources.ApplyResources(this.lbPad3, "lbPad3");
this.lbPad3.Name = "lbPad3";
this.lbPad3.Tag = "2";
- this.toolTip1.SetToolTip(this.lbPad3, resources.GetString("lbPad3.ToolTip"));
this.lbPad3.MouseLeave += new System.EventHandler(this.Pads_MouseLeave);
this.lbPad3.MouseHover += new System.EventHandler(this.Pads_MouseHover);
//
@@ -478,7 +459,6 @@
resources.ApplyResources(this.lbPad4, "lbPad4");
this.lbPad4.Name = "lbPad4";
this.lbPad4.Tag = "3";
- this.toolTip1.SetToolTip(this.lbPad4, resources.GetString("lbPad4.ToolTip"));
this.lbPad4.MouseLeave += new System.EventHandler(this.Pads_MouseLeave);
this.lbPad4.MouseHover += new System.EventHandler(this.Pads_MouseHover);
//
@@ -489,7 +469,6 @@
this.cBController1.FormattingEnabled = true;
this.cBController1.Name = "cBController1";
this.cBController1.Tag = "0";
- this.toolTip1.SetToolTip(this.cBController1, resources.GetString("cBController1.ToolTip"));
this.cBController1.SelectedValueChanged += new System.EventHandler(this.Profile_Changed);
//
// bnEditC2
@@ -497,7 +476,6 @@
resources.ApplyResources(this.bnEditC2, "bnEditC2");
this.bnEditC2.Name = "bnEditC2";
this.bnEditC2.Tag = "1";
- this.toolTip1.SetToolTip(this.bnEditC2, resources.GetString("bnEditC2.ToolTip"));
this.bnEditC2.UseVisualStyleBackColor = true;
this.bnEditC2.Click += new System.EventHandler(this.editButtons_Click);
//
@@ -508,7 +486,6 @@
this.cBController2.FormattingEnabled = true;
this.cBController2.Name = "cBController2";
this.cBController2.Tag = "1";
- this.toolTip1.SetToolTip(this.cBController2, resources.GetString("cBController2.ToolTip"));
this.cBController2.SelectedValueChanged += new System.EventHandler(this.Profile_Changed);
//
// cBController3
@@ -518,7 +495,6 @@
this.cBController3.FormattingEnabled = true;
this.cBController3.Name = "cBController3";
this.cBController3.Tag = "2";
- this.toolTip1.SetToolTip(this.cBController3, resources.GetString("cBController3.ToolTip"));
this.cBController3.SelectedValueChanged += new System.EventHandler(this.Profile_Changed);
//
// bnEditC1
@@ -526,7 +502,6 @@
resources.ApplyResources(this.bnEditC1, "bnEditC1");
this.bnEditC1.Name = "bnEditC1";
this.bnEditC1.Tag = "0";
- this.toolTip1.SetToolTip(this.bnEditC1, resources.GetString("bnEditC1.ToolTip"));
this.bnEditC1.UseVisualStyleBackColor = true;
this.bnEditC1.Click += new System.EventHandler(this.editButtons_Click);
//
@@ -537,56 +512,47 @@
this.cBController4.FormattingEnabled = true;
this.cBController4.Name = "cBController4";
this.cBController4.Tag = "3";
- this.toolTip1.SetToolTip(this.cBController4, resources.GetString("cBController4.ToolTip"));
this.cBController4.SelectedValueChanged += new System.EventHandler(this.Profile_Changed);
//
// lbSelectedProfile
//
resources.ApplyResources(this.lbSelectedProfile, "lbSelectedProfile");
this.lbSelectedProfile.Name = "lbSelectedProfile";
- this.toolTip1.SetToolTip(this.lbSelectedProfile, resources.GetString("lbSelectedProfile.ToolTip"));
//
// lbID
//
resources.ApplyResources(this.lbID, "lbID");
this.lbID.Name = "lbID";
- this.toolTip1.SetToolTip(this.lbID, resources.GetString("lbID.ToolTip"));
//
// lbStatus
//
resources.ApplyResources(this.lbStatus, "lbStatus");
this.lbStatus.Name = "lbStatus";
- this.toolTip1.SetToolTip(this.lbStatus, resources.GetString("lbStatus.ToolTip"));
//
// lbBattery
//
resources.ApplyResources(this.lbBattery, "lbBattery");
this.lbBattery.Name = "lbBattery";
- this.toolTip1.SetToolTip(this.lbBattery, resources.GetString("lbBattery.ToolTip"));
//
// lbBatt1
//
resources.ApplyResources(this.lbBatt1, "lbBatt1");
this.lbBatt1.Name = "lbBatt1";
- this.toolTip1.SetToolTip(this.lbBatt1, resources.GetString("lbBatt1.ToolTip"));
//
// lbBatt2
//
resources.ApplyResources(this.lbBatt2, "lbBatt2");
this.lbBatt2.Name = "lbBatt2";
- this.toolTip1.SetToolTip(this.lbBatt2, resources.GetString("lbBatt2.ToolTip"));
//
// lbBatt3
//
resources.ApplyResources(this.lbBatt3, "lbBatt3");
this.lbBatt3.Name = "lbBatt3";
- this.toolTip1.SetToolTip(this.lbBatt3, resources.GetString("lbBatt3.ToolTip"));
//
// lbBatt4
//
resources.ApplyResources(this.lbBatt4, "lbBatt4");
this.lbBatt4.Name = "lbBatt4";
- this.toolTip1.SetToolTip(this.lbBatt4, resources.GetString("lbBatt4.ToolTip"));
//
// pBStatus2
//
@@ -596,7 +562,6 @@
this.pBStatus2.Name = "pBStatus2";
this.pBStatus2.TabStop = false;
this.pBStatus2.Tag = "1";
- this.toolTip1.SetToolTip(this.pBStatus2, resources.GetString("pBStatus2.ToolTip"));
this.pBStatus2.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pBStatus_MouseClick);
//
// pBStatus3
@@ -607,7 +572,6 @@
this.pBStatus3.Name = "pBStatus3";
this.pBStatus3.TabStop = false;
this.pBStatus3.Tag = "2";
- this.toolTip1.SetToolTip(this.pBStatus3, resources.GetString("pBStatus3.ToolTip"));
this.pBStatus3.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pBStatus_MouseClick);
//
// pBStatus4
@@ -618,36 +582,32 @@
this.pBStatus4.Name = "pBStatus4";
this.pBStatus4.TabStop = false;
this.pBStatus4.Tag = "3";
- this.toolTip1.SetToolTip(this.pBStatus4, resources.GetString("pBStatus4.ToolTip"));
this.pBStatus4.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pBStatus_MouseClick);
//
// bnLight1
//
- resources.ApplyResources(this.bnLight1, "bnLight1");
this.bnLight1.BackColor = System.Drawing.Color.White;
+ resources.ApplyResources(this.bnLight1, "bnLight1");
this.bnLight1.Name = "bnLight1";
this.bnLight1.Tag = "0";
- this.toolTip1.SetToolTip(this.bnLight1, resources.GetString("bnLight1.ToolTip"));
this.bnLight1.UseVisualStyleBackColor = false;
this.bnLight1.Click += new System.EventHandler(this.EditCustomLed);
//
// bnLight2
//
- resources.ApplyResources(this.bnLight2, "bnLight2");
this.bnLight2.BackColor = System.Drawing.Color.White;
+ resources.ApplyResources(this.bnLight2, "bnLight2");
this.bnLight2.Name = "bnLight2";
this.bnLight2.Tag = "1";
- this.toolTip1.SetToolTip(this.bnLight2, resources.GetString("bnLight2.ToolTip"));
this.bnLight2.UseVisualStyleBackColor = false;
this.bnLight2.Click += new System.EventHandler(this.EditCustomLed);
//
// bnLight4
//
- resources.ApplyResources(this.bnLight4, "bnLight4");
this.bnLight4.BackColor = System.Drawing.Color.White;
+ resources.ApplyResources(this.bnLight4, "bnLight4");
this.bnLight4.Name = "bnLight4";
this.bnLight4.Tag = "3";
- this.toolTip1.SetToolTip(this.bnLight4, resources.GetString("bnLight4.ToolTip"));
this.bnLight4.UseVisualStyleBackColor = false;
this.bnLight4.Click += new System.EventHandler(this.EditCustomLed);
//
@@ -655,34 +615,30 @@
//
resources.ApplyResources(this.lbNoControllers, "lbNoControllers");
this.lbNoControllers.Name = "lbNoControllers";
- this.toolTip1.SetToolTip(this.lbNoControllers, resources.GetString("lbNoControllers.ToolTip"));
//
// tabProfiles
//
- resources.ApplyResources(this.tabProfiles, "tabProfiles");
this.tabProfiles.Controls.Add(this.lBProfiles);
this.tabProfiles.Controls.Add(this.tSOptions);
this.tabProfiles.Controls.Add(this.toolStrip1);
+ resources.ApplyResources(this.tabProfiles, "tabProfiles");
this.tabProfiles.Name = "tabProfiles";
- this.toolTip1.SetToolTip(this.tabProfiles, resources.GetString("tabProfiles.ToolTip"));
this.tabProfiles.UseVisualStyleBackColor = true;
//
// lBProfiles
//
- resources.ApplyResources(this.lBProfiles, "lBProfiles");
this.lBProfiles.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.lBProfiles.ContextMenuStrip = this.cMProfile;
+ resources.ApplyResources(this.lBProfiles, "lBProfiles");
this.lBProfiles.FormattingEnabled = true;
this.lBProfiles.MultiColumn = true;
this.lBProfiles.Name = "lBProfiles";
- this.toolTip1.SetToolTip(this.lBProfiles, resources.GetString("lBProfiles.ToolTip"));
this.lBProfiles.KeyDown += new System.Windows.Forms.KeyEventHandler(this.lBProfiles_KeyDown);
this.lBProfiles.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lBProfiles_MouseDoubleClick);
this.lBProfiles.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lBProfiles_MouseDown);
//
// cMProfile
//
- resources.ApplyResources(this.cMProfile, "cMProfile");
this.cMProfile.ImageScalingSize = new System.Drawing.Size(24, 24);
this.cMProfile.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.editToolStripMenuItem,
@@ -696,7 +652,7 @@
this.importToolStripMenuItem,
this.exportToolStripMenuItem});
this.cMProfile.Name = "cMProfile";
- this.toolTip1.SetToolTip(this.cMProfile, resources.GetString("cMProfile.ToolTip"));
+ resources.ApplyResources(this.cMProfile, "cMProfile");
//
// editToolStripMenuItem
//
@@ -706,61 +662,60 @@
//
// assignToController1ToolStripMenuItem
//
- resources.ApplyResources(this.assignToController1ToolStripMenuItem, "assignToController1ToolStripMenuItem");
this.assignToController1ToolStripMenuItem.Name = "assignToController1ToolStripMenuItem";
+ resources.ApplyResources(this.assignToController1ToolStripMenuItem, "assignToController1ToolStripMenuItem");
this.assignToController1ToolStripMenuItem.Click += new System.EventHandler(this.assignToController1ToolStripMenuItem_Click);
//
// assignToController2ToolStripMenuItem
//
- resources.ApplyResources(this.assignToController2ToolStripMenuItem, "assignToController2ToolStripMenuItem");
this.assignToController2ToolStripMenuItem.Name = "assignToController2ToolStripMenuItem";
+ resources.ApplyResources(this.assignToController2ToolStripMenuItem, "assignToController2ToolStripMenuItem");
this.assignToController2ToolStripMenuItem.Click += new System.EventHandler(this.assignToController2ToolStripMenuItem_Click);
//
// assignToController3ToolStripMenuItem
//
- resources.ApplyResources(this.assignToController3ToolStripMenuItem, "assignToController3ToolStripMenuItem");
this.assignToController3ToolStripMenuItem.Name = "assignToController3ToolStripMenuItem";
+ resources.ApplyResources(this.assignToController3ToolStripMenuItem, "assignToController3ToolStripMenuItem");
this.assignToController3ToolStripMenuItem.Click += new System.EventHandler(this.assignToController3ToolStripMenuItem_Click);
//
// assignToController4ToolStripMenuItem
//
- resources.ApplyResources(this.assignToController4ToolStripMenuItem, "assignToController4ToolStripMenuItem");
this.assignToController4ToolStripMenuItem.Name = "assignToController4ToolStripMenuItem";
+ resources.ApplyResources(this.assignToController4ToolStripMenuItem, "assignToController4ToolStripMenuItem");
this.assignToController4ToolStripMenuItem.Click += new System.EventHandler(this.assignToController4ToolStripMenuItem_Click);
//
// deleteToolStripMenuItem
//
- resources.ApplyResources(this.deleteToolStripMenuItem, "deleteToolStripMenuItem");
this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
+ resources.ApplyResources(this.deleteToolStripMenuItem, "deleteToolStripMenuItem");
this.deleteToolStripMenuItem.Click += new System.EventHandler(this.tsBDeleteProfle_Click);
//
// duplicateToolStripMenuItem
//
- resources.ApplyResources(this.duplicateToolStripMenuItem, "duplicateToolStripMenuItem");
this.duplicateToolStripMenuItem.Name = "duplicateToolStripMenuItem";
+ resources.ApplyResources(this.duplicateToolStripMenuItem, "duplicateToolStripMenuItem");
this.duplicateToolStripMenuItem.Click += new System.EventHandler(this.tSBDupProfile_Click);
//
// newProfileToolStripMenuItem
//
- resources.ApplyResources(this.newProfileToolStripMenuItem, "newProfileToolStripMenuItem");
this.newProfileToolStripMenuItem.Name = "newProfileToolStripMenuItem";
+ resources.ApplyResources(this.newProfileToolStripMenuItem, "newProfileToolStripMenuItem");
this.newProfileToolStripMenuItem.Click += new System.EventHandler(this.tsBNewProfile_Click);
//
// importToolStripMenuItem
//
- resources.ApplyResources(this.importToolStripMenuItem, "importToolStripMenuItem");
this.importToolStripMenuItem.Name = "importToolStripMenuItem";
+ resources.ApplyResources(this.importToolStripMenuItem, "importToolStripMenuItem");
this.importToolStripMenuItem.Click += new System.EventHandler(this.tSBImportProfile_Click);
//
// exportToolStripMenuItem
//
- resources.ApplyResources(this.exportToolStripMenuItem, "exportToolStripMenuItem");
this.exportToolStripMenuItem.Name = "exportToolStripMenuItem";
+ resources.ApplyResources(this.exportToolStripMenuItem, "exportToolStripMenuItem");
this.exportToolStripMenuItem.Click += new System.EventHandler(this.tSBExportProfile_Click);
//
// tSOptions
//
- resources.ApplyResources(this.tSOptions, "tSOptions");
this.tSOptions.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.tSOptions.ImageScalingSize = new System.Drawing.Size(20, 20);
this.tSOptions.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
@@ -770,55 +725,54 @@
this.tSBCancel,
this.toolStripSeparator3,
this.tSBKeepSize});
+ resources.ApplyResources(this.tSOptions, "tSOptions");
this.tSOptions.Name = "tSOptions";
this.tSOptions.ShowItemToolTips = false;
- this.toolTip1.SetToolTip(this.tSOptions, resources.GetString("tSOptions.ToolTip"));
//
// toolStripLabel1
//
- resources.ApplyResources(this.toolStripLabel1, "toolStripLabel1");
this.toolStripLabel1.Name = "toolStripLabel1";
+ resources.ApplyResources(this.toolStripLabel1, "toolStripLabel1");
//
// tSTBProfile
//
- resources.ApplyResources(this.tSTBProfile, "tSTBProfile");
this.tSTBProfile.ForeColor = System.Drawing.SystemColors.GrayText;
this.tSTBProfile.Name = "tSTBProfile";
+ resources.ApplyResources(this.tSTBProfile, "tSTBProfile");
this.tSTBProfile.Enter += new System.EventHandler(this.tBProfile_Enter);
this.tSTBProfile.Leave += new System.EventHandler(this.tBProfile_Leave);
this.tSTBProfile.TextChanged += new System.EventHandler(this.tBProfile_TextChanged);
//
// tSBSaveProfile
//
- resources.ApplyResources(this.tSBSaveProfile, "tSBSaveProfile");
this.tSBSaveProfile.AutoToolTip = false;
this.tSBSaveProfile.Image = global::DS4Windows.Properties.Resources.saveprofile;
+ resources.ApplyResources(this.tSBSaveProfile, "tSBSaveProfile");
this.tSBSaveProfile.Name = "tSBSaveProfile";
this.tSBSaveProfile.Click += new System.EventHandler(this.tSBSaveProfile_Click);
//
// tSBCancel
//
- resources.ApplyResources(this.tSBCancel, "tSBCancel");
this.tSBCancel.AutoToolTip = false;
this.tSBCancel.Image = global::DS4Windows.Properties.Resources.delete;
+ resources.ApplyResources(this.tSBCancel, "tSBCancel");
this.tSBCancel.Name = "tSBCancel";
this.tSBCancel.Click += new System.EventHandler(this.tSBCancel_Click);
//
// toolStripSeparator3
//
- resources.ApplyResources(this.toolStripSeparator3, "toolStripSeparator3");
this.toolStripSeparator3.Name = "toolStripSeparator3";
+ resources.ApplyResources(this.toolStripSeparator3, "toolStripSeparator3");
//
// tSBKeepSize
//
- resources.ApplyResources(this.tSBKeepSize, "tSBKeepSize");
this.tSBKeepSize.Image = global::DS4Windows.Properties.Resources.size;
+ resources.ApplyResources(this.tSBKeepSize, "tSBKeepSize");
this.tSBKeepSize.Name = "tSBKeepSize";
this.tSBKeepSize.Click += new System.EventHandler(this.tSBKeepSize_Click);
//
// toolStrip1
//
- resources.ApplyResources(this.toolStrip1, "toolStrip1");
this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
@@ -828,48 +782,48 @@
this.tSBDupProfile,
this.tSBImportProfile,
this.tSBExportProfile});
+ resources.ApplyResources(this.toolStrip1, "toolStrip1");
this.toolStrip1.Name = "toolStrip1";
- this.toolTip1.SetToolTip(this.toolStrip1, resources.GetString("toolStrip1.ToolTip"));
//
// tsBNewProfle
//
- resources.ApplyResources(this.tsBNewProfle, "tsBNewProfle");
this.tsBNewProfle.Image = global::DS4Windows.Properties.Resources.newprofile;
+ resources.ApplyResources(this.tsBNewProfle, "tsBNewProfle");
this.tsBNewProfle.Name = "tsBNewProfle";
this.tsBNewProfle.Click += new System.EventHandler(this.tsBNewProfile_Click);
//
// tsBEditProfile
//
- resources.ApplyResources(this.tsBEditProfile, "tsBEditProfile");
this.tsBEditProfile.Image = global::DS4Windows.Properties.Resources.edit;
+ resources.ApplyResources(this.tsBEditProfile, "tsBEditProfile");
this.tsBEditProfile.Name = "tsBEditProfile";
this.tsBEditProfile.Click += new System.EventHandler(this.tsBNEditProfile_Click);
//
// tsBDeleteProfile
//
- resources.ApplyResources(this.tsBDeleteProfile, "tsBDeleteProfile");
this.tsBDeleteProfile.Image = global::DS4Windows.Properties.Resources.delete;
+ resources.ApplyResources(this.tsBDeleteProfile, "tsBDeleteProfile");
this.tsBDeleteProfile.Name = "tsBDeleteProfile";
this.tsBDeleteProfile.Click += new System.EventHandler(this.tsBDeleteProfle_Click);
//
// tSBDupProfile
//
- resources.ApplyResources(this.tSBDupProfile, "tSBDupProfile");
this.tSBDupProfile.Image = global::DS4Windows.Properties.Resources.copy;
+ resources.ApplyResources(this.tSBDupProfile, "tSBDupProfile");
this.tSBDupProfile.Name = "tSBDupProfile";
this.tSBDupProfile.Click += new System.EventHandler(this.tSBDupProfile_Click);
//
// tSBImportProfile
//
- resources.ApplyResources(this.tSBImportProfile, "tSBImportProfile");
this.tSBImportProfile.Image = global::DS4Windows.Properties.Resources.import;
+ resources.ApplyResources(this.tSBImportProfile, "tSBImportProfile");
this.tSBImportProfile.Name = "tSBImportProfile";
this.tSBImportProfile.Click += new System.EventHandler(this.tSBImportProfile_Click);
//
// tSBExportProfile
//
- resources.ApplyResources(this.tSBExportProfile, "tSBExportProfile");
this.tSBExportProfile.Image = global::DS4Windows.Properties.Resources.export;
+ resources.ApplyResources(this.tSBExportProfile, "tSBExportProfile");
this.tSBExportProfile.Name = "tSBExportProfile";
this.tSBExportProfile.Click += new System.EventHandler(this.tSBExportProfile_Click);
//
@@ -877,15 +831,13 @@
//
resources.ApplyResources(this.tabAutoProfiles, "tabAutoProfiles");
this.tabAutoProfiles.Name = "tabAutoProfiles";
- this.toolTip1.SetToolTip(this.tabAutoProfiles, resources.GetString("tabAutoProfiles.ToolTip"));
this.tabAutoProfiles.UseVisualStyleBackColor = true;
//
// tabSettings
//
- resources.ApplyResources(this.tabSettings, "tabSettings");
this.tabSettings.Controls.Add(this.fLPSettings);
+ resources.ApplyResources(this.tabSettings, "tabSettings");
this.tabSettings.Name = "tabSettings";
- this.toolTip1.SetToolTip(this.tabSettings, resources.GetString("tabSettings.ToolTip"));
this.tabSettings.UseVisualStyleBackColor = true;
//
// fLPSettings
@@ -906,13 +858,11 @@
this.fLPSettings.Controls.Add(this.pnlXIPorts);
this.fLPSettings.Controls.Add(this.flowLayoutPanel1);
this.fLPSettings.Name = "fLPSettings";
- this.toolTip1.SetToolTip(this.fLPSettings, resources.GetString("fLPSettings.ToolTip"));
//
// hideDS4CheckBox
//
resources.ApplyResources(this.hideDS4CheckBox, "hideDS4CheckBox");
this.hideDS4CheckBox.Name = "hideDS4CheckBox";
- this.toolTip1.SetToolTip(this.hideDS4CheckBox, resources.GetString("hideDS4CheckBox.ToolTip"));
this.hideDS4CheckBox.UseVisualStyleBackColor = true;
this.hideDS4CheckBox.CheckedChanged += new System.EventHandler(this.hideDS4CheckBox_CheckedChanged);
//
@@ -922,7 +872,6 @@
this.cBSwipeProfiles.Checked = true;
this.cBSwipeProfiles.CheckState = System.Windows.Forms.CheckState.Checked;
this.cBSwipeProfiles.Name = "cBSwipeProfiles";
- this.toolTip1.SetToolTip(this.cBSwipeProfiles, resources.GetString("cBSwipeProfiles.ToolTip"));
this.cBSwipeProfiles.UseVisualStyleBackColor = true;
this.cBSwipeProfiles.CheckedChanged += new System.EventHandler(this.cBSwipeProfiles_CheckedChanged);
//
@@ -930,7 +879,6 @@
//
resources.ApplyResources(this.StartWindowsCheckBox, "StartWindowsCheckBox");
this.StartWindowsCheckBox.Name = "StartWindowsCheckBox";
- this.toolTip1.SetToolTip(this.StartWindowsCheckBox, resources.GetString("StartWindowsCheckBox.ToolTip"));
this.StartWindowsCheckBox.UseVisualStyleBackColor = true;
this.StartWindowsCheckBox.CheckedChanged += new System.EventHandler(this.StartWindowsCheckBox_CheckedChanged);
//
@@ -938,23 +886,20 @@
//
resources.ApplyResources(this.startMinimizedCheckBox, "startMinimizedCheckBox");
this.startMinimizedCheckBox.Name = "startMinimizedCheckBox";
- this.toolTip1.SetToolTip(this.startMinimizedCheckBox, resources.GetString("startMinimizedCheckBox.ToolTip"));
this.startMinimizedCheckBox.UseVisualStyleBackColor = true;
this.startMinimizedCheckBox.CheckedChanged += new System.EventHandler(this.startMinimizedCheckBox_CheckedChanged);
//
// panel1
//
- resources.ApplyResources(this.panel1, "panel1");
this.panel1.Controls.Add(this.lbNotifications);
this.panel1.Controls.Add(this.cBoxNotifications);
+ resources.ApplyResources(this.panel1, "panel1");
this.panel1.Name = "panel1";
- this.toolTip1.SetToolTip(this.panel1, resources.GetString("panel1.ToolTip"));
//
// lbNotifications
//
resources.ApplyResources(this.lbNotifications, "lbNotifications");
this.lbNotifications.Name = "lbNotifications";
- this.toolTip1.SetToolTip(this.lbNotifications, resources.GetString("lbNotifications.ToolTip"));
//
// cBoxNotifications
//
@@ -966,25 +911,22 @@
resources.GetString("cBoxNotifications.Items1"),
resources.GetString("cBoxNotifications.Items2")});
this.cBoxNotifications.Name = "cBoxNotifications";
- this.toolTip1.SetToolTip(this.cBoxNotifications, resources.GetString("cBoxNotifications.ToolTip"));
this.cBoxNotifications.SelectedIndexChanged += new System.EventHandler(this.cBoxNotifications_SelectedIndexChanged);
//
// cBDisconnectBT
//
resources.ApplyResources(this.cBDisconnectBT, "cBDisconnectBT");
this.cBDisconnectBT.Name = "cBDisconnectBT";
- this.toolTip1.SetToolTip(this.cBDisconnectBT, resources.GetString("cBDisconnectBT.ToolTip"));
this.cBDisconnectBT.UseVisualStyleBackColor = true;
this.cBDisconnectBT.CheckedChanged += new System.EventHandler(this.cBDisconnectBT_CheckedChanged);
//
// panel2
//
- resources.ApplyResources(this.panel2, "panel2");
this.panel2.Controls.Add(this.nUDLatency);
this.panel2.Controls.Add(this.lbMsLatency);
this.panel2.Controls.Add(this.cBFlashWhenLate);
+ resources.ApplyResources(this.panel2, "panel2");
this.panel2.Name = "panel2";
- this.toolTip1.SetToolTip(this.panel2, resources.GetString("panel2.ToolTip"));
//
// nUDLatency
//
@@ -995,7 +937,6 @@
0,
0});
this.nUDLatency.Name = "nUDLatency";
- this.toolTip1.SetToolTip(this.nUDLatency, resources.GetString("nUDLatency.ToolTip"));
this.nUDLatency.Value = new decimal(new int[] {
10,
0,
@@ -1007,7 +948,6 @@
//
resources.ApplyResources(this.lbMsLatency, "lbMsLatency");
this.lbMsLatency.Name = "lbMsLatency";
- this.toolTip1.SetToolTip(this.lbMsLatency, resources.GetString("lbMsLatency.ToolTip"));
//
// cBFlashWhenLate
//
@@ -1015,7 +955,6 @@
this.cBFlashWhenLate.Checked = true;
this.cBFlashWhenLate.CheckState = System.Windows.Forms.CheckState.Checked;
this.cBFlashWhenLate.Name = "cBFlashWhenLate";
- this.toolTip1.SetToolTip(this.cBFlashWhenLate, resources.GetString("cBFlashWhenLate.ToolTip"));
this.cBFlashWhenLate.UseVisualStyleBackColor = true;
this.cBFlashWhenLate.CheckedChanged += new System.EventHandler(this.cBFlashWhenLate_CheckedChanged);
//
@@ -1023,7 +962,6 @@
//
resources.ApplyResources(this.cBCloseMini, "cBCloseMini");
this.cBCloseMini.Name = "cBCloseMini";
- this.toolTip1.SetToolTip(this.cBCloseMini, resources.GetString("cBCloseMini.ToolTip"));
this.cBCloseMini.UseVisualStyleBackColor = true;
this.cBCloseMini.CheckedChanged += new System.EventHandler(this.cBCloseMini_CheckedChanged);
//
@@ -1031,7 +969,6 @@
//
resources.ApplyResources(this.cBQuickCharge, "cBQuickCharge");
this.cBQuickCharge.Name = "cBQuickCharge";
- this.toolTip1.SetToolTip(this.cBQuickCharge, resources.GetString("cBQuickCharge.ToolTip"));
this.cBQuickCharge.UseVisualStyleBackColor = true;
this.cBQuickCharge.CheckedChanged += new System.EventHandler(this.cBQuickCharge_CheckedChanged);
//
@@ -1041,7 +978,6 @@
this.cBDownloadLangauge.Checked = true;
this.cBDownloadLangauge.CheckState = System.Windows.Forms.CheckState.Checked;
this.cBDownloadLangauge.Name = "cBDownloadLangauge";
- this.toolTip1.SetToolTip(this.cBDownloadLangauge, resources.GetString("cBDownloadLangauge.ToolTip"));
this.cBDownloadLangauge.UseVisualStyleBackColor = true;
this.cBDownloadLangauge.CheckedChanged += new System.EventHandler(this.cBDownloadLangauge_CheckedChanged);
//
@@ -1049,18 +985,16 @@
//
resources.ApplyResources(this.cBUpdate, "cBUpdate");
this.cBUpdate.Name = "cBUpdate";
- this.toolTip1.SetToolTip(this.cBUpdate, resources.GetString("cBUpdate.ToolTip"));
this.cBUpdate.UseVisualStyleBackColor = true;
this.cBUpdate.CheckedChanged += new System.EventHandler(this.cBUpdate_CheckedChanged);
//
// pNUpdate
//
- resources.ApplyResources(this.pNUpdate, "pNUpdate");
this.pNUpdate.Controls.Add(this.cBUpdateTime);
this.pNUpdate.Controls.Add(this.lbCheckEvery);
this.pNUpdate.Controls.Add(this.nUDUpdateTime);
+ resources.ApplyResources(this.pNUpdate, "pNUpdate");
this.pNUpdate.Name = "pNUpdate";
- this.toolTip1.SetToolTip(this.pNUpdate, resources.GetString("pNUpdate.ToolTip"));
//
// cBUpdateTime
//
@@ -1071,14 +1005,12 @@
resources.GetString("cBUpdateTime.Items"),
resources.GetString("cBUpdateTime.Items1")});
this.cBUpdateTime.Name = "cBUpdateTime";
- this.toolTip1.SetToolTip(this.cBUpdateTime, resources.GetString("cBUpdateTime.ToolTip"));
this.cBUpdateTime.SelectedIndexChanged += new System.EventHandler(this.cBUpdateTime_SelectedIndexChanged);
//
// lbCheckEvery
//
resources.ApplyResources(this.lbCheckEvery, "lbCheckEvery");
this.lbCheckEvery.Name = "lbCheckEvery";
- this.toolTip1.SetToolTip(this.lbCheckEvery, resources.GetString("lbCheckEvery.ToolTip"));
//
// nUDUpdateTime
//
@@ -1089,17 +1021,15 @@
0,
0});
this.nUDUpdateTime.Name = "nUDUpdateTime";
- this.toolTip1.SetToolTip(this.nUDUpdateTime, resources.GetString("nUDUpdateTime.ToolTip"));
this.nUDUpdateTime.ValueChanged += new System.EventHandler(this.nUDUpdateTime_ValueChanged);
//
// pnlXIPorts
//
- resources.ApplyResources(this.pnlXIPorts, "pnlXIPorts");
this.pnlXIPorts.Controls.Add(this.lbUseXIPorts);
this.pnlXIPorts.Controls.Add(this.nUDXIPorts);
this.pnlXIPorts.Controls.Add(this.lbLastXIPort);
+ resources.ApplyResources(this.pnlXIPorts, "pnlXIPorts");
this.pnlXIPorts.Name = "pnlXIPorts";
- this.toolTip1.SetToolTip(this.pnlXIPorts, resources.GetString("pnlXIPorts.ToolTip"));
this.pnlXIPorts.MouseEnter += new System.EventHandler(this.pnlXIPorts_MouseEnter);
this.pnlXIPorts.MouseLeave += new System.EventHandler(this.pnlXIPorts_MouseLeave);
//
@@ -1107,7 +1037,6 @@
//
resources.ApplyResources(this.lbUseXIPorts, "lbUseXIPorts");
this.lbUseXIPorts.Name = "lbUseXIPorts";
- this.toolTip1.SetToolTip(this.lbUseXIPorts, resources.GetString("lbUseXIPorts.ToolTip"));
//
// nUDXIPorts
//
@@ -1123,7 +1052,6 @@
0,
0});
this.nUDXIPorts.Name = "nUDXIPorts";
- this.toolTip1.SetToolTip(this.nUDXIPorts, resources.GetString("nUDXIPorts.ToolTip"));
this.nUDXIPorts.Value = new decimal(new int[] {
1,
0,
@@ -1137,7 +1065,6 @@
//
resources.ApplyResources(this.lbLastXIPort, "lbLastXIPort");
this.lbLastXIPort.Name = "lbLastXIPort";
- this.toolTip1.SetToolTip(this.lbLastXIPort, resources.GetString("lbLastXIPort.ToolTip"));
//
// flowLayoutPanel1
//
@@ -1148,14 +1075,12 @@
this.flowLayoutPanel1.Controls.Add(this.linkSetup);
this.flowLayoutPanel1.Controls.Add(this.lLBUpdate);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
- this.toolTip1.SetToolTip(this.flowLayoutPanel1, resources.GetString("flowLayoutPanel1.ToolTip"));
//
// linkProfiles
//
resources.ApplyResources(this.linkProfiles, "linkProfiles");
this.linkProfiles.Name = "linkProfiles";
this.linkProfiles.TabStop = true;
- this.toolTip1.SetToolTip(this.linkProfiles, resources.GetString("linkProfiles.ToolTip"));
this.linkProfiles.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkProfiles_LinkClicked);
//
// lnkControllers
@@ -1163,7 +1088,6 @@
resources.ApplyResources(this.lnkControllers, "lnkControllers");
this.lnkControllers.Name = "lnkControllers";
this.lnkControllers.TabStop = true;
- this.toolTip1.SetToolTip(this.lnkControllers, resources.GetString("lnkControllers.ToolTip"));
this.lnkControllers.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkControllers_LinkClicked);
//
// linkUninstall
@@ -1171,7 +1095,6 @@
resources.ApplyResources(this.linkUninstall, "linkUninstall");
this.linkUninstall.Name = "linkUninstall";
this.linkUninstall.TabStop = true;
- this.toolTip1.SetToolTip(this.linkUninstall, resources.GetString("linkUninstall.ToolTip"));
this.linkUninstall.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkUninstall_LinkClicked);
//
// linkSetup
@@ -1179,7 +1102,6 @@
resources.ApplyResources(this.linkSetup, "linkSetup");
this.linkSetup.Name = "linkSetup";
this.linkSetup.TabStop = true;
- this.toolTip1.SetToolTip(this.linkSetup, resources.GetString("linkSetup.ToolTip"));
this.linkSetup.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lLSetup_LinkClicked);
//
// lLBUpdate
@@ -1187,16 +1109,14 @@
resources.ApplyResources(this.lLBUpdate, "lLBUpdate");
this.lLBUpdate.Name = "lLBUpdate";
this.lLBUpdate.TabStop = true;
- this.toolTip1.SetToolTip(this.lLBUpdate, resources.GetString("lLBUpdate.ToolTip"));
this.lLBUpdate.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lLBUpdate_LinkClicked);
//
// tabLog
//
- resources.ApplyResources(this.tabLog, "tabLog");
this.tabLog.Controls.Add(this.lvDebug);
this.tabLog.Controls.Add(this.btnClear);
+ resources.ApplyResources(this.tabLog, "tabLog");
this.tabLog.Name = "tabLog";
- this.toolTip1.SetToolTip(this.tabLog, resources.GetString("tabLog.ToolTip"));
this.tabLog.UseVisualStyleBackColor = true;
//
// saveProfiles
@@ -1205,7 +1125,6 @@
//
// cMCustomLed
//
- resources.ApplyResources(this.cMCustomLed, "cMCustomLed");
this.cMCustomLed.ImageScalingSize = new System.Drawing.Size(20, 20);
this.cMCustomLed.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.useProfileColorToolStripMenuItem,
@@ -1213,20 +1132,20 @@
this.cMCustomLed.Name = "cMCustomLed";
this.cMCustomLed.ShowCheckMargin = true;
this.cMCustomLed.ShowImageMargin = false;
- this.toolTip1.SetToolTip(this.cMCustomLed, resources.GetString("cMCustomLed.ToolTip"));
+ resources.ApplyResources(this.cMCustomLed, "cMCustomLed");
//
// useProfileColorToolStripMenuItem
//
- resources.ApplyResources(this.useProfileColorToolStripMenuItem, "useProfileColorToolStripMenuItem");
this.useProfileColorToolStripMenuItem.Checked = true;
this.useProfileColorToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.useProfileColorToolStripMenuItem.Name = "useProfileColorToolStripMenuItem";
+ resources.ApplyResources(this.useProfileColorToolStripMenuItem, "useProfileColorToolStripMenuItem");
this.useProfileColorToolStripMenuItem.Click += new System.EventHandler(this.useProfileColorToolStripMenuItem_Click);
//
// useCustomColorToolStripMenuItem
//
- resources.ApplyResources(this.useCustomColorToolStripMenuItem, "useCustomColorToolStripMenuItem");
this.useCustomColorToolStripMenuItem.Name = "useCustomColorToolStripMenuItem";
+ resources.ApplyResources(this.useCustomColorToolStripMenuItem, "useCustomColorToolStripMenuItem");
this.useCustomColorToolStripMenuItem.Click += new System.EventHandler(this.useCustomColorToolStripMenuItem_Click);
//
// advColorDialog
@@ -1235,14 +1154,13 @@
//
// DS4Form
//
- resources.ApplyResources(this, "$this");
this.AllowDrop = true;
+ resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.Color.White;
this.Controls.Add(this.tabMain);
this.Controls.Add(this.pnlButton);
this.Name = "DS4Form";
- this.toolTip1.SetToolTip(this, resources.GetString("$this.ToolTip"));
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ScpForm_Closing);
this.DragDrop += new System.Windows.Forms.DragEventHandler(this.ScpForm_DragDrop);
this.DragEnter += new System.Windows.Forms.DragEventHandler(this.ScpForm_DragEnter);
@@ -1252,6 +1170,7 @@
this.cMTaskbar.ResumeLayout(false);
this.tabMain.ResumeLayout(false);
this.tabControllers.ResumeLayout(false);
+ this.tabControllers.PerformLayout();
this.tLPControllers.ResumeLayout(false);
this.tLPControllers.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pBStatus1)).EndInit();
diff --git a/DS4Windows/DS4Forms/DS4Form.ar.resx b/DS4Windows/DS4Forms/DS4Form.ar.resx
index e928525..6728b01 100644
--- a/DS4Windows/DS4Forms/DS4Form.ar.resx
+++ b/DS4Windows/DS4Forms/DS4Form.ar.resx
@@ -143,7 +143,7 @@
اختصارات لوحة المفاتيح/عن البرنامج
- محو
+ مسح
231, 192
@@ -209,13 +209,13 @@
992, 94
- حرر
+ تعديل
992, 130
- حرر
+ تعديل
846, 23
@@ -224,7 +224,7 @@
992, 58
- حرر
+ تعديل
846, 59
@@ -236,7 +236,7 @@
992, 22
- حرر
+ تعديل
846, 131
diff --git a/DS4Windows/DS4Forms/DS4Form.de-DE.resx b/DS4Windows/DS4Forms/DS4Form.de-DE.resx
index aa32efa..b8d63a3 100644
--- a/DS4Windows/DS4Forms/DS4Form.de-DE.resx
+++ b/DS4Windows/DS4Forms/DS4Form.de-DE.resx
@@ -638,4 +638,16 @@
Benutze eine eigene Farbe
+
+ ID
+
+
+ Status
+
+
+ Controller
+
+
+ Log
+
\ No newline at end of file
diff --git a/DS4Windows/DS4Forms/DS4Form.fr-FR.resx b/DS4Windows/DS4Forms/DS4Form.fr-FR.resx
index 169b656..33a816b 100644
--- a/DS4Windows/DS4Forms/DS4Form.fr-FR.resx
+++ b/DS4Windows/DS4Forms/DS4Form.fr-FR.resx
@@ -151,9 +151,6 @@
Effacer
-
- 287, 192
-
286, 26
@@ -199,17 +196,23 @@
Sortir (clic central de la souris)
-
- Manettes
+
+ 287, 192
Connecter DS4 exclusivement (expérimental)
+
+ 1077, 94
+
+
+ 41, 28
+
- 476, 26
+ 497, 26
- 974, 94
+ 1008, 94
61, 28
@@ -218,7 +221,7 @@
Éditer
- 974, 130
+ 1008, 130
61, 28
@@ -227,10 +230,10 @@
Éditer
- 826, 23
+ 860, 23
- 974, 58
+ 1008, 58
61, 28
@@ -239,13 +242,13 @@
Éditer
- 826, 59
+ 860, 59
- 826, 95
+ 860, 95
- 974, 22
+ 1008, 22
61, 28
@@ -254,10 +257,10 @@
Éditer
- 826, 131
+ 860, 131
- 825, 0
+ 859, 0
141, 18
@@ -266,7 +269,7 @@
Profil Sélectionné
- 477, 0
+ 497, 0
38, 18
@@ -275,7 +278,7 @@
État
- 683, 0
+ 713, 0
66, 18
@@ -284,100 +287,112 @@
Batterie
- 694, 27
+ 723, 27
- 694, 63
+ 723, 63
- 694, 99
+ 723, 99
- 694, 135
+ 723, 135
- 476, 62
+ 497, 62
- 476, 98
+ 497, 98
- 476, 134
+ 497, 134
- 1043, 22
+ 1077, 22
+
+
+ 41, 28
+
+
+ 1077, 58
+
+
+ 41, 28
+
+
+ 1077, 130
+
+
+ 41, 28
- Aucune manette connectée
+ Aucune manette connectée (Max 4)
-
- Profils
-
-
- 207, 264
+
+ Manettes
- 206, 26
+ 208, 26
Edition
- 206, 26
+ 208, 26
Choisir manette 1
- 206, 26
+ 208, 26
Choisir manette 2
- 206, 26
+ 208, 26
Choisir manette 3
- 206, 26
+ 208, 26
Choisir manette 4
- 206, 26
+ 208, 26
Effacer (Del)
- 206, 26
+ 208, 26
Dupliquer (Ctrl+D)
- 206, 26
+ 208, 26
Nouveau Profil
- 206, 26
+ 208, 26
Importer
- 206, 26
+ 208, 26
Exporter
-
- Options du profil
+
+ 209, 264
105, 24
@@ -409,6 +424,9 @@
Garder les dimensions de la fenêtre après fermeture
+
+ Options du profil
+
92, 24
@@ -463,11 +481,11 @@
Exporter le profil choisi
-
- Profils Auto
+
+ Profils
-
- Paramètres
+
+ Profils Automatique
176, 21
@@ -476,10 +494,10 @@
Cacher la Manette DS4
- 328, 21
+ 341, 21
- Balayer le pavé tactile pour changer de profiles
+ Glisser sur le pavé tactile pour changer de profile
169, 21
@@ -493,9 +511,6 @@
Réduire au Démarrage
-
- 304, 28
-
157, 17
@@ -514,15 +529,15 @@
168, 1
+
+ 304, 28
+
247, 21
Déconnecter du Bluetooth à l'arrêt
-
- 458, 28
-
366, 2
@@ -535,6 +550,9 @@
Faire clignoter la barre lumineuse lors de forte latence
+
+ 458, 28
+
268, 21
@@ -548,10 +566,10 @@
Charge Rapide
- 290, 21
+ 295, 21
- Télécharger le pack de langues avec Maj
+ Télécharger le pack de langues avec MAJ
270, 21
@@ -559,9 +577,6 @@
Vérifier les mises à jour au démarrage
-
- 256, 22
-
heures
@@ -580,11 +595,8 @@
116, 1
-
- 13, 376
-
-
- 276, 28
+
+ 256, 30
153, 17
@@ -598,11 +610,11 @@
223, 4
-
- 479, 13
+
+ 13, 384
-
- 230, 85
+
+ 276, 28
112, 17
@@ -632,20 +644,26 @@
Installation de la Manette
- 159, 17
+ 155, 17
- Vérifier les Mises à Jour
+ Vérifier s'il y a une MAJ
TopLeft
+
+ 479, 13
+
+
+ 230, 85
+
+
+ Paramètres
+
Fichier Log
-
- 307, 56
-
306, 26
@@ -658,11 +676,7 @@
Utiliser une couleur personnalisée
-
-
- Inherit
-
-
- ID
+
+ 307, 56
\ No newline at end of file
diff --git a/DS4Windows/DS4Forms/DS4Form.he.resx b/DS4Windows/DS4Forms/DS4Form.he.resx
index 773c8da..c90f637 100644
--- a/DS4Windows/DS4Forms/DS4Form.he.resx
+++ b/DS4Windows/DS4Forms/DS4Form.he.resx
@@ -197,49 +197,52 @@
התחבר ל-DS4 בלעדית (ניסיוני)
- 1085, 94
+ 1084, 94
- 33, 28
+ 34, 28
+
+
+ 444, 26
- 1031, 94
+ 1030, 94
ערוך
- 1031, 130
+ 1030, 130
ערוך
- 885, 23
+ 884, 23
- 1031, 58
+ 1030, 58
ערוך
- 885, 59
+ 884, 59
- 885, 95
+ 884, 95
- 1031, 22
+ 1030, 22
ערוך
- 885, 131
+ 884, 131
- 906, 0
+ 905, 0
96, 18
@@ -254,7 +257,7 @@
מזהה
- 514, 0
+ 445, 0
37, 18
@@ -263,7 +266,7 @@
מצב
- 743, 0
+ 720, 0
52, 18
@@ -272,34 +275,43 @@
סוללה
- 746, 27
+ 723, 27
- 746, 63
+ 723, 63
- 746, 99
+ 723, 99
- 746, 135
+ 723, 135
+
+
+ 444, 62
+
+
+ 444, 98
+
+
+ 444, 134
- 1085, 22
+ 1084, 22
- 33, 28
+ 34, 28
- 1085, 58
+ 1084, 58
- 33, 28
+ 34, 28
- 1085, 130
+ 1084, 130
- 33, 28
+ 34, 28
לא מחוברים בקרים (מקסימום 4)
@@ -308,64 +320,64 @@
פרופילים
- 187, 264
+ 180, 264
- 186, 26
+ 179, 26
ערוך
- 186, 26
+ 179, 26
הגדר כבקר 1
- 186, 26
+ 179, 26
הגדר כבקר 2
- 186, 26
+ 179, 26
הגדר כבקר 3
- 186, 26
+ 179, 26
הגדר כבקר 4
- 186, 26
+ 179, 26
מחק (Delete)
- 186, 26
+ 179, 26
שכפל (Ctrl+D)
- 186, 26
+ 179, 26
פרופיל חדש
- 186, 26
+ 179, 26
ייבוא
- 186, 26
+ 179, 26
ייצוא
@@ -506,7 +518,7 @@
88, 1
- 224, 21
+ 188, 21
נתק Bluetooth בעת הסגירה
@@ -526,6 +538,12 @@
הבהב אור במהירות גבוהה
+
+ 111, 21
+
+
+ סגירה ממזערת
+
102, 21
@@ -634,7 +652,4 @@
שימוש בצבע מסוים
-
- סגירה ממזערת
-
\ No newline at end of file
diff --git a/DS4Windows/DS4Forms/DS4Form.nl.resx b/DS4Windows/DS4Forms/DS4Form.nl.resx
index bec02bf..11fe9f6 100644
--- a/DS4Windows/DS4Forms/DS4Form.nl.resx
+++ b/DS4Windows/DS4Forms/DS4Form.nl.resx
@@ -610,4 +610,19 @@
Gebruik Aangepaste Kleuren
+
+ Start
+
+
+ Status
+
+
+ Controller/Driver Setup
+
+
+ Controllers
+
+
+ Log
+
\ No newline at end of file
diff --git a/DS4Windows/DS4Forms/DS4Form.resx b/DS4Windows/DS4Forms/DS4Form.resx
index 31fd403..df22ee0 100644
--- a/DS4Windows/DS4Forms/DS4Form.resx
+++ b/DS4Windows/DS4Forms/DS4Form.resx
@@ -117,3409 +117,3625 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- True
-
-
- 4, 4, 4, 4
-
-
-
- 158, 0
-
-
- 0
-
-
- 4, 4, 4, 4
-
-
- tLPControllers
-
-
- lbNoControllers
-
-
- bnEditC1
-
-
- NoControl
-
-
- 0, 0
-
-
+
Fill
-
- NoControl
-
-
- tLPControllers
-
-
-
-
-
- 52
-
-
-
-
-
- 53
-
-
- None
-
-
- Hide DS4 Controller
-
-
- 43
-
-
- True
-
-
- cMTaskbar
-
-
- 0
-
-
- tSBKeepSize
-
-
- 48
-
-
- 735, 0
-
-
- 100%
-
-
- tabLog
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 227, 26
-
-
- tLPControllers
-
-
- 2
-
-
- 1122, 162
-
-
- 53
-
-
- None
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Edit
-
-
- lbID
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 59, 24
-
-
- lbLastXIPort
-
-
- 155, 21
-
-
- pnlButton
-
-
- 84
-
-
- lbPad2
-
-
- 2
-
-
- System.Windows.Forms.CheckBox, 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
-
-
- importToolStripMenuItem
-
-
- 13, 346
-
-
- 42
-
-
- 4, 0, 4, 0
-
-
- 149, 17
-
-
- None
-
-
- pNUpdate
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Save Profile
-
-
- editProfileForController4ToolStripMenuItem
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 2
-
-
- 3
-
-
- Time
-
-
- days
-
-
- panel1
-
-
- NoControl
-
-
- 1114, 415
-
-
- 743, 27
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 126, 21
-
-
- pnlButton
-
-
- 1
-
-
- Edit
-
-
- nUDXIPorts
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- lbStatus
-
-
- 3
-
-
- 4, 0, 4, 0
-
-
- System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
-
-
-
- 1028, 130
-
-
- 743, 99
-
-
- 265, 24
-
-
- None
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- chData
-
-
-
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- None
-
-
-
-
-
-
-
-
- 114, 17
-
-
- NoControl
-
-
- 882, 23
-
-
- tLPControllers
-
-
- Dupliacate Selected Profile (Ctrl+D)
-
-
- 0
+
+
+ Lucida Console, 9.75pt
4, 4
-
- 44
+
+ 4, 4, 4, 4
-
- NoControl
+
+ 1114, 415
-
- tSBExportProfile
-
-
- Check for Update Now
-
-
-
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tLPControllers
-
-
- System.Windows.Forms.ToolStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- toolTip1
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Left
-
-
- tabControllers
-
-
- NoControl
-
-
- 9
-
-
- tLPControllers
-
-
- editProfileForController2ToolStripMenuItem
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 122, 21
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Microsoft Sans Serif, 9pt
-
-
+
+
0
-
- 7
+
+ lvDebug
-
- 130, 21
+
+ System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- cBController4
+
+ tabLog
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 0
-
+
+ Time
+
+
+ 167
+
+
+ Data
+
+
+ 84
+
+
+ 17, 17
+
+
+ lbTest
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlButton
+
+
+ 0
+
+
+ btnStartStop
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlButton
+
+
+ 1
+
+
+ lbLastMessage
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlButton
+
+
+ 2
+
+
+ llbHelp
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlButton
+
+
+ 3
+
+
+ Bottom
+
+
+ 0, 481
+
+
+ 4, 4, 4, 4
+
+
+ 1130, 38
+
+
+ 10
+
+
+ pnlButton
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ $this
+
+
+ 4
+
+
+ Bottom, Right
+
+
+ True
+
+
+ NoControl
+
+
+ 812, 11
+
+
+ 4, 0, 4, 0
+
+
+ 129, 17
+
+
+ 46
+
+
+ Used to test values
+
+
+ False
+
+
+ lbTest
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlButton
+
+
+ 0
+
+
+ Bottom, Right
+
+
+ NoControl
+
+
+ 1050, 5
+
+
+ 4, 4, 4, 4
+
+
+ 72, 29
+
+
+ 1
+
+
+ Start
+
+
+ btnStartStop
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlButton
+
+
+ 1
+
+
+ Bottom, Left, Right
+
+
+ NoControl
+
+
+ 5, 11
+
+
+ 4, 0, 4, 0
+
+
+ 931, 22
+
+
+ 41
+
+
+ lbLastMessage
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlButton
+
+
+ 2
+
+
+ Bottom, Right
+
+
+ True
+
+
NoControl
943, 11
-
- Keep this window size after closing
-
-
-
-
-
- New
-
-
-
-
-
- 1
-
-
- 510, 62
-
-
- tLPControllers
-
-
- 9
-
-
- 100%
-
-
- Microsoft Sans Serif, 9pt
-
-
- Hotkeys/About
-
-
- Magenta
-
-
- 36, 28
-
-
- 1050, 5
-
-
- System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 931, 22
-
-
- None
-
-
- 4
-
-
- Edit
-
-
- 44
-
-
- pnlXIPorts
-
-
- nUDUpdateTime
-
-
- NoControl
-
-
- 44
-
-
- Export
-
-
- 4, 4, 4, 4
-
-
-
-
-
-
-
-
- 3
-
-
-
-
-
- New Profile
-
-
-
-
-
- 45
-
-
- lLBUpdate
-
-
- 4, 4, 4, 4
-
-
- 4, 99
-
-
- assignToController3ToolStripMenuItem
-
-
- 4, 4, 4, 4
-
-
- 45
-
-
- 54
-
-
- Magenta
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Left
-
-
- 4, 25
-
-
- 4, 4, 4, 4
-
-
- cBDownloadLangauge
-
-
- tabAutoProfiles
-
-
- 0
-
-
- 11
-
-
-
-
-
-
-
-
- Edit Profile for Controller 1
-
-
-
-
-
- 1
-
-
- None
-
-
+
4, 0, 4, 0
-
-
-
-
- 0
-
-
-
-
-
- Used to test values
-
-
- 3
-
-
- 4, 4, 4, 4
-
-
- 4
-
-
- Edit Selected Profile (Enter)
-
-
- 4, 4, 4, 4
-
-
- 1114, 444
-
-
- All
-
-
- fLPSettings
-
-
-
-
-
- NoControl
-
-
- 4, 4, 4, 4
-
-
- 55, 22
-
-
-
-
-
- tabMain
-
-
- tSTBProfile
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 4, 4, 4, 4
-
-
- tSBCancel
-
-
- Magenta
-
-
- MA:C1:23:45:67:89
-
-
- 4, 0, 4, 0
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 1082, 94
-
-
-
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 45
-
-
- 44
-
-
- 42
-
-
- advColorDialog
-
-
- fLPSettings
-
-
- pBStatus2
-
-
- 40
-
-
- panel2
-
-
- Edit
-
-
- 42
-
-
- 4, 4, 4, 4
-
-
- 100%
-
-
- 1082, 58
-
-
- toolStripLabel1
-
-
- 5, 11
-
-
- 4, 4, 4, 4
-
-
- tSBImportProfile
-
-
- tLPControllers
-
-
- fLPSettings
-
-
- tLPControllers
-
-
- lbBattery
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 262, 26
-
-
- True
-
-
- 4, 4, 4, 4
-
-
- <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="bnLight3" Row="3" RowSpan="1" Column="5" ColumnSpan="1" /><Control Name="pBStatus1" Row="1" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="lbPad1" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbPad2" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="bnEditC3" Row="3" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="bnEditC4" Row="4" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="lbPad3" Row="3" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbPad4" Row="4" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="cBController1" Row="1" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="bnEditC2" Row="2" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="cBController2" Row="2" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="cBController3" Row="3" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="bnEditC1" Row="1" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="cBController4" Row="4" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="lbSelectedProfile" Row="0" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="lbID" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbStatus" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="lbBattery" Row="0" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="lbBatt1" Row="1" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="lbBatt2" Row="2" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="lbBatt3" Row="3" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="lbBatt4" Row="4" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="pBStatus2" Row="2" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="pBStatus3" Row="3" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="pBStatus4" Row="4" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="bnLight1" Row="1" RowSpan="1" Column="5" ColumnSpan="1" /><Control Name="bnLight2" Row="2" RowSpan="1" Column="5" ColumnSpan="1" /><Control Name="bnLight4" Row="4" RowSpan="1" Column="5" ColumnSpan="1" /></Controls><Columns Styles="Percent,46.27451,Percent,28.23529,Percent,25.4902,AutoSize,0,AutoSize,0,AutoSize,0" /><Rows Styles="AutoSize,0,Percent,25,Percent,25,Percent,25,Percent,25" /></TableLayoutSettings>
-
-
- Use Profile Color
-
-
- 63, 24
-
-
- fLPSettings
-
-
- bnEditC3
-
-
- lbUseXIPorts
-
-
- 132, 24
-
-
- 12
-
-
- System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Delete (Del)
-
-
- Delete
-
-
- System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- True
-
-
- No Controllers Connected (Max 4)
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 1
-
-
- NoControl
-
-
- 11
-
-
- 4, 0, 4, 0
-
-
- cBController2
-
-
- 4, 0, 4, 0
-
-
- True
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 1114, 27
-
-
- 13
-
-
-
-
-
- 251, 21
-
-
- 44
-
-
- 43
-
-
- 9, 9, 0, 11
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 1114, 390
-
-
- System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tabMain
-
-
- 7
-
-
- System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- useProfileColorToolStripMenuItem
-
-
- 4, 4, 4, 4
-
-
-
-
-
- 43
-
-
- 4, 4, 4, 4
-
-
- NoControl
-
-
- 120, 120
-
-
-
-
-
-
-
-
- True
-
-
- System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 232, 28
-
-
- startToolStripMenuItem
-
-
- True
-
-
- tLPControllers
-
-
- tSBDupProfile
-
-
- True
-
-
- tSOptions
-
-
-
-
-
- 4, 4, 4, 4
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- llbHelp
-
-
- System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tmrUpdate
-
-
- 97, 24
-
-
- System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Import Profile or Profiles
-
-
-
-
-
- True
-
-
- System.Windows.Forms.ToolStripButton, 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
-
-
- TopDown
-
-
- lbCheckEvery
-
-
- 13, 194
-
-
- 46
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 5
-
-
- pnlButton
-
-
- 46, 28
-
-
- 0
-
-
- 42
-
-
- 227, 26
-
-
- tLPControllers
-
-
- 22
-
-
-
-
-
- True
-
-
- 1
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 0, 0
-
-
- tsBDeleteProfile
-
-
- Lucida Console, 9.75pt
-
-
- 1122, 452
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- NoControl
-
-
- 257, 21
-
-
-
-
-
- Microsoft Sans Serif, 9pt
-
-
- tabProfiles
-
-
- 44
-
-
- 2
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Exit (Middle Mouse)
-
-
-
-
-
- Microsoft Sans Serif, 9pt
-
-
- Top, Right
-
-
- 1
-
-
- NoControl
-
-
- 4, 0, 4, 0
-
-
- 4
-
-
- Auto Profiles
-
-
- 1
-
-
- 56, 18
-
-
- NoControl
-
-
- Start Minimized
-
-
- 3
-
-
- tabSettings
-
-
-
-
-
- 1028, 58
-
-
- 4, 4, 4, 4
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- True
-
-
- Controller 2
-
-
- 39, 20
-
-
- Settings
-
-
- tLPControllers
-
-
- 202, 26
-
-
- TopDown
-
-
- 266, 28
-
-
- 882, 95
-
-
- 0
-
-
- Import
-
-
- System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 0
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 85, 18
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- NoControl
-
-
- NoControl
-
-
- 44
-
-
- 47
-
-
- None
-
-
- $this
-
-
- bnLight1
-
-
- Edit Profile for Controller 2
-
-
- 46, 28
-
-
- System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 2
-
-
- lvDebug
-
-
-
-
-
- AutoSize
-
-
- 1122, 29
-
-
- 13, 13
-
-
- 4, 0, 4, 0
-
-
- 263, 192
-
-
- NoControl
-
-
- NoControl
-
-
- 887, 0
-
-
- System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel1
-
-
- Controller/Driver Setup
-
-
- 46, 28
-
-
- assignToController4ToolStripMenuItem
-
-
- True
-
-
- Magenta
-
-
- System.Windows.Forms.Panel, 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
-
-
- XML Files (*.xml)|*.xml
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 51
-
-
- Bottom
-
-
- 0
-
-
- toolStripSeparator3
-
-
- 4, 4, 4, 4
-
-
- Flat
-
-
-
-
-
- 1122, 452
-
-
- 4, 0, 4, 0
-
-
- hideDS4CheckBox
-
-
- 39, 20
-
-
- 4, 4, 4, 4
-
-
- flowLayoutPanel1
-
-
- 1122, 452
-
-
- Fill
-
-
- fLPSettings
-
-
- Microsoft Sans Serif, 9pt
-
-
- 4, 0, 4, 0
-
-
- 0
-
-
- 13
-
-
- False
-
-
- btnClear
-
-
- tLPControllers
-
-
- toolStrip1
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tLPControllers
-
-
- 186, 27
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlButton
-
-
- cBDisconnectBT
-
-
- 10
-
-
-
-
-
- 4, 4, 4, 4
-
-
- 4, 4, 4, 4
-
-
- 111, 24
-
-
- lbTest
-
-
- tsBEditProfile
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel1
-
-
- flowLayoutPanel1
-
-
- 39, 20
-
-
- 127, 18
-
-
- 45
-
-
- 1130, 519
-
-
- tsBNewProfle
-
-
- 74, 24
-
-
- 228, 264
-
-
- Bottom, Right
-
-
- tabProfiles
-
-
- tabProfiles
-
-
- 86, 17
-
-
- 138, 24
-
-
- 4, 4
-
-
- panel2
-
-
- NoControl
-
-
- Top, Right
-
-
- Fill
-
-
- 369, 13
-
-
- hours
-
-
- NoControl
-
-
- System.Windows.Forms.ToolStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 1
-
-
- 1122, 452
-
-
- 0
-
-
- NoControl
-
-
- 4, 68
-
-
- - 4
-
-
- lbBatt1
-
-
- 259, 6
-
-
- Profile folder
-
-
- cBQuickCharge
-
-
-
-
-
- True
-
-
- NoControl
-
-
- AutoSize
-
-
- 0
+
+ 100, 17
13
-
- Left
+
+ Hotkeys/About
-
-
+
+ llbHelp
-
- Magenta
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 44
+
+ pnlButton
-
- Edit Profile for Controller 4
+
+ 3
-
- 56
+
+ Bottom
-
- cBUpdateTime
+
+ False
-
-
-
-
- flowLayoutPanel1
-
-
- 4, 0, 4, 0
-
-
- tabMain
-
-
- 882, 59
-
-
-
-
-
- Microsoft Sans Serif, 9pt, style=Bold
-
-
- duplicateToolStripMenuItem
-
-
- 2
-
-
- Magenta
-
-
- True
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tLPControllers
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tabSettings
-
-
- True
-
-
- Disconnect from BT when Stopping
-
-
- 4, 5
-
-
- 26, 17
-
-
- tabLog
-
-
- Flat
-
-
- Selected Profile
-
-
-
-
-
- 4, 25
-
-
- 36, 28
-
-
- 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
-
-
- 252, 21
-
-
- 262, 26
-
-
- 47
+
+ NoControl
4, 419
-
- 17
+
+ 4, 4, 4, 4
-
- 227, 26
+
+ 1114, 29
+
+
+ 9
+
+
+ Clear
+
+
+ btnClear
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tabLog
+
+
+ 1
+
+
+ 226, 17
+
+
+ Scp server
+
+
+ 339, 17
+
+
+ 263, 192
+
+
+ cMTaskbar
+
+
+ System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ DS4 Xinput Tool
+
+
+ True
+
+
+ 262, 26
+
+
+ Edit Profile for Controller 1
+
+
+ 262, 26
+
+
+ Edit Profile for Controller 2
+
+
+ 262, 26
+
+
+ Edit Profile for Controller 3
+
+
+ 262, 26
+
+
+ Edit Profile for Controller 4
+
+
+ 259, 6
+
+
+ 262, 26
+
+
+ Start
+
+
+ Segoe UI, 9pt, style=Bold
+
+
+ 262, 26
+
+
+ Open
+
+
+ 262, 26
+
+
+ Exit (Middle Mouse)
+
+
+ 211, 6
+
+
+ 449, 17
+
+
+ XML Files (*.xml)|*.xml
+
+
+ Top
+
+
+ NoControl
+
+
+ 0, 162
+
+
+ 4, 4, 4, 4
+
+
+ 1122, 29
+
+
+ 48
+
+
+ Connect DS4 exclusivly (experimental)
+
+
+ btnConnectDS4Win10
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tabControllers
+
+
+ 0
+
+
+ True
+
+
+ 6
+
+
+ Fill
+
+
+ Flat
+
+
+ NoControl
+
+
+ 1089, 94
+
+
+ 4, 4, 4, 4
+
+
+ 29, 28
+
+
+ 50
+
+
+ bnLight3
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 0
+
+
+ None
+
+
+ NoControl
+
+
+ 533, 26
+
+
+ 4, 4, 4, 4
+
+
+ 39, 20
+
+
+ AutoSize
+
+
+ 47
+
+
+ pBStatus1
+
+
+ System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 1
+
+
+ Left
+
+
+ True
+
+
+ Microsoft Sans Serif, 9pt
+
+
+ NoControl
+
+
+ 4, 27
+
+
+ 4, 0, 4, 0
+
+
+ 133, 18
+
+
+ 44
+
+
+ MA:C1:23:45:67:89
+
+
+ lbPad1
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 2
+
+
+ Left
+
+
+ True
+
+
+ Microsoft Sans Serif, 9pt
+
+
+ NoControl
+
+
+ 4, 63
+
+
+ 4, 0, 4, 0
+
+
+ 85, 18
+
+
+ 44
+
+
+ Controller 2
+
+
+ lbPad2
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 3
+
+
+ Left
+
+
+ NoControl
+
+
+ 1035, 94
+
+
+ 4, 4, 4, 4
+
+
+ 46, 28
+
+
+ 43
+
+
+ Edit
+
+
+ bnEditC3
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 4
+
+
+ Left
+
+
+ NoControl
+
+
+ 1035, 130
+
+
+ 4, 4, 4, 4
+
+
+ 46, 28
+
+
+ 43
+
+
+ Edit
+
+
+ bnEditC4
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 5
+
+
+ Left
+
+
+ True
+
+
+ Microsoft Sans Serif, 9pt
+
+
+ NoControl
+
+
+ 4, 99
+
+
+ 4, 0, 4, 0
+
+
+ 85, 18
+
+
+ 44
+
+
+ Controller 3
+
+
+ lbPad3
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 6
+
+
+ Left
+
+
+ True
+
+
+ Microsoft Sans Serif, 9pt
+
+
+ NoControl
+
+
+ 4, 135
+
+
+ 4, 0, 4, 0
+
+
+ 85, 18
+
+
+ 44
+
+
+ Controller 4
+
+
+ lbPad4
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 7
+
+
+ None
+
+
+ 889, 24
+
+
+ 4, 4, 4, 4
+
+
+ 138, 24
+
+
+ 42
+
+
+ cBController1
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 8
+
+
+ Left
+
+
+ NoControl
+
+
+ 1035, 58
+
+
+ 4, 4, 4, 4
+
+
+ 46, 28
+
+
+ 43
+
+
+ Edit
+
+
+ bnEditC2
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 9
+
+
+ None
+
+
+ 889, 60
+
+
+ 4, 4, 4, 4
+
+
+ 138, 24
+
+
+ 42
+
+
+ cBController2
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 10
+
+
+ None
+
+
+ 889, 96
+
+
+ 4, 4, 4, 4
+
+
+ 138, 24
+
+
+ 42
+
+
+ cBController3
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 11
+
+
+ Left
+
+
+ NoControl
+
+
+ 1035, 22
+
+
+ 4, 4, 4, 4
+
+
+ 46, 28
+
+
+ 43
+
+
+ Edit
+
+
+ bnEditC1
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 12
+
+
+ None
+
+
+ 889, 132
+
+
+ 4, 4, 4, 4
+
+
+ 138, 24
+
+
+ 42
+
+
+ cBController4
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 13
+
+
+ None
+
+
+ True
+
+
+ Microsoft Sans Serif, 9pt, style=Bold
+
+
+ NoControl
+
+
+ 894, 0
+
+
+ 4, 0, 4, 0
+
+
+ 127, 18
+
+
+ 45
+
+
+ Selected Profile
+
+
+ lbSelectedProfile
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 14
+
+
+ Left
+
+
+ True
+
+
+ Microsoft Sans Serif, 9pt, style=Bold
+
+
+ NoControl
+
+
+ 4, 0
+
+
+ 4, 0, 4, 0
+
+
+ 24, 18
+
+
+ 45
+
+
+ ID
+
+
+ lbID
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 15
+
+
+ None
+
+
+ True
+
+
+ Microsoft Sans Serif, 9pt, style=Bold
+
+
+ NoControl
+
+
+ 524, 0
+
+
+ 4, 0, 4, 0
+
+
+ 56, 18
+
+
+ 45
+
+
+ Status
+
+
+ lbStatus
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 16
+
+
+ None
+
+
+ True
+
+
+ Microsoft Sans Serif, 9pt, style=Bold
+
+
+ NoControl
+
+
+ 747, 0
+
+
+ 4, 0, 4, 0
61, 18
-
- openProfiles
+
+ 45
-
+
+ Battery
+
+
+ lbBattery
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 17
+
+
+ None
+
+
+ True
+
+
+ Microsoft Sans Serif, 9pt
+
+
NoControl
-
- 25
+
+ 755, 27
-
- 1130, 481
+
+ 4, 0, 4, 0
-
- 11
+
+ 45, 18
-
- System.Windows.Forms.ToolStripLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 44
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 100%
-
- 227, 26
+
+ lbBatt1
-
- 0
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 4
+
+ tLPControllers
-
- 99, 24
+
+ 18
-
- 227, 26
+
+ None
-
- Microsoft Sans Serif, 9.75pt
+
+ True
-
- 55
+
+ Microsoft Sans Serif, 9pt
-
+
+ NoControl
+
+
+ 755, 63
+
+
+ 4, 0, 4, 0
+
+
+ 45, 18
+
+
+ 44
+
+
+ 100%
+
+
+ lbBatt2
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 19
+
+
+ None
+
+
+ True
+
+
+ Microsoft Sans Serif, 9pt
+
+
+ NoControl
+
+
+ 755, 99
+
+
+ 4, 0, 4, 0
+
+
+ 45, 18
+
+
+ 44
+
+
+ 100%
+
+
+ lbBatt3
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 20
+
+
+ None
+
+
+ True
+
+
+ Microsoft Sans Serif, 9pt
+
+
+ NoControl
+
+
+ 755, 135
+
+
+ 4, 0, 4, 0
+
+
+ 45, 18
+
+
+ 44
+
+
+ 100%
+
+
+ lbBatt4
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 21
+
+
+ None
+
+
+ NoControl
+
+
+ 533, 62
+
+
4, 4, 4, 4
39, 20
-
- linkUninstall
+
+ AutoSize
-
- True
+
+ 47
-
- fLPSettings
+
+ pBStatus2
-
- 2
+
+ System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- lbSelectedProfile
+
+ tLPControllers
-
- Battery
+
+ 22
-
- Warnings only
-
-
- XML Files (*.xml)|*.xml
-
-
- 0
-
-
- fLPSettings
-
-
- Flash Lightbar when Latency is over
-
-
- 5
-
-
- 1
-
-
- 8
-
-
- chTime
-
-
- tabProfiles
-
-
- Run at Startup
-
-
- 262, 26
-
-
+
None
-
- Left
+
+ NoControl
-
- 52
+
+ 533, 98
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 4, 4, 4, 4
-
- True
+
+ 39, 20
+
+
+ AutoSize
+
+
+ 47
+
+
+ pBStatus3
+
+
+ System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 23
+
+
+ None
+
+
+ NoControl
+
+
+ 533, 134
+
+
+ 4, 4, 4, 4
+
+
+ 39, 20
+
+
+ AutoSize
+
+
+ 47
+
+
+ pBStatus4
System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 100, 17
-
-
- 4, 4, 4, 4
-
-
- lbBatt2
-
-
- 44
-
-
- deleteToolStripMenuItem
-
-
- Microsoft Sans Serif, 9pt, style=Bold
-
-
-
-
-
- 49
-
-
- True
-
-
- fLPSettings
-
-
- 502, 0
-
-
- Edit
-
-
- 8
-
-
-
-
-
- 1028, 22
-
-
-
-
-
- 4, 4
-
-
- 46
-
-
-
-
-
- pnlButton
-
-
- 77, 24
-
-
- 4, 0, 4, 0
-
-
- NoControl
-
-
- Microsoft Sans Serif, 9pt
-
-
-
-
-
- nUDLatency
-
-
- 1114, 29
-
-
-
-
-
- Export Selected Profile
-
-
- 13, 42
-
-
- 4, 4, 4, 4
-
-
- 319, 5
-
-
- NoControl
-
-
- NoControl
-
-
- Left
-
-
- 4, 4, 4, 4
-
-
- 4, 4, 4, 4
-
-
+
tLPControllers
-
- 4, 0, 4, 0
+
+ 24
-
- 4, 0, 4, 0
+
+ Fill
-
- Download Language Pack with Update
+
+ Flat
-
-
-
-
- 45, 18
-
-
- cBController3
-
-
- Microsoft Sans Serif, 9pt
-
-
- 13, 382
-
-
- 45, 18
-
-
+
NoControl
-
- 15
-
-
- 0
-
-
- Left
-
-
- 4, 4, 4, 4
-
-
- StartWindowsCheckBox
-
-
-
-
-
- fLPSettings
-
-
- startMinimizedCheckBox
-
-
- pnlXIPorts
-
-
- Open
-
-
- tabControllers
-
-
- 123, 17
-
-
- 4, 4, 4, 4
+
+ 1089, 22
4, 4, 4, 4
-
- pNUpdate
+
+ 29, 28
-
- 4, 27
+
+ 50
-
- System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ bnLight1
-
- tabControllers
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
+
+ tLPControllers
-
- Profile Name:
-
-
- lbPad1
-
-
- openToolStripMenuItem
-
-
- 4, 4, 4, 4
-
-
- Top, Right
-
-
- True
-
-
- None
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Swipe Touchpad to change profiles
-
-
- NoControl
-
-
- fLPSettings
-
-
- Left
-
-
- Use Custom Color
+
+ 25
Fill
-
- None
+
+ Flat
-
- Export
-
-
- None
-
-
- Segoe UI, 9pt, style=Bold
-
-
- True
-
-
- 262, 26
-
-
- Duplicate (Ctrl+D)
-
-
-
-
-
+
NoControl
-
- Log
+
+ 1089, 58
-
- System.Windows.Forms.Timer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 4, 4, 4, 4
-
- Delete Selected Profile (Delete)
+
+ 29, 28
-
- 0
+
+ 51
-
- 3
+
+ bnLight2
-
- fLPSettings
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 85, 18
-
-
- 13, 259
-
-
- lbNotifications
-
-
- 41
-
-
- 78, 24
-
-
- System.Windows.Forms.ToolStripTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Top, Right
-
-
- System.Windows.Forms.ToolStripButton, 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
-
-
- 348, 28
-
-
- 2
-
-
- 46, 28
-
-
- assignToController1ToolStripMenuItem
-
-
+
tLPControllers
-
- 4, 4, 4, 4
+
+ 26
-
- True
-
-
+
Fill
-
+
+ Flat
+
+
+ NoControl
+
+
+ 1089, 130
+
+
4, 4, 4, 4
-
- False
+
+ 29, 28
-
- 43
+
+ 52
-
- 202, 26
+
+ bnLight4
-
- 4, 4
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
+
+ tLPControllers
-
- 570, 277
-
-
- 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
+
+ 27
Top
-
- Edit Profile for Controller 3
+
+ 0, 0
+
+
+ 4, 4, 4, 4
+
+
+ 5
+
+
+ 1122, 162
+
+
+ 46
+
+
+ tLPControllers
+
+
+ System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tabControllers
+
+
+ 1
+
+
+ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="bnLight3" Row="3" RowSpan="1" Column="5" ColumnSpan="1" /><Control Name="pBStatus1" Row="1" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="lbPad1" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbPad2" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="bnEditC3" Row="3" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="bnEditC4" Row="4" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="lbPad3" Row="3" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbPad4" Row="4" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="cBController1" Row="1" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="bnEditC2" Row="2" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="cBController2" Row="2" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="cBController3" Row="3" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="bnEditC1" Row="1" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="cBController4" Row="4" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="lbSelectedProfile" Row="0" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="lbID" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbStatus" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="lbBattery" Row="0" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="lbBatt1" Row="1" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="lbBatt2" Row="2" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="lbBatt3" Row="3" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="lbBatt4" Row="4" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="pBStatus2" Row="2" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="pBStatus3" Row="3" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="pBStatus4" Row="4" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="bnLight1" Row="1" RowSpan="1" Column="5" ColumnSpan="1" /><Control Name="bnLight2" Row="2" RowSpan="1" Column="5" ColumnSpan="1" /><Control Name="bnLight4" Row="4" RowSpan="1" Column="5" ColumnSpan="1" /></Controls><Columns Styles="Percent,48.95498,Percent,26.82658,Percent,24.21844,AutoSize,0,AutoSize,0,Absolute,35" /><Rows Styles="AutoSize,0,Percent,25,Percent,25,Percent,25,Percent,25" /></TableLayoutSettings>
+
+
+ Fill
+
+
+ False
+
+
+ NoControl
+
+
+ 0, 0
+
+
+ 4, 0, 4, 0
+
+
+ 1122, 452
+
+
+ 47
+
+
+ No Controllers Connected (Max 4)
+
+
+ MiddleCenter
+
+
+ lbNoControllers
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tabControllers
+
+
+ 2
+
+
+ 4, 25
+
+
+ 4, 4, 4, 4
+
+
+ 1122, 452
+
+
+ 3
+
+
+ Controllers
+
+
+ tabControllers
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tabMain
+
+
+ 0
+
+
+ 891, 17
+
+
+ 568, 17
+
+
+ lBProfiles
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tabProfiles
+
+
+ 0
+
+
+ tSOptions
+
+
+ System.Windows.Forms.ToolStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tabProfiles
+
+
+ 1
+
+
+ toolStrip1
+
+
+ System.Windows.Forms.ToolStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tabProfiles
+
+
+ 2
+
+
+ 4, 25
+
+
+ 4, 4, 4, 4
+
+
+ 4, 4, 4, 4
+
+
+ 1122, 452
+
+
+ 0
+
+
+ Profiles
+
+
+ tabProfiles
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tabMain
+
+
+ 1
+
+
+ 4, 25
+
+
+ 4, 4, 4, 4
+
+
+ 1122, 452
+
+
+ 2
+
+
+ Auto Profiles
+
+
+ tabAutoProfiles
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tabMain
+
+
+ 2
+
+
+ fLPSettings
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tabSettings
+
+
+ 0
+
+
+ 4, 25
+
+
+ 4, 4, 4, 4
+
+
+ 4, 4, 4, 4
+
+
+ 1122, 452
+
+
+ 4
+
+
+ Settings
+
+
+ tabSettings
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tabMain
+
+
+ 3
+
+
+ 4, 25
+
+
+ 4, 4, 4, 4
+
+
+ 4, 4, 4, 4
+
+
+ 1122, 452
+
+
+ 1
+
+
+ Log
+
+
+ tabLog
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tabMain
+
+
+ 4
+
+
+ Fill
+
+
+ 0, 0
+
+
+ 4, 4, 4, 4
+
+
+ 1130, 481
+
+
+ 12
+
+
+ tabMain
+
+
+ System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ $this
+
+
+ 3
+
+
+ 788, 17
+
+
+ 228, 264
+
+
+ cMProfile
+
+
+ System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Fill
+
+
+ Microsoft Sans Serif, 9.75pt
+
+
+ 20
+
+
+ 4, 58
+
+
+ 4, 4, 4, 4
+
+
+ 1114, 390
+
+
+ 0
+
+
+ lBProfiles
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tabProfiles
+
+
+ 0
+
+
+ Segoe UI, 9pt, style=Bold
+
+
+ 227, 26
+
+
+ Edit
+
+
+ 227, 26
+
+
+ Assign to Controller 1
+
+
+ 227, 26
+
+
+ Assign to Controller 2
+
+
+ 227, 26
+
+
+ Assign to Controller 3
+
+
+ 227, 26
+
+
+ Assign to Controller 4
+
+
+ 227, 26
+
+
+ Delete (Del)
+
+
+ 227, 26
+
+
+ Duplicate (Ctrl+D)
+
+
+ 227, 26
+
+
+ New Profile
+
+
+ 227, 26
+
+
+ Import
+
+
+ 227, 26
+
+
+ Export
+
+
+ 891, 17
+
+
+ 4, 31
+
+
+ 1114, 27
+
+
+ 2
+
+
+ Profile Options
+
+
+ tSOptions
+
+
+ System.Windows.Forms.ToolStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tabProfiles
+
+
+ 1
+
+
+ 99, 24
+
+
+ Profile Name:
+
+
+ 186, 27
+
+
+ <type profile name here>
+
+
+ Magenta
+
+
+ 111, 24
+
+
+ Save Profile
+
+
+ Magenta
+
+
+ 77, 24
+
+
+ Cancel
+
+
+ 6, 27
+
+
+ Magenta
+
+
+ 265, 24
+
+
+ Keep this window size after closing
+
+
+ 568, 17
+
+
+ 4, 4
+
+
+ 1114, 27
+
+
+ 1
+
+
+ toolStrip1
+
+
+ toolStrip1
+
+
+ System.Windows.Forms.ToolStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tabProfiles
+
+
+ 2
+
+
+ Magenta
+
+
+ 63, 24
+
+
+ New
+
+
+ Make a New Profile
+
+
+ Magenta
+
+
+ 59, 24
+
+
+ Edit
+
+
+ Edit Selected Profile (Enter)
+
+
+ Magenta
+
+
+ 77, 24
+
+
+ Delete
+
+
+ Delete Selected Profile (Delete)
+
+
+ Magenta
+
+
+ 97, 24
+
+
+ Duplicate
+
+
+ Dupliacate Selected Profile (Ctrl+D)
+
+
+ Magenta
+
+
+ 78, 24
+
+
+ Import
+
+
+ Import Profile or Profiles
+
+
+ Magenta
+
+
+ 76, 24
+
+
+ Export
+
+
+ Export Selected Profile
+
+
+ True
+
+
+ hideDS4CheckBox
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ fLPSettings
+
+
+ 0
cBSwipeProfiles
-
- System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
+ fLPSettings
+
+
+ 1
+
+
+ StartWindowsCheckBox
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ fLPSettings
+
+
+ 2
+
+
+ startMinimizedCheckBox
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ fLPSettings
+
+
+ 3
+
+
+ panel1
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ fLPSettings
+
+
+ 4
+
+
+ cBDisconnectBT
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ fLPSettings
+
+
+ 5
+
+
+ panel2
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ fLPSettings
+
+
+ 6
+
+
+ cBCloseMini
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ fLPSettings
+
+
+ 7
+
+
+ cBQuickCharge
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ fLPSettings
+
+
+ 8
+
+
+ cBDownloadLangauge
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ fLPSettings
+
+
+ 9
+
+
+ cBUpdate
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ fLPSettings
+
+
+ 10
+
+
+ pNUpdate
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ fLPSettings
+
+
+ 11
+
+
+ pnlXIPorts
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ fLPSettings
+
+
+ 12
+
+
flowLayoutPanel1
-
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ fLPSettings
+
+
+ 13
+
+
+ Fill
+
+
+ TopDown
+
+
+ 4, 4
+
+
+ 4, 4, 4, 4
+
+
+ 9, 9, 0, 11
+
+
+ 1114, 444
+
+
+ 0
+
+
+ fLPSettings
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tabSettings
+
+
+ 0
+
+
True
+
+ NoControl
+
+
+ 13, 13
+
+
+ 4, 4, 4, 4
+
+
+ 155, 21
+
+
+ 13
+
+
+ Hide DS4 Controller
+
+
+ hideDS4CheckBox
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ fLPSettings
+
+
+ 0
+
+
+ True
+
+
+ NoControl
+
+
+ 13, 42
+
+
+ 4, 4, 4, 4
+
+
+ 252, 21
+
+
+ 54
+
+
+ Swipe Touchpad to change profiles
+
+
+ cBSwipeProfiles
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ fLPSettings
+
+
+ 1
+
+
+ True
+
+
+ NoControl
+
+
+ 13, 71
+
+
+ 4, 4, 4, 4
+
+
+ 122, 21
+
+
+ 40
+
+
+ Run at Startup
+
+
+ StartWindowsCheckBox
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ fLPSettings
+
+
+ 2
+
+
+ True
+
+
+ NoControl
+
+
+ 13, 100
+
+
+ 4, 4, 4, 4
+
+
+ 126, 21
+
+
+ 40
+
+
+ Start Minimized
+
+
+ startMinimizedCheckBox
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ fLPSettings
+
+
+ 3
+
+
+ lbNotifications
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ panel1
+
+
+ 0
+
+
+ cBoxNotifications
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ panel1
+
+
+ 1
+
+
+ 13, 129
+
+
+ 4, 4, 4, 4
+
+
+ 266, 28
+
+
+ 45
+
+
+ panel1
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ fLPSettings
+
+
+ 4
+
+
+ True
+
+
+ NoControl
+
+
+ 4, 5
+
+
+ 4, 0, 4, 0
+
+
+ 123, 17
+
+
+ 45
+
+
+ Show Notifications
+
+
+ lbNotifications
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ panel1
+
+
+ 0
+
+
+ Top, Right
+
+
+ None
+
+
+ Warnings only
+
+
+ All
+
+
+ 130, 1
+
+
+ 4, 4, 4, 4
+
+
+ 132, 24
+
+
+ 44
+
+
+ cBoxNotifications
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ panel1
+
+
+ 1
+
+
+ True
+
+
+ NoControl
+
+
+ 13, 165
+
+
+ 4, 4, 4, 4
+
+
+ 251, 21
+
+
+ 53
+
+
+ Disconnect from BT when Stopping
+
+
+ cBDisconnectBT
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ fLPSettings
+
+
+ 5
+
+
+ nUDLatency
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ panel2
+
+
+ 0
+
+
+ lbMsLatency
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ panel2
+
+
+ 1
+
+
+ cBFlashWhenLate
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ panel2
+
+
+ 2
+
+
+ 13, 194
+
+
+ 4, 4, 4, 4
+
+
+ 348, 28
+
+
+ 57
+
+
+ panel2
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ fLPSettings
+
+
+ 6
+
+
+ Top, Right
+
+
+ 256, 2
+
+
+ 4, 4, 4, 4
+
+
+ 55, 22
+
+
+ 42
+
+
+ nUDLatency
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ panel2
+
+
+ 0
+
+
+ Top, Right
+
+
+ True
+
+
+ NoControl
+
+
+ 319, 5
+
+
+ 4, 0, 4, 0
+
+
+ 26, 17
+
+
+ 0
+
+
+ ms
+
+
+ lbMsLatency
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ panel2
+
+
+ 1
+
+
+ True
+
+
+ NoControl
+
+
+ 0, 4
+
+
+ 4, 4, 4, 4
+
+
+ 257, 21
+
+
+ 53
+
+
+ Flash Lightbar when Latency is over
+
+
+ cBFlashWhenLate
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ panel2
+
+
+ 2
+
+
+ True
+
+
+ NoControl
+
+
+ 13, 230
+
+
+ 4, 4, 4, 4
+
+
+ 130, 21
+
+
+ 55
+
+
+ Close Minimizes
+
+
+ cBCloseMini
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ fLPSettings
+
+
+ 7
+
+
+ True
+
+
+ NoControl
+
+
+ 13, 259
+
+
+ 4, 4, 4, 4
+
+
+ 116, 21
+
+
+ 55
+
Quick Charge
-
+
+ cBQuickCharge
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ fLPSettings
+
+
+ 8
+
+
+ True
+
+
+ NoControl
+
+
+ 13, 288
+
+
+ 4, 4, 4, 4
+
+
+ 273, 21
+
+
+ 41
+
+
+ Download Language Pack with Update
+
+
+ cBDownloadLangauge
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ fLPSettings
+
+
+ 9
+
+
+ True
+
+
+ NoControl
+
+
+ 13, 317
+
+
+ 4, 4, 4, 4
+
+
+ 213, 21
+
+
+ 41
+
+
+ Check for Updates at Startup
+
+
+ cBUpdate
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ fLPSettings
+
+
+ 10
+
+
+ cBUpdateTime
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pNUpdate
+
+
+ 0
+
+
+ lbCheckEvery
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pNUpdate
+
+
+ 1
+
+
+ nUDUpdateTime
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pNUpdate
+
+
+ 2
+
+
+ False
+
+
+ 13, 346
+
+
+ 4, 4, 4, 4
+
+
+ 236, 28
+
+
+ 43
+
+
+ pNUpdate
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ fLPSettings
+
+
+ 11
+
+
+ Top, Right
+
+
+ hours
+
+
+ days
+
+
+ 158, 0
+
+
+ 4, 4, 4, 4
+
+
+ 74, 24
+
+
+ 43
+
+
+ cBUpdateTime
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pNUpdate
+
+
+ 0
+
+
+ Left
+
+
+ True
+
+
+ NoControl
+
+
+ 4, 4
+
+
+ 4, 0, 4, 0
+
+
+ 86, 17
+
+
+ 0
+
+
+ Check every
+
+
+ lbCheckEvery
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pNUpdate
+
+
+ 1
+
+
+ Top, Right
+
+
+ 95, 1
+
+
+ 4, 4, 4, 4
+
+
+ 55, 22
+
+
+ 42
+
+
+ nUDUpdateTime
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pNUpdate
+
+
+ 2
+
+
+ lbUseXIPorts
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlXIPorts
+
+
+ 0
+
+
+ nUDXIPorts
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlXIPorts
+
+
+ 1
+
+
+ lbLastXIPort
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlXIPorts
+
+
+ 2
+
+
+ 13, 382
+
+
+ 4, 4, 4, 4
+
+
+ 232, 28
+
+
+ 44
+
+
+ pnlXIPorts
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ fLPSettings
+
+
+ 12
+
+
+ Left
+
+
+ True
+
+
+ NoControl
+
+
+ 4, 4
+
+
+ 4, 0, 4, 0
+
+
+ 114, 17
+
+
+ 0
+
+
+ Use Xinput Ports
+
+
+ lbUseXIPorts
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlXIPorts
+
+
+ 0
+
+
+ Top, Right
+
+
+ 116, 1
+
+
+ 4, 4, 4, 4
+
+
+ 55, 22
+
+
+ 42
+
+
+ nUDXIPorts
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlXIPorts
+
+
+ 1
+
+
+ Top, Right
+
+
+ True
+
+
+ NoControl
+
+
+ 179, 4
+
+
+ 4, 0, 4, 0
+
+
+ 25, 17
+
+
+ 0
+
+
+ - 4
+
+
+ lbLastXIPort
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlXIPorts
+
+
+ 2
+
+
+ True
+
+
+ linkProfiles
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel1
+
+
+ 0
+
+
+ lnkControllers
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel1
+
+
+ 1
+
+
+ linkUninstall
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel1
+
+
+ 2
+
+
+ linkSetup
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel1
+
+
+ 3
+
+
+ lLBUpdate
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel1
+
+
+ 4
+
+
+ TopDown
+
+
+ 369, 13
+
+
+ 4, 4, 4, 4
+
+
+ 160, 85
+
+
+ 56
+
+
+ flowLayoutPanel1
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ fLPSettings
+
+
+ 13
+
+
+ True
+
+
+ NoControl
+
+
+ 4, 0
+
+
+ 4, 0, 4, 0
+
+
+ 88, 17
+
+
+ 50
+
+
+ Profile folder
+
+
+ linkProfiles
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel1
+
+
+ 0
+
+
+ True
+
+
NoControl
4, 17
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- DS4 Xinput Tool
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.NotifyIcon, 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
-
-
- True
-
-
- 45
-
-
+
4, 0, 4, 0
-
- NoControl
-
-
- 1
-
-
- tLPControllers
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 510, 98
-
-
- AutoSize
-
-
- True
-
-
- Top, Right
-
-
- cBoxNotifications
-
-
- Fill
-
-
- AutoSize
-
-
- 167
-
-
- 1
-
-
- Data
-
-
- 72, 29
-
-
- 1114, 27
-
-
- 4, 4, 4, 4
-
-
- Show Notifications
-
-
- Make a New Profile
-
-
-
-
-
- 262, 26
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 4, 0, 4, 0
-
-
- 4, 4, 4, 4
-
-
- System.Windows.Forms.LinkLabel, 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
-
-
- 227, 26
-
-
- NoControl
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
-
-
-
- Bottom, Left, Right
-
-
- True
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Duplicate
-
-
- cMProfile
-
-
- System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 50
-
-
- NoControl
-
-
- 4, 4, 4, 4
-
-
- 6
-
-
- Start
-
-
-
-
-
- tLPControllers
-
-
- fLPSettings
-
-
- 4, 0, 4, 0
-
-
- MiddleCenter
-
-
- Check every
-
-
- 4
-
-
- newProfileToolStripMenuItem
-
-
- Left
-
-
- NoControl
-
-
- 211, 6
-
-
-
-
-
- 12
-
-
- Bottom, Right
-
-
- 4, 0
-
-
- 19
-
-
- 18
-
-
- 4, 4, 4, 4
-
-
- Segoe UI, 9pt, style=Bold
-
-
- NoControl
-
-
- 4, 25
-
-
- 116, 1
-
-
- Use Xinput Ports
-
-
- 57
-
-
- 743, 135
-
-
- notifyIcon1
-
-
- pBStatus1
-
-
- 4, 31
-
-
- 0
-
-
-
-
-
- 4, 0, 4, 0
-
-
- System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- True
-
-
- 227, 26
-
-
- 152, 17
-
-
- 138, 24
-
-
- 4, 4
-
-
-
-
-
- 2
-
-
- 1122, 452
-
-
- 55, 22
-
-
- None
-
-
- 13, 317
-
-
- NoControl
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 4, 63
-
-
- flowLayoutPanel1
-
-
- 42
-
-
- Microsoft Sans Serif, 9pt
-
-
- 4, 4, 4, 4
-
-
- 262, 26
-
-
-
-
-
- 4, 34
-
-
- Controller 4
-
-
- linkProfiles
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- cBCloseMini
-
-
- 130, 1
-
-
- 138, 24
-
-
- NoControl
-
-
- 77, 24
-
-
- $this
-
-
- 24
-
-
- 43
-
-
- 27
-
-
- lbLastMessage
-
-
- 55, 22
-
-
- 44
-
-
- lbPad4
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pBStatus4
-
-
- True
-
-
- 1
-
-
- 21
-
-
- Control Panel
-
-
- 0, 4
-
-
- 227, 26
-
-
- 20
-
-
- pnlXIPorts
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 1122, 452
-
-
- tabMain
-
93, 17
-
- editProfileForController3ToolStripMenuItem
+
+ 11
-
- True
-
-
- 3
-
-
- Assign to Controller 2
-
-
- System.Windows.Forms.SaveFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- btnConnectDS4Win10
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 0
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 116, 21
-
-
- 227, 26
-
-
-
-
-
- 1
-
-
- panel2
-
-
- 4, 4, 4, 4
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
-
-
-
-
-
-
- NoControl
-
-
- 4, 0, 4, 0
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 36, 28
-
-
- 26
-
-
- 4, 4, 4, 4
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pBStatus3
-
-
- True
-
-
- 36, 28
-
-
-
-
-
- fLPSettings
-
-
- Scp server
-
-
- 4, 0, 4, 0
-
-
- Close Minimizes
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pNUpdate
-
-
- 236, 28
-
-
- assignToController2ToolStripMenuItem
-
-
- Microsoft Sans Serif, 9pt, style=Bold
-
-
-
-
-
- 6, 27
-
-
- Profiles
-
-
- System.Windows.Forms.OpenFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 179, 4
-
-
-
-
-
- tLPControllers
-
-
- MiddleCenter
-
-
- None
-
-
- 20
-
-
- 24, 18
-
-
- 25, 17
-
-
- System.Windows.Forms.ToolStripButton, 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
-
-
- 133, 18
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- NoControl
-
-
- cBController1
-
-
- 2
-
-
- 510, 26
-
-
- 2
-
-
- tabMain
-
-
-
-
-
- bnEditC4
-
-
- fLPSettings
-
-
- 41
-
-
- Fill
-
-
- NoControl
-
-
- 42
-
-
- True
-
-
- True
-
-
- 95, 1
-
-
- tabMain
-
-
- toolStripSeparator2
-
-
- 227, 26
-
-
- Top, Right
-
-
- False
-
-
- True
-
-
- 5
-
-
- linkSetup
-
-
- 40
-
-
- cBUpdate
-
-
- 0
-
-
- 4, 0, 4, 0
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 4, 0, 4, 0
-
-
- Controller 3
-
-
- System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 9
-
-
- panel1
-
-
-
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- None
-
-
- 4, 51
-
-
- Clear
-
-
- Fill
-
-
- exportToolStripMenuItem
-
-
- Microsoft Sans Serif, 9pt, style=Bold
-
-
- Assign to Controller 4
-
-
- Check for Updates at Startup
-
-
- 882, 131
-
-
-
-
-
- tSBSaveProfile
-
-
- 16
-
-
- ID
-
-
- 6
-
-
- Top
-
-
- 43
-
-
- 4, 4, 4, 4
-
-
- NoControl
-
-
- bnLight4
-
-
- System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Bottom
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 213, 21
-
-
- 0, 162
-
-
- 4, 4, 4, 4
-
-
- System.Windows.Forms.ContextMenuStrip, 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
-
-
- MiddleCenter
-
-
- 6
-
-
- 203, 56
-
-
- Flat
-
-
- tLPControllers
-
-
- 4, 4, 4, 4
-
-
- 2
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tLPControllers
-
-
- bnLight2
-
-
- 262, 26
-
-
- panel2
-
-
- 100%
+
+ Control Panel
lnkControllers
-
- 4, 4, 4, 4
-
-
- 4
-
-
- DS4Windows.AdvancedColorDialog, DS4Windows, Version=1.4.4.0, Culture=neutral, PublicKeyToken=null
-
-
- 4, 135
-
-
- 50
-
-
-
-
-
- exitToolStripMenuItem
-
-
- 1082, 22
-
-
- 0, 0
-
-
- 13, 100
-
-
- 13, 71
-
-
- lbPad3
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 50
-
-
- Fill
-
-
- Status
-
-
- Bottom, Right
-
-
- 1028, 94
-
-
- 1
-
-
- 0, 481
-
-
- bnLight3
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
-
-
-
- Start
-
-
- lbMsLatency
-
-
- editProfileForController1ToolStripMenuItem
-
-
- fLPSettings
-
-
- 76, 24
-
-
- Edit
-
-
-
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- NoControl
-
-
- 510, 134
-
-
-
-
-
- 1082, 130
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Import
-
-
- NoControl
-
-
- None
-
-
- 85, 18
-
-
- 4, 4, 4, 4
-
-
- toolStrip1
-
-
- 1
-
-
- NoControl
-
-
-
-
-
- Magenta
-
-
- True
-
-
- cBFlashWhenLate
-
-
- 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
-
-
- NoControl
-
-
- 13
-
-
-
-
-
- Assign to Controller 3
-
-
- True
-
-
- 42
-
-
- True
-
-
-
-
-
- DS4Form
-
-
- NoControl
-
-
- 4, 25
-
-
- 256, 2
-
-
- toolStripSeparator1
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tLPControllers
-
-
- 55
-
-
- 273, 21
-
-
- pnlXIPorts
-
-
- Profile Options
-
-
- 47
-
-
- System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tLPControllers
-
-
- True
-
-
- 10
-
-
- 812, 11
-
-
- 12
-
-
- True
-
-
- 4, 4, 4, 4
-
-
- 14
-
-
- NoControl
-
-
- 4, 0, 4, 0
-
-
- 4, 4, 4, 4
-
-
-
-
-
- 743, 63
-
-
-
-
-
- NoControl
-
-
- saveProfiles
-
-
- 44
-
-
- tabControllers
-
-
- lbBatt4
-
-
+
System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- Magenta
+
+ flowLayoutPanel1
-
-
+
+ 1
-
- <type profile name here>
+
+ True
-
- Left
+
+ NoControl
-
- System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 4, 34
-
- False
-
-
- 4, 4, 4, 4
-
-
- 4, 0
-
-
- 23
-
-
- 10
-
-
- tLPControllers
-
-
- 45
-
-
- Left
-
-
- 88, 17
-
-
- 4, 4, 4, 4
-
-
- 4, 4, 4, 4
-
-
- 13, 288
+
+ 4, 0, 4, 0
141, 17
-
- tLPControllers
-
-
- 4, 4, 4, 4
-
-
- bnEditC2
-
-
- 4, 0, 4, 0
-
-
- 13, 230
-
-
- 138, 24
-
-
- 1130, 38
-
-
- 129, 17
-
-
- lbBatt3
-
-
- tabLog
-
-
- DS4Windows
-
-
- editToolStripMenuItem
-
-
- 160, 85
-
-
- Cancel
-
-
- 4, 25
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 45, 18
-
-
- NoControl
-
-
- tLPControllers
-
-
- 4, 0, 4, 0
-
-
- Flat
-
-
- 47
-
-
- Connect DS4 exclusivly (experimental)
-
-
- Left
-
-
- 13, 165
-
-
- 13, 129
-
-
- cMCustomLed
-
-
- 0
-
-
-
-
-
- 4, 4, 4, 4
-
-
- 4, 4, 4, 4
-
-
-
-
-
- btnStartStop
-
-
- 45, 18
-
-
- 4, 58
-
-
- Top, Right
-
-
- tLPControllers
-
-
- useCustomColorToolStripMenuItem
-
-
- NoControl
-
-
- Assign to Controller 1
-
-
- pNUpdate
-
-
- tLPControllers
-
-
- 4, 4, 4, 4
-
-
- NoControl
-
-
-
-
-
- 41
+
+ 44
Uninstall VBus Driver
-
- Controllers
+
+ MiddleCenter
-
- 47
+
+ linkUninstall
-
- lBProfiles
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ flowLayoutPanel1
-
- 4, 4, 4, 4
+
+ 2
-
- ms
+
+ True
-
+
+ NoControl
+
+
+ 4, 51
+
+
4, 0, 4, 0
-
-
+
+ 152, 17
-
- Magenta
+
+ 52
-
- 339, 17
-
-
- 788, 17
-
-
+
+ Controller/Driver Setup
+
+
+ linkSetup
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel1
+
+
+ 3
+
+
True
+
+
+ NoControl
+
+
+ 4, 68
+
+
+ 4, 0, 4, 0
+
+
+ 149, 17
+
+
+ 49
+
+
+ Check for Update Now
+
+
+ MiddleCenter
+
+
+ lLBUpdate
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel1
+
+
+ 4
+
+
+ 673, 17
-
- 226, 17
+
+ XML Files (*.xml)|*.xml
+
+
+ 997, 17
1110, 17
-
- 673, 17
-
-
- ru-RU
-
-
- 891, 17
-
-
- 449, 17
-
-
- 17, 17
-
-
- 997, 17
-
+
+ 203, 56
+
+
+ cMCustomLed
+
+
+ System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 202, 26
+
+
+ Use Profile Color
+
+
+ 202, 26
+
+
+ Use Custom Color
+
1264, 17
-
- 568, 17
+
+ True
+
+ 120, 120
+
+
+ 1130, 519
+
+
+ 4, 4, 4, 4
+
+
+ 570, 277
+
+
+ DS4Windows
+
+
+ chTime
+
+
+ System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ chData
+
+
+ System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tmrUpdate
+
+
+ System.Windows.Forms.Timer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ notifyIcon1
+
+
+ System.Windows.Forms.NotifyIcon, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ editProfileForController1ToolStripMenuItem
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ editProfileForController2ToolStripMenuItem
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ editProfileForController3ToolStripMenuItem
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ editProfileForController4ToolStripMenuItem
+
+
+ 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
+
+
+ startToolStripMenuItem
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ openToolStripMenuItem
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ exitToolStripMenuItem
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ toolStripSeparator2
+
+
+ System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ openProfiles
+
+
+ System.Windows.Forms.OpenFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ editToolStripMenuItem
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ assignToController1ToolStripMenuItem
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ assignToController2ToolStripMenuItem
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ assignToController3ToolStripMenuItem
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ assignToController4ToolStripMenuItem
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ deleteToolStripMenuItem
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ duplicateToolStripMenuItem
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ newProfileToolStripMenuItem
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ importToolStripMenuItem
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ exportToolStripMenuItem
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ toolStripLabel1
+
+
+ System.Windows.Forms.ToolStripLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tSTBProfile
+
+
+ System.Windows.Forms.ToolStripTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tSBSaveProfile
+
+
+ System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tSBCancel
+
+
+ System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ toolStripSeparator3
+
+
+ System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tSBKeepSize
+
+
+ System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tsBNewProfle
+
+
+ System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tsBEditProfile
+
+
+ System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tsBDeleteProfile
+
+
+ System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tSBDupProfile
+
+
+ System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tSBImportProfile
+
+
+ System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tSBExportProfile
+
+
+ System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ saveProfiles
+
+
+ System.Windows.Forms.SaveFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ toolTip1
+
+
+ System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ useProfileColorToolStripMenuItem
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ useCustomColorToolStripMenuItem
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ advColorDialog
+
+
+ DS4Windows.AdvancedColorDialog, DS4Windows, Version=1.4.401.0, Culture=neutral, PublicKeyToken=null
+
+
+ DS4Form
+
+
+ System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
\ No newline at end of file
diff --git a/DS4Windows/DS4Forms/DS4Form.ru-RU.resx b/DS4Windows/DS4Forms/DS4Form.ru-RU.resx
index 6dcbec7..ad2dbf8 100644
--- a/DS4Windows/DS4Forms/DS4Form.ru-RU.resx
+++ b/DS4Windows/DS4Forms/DS4Form.ru-RU.resx
@@ -6372,16 +6372,16 @@
Эксклюзивное подключение DS4 (эксперементально)
- 1089, 94
+ 1085, 94
- 29, 28
+ 33, 28
- 441, 26
+ 438, 26
- 952, 94
+ 948, 94
129, 28
@@ -6390,7 +6390,7 @@
Редактировать
- 952, 130
+ 948, 130
129, 28
@@ -6399,10 +6399,10 @@
Редактировать
- 786, 24
+ 782, 23
- 952, 58
+ 948, 58
129, 28
@@ -6411,13 +6411,13 @@
Редактировать
- 786, 60
+ 782, 59
- 786, 96
+ 782, 95
- 952, 22
+ 948, 22
129, 28
@@ -6426,10 +6426,10 @@
Редактировать
- 786, 132
+ 782, 131
- 766, 0
+ 762, 0
178, 18
@@ -6444,7 +6444,7 @@
ID устройства:
- 385, 0
+ 382, 0
151, 18
@@ -6453,7 +6453,7 @@
Тип подключения:
- 606, 0
+ 602, 0
118, 18
@@ -6462,43 +6462,43 @@
аккумулятора
- 642, 27
+ 639, 27
- 642, 63
+ 639, 63
- 642, 99
+ 639, 99
- 642, 135
+ 639, 135
- 441, 62
+ 438, 62
- 441, 98
+ 438, 98
- 441, 134
+ 438, 134
- 1089, 22
+ 1085, 22
- 29, 28
+ 33, 28
- 1089, 58
+ 1085, 58
- 29, 28
+ 33, 28
- 1089, 130
+ 1085, 130
- 29, 28
+ 33, 28
Контроллеры не подключены (не больше четырёх)
@@ -6717,10 +6717,10 @@
418, 5
- 360, 21
+ 356, 21
- Вспышка световой панели при высокой задержке
+ Мигание световой панели при высокой задержке
447, 28
@@ -6789,10 +6789,10 @@
262, 22
- 203, 17
+ 198, 17
- Показать папку с профилями
+ Открыть папку с профилями
218, 17
diff --git a/DS4Windows/DS4Forms/Hotkeys.Designer.cs b/DS4Windows/DS4Forms/Hotkeys.Designer.cs
index 4c8302e..9f8f836 100644
--- a/DS4Windows/DS4Forms/Hotkeys.Designer.cs
+++ b/DS4Windows/DS4Forms/Hotkeys.Designer.cs
@@ -41,24 +41,30 @@
this.lbHotkeys = new System.Windows.Forms.Label();
this.tPCredits = new System.Windows.Forms.TabPage();
this.tLPTranslators = new System.Windows.Forms.TableLayoutPanel();
- this.lbGerman = new System.Windows.Forms.Label();
+ this.lbes = new System.Windows.Forms.Label();
+ this.lbSpanishT = new System.Windows.Forms.Label();
+ this.lbpl = new System.Windows.Forms.Label();
+ this.lbPolishT = new System.Windows.Forms.Label();
+ this.lbde = new System.Windows.Forms.Label();
this.lbGermanT = new System.Windows.Forms.Label();
this.lbItalianT = new System.Windows.Forms.Label();
- this.lbItalian = new System.Windows.Forms.Label();
- this.lbRussian = new System.Windows.Forms.Label();
+ this.lbitIT = new System.Windows.Forms.Label();
+ this.lbruRU = new System.Windows.Forms.Label();
this.lbRussianT = new System.Windows.Forms.Label();
- this.lbRomanian = new System.Windows.Forms.Label();
+ this.lbroRO = new System.Windows.Forms.Label();
this.lbRomanianT = new System.Windows.Forms.Label();
- this.lbTurkish = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.lbChineseS = new System.Windows.Forms.Label();
+ this.lbtr = new System.Windows.Forms.Label();
+ this.lbTurkishT = new System.Windows.Forms.Label();
+ this.lbzhHans = new System.Windows.Forms.Label();
this.lbChineseST = new System.Windows.Forms.Label();
- this.lbChineseT = new System.Windows.Forms.Label();
+ this.lbzhHant = new System.Windows.Forms.Label();
this.lbChineseTT = new System.Windows.Forms.Label();
- this.lbArabic = new System.Windows.Forms.Label();
+ this.lbar = new System.Windows.Forms.Label();
this.lbArabicT = new System.Windows.Forms.Label();
- this.lbHebrew = new System.Windows.Forms.Label();
+ this.lbhe = new System.Windows.Forms.Label();
this.lbHebrewT = new System.Windows.Forms.Label();
+ this.lbfrFR = new System.Windows.Forms.Label();
+ this.lbFrenchT = new System.Windows.Forms.Label();
this.lbTranslators = new System.Windows.Forms.Label();
this.linkSourceCode = new System.Windows.Forms.LinkLabel();
this.lbLinkText = new System.Windows.Forms.Label();
@@ -117,9 +123,9 @@
//
// tCAbout
//
- resources.ApplyResources(this.tCAbout, "tCAbout");
this.tCAbout.Controls.Add(this.tPHotkeys);
this.tCAbout.Controls.Add(this.tPCredits);
+ resources.ApplyResources(this.tCAbout, "tCAbout");
this.tCAbout.Name = "tCAbout";
this.tCAbout.SelectedIndex = 0;
//
@@ -137,7 +143,6 @@
//
// tPCredits
//
- resources.ApplyResources(this.tPCredits, "tPCredits");
this.tPCredits.Controls.Add(this.tLPTranslators);
this.tPCredits.Controls.Add(this.lbTranslators);
this.tPCredits.Controls.Add(this.linkElectro);
@@ -146,36 +151,63 @@
this.tPCredits.Controls.Add(this.linkJays2Kings);
this.tPCredits.Controls.Add(this.linkJhebbel);
this.tPCredits.Controls.Add(this.linkInhexSTER);
+ resources.ApplyResources(this.tPCredits, "tPCredits");
this.tPCredits.Name = "tPCredits";
this.tPCredits.UseVisualStyleBackColor = true;
//
// tLPTranslators
//
resources.ApplyResources(this.tLPTranslators, "tLPTranslators");
- this.tLPTranslators.Controls.Add(this.lbGerman, 0, 0);
+ this.tLPTranslators.Controls.Add(this.lbes, 0, 11);
+ this.tLPTranslators.Controls.Add(this.lbSpanishT, 0, 11);
+ this.tLPTranslators.Controls.Add(this.lbpl, 0, 10);
+ this.tLPTranslators.Controls.Add(this.lbPolishT, 0, 10);
+ this.tLPTranslators.Controls.Add(this.lbde, 0, 0);
this.tLPTranslators.Controls.Add(this.lbGermanT, 1, 0);
this.tLPTranslators.Controls.Add(this.lbItalianT, 1, 1);
- this.tLPTranslators.Controls.Add(this.lbItalian, 0, 1);
- this.tLPTranslators.Controls.Add(this.lbRussian, 0, 2);
+ this.tLPTranslators.Controls.Add(this.lbitIT, 0, 1);
+ this.tLPTranslators.Controls.Add(this.lbruRU, 0, 2);
this.tLPTranslators.Controls.Add(this.lbRussianT, 1, 2);
- this.tLPTranslators.Controls.Add(this.lbRomanian, 0, 3);
+ this.tLPTranslators.Controls.Add(this.lbroRO, 0, 3);
this.tLPTranslators.Controls.Add(this.lbRomanianT, 1, 3);
- this.tLPTranslators.Controls.Add(this.lbTurkish, 0, 4);
- this.tLPTranslators.Controls.Add(this.label2, 1, 4);
- this.tLPTranslators.Controls.Add(this.lbChineseS, 0, 5);
+ this.tLPTranslators.Controls.Add(this.lbtr, 0, 4);
+ this.tLPTranslators.Controls.Add(this.lbTurkishT, 1, 4);
+ this.tLPTranslators.Controls.Add(this.lbzhHans, 0, 5);
this.tLPTranslators.Controls.Add(this.lbChineseST, 1, 5);
- this.tLPTranslators.Controls.Add(this.lbChineseT, 0, 6);
+ this.tLPTranslators.Controls.Add(this.lbzhHant, 0, 6);
this.tLPTranslators.Controls.Add(this.lbChineseTT, 1, 6);
- this.tLPTranslators.Controls.Add(this.lbArabic, 0, 7);
+ this.tLPTranslators.Controls.Add(this.lbar, 0, 7);
this.tLPTranslators.Controls.Add(this.lbArabicT, 1, 7);
- this.tLPTranslators.Controls.Add(this.lbHebrew, 0, 8);
+ this.tLPTranslators.Controls.Add(this.lbhe, 0, 8);
this.tLPTranslators.Controls.Add(this.lbHebrewT, 1, 8);
+ this.tLPTranslators.Controls.Add(this.lbfrFR, 0, 9);
+ this.tLPTranslators.Controls.Add(this.lbFrenchT, 1, 9);
this.tLPTranslators.Name = "tLPTranslators";
//
- // lbGerman
+ // lbes
//
- resources.ApplyResources(this.lbGerman, "lbGerman");
- this.lbGerman.Name = "lbGerman";
+ resources.ApplyResources(this.lbes, "lbes");
+ this.lbes.Name = "lbes";
+ //
+ // lbSpanishT
+ //
+ resources.ApplyResources(this.lbSpanishT, "lbSpanishT");
+ this.lbSpanishT.Name = "lbSpanishT";
+ //
+ // lbpl
+ //
+ resources.ApplyResources(this.lbpl, "lbpl");
+ this.lbpl.Name = "lbpl";
+ //
+ // lbPolishT
+ //
+ resources.ApplyResources(this.lbPolishT, "lbPolishT");
+ this.lbPolishT.Name = "lbPolishT";
+ //
+ // lbde
+ //
+ resources.ApplyResources(this.lbde, "lbde");
+ this.lbde.Name = "lbde";
//
// lbGermanT
//
@@ -187,81 +219,91 @@
resources.ApplyResources(this.lbItalianT, "lbItalianT");
this.lbItalianT.Name = "lbItalianT";
//
- // lbItalian
+ // lbitIT
//
- resources.ApplyResources(this.lbItalian, "lbItalian");
- this.lbItalian.Name = "lbItalian";
+ resources.ApplyResources(this.lbitIT, "lbitIT");
+ this.lbitIT.Name = "lbitIT";
//
- // lbRussian
+ // lbruRU
//
- resources.ApplyResources(this.lbRussian, "lbRussian");
- this.lbRussian.Name = "lbRussian";
+ resources.ApplyResources(this.lbruRU, "lbruRU");
+ this.lbruRU.Name = "lbruRU";
//
// lbRussianT
//
resources.ApplyResources(this.lbRussianT, "lbRussianT");
this.lbRussianT.Name = "lbRussianT";
//
- // lbRomanian
+ // lbroRO
//
- resources.ApplyResources(this.lbRomanian, "lbRomanian");
- this.lbRomanian.Name = "lbRomanian";
+ resources.ApplyResources(this.lbroRO, "lbroRO");
+ this.lbroRO.Name = "lbroRO";
//
// lbRomanianT
//
resources.ApplyResources(this.lbRomanianT, "lbRomanianT");
this.lbRomanianT.Name = "lbRomanianT";
//
- // lbTurkish
+ // lbtr
//
- resources.ApplyResources(this.lbTurkish, "lbTurkish");
- this.lbTurkish.Name = "lbTurkish";
+ resources.ApplyResources(this.lbtr, "lbtr");
+ this.lbtr.Name = "lbtr";
//
- // label2
+ // lbTurkishT
//
- resources.ApplyResources(this.label2, "label2");
- this.label2.Name = "label2";
+ resources.ApplyResources(this.lbTurkishT, "lbTurkishT");
+ this.lbTurkishT.Name = "lbTurkishT";
//
- // lbChineseS
+ // lbzhHans
//
- resources.ApplyResources(this.lbChineseS, "lbChineseS");
- this.lbChineseS.Name = "lbChineseS";
+ resources.ApplyResources(this.lbzhHans, "lbzhHans");
+ this.lbzhHans.Name = "lbzhHans";
//
// lbChineseST
//
resources.ApplyResources(this.lbChineseST, "lbChineseST");
this.lbChineseST.Name = "lbChineseST";
//
- // lbChineseT
+ // lbzhHant
//
- resources.ApplyResources(this.lbChineseT, "lbChineseT");
- this.lbChineseT.Name = "lbChineseT";
+ resources.ApplyResources(this.lbzhHant, "lbzhHant");
+ this.lbzhHant.Name = "lbzhHant";
//
// lbChineseTT
//
resources.ApplyResources(this.lbChineseTT, "lbChineseTT");
this.lbChineseTT.Name = "lbChineseTT";
//
- // lbArabic
+ // lbar
//
- resources.ApplyResources(this.lbArabic, "lbArabic");
- this.lbArabic.Name = "lbArabic";
+ resources.ApplyResources(this.lbar, "lbar");
+ this.lbar.Name = "lbar";
//
// lbArabicT
//
resources.ApplyResources(this.lbArabicT, "lbArabicT");
this.lbArabicT.Name = "lbArabicT";
//
- // lbHebrew
+ // lbhe
//
- resources.ApplyResources(this.lbHebrew, "lbHebrew");
- this.lbHebrew.Name = "lbHebrew";
+ resources.ApplyResources(this.lbhe, "lbhe");
+ this.lbhe.Name = "lbhe";
//
// lbHebrewT
//
resources.ApplyResources(this.lbHebrewT, "lbHebrewT");
this.lbHebrewT.Name = "lbHebrewT";
//
+ // lbfrFR
+ //
+ resources.ApplyResources(this.lbfrFR, "lbfrFR");
+ this.lbfrFR.Name = "lbfrFR";
+ //
+ // lbFrenchT
+ //
+ resources.ApplyResources(this.lbFrenchT, "lbFrenchT");
+ this.lbFrenchT.Name = "lbFrenchT";
+ //
// lbTranslators
//
resources.ApplyResources(this.lbTranslators, "lbTranslators");
@@ -317,24 +359,30 @@
private System.Windows.Forms.Label lbTranslators;
private System.Windows.Forms.Label lbHotkeys;
private System.Windows.Forms.TableLayoutPanel tLPTranslators;
- private System.Windows.Forms.Label lbGerman;
+ private System.Windows.Forms.Label lbde;
private System.Windows.Forms.Label lbGermanT;
private System.Windows.Forms.Label lbItalianT;
- private System.Windows.Forms.Label lbItalian;
- private System.Windows.Forms.Label lbRussian;
+ private System.Windows.Forms.Label lbitIT;
+ private System.Windows.Forms.Label lbruRU;
private System.Windows.Forms.Label lbRussianT;
private System.Windows.Forms.Label lbLinkText;
- private System.Windows.Forms.Label lbRomanian;
+ private System.Windows.Forms.Label lbroRO;
private System.Windows.Forms.Label lbRomanianT;
- private System.Windows.Forms.Label lbTurkish;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label lbChineseS;
+ private System.Windows.Forms.Label lbtr;
+ private System.Windows.Forms.Label lbTurkishT;
+ private System.Windows.Forms.Label lbzhHans;
private System.Windows.Forms.Label lbChineseST;
- private System.Windows.Forms.Label lbChineseT;
+ private System.Windows.Forms.Label lbzhHant;
private System.Windows.Forms.Label lbChineseTT;
- private System.Windows.Forms.Label lbArabic;
+ private System.Windows.Forms.Label lbar;
private System.Windows.Forms.Label lbArabicT;
- private System.Windows.Forms.Label lbHebrew;
+ private System.Windows.Forms.Label lbhe;
private System.Windows.Forms.Label lbHebrewT;
+ private System.Windows.Forms.Label lbes;
+ private System.Windows.Forms.Label lbSpanishT;
+ private System.Windows.Forms.Label lbpl;
+ private System.Windows.Forms.Label lbPolishT;
+ private System.Windows.Forms.Label lbfrFR;
+ private System.Windows.Forms.Label lbFrenchT;
}
}
\ No newline at end of file
diff --git a/DS4Windows/DS4Forms/Hotkeys.cs b/DS4Windows/DS4Forms/Hotkeys.cs
index 0f1705d..4cf1a01 100644
--- a/DS4Windows/DS4Forms/Hotkeys.cs
+++ b/DS4Windows/DS4Forms/Hotkeys.cs
@@ -13,11 +13,15 @@ namespace DS4Windows
public Hotkeys()
{
InitializeComponent();
- /* switch (Thread.CurrentThread.CurrentUICulture.ToString())
+ string s = Thread.CurrentThread.CurrentUICulture.ToString().Split('-')[0];
+
+ Control[] ctrls = tLPTranslators.Controls.Find("lb" + s, true);
+ if (ctrls.Length > 0)
{
- case "ar": lbArabic.ForeColor = Color.Green; break;
- case "de-DE": lbGerman.ForeColor = Color.Green; break;
- }*/
+ ((Label)ctrls[0]).ForeColor = Color.DarkGreen;
+ int ind = tLPTranslators.Controls.IndexOf(ctrls[0]) + 1;
+ ((Label)tLPTranslators.Controls[ind]).ForeColor = Color.DarkGreen;
+ }
FileVersionInfo fvi = FileVersionInfo.GetVersionInfo(Assembly.GetExecutingAssembly().Location);
string version = fvi.FileVersion;
lbAbout.Text += version + ")";
diff --git a/DS4Windows/DS4Forms/Hotkeys.fr-FR.resx b/DS4Windows/DS4Forms/Hotkeys.fr-FR.resx
index 510a588..c867eec 100644
--- a/DS4Windows/DS4Forms/Hotkeys.fr-FR.resx
+++ b/DS4Windows/DS4Forms/Hotkeys.fr-FR.resx
@@ -119,82 +119,178 @@
- 528, 19
+ 652, 19
7, 3
- 103, 13
+ 136, 17
Liste de nouveautés
- 421, 3
+ 540, 2
- 103, 13
+ 104, 17
- Donation via PayPal
+ Don via PayPal
- 497, 505
+ 615, 505
- Cacher manette DS4: Cacher les entrées de base (Dinput) de la DS4 de la vérification des autres programmes si vous observez des entrées doubles en plein jeu ou si R2 met le jeu en pause
+ Cacher manette DS4: Cache les entrées de base (Dinput) de la DS4 de la vérification des autres programmes, cochez si vous observez des entrées doubles en jeu ou si R2 met le jeu en pause
Cliquez sur le côté gauche du pavé tactile: Left Touch
Cliquez sur le côté droit du pavé tactile: Right Touch
Cliquez sur le pavé tactile avec 2 doigts: Multitouch
Cliquez sur la partie supérieure du pavé tactile: Upper Touch
PS + Options ou maintenir PS pendant 10 secondes: Déconnecter la manette (Bluetooth seulement)
Pavé tactile + PS: Désactiver les glissements sur le pavé tactile (le clique fonctionne toujours)
-Clic sur la partie inférieure et droite du pavé tactile*: Clic droit (conseillé d'utiliser quand le côté droit est utilisé comme bouton de souris)
+Clic sur la partie inférieure droite du pavé tactile*: Clic droit (conseillé d'utiliser quand le côté droit est utilisé comme bouton de souris)
Deux doigts haut/bas sur la pavé tactile*: Défiler vers le Haut/Bas
Appuyer puis maintenir le pavé tactile*: Glisser du clic gauche de la souris
-Glisser gauche ou droit avec 2 doigts sur le pavé tactile*: Cycle through profiles
+Glisser avec 2 doigts gauche ou droit sur le pavé tactile*: Cycle through profiles
Shift Modifer: Maintenir une action pour utiliser un autre ensemble de commandes
Pendant que vous configurez le clavier et la souris:
Toggle: La touche restera dans un état "enfoncée" tant qu'elle n'aura pas été pressée une nouvelle fois
Macro: Assigner plusieurs touches à une entrée
-Scan du code: Les touches sont interprétées différemment. Peut-être nécessaire pour certains jeux
+Scan du code: Les touches sont interprétées différemment. Peut être nécessaire pour certains jeux
*Si Activé
- 520, 384
+ 644, 421
+
+
+ Raccourcis
+
+
+ 3, 230
+
+
+ 162, 230
+
+
+ 3, 210
+
+
+ 100, 20
+
+
+ 162, 210
+
+
+ 100, 20
+
+
+ 573, 21
+
+
+ 163, 21
+
+
+ 573, 21
+
+
+ 4, 21
+
+
+ 4, 42
+
+
+ 163, 42
+
+
+ 573, 21
+
+
+ 4, 63
+
+
+ 163, 63
+
+
+ 573, 21
+
+
+ 4, 84
+
+
+ 163, 84
+
+
+ 573, 21
+
+
+ 4, 105
+
+
+ 163, 105
+
+
+ 4, 126
+
+
+ 163, 126
+
+
+ 4, 147
+
+
+ 163, 147
+
+
+ 4, 168
+
+
+ 163, 168
+
+
+ 3, 189
+
+
+ 100, 21
+
+
+ 162, 189
+
+
+ 100, 21
- 3, 110
+ 4, 142
- 514, 258
+ 636, 258
+
+
+ 8, 195
- 64, 13
+ 85, 17
Traducteurs
- 3, 368
+ 4, 400
- 520, 384
+ 644, 421
+
+
+ Crédits
0, 19
- 528, 410
+ 652, 450
- 528, 429
-
-
- Crédits
-
-
- Raccourcis
+ 652, 469
\ No newline at end of file
diff --git a/DS4Windows/DS4Forms/Hotkeys.resx b/DS4Windows/DS4Forms/Hotkeys.resx
index 93e2fa1..b449c85 100644
--- a/DS4Windows/DS4Forms/Hotkeys.resx
+++ b/DS4Windows/DS4Forms/Hotkeys.resx
@@ -117,206 +117,248 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
-
- 748, 474
+
+ 8, 58
-
- CenterParent
+
+ 4, 0, 4, 0
-
- tLPTranslators
+
+ 201, 17
-
- lbArabic
+
+ 18
-
-
- 13
+
+ electrobrains (Branched off of)
-
+
+ linkElectro
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
tPCredits
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 2
-
- 756, 27
+
+ True
-
- tLPTranslators
+
+ 8, 4
-
- 22
+
+ 4, 0, 4, 0
-
- Jan-Stefan Janetzky, Michél, Ammonjak, An Op Turk
- @Invariant
-
- tLPTranslators
+
+ 80, 17
-
- tLPTranslators
+
+ 18
-
- 16
+
+ Jays2Kings
+
+
+ linkJays2Kings
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tPCredits
+
+
+ 5
+
+
+ Top
Microsoft Sans Serif, 8.25pt, style=Bold
-
- Syaoran Domoto
+
+ 0, 0
+
+
+ 4, 0, 4, 0
+
+
+ 756, 27
0
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ DS4Windows - Jays2Kings Build (Version
-
- 2
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- lbRussian
-
-
- 4, 189
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- NoControl
+
+ MiddleCenter
lbAbout
-
- 2
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- tLPTranslators
+
+ $this
-
- InhexSTER (Starter of DS4Tool)
- @Invariant
3
-
+
True
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 8, 31
-
- $this
-
-
- $this
-
-
- 23
-
-
- 16
-
-
+
4, 0, 4, 0
-
- 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
-
210, 17
-
- 4, 4, 4, 4
+
+ 18
-
- 42, 17
+
+ InhexSTER (Starter of DS4Tool)
-
- 8, 58
+
+ linkInhexSTER
-
- tLPTranslators
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 19
+
+ tPCredits
-
- tLPTranslators
-
-
- NoControl
-
-
- Help
- @Invariant
-
- linkJays2Kings
-
-
- 740, 277
-
-
- 27
-
-
- Chinese (Traditional)
-
-
- DS4Windows - Jays2Kings Build (Version
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
+
7
True
-
- True
+
+ 8, 85
-
- 17
-
-
- Links displayed here
- @Invariant
-
- NoControl
-
-
- NoControl
-
-
- tLPTranslators
-
-
- 1
-
-
- 85, 17
-
-
+
4, 0, 4, 0
-
- tLPTranslators
+
+ 115, 17
+
+
+ 18
+
+
+ jhebbel (DSDCS)
+
+
+ linkJhebbel
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tPCredits
+
+
+ 6
+
+
+ True
+
+
+ 9, 6
+
+
+ 4, 0, 4, 0
+
+
+ 76, 17
+
+
+ 20
+
+
+ Changelog
+
+
+ lLChangelog
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ $this
+
+
+ 1
+
+
+ Top, Right
+
+
+ True
+
+
+ 625, 6
+
+
+ 4, 0, 4, 0
+
+
+ 123, 17
+
+
+ 21
+
+
+ Donate via Paypal
+
+
+ linkDonate
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ $this
+
+
+ 0
+
+
+ True
+
+
+ Top
+
+
+ NoControl
+
+
+ 4, 4
+
+
+ 4, 0, 4, 0
+
+
+ 719, 559
+
+
+ 3
Hide DS4 Controller: Hides the DS4's regular input (Dinput) from other programs, check if you are getting double input in games or R2 pauses games
@@ -353,910 +395,1045 @@ Scan Code: Keys are interpreted differently. May be needed for certain games
*If enabled
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ lbHotkeys
-
- tCAbout
-
-
- 625, 6
-
-
- 18
-
-
- True
-
-
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 72, 17
+
+ tPHotkeys
-
- 4, 0, 4, 0
-
-
- 13
-
-
+
0
-
- 4, 4, 4, 4
-
-
- 163, 54
-
-
- 9
-
-
- 8, 16
-
-
- 163, 135
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- True
-
-
- Jays2Kings
- @Invariant
-
- 13
-
-
- tPCredits
-
-
- Credits
-
-
- 4, 0, 4, 0
-
-
- 4, 0, 4, 0
-
-
- NoControl
-
-
- 0
-
-
- tPCredits
-
-
- lbItalian
-
-
- avi12
-
-
- lbChineseT
-
-
- 163, 108
-
-
- 138, 17
-
-
- 4, 4, 4, 4
-
-
- 13
-
-
- tPCredits
-
-
- Bottom
-
-
- tPCredits
-
-
- 4, 176
-
-
- True
-
-
- 25
-
-
- True
-
4, 25
-
- 18
-
-
- lbChineseS
-
-
- 133, 17
-
-
- System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- True
-
-
- 18
-
-
- NoControl
-
-
- NoControl
-
-
- 4, 25
-
-
- $this
-
-
- Italian/Italiano
- @Invariant
-
- 3
-
-
- 0
-
-
- 114, 17
-
-
- lbArabicT
-
-
- 4, 0, 4, 0
-
-
- NoControl
-
-
- 0, 0
-
-
- 756, 503
-
-
- NoControl
-
-
- Giulio
- @Invariant
-
- KoNoRIMCI, Sr_psycho
- @Invariant
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Donate via Paypal
-
-
- True
-
-
- tLPTranslators
-
-
- 670, 516
-
-
- 573, 27
-
-
- 4, 0, 4, 0
-
-
- Turkish
- @Invariant
-
- 84, 17
-
-
- 4, 0, 4, 0
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 13
-
-
- 1
-
-
- lbRomanian
-
-
- 163, 0
-
-
- 4, 0, 4, 0
-
-
- 4, 0, 4, 0
-
-
- lbLinkText
-
-
- True
-
-
- NoControl
-
-
- 26
-
-
- 17
-
-
- tLPTranslators
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 29, 17
-
-
- 4, 0, 4, 0
-
-
- 4, 0, 4, 0
-
-
- NoControl
-
-
- 4, 4
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 4, 0, 4, 0
-
-
- tPCredits
-
-
- lbGerman
-
-
- tCAbout
-
-
- 4, 135
-
-
- linkJhebbel
-
-
- 2
-
-
- Fill
-
-
- Chinese (Simplified)
-
-
- jhebbel (DSDCS)
- @Invariant
-
- 8
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- lbTranslators
-
-
- 1
-
-
- 573, 27
-
-
- 573, 27
-
-
- 5
-
-
- 80, 17
-
-
- label2
-
-
- Fill
-
-
- 9, 6
-
-
- electrobrains (Branched off of)
- @Invariant
-
- lbHotkeys
-
-
- 4, 0, 4, 0
-
-
- Fill
-
-
- True
-
-
- 8, 85
-
-
- 118, 17
-
-
- NoControl
-
-
- True
-
-
- Lütfi Tekin
- @Invariant
-
- <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="lbGerman" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbGermanT" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="lbItalianT" Row="1" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="lbItalian" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbRussian" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbRussianT" Row="2" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="lbRomanian" Row="3" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbRomanianT" Row="3" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="lbTurkish" Row="4" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="label2" Row="4" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="lbChineseS" Row="5" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbChineseST" Row="5" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="lbChineseT" Row="6" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbChineseTT" Row="6" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="lbArabic" Row="7" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbArabicT" Row="7" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="lbHebrew" Row="8" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbHebrewT" Row="8" RowSpan="1" Column="1" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0,AutoSize,0" /><Rows Styles="Percent,10,Percent,10,Percent,10,Percent,10,Percent,10,Percent,10,Percent,10,Percent,10,Percent,10,Percent,10" /></TableLayoutSettings>
-
-
+
4, 4, 4, 4
-
- 94, 17
+
+ 4, 4, 4, 4
-
- lbChineseST
+
+ 748, 474
-
- tLPTranslators
-
-
- 4, 108
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Changelog
-
-
- 19
-
-
- 13
-
-
+
0
-
- NoControl
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- linkInhexSTER
-
-
- 4, 0, 4, 0
-
-
- 719, 559
-
-
- 13
-
-
- 115, 17
-
-
- Romanian
- @Invariant
-
- tLPTranslators
-
Hotkeys
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ tPHotkeys
-
- 4, 216
-
-
- Hebrew
-
-
- 0
-
-
- 4, 4, 4, 4
-
-
- 10
-
-
- 163, 189
-
-
+
System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 13
+
+ tCAbout
-
- System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 0
-
- 22
+
+ 2
-
- 15
-
-
- 55, 17
-
-
- 76, 17
-
-
- K.F
-
-
- 4, 0, 4, 0
-
-
- lbHebrew
-
-
- 3
-
-
- NoControl
-
-
+
True
-
- Fill
+
+ 3, 253
-
- tLPTranslators
+
+ 114, 17
-
+
+ 0
+
+
+ Spanish/Español
+
+
+ lbes
+
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- Hotkeys
-
-
- $this
-
-
- German/Deutsch
- @Invariant
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Source Code
- @Invariant
-
- 4, 453
-
-
- 163, 162
-
-
- 5
-
-
+
tLPTranslators
-
- Translators:
+
+ 0
+
+
+ True
+
+
+ 180, 253
+
+
+ 56, 17
+
+
+ 1
+
+
+ Saikuro
+
+
+ lbSpanishT
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPTranslators
+
+
+ 1
+
+
+ True
+
+
+ 3, 230
+
+
+ 86, 17
+
+
+ 2
+
+
+ Polish/ polski
+
+
+ lbpl
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPTranslators
+
+
+ 2
+
+
+ True
+
+
+ 180, 230
+
+
+ 188, 17
+
+
+ 3
+
+
+ FlameMan, NoNick1337, vhs
+
+
+ lbPolishT
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPTranslators
+
+
+ 3
+
+
+ True
+
+
+ NoControl
+
+
+ 4, 0
+
+
+ 4, 0, 4, 0
+
+
+ 115, 17
+
+
+ 13
+
+
+ German/Deutsch
+
+
+ lbde
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPTranslators
+
+
+ 4
+
+
+ True
+
+
+ Fill
+
+
+ NoControl
+
+
+ 181, 0
4, 0, 4, 0
-
- 7
+
+ 555, 23
-
- 151, 17
-
-
- 573, 27
-
-
- 4, 54
-
-
- 8, 155
-
-
- 4, 0
-
-
- 3
-
-
- 573, 27
-
-
- 11
-
-
- True
-
-
- lbHebrewT
-
-
- Bottom
-
-
- 4, 81
-
-
- tLPTranslators
-
-
- True
-
-
- Jonasn J. Lauvlid
-
-
- NoControl
-
-
- System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- True
-
-
- True
-
-
- 1
-
-
- 21
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tLPTranslators
-
-
- Top
-
-
- 123, 17
-
-
- 4, 4, 4, 4
-
-
- 4, 162
-
-
- lbItalianT
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- NoControl
-
-
- NoControl
-
-
- 4, 0, 4, 0
-
-
- lbChineseTT
-
-
- 2
-
-
+
13
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 163, 81
-
-
- 18
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPCredits
-
-
- 201, 17
-
-
- linkDonate
-
-
- 14
-
-
- NoControl
-
-
- 4, 0, 4, 0
-
-
- Arabic/ العربية
-
-
- 115, 17
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 4, 4, 4, 4
-
-
- 6
-
-
- True
-
-
- Russian/ру́сский язы́к
- @Invariant
-
- NoControl
+
+ Jan-Stefan Janetzky, Michél, Ammonjak, An Op Turk
lbGermanT
-
- 8, 4
-
-
- lbRussianT
-
-
- tPCredits
-
-
- True
-
-
- 4, 0, 4, 0
-
-
- 1
-
-
- 4, 0, 4, 0
-
-
- True
-
-
- lbRomanianT
-
-
- linkSourceCode
-
-
- Fill
-
-
- 96, 4
-
-
- 20
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- NoControl
-
-
- 756, 530
-
-
- tCAbout
-
-
- 4, 0, 4, 0
-
-
- 4, 27
-
-
- NoControl
-
-
- 4, 0, 4, 0
-
-
- 4, 0, 4, 0
-
-
- tPHotkeys
-
-
- NoControl
-
-
- True
-
-
- 8, 31
-
-
- Top
-
-
- True
-
-
- tLPTranslators
-
-
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 20
+
+ tLPTranslators
-
- lbTurkish
+
+ 5
-
- 4, 0, 4, 0
-
-
- 12
-
-
+
True
Fill
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 163, 216
-
-
- 10
-
-
- 748, 474
-
-
- 18
-
-
- 4, 0, 4, 0
+
+ NoControl
- 163, 27
+ 181, 23
+
+
+ 4, 0, 4, 0
+
+
+ 555, 23
+
+
+ 13
+
+
+ Giulio
+
+
+ lbItalianT
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 56, 17
+
+ tLPTranslators
-
- 4, 0, 4, 0
-
-
- tPCredits
-
-
- MiddleCenter
-
-
- Bottom, Left
-
-
- 24
-
-
- 90, 17
-
-
- tPHotkeys
-
-
- 4, 0, 4, 0
-
-
- linkElectro
-
-
- Top, Right
-
-
+
6
+
+ True
+
+
+ NoControl
+
+
+ 4, 23
+
+
+ 4, 0, 4, 0
+
+
+ 94, 17
+
+
+ 13
+
+
+ Italian/Italiano
+
+
+ lbitIT
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPTranslators
+
+
+ 7
+
+
+ True
+
+
+ NoControl
+
+
+ 4, 46
+
+
+ 4, 0, 4, 0
+
+
+ 151, 17
+
+
+ 13
+
+
+ Russian/ру́сский язы́к
+
+
+ lbruRU
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPTranslators
+
+
+ 8
+
+
+ True
+
+
+ Fill
+
+
+ NoControl
+
+
+ 181, 46
+
+
+ 4, 0, 4, 0
+
+
+ 555, 23
+
+
+ 13
+
+
+ KoNoRIMCI, Sr_psycho
+
+
+ lbRussianT
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPTranslators
+
+
+ 9
+
+
+ True
+
+
+ NoControl
+
+
+ 4, 69
+
+
+ 4, 0, 4, 0
+
+
+ 124, 17
+
+
+ 16
+
+
+ Romanian/ română
+
+
+ lbroRO
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPTranslators
+
+
+ 10
+
+
+ True
+
+
+ Fill
+
+
+ NoControl
+
+
+ 181, 69
+
+
+ 4, 0, 4, 0
+
+
+ 555, 23
+
+
+ 17
+
+
+ Vlad Giurgiu, Anonim
+
+
+ lbRomanianT
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
tLPTranslators
-
- 0, 27
+
+ 11
-
- lLChangelog
+
+ True
-
- 140, 17
+
+ NoControl
+
+
+ 4, 92
+
+
+ 4, 0, 4, 0
+
+
+ 103, 17
+
+
+ 18
+
+
+ Turkish/Türkçe
+
+
+ lbtr
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPTranslators
+
+
+ 12
+
+
+ True
+
+
+ Fill
+
+
+ NoControl
+
+
+ 181, 92
+
+
+ 4, 0, 4, 0
+
+
+ 555, 23
+
+
+ 19
+
+
+ Lütfi Tekin
+
+
+ lbTurkishT
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPTranslators
+
+
+ 13
+
+
+ True
+
+
+ NoControl
+
+
+ 4, 115
+
+
+ 4, 0, 4, 0
+
+
+ 169, 17
+
+
+ 21
+
+
+ Chinese (Simp.)/中文(简体)
+
+
+ lbzhHans
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPTranslators
+
+
+ 14
+
+
+ True
+
+
+ NoControl
+
+
+ 181, 115
+
+
+ 4, 0, 4, 0
+
+
+ 118, 17
+
+
+ 20
+
+
+ Jonasn J. Lauvlid
+
+
+ lbChineseST
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPTranslators
+
+
+ 15
+
+
+ True
+
+
+ NoControl
+
+
+ 4, 138
+
+
+ 4, 0, 4, 0
+
+
+ 165, 17
+
+
+ 23
+
+
+ Chinese (Trad.)/中文(繁體)
+
+
+ lbzhHant
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPTranslators
+
+
+ 16
+
+
+ True
+
+
+ NoControl
+
+
+ 181, 138
+
+
+ 4, 0, 4, 0
+
+
+ 114, 17
+
+
+ 22
+
+
+ Syaoran Domoto
+
+
+ lbChineseTT
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPTranslators
+
+
+ 17
+
+
+ True
+
+
+ NoControl
+
+
+ 4, 161
+
+
+ 4, 0, 4, 0
+
+
+ 85, 17
+
+
+ 25
+
+
+ Arabic/ العربية
+
+
+ lbar
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPTranslators
+
+
+ 18
+
+
+ True
+
+
+ NoControl
+
+
+ 181, 161
+
+
+ 4, 0, 4, 0
+
+
+ 29, 17
+
+
+ 24
+
+
+ K.F
+
+
+ lbArabicT
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPTranslators
+
+
+ 19
+
+
+ True
+
+
+ NoControl
+
+
+ 4, 184
+
+
+ 4, 0, 4, 0
+
+
+ 95, 17
+
+
+ 27
+
+
+ Hebrew/עברית
+
+
+ lbhe
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPTranslators
+
+
+ 20
+
+
+ True
+
+
+ NoControl
+
+
+ 181, 184
+
+
+ 4, 0, 4, 0
+
+
+ 42, 17
+
+
+ 26
+
+
+ avi12
+
+
+ lbHebrewT
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPTranslators
+
+
+ 21
+
+
+ True
+
+
+ 3, 207
+
+
+ 110, 17
+
+
+ 28
+
+
+ French/Français
+
+
+ lbfrFR
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPTranslators
+
+
+ 22
+
+
+ True
+
+
+ NoControl
+
+
+ 180, 207
+
+
+ 163, 17
+
+
+ 29
+
+
+ Morgan Front, alexnader
+
+
+ lbFrenchT
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPTranslators
+
+
+ 23
+
+
+ Bottom
+
+
+ 4, 176
+
+
+ 4, 4, 4, 4
+
+
+ 10
+
+
+ 740, 277
+
+
+ 19
+
+
+ tLPTranslators
+
+
+ System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tPCredits
+
+
+ 0
+
+
+ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="lbes" Row="11" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbSpanishT" Row="11" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbpl" Row="10" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbPolishT" Row="10" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbde" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbGermanT" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="lbItalianT" Row="1" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="lbitIT" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbruRU" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbRussianT" Row="2" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="lbroRO" Row="3" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbRomanianT" Row="3" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="lbtr" Row="4" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbTurkishT" Row="4" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="lbzhHans" Row="5" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbChineseST" Row="5" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="lbzhHant" Row="6" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbChineseTT" Row="6" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="lbar" Row="7" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbArabicT" Row="7" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="lbhe" Row="8" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbHebrewT" Row="8" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="lbfrFR" Row="9" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbFrenchT" Row="9" RowSpan="1" Column="1" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0,AutoSize,0" /><Rows Styles="Percent,8.333333,Percent,8.333333,Percent,8.333333,Percent,8.333333,Percent,8.333333,Percent,8.333333,Percent,8.333333,Percent,8.333333,Percent,8.333333,Percent,8.333333,Percent,8.333333,Percent,8.333333" /></TableLayoutSettings>
+
+
+ Bottom, Left
+
+
+ True
+
+
+ NoControl
+
+
+ 8, 155
+
+
+ 4, 0, 4, 0
+
+
+ 84, 17
+
+
+ 13
+
+
+ Translators:
+
+
+ lbTranslators
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tPCredits
+
+
+ 1
+
+
+ True
+
+
+ NoControl
+
+
+ 96, 4
+
+
+ 4, 0, 4, 0
+
+
+ 90, 17
+
+
+ 18
+
+
+ Source Code
+
+
+ linkSourceCode
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tPCredits
+
+
+ 3
+
+
+ True
+
+
+ Bottom
+
+
+ NoControl
+
+
+ 4, 453
+
+
+ 4, 0, 4, 0
+
+
+ 138, 17
+
+
+ 13
+
+
+ Links displayed here
+
+
+ lbLinkText
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tPCredits
4
-
- 21
+
+ 4, 25
-
- Vlad Giurgiu, Anonim
- @Invariant
-
- 4, 0, 4, 0
+
+ 4, 4, 4, 4
-
- 18
+
+ 4, 4, 4, 4
-
- 0
+
+ 748, 474
+
+
+ 1
+
+
+ Credits
+
+
+ tPCredits
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tCAbout
+
+
+ 1
+
+
+ Fill
+
+
+ 0, 27
+
+
+ 4, 4, 4, 4
+
+
+ 756, 503
+
+
+ 22
+
+
+ tCAbout
+
+
+ System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ $this
+
+
+ 2
True
-
- vi
-
+
+ 8, 16
+
+
+ 756, 530
+
+
+ 4, 4, 4, 4
+
+
+ 670, 516
+
+
+ CenterParent
+
+
+ Help
+
+
+ Hotkeys
+
+
+ System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
\ No newline at end of file
diff --git a/DS4Windows/DS4Forms/Hotkeys.vi.resx b/DS4Windows/DS4Forms/Hotkeys.vi.resx
index e40cadf..9e349b0 100644
--- a/DS4Windows/DS4Forms/Hotkeys.vi.resx
+++ b/DS4Windows/DS4Forms/Hotkeys.vi.resx
@@ -133,6 +133,9 @@
Quyên góp qua Paypal
+
+ Phím nóng
+
Giấu DS4 Controller: Ngăn tín hiệu Dinput của DS4 đọc bởi các chuơng trình khác, chọn trong trường hợp bị nhân đôi tín hiệu hoặc nút R2 làm dừng game.
Nhấn bên trái touchpad: Left Touch
@@ -151,16 +154,82 @@ Toggle: phím sẽ giữ trạng thái nhấn đến khi được nhấn lần n
Macro: Gán nhiều lệnh cho một phím bấm
+
+ Công bởi
+
+
+ 100, 20
+
+
+ 100, 20
+
+
+ 573, 23
+
+
+ 163, 23
+
+
+ 573, 23
+
+
+ 4, 23
+
+
+ 4, 46
+
+
+ 163, 46
+
+
+ 573, 23
+
+
+ 4, 69
+
+
+ 163, 69
+
+
+ 573, 23
+
+
+ 4, 92
+
+
+ 163, 92
+
+
+ 573, 23
+
+
+ 4, 115
+
+
+ 163, 115
+
+
+ 4, 138
+
+
+ 163, 138
+
+
+ 4, 161
+
+
+ 163, 161
+
+
+ 4, 184
+
+
+ 163, 184
+
- 89, 17
+ 47, 17
N.M.D
-
- Công bởi
-
-
- Phím nóng
-
\ No newline at end of file
diff --git a/DS4Windows/DS4Forms/KBM360.de-DE.resx b/DS4Windows/DS4Forms/KBM360.de-DE.resx
index 40c1b6e..20c61b6 100644
--- a/DS4Windows/DS4Forms/KBM360.de-DE.resx
+++ b/DS4Windows/DS4Forms/KBM360.de-DE.resx
@@ -211,4 +211,25 @@
431, 279
+
+ Test
+
+
+ Zu Verschiebenen Trigger Auswählen
+
+
+ Extras
+
+
+ B
+
+
+ G
+
+
+ R
+
+
+ Regulär
+
\ No newline at end of file
diff --git a/DS4Windows/DS4Forms/KBM360.fr-FR.resx b/DS4Windows/DS4Forms/KBM360.fr-FR.resx
index 636e938..5803a2a 100644
--- a/DS4Windows/DS4Forms/KBM360.fr-FR.resx
+++ b/DS4Windows/DS4Forms/KBM360.fr-FR.resx
@@ -214,4 +214,22 @@
R
+
+ Selection Gachette Shift
+
+
+ Basculer entre
+
+
+ Extras
+
+
+ Macro activé, Choisir une touche a désactiver, ou fermer la fenêtre pour sauvegarder
+
+
+ Normale
+
+
+ Modification de Shift
+
\ No newline at end of file
diff --git a/DS4Windows/DS4Forms/KBM360.ru-RU.resx b/DS4Windows/DS4Forms/KBM360.ru-RU.resx
index 0eb6b2d..9c7d844 100644
--- a/DS4Windows/DS4Forms/KBM360.ru-RU.resx
+++ b/DS4Windows/DS4Forms/KBM360.ru-RU.resx
@@ -228,4 +228,10 @@
Режим Сдвига
+
+ Выбрать кнопку для Режима Сдвига
+
+
+ Обычний
+
\ No newline at end of file
diff --git a/DS4Windows/DS4Forms/Options.Designer.cs b/DS4Windows/DS4Forms/Options.Designer.cs
index 5b7dc27..4e71cdc 100644
--- a/DS4Windows/DS4Forms/Options.Designer.cs
+++ b/DS4Windows/DS4Forms/Options.Designer.cs
@@ -75,6 +75,8 @@
this.nUDLS = new System.Windows.Forms.NumericUpDown();
this.nUDL2 = new System.Windows.Forms.NumericUpDown();
this.gBTouchpad = new System.Windows.Forms.GroupBox();
+ this.pnlTPMouse = new System.Windows.Forms.Panel();
+ this.cbStartTouchpadOff = new System.Windows.Forms.CheckBox();
this.rBTPControls = new System.Windows.Forms.RadioButton();
this.rBTPMouse = new System.Windows.Forms.RadioButton();
this.fLPTouchSwipe = new System.Windows.Forms.FlowLayoutPanel();
@@ -111,8 +113,6 @@
this.lbSwipeLeft = new System.Windows.Forms.Label();
this.bnSwipeRight = new System.Windows.Forms.Button();
this.lbSwipeRight = new System.Windows.Forms.Label();
- this.pnlTPMouse = new System.Windows.Forms.Panel();
- this.cbStartTouchpadOff = new System.Windows.Forms.CheckBox();
this.gBOther = new System.Windows.Forms.GroupBox();
this.cBDinput = new System.Windows.Forms.CheckBox();
this.pBProgram = new System.Windows.Forms.PictureBox();
@@ -323,9 +323,9 @@
((System.ComponentModel.ISupportInitialize)(this.nUDLS)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nUDL2)).BeginInit();
this.gBTouchpad.SuspendLayout();
+ this.pnlTPMouse.SuspendLayout();
this.fLPTouchSwipe.SuspendLayout();
this.cMSPresets.SuspendLayout();
- this.pnlTPMouse.SuspendLayout();
this.gBOther.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pBProgram)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nUDSixaxis)).BeginInit();
@@ -378,8 +378,8 @@
//
// lowColorChooserButton
//
- this.lowColorChooserButton.BackColor = System.Drawing.Color.White;
resources.ApplyResources(this.lowColorChooserButton, "lowColorChooserButton");
+ this.lowColorChooserButton.BackColor = System.Drawing.Color.White;
this.lowColorChooserButton.Name = "lowColorChooserButton";
this.lowColorChooserButton.UseVisualStyleBackColor = false;
this.lowColorChooserButton.Click += new System.EventHandler(this.lowColorChooserButton_Click);
@@ -594,8 +594,8 @@
//
// nUDIdleDisconnect
//
- this.nUDIdleDisconnect.DecimalPlaces = 1;
resources.ApplyResources(this.nUDIdleDisconnect, "nUDIdleDisconnect");
+ this.nUDIdleDisconnect.DecimalPlaces = 1;
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,6 +718,7 @@
//
// pnlFull
//
+ resources.ApplyResources(this.pnlFull, "pnlFull");
this.pnlFull.Controls.Add(this.lbFull);
this.pnlFull.Controls.Add(this.lbRed);
this.pnlFull.Controls.Add(this.lbGreen);
@@ -725,11 +726,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);
@@ -738,7 +739,6 @@
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,16 +830,39 @@
//
// 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.Controls.Add(this.pnlTPMouse);
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);
+ this.pnlTPMouse.Controls.Add(this.cBTouchpadJitterCompensation);
+ this.pnlTPMouse.Controls.Add(this.nUDTap);
+ this.pnlTPMouse.Controls.Add(this.cBlowerRCOn);
+ this.pnlTPMouse.Controls.Add(this.cBTap);
+ this.pnlTPMouse.Controls.Add(this.cBSlide);
+ this.pnlTPMouse.Controls.Add(this.nUDTouch);
+ this.pnlTPMouse.Controls.Add(this.cbStartTouchpadOff);
+ this.pnlTPMouse.Name = "pnlTPMouse";
+ //
+ // cbStartTouchpadOff
+ //
+ resources.ApplyResources(this.cbStartTouchpadOff, "cbStartTouchpadOff");
+ this.cbStartTouchpadOff.ForeColor = System.Drawing.SystemColors.ControlLightLight;
+ this.cbStartTouchpadOff.Name = "cbStartTouchpadOff";
+ this.cbStartTouchpadOff.UseVisualStyleBackColor = true;
+ this.cbStartTouchpadOff.CheckedChanged += new System.EventHandler(this.cbStartTouchpadOff_CheckedChanged);
+ //
// rBTPControls
//
resources.ApplyResources(this.rBTPControls, "rBTPControls");
@@ -860,6 +883,7 @@
//
// fLPTouchSwipe
//
+ resources.ApplyResources(this.fLPTouchSwipe, "fLPTouchSwipe");
this.fLPTouchSwipe.Controls.Add(this.bnSwipeUp);
this.fLPTouchSwipe.Controls.Add(this.lbSwipeUp);
this.fLPTouchSwipe.Controls.Add(this.bnSwipeDown);
@@ -868,14 +892,13 @@
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;
@@ -883,6 +906,7 @@
//
// 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,
@@ -897,7 +921,6 @@
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
@@ -907,173 +930,173 @@
//
// toolStripSeparator1
//
- this.toolStripSeparator1.Name = "toolStripSeparator1";
resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
+ this.toolStripSeparator1.Name = "toolStripSeparator1";
//
// defaultToolStripMenuItem
//
- this.defaultToolStripMenuItem.Name = "defaultToolStripMenuItem";
resources.ApplyResources(this.defaultToolStripMenuItem, "defaultToolStripMenuItem");
+ this.defaultToolStripMenuItem.Name = "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
//
- this.tSMIDPadInverted.Name = "tSMIDPadInverted";
resources.ApplyResources(this.tSMIDPadInverted, "tSMIDPadInverted");
+ this.tSMIDPadInverted.Name = "tSMIDPadInverted";
this.tSMIDPadInverted.Click += new System.EventHandler(this.SetPreset);
//
// tSMIDPadInvertedX
//
- this.tSMIDPadInvertedX.Name = "tSMIDPadInvertedX";
resources.ApplyResources(this.tSMIDPadInvertedX, "tSMIDPadInvertedX");
+ this.tSMIDPadInvertedX.Name = "tSMIDPadInvertedX";
this.tSMIDPadInvertedX.Click += new System.EventHandler(this.SetPreset);
//
// tSMIDPadInvertedY
//
- this.tSMIDPadInvertedY.Name = "tSMIDPadInvertedY";
resources.ApplyResources(this.tSMIDPadInvertedY, "tSMIDPadInvertedY");
+ this.tSMIDPadInvertedY.Name = "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
//
- this.tSMILSInverted.Name = "tSMILSInverted";
resources.ApplyResources(this.tSMILSInverted, "tSMILSInverted");
+ this.tSMILSInverted.Name = "tSMILSInverted";
this.tSMILSInverted.Click += new System.EventHandler(this.SetPreset);
//
// tSMILSInvertedX
//
- this.tSMILSInvertedX.Name = "tSMILSInvertedX";
resources.ApplyResources(this.tSMILSInvertedX, "tSMILSInvertedX");
+ this.tSMILSInvertedX.Name = "tSMILSInvertedX";
this.tSMILSInvertedX.Click += new System.EventHandler(this.SetPreset);
//
// tSMILSInvertedY
//
- this.tSMILSInvertedY.Name = "tSMILSInvertedY";
resources.ApplyResources(this.tSMILSInvertedY, "tSMILSInvertedY");
+ this.tSMILSInvertedY.Name = "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
//
- this.tSMIRSInverted.Name = "tSMIRSInverted";
resources.ApplyResources(this.tSMIRSInverted, "tSMIRSInverted");
+ this.tSMIRSInverted.Name = "tSMIRSInverted";
this.tSMIRSInverted.Click += new System.EventHandler(this.SetPreset);
//
// tSMIRSInvertedX
//
- this.tSMIRSInvertedX.Name = "tSMIRSInvertedX";
resources.ApplyResources(this.tSMIRSInvertedX, "tSMIRSInvertedX");
+ this.tSMIRSInvertedX.Name = "tSMIRSInvertedX";
this.tSMIRSInvertedX.Click += new System.EventHandler(this.SetPreset);
//
// tSMIRSInvertedY
//
- this.tSMIRSInvertedY.Name = "tSMIRSInvertedY";
resources.ApplyResources(this.tSMIRSInvertedY, "tSMIRSInvertedY");
+ this.tSMIRSInvertedY.Name = "tSMIRSInvertedY";
this.tSMIRSInvertedY.Click += new System.EventHandler(this.SetPreset);
//
// ABXYToolStripMenuItem
//
- this.ABXYToolStripMenuItem.Name = "ABXYToolStripMenuItem";
resources.ApplyResources(this.ABXYToolStripMenuItem, "ABXYToolStripMenuItem");
+ this.ABXYToolStripMenuItem.Name = "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
//
- this.wScanCodeArrowKeysToolStripMenuItem.Name = "wScanCodeArrowKeysToolStripMenuItem";
resources.ApplyResources(this.wScanCodeArrowKeysToolStripMenuItem, "wScanCodeArrowKeysToolStripMenuItem");
+ this.wScanCodeArrowKeysToolStripMenuItem.Name = "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
//
- this.tSMIMouseInverted.Name = "tSMIMouseInverted";
resources.ApplyResources(this.tSMIMouseInverted, "tSMIMouseInverted");
+ this.tSMIMouseInverted.Name = "tSMIMouseInverted";
this.tSMIMouseInverted.Click += new System.EventHandler(this.SetPreset);
//
// tSMIMouseInvertedX
//
- this.tSMIMouseInvertedX.Name = "tSMIMouseInvertedX";
resources.ApplyResources(this.tSMIMouseInvertedX, "tSMIMouseInvertedX");
+ this.tSMIMouseInvertedX.Name = "tSMIMouseInvertedX";
this.tSMIMouseInvertedX.Click += new System.EventHandler(this.SetPreset);
//
// tSMIMouseInvertedY
//
- this.tSMIMouseInvertedY.Name = "tSMIMouseInvertedY";
resources.ApplyResources(this.tSMIMouseInvertedY, "tSMIMouseInvertedY");
+ this.tSMIMouseInvertedY.Name = "tSMIMouseInvertedY";
this.tSMIMouseInvertedY.Click += new System.EventHandler(this.SetPreset);
//
// lbSwipeUp
//
- this.lbSwipeUp.ForeColor = System.Drawing.SystemColors.ControlLightLight;
resources.ApplyResources(this.lbSwipeUp, "lbSwipeUp");
+ this.lbSwipeUp.ForeColor = System.Drawing.SystemColors.ControlLightLight;
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;
@@ -1081,15 +1104,15 @@
//
// lbSwipeDown
//
- this.lbSwipeDown.ForeColor = System.Drawing.SystemColors.ControlLightLight;
resources.ApplyResources(this.lbSwipeDown, "lbSwipeDown");
+ this.lbSwipeDown.ForeColor = System.Drawing.SystemColors.ControlLightLight;
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;
@@ -1097,15 +1120,15 @@
//
// lbSwipeLeft
//
- this.lbSwipeLeft.ForeColor = System.Drawing.SystemColors.ControlLightLight;
resources.ApplyResources(this.lbSwipeLeft, "lbSwipeLeft");
+ this.lbSwipeLeft.ForeColor = System.Drawing.SystemColors.ControlLightLight;
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;
@@ -1113,35 +1136,13 @@
//
// lbSwipeRight
//
- this.lbSwipeRight.ForeColor = System.Drawing.SystemColors.ControlLightLight;
resources.ApplyResources(this.lbSwipeRight, "lbSwipeRight");
+ this.lbSwipeRight.ForeColor = System.Drawing.SystemColors.ControlLightLight;
this.lbSwipeRight.Name = "lbSwipeRight";
//
- // pnlTPMouse
- //
- this.pnlTPMouse.Controls.Add(this.nUDScroll);
- this.pnlTPMouse.Controls.Add(this.cBDoubleTap);
- this.pnlTPMouse.Controls.Add(this.cBScroll);
- this.pnlTPMouse.Controls.Add(this.cBTouchpadJitterCompensation);
- this.pnlTPMouse.Controls.Add(this.nUDTap);
- this.pnlTPMouse.Controls.Add(this.cBlowerRCOn);
- this.pnlTPMouse.Controls.Add(this.cBTap);
- 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
- //
- resources.ApplyResources(this.cbStartTouchpadOff, "cbStartTouchpadOff");
- this.cbStartTouchpadOff.ForeColor = System.Drawing.SystemColors.ControlLightLight;
- this.cbStartTouchpadOff.Name = "cbStartTouchpadOff";
- this.cbStartTouchpadOff.UseVisualStyleBackColor = true;
- this.cbStartTouchpadOff.CheckedChanged += new System.EventHandler(this.cbStartTouchpadOff_CheckedChanged);
- //
// 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);
@@ -1157,7 +1158,6 @@
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,6 +1240,7 @@
//
// 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);
@@ -1256,14 +1257,13 @@
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
//
- this.btnRainbow.Image = global::DS4Windows.Properties.Resources.rainbow;
resources.ApplyResources(this.btnRainbow, "btnRainbow");
+ this.btnRainbow.Image = global::DS4Windows.Properties.Resources.rainbow;
this.btnRainbow.Name = "btnRainbow";
this.btnRainbow.UseVisualStyleBackColor = true;
this.btnRainbow.Click += new System.EventHandler(this.btnRainbow_Click);
@@ -1291,17 +1291,18 @@
//
// 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[] {
@@ -1309,22 +1310,21 @@
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
//
- this.btnFlashColor.BackColor = System.Drawing.Color.White;
resources.ApplyResources(this.btnFlashColor, "btnFlashColor");
+ this.btnFlashColor.BackColor = System.Drawing.Color.White;
this.btnFlashColor.Name = "btnFlashColor";
this.btnFlashColor.UseVisualStyleBackColor = false;
this.btnFlashColor.Click += new System.EventHandler(this.btnFlashColor_Click);
//
// btnChargingColor
//
- this.btnChargingColor.BackColor = System.Drawing.Color.White;
resources.ApplyResources(this.btnChargingColor, "btnChargingColor");
+ this.btnChargingColor.BackColor = System.Drawing.Color.White;
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,8 +1427,13 @@
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);
@@ -1441,30 +1446,29 @@
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
//
- this.btnSATrack.BackColor = System.Drawing.Color.Black;
resources.ApplyResources(this.btnSATrack, "btnSATrack");
+ this.btnSATrack.BackColor = System.Drawing.Color.Black;
this.btnSATrack.Name = "btnSATrack";
this.btnSATrack.UseVisualStyleBackColor = false;
//
// btnSATrackS
//
- this.btnSATrackS.BackColor = System.Drawing.Color.DimGray;
resources.ApplyResources(this.btnSATrackS, "btnSATrackS");
+ this.btnSATrackS.BackColor = System.Drawing.Color.DimGray;
this.btnSATrackS.ForeColor = System.Drawing.SystemColors.ControlDark;
this.btnSATrackS.Name = "btnSATrackS";
this.btnSATrackS.UseVisualStyleBackColor = false;
@@ -1520,6 +1524,7 @@
//
// 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);
@@ -1529,7 +1534,6 @@
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);
//
@@ -1599,54 +1603,55 @@
//
// 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
//
- this.btnLSTrack.BackColor = System.Drawing.Color.Black;
resources.ApplyResources(this.btnLSTrack, "btnLSTrack");
+ this.btnLSTrack.BackColor = System.Drawing.Color.Black;
this.btnLSTrack.Name = "btnLSTrack";
this.btnLSTrack.UseVisualStyleBackColor = false;
//
// btnLSTrackS
//
- this.btnLSTrackS.BackColor = System.Drawing.Color.DimGray;
resources.ApplyResources(this.btnLSTrackS, "btnLSTrackS");
+ this.btnLSTrackS.BackColor = System.Drawing.Color.DimGray;
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
//
- this.btnRSTrackS.BackColor = System.Drawing.Color.DimGray;
resources.ApplyResources(this.btnRSTrackS, "btnRSTrackS");
+ this.btnRSTrackS.BackColor = System.Drawing.Color.DimGray;
this.btnRSTrackS.ForeColor = System.Drawing.SystemColors.ControlDark;
this.btnRSTrackS.Name = "btnRSTrackS";
this.btnRSTrackS.UseVisualStyleBackColor = false;
//
// btnRSTrack
//
- this.btnRSTrack.BackColor = System.Drawing.Color.Black;
resources.ApplyResources(this.btnRSTrack, "btnRSTrack");
+ this.btnRSTrack.BackColor = System.Drawing.Color.Black;
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);
@@ -1655,13 +1660,12 @@
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
//
- this.bnGyroZN.ContextMenuStrip = this.cMSPresets;
resources.ApplyResources(this.bnGyroZN, "bnGyroZN");
+ this.bnGyroZN.ContextMenuStrip = this.cMSPresets;
this.bnGyroZN.Name = "bnGyroZN";
this.bnGyroZN.UseVisualStyleBackColor = true;
this.bnGyroZN.Click += new System.EventHandler(this.Show_ControlsBn);
@@ -1673,8 +1677,8 @@
//
// bnGyroZP
//
- this.bnGyroZP.ContextMenuStrip = this.cMSPresets;
resources.ApplyResources(this.bnGyroZP, "bnGyroZP");
+ this.bnGyroZP.ContextMenuStrip = this.cMSPresets;
this.bnGyroZP.Name = "bnGyroZP";
this.bnGyroZP.UseVisualStyleBackColor = true;
this.bnGyroZP.Click += new System.EventHandler(this.Show_ControlsBn);
@@ -1686,8 +1690,8 @@
//
// bnGyroXP
//
- this.bnGyroXP.ContextMenuStrip = this.cMSPresets;
resources.ApplyResources(this.bnGyroXP, "bnGyroXP");
+ this.bnGyroXP.ContextMenuStrip = this.cMSPresets;
this.bnGyroXP.Name = "bnGyroXP";
this.bnGyroXP.UseVisualStyleBackColor = true;
this.bnGyroXP.Click += new System.EventHandler(this.Show_ControlsBn);
@@ -1699,8 +1703,8 @@
//
// bnGyroXN
//
- this.bnGyroXN.ContextMenuStrip = this.cMSPresets;
resources.ApplyResources(this.bnGyroXN, "bnGyroXN");
+ this.bnGyroXN.ContextMenuStrip = this.cMSPresets;
this.bnGyroXN.Name = "bnGyroXN";
this.bnGyroXN.UseVisualStyleBackColor = true;
this.bnGyroXN.Click += new System.EventHandler(this.Show_ControlsBn);
@@ -1712,10 +1716,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);
@@ -1775,16 +1779,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);
@@ -1848,22 +1852,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
//
- this.bnRSDown.BackColor = System.Drawing.Color.Transparent;
resources.ApplyResources(this.bnRSDown, "bnRSDown");
+ this.bnRSDown.BackColor = System.Drawing.Color.Transparent;
this.bnRSDown.ContextMenuStrip = this.cMSPresets;
this.bnRSDown.Cursor = System.Windows.Forms.Cursors.Default;
this.bnRSDown.FlatAppearance.BorderColor = System.Drawing.Color.White;
@@ -1878,22 +1882,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
//
- this.bnL3.BackColor = System.Drawing.Color.Transparent;
resources.ApplyResources(this.bnL3, "bnL3");
+ this.bnL3.BackColor = System.Drawing.Color.Transparent;
this.bnL3.ContextMenuStrip = this.cMSPresets;
this.bnL3.Cursor = System.Windows.Forms.Cursors.Default;
this.bnL3.FlatAppearance.BorderColor = System.Drawing.Color.White;
@@ -1908,15 +1912,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
//
- this.bnRSUp.BackColor = System.Drawing.Color.Transparent;
resources.ApplyResources(this.bnRSUp, "bnRSUp");
+ this.bnRSUp.BackColor = System.Drawing.Color.Transparent;
this.bnRSUp.ContextMenuStrip = this.cMSPresets;
this.bnRSUp.Cursor = System.Windows.Forms.Cursors.Default;
this.bnRSUp.FlatAppearance.BorderColor = System.Drawing.Color.White;
@@ -1931,15 +1935,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
//
- this.bnRSRight.BackColor = System.Drawing.Color.Transparent;
resources.ApplyResources(this.bnRSRight, "bnRSRight");
+ this.bnRSRight.BackColor = System.Drawing.Color.Transparent;
this.bnRSRight.ContextMenuStrip = this.cMSPresets;
this.bnRSRight.Cursor = System.Windows.Forms.Cursors.Default;
this.bnRSRight.FlatAppearance.BorderColor = System.Drawing.Color.White;
@@ -1954,15 +1958,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
//
- this.bnR3.BackColor = System.Drawing.Color.Transparent;
resources.ApplyResources(this.bnR3, "bnR3");
+ this.bnR3.BackColor = System.Drawing.Color.Transparent;
this.bnR3.ContextMenuStrip = this.cMSPresets;
this.bnR3.Cursor = System.Windows.Forms.Cursors.Default;
this.bnR3.FlatAppearance.BorderColor = System.Drawing.Color.White;
@@ -1977,15 +1981,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
//
- this.bnRSLeft.BackColor = System.Drawing.Color.Transparent;
resources.ApplyResources(this.bnRSLeft, "bnRSLeft");
+ this.bnRSLeft.BackColor = System.Drawing.Color.Transparent;
this.bnRSLeft.ContextMenuStrip = this.cMSPresets;
this.bnRSLeft.Cursor = System.Windows.Forms.Cursors.Default;
this.bnRSLeft.FlatAppearance.BorderColor = System.Drawing.Color.White;
@@ -2000,15 +2004,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
//
- this.bnLSLeft.BackColor = System.Drawing.Color.Transparent;
resources.ApplyResources(this.bnLSLeft, "bnLSLeft");
+ this.bnLSLeft.BackColor = System.Drawing.Color.Transparent;
this.bnLSLeft.ContextMenuStrip = this.cMSPresets;
this.bnLSLeft.Cursor = System.Windows.Forms.Cursors.Default;
this.bnLSLeft.FlatAppearance.BorderColor = System.Drawing.Color.White;
@@ -2023,15 +2027,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
//
- this.bnLSUp.BackColor = System.Drawing.Color.Transparent;
resources.ApplyResources(this.bnLSUp, "bnLSUp");
+ this.bnLSUp.BackColor = System.Drawing.Color.Transparent;
this.bnLSUp.ContextMenuStrip = this.cMSPresets;
this.bnLSUp.Cursor = System.Windows.Forms.Cursors.Default;
this.bnLSUp.FlatAppearance.BorderColor = System.Drawing.Color.White;
@@ -2046,15 +2050,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
//
- this.bnLSRight.BackColor = System.Drawing.Color.Transparent;
resources.ApplyResources(this.bnLSRight, "bnLSRight");
+ this.bnLSRight.BackColor = System.Drawing.Color.Transparent;
this.bnLSRight.ContextMenuStrip = this.cMSPresets;
this.bnLSRight.Cursor = System.Windows.Forms.Cursors.Default;
this.bnLSRight.FlatAppearance.BorderColor = System.Drawing.Color.White;
@@ -2069,15 +2073,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
//
- this.bnLSDown.BackColor = System.Drawing.Color.Transparent;
resources.ApplyResources(this.bnLSDown, "bnLSDown");
+ this.bnLSDown.BackColor = System.Drawing.Color.Transparent;
this.bnLSDown.ContextMenuStrip = this.cMSPresets;
this.bnLSDown.Cursor = System.Windows.Forms.Cursors.Default;
this.bnLSDown.FlatAppearance.BorderColor = System.Drawing.Color.White;
@@ -2092,15 +2096,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
//
- this.bnR2.BackColor = System.Drawing.Color.Transparent;
resources.ApplyResources(this.bnR2, "bnR2");
+ this.bnR2.BackColor = System.Drawing.Color.Transparent;
this.bnR2.Cursor = System.Windows.Forms.Cursors.Default;
this.bnR2.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.bnR2.FlatAppearance.BorderSize = 0;
@@ -2114,8 +2118,8 @@
//
// bnUp
//
- this.bnUp.BackColor = System.Drawing.Color.Transparent;
resources.ApplyResources(this.bnUp, "bnUp");
+ this.bnUp.BackColor = System.Drawing.Color.Transparent;
this.bnUp.ContextMenuStrip = this.cMSPresets;
this.bnUp.Cursor = System.Windows.Forms.Cursors.Default;
this.bnUp.DialogResult = System.Windows.Forms.DialogResult.Cancel;
@@ -2131,8 +2135,8 @@
//
// bnDown
//
- this.bnDown.BackColor = System.Drawing.Color.Transparent;
resources.ApplyResources(this.bnDown, "bnDown");
+ this.bnDown.BackColor = System.Drawing.Color.Transparent;
this.bnDown.ContextMenuStrip = this.cMSPresets;
this.bnDown.Cursor = System.Windows.Forms.Cursors.Default;
this.bnDown.FlatAppearance.BorderColor = System.Drawing.Color.White;
@@ -2147,8 +2151,8 @@
//
// bnTriangle
//
- this.bnTriangle.BackColor = System.Drawing.Color.Transparent;
resources.ApplyResources(this.bnTriangle, "bnTriangle");
+ this.bnTriangle.BackColor = System.Drawing.Color.Transparent;
this.bnTriangle.ContextMenuStrip = this.cMSPresets;
this.bnTriangle.Cursor = System.Windows.Forms.Cursors.Default;
this.bnTriangle.FlatAppearance.BorderColor = System.Drawing.Color.White;
@@ -2163,8 +2167,8 @@
//
// bnR1
//
- this.bnR1.BackColor = System.Drawing.Color.Transparent;
resources.ApplyResources(this.bnR1, "bnR1");
+ this.bnR1.BackColor = System.Drawing.Color.Transparent;
this.bnR1.Cursor = System.Windows.Forms.Cursors.Default;
this.bnR1.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.bnR1.FlatAppearance.BorderSize = 0;
@@ -2178,8 +2182,8 @@
//
// bnSquare
//
- this.bnSquare.BackColor = System.Drawing.Color.Transparent;
resources.ApplyResources(this.bnSquare, "bnSquare");
+ this.bnSquare.BackColor = System.Drawing.Color.Transparent;
this.bnSquare.ContextMenuStrip = this.cMSPresets;
this.bnSquare.Cursor = System.Windows.Forms.Cursors.Default;
this.bnSquare.FlatAppearance.BorderColor = System.Drawing.Color.White;
@@ -2194,8 +2198,8 @@
//
// bnRight
//
- this.bnRight.BackColor = System.Drawing.Color.Transparent;
resources.ApplyResources(this.bnRight, "bnRight");
+ this.bnRight.BackColor = System.Drawing.Color.Transparent;
this.bnRight.ContextMenuStrip = this.cMSPresets;
this.bnRight.Cursor = System.Windows.Forms.Cursors.Default;
this.bnRight.FlatAppearance.BorderColor = System.Drawing.Color.White;
@@ -2210,15 +2214,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
//
- this.bnLeft.BackColor = System.Drawing.Color.Transparent;
resources.ApplyResources(this.bnLeft, "bnLeft");
+ this.bnLeft.BackColor = System.Drawing.Color.Transparent;
this.bnLeft.ContextMenuStrip = this.cMSPresets;
this.bnLeft.Cursor = System.Windows.Forms.Cursors.Default;
this.bnLeft.FlatAppearance.BorderColor = System.Drawing.Color.White;
@@ -2233,15 +2237,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
//
- this.bnOptions.BackColor = System.Drawing.Color.Transparent;
resources.ApplyResources(this.bnOptions, "bnOptions");
+ this.bnOptions.BackColor = System.Drawing.Color.Transparent;
this.bnOptions.Cursor = System.Windows.Forms.Cursors.Default;
this.bnOptions.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.bnOptions.FlatAppearance.BorderSize = 0;
@@ -2255,8 +2259,8 @@
//
// bnShare
//
- this.bnShare.BackColor = System.Drawing.Color.Transparent;
resources.ApplyResources(this.bnShare, "bnShare");
+ this.bnShare.BackColor = System.Drawing.Color.Transparent;
this.bnShare.Cursor = System.Windows.Forms.Cursors.Default;
this.bnShare.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.bnShare.FlatAppearance.BorderSize = 0;
@@ -2270,15 +2274,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
//
- this.bnL1.BackColor = System.Drawing.Color.Transparent;
resources.ApplyResources(this.bnL1, "bnL1");
+ this.bnL1.BackColor = System.Drawing.Color.Transparent;
this.bnL1.Cursor = System.Windows.Forms.Cursors.Default;
this.bnL1.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.bnL1.FlatAppearance.BorderSize = 0;
@@ -2292,8 +2296,8 @@
//
// bnTouchRight
//
- this.bnTouchRight.BackColor = System.Drawing.Color.Transparent;
resources.ApplyResources(this.bnTouchRight, "bnTouchRight");
+ this.bnTouchRight.BackColor = System.Drawing.Color.Transparent;
this.bnTouchRight.Cursor = System.Windows.Forms.Cursors.Default;
this.bnTouchRight.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.bnTouchRight.FlatAppearance.BorderSize = 0;
@@ -2307,8 +2311,8 @@
//
// bnL2
//
- this.bnL2.BackColor = System.Drawing.Color.Transparent;
resources.ApplyResources(this.bnL2, "bnL2");
+ this.bnL2.BackColor = System.Drawing.Color.Transparent;
this.bnL2.Cursor = System.Windows.Forms.Cursors.Default;
this.bnL2.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.bnL2.FlatAppearance.BorderSize = 0;
@@ -2322,15 +2326,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
//
- this.bnTouchLeft.BackColor = System.Drawing.Color.Transparent;
resources.ApplyResources(this.bnTouchLeft, "bnTouchLeft");
+ this.bnTouchLeft.BackColor = System.Drawing.Color.Transparent;
this.bnTouchLeft.Cursor = System.Windows.Forms.Cursors.Default;
this.bnTouchLeft.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.bnTouchLeft.FlatAppearance.BorderSize = 0;
@@ -2344,15 +2348,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
//
- this.bnTouchMulti.BackColor = System.Drawing.Color.Transparent;
resources.ApplyResources(this.bnTouchMulti, "bnTouchMulti");
+ this.bnTouchMulti.BackColor = System.Drawing.Color.Transparent;
this.bnTouchMulti.Cursor = System.Windows.Forms.Cursors.Default;
this.bnTouchMulti.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.bnTouchMulti.FlatAppearance.BorderSize = 0;
@@ -2366,22 +2370,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
//
- this.bnTouchUpper.BackColor = System.Drawing.Color.Transparent;
resources.ApplyResources(this.bnTouchUpper, "bnTouchUpper");
+ this.bnTouchUpper.BackColor = System.Drawing.Color.Transparent;
this.bnTouchUpper.Cursor = System.Windows.Forms.Cursors.Default;
this.bnTouchUpper.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.bnTouchUpper.FlatAppearance.BorderSize = 0;
@@ -2395,9 +2399,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;
@@ -2411,8 +2415,8 @@
//
// bnPS
//
- this.bnPS.BackColor = System.Drawing.Color.Transparent;
resources.ApplyResources(this.bnPS, "bnPS");
+ this.bnPS.BackColor = System.Drawing.Color.Transparent;
this.bnPS.Cursor = System.Windows.Forms.Cursors.Default;
this.bnPS.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.bnPS.FlatAppearance.BorderSize = 0;
@@ -2426,8 +2430,8 @@
//
// bnCross
//
- this.bnCross.BackColor = System.Drawing.Color.Transparent;
resources.ApplyResources(this.bnCross, "bnCross");
+ this.bnCross.BackColor = System.Drawing.Color.Transparent;
this.bnCross.ContextMenuStrip = this.cMSPresets;
this.bnCross.Cursor = System.Windows.Forms.Cursors.Default;
this.bnCross.FlatAppearance.BorderColor = System.Drawing.Color.White;
@@ -2442,8 +2446,8 @@
//
// bnCircle
//
- this.bnCircle.BackColor = System.Drawing.Color.Transparent;
resources.ApplyResources(this.bnCircle, "bnCircle");
+ this.bnCircle.BackColor = System.Drawing.Color.Transparent;
this.bnCircle.ContextMenuStrip = this.cMSPresets;
this.bnCircle.Cursor = System.Windows.Forms.Cursors.Default;
this.bnCircle.FlatAppearance.BorderColor = System.Drawing.Color.White;
@@ -2458,34 +2462,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
//
- this.tPSpecial.Controls.Add(this.pnlActions);
resources.ApplyResources(this.tPSpecial, "tPSpecial");
+ this.tPSpecial.Controls.Add(this.pnlActions);
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;
@@ -2509,17 +2513,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
@@ -2550,14 +2554,15 @@
//
// 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);
@@ -2571,11 +2576,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);
@@ -2583,28 +2588,27 @@
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);
//
@@ -2642,12 +2646,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;
//
@@ -2669,6 +2673,7 @@
//
// pnlSAMouse
//
+ resources.ApplyResources(this.pnlSAMouse, "pnlSAMouse");
this.pnlSAMouse.Controls.Add(this.cBGyroInvertY);
this.pnlSAMouse.Controls.Add(this.cBGyroInvertX);
this.pnlSAMouse.Controls.Add(this.lbGyroInvert);
@@ -2676,7 +2681,6 @@
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
@@ -2733,6 +2737,7 @@
//
// 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);
@@ -2746,7 +2751,6 @@
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;
//
@@ -2757,13 +2761,13 @@
//
// nUDL2S
//
+ resources.ApplyResources(this.nUDL2S, "nUDL2S");
this.nUDL2S.DecimalPlaces = 2;
this.nUDL2S.Increment = new decimal(new int[] {
1,
0,
0,
65536});
- resources.ApplyResources(this.nUDL2S, "nUDL2S");
this.nUDL2S.Maximum = new decimal(new int[] {
15,
0,
@@ -2784,13 +2788,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,
@@ -2816,13 +2820,13 @@
//
// nUDR2S
//
+ resources.ApplyResources(this.nUDR2S, "nUDR2S");
this.nUDR2S.DecimalPlaces = 2;
this.nUDR2S.Increment = new decimal(new int[] {
1,
0,
0,
65536});
- resources.ApplyResources(this.nUDR2S, "nUDR2S");
this.nUDR2S.Maximum = new decimal(new int[] {
15,
0,
@@ -2848,13 +2852,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,
@@ -2880,13 +2884,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,
@@ -2917,13 +2921,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,
@@ -2944,6 +2948,7 @@
//
// 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[] {
@@ -2970,165 +2975,164 @@
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
@@ -3167,10 +3171,10 @@
((System.ComponentModel.ISupportInitialize)(this.nUDL2)).EndInit();
this.gBTouchpad.ResumeLayout(false);
this.gBTouchpad.PerformLayout();
- this.fLPTouchSwipe.ResumeLayout(false);
- this.cMSPresets.ResumeLayout(false);
this.pnlTPMouse.ResumeLayout(false);
this.pnlTPMouse.PerformLayout();
+ this.fLPTouchSwipe.ResumeLayout(false);
+ this.cMSPresets.ResumeLayout(false);
this.gBOther.ResumeLayout(false);
this.gBOther.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pBProgram)).EndInit();
diff --git a/DS4Windows/DS4Forms/Options.de-DE.resx b/DS4Windows/DS4Forms/Options.de-DE.resx
index 09ca403..1994b8d 100644
--- a/DS4Windows/DS4Forms/Options.de-DE.resx
+++ b/DS4Windows/DS4Forms/Options.de-DE.resx
@@ -238,9 +238,6 @@
Starte mit Gleiten/Blättern aus
-
- 154, 244
-
153, 26
@@ -253,12 +250,6 @@
Standard
-
- 153, 26
-
-
- Steuerkreuz
-
156, 26
@@ -277,11 +268,11 @@
Invertiert Y
-
+
153, 26
-
- Linker Stick
+
+ Steuerkreuz
156, 26
@@ -301,11 +292,11 @@
Invertiert Y
-
+
153, 26
-
- Rechter Stick
+
+ Linker Stick
156, 26
@@ -325,38 +316,38 @@
Invertiert Y
+
+ 153, 26
+
+
+ Rechter Stick
+
153, 26
Gesichtsknöpfe
-
- 153, 26
-
148, 26
Scancode
-
+
153, 26
-
- Pfeiltasten
-
148, 26
Scancode
-
+
153, 26
-
- Maus
+
+ Pfeiltasten
156, 26
@@ -376,8 +367,14 @@
Invertiert Y
-
- Andere
+
+ 153, 26
+
+
+ Maus
+
+
+ 154, 244
7, 183
@@ -416,7 +413,7 @@
Benutze Controller
- 184, 42
+ 173, 43
163, 21
@@ -427,11 +424,15 @@
140, 110
+
+
+ False
+
- 177, 102
+ 184, 103
- 203, 21
+ 142, 41
für Zuordung und Auslesen
@@ -445,8 +446,8 @@
Trenne, wenn nicht benutzt
-
- Lichtbalken
+
+ Andere
288, 271
@@ -481,21 +482,8 @@
Während des Ladens:
-
-
- False
-
-
- 165, 19
-
-
- 165, 98
-
-
- Benutze für den Umschalter Modus eine andere Farbe
-
-
- Vibration
+
+ Lichtbalken
214, 19
@@ -506,6 +494,9 @@
Teste schwache Vibration
+
+ Vibration
+
Rechter Stick
@@ -521,9 +512,6 @@
Sixaxis: X Achse ist vertauscht, um sie leichter lesen zu können
-
- 277, 156
-
163, 30
@@ -551,38 +539,17 @@
163, 98
-
- Modifikator
-
-
- 41, 17
-
-
- Halte
-
-
- 345, 372
-
-
- 201, 17
-
-
- um diese Steuerung zu nutzen
-
-
- (nichts)/Umschalter aus
-
-
- Steuerung
+
+ 277, 156
- 244, 30
+ 102, 295
Drücke den Lichtbalken für den Farbenauswähler
-
- Spezialaktionen
+
+ Steuerung
Auslöser
@@ -602,6 +569,9 @@
Halte die ausgewählten Tasten, um die Aktion auszuführen. Hake die Aktion an, um sie im Spiel zu benutzen
+
+ Spezialaktionen
+
Toter Bereich
@@ -641,9 +611,6 @@
Gyro Empfindlichkeit:
-
- 290, 524
-
289, 26
@@ -707,47 +674,13 @@
289, 26
-
+
289, 26
-
- Zurücksetzen
+
+ Immer an
-
-
- Inherit
-
-
- Normal
-
-
- Name
-
-
- Empfindlichkeit
-
-
- Touchpad
-
-
- B
-
-
- G
-
-
- B
-
-
- G
-
-
- R
-
-
- R
-
-
- Controller Kalibrierung
+
+ 290, 524
\ No newline at end of file
diff --git a/DS4Windows/DS4Forms/Options.fr-FR.resx b/DS4Windows/DS4Forms/Options.fr-FR.resx
index 92bae49..41a99da 100644
--- a/DS4Windows/DS4Forms/Options.fr-FR.resx
+++ b/DS4Windows/DS4Forms/Options.fr-FR.resx
@@ -119,13 +119,7 @@
- 38, 276
-
-
- 10, 277
-
-
- 8, 239
+ 40, 269
220, 21
@@ -140,7 +134,13 @@
V
- 90, 280
+ 92, 273
+
+
+ 105, 17
+
+
+ secondes/cycle
158, 48
@@ -181,11 +181,15 @@
92, 11
+
+
+ False
+
9, 14
- 96, 34
+ 96, 38
Sensibilité de la souris :
@@ -196,15 +200,27 @@
Coin en bas à droite pour RMB
-
- 30, 17
+
+ 191, 21
-
- mins
+
+ Compensation de sursaut
+
+
+ 299, 57
+
+
+ 230, 55
11, 211
+
+ 90, 21
+
+
+ Vider HID
+
Tester fort
@@ -229,33 +245,18 @@
113, 21
-
- Pavé tactile
-
-
- 196, 21
-
-
- Démarrer avec le scroll off
-
-
- 161, 244
-
- 160, 26
+ 184, 26
- 157, 6
+ 181, 6
- 160, 26
+ 184, 26
Par défaut
-
- 160, 26
-
143, 26
@@ -274,11 +275,11 @@
Y inversé
-
- 160, 26
+
+ 184, 26
-
- Stick Gauche
+
+ Croix Directionnelle
143, 26
@@ -298,11 +299,11 @@
Y inversé
-
- 160, 26
+
+ 184, 26
-
- Stick Droit
+
+ Stick Gauche
143, 26
@@ -322,27 +323,39 @@
Y inversé
+
+ 184, 26
+
+
+ Stick Droit
+
- 160, 26
+ 184, 26
- Boutons de face
+ Boutons avant
+
+
+ 194, 26
+
+
+ Sans/ Code Scan
- 160, 26
+ 184, 26
+
+
+ 194, 26
+
+
+ Sans/ Code Scan
- 160, 26
+ 184, 26
Flèches
-
- 160, 26
-
-
- Souris
-
143, 26
@@ -361,8 +374,23 @@
Y inversé
-
- Autre
+
+ 184, 26
+
+
+ Souris
+
+
+ 185, 244
+
+
+ 217, 21
+
+
+ Démarrer sans Glisser/Défiler
+
+
+ Pavé tactile
10, 182
@@ -376,6 +404,9 @@
267, 126
+
+ False
+
9, 124
@@ -400,6 +431,9 @@
Utiliser manette
+
+ False
+
182, 12
@@ -412,6 +446,9 @@
115, 90
+
+ False
+
153, 82
@@ -421,14 +458,20 @@
Pour mappage et lecture valeurs
-
- Barre lumineuse
+
+ 213, 21
+
+
+ Déconnecter lorsque inutilisé
+
+
+ Autre
- 254, 275
+ 275, 275
- 189, 275
+ 210, 275
Clignoter à
@@ -451,30 +494,24 @@
En charge:
-
- 308, 21
-
-
- Utiliser une autre couleur pour le mode Shift
-
-
- 17, 17
-
-
- V
-
-
- Vibrer
+
+ Barre lumineuse
Tester léger
-
- Visualisation des commandes
+
+ Vibrer
Stick Droit
+
+ 130, 17
+
+
+ Delais Saisi: N/Ams
+
Stick Gauche
@@ -499,30 +536,15 @@
Gyroscope
-
- 66, 17
+
+ 327, 152
-
- Maintenir
-
-
- 1182, 553
-
-
- 188, 17
-
-
- pour utiliser ces commandes
-
-
- (rien)/shift off
+
+ Cliquez la barre de lumière pour changer sa couleur
Commandes
-
- Actions spéciales
-
Nom
@@ -538,28 +560,124 @@
Effacer action
+
+ Maintenir les touches sélectionnées pour effectuer l'action, cocher l'Action pour l'utiliser losque le profil est charger. Max 50 actions.
+
+
+ Actions Spéciales
+
Zone morte
-
- Cliquez sur la barre de lumière pour changer de couleur
+
+ Courbe
-
- Normal
+
+ 173, 25
-
- B
+
+ 167, 21
+
+
+ Utiliser pour contrôles
+
+
+ 10, 25
+
+
+ 163, 21
+
+
+ Utiliser comme souris
+
+
+ 63, 17
- Invertir :
+ Inverser:
-
- B
+
+ 77, 17
-
- R
+
+ Gachettes:
-
- R
+
+ 149, 17
+
+
+ Sensibilité Gyroscope:
+
+
+ 259, 26
+
+
+ 259, 26
+
+
+ 259, 26
+
+
+ 259, 26
+
+
+ 259, 26
+
+
+ 259, 26
+
+
+ 259, 26
+
+
+ 259, 26
+
+
+ 259, 26
+
+
+ 259, 26
+
+
+ 259, 26
+
+
+ 259, 26
+
+
+ 259, 26
+
+
+ 259, 26
+
+
+ 259, 26
+
+
+ Doigts sur le Pavé Tactile
+
+
+ 259, 26
+
+
+ 2 Doigts sur le Pavé Tactile
+
+
+ 259, 26
+
+
+ 259, 26
+
+
+ 259, 26
+
+
+ 259, 26
+
+
+ Toujours allumer
+
+
+ 260, 524
\ No newline at end of file
diff --git a/DS4Windows/DS4Forms/Options.resx b/DS4Windows/DS4Forms/Options.resx
index 1aee764..397cd85 100644
--- a/DS4Windows/DS4Forms/Options.resx
+++ b/DS4Windows/DS4Forms/Options.resx
@@ -117,9534 +117,7608 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Flat
-
-
- NoControl
-
-
- 55, 11
-
-
- 4, 4, 4, 4
-
-
- 16, 16
-
-
-
- 49
-
-
- lowColorChooserButton
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlLowBattery
-
-
- 0
-
-
- 38, 269
-
-
- 4, 4, 4, 4
-
-
- 49, 22
-
-
- 167
-
-
- nUDRainbow
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBLightbar
-
-
- 10
-
-
- False
-
-
- NoControl
-
-
- 32, 91
-
-
- 4, 4, 4, 4
-
-
- 125, 25
-
-
- 12
-
-
- tBBlueBar
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlFull
-
-
- 6
-
-
- False
-
-
- NoControl
-
-
- 32, 62
-
-
- 4, 4, 4, 4
-
-
- 125, 25
-
-
- 11
-
-
- tBGreenBar
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlFull
-
-
- 5
-
-
- False
-
-
- NoControl
-
-
- 32, 30
-
-
- 4, 4, 4, 4
-
-
- 125, 25
-
-
- 10
-
-
- tBRedBar
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlFull
-
-
- 4
-
-
- True
-
-
- NoControl
-
-
- 8, 239
-
-
- 4, 4, 4, 4
-
-
- 147, 21
-
-
- 162
-
-
- Color by Battery %
-
-
- cBLightbyBattery
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBLightbar
-
-
- 12
-
-
- True
-
-
- NoControl
-
-
- 11, 95
-
-
- 4, 0, 4, 0
-
-
- 17, 17
-
-
- 160
-
-
- B
-
-
- lbBlue
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlFull
-
-
- 3
-
-
- True
-
-
- NoControl
-
-
- 12, 66
-
-
- 4, 0, 4, 0
-
-
- 19, 17
-
-
- 159
-
-
- G
-
-
- lbGreen
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlFull
-
-
- 2
-
-
- True
-
-
- NoControl
-
-
- 90, 273
-
-
- 4, 0, 4, 0
-
-
- 73, 17
-
-
- 157
-
-
- secs/cycle
-
-
- lbspc
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBLightbar
-
-
- 11
-
-
- True
-
-
- NoControl
-
-
- 12, 34
-
-
- 4, 0, 4, 0
-
-
- 18, 17
-
-
- 158
-
-
- R
-
-
- lbRed
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlFull
-
-
- 1
-
-
- True
-
-
- NoControl
-
-
- 136, 49
-
-
- 4, 4, 4, 4
-
-
- No
-
-
- 104, 21
-
-
- 226
-
-
- Double Tap
-
-
- cBDoubleTap
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlTPMouse
-
-
- 1
-
-
- True
-
-
- NoControl
-
-
- 14, 49
-
-
- 4, 4, 4, 4
-
-
- Yes
-
-
- 55, 21
-
-
- 230
-
-
- Tap
-
-
- cBTap
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlTPMouse
-
-
- 6
-
-
- 79, 49
-
-
- 4, 4, 4, 4
-
-
- 50, 22
-
-
- 227
-
-
- nUDTap
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlTPMouse
-
-
- 4
-
-
- True
-
-
- NoControl
-
-
- 135, 12
-
-
- 4, 4, 4, 4
-
-
- Yes
-
-
- 65, 21
-
-
- 231
-
-
- Scroll
-
-
- cBScroll
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlTPMouse
-
-
- 2
-
-
- True
-
-
- NoControl
-
-
- 9, 12
-
-
- 4, 4, 4, 4
-
-
- Yes
-
-
- 61, 21
-
-
- 232
-
-
- Slide
-
-
- cBSlide
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlTPMouse
-
-
- 7
-
-
- 209, 11
-
-
- 4, 4, 4, 4
-
-
- 50, 22
-
-
- 228
-
-
- nUDScroll
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlTPMouse
-
-
- 0
-
-
- 79, 11
-
-
- 4, 4, 4, 4
-
-
- 50, 22
-
-
- 229
-
-
- nUDTouch
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlTPMouse
-
-
- 8
-
-
- True
-
-
- NoControl
-
-
- 6, 21
-
-
- 4, 0, 4, 0
-
-
- 121, 17
-
-
- 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
-
-
- 18, 109
-
-
- 4, 4, 4, 4
-
-
- No
-
-
- 158, 21
-
-
- 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
-
-
- 18, 82
-
-
- 4, 4, 4, 4
-
-
- No
-
-
- 155, 21
-
-
- 224
-
-
- Jitter Compensation
-
-
- cBTouchpadJitterCompensation
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlTPMouse
-
-
- 3
-
-
- True
-
-
- NoControl
-
-
- 8, 5
-
-
- 4, 0, 4, 0
-
-
- 24, 17
-
-
- 196
-
-
- L2
-
-
- lbL2
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPDeadzone
-
-
- 0
-
-
- True
-
-
- NoControl
-
-
- 102, 6
-
-
- 4, 0, 4, 0
-
-
- 26, 17
-
-
- 197
-
-
- R2
-
-
- lbR2
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPDeadzone
-
-
- 7
-
-
- True
-
-
- NoControl
-
-
- 210, 59
-
-
- 4, 0, 4, 0
-
-
- 37, 17
-
-
- 200
-
-
- mins
-
-
- lbIdleMinutes
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBOther
-
-
- 13
-
-
- 142, 55
-
-
- 4, 4, 4, 4
-
-
- 61, 22
-
-
- 201
-
-
- nUDIdleDisconnect
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBOther
-
-
- 8
-
-
- 131, 3
-
-
- 4, 4, 4, 4
-
-
- 50, 22
-
-
- 202
-
-
- nUDR2
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPDeadzone
-
-
- 4
-
-
- flushHIDQueue
-
-
- True
-
-
- NoControl
-
-
- 7, 202
-
-
- 4, 4, 4, 4
-
-
- Yes
-
-
- 91, 21
-
-
- 198
-
-
- Flush HID
-
-
- cBFlushHIDQueue
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBOther
-
-
- 12
-
-
- 5, 23
-
-
- 4, 4, 4, 4
-
-
- 54, 22
-
-
- 211
-
-
- nUDRumbleBoost
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBRumble
-
-
- 3
-
-
- NoControl
-
-
- 96, 19
-
-
- 4, 4, 4, 4
-
-
- 89, 29
-
-
- 214
-
-
- Test Heavy
-
-
- btnRumbleHeavyTest
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBRumble
-
-
- 2
-
-
- True
-
-
- NoControl
-
-
- 9, 9
-
-
- 4, 0, 4, 0
-
-
- 34, 17
-
-
- 225
-
-
- Full:
-
-
- lbFull
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlFull
-
-
- 0
-
-
- True
-
-
- NoControl
-
-
- 8, 37
-
-
- 4, 0, 4, 0
-
-
- 18, 17
-
-
- 158
-
-
- R
-
-
- lbLowRed
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlLowBattery
-
-
- 1
-
-
- True
-
-
- NoControl
-
-
- 8, 66
-
-
- 4, 0, 4, 0
-
-
- 19, 17
-
-
- 159
-
-
- G
-
-
- lbLowGreen
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlLowBattery
-
-
- 2
-
-
- True
-
-
- NoControl
-
-
- 7, 95
-
-
- 4, 0, 4, 0
-
-
- 17, 17
-
-
- 160
-
-
- B
-
-
- lbLowBlue
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlLowBattery
-
-
- 3
-
-
- False
-
-
- NoControl
-
-
- 28, 32
-
-
- 4, 4, 4, 4
-
-
- 125, 25
-
-
- 10
-
-
- tBLowRedBar
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlLowBattery
-
-
- 4
-
-
- False
-
-
- NoControl
-
-
- 28, 61
-
-
- 4, 4, 4, 4
-
-
- 125, 25
-
-
- 11
-
-
- tBLowGreenBar
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlLowBattery
-
-
- 5
-
-
- False
-
-
- NoControl
-
-
- 28, 90
-
-
- 4, 4, 4, 4
-
-
- 125, 25
-
-
- 12
-
-
- tBLowBlueBar
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlLowBattery
-
-
- 6
-
-
- True
-
-
- NoControl
-
-
- 9, 11
-
-
- 4, 0, 4, 0
-
-
- 51, 17
-
-
- 225
-
-
- Empty:
-
-
- lbEmpty
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlLowBattery
-
-
- 7
-
-
- 1, 24
-
-
- 4, 4, 4, 4
-
-
- 168, 120
-
-
- 235
-
-
- pnlFull
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBLightbar
-
-
- 14
-
-
- 177, 23
-
-
- 4, 4, 4, 4
-
-
- 158, 121
-
-
- 234
-
-
- pnlLowBattery
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBLightbar
-
-
- 13
-
-
- True
-
-
- NoControl
-
-
- 102, 43
-
-
- 4, 0, 4, 0
-
-
- 27, 17
-
-
- 197
-
-
- RS
-
-
- lbRS
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPDeadzone
-
-
- 9
-
-
- True
-
-
- NoControl
-
-
- 8, 42
-
-
- 4, 0, 4, 0
-
-
- 25, 17
-
-
- 196
-
-
- LS
-
-
- lbLS
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPDeadzone
-
-
- 10
-
-
- 131, 39
-
-
- 4, 4, 4, 4
-
-
- No
-
-
- 50, 22
-
-
- 203
-
-
- nUDRS
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPDeadzone
-
-
- 6
-
-
- 136, 20
-
-
- 4, 4, 4, 4
-
-
- 61, 22
-
-
- 241
-
-
- numUDMouseSens
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBOther
-
-
- 11
-
-
- 38, 39
-
-
- 4, 4, 4, 4
-
-
- No
-
-
- 50, 22
-
-
- 203
-
-
- nUDLS
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPDeadzone
-
-
- 2
-
-
- 38, 2
-
-
- 4, 4, 4, 4
-
-
- No
-
-
- 50, 22
-
-
- 203
-
-
- nUDL2
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPDeadzone
-
-
- 1
-
-
- rBTPControls
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBTouchpad
-
-
- 0
-
-
- rBTPMouse
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBTouchpad
-
-
- 1
-
-
- fLPTouchSwipe
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBTouchpad
-
-
- 2
-
-
- pnlTPMouse
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBTouchpad
-
-
- 3
-
-
- 3, 324
-
-
- 4, 4, 4, 4
-
-
- 4, 4, 4, 4
-
-
- 337, 227
-
-
- 246
-
-
- Touchpad
-
-
- gBTouchpad
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPControls
-
-
- 1
-
-
- True
-
-
- NoControl
-
-
- 172, 22
-
-
- 131, 21
-
-
- 235
-
-
- Use for Controls
-
-
- rBTPControls
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBTouchpad
-
-
- 0
-
-
- True
-
-
- NoControl
-
-
- 8, 22
-
-
- 119, 21
-
-
- 234
-
-
- Use as Mouse
-
-
- rBTPMouse
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBTouchpad
-
-
- 1
-
-
- 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
-
-
- 5, 64
-
-
- 4, 4, 4, 4
-
-
- 325, 151
-
-
- 256
-
-
- fLPTouchSwipe
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBTouchpad
-
-
- 2
-
-
- 326, 13
-
-
- 137, 244
-
-
- cMSPresets
-
-
- System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Flat
-
-
- NoControl
-
-
- 4, 4
-
-
- 4, 4, 4, 4
-
-
- 100, 29
-
-
- 250
-
-
- Swipe Up
-
-
- bnSwipeUp
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPTouchSwipe
-
-
- 0
-
-
- False
-
-
- 136, 26
-
-
- Control
-
-
- 133, 6
-
-
- 136, 26
-
-
- Default
-
-
- 136, 26
-
-
- Dpad
-
-
- 151, 26
-
-
- Inverted
-
-
- 151, 26
-
-
- Inverted X
-
-
- 151, 26
-
-
- Inverted Y
-
-
- 136, 26
-
-
- Left Stick
-
-
- 151, 26
-
-
- Inverted
-
151, 26
-
- Inverted X
-
-
- 151, 26
-
-
- Inverted Y
-
-
- 136, 26
-
-
- Right Stick
-
-
- 151, 26
-
-
- Inverted
-
-
- 151, 26
-
-
- Inverted X
-
-
- 151, 26
-
-
- Inverted Y
-
-
- 136, 26
-
-
- Face Buttons
-
-
+
+
False
-
- 136, 26
+
+ pnlSAMouse
-
- WASD
-
-
- 175, 26
-
-
- w/ Scan Code
-
-
- 136, 26
-
-
- Arrow Keys
-
-
- 175, 26
-
-
- w/ Scan Code
-
-
- 136, 26
-
-
- Mouse
-
-
- 151, 26
-
-
- Inverted
-
-
- 151, 26
-
-
- Inverted X
-
-
- 151, 26
-
-
- Inverted Y
-
-
- NoControl
-
-
- 111, 0
-
-
- 210, 29
-
-
- 285
-
-
- Options
-
-
- MiddleLeft
-
-
- lbSwipeUp
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPTouchSwipe
-
-
- 1
-
-
- Flat
-
-
- NoControl
-
-
- 4, 41
-
-
- 4, 4, 4, 4
-
-
- 100, 29
-
-
- 250
-
-
- Swipe Down
-
-
- bnSwipeDown
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPTouchSwipe
-
-
- 2
-
-
- NoControl
-
-
- 111, 37
-
-
- 210, 29
-
-
- 286
-
-
- Options
-
-
- MiddleLeft
-
-
- lbSwipeDown
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPTouchSwipe
-
-
- 3
-
-
- Flat
-
-
- NoControl
-
-
- 4, 78
-
-
- 4, 4, 4, 4
-
-
- 100, 29
-
-
- 250
-
-
- Swipe Left
-
-
- bnSwipeLeft
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPTouchSwipe
-
-
- 4
-
-
- NoControl
-
-
- 111, 74
-
-
- 210, 29
-
-
- 287
-
-
- Options
-
-
- MiddleLeft
-
-
- lbSwipeLeft
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPTouchSwipe
-
-
- 5
-
-
- Flat
-
-
- NoControl
-
-
- 4, 115
-
-
- 4, 4, 4, 4
-
-
- 100, 29
-
-
- 250
-
-
- Swipe Right
-
-
- bnSwipeRight
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPTouchSwipe
-
-
- 6
-
-
- NoControl
-
-
- 111, 111
-
-
- 210, 29
-
-
- 288
-
-
- Options
-
-
- MiddleLeft
-
-
- lbSwipeRight
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPTouchSwipe
-
-
- 7
-
-
- cbStartTouchpadOff
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlTPMouse
-
-
- 9
-
-
- -4, 62
-
-
- 334, 160
-
-
- 257
-
-
- pnlTPMouse
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBTouchpad
-
-
- 3
-
-
- True
-
-
- NoControl
-
-
- 17, 136
-
-
- 4, 4, 4, 4
-
-
- 182, 21
-
-
- 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
-
-
- 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
-
-
- 352, 278
-
-
- 4, 4, 4, 4
-
-
- 4, 4, 4, 4
-
-
- 340, 237
-
-
- 247
-
-
- Other
-
-
- gBOther
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPSettings
-
-
- 5
-
-
- True
-
-
- NoControl
-
-
- 7, 172
-
-
- 4, 4, 4, 4
-
-
+
+
Yes
-
- 130, 21
-
-
- 256
-
-
- Use Dinput only
-
-
- cBDinput
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBOther
-
-
- 0
-
-
- NoControl
-
-
- 253, 133
-
-
- 4, 4, 4, 4
-
-
- 29, 29
-
-
- Zoom
-
-
- 255
-
-
- pBProgram
-
-
- System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBOther
-
-
- 1
-
-
- True
-
-
- NoControl
-
-
- 7, 131
-
-
- 4, 4, 4, 4
-
-
- Yes
-
-
- 139, 38
-
-
- 254
-
-
- Launch Program
-with profile
-
-
- cBLaunchProgram
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBOther
-
-
- 2
-
-
- Zoom
-
-
- MiddleRight
-
-
- NoControl
-
-
- 163, 135
-
-
- 4, 4, 4, 4
-
-
- 84, 29
-
-
- 253
-
-
- Browse...
-
-
- btnBrowse
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBOther
-
-
- 3
-
-
- True
-
-
- NoControl
-
-
- 9, 94
-
-
- 4, 0, 4, 0
-
-
- 98, 17
-
-
- 252
-
-
- Use Controller
-
-
- lbUseController
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBOther
-
-
- 4
-
-
- True
-
NoControl
-
- 205, 11
-
-
- 4, 4, 4, 4
-
-
- 108, 38
-
-
- 251
-
-
- Mouse
-Acceleration
-
-
- cBMouseAccel
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBOther
-
-
- 5
-
-
- 109, 92
-
-
- 4, 4, 4, 4
-
-
- 36, 22
-
-
- 250
-
-
- nUDSixaxis
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBOther
-
-
- 6
-
-
- True
-
-
- NoControl
-
-
- 150, 93
-
-
- 4, 4, 4, 4
-
-
- Yes
-
-
- 186, 21
-
-
- 242
-
-
- for Mapping and readout
-
-
- cBControllerInput
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBOther
-
-
- 7
-
-
- True
-
-
- NoControl
-
-
- 9, 56
-
-
- 4, 4, 4, 4
-
-
- Yes
-
-
- 126, 21
-
-
- 232
-
-
- Idle Disconnect
-
-
- cBIdleDisconnect
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBOther
-
-
- 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
-
-
- 4, 4
-
-
- 4, 4, 4, 4
-
-
- 4, 4, 4, 4
-
-
- 340, 305
-
-
- 247
-
-
- Lightbar
-
-
- gBLightbar
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPSettings
-
-
- 0
-
-
- NoControl
-
-
- 8, 267
-
-
- 25, 25
-
-
- 243
-
-
- btnRainbow
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBLightbar
-
-
- 0
-
-
- True
-
-
- NoControl
-
-
- 254, 268
-
-
- 4, 0, 4, 0
-
-
- 20, 17
-
-
- 241
-
-
- %
-
-
- False
-
-
- lbRainbowB
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBLightbar
-
-
- 1
-
-
- 189, 268
-
-
- 4, 4, 4, 4
-
-
- 54, 22
-
-
- 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
-
-
- 5, 166
-
-
- 4, 4, 4, 4
-
-
- 84, 24
-
-
- 240
-
-
- cBFlashType
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBLightbar
-
-
- 3
-
-
- Normal
-
-
- Pulse
-
-
- Rainbow
-
-
- Color
-
-
- 114, 207
-
-
- 4, 4, 4, 4
-
-
- 150, 24
-
-
- 239
-
-
- cBWhileCharging
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBLightbar
-
-
- 4
-
-
- Zoom
-
-
- Flat
-
-
- NoControl
-
-
- 183, 171
-
-
- 4, 4, 4, 4
-
-
- 16, 16
-
-
- 49
-
-
- btnFlashColor
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBLightbar
-
-
- 5
-
-
- Flat
-
-
- NoControl
-
-
- 272, 210
-
-
- 4, 4, 4, 4
-
-
- 16, 16
-
-
- 49
-
-
- False
-
-
- btnChargingColor
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBLightbar
-
-
- 6
-
-
- True
-
-
- NoControl
-
-
- 6, 209
-
-
- 4, 0, 4, 0
-
-
- 108, 17
-
-
- 236
-
-
- While Charging:
-
-
- lbWhileCharging
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBLightbar
-
-
- 7
-
-
- True
-
-
- NoControl
-
-
- 156, 171
-
-
- 4, 0, 4, 0
-
-
- 20, 17
-
-
- 207
-
-
- %
-
-
- lbPercentFlashBar
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBLightbar
-
-
- 8
-
-
- 97, 168
-
-
- 4, 4, 4, 4
-
-
- 54, 22
-
-
- 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
-
-
- 352, 4
-
-
- 4, 4, 4, 4
-
-
- 4, 4, 4, 4
-
-
- 340, 57
-
-
- 247
-
-
- Rumble
-
-
- gBRumble
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPSettings
-
-
- 2
-
-
- True
-
-
- NoControl
-
-
- 67, 25
-
-
- 4, 0, 4, 0
-
-
- 20, 17
-
-
- 207
-
-
- %
-
-
- lbPercentRumble
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBRumble
-
-
- 0
-
-
- NoControl
-
-
- 196, 19
-
-
- 4, 4, 4, 4
-
-
- 90, 29
-
-
- 214
-
-
- Test Light
-
-
- btnRumbleLightTest
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBRumble
-
-
- 1
-
-
- True
-
-
- NoControl
-
-
- 196, 5
-
-
- 4, 0, 4, 0
-
-
- 63, 17
-
-
- 197
-
-
- Sixaxis X
-
-
- lbSixaxisX
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPDeadzone
-
-
- 3
-
-
- True
-
-
- NoControl
-
-
- 196, 41
-
-
- 4, 0, 4, 0
-
-
- 63, 17
-
-
- 197
-
-
- Sixaxis Z
-
-
- lbSixaxisZ
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPDeadzone
-
-
- 5
-
-
- 265, 39
-
-
- 4, 4, 4, 4
-
-
- No
-
-
- 50, 22
-
-
- 203
-
-
- nUDSZ
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPDeadzone
-
-
- 11
-
-
- 265, 3
-
-
- 4, 4, 4, 4
-
-
- 50, 22
-
-
- 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, 25
-
-
- 4, 4, 4, 4
-
-
- 4, 4, 4, 4
-
-
- 549, 564
-
-
- 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
-
-
- 375, 110
-
-
- 156, 156
-
-
- 252
-
-
- pnlSATrack
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- lbL2TrackS
-
-
- 0
-
-
- False
-
-
- Popup
-
-
- NoControl
-
-
- 55, 33
-
-
- 4, 4, 4, 4
-
-
- 4, 4
-
-
- 237
-
-
- button1
-
-
- btnSATrack
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSATrack
-
-
- 0
-
-
- False
-
-
- Flat
-
-
- NoControl
-
-
- 32, 96
-
-
- 4, 4, 4, 4
-
-
- 4, 4
-
-
- 249
-
-
- btnSATrackS
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSATrack
-
-
- 1
-
-
- True
-
-
- NoControl
-
-
- 117, 423
-
-
- 4, 0, 4, 0
-
-
- 24, 17
-
-
- 216
-
-
- L2
-
-
- MiddleCenter
-
-
- lbL2Track
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- lbL2TrackS
-
-
- 1
-
-
- NoControl
-
-
- 189, 70
-
-
- 4, 0, 4, 0
-
-
- 156, 39
-
-
- 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
-
-
- 9, 4
-
-
- 4, 0, 4, 0
-
-
- 128, 17
-
-
- 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
-
-
- 203, 423
-
-
- 4, 0, 4, 0
-
-
- 26, 17
-
-
- 216
-
-
- R2
-
-
- MiddleCenter
-
-
- lbR2Track
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- lbL2TrackS
-
-
- 4
-
-
- NoControl
-
-
- 9, 70
-
-
- 4, 0, 4, 0
-
-
- 156, 39
-
-
- 216
-
-
- Left Stick
-
-
- MiddleCenter
-
-
- lbLSTip
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- lbL2TrackS
-
-
- 5
-
-
- NoControl
-
-
- 375, 70
-
-
- 4, 0, 4, 0
-
-
- 156, 39
-
-
- 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
-
-
- 178, 291
-
-
- 4, 4, 4, 4
-
-
- Vertical
-
-
- Yes
-
-
- 31, 156
-
-
- 244
-
-
- tBR2
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- lbL2TrackS
-
-
- 7
-
-
- False
-
-
- False
-
-
- NoControl
-
-
- 136, 291
-
-
- 4, 4, 4, 4
-
-
- Vertical
-
-
- Yes
-
-
- True
-
-
- 31, 156
-
-
- 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
-
-
- 375, 291
-
-
- 4, 4, 4, 4
-
-
- 156, 156
-
-
- 236
-
-
- pnlSixaxis
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- lbL2TrackS
-
-
- 9
-
-
- False
-
-
- NoControl
-
-
- 89, 31
-
-
- 4, 4, 4, 4
-
-
- 61, 24
-
-
- 219
-
-
- tBsixaxisAccelX
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSixaxis
-
-
- 0
-
-
- True
-
-
- NoControl
-
-
- 101, 5
-
-
- 4, 0, 4, 0
-
-
- 42, 17
-
-
- 215
-
-
- Accel
-
-
- lb6Accel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSixaxis
-
-
- 1
-
-
- False
-
-
- NoControl
-
-
- 4, 30
-
-
- 4, 4, 4, 4
-
-
- 61, 24
-
-
- 222
-
-
- tBsixaxisGyroX
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSixaxis
-
-
- 2
-
-
- True
-
-
- NoControl
-
-
- 16, 6
-
-
- 4, 0, 4, 0
-
-
- 39, 17
-
-
- 216
-
-
- Gyro
-
-
- lb6Gryo
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSixaxis
-
-
- 3
-
-
- False
-
-
- NoControl
-
-
- 3, 65
-
-
- 4, 4, 4, 4
-
-
- 61, 24
-
-
- 221
-
-
- tBsixaxisGyroY
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSixaxis
-
-
- 4
-
-
- False
-
-
- NoControl
-
-
- 4, 99
-
-
- 4, 4, 4, 4
-
-
- 61, 24
-
-
- 220
-
-
- tBsixaxisGyroZ
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSixaxis
-
-
- 5
-
-
- False
-
-
- NoControl
-
-
- 89, 65
-
-
- 4, 4, 4, 4
-
-
- 61, 24
-
-
- 218
-
-
- tBsixaxisAccelY
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSixaxis
-
-
- 6
-
-
- False
-
-
- NoControl
-
-
- 89, 99
-
-
- 4, 4, 4, 4
-
-
- 61, 24
-
-
- 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
-
-
- 6, 110
-
-
- 156, 156
-
-
- 250
-
-
- pnlLSTrack
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- lbL2TrackS
-
-
- 10
-
-
- False
-
-
- Popup
-
-
- NoControl
-
-
- 36, 76
-
-
- 4, 4, 4, 4
-
-
- 4, 4
-
-
- 237
-
-
- button1
-
-
- btnLSTrack
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlLSTrack
-
-
- 0
-
-
- False
-
-
- Flat
-
-
- NoControl
-
-
- 84, 62
-
-
- 4, 4, 4, 4
-
-
- 4, 4
-
-
- 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
-
-
- 189, 110
-
-
- 156, 156
-
-
- 251
-
-
- pnlRSTrack
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- lbL2TrackS
-
-
- 11
-
-
- False
-
-
- Flat
-
-
- NoControl
-
-
- 4, 42
-
-
- 4, 4, 4, 4
-
-
- 4, 4
-
-
- 248
-
-
- btnRSTrackS
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlRSTrack
-
-
- 0
-
-
- False
-
-
- Popup
-
-
- NoControl
-
-
- 83, 93
-
-
- 4, 4, 4, 4
-
-
- 4, 4
-
-
- 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
-
-
- 8, 64
-
-
- 4, 4, 4, 4
-
-
- 339, 152
-
-
- 254
-
-
- fLPTiltControls
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBGyro
-
-
- 3
-
-
- NoControl
-
-
- 4, 4
-
-
- 4, 4, 4, 4
-
-
- 100, 29
-
-
- 250
-
-
- bnGyroZN
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPTiltControls
-
-
- 0
-
-
- NoControl
-
-
- 111, 0
-
-
- 208, 29
-
-
- 286
-
-
- MiddleLeft
-
-
- lbGyroZN
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPTiltControls
-
-
- 1
-
-
- NoControl
-
-
- 4, 41
-
-
- 4, 4, 4, 4
-
-
- 100, 29
-
-
- 250
-
-
- bnGyroZP
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPTiltControls
-
-
- 2
-
-
- NoControl
-
-
- 111, 37
-
-
- 208, 29
-
-
- 287
-
-
- MiddleLeft
-
-
- lbGyroZP
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPTiltControls
-
-
- 3
-
-
- NoControl
-
-
- 4, 78
-
-
- 4, 4, 4, 4
-
-
- 100, 29
-
-
- 250
-
-
- bnGyroXP
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPTiltControls
-
-
- 4
-
-
- NoControl
-
-
- 111, 74
-
-
- 208, 29
-
-
- 288
-
-
- MiddleLeft
-
-
- lbGyroXP
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPTiltControls
-
-
- 5
-
-
- NoControl
-
-
- 4, 115
-
-
- 4, 4, 4, 4
-
-
- 100, 29
-
-
- 250
-
-
- bnGyroXN
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPTiltControls
-
-
- 6
-
-
- NoControl
-
-
- 111, 111
-
-
- 208, 29
-
-
- 289
-
-
- MiddleLeft
-
-
- lbGyroXN
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPTiltControls
-
-
- 7
-
-
- True
-
-
- Top, Bottom, Left
-
-
- 16
-
-
- 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 :
-
-
- 348, 318
-
-
- 4, 4, 4, 4
-
-
- 195, 244
-
-
- 180
-
-
- lBControls
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPControls
-
-
- 0
-
-
- NoControl
-
-
- 8, 292
-
-
- 4, 0, 4, 0
-
-
- 227, 28
-
-
- 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
-
-
- 27
-
-
- 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
-
-
- lbLShare
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 33
-
-
- bnOptions
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 34
-
-
- bnShare
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 35
-
-
- lbLOptions
-
-
- 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
-
-
- lbLSquare
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 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
-
-
- 3, 2
-
-
- 528, 287
-
-
- 282
-
-
- pnlController
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPControls
-
-
- 3
-
-
- 4, 25
-
-
- 4, 4, 4, 4
-
-
- 4, 4, 4, 4
-
-
- 549, 564
-
-
- 0
-
-
- Controls
-
-
- tPControls
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tCControls
-
-
- 0
-
-
- pnlActions
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPSpecial
-
-
- 0
-
-
- 4, 25
-
-
- 4, 4, 4, 4
-
-
- 549, 564
-
-
- 3
-
-
- Special Actions
-
-
- tPSpecial
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tCControls
-
-
- 1
-
-
- Left
-
-
- 0, 0
-
-
- 4, 4, 4, 4
-
-
- 557, 593
-
-
- 253
-
-
- tCControls
-
-
- System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- $this
-
-
- 3
-
-
- False
-
-
- NoControl
-
-
- 492, -3
-
-
- 36, 34
-
-
- StretchImage
-
-
- 284
-
-
- pBHoveredButton
-
-
- System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 0
-
-
- NoControl
-
-
- 311, 179
-
-
- 2, 2
-
-
- 304
-
-
- False
-
-
- lbLRS
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 1
-
-
- NoControl
-
-
- 147, 179
-
-
- 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
-
-
- 331, 234
-
-
- 4, 4, 4, 4
-
-
- 33, 10
-
-
- 172
-
-
- Right Y-Axis+
-
-
- bnRSDown
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 3
-
-
- NoControl
-
-
- 180, 2
-
-
- 2, 2
-
-
- 302
-
-
- False
-
-
- lbLTouchUpper
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 4
-
-
- NoControl
-
-
- 180, 56
-
-
- 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
-
-
- 167, 205
-
-
- 4, 4, 4, 4
-
-
- 35, 27
-
-
- 163
-
-
- Left Stick
-
-
- bnL3
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 6
-
-
- NoControl
-
-
- 162, 56
-
-
- 2, 2
+
+ gBSensitivity
300
-
- False
-
-
- lbLTouchLM
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
pnlController
-
- 7
+
+ 236
-
- None
+
+ Other
-
- Flat
+
+ fLPSettings
-
- NoControl
-
-
- 328, 190
-
-
- 4, 4, 4, 4
-
-
- 36, 17
-
-
- 171
-
-
- Right Y-Axis-
-
-
- bnRSUp
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 8
-
-
- NoControl
-
-
- 391, 2
-
-
- 2, 2
-
-
- 299
-
-
+
False
-
- lbLR2
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
+ 210, 29
+
+
+ bnL2
+
+
+ 288
+
+
+ 31, 156
+
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- pnlController
+
+ 40
-
- 9
+
+ btnRumbleHeavyTest
-
- None
+
+ nUDRumbleBoost
-
- Flat
-
-
- NoControl
-
-
- 364, 204
-
-
- 4, 4, 4, 4
-
-
- 12, 24
-
-
- 170
-
-
- Right X-Axis+
-
-
- bnRSRight
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 10
-
-
- NoControl
-
-
- 82, 2
-
-
- 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
-
-
- 330, 207
-
-
- 4, 4, 4, 4
-
-
- 34, 27
-
-
- 168
-
-
- Right Stick
-
-
- bnR3
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 12
-
-
- NoControl
-
-
- 390, 29
-
-
- 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
-
-
- 316, 204
-
-
- 4, 4, 4, 4
-
-
- 12, 24
-
-
- 169
-
-
- Right X-Axis-
-
-
- bnRSLeft
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 14
-
-
- NoControl
-
-
- 74, 28
-
-
- 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
-
-
- 157, 204
-
-
- 4, 4, 4, 4
-
-
- 10, 28
-
-
- 164
-
-
- Left X-Axis-
-
-
- bnLSLeft
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 16
-
-
- NoControl
-
-
- 250, 192
-
-
- 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
-
-
- 167, 191
-
-
- 4, 4, 4, 4
-
-
- 35, 14
-
-
- 167
-
-
- Left Y-Axis-
-
-
- bnLSUp
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 18
-
-
- NoControl
-
-
- 52, 134
-
-
- 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
-
-
- 203, 204
-
-
- 4, 4, 4, 4
-
-
- 14, 26
-
-
- 165
-
-
- Left X-Axis+
-
-
- bnLSRight
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 20
-
-
- NoControl
-
-
- 112, 133
-
-
- 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
-
-
- 167, 231
-
-
- 4, 4, 4, 4
-
-
- 35, 13
-
-
- 166
-
-
- Left Y-Axis+
-
-
- bnLSDown
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 22
-
-
- NoControl
-
-
- 91, 151
-
-
- 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
-
-
- 392, -1
-
-
- 4, 4, 4, 4
-
-
- 56, 26
-
-
- 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
-
-
- 93, 96
-
-
- 4, 4, 4, 4
-
-
- 26, 40
-
-
- 80
-
-
- Up Button
-
-
- bnUp
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 25
-
-
- None
-
-
- Flat
+
+ lbLRS
NoControl
-
- 92, 151
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 4, 4, 4, 4
-
-
- 25, 34
-
-
- 81
-
-
- Down Button
-
-
- bnDown
-
-
+
System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- pnlController
+
+ fingerOnTouchpadToolStripMenuItem
-
- 26
+
+ gBLightbar
-
- None
-
-
- Flat
-
-
- NoControl
-
-
- 404, 94
-
-
- 4, 4, 4, 4
-
-
- 38, 37
-
-
- 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
-
-
- 388, 28
-
-
- 4, 4, 4, 4
-
-
- 70, 28
-
-
- 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
-
-
- 369, 129
-
-
+
4, 4, 4, 4
33, 33
-
- 72
+
+ pnlLowBattery
-
- X Button
-
-
- bnSquare
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 29
-
-
- None
-
-
- Flat
-
-
- NoControl
-
-
- 120, 131
-
-
- 4, 4, 4, 4
-
-
- 41, 29
-
-
- 82
-
-
- Right Button
-
-
- bnRight
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 30
-
-
- NoControl
-
-
- 90, 97
-
-
- 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
-
-
- 52, 133
-
-
- 4, 4, 4, 4
-
-
- 42, 27
-
-
- 83
-
-
- Left Button
-
-
- bnLeft
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 32
-
-
- NoControl
-
-
- 153, 82
-
-
- 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
-
-
- 352, 72
-
-
- 4, 4, 4, 4
-
-
- 35, 40
-
-
- 84
-
-
- Start
-
-
- bnOptions
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 34
-
-
- None
-
-
- Flat
-
-
- NoControl
-
-
- 150, 71
-
-
- 4, 4, 4, 4
-
-
- 27, 40
-
-
- 85
-
-
- Back
-
-
- bnShare
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 35
-
-
- NoControl
-
-
- 358, 82
-
-
- 15, 15
-
-
- 289
-
-
- False
-
-
- lbLOptions
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 36
-
-
- None
-
-
- Flat
-
-
- NoControl
-
-
- 73, 28
-
-
- 4, 4, 4, 4
-
-
- 69, 27
-
-
- 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
-
-
- 293, 78
-
-
- 4, 4, 4, 4
-
-
- 58, 81
-
-
- 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
-
-
- 88, 2
-
-
- 4, 4, 4, 4
-
-
- 50, 21
-
-
- 90
-
-
- Left Trigger
-
-
- bnL2
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 39
-
-
- NoControl
-
-
- 405, 96
-
-
- 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
-
-
- 179, 79
-
-
- 4, 4, 4, 4
-
-
- 53, 79
-
-
- 191
-
-
- Left Mouse Button
-
-
- bnTouchLeft
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 41
-
-
- NoControl
-
-
- 367, 129
-
-
- 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
-
-
- 233, 76
-
-
- 4, 4, 4, 4
-
-
- 59, 84
-
-
- 192
-
-
- Right Mouse Button
-
-
- bnTouchMulti
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 43
-
-
- NoControl
-
-
- 443, 129
-
-
- 2, 2
-
-
- 286
-
-
- False
-
-
- lbLCircle
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 44
-
-
- NoControl
-
-
- 405, 162
-
-
- 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
-
-
- 179, 53
-
-
- 4, 4, 4, 4
-
-
- 172, 24
-
-
- 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
-
-
- 179, 37
-
-
- 4, 4, 4, 4
-
-
- 172, 16
-
-
- 91
-
-
- btnLightbar
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 47
-
-
- None
-
-
- Flat
-
-
- NoControl
-
-
- 254, 192
-
-
- 4, 4, 4, 4
-
-
- 21, 21
-
-
- 86
-
-
- Guide
-
-
- bnPS
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 48
-
-
- None
-
-
- Flat
-
-
- NoControl
-
-
- 405, 160
-
-
- 4, 4, 4, 4
-
-
- 37, 36
-
-
- 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
-
-
- 443, 126
-
-
- 4, 4, 4, 4
-
-
- 36, 38
-
-
- 71
-
-
- B Button
-
-
- bnCircle
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 50
-
-
- NoControl
-
-
- 112, 244
-
-
- 4, 0, 4, 0
-
-
- 313, 37
-
-
- 283
-
-
- Cross: A
-
-
- TopCenter
-
-
- lbControlName
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 51
-
-
- 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
-
-
- 4, 4, 4, 4
-
-
- 549, 564
-
-
- 15
-
-
- pnlActions
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPSpecial
-
-
- 0
-
-
- Fill
-
-
- 0, 82
-
-
- 4, 4, 4, 4
-
-
- 549, 482
-
-
- 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
-
-
- 549, 82
-
-
- 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, 35
-
-
- 4, 4, 4, 4
-
-
- 549, 47
-
-
- 15
-
-
- fLPActionButtons
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel2
-
-
- 0
-
-
- NoControl
-
-
- 4, 4
-
-
- 4, 4, 4, 4
-
-
- 170, 29
-
-
- 14
-
-
- New Action
-
-
- btnNewAction
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPActionButtons
-
-
- 0
-
-
- NoControl
-
-
- 182, 4
-
-
- 4, 4, 4, 4
-
-
- 170, 29
-
-
- 14
-
-
- Edit Action
-
-
- btnEditAction
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPActionButtons
-
-
- 1
-
-
- NoControl
-
-
- 360, 4
-
-
- 4, 4, 4, 4
-
-
- 170, 29
-
-
- 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
-
-
- 4, 0, 4, 0
-
-
- 549, 35
-
-
- 15
-
-
- Hold selected controls to perform an action, check the Action to use it while profile is loaded. Max 50 actions
-
-
- 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
-
-
- 352, 69
-
-
- 4, 4, 4, 4
-
-
- 340, 98
-
-
- 234
-
-
- tCSens
-
-
- System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPSettings
-
-
+
3
-
- 4, 25
-
-
+