diff --git a/DS4Windows/DS4Forms/DS4Form.Designer.cs b/DS4Windows/DS4Forms/DS4Form.Designer.cs
index ff811b8..c1e47b8 100644
--- a/DS4Windows/DS4Forms/DS4Form.Designer.cs
+++ b/DS4Windows/DS4Forms/DS4Form.Designer.cs
@@ -195,12 +195,13 @@
//
// 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);
@@ -215,13 +216,14 @@
//
// pnlButton
//
+ resources.ApplyResources(this.pnlButton, "pnlButton");
this.pnlButton.BackColor = System.Drawing.SystemColors.Control;
this.pnlButton.Controls.Add(this.llbHelp);
this.pnlButton.Controls.Add(this.lbTest);
this.pnlButton.Controls.Add(this.btnStartStop);
this.pnlButton.Controls.Add(this.lbLastMessage);
- 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);
//
// llbHelp
@@ -229,17 +231,20 @@
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);
//
// 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);
//
@@ -248,6 +253,7 @@
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);
//
// notifyIcon1
@@ -261,6 +267,7 @@
//
// 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,
@@ -272,46 +279,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
//
- this.editProfileForController1ToolStripMenuItem.Name = "editProfileForController1ToolStripMenuItem";
resources.ApplyResources(this.editProfileForController1ToolStripMenuItem, "editProfileForController1ToolStripMenuItem");
+ this.editProfileForController1ToolStripMenuItem.Name = "editProfileForController1ToolStripMenuItem";
this.editProfileForController1ToolStripMenuItem.Tag = "0";
this.editProfileForController1ToolStripMenuItem.Click += new System.EventHandler(this.editMenu_Click);
//
// editProfileForController2ToolStripMenuItem
//
- this.editProfileForController2ToolStripMenuItem.Name = "editProfileForController2ToolStripMenuItem";
resources.ApplyResources(this.editProfileForController2ToolStripMenuItem, "editProfileForController2ToolStripMenuItem");
+ this.editProfileForController2ToolStripMenuItem.Name = "editProfileForController2ToolStripMenuItem";
this.editProfileForController2ToolStripMenuItem.Tag = "1";
this.editProfileForController2ToolStripMenuItem.Click += new System.EventHandler(this.editMenu_Click);
//
// editProfileForController3ToolStripMenuItem
//
- this.editProfileForController3ToolStripMenuItem.Name = "editProfileForController3ToolStripMenuItem";
resources.ApplyResources(this.editProfileForController3ToolStripMenuItem, "editProfileForController3ToolStripMenuItem");
+ this.editProfileForController3ToolStripMenuItem.Name = "editProfileForController3ToolStripMenuItem";
this.editProfileForController3ToolStripMenuItem.Tag = "2";
this.editProfileForController3ToolStripMenuItem.Click += new System.EventHandler(this.editMenu_Click);
//
// editProfileForController4ToolStripMenuItem
//
- this.editProfileForController4ToolStripMenuItem.Name = "editProfileForController4ToolStripMenuItem";
resources.ApplyResources(this.editProfileForController4ToolStripMenuItem, "editProfileForController4ToolStripMenuItem");
+ this.editProfileForController4ToolStripMenuItem.Name = "editProfileForController4ToolStripMenuItem";
this.editProfileForController4ToolStripMenuItem.Tag = "4";
this.editProfileForController4ToolStripMenuItem.Click += new System.EventHandler(this.editMenu_Click);
//
// toolStripSeparator1
//
- this.toolStripSeparator1.Name = "toolStripSeparator1";
resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
+ this.toolStripSeparator1.Name = "toolStripSeparator1";
//
// startToolStripMenuItem
//
- this.startToolStripMenuItem.Name = "startToolStripMenuItem";
resources.ApplyResources(this.startToolStripMenuItem, "startToolStripMenuItem");
+ this.startToolStripMenuItem.Name = "startToolStripMenuItem";
this.startToolStripMenuItem.Click += new System.EventHandler(this.startToolStripMenuItem_Click);
//
// openToolStripMenuItem
@@ -322,14 +329,14 @@
//
// exitToolStripMenuItem
//
- this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
resources.ApplyResources(this.exitToolStripMenuItem, "exitToolStripMenuItem");
+ this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
//
// toolStripSeparator2
//
- this.toolStripSeparator2.Name = "toolStripSeparator2";
resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2");
+ this.toolStripSeparator2.Name = "toolStripSeparator2";
//
// openProfiles
//
@@ -338,22 +345,24 @@
//
// 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.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;
//
// tLPControllers
@@ -393,13 +402,15 @@
this.tLPControllers.Controls.Add(this.linkCB3, 3, 3);
this.tLPControllers.Controls.Add(this.linkCB4, 3, 4);
this.tLPControllers.Name = "tLPControllers";
+ this.toolTip1.SetToolTip(this.tLPControllers, resources.GetString("tLPControllers.ToolTip"));
//
// bnLight3
//
- this.bnLight3.BackColor = System.Drawing.Color.White;
resources.ApplyResources(this.bnLight3, "bnLight3");
+ this.bnLight3.BackColor = System.Drawing.Color.White;
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);
//
@@ -411,6 +422,7 @@
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
@@ -418,6 +430,7 @@
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);
//
@@ -426,6 +439,7 @@
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);
//
@@ -434,6 +448,7 @@
resources.ApplyResources(this.bnEditC3, "bnEditC3");
this.bnEditC3.Name = "bnEditC3";
this.bnEditC3.Tag = "";
+ this.toolTip1.SetToolTip(this.bnEditC3, resources.GetString("bnEditC3.ToolTip"));
this.bnEditC3.UseVisualStyleBackColor = true;
this.bnEditC3.Click += new System.EventHandler(this.editButtons_Click);
//
@@ -442,6 +457,7 @@
resources.ApplyResources(this.bnEditC4, "bnEditC4");
this.bnEditC4.Name = "bnEditC4";
this.bnEditC4.Tag = "";
+ this.toolTip1.SetToolTip(this.bnEditC4, resources.GetString("bnEditC4.ToolTip"));
this.bnEditC4.UseVisualStyleBackColor = true;
this.bnEditC4.Click += new System.EventHandler(this.editButtons_Click);
//
@@ -450,6 +466,7 @@
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);
//
@@ -458,6 +475,7 @@
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);
//
@@ -468,6 +486,7 @@
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
@@ -475,6 +494,7 @@
resources.ApplyResources(this.bnEditC2, "bnEditC2");
this.bnEditC2.Name = "bnEditC2";
this.bnEditC2.Tag = "";
+ this.toolTip1.SetToolTip(this.bnEditC2, resources.GetString("bnEditC2.ToolTip"));
this.bnEditC2.UseVisualStyleBackColor = true;
this.bnEditC2.Click += new System.EventHandler(this.editButtons_Click);
//
@@ -485,6 +505,7 @@
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
@@ -494,6 +515,7 @@
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
@@ -501,6 +523,7 @@
resources.ApplyResources(this.bnEditC1, "bnEditC1");
this.bnEditC1.Name = "bnEditC1";
this.bnEditC1.Tag = "";
+ this.toolTip1.SetToolTip(this.bnEditC1, resources.GetString("bnEditC1.ToolTip"));
this.bnEditC1.UseVisualStyleBackColor = true;
this.bnEditC1.Click += new System.EventHandler(this.editButtons_Click);
//
@@ -511,47 +534,56 @@
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
//
@@ -561,6 +593,7 @@
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
@@ -571,6 +604,7 @@
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
@@ -581,32 +615,36 @@
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
//
- this.bnLight1.BackColor = System.Drawing.Color.White;
resources.ApplyResources(this.bnLight1, "bnLight1");
+ this.bnLight1.BackColor = System.Drawing.Color.White;
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
//
- this.bnLight2.BackColor = System.Drawing.Color.White;
resources.ApplyResources(this.bnLight2, "bnLight2");
+ this.bnLight2.BackColor = System.Drawing.Color.White;
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
//
- this.bnLight4.BackColor = System.Drawing.Color.White;
resources.ApplyResources(this.bnLight4, "bnLight4");
+ this.bnLight4.BackColor = System.Drawing.Color.White;
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);
//
@@ -614,12 +652,14 @@
//
resources.ApplyResources(this.lbLinkProfile, "lbLinkProfile");
this.lbLinkProfile.Name = "lbLinkProfile";
+ this.toolTip1.SetToolTip(this.lbLinkProfile, resources.GetString("lbLinkProfile.ToolTip"));
//
// linkCB1
//
resources.ApplyResources(this.linkCB1, "linkCB1");
this.linkCB1.Name = "linkCB1";
this.linkCB1.Tag = "0";
+ this.toolTip1.SetToolTip(this.linkCB1, resources.GetString("linkCB1.ToolTip"));
this.linkCB1.UseVisualStyleBackColor = true;
this.linkCB1.CheckedChanged += new System.EventHandler(this.linkCB_CheckedChanged);
//
@@ -628,6 +668,7 @@
resources.ApplyResources(this.linkCB2, "linkCB2");
this.linkCB2.Name = "linkCB2";
this.linkCB2.Tag = "1";
+ this.toolTip1.SetToolTip(this.linkCB2, resources.GetString("linkCB2.ToolTip"));
this.linkCB2.UseVisualStyleBackColor = true;
this.linkCB2.CheckedChanged += new System.EventHandler(this.linkCB_CheckedChanged);
//
@@ -636,6 +677,7 @@
resources.ApplyResources(this.linkCB3, "linkCB3");
this.linkCB3.Name = "linkCB3";
this.linkCB3.Tag = "2";
+ this.toolTip1.SetToolTip(this.linkCB3, resources.GetString("linkCB3.ToolTip"));
this.linkCB3.UseVisualStyleBackColor = true;
this.linkCB3.CheckedChanged += new System.EventHandler(this.linkCB_CheckedChanged);
//
@@ -644,6 +686,7 @@
resources.ApplyResources(this.linkCB4, "linkCB4");
this.linkCB4.Name = "linkCB4";
this.linkCB4.Tag = "3";
+ this.toolTip1.SetToolTip(this.linkCB4, resources.GetString("linkCB4.ToolTip"));
this.linkCB4.UseVisualStyleBackColor = true;
this.linkCB4.CheckedChanged += new System.EventHandler(this.linkCB_CheckedChanged);
//
@@ -651,23 +694,26 @@
//
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.Name = "lBProfiles";
+ this.toolTip1.SetToolTip(this.lBProfiles, resources.GetString("lBProfiles.ToolTip"));
this.lBProfiles.SelectedIndexChanged += new System.EventHandler(this.lBProfiles_SelectedIndexChanged);
this.lBProfiles.KeyDown += new System.Windows.Forms.KeyEventHandler(this.lBProfiles_KeyDown);
this.lBProfiles.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lBProfiles_MouseDoubleClick);
@@ -675,6 +721,7 @@
//
// 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,
@@ -688,7 +735,7 @@
this.importToolStripMenuItem,
this.exportToolStripMenuItem});
this.cMProfile.Name = "cMProfile";
- resources.ApplyResources(this.cMProfile, "cMProfile");
+ this.toolTip1.SetToolTip(this.cMProfile, resources.GetString("cMProfile.ToolTip"));
//
// editToolStripMenuItem
//
@@ -698,60 +745,61 @@
//
// assignToController1ToolStripMenuItem
//
- this.assignToController1ToolStripMenuItem.Name = "assignToController1ToolStripMenuItem";
resources.ApplyResources(this.assignToController1ToolStripMenuItem, "assignToController1ToolStripMenuItem");
+ this.assignToController1ToolStripMenuItem.Name = "assignToController1ToolStripMenuItem";
this.assignToController1ToolStripMenuItem.Click += new System.EventHandler(this.assignToController1ToolStripMenuItem_Click);
//
// assignToController2ToolStripMenuItem
//
- this.assignToController2ToolStripMenuItem.Name = "assignToController2ToolStripMenuItem";
resources.ApplyResources(this.assignToController2ToolStripMenuItem, "assignToController2ToolStripMenuItem");
+ this.assignToController2ToolStripMenuItem.Name = "assignToController2ToolStripMenuItem";
this.assignToController2ToolStripMenuItem.Click += new System.EventHandler(this.assignToController2ToolStripMenuItem_Click);
//
// assignToController3ToolStripMenuItem
//
- this.assignToController3ToolStripMenuItem.Name = "assignToController3ToolStripMenuItem";
resources.ApplyResources(this.assignToController3ToolStripMenuItem, "assignToController3ToolStripMenuItem");
+ this.assignToController3ToolStripMenuItem.Name = "assignToController3ToolStripMenuItem";
this.assignToController3ToolStripMenuItem.Click += new System.EventHandler(this.assignToController3ToolStripMenuItem_Click);
//
// assignToController4ToolStripMenuItem
//
- this.assignToController4ToolStripMenuItem.Name = "assignToController4ToolStripMenuItem";
resources.ApplyResources(this.assignToController4ToolStripMenuItem, "assignToController4ToolStripMenuItem");
+ this.assignToController4ToolStripMenuItem.Name = "assignToController4ToolStripMenuItem";
this.assignToController4ToolStripMenuItem.Click += new System.EventHandler(this.assignToController4ToolStripMenuItem_Click);
//
// deleteToolStripMenuItem
//
- this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
resources.ApplyResources(this.deleteToolStripMenuItem, "deleteToolStripMenuItem");
+ this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
this.deleteToolStripMenuItem.Click += new System.EventHandler(this.tsBDeleteProfle_Click);
//
// duplicateToolStripMenuItem
//
- this.duplicateToolStripMenuItem.Name = "duplicateToolStripMenuItem";
resources.ApplyResources(this.duplicateToolStripMenuItem, "duplicateToolStripMenuItem");
+ this.duplicateToolStripMenuItem.Name = "duplicateToolStripMenuItem";
this.duplicateToolStripMenuItem.Click += new System.EventHandler(this.tSBDupProfile_Click);
//
// newProfileToolStripMenuItem
//
- this.newProfileToolStripMenuItem.Name = "newProfileToolStripMenuItem";
resources.ApplyResources(this.newProfileToolStripMenuItem, "newProfileToolStripMenuItem");
+ this.newProfileToolStripMenuItem.Name = "newProfileToolStripMenuItem";
this.newProfileToolStripMenuItem.Click += new System.EventHandler(this.tsBNewProfile_Click);
//
// importToolStripMenuItem
//
- this.importToolStripMenuItem.Name = "importToolStripMenuItem";
resources.ApplyResources(this.importToolStripMenuItem, "importToolStripMenuItem");
+ this.importToolStripMenuItem.Name = "importToolStripMenuItem";
this.importToolStripMenuItem.Click += new System.EventHandler(this.tSBImportProfile_Click);
//
// exportToolStripMenuItem
//
- this.exportToolStripMenuItem.Name = "exportToolStripMenuItem";
resources.ApplyResources(this.exportToolStripMenuItem, "exportToolStripMenuItem");
+ this.exportToolStripMenuItem.Name = "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[] {
@@ -761,54 +809,55 @@
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
//
- this.toolStripLabel1.Name = "toolStripLabel1";
resources.ApplyResources(this.toolStripLabel1, "toolStripLabel1");
+ this.toolStripLabel1.Name = "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
//
- this.toolStripSeparator3.Name = "toolStripSeparator3";
resources.ApplyResources(this.toolStripSeparator3, "toolStripSeparator3");
+ this.toolStripSeparator3.Name = "toolStripSeparator3";
//
// tSBKeepSize
//
- this.tSBKeepSize.Image = global::DS4Windows.Properties.Resources.size;
resources.ApplyResources(this.tSBKeepSize, "tSBKeepSize");
+ this.tSBKeepSize.Image = global::DS4Windows.Properties.Resources.size;
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[] {
@@ -818,13 +867,13 @@
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
//
- this.tsBNewProfle.Image = global::DS4Windows.Properties.Resources.newprofile;
resources.ApplyResources(this.tsBNewProfle, "tsBNewProfle");
+ this.tsBNewProfle.Image = global::DS4Windows.Properties.Resources.newprofile;
this.tsBNewProfle.Name = "tsBNewProfle";
this.tsBNewProfle.Click += new System.EventHandler(this.tsBNewProfile_Click);
//
@@ -851,8 +900,8 @@
//
// tSBImportProfile
//
- this.tSBImportProfile.Image = global::DS4Windows.Properties.Resources.import;
resources.ApplyResources(this.tSBImportProfile, "tSBImportProfile");
+ this.tSBImportProfile.Image = global::DS4Windows.Properties.Resources.import;
this.tSBImportProfile.Name = "tSBImportProfile";
this.tSBImportProfile.Click += new System.EventHandler(this.tSBImportProfile_Click);
//
@@ -867,13 +916,15 @@
//
resources.ApplyResources(this.tabAutoProfiles, "tabAutoProfiles");
this.tabAutoProfiles.Name = "tabAutoProfiles";
+ this.toolTip1.SetToolTip(this.tabAutoProfiles, resources.GetString("tabAutoProfiles.ToolTip"));
this.tabAutoProfiles.UseVisualStyleBackColor = true;
//
// tabSettings
//
- this.tabSettings.Controls.Add(this.fLPSettings);
resources.ApplyResources(this.tabSettings, "tabSettings");
+ this.tabSettings.Controls.Add(this.fLPSettings);
this.tabSettings.Name = "tabSettings";
+ this.toolTip1.SetToolTip(this.tabSettings, resources.GetString("tabSettings.ToolTip"));
this.tabSettings.UseVisualStyleBackColor = true;
//
// fLPSettings
@@ -896,11 +947,13 @@
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);
//
@@ -910,6 +963,7 @@
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);
//
@@ -917,30 +971,34 @@
//
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);
//
// runStartupPanel
//
+ resources.ApplyResources(this.runStartupPanel, "runStartupPanel");
this.runStartupPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.runStartupPanel.Controls.Add(this.uacPictureBox);
this.runStartupPanel.Controls.Add(this.runStartTaskRadio);
this.runStartupPanel.Controls.Add(this.label1);
this.runStartupPanel.Controls.Add(this.runStartProgRadio);
- resources.ApplyResources(this.runStartupPanel, "runStartupPanel");
this.runStartupPanel.Name = "runStartupPanel";
+ this.toolTip1.SetToolTip(this.runStartupPanel, resources.GetString("runStartupPanel.ToolTip"));
//
// uacPictureBox
//
resources.ApplyResources(this.uacPictureBox, "uacPictureBox");
this.uacPictureBox.Name = "uacPictureBox";
this.uacPictureBox.TabStop = false;
+ this.toolTip1.SetToolTip(this.uacPictureBox, resources.GetString("uacPictureBox.ToolTip"));
//
// runStartTaskRadio
//
resources.ApplyResources(this.runStartTaskRadio, "runStartTaskRadio");
this.runStartTaskRadio.Name = "runStartTaskRadio";
this.runStartTaskRadio.TabStop = true;
+ this.toolTip1.SetToolTip(this.runStartTaskRadio, resources.GetString("runStartTaskRadio.ToolTip"));
this.runStartTaskRadio.UseVisualStyleBackColor = true;
this.runStartTaskRadio.Click += new System.EventHandler(this.runStartTaskRadio_Click);
//
@@ -948,6 +1006,7 @@
//
resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
+ this.toolTip1.SetToolTip(this.label1, resources.GetString("label1.ToolTip"));
//
// runStartProgRadio
//
@@ -955,6 +1014,7 @@
this.runStartProgRadio.Checked = true;
this.runStartProgRadio.Name = "runStartProgRadio";
this.runStartProgRadio.TabStop = true;
+ this.toolTip1.SetToolTip(this.runStartProgRadio, resources.GetString("runStartProgRadio.ToolTip"));
this.runStartProgRadio.UseVisualStyleBackColor = true;
this.runStartProgRadio.Click += new System.EventHandler(this.runStartProgRadio_Click);
//
@@ -962,20 +1022,23 @@
//
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
//
@@ -987,22 +1050,25 @@
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
//
@@ -1013,6 +1079,7 @@
0,
0});
this.nUDLatency.Name = "nUDLatency";
+ this.toolTip1.SetToolTip(this.nUDLatency, resources.GetString("nUDLatency.ToolTip"));
this.nUDLatency.Value = new decimal(new int[] {
20,
0,
@@ -1024,6 +1091,7 @@
//
resources.ApplyResources(this.lbMsLatency, "lbMsLatency");
this.lbMsLatency.Name = "lbMsLatency";
+ this.toolTip1.SetToolTip(this.lbMsLatency, resources.GetString("lbMsLatency.ToolTip"));
//
// cBFlashWhenLate
//
@@ -1031,6 +1099,7 @@
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);
//
@@ -1038,6 +1107,7 @@
//
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);
//
@@ -1045,6 +1115,7 @@
//
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);
//
@@ -1052,6 +1123,7 @@
//
resources.ApplyResources(this.cBUseWhiteIcon, "cBUseWhiteIcon");
this.cBUseWhiteIcon.Name = "cBUseWhiteIcon";
+ this.toolTip1.SetToolTip(this.cBUseWhiteIcon, resources.GetString("cBUseWhiteIcon.ToolTip"));
this.cBUseWhiteIcon.UseVisualStyleBackColor = true;
this.cBUseWhiteIcon.CheckedChanged += new System.EventHandler(this.cBUseWhiteIcon_CheckedChanged);
//
@@ -1061,6 +1133,7 @@
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);
//
@@ -1068,16 +1141,18 @@
//
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
//
@@ -1088,12 +1163,14 @@
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
//
@@ -1104,20 +1181,23 @@
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"));
//
// lbUseXIPorts
//
resources.ApplyResources(this.lbUseXIPorts, "lbUseXIPorts");
this.lbUseXIPorts.Name = "lbUseXIPorts";
+ this.toolTip1.SetToolTip(this.lbUseXIPorts, resources.GetString("lbUseXIPorts.ToolTip"));
//
// nUDXIPorts
//
@@ -1133,6 +1213,7 @@
0,
0});
this.nUDXIPorts.Name = "nUDXIPorts";
+ this.toolTip1.SetToolTip(this.nUDXIPorts, resources.GetString("nUDXIPorts.ToolTip"));
this.nUDXIPorts.Value = new decimal(new int[] {
1,
0,
@@ -1146,6 +1227,7 @@
//
resources.ApplyResources(this.lbLastXIPort, "lbLastXIPort");
this.lbLastXIPort.Name = "lbLastXIPort";
+ this.toolTip1.SetToolTip(this.lbLastXIPort, resources.GetString("lbLastXIPort.ToolTip"));
//
// flowLayoutPanel1
//
@@ -1156,12 +1238,14 @@
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
@@ -1169,6 +1253,7 @@
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
@@ -1176,6 +1261,7 @@
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
@@ -1183,6 +1269,7 @@
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
@@ -1190,27 +1277,31 @@
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.panel3);
- resources.ApplyResources(this.tabLog, "tabLog");
this.tabLog.Name = "tabLog";
+ this.toolTip1.SetToolTip(this.tabLog, resources.GetString("tabLog.ToolTip"));
this.tabLog.UseVisualStyleBackColor = true;
//
// panel3
//
+ resources.ApplyResources(this.panel3, "panel3");
this.panel3.Controls.Add(this.exportLogTxtBtn);
this.panel3.Controls.Add(this.btnClear);
- resources.ApplyResources(this.panel3, "panel3");
this.panel3.Name = "panel3";
+ this.toolTip1.SetToolTip(this.panel3, resources.GetString("panel3.ToolTip"));
//
// exportLogTxtBtn
//
resources.ApplyResources(this.exportLogTxtBtn, "exportLogTxtBtn");
this.exportLogTxtBtn.Name = "exportLogTxtBtn";
+ this.toolTip1.SetToolTip(this.exportLogTxtBtn, resources.GetString("exportLogTxtBtn.ToolTip"));
this.exportLogTxtBtn.UseVisualStyleBackColor = true;
this.exportLogTxtBtn.Click += new System.EventHandler(this.exportLogTxtBtn_Click);
//
@@ -1218,6 +1309,7 @@
//
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);
//
@@ -1227,6 +1319,7 @@
//
// 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,
@@ -1234,31 +1327,32 @@
this.cMCustomLed.Name = "cMCustomLed";
this.cMCustomLed.ShowCheckMargin = true;
this.cMCustomLed.ShowImageMargin = false;
- resources.ApplyResources(this.cMCustomLed, "cMCustomLed");
+ this.toolTip1.SetToolTip(this.cMCustomLed, resources.GetString("cMCustomLed.ToolTip"));
//
// 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
//
- this.useCustomColorToolStripMenuItem.Name = "useCustomColorToolStripMenuItem";
resources.ApplyResources(this.useCustomColorToolStripMenuItem, "useCustomColorToolStripMenuItem");
+ this.useCustomColorToolStripMenuItem.Name = "useCustomColorToolStripMenuItem";
this.useCustomColorToolStripMenuItem.Click += new System.EventHandler(this.useCustomColorToolStripMenuItem_Click);
//
// DS4Form
//
- this.AllowDrop = true;
resources.ApplyResources(this, "$this");
+ this.AllowDrop = true;
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);
diff --git a/DS4Windows/DS4Forms/DS4Form.resx b/DS4Windows/DS4Forms/DS4Form.resx
index e227867..5b105ec 100644
--- a/DS4Windows/DS4Forms/DS4Form.resx
+++ b/DS4Windows/DS4Forms/DS4Form.resx
@@ -117,2876 +117,1349 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- Time
-
-
- 167
-
-
- Data
-
-
- 84
+
+ True
-
- Fill
+
+ None
-
- Lucida Console, 9.75pt
+
+ 126, 0
-
- 3, 3
-
-
- 890, 323
-
-
+
0
-
- lvDebug
-
-
- System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tabLog
-
-
- 0
-
-
- Bottom, Right
-
-
- True
-
-
+
NoControl
-
- 754, 9
-
-
- 79, 13
-
-
- 13
-
-
- Hotkeys/About
-
-
- TopRight
-
-
- llbHelp
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlButton
-
-
- 0
-
-
- Bottom, Right
-
-
- True
-
-
- NoControl
-
-
- 650, 9
-
-
- 98, 13
-
-
- 46
-
-
- Used to test values
-
-
- False
-
-
- lbTest
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlButton
-
-
- 1
-
-
- Bottom, Right
-
-
- NoControl
-
-
- 840, 4
-
-
- 58, 23
-
-
- 1
-
-
- Start
-
-
- btnStartStop
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlButton
-
-
- 2
-
-
- Bottom, Left, Right
-
-
- NoControl
-
-
- 4, 9
-
-
- 745, 18
-
-
- 41
-
-
- lbLastMessage
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlButton
-
-
- 3
-
-
- Bottom
-
-
- 0, 385
-
-
- 904, 30
-
-
- 10
-
-
- pnlButton
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- $this
-
-
- 4
-
-
- 264, 17
-
-
- Scp server
-
-
- 377, 17
-
-
- 214, 22
-
-
- Edit Profile for Controller 1
-
-
- 214, 22
-
-
- Edit Profile for Controller 2
-
-
- 214, 22
-
-
- Edit Profile for Controller 3
-
-
- 214, 22
-
-
- Edit Profile for Controller 4
-
-
- 211, 6
-
-
- 214, 22
-
-
- Start
-
-
- Segoe UI, 9pt, style=Bold
-
-
- 214, 22
-
-
- Open
-
-
- 214, 22
-
-
- Exit (Middle Mouse)
-
-
- 215, 164
-
-
- cMTaskbar
-
-
- System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- DS4 Xinput Tool
-
-
- True
-
-
- 211, 6
-
-
- 487, 17
-
-
- XML Files (*.xml)|*.xml
-
-
- 7
-
-
- Fill
-
-
- Flat
-
-
- NoControl
-
-
- 778, 89
-
-
- 115, 22
-
-
- 50
-
-
- bnLight3
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tLPControllers
-
-
- 0
-
-
- None
-
-
- NoControl
-
-
- 351, 34
-
-
- 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
-
-
- 3, 36
-
-
- 111, 15
-
-
- 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
-
-
- 3, 64
-
-
- 70, 15
-
-
- 44
-
-
- Controller 2
-
-
- lbPad2
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tLPControllers
-
-
- 3
-
-
- Left
-
-
- NoControl
-
-
- 738, 89
-
-
- 34, 22
-
-
- 43
-
-
- Edit
-
-
- bnEditC3
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tLPControllers
-
-
- 4
-
-
- Left
-
-
- NoControl
-
-
- 738, 117
-
-
- 34, 22
-
-
- 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
-
-
- 3, 92
-
-
- 70, 15
-
-
- 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
-
-
- 3, 120
-
-
- 70, 15
-
-
- 44
-
-
- Controller 4
-
-
- lbPad4
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tLPControllers
-
-
- 7
-
-
- None
-
-
- 621, 33
-
-
- 111, 21
-
-
- 42
-
-
- cBController1
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tLPControllers
-
-
- 8
-
-
- Left
-
-
- NoControl
-
-
- 738, 61
-
-
- 34, 22
-
-
- 43
-
-
- Edit
-
-
- bnEditC2
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tLPControllers
-
-
- 9
-
-
- None
-
-
- 621, 61
-
-
- 111, 21
-
-
- 42
-
-
- cBController2
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
tLPControllers
-
- 10
-
-
- None
-
-
- 621, 89
-
-
- 111, 21
-
-
- 42
-
-
- cBController3
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tLPControllers
-
-
- 11
-
-
- Left
-
-
- NoControl
-
-
- 738, 33
-
-
- 34, 22
-
-
- 43
-
-
- Edit
-
bnEditC1
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tLPControllers
-
-
- 12
-
-
- None
-
-
- 621, 117
-
-
- 111, 21
-
-
- 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
-
-
- 622, 7
-
-
- 109, 15
-
-
- 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
-
-
- 3, 7
-
-
- 21, 15
-
-
- 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
-
-
- 347, 7
-
-
- 47, 15
-
-
- 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
-
-
- 457, 7
-
-
- 51, 15
-
-
- 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
-
-
- 463, 36
-
-
- 39, 15
-
-
- 44
-
-
- 100%
-
-
- lbBatt1
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tLPControllers
-
-
- 18
-
-
- None
-
-
- True
-
-
- Microsoft Sans Serif, 9pt
-
-
- NoControl
-
-
- 463, 64
-
-
- 39, 15
-
-
- 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
-
-
- 463, 92
-
-
- 39, 15
-
-
- 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
-
-
- 463, 120
-
-
- 39, 15
-
-
- 44
-
-
- 100%
-
-
- lbBatt4
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tLPControllers
-
-
- 21
-
-
- None
-
-
- NoControl
-
-
- 351, 62
-
-
- 39, 20
-
-
- AutoSize
-
-
- 47
-
-
- pBStatus2
-
-
- System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tLPControllers
-
-
- 22
-
-
- None
-
-
- NoControl
-
-
- 351, 90
-
-
- 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
-
-
- 351, 118
-
-
- 39, 20
-
-
- AutoSize
-
-
- 47
-
-
- pBStatus4
-
-
- System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tLPControllers
-
-
- 24
-
-
- Fill
-
-
- Flat
-
NoControl
-
- 778, 33
-
-
- 115, 22
-
-
- 50
-
-
- bnLight1
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tLPControllers
-
-
- 25
-
-
- Fill
-
-
- Flat
-
-
- NoControl
-
-
- 778, 61
-
-
- 115, 22
-
-
- 51
-
-
- bnLight2
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tLPControllers
-
-
- 26
-
-
- Fill
-
-
- Flat
-
-
- NoControl
-
-
- 778, 117
-
-
- 115, 22
-
-
- 52
-
-
- bnLight4
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tLPControllers
-
-
- 27
-
-
- None
-
-
- True
-
-
- Microsoft Sans Serif, 9pt, style=Bold
-
-
- NoControl
-
-
- 544, 0
-
-
- 67, 30
-
-
- 53
-
-
- Link Profile/ID
-
-
- MiddleCenter
-
-
- lbLinkProfile
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tLPControllers
-
-
- 28
-
-
- None
-
-
- True
-
-
- None
-
-
- NoControl
-
-
- 570, 37
-
-
- 15, 14
-
-
- 54
-
-
- linkCB1
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tLPControllers
-
-
- 29
-
-
- None
-
-
- True
-
-
- None
-
-
- NoControl
-
-
- 570, 65
-
-
- 15, 14
-
-
- 55
-
-
- linkCB2
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tLPControllers
-
-
- 30
-
-
- None
-
-
- True
-
-
- None
-
-
- NoControl
-
-
- 570, 93
-
-
- 15, 14
-
-
- 56
-
-
- linkCB3
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tLPControllers
-
-
- 31
-
-
- None
-
-
- True
-
-
- None
-
-
- NoControl
-
-
- 570, 121
-
-
- 15, 14
-
-
- 57
-
-
- linkCB4
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tLPControllers
-
-
- 32
-
-
- Top
-
-
+
0, 0
-
- 5
-
-
- 896, 142
-
-
- 46
-
-
- tLPControllers
-
-
- System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tabControllers
-
-
- 0
-
-
- <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="bnLight3" Row="3" RowSpan="1" Column="6" 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="5" ColumnSpan="1" /><Control Name="bnEditC4" Row="4" RowSpan="1" Column="5" 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="4" ColumnSpan="1" /><Control Name="bnEditC2" Row="2" RowSpan="1" Column="5" ColumnSpan="1" /><Control Name="cBController2" Row="2" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="cBController3" Row="3" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="bnEditC1" Row="1" RowSpan="1" Column="5" ColumnSpan="1" /><Control Name="cBController4" Row="4" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="lbSelectedProfile" Row="0" RowSpan="1" Column="4" 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="6" ColumnSpan="1" /><Control Name="bnLight2" Row="2" RowSpan="1" Column="6" ColumnSpan="1" /><Control Name="bnLight4" Row="4" RowSpan="1" Column="6" ColumnSpan="1" /><Control Name="lbLinkProfile" Row="0" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="linkCB1" Row="1" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="linkCB2" Row="2" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="linkCB3" Row="3" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="linkCB4" Row="4" RowSpan="1" Column="3" ColumnSpan="1" /></Controls><Columns Styles="Percent,58.35329,Percent,21.22288,Percent,20.42383,Absolute,80,AutoSize,0,AutoSize,0,Absolute,120" /><Rows Styles="AutoSize,0,Percent,25,Percent,25,Percent,25,Percent,25" /></TableLayoutSettings>
-
Fill
-
- False
-
-
+
NoControl
-
- 0, 0
+
+ tLPControllers
-
- 896, 359
+
+
-
- 47
+
+ 52
-
- No Controllers Connected (Max 4)
+
+ 31
-
- MiddleCenter
+
+ 106, 13
-
- lbNoControllers
+
+ 53
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ None
-
- tabControllers
+
+ Hide DS4 Controller
-
- 1
+
+ 43
-
- 4, 22
+
+ True
-
- 896, 359
+
+ cMTaskbar
-
- 3
-
-
- Controllers
-
-
- tabControllers
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tabMain
-
-
+
0
-
- 826, 17
-
-
- Segoe UI, 9pt, style=Bold
+
+ tSBKeepSize
-
- 188, 22
+
+ exportLogTxtBtn
-
- Edit
+
+ None
-
- 188, 22
+
+ 100%
-
- Assign to Controller 1
+
+ tabLog
-
- 188, 22
+
+ 32
-
- Assign to Controller 2
-
-
- 188, 22
-
-
- Assign to Controller 3
-
-
- 188, 22
-
-
- Assign to Controller 4
-
-
- 188, 22
-
-
- Delete (Del)
-
-
- 188, 22
-
-
- Duplicate (Ctrl+D)
+
+ 56
188, 22
-
- New Profile
+
+ tLPControllers
-
- 188, 22
+
+ System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- Import
+
+ 3, 64
-
- 188, 22
-
-
- Export
-
-
- 189, 224
-
-
- cMProfile
-
-
- System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Fill
-
-
- Microsoft Sans Serif, 9.75pt
-
-
- 16
-
-
- 3, 57
-
-
- 890, 299
-
-
- 0
-
-
- lBProfiles
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tabProfiles
-
-
- 0
-
-
- 17, 56
-
-
- 79, 24
-
-
- Profile Name:
-
-
- 150, 27
-
-
- <type profile name here>
-
-
- Magenta
-
-
- 92, 24
-
-
- Save Profile
-
-
- Magenta
-
-
- 67, 24
-
-
- Cancel
-
-
- 6, 27
-
-
- Magenta
-
-
- 214, 24
-
-
- Keep this window size after closing
-
-
- 3, 30
-
-
- 890, 27
-
-
- 2
-
-
- Profile Options
-
-
- tSOptions
-
-
- System.Windows.Forms.ToolStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tabProfiles
-
-
+
1
-
- 606, 17
-
-
- Magenta
+
+ 896, 142
-
- 55, 24
+
+ 53
-
- New
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- Make a New Profile
-
-
- False
-
-
- Magenta
-
-
- 51, 24
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
Edit
-
- Edit Selected Profile (Enter)
+
+ lbID
-
- False
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- Magenta
+
+ 51, 24
-
- 64, 24
+
+ lbLastXIPort
-
- Delete
+
+ NoControl
-
- Delete Selected Profle (Delete)
+
+ linkCB4
-
- False
+
+ 49, 17
-
- Magenta
+
+ pnlButton
-
- 81, 24
+
+ 84
-
- Duplicate
+
+ lbPad2
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ NoControl
+
+
+ 34, 22
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ importToolStripMenuItem
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 274, 56
+
+
+ 42
+
+
+ 116, 13
+
+
+ tLPControllers
+
+
+ pNUpdate
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Save Profile
+
+
+ editProfileForController4ToolStripMenuItem
+
+
+ Link Profile/ID
+
+
+ 30
+
+
+ 65, 54
+
+
+ 2
+
+
+ 3
+
+
+ Time
+
+
+ days
+
+
+ runStartTaskRadio
+
+
+ NoControl
+
+
+ Left
+
+
+ 462, 36
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Flat
+
+
+ 568, 65
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Program
+
+
+
+
+
+ System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlButton
+
+
+ 1
+
+
+ Edit
+
+
+ None
+
+
+ nUDXIPorts
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ lbStatus
+
+
+ 3
+
+
+ 39, 15
+
+
+ True
+
+
+
+
+
+ fLPSettings
+
+
+ 736, 117
+
+
+ 462, 92
+
+
+ 214, 24
+
+
+ None
+
+
+ System.Windows.Forms.OpenFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ NoControl
+
+
+ 214, 22
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ None
+
+
+ System.Windows.Forms.NumericUpDown, 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
+
+
+ NoControl
+
+
+ 619, 33
+
+
+ tLPControllers
Dupliacate Selected Profile (Ctrl+D)
-
- Magenta
+
+ NoControl
-
- 67, 24
-
-
- Import
-
-
- Import Profile or Profiles
-
-
- False
-
-
- Magenta
-
-
- 64, 24
-
-
- Export
-
-
- Export Selected Profile
-
-
+
3, 3
-
- 890, 27
+
+ 44
-
- 1
+
+ NoControl
-
- toolStrip1
+
+ tSBExportProfile
-
- toolStrip1
+
+ Left
+
+
+ Check for Update Now
+
+
+
+
+
+ Top, Right
+
+
+
+
+
+ 47
+
+
+ tLPControllers
System.Windows.Forms.ToolStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- tabProfiles
+
+ toolTip1
-
- 2
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 4, 22
+
+ Left
-
- 3, 3, 3, 3
+
+ tabControllers
-
- 896, 359
+
+ 214, 22
-
+
+ tLPControllers
+
+
+ 58
+
+
+ 146, 17
+
+
+ editProfileForController2ToolStripMenuItem
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Microsoft Sans Serif, 9pt
+
+
0
-
- Profiles
+
+ 7
-
- tabProfiles
+
+ 100, 17
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ cBController4
-
- tabMain
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 64, 17
+
+
+ 754, 9
+
+
+ Keep this window size after closing
+
+
+
+
+
+ New
+
+
+
+
+
+
+
+
+ 350, 62
+
+
+ tLPControllers
+
+
+ 11
+
+
+
+
+
+ Microsoft Sans Serif, 9pt
+
+
+ Hotkeys/About
+
+
+ Magenta
+
+
+ 117, 22
+
+
+ 840, 4
+
+
+ System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 745, 18
+
+
+ None
+
+
+ 4
+
+
+
+
+
+ 1
+
+
+ NoControl
+
+
+ Edit
+
+
+ 44
+
+
+ None
+
+
+ nUDUpdateTime
+
+
+ 44
+
+
+
1
-
+
+
+
+
+ tsBEditProfile
+
+
+ 3
+
+
+
+
+
+ New Profile
+
+
+
+
+
+ 45
+
+
+ Run As:
+
+
+ lLBUpdate
+
+
+ 3, 92
+
+
+ assignToController3ToolStripMenuItem
+
+
+ 45
+
+
+ 54
+
+
+ Magenta
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Left
+
+
4, 22
-
- 896, 359
-
-
- 2
-
-
- Auto Profiles
+
+ Magenta
tabAutoProfiles
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 0
-
+
+ 3
+
+
+ 11
+
+
+ Bottom, Right
+
+
+ 15, 14
+
+
+ pnlButton
+
+
+
+
+
+ Edit Profile for Controller 1
+
+
+ 1
+
+
+ tLPControllers
+
+
+ Bottom
+
+
+ 44
+
+
+
+
+
+ Used to test values
+
+
+ 3
+
+
+ 3, 3, 3, 3
+
+
+ 0
+
+
+ 4
+
+
+ Edit Selected Profile (Enter)
+
+
+ lbLinkProfile
+
+
+ 274, 33
+
+
+ Flat
+
+
+ fLPSettings
+
+
+ NoControl
+
+
+ 44, 20
+
+
tabMain
-
- 2
+
+ tSTBProfile
-
- True
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
+ tSBCancel
+
+
True
None
-
- NoControl
-
-
- 10, 10
-
-
- 119, 17
-
-
- 13
-
-
- Hide DS4 Controller
-
-
- hideDS4CheckBox
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPSettings
-
-
- 0
-
-
- True
-
-
- None
-
-
- NoControl
-
-
- 10, 33
-
-
- 194, 17
-
-
- 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
-
-
- None
-
-
- NoControl
-
-
- 10, 56
-
-
- 95, 17
-
-
- 40
-
-
- Run at Startup
-
-
- StartWindowsCheckBox
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPSettings
-
-
- 2
-
-
- NoControl
-
-
- 65, 54
-
-
- 20, 20
-
-
- 3
-
-
- uacPictureBox
-
-
- System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- runStartupPanel
-
-
- 0
-
-
- True
-
-
- NoControl
-
-
- 10, 54
-
-
- 49, 17
-
-
- 2
-
-
- Task
-
-
- runStartTaskRadio
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- runStartupPanel
-
-
- 1
-
-
- True
-
-
- NoControl
-
-
- 10, 4
-
-
- 45, 13
-
-
- 1
-
-
- Run As:
-
-
- label1
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- runStartupPanel
-
-
- 2
-
-
- True
-
-
- NoControl
-
-
- 10, 25
-
-
- 64, 17
-
-
- 0
-
-
- Program
-
-
- runStartProgRadio
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- runStartupPanel
-
-
- 3
-
-
- 10, 79
-
-
- 119, 80
-
-
- 59
-
-
- False
-
-
- runStartupPanel
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPSettings
-
-
- 3
-
-
- True
-
-
- None
-
-
- NoControl
-
-
- 10, 165
-
-
- 97, 17
-
-
- 40
-
-
- Start Minimized
-
-
- startMinimizedCheckBox
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPSettings
-
-
- 4
-
-
- True
-
-
- NoControl
-
-
- 3, 4
-
-
- 95, 13
-
-
- 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
-
-
- 104, 1
-
-
- 106, 21
-
-
- 44
-
-
- cBoxNotifications
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel1
-
-
- 1
-
-
- 10, 188
-
-
- 213, 22
-
-
- 45
-
-
- panel1
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPSettings
-
-
- 5
-
-
- True
-
-
- None
-
-
- NoControl
-
-
- 10, 216
-
-
- 194, 17
-
-
- 53
-
-
- Disconnect from BT when Stopping
-
-
- cBDisconnectBT
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPSettings
-
-
- 6
-
-
- Top, Right
-
-
- 185, 2
-
-
- 44, 20
-
-
- 42
-
-
- nUDLatency
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel2
-
-
- 0
-
-
- Top, Right
-
-
- True
-
-
- NoControl
-
-
- 235, 4
-
-
- 20, 13
-
-
- 0
-
-
- ms
-
-
- lbMsLatency
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ Magenta
panel2
-
+
+ Segoe UI, 9pt, style=Bold
+
+
+
+
+
1
-
- True
+
+ 776, 89
-
- None
-
-
- NoControl
-
-
- 0, 3
-
-
- 170, 17
-
-
- 53
-
-
- Flash Lightbar at High Latency
-
-
- cBFlashWhenLate
+
+
System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- panel2
+
+ 45
-
- 2
+
+ 568, 93
-
- 10, 239
+
+ 44
-
- 258, 22
+
+ fLPSettings
-
- 57
+
+ pBStatus2
+
+
+ 40
panel2
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ Edit
-
- fLPSettings
+
+
-
- 7
-
-
- True
-
-
- None
-
-
- NoControl
-
-
- 10, 267
-
-
- 100, 17
-
-
+
55
-
- Close Minimizes
+
+ 100%
-
- cBCloseMini
+
+ 776, 61
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPSettings
-
-
- 8
-
-
+
True
-
- None
-
-
- NoControl
-
-
- 10, 290
-
-
- 91, 17
-
-
- 55
-
-
- Quick Charge
-
-
- cBQuickCharge
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPSettings
-
-
- 9
-
-
- True
-
-
- None
-
-
- NoControl
-
-
- 9, 312
-
-
- 2, 2, 2, 2
-
-
- 146, 17
-
-
- 58
-
-
- White DS4Windows Icon
-
-
- cBUseWhiteIcon
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPSettings
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
10
-
+
+ tSBImportProfile
+
+
+ Left
+
+
+ tLPControllers
+
+
+ fLPSettings
+
+
+ label1
+
+
+ lbBattery
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 150, 3
+
+
True
None
-
+
NoControl
-
- 274, 10
+
+ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="bnLight3" Row="3" RowSpan="1" Column="6" 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="5" ColumnSpan="1" /><Control Name="bnEditC4" Row="4" RowSpan="1" Column="5" 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="4" ColumnSpan="1" /><Control Name="bnEditC2" Row="2" RowSpan="1" Column="5" ColumnSpan="1" /><Control Name="cBController2" Row="2" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="cBController3" Row="3" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="bnEditC1" Row="1" RowSpan="1" Column="5" ColumnSpan="1" /><Control Name="cBController4" Row="4" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="lbSelectedProfile" Row="0" RowSpan="1" Column="4" 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="6" ColumnSpan="1" /><Control Name="bnLight2" Row="2" RowSpan="1" Column="6" ColumnSpan="1" /><Control Name="bnLight4" Row="4" RowSpan="1" Column="6" ColumnSpan="1" /><Control Name="lbLinkProfile" Row="0" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="linkCB1" Row="1" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="linkCB2" Row="2" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="linkCB3" Row="3" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="linkCB4" Row="4" RowSpan="1" Column="3" ColumnSpan="1" /></Controls><Columns Styles="Percent,46.66667,Percent,26.66667,Percent,26.66667,Absolute,80,AutoSize,0,AutoSize,0,Absolute,123" /><Rows Styles="AutoSize,0,Percent,25,Percent,25,Percent,25,Percent,25" /></TableLayoutSettings>
-
- 213, 17
+
+ Use Profile Color
-
- 41
+
+ 55, 24
-
- Download Language Pack with Update
-
-
- cBDownloadLangauge
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
+
fLPSettings
-
- 11
+
+
-
- True
-
-
- None
-
-
- NoControl
-
-
- 274, 33
-
-
- 164, 17
-
-
- 41
-
-
- Check for Updates at Startup
-
-
- cBUpdate
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPSettings
-
-
- 12
-
-
- Top, Right
-
-
- hours
-
-
- days
-
-
- 126, 0
-
-
- 60, 21
-
-
- 43
-
-
- cBUpdateTime
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pNUpdate
-
-
- 0
-
-
- Left
-
-
- True
-
-
- NoControl
-
-
- 3, 3
-
-
- 67, 13
-
-
- 0
-
-
- Check every
-
-
- lbCheckEvery
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pNUpdate
-
-
- 1
-
-
- Top, Right
-
-
- 76, 1
-
-
- 44, 20
-
-
- 42
-
-
- nUDUpdateTime
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pNUpdate
-
-
+
2
-
- False
-
-
- 274, 56
-
-
- 189, 22
-
-
- 43
-
-
- pNUpdate
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPSettings
-
-
- 13
-
-
- Left
-
-
- True
-
-
- NoControl
-
-
- 3, 3
-
-
- 86, 13
-
-
- 0
-
-
- Use Xinput Ports
-
lbUseXIPorts
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 106, 21
-
- pnlXIPorts
+
+ 0, 0
-
- 0
+
+ 12
-
- Top, Right
+
+ System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 100, 1
+
+ Delete (Del)
-
- 44, 20
+
+ Delete
-
- 42
+
+ System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- nUDXIPorts
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlXIPorts
-
-
- 1
-
-
- Top, Right
-
-
+
True
-
- NoControl
+
+ No Controllers Connected (Max 4)
-
- 150, 3
+
+ None
-
- 19, 13
-
-
- 0
-
-
- - 4
-
-
- lbLastXIPort
-
-
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- pnlXIPorts
+
+ 1
-
- 2
+
+ NoControl
-
- 274, 84
+
+ 11
+
+
+ True
+
+
+ Microsoft Sans Serif, 9pt, style=Bold
+
+
+ cBController2
+
+
+ lbNoControllers
+
+
+ True
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 890, 27
+
+
+ 13
+
+
+ None
+
+
+ Delete Selected Profle (Delete)
+
+
+ 44
+
+
+ 43
+
+
+ 3, 326
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 890, 299
+
+
+ None
+
+
+ tabMain
+
+
+ 8
+
+
+
+
+
+
+
+
+ 43
+
+
+ 55
+
+
+ NoControl
+
+
+ 96, 96
+
+
+
+
+
+ 4, 9
+
+
+ True
+
+
+ 1
+
+
+ System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
186, 22
-
- 44
+
+ 39, 15
-
- pnlXIPorts
+
+ startToolStripMenuItem
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 194, 17
-
- fLPSettings
-
-
- 14
-
-
+
True
-
+
+ tLPControllers
+
+
+ tSBDupProfile
+
+
True
-
- NoControl
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 3, 0
+
+ tSOptions
-
- 65, 13
+
+
-
- 50
-
-
- Profile folder
-
-
- linkProfiles
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel1
-
-
+
0
-
+
+ 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
+
+
+ NoControl
+
+
+ 4, 22
+
+
+ 117, 22
+
+
+ 81, 24
+
+
+ System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Import Profile or Profiles
+
+
+ 3, 3
+
+
+ True
+
+
+ False
+
+
+ Left
+
+
+ pnlXIPorts
+
+
+ TopDown
+
+
+ lbCheckEvery
+
+
+ Assign to Controller 3
+
+
+ 10, 239
+
+
+ 46
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 6
+
+
+ tabMain
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 274, 10
+
+
+ System.Windows.Forms.ToolStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ None
+
+
+ Left
+
+
+ 0
+
+
+ 42
+
+
+ 188, 22
+
+
+ tLPControllers
+
+
+ 57
+
+
+ 22
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 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
+
+
+ 896, 359
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ NoControl
+
+
+ 76, 1
+
+
+ 170, 17
+
+
+ White DS4Windows Icon
+
+
+ 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
+
+
+ 6, 27
+
+
+ runStartupPanel
+
+
+ NoControl
+
+
+ 4
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Auto Profiles
+
+
+ 1
+
+
+ None
+
+
+ 47, 15
+
+
True
NoControl
-
- 3, 13
+
+ Start Minimized
-
- 70, 13
-
-
- 11
-
-
- Control Panel
-
-
- lnkControllers
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel1
-
-
- 1
-
-
- True
-
-
- NoControl
-
-
- 3, 26
-
-
- 106, 13
-
-
- 44
-
-
- Uninstall VBus Driver
-
-
- MiddleCenter
-
-
- linkUninstall
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel1
-
-
- 2
-
-
- True
-
-
- NoControl
-
-
- 3, 39
-
-
- 115, 13
-
-
- 52
-
-
- Controller/Driver Setup
-
-
- linkSetup
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel1
-
-
- 3
-
-
- True
-
-
- NoControl
-
-
- 3, 52
-
-
- 116, 13
-
-
- 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
-
- TopDown
-
-
- 274, 112
-
-
- 122, 65
-
-
- 56
-
-
- flowLayoutPanel1
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPSettings
-
-
- 15
-
-
- Fill
-
-
- TopDown
-
-
- 3, 3
-
-
- 7, 7, 0, 9
-
-
- 890, 353
-
-
- 0
-
-
- fLPSettings
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
tabSettings
-
+
+
+
+
+ 736, 61
+
+
+ 7, 7, 0, 9
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ Controller 2
+
+
+ 28
+
+
+ 39, 20
+
+
+ tLPControllers
+
+
+ TopDown
+
+
+ 213, 22
+
+
+ 619, 89
+
+
0
-
- 4, 22
+
+ 59
+
+
+ None
+
+
+ NoControl
+
+
+ 70, 15
+
+
+ System.Windows.Forms.CheckBox, 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
+
+
+ Microsoft Sans Serif, 9pt, style=Bold
+
+
+ NoControl
+
+
+ 44
+
+
+ 0
+
+
+ 47
+
+
+ None
+
+
+ $this
+
+
+ bnLight1
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Edit Profile for Controller 2
+
+
+ 34, 22
+
+
+ 2
+
+
+ lvDebug
+
+
+
+
+
+ uacPictureBox
+
+
+ linkSetup
+
+
+ 43
+
+
+ 10, 10
+
+
+ System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 215, 164
+
+
+ NoControl
+
+
+ 75, 23
+
+
+ 620, 7
+
+
+ System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ panel1
+
+
+ Controller/Driver Setup
+
+
+ 34, 22
+
+
+ 54
+
+
+ NoControl
+
+
+ True
+
+
+ Magenta
+
+
+ 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
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 0
+
+
+ fLPSettings
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+
+
+
+ 896, 359
+
+
+ hideDS4CheckBox
+
+
+ 39, 20
+
+
+ NoControl
3, 3, 3, 3
@@ -2994,457 +1467,2266 @@
896, 359
-
- 4
+
+ Fill
-
- Settings
+
+ 10, 216
-
- tabSettings
+
+ True
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
-
- tabMain
-
-
- 3
-
-
- NoControl
-
-
- 5, 4
-
-
- 75, 23
-
-
- 11
-
-
- Export
-
-
- exportLogTxtBtn
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel3
-
-
- 0
-
-
- Bottom, Left, Right
-
-
- NoControl
-
-
- 120, 4
-
-
- 767, 23
-
-
- 10
-
-
- Clear
+
+ Top, Right
btnClear
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ tLPControllers
-
- panel3
+
+ toolStrip1
-
- 1
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- Bottom
-
-
- 3, 326
-
-
- 890, 30
-
-
- 1
-
-
- panel3
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tabLog
-
-
- 1
-
-
- 4, 22
-
-
- 3, 3, 3, 3
-
-
- 896, 359
-
-
- 1
-
-
- Log
-
-
- tabLog
-
-
+
System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- tabMain
+
+ tLPControllers
-
- 4
+
+ 150, 27
-
- Fill
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 0, 0
+
+ 214, 22
-
- 904, 385
+
+ cBDisconnectBT
-
+
12
-
- tabMain
+
+ True
-
- System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
-
- $this
+
+ 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
+
+
+ False
+
+
+
+
+
+
+
+
+ lbTest
+
+
+ Bottom, Left, Right
+
+
3
-
- 711, 17
-
-
- XML Files (*.xml)|*.xml
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 123, 56
-
-
- 220, 56
-
-
- 170, 22
+
+ 3, 7
-
- Use Profile Color
+
+ flowLayoutPanel1
-
- 170, 22
+
+ runStartupPanel
-
- Use Custom Color
-
-
- 171, 48
-
-
- cMCustomLed
-
-
- System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 17, 17
-
-
- True
-
-
- 91
-
-
- 96, 96
+
+ 45
904, 415
-
- 630, 229
-
-
- Manual
-
-
- 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
-
-
- 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
+
+ fLPSettings
+
+
+ 189, 224
+
System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- tsBEditProfile
+
+ tabProfiles
-
- System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ tabProfiles
-
- tsBDeleteProfile
+
+ 67, 13
-
- System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ Control Panel
-
- tSBDupProfile
+
+ Microsoft Sans Serif, 9pt, style=Bold
-
- System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 15, 14
-
- tSBImportProfile
+
+ panel2
-
- System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 120, 4
-
- tSBExportProfile
+
+ NoControl
-
- System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ None
-
- saveProfiles
+
+ Fill
-
- System.Windows.Forms.SaveFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 274, 112
-
- toolTip1
+
+ hours
-
- System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 3
-
- useProfileColorToolStripMenuItem
+
+ Assign to Controller 4
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 1
-
- useCustomColorToolStripMenuItem
+
+ 896, 359
+
+
+ 0
+
+
+ 3, 52
+
+
+ 15, 14
+
+
+ lbBatt1
+
+
+ 211, 6
+
+
+ Profile folder
+
+
+ cBQuickCharge
+
+
+
+
+
+ 70, 13
+
+
+ True
+
+
+ NoControl
+
+
+ AutoSize
+
+
+ 0
+
+
+ 4
+
+
+ Left
+
+
+
+
+
+ Magenta
+
+
+
+
+
+ Edit Profile for Controller 4
+
+
+ 6
+
+
+ cBUpdateTime
+
+
+ Bottom, Right
+
+
+ Microsoft Sans Serif, 9pt, style=Bold
+
+
+ 619, 61
+
+
+
+
+
+ Export
+
+
+ panel3
+
+
+ 456, 7
+
+
+ duplicateToolStripMenuItem
+
+
+ Magenta
+
+
+ tLPControllers
+
+
+ Fill
+
+
+ True
+
+
+ 45, 13
+
+
+ NoControl
+
+
+ tLPControllers
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ fLPSettings
+
+
+ 100%
+
+
+ Disconnect from BT when Stopping
+
+
+ 20, 13
+
+
+ panel3
+
+
+ Flat
+
+
+
+
+
+ Selected Profile
+
+
+
+
+
+ 4, 22
+
+
+ 117, 22
+
+
+ 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
+
+
+
+
+
+ 2
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 17
+
+
+ 188, 22
+
+
+ 51, 15
+
+
+ openProfiles
+
+
+ NoControl
+
+
+ 25
+
+
+ 194, 17
+
+
+ 13
+
+
+ - 4
+
+
+ System.Windows.Forms.ToolStripLabel, 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
+
+ 15, 14
+
+
+ 188, 22
+
+
+ 0
+
+
+ 79, 24
+
+
+ 188, 22
+
+
+ Microsoft Sans Serif, 9.75pt
+
+
+ 86, 13
+
+
+ 3, 3, 3, 3
+
+
+ 39, 20
+
+
+ linkUninstall
+
+
+ True
+
+
+ pBStatus1
+
+
+ 568, 37
+
+
+ 2
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+
+
+
+ Battery
+
+
+ Warnings only
+
+
+ XML Files (*.xml)|*.xml
+
+
+ 1
+
+
+ 95, 17
+
+
+ Flash Lightbar at High Latency
+
+
+ 5
+
+
+ 0
+
+
+ 9
+
+
+ chTime
+
+
+ runStartupPanel
+
+
+ tabProfiles
+
+
+ Run at Startup
+
+
+ 214, 22
+
+
+ Controllers
+
+
+ 52
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 119, 17
+
+
+ True
+
+
+ System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 79, 13
+
+
+ cBUpdate
+
+
+ lbBatt2
+
+
+ 44
+
+
+ deleteToolStripMenuItem
+
+
+ Microsoft Sans Serif, 9pt, style=Bold
+
+
+ NoControl
+
+
+ True
+
+
+ fLPSettings
+
+
+ None
+
+
+ 346, 7
+
+
+ Edit
+
+
+ 8
+
+
+ 41
+
+
+
+
+
+ 736, 33
+
+
+ 10
+
+
+
+
+
+ 3, 3
+
+
+ 46
+
+
+
+
+
+ pnlButton
+
+
+ 67, 24
+
+
+ 10, 165
+
+
+ NoControl
+
+
+ Microsoft Sans Serif, 9pt
+
+
+
+
+
+ 16
+
+
+ 767, 23
+
+
+
+
+
+ Export Selected Profile
+
+
+ 10, 33
+
+
+ None
+
+
+ Data
+
+
+ NoControl
+
+
+ tabSettings
+
+
+ NoControl
+
+
+ Left
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 1
+
+
+ Download Language Pack with Update
+
+
+ 39, 15
+
+
+ cBController3
+
+
+ Microsoft Sans Serif, 9pt
+
+
+ 274, 84
+
+
+ 10, 25
+
+
+ 39, 15
+
+
+ 0
+
+
+ 15
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 0
+
+
+ Top
+
+
+ 2
+
+
+ Settings
+
+
+ Task
+
+
+
+
+
+ fLPSettings
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ startMinimizedCheckBox
+
+
+ pnlXIPorts
+
+
+ Open
+
+
+ tabControllers
+
+
+ 95, 13
+
+
+ Export
+
+
+ Top, Right
+
+
+ pNUpdate
+
+
+ 3, 36
+
+
+ 650, 9
+
+
+
+
+
+
+
+
+ linkCB1
+
+
+ Profile Name:
+
+
+ lbPad1
+
+
+ openToolStripMenuItem
+
+
+ 15
+
+
+ MiddleCenter
+
+
+ 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
+
+
+ 64, 24
+
+
+ Fill
+
+
+ None
+
+
+ True
+
+
+ None
+
+
+
+
+
+ Segoe UI, 9pt, style=Bold
+
+
+ True
+
+
+ 214, 22
+
+
+
+
+
+ NoControl
+
+
+ Log
+
+
+ Fill
+
+
+ 60, 21
+
+
+ 67, 30
+
+
+ 97, 17
+
+
+ 0
+
+
+ fLPSettings
+
+
+ 70, 15
+
+
+ 10, 290
+
+
+ lbNotifications
+
+
+ 41
+
+
+ tLPControllers
+
+
+ 21
+
+
+ tLPControllers
+
+
+ System.Windows.Forms.ToolStripTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 10, 54
+
+
+ Top, Right
+
+
+
+
+
+
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 258, 22
+
+
+ 2
+
+
+ 34, 22
+
+
+ assignToController1ToolStripMenuItem
+
+
+ tLPControllers
+
+
+ None
+
+
+ tLPControllers
+
+
+ True
+
+
+ Fill
+
+
+ 53
+
+
+ pNUpdate
+
+
+ 170, 22
+
+
+ 3, 3
+
+
+
+
+
+ 630, 229
+
+
+ True
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ None
+
+
+ Edit Profile for Controller 3
+
+
+ cBSwipeProfiles
+
+
+ System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel1
+
+
+ Quick Charge
+
+
+ NoControl
+
+
+ 3, 13
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ NoControl
+
+
+ DS4 Xinput Tool
+
+
+ Bottom, Right
+
+
+ 0
+
+
+ 20, 20
+
+
+ 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
+
+
+ pnlButton
+
+
+ 45
+
+
+ NoControl
+
+
+ 3
+
+
+ True
+
+
+ 350, 90
+
+
+ 619, 117
+
+
+ AutoSize
+
+
+ True
+
+
+ Top, Right
+
+
+ cBoxNotifications
+
+
+ System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ AutoSize
+
+
+ 167
+
+
+
+
+
+ 58, 23
+
+
+ 890, 27
+
+
+ lBProfiles
+
+
+ Make a New Profile
+
+
+
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ None
+
+
+ True
+
+
+ System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ False
+
+
+ NoControl
+
+
+ Import
+
+
+ 188, 22
+
+
+ NoControl
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ Bottom, Left, Right
+
+
+ True
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Duplicate
+
+
+ None
+
+
+ 2, 2, 2, 2
+
+
+ linkCB3
+
+
+ TopRight
+
+
+ None
+
+
+ 7
+
+
+ Start
+
+
+
+
+
+ toolStripLabel1
+
+
+ tLPControllers
+
+
+ fLPSettings
+
+
+ MiddleCenter
+
+
+ Check every
+
+
+ tabLog
+
+
+ 4
+
+
+ newProfileToolStripMenuItem
+
+
+ NoControl
+
+
+ 211, 6
+
+
+
+
+
+ 188, 22
+
+
+ 14
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 3, 0
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 18
+
+
+ tabMain
+
+
+ tLPControllers
+
+
+ NoControl
+
+
+ 4, 22
+
+
+ 100, 1
+
+
+ Use Xinput Ports
+
+
+ 57
+
+
+ 462, 120
+
+
+ notifyIcon1
+
+
+ 55
+
+
+ 3, 30
+
+
+ 0
+
+
+ 11
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ 188, 22
+
+
+ 115, 13
+
+
+ System.Windows.Forms.SaveFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 111, 21
+
+
+ 3, 3
+
+
+
+
+
+ 2
+
+
+ 896, 359
+
+
+ 44, 20
+
+
+
+
+
+ None
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ runStartupPanel
+
+
+ 904, 385
+
+
+ flowLayoutPanel1
+
+
+ System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Microsoft Sans Serif, 9pt
+
+
+ NoControl
+
+
+ 111, 15
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+
+
+
+ 3, 26
+
+
+ Controller 4
+
+
+ False
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ cBCloseMini
+
+
+ linkCB2
+
+
+ 1
+
+
+ 776, 33
+
+
+ NoControl
+
+
+ tLPControllers
+
+
+ 42
+
+
+ $this
+
+
+ 24
+
+
+ 43
+
+
+ 27
+
+
+ lbLastMessage
+
+
+ 44, 20
+
+
+ 44
+
+
+ 736, 89
+
+
+ lbPad4
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pBStatus4
+
+
+ True
+
+
+ 1
+
+
+ cBUseWhiteIcon
+
+
+ 0
+
+
+ 0, 3
+
+
+ 188, 22
+
+
+ tabMain
+
+
+ All
+
+
+ pnlXIPorts
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 896, 359
+
+
+ tabMain
+
+
+ 568, 121
+
+
+ 3
+
+
+ Profiles
+
+
+ Assign to Controller 2
+
+
+ Status
+
+
+ 2
+
+
+ True
+
+
+ panel3
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ cMProfile
+
+
+ 0
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 91, 17
+
+
+ System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 542, 0
+
+
+ 7
+
+
+ 14
+
+
+ System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 67, 24
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+
+
+
+ 26
+
+
+ NoControl
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 117, 22
+
+
+ System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ editProfileForController3ToolStripMenuItem
+
+
+
+
+
+ Show Notifications
+
+
+ pBStatus3
+
+
+ None
+
+
+ 0
+
+
+ 890, 353
+
+
+
+
+
+ fLPSettings
+
+
+ Scp server
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Close Minimizes
+
+
+ 19
+
+
+ 21, 15
+
+
+ 0
+
+
+ System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 189, 22
+
+
+ assignToController2ToolStripMenuItem
+
+
+ flowLayoutPanel1
+
+
+ tLPControllers
+
+
+ NoControl
+
+
+
+
+
+ cBDownloadLangauge
+
advColorDialog
+
+ 98, 13
+
+
+ NoControl
+
+
+
+
+
+
+
+
+ MiddleCenter
+
+
+ None
+
+
+ 20
+
+
+ 104, 1
+
+
+ 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
+
+
+
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ cBController1
+
+
+ NoControl
+
+
+ System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 350, 34
+
+
+ 42
+
+
+ 10, 4
+
+
+
+
+
+ None
+
+
+ bnEditC4
+
+
+ NoControl
+
+
+ fLPSettings
+
+
+ 13
+
+
+ Fill
+
+
+ NoControl
+
+
+ 42
+
+
+ True
+
+
+ 3, 4
+
+
+ 42
+
+
+ 39, 20
+
+
+ toolStripSeparator2
+
+
+ 188, 22
+
+
+ useProfileColorToolStripMenuItem
+
+
+
+
+
+ False
+
+
+ True
+
+
+ 5
+
+
+
+
+
+ tLPControllers
+
+
+
+
+
+ chData
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ fLPSettings
+
+
+ Microsoft Sans Serif, 9pt
+
+
+ runStartProgRadio
+
+
+ True
+
+
+ 10
+
+
+ panel1
+
+
+
+
+
+ NoControl
+
+
+ toolStripSeparator3
+
+
+ 3, 39
+
+
+ Clear
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 49
+
+
+ exportToolStripMenuItem
+
+
+ 170, 22
+
+
+ bnEditC2
+
+
+ NoControl
+
+
+
+
+
+ tSBSaveProfile
+
+
+ 16
+
+
+ ID
+
+
+
+
+
+ True
+
+
+ 43
+
+
+ lbSelectedProfile
+
+
+ runStartupPanel
+
+
+ bnLight4
+
+
+ Bottom
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 164, 17
+
+
+ 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
+
+
+ 171, 48
+
+
+ Flat
+
+
+ 2
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 1
+
+
+ bnLight2
+
+
+ 214, 22
+
+
+ panel2
+
+
+ 890, 30
+
+
+ 4, 22
+
+
+ 100%
+
+
+ lnkControllers
+
+
+ System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 5
+
DS4Windows.AdvancedColorDialog, DS4Windows, Version=1.4.100.0, Culture=neutral, PublicKeyToken=null
+
+ 3, 120
+
+
+ 50
+
+
+
+
+
+ exitToolStripMenuItem
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ False
+
+
+ NoControl
+
+
+ 10, 56
+
+
+ NoControl
+
+
+ lbPad3
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ NoControl
+
+
+ 50
+
+
+ Fill
+
+
+ assignToController4ToolStripMenuItem
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Controller 3
+
+
+ 0, 385
+
+
+ bnLight3
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 9
+
+
+ Start
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ editProfileForController1ToolStripMenuItem
+
+
+ 890, 323
+
+
+ 64, 24
+
+
+ Edit
+
+
+
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+
+
+
+ 350, 118
+
+
+
+
+
+ 776, 117
+
+
+ nUDLatency
+
+
+ Import
+
+
+ panel1
+
+
+ 904, 30
+
+
+ 70, 15
+
+
+ toolStrip1
+
+
+ 2
+
+
+ 0
+
+
+ None
+
+
+ True
+
+
+ cBFlashWhenLate
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ NoControl
+
+
+ 13
+
+
+
+
+
+
+
+
+ True
+
+
+ 42
+
+
+
+
+
+
+
DS4Form
-
- System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ NoControl
+
+ None
+
+
+ 185, 2
+
+
+ toolStripSeparator1
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ None
+
+
+ 213, 17
+
+
+ pnlXIPorts
+
+
+ Profile Options
+
+
+ 47
+
+
+ flowLayoutPanel1
+
+
+ tLPControllers
+
+
+ True
+
+
+ NoControl
+
+
+ True
+
+
+ 12
+
+
+ False
+
+
+ 50
+
+
+ linkProfiles
+
+
+ NoControl
+
+
+ 214, 22
+
+
+ False
+
+
+ 462, 64
+
+
+ 1
+
+
+ AutoSize
+
+
+ saveProfiles
+
+
+
+
+
+ tabControllers
+
+
+ lbBatt4
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Magenta
+
+
+
+
+
+ <type profile name here>
+
+
+ True
+
+
+ Left
+
+
+ System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+
+
+
+
+
+
+ tLPControllers
+
+
+ 23
+
+
+ 10
+
+
+ tLPControllers
+
+
+ 45
+
+
+
+
+
+ 65, 13
+
+
+ 1
+
+
+
+
+
+ MA:C1:23:45:67:89
+
+
+ tLPControllers
+
+
+ Export
+
+
+ 40
+
+
+ 119, 80
+
+
+ 10, 267
+
+
+ 111, 21
+
+
+ NoControl
+
+
+ 56
+
+
+
+
+
+ lbMsLatency
+
+
+ lbBatt3
+
+
+ tabLog
+
+
+ None
+
+
+ DS4Windows
+
+
+ editToolStripMenuItem
+
+
+ 122, 65
+
+
+ Cancel
+
+
+
+
+
+ 111, 21
+
+
+ NoControl
+
+
+ Duplicate (Ctrl+D)
+
+
+ 29
+
+
+ Check for Updates at Startup
+
+
+ Manual
+
+
+ 47
+
+
+ 111, 21
+
+
+ fLPSettings
+
+
+ NoControl
+
+
+ 10, 188
+
+
+ cMCustomLed
+
+
+ 5, 4
+
+
+
+
+
+ 19, 13
+
+
+ 10, 79
+
+
+ 2
+
+
+ btnStartStop
+
+
+ 109, 15
+
+
+ 3, 57
+
+
+ 235, 4
+
+
+ tLPControllers
+
+
+ useCustomColorToolStripMenuItem
+
+
+ 44
+
+
+ Assign to Controller 1
+
+
+ pNUpdate
+
+
+ bnEditC3
+
+
+ 92, 24
+
+
+
+
+
+ 41
+
+
+
+
+
+ Uninstall VBus Driver
+
+
+ 9, 312
+
+
+ 47
+
+
+ flowLayoutPanel1
+
+
+ ms
+
+
+ StartWindowsCheckBox
+
+
+
+
+
+ Magenta
+
+
+ 377, 17
+
+
+ 826, 17
+
+
+ 264, 17
+
+
+ 220, 56
+
+
+ 711, 17
+
+
+ 606, 17
+
+
+ 487, 17
+
+
+ 17, 56
+
+
+ True
+
+
+ 123, 56
+
+
+ 17, 17
+
+
+ 91
+
\ No newline at end of file
diff --git a/DS4Windows/DS4Forms/DS4Form.ru-RU.resx b/DS4Windows/DS4Forms/DS4Form.ru-RU.resx
index b03bcb1..05605a4 100644
--- a/DS4Windows/DS4Forms/DS4Form.ru-RU.resx
+++ b/DS4Windows/DS4Forms/DS4Form.ru-RU.resx
@@ -124,6 +124,18 @@
Дата
+
+ 718, 8
+
+
+ 174, 13
+
+
+ Горячие клавиши / О программе
+
+
+ 600, 8
+
1024, 5
@@ -136,65 +148,8 @@
681, 18
-
- 885, 11
-
-
- 126, 17
-
-
- Горячие клавиши / О программе
-
-
- Очистить журнал
-
-
- 379, 26
-
-
- Редакт. профиль 1-го контроллера
-
-
- 379, 26
-
-
- Редакт. профиль 2-го контроллера
-
-
- 379, 26
-
-
- Редакт. профиль 3-го контроллера
-
-
- 379, 26
-
-
- Редакт. профиль 4-го контроллера
-
-
- 376, 6
-
-
- 379, 26
-
-
- Запустить
-
-
- 379, 26
-
-
- Открыть
-
-
- 379, 26
-
-
- Выход (ср. кнопка мыши)
-
- 380, 192
+ 268, 164
@@ -6368,26 +6323,83 @@
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=
+
+ 267, 22
+
+
+ Редакт. профиль 1-го контроллера
+
+
+ 267, 22
+
+
+ Редакт. профиль 2-го контроллера
+
+
+ 267, 22
+
+
+ Редакт. профиль 3-го контроллера
+
+
+ 267, 22
+
+
+ Редакт. профиль 4-го контроллера
+
+
+ 264, 6
+
+
+ 267, 22
+
+
+ Запустить
+
+
+ 267, 22
+
+
+ Открыть
+
+
+ 267, 22
+
+
+ Выход (ср. кнопка мыши)
+
+
+ Контроллеры
+
+
+ 896, 161
+
- 1085, 94
+ 774, 97
- 33, 28
+ 119, 26
- 438, 26
+ 222, 36
+
+
+ 3, 38
+
+
+ 3, 70
- 948, 94
+ 639, 97
- 129, 28
+ 129, 26
Редактировать
- 948, 130
+ 639, 129
129, 28
@@ -6395,179 +6407,203 @@
Редактировать
+
+ 3, 102
+
+
+ 3, 136
+
- 782, 23
+ 503, 35
- 948, 58
+ 639, 65
- 129, 28
+ 129, 26
Редактировать
- 782, 59
+ 503, 67
- 782, 95
+ 503, 99
- 948, 22
+ 639, 33
- 129, 28
+ 129, 26
Редактировать
- 782, 131
+ 503, 133
- 762, 0
+ 485, 7
- 178, 18
+ 148, 15
Выбранный профиль
- 122, 18
+ 101, 15
ID устройства
- 382, 0
+ 194, 0
- 151, 18
+ 95, 30
Тип подключения
- 602, 0
+ 303, 7
- 118, 18
+ 91, 15
Аккумулятор
- 639, 27
+ 329, 38
- 639, 63
+ 329, 70
- 639, 99
+ 329, 102
- 639, 135
+ 329, 136
- 438, 62
+ 222, 68
- 438, 98
+ 222, 100
- 438, 134
+ 222, 133
- 1085, 22
+ 774, 33
- 33, 28
+ 119, 26
- 1085, 58
+ 774, 65
- 33, 28
+ 119, 26
- 1085, 130
+ 774, 129
- 33, 28
+ 119, 29
+
+
+ 408, 0
+
+
+ 434, 39
+
+
+ 434, 71
+
+
+ 434, 103
+
+
+ 434, 136
Контроллеры не подключены (макс. не больше четырёх)
-
- Контроллеры
+
+ Профили
+
+
+ 239, 224
- 289, 26
+ 238, 22
Редактировать
- 289, 26
+ 238, 22
Присвоить 1-му контроллеру
- 289, 26
+ 238, 22
Присвоить 2-му контроллеру
- 289, 26
+ 238, 22
Присвоить 3-му контроллеру
- 289, 26
+ 238, 22
Присвоить 4-му контроллеру
- 289, 26
+ 238, 22
Удалить (Del)
- 289, 26
+ 238, 22
Дублировать (Ctrl+D)
- 289, 26
+ 238, 22
Новый профиль
- 289, 26
+ 238, 22
Импорт
- 289, 26
+ 238, 22
Экспорт
-
- 290, 264
+
+ Настройки профиля
- 108, 24
+ 87, 24
Имя профиля:
@@ -6576,28 +6612,25 @@
<введите сюда имя профиля>
- 173, 24
+ 142, 24
Сохранить профиль
- 86, 24
+ 73, 24
Отмена
- 325, 24
+ 260, 24
Запоминать размер окна после закрытия
-
- Настройки профиля
-
- 81, 24
+ 69, 24
Новый
@@ -6606,7 +6639,7 @@
Создать новый профиль
- 135, 24
+ 111, 24
Редактировать
@@ -6615,7 +6648,7 @@
Редактировать выбранный профиль (Enter)
- 89, 24
+ 75, 24
Удалить
@@ -6624,7 +6657,7 @@
Удалить выбранный профиль (Delete)
- 138, 24
+ 115, 24
Сделать копию
@@ -6633,7 +6666,7 @@
Сделать копию выбранного профиля (Ctrl+D)
- 88, 24
+ 75, 24
Импорт
@@ -6642,7 +6675,7 @@
Импорт профиля или профилей
- 89, 24
+ 76, 24
Экспорт
@@ -6650,38 +6683,41 @@
Экспорт выбранного профиля
-
- Профили
-
Автоматические профили
+
+ Настройки
+
- 205, 21
+ 159, 17
Спрятать контроллер DS4
- 415, 21
+ 275, 17
Жест смахивания на тачпаде изменяет профиль
- 235, 21
+ 196, 17
Запускать при загрузке Windows
- 173, 21
+ 138, 17
Запускать свёрнутым
+
+ 321, 28
+
- 161, 17
+ 129, 13
Показать уведомления:
@@ -6698,15 +6734,21 @@
185, 1
-
- 321, 28
+
+ 10, 222
- 321, 21
+ 249, 17
Отключать от Bluetooth во время остановки
+
+ 10, 245
+
+
+ 447, 28
+
355, 2
@@ -6714,38 +6756,56 @@
418, 5
- 356, 21
+ 281, 17
Мигать световой панелью при высокой задержке
-
- 447, 28
+
+ 10, 279
- 255, 21
+ 200, 17
При закрытии сворачивать в трей
+
+ 10, 302
+
- 207, 21
+ 115, 17
Быстрая зарядка
+
+ 9, 324
+
+
+ 463, 10
+
- 296, 21
+ 264, 17
Загружать язык. пакет вместе с обновлением
+
+ 463, 33
+
- 272, 21
+ 209, 17
Проверять обновления при запуске
+
+ 463, 56
+
+
+ 281, 22
+
час.
@@ -6756,7 +6816,7 @@
211, 0
- 138, 17
+ 105, 13
Проверять каждые
@@ -6764,11 +6824,14 @@
150, 0
-
- 281, 22
+
+ 463, 84
+
+
+ 262, 22
- 179, 17
+ 143, 13
Использовать порт XInput:
@@ -6779,67 +6842,61 @@
235, 3
-
- 13, 376
+
+ 463, 112
-
- 262, 22
+
+ 182, 65
- 198, 17
+ 153, 13
Открыть папку с профилями
- 218, 17
+ 107, 13
Панель управления
- 159, 17
+ 123, 13
Удалить драйвер VBus
- 225, 17
+ 176, 13
Установить контроллер/драйвер
- 222, 17
+ 169, 13
Проверить наличие обновлений
-
- 468, 13
-
-
- 233, 85
-
-
- Настройки
-
Журнал
+
+ Очистить журнал
+
+
+ 232, 48
+
- 283, 26
+ 231, 22
Использовать цвет профиля
- 283, 26
+ 231, 22
Использовать свой цвет
-
- 284, 56
-
\ No newline at end of file
diff --git a/DS4Windows/DS4Forms/Options.Designer.cs b/DS4Windows/DS4Forms/Options.Designer.cs
index 06d0b29..f560f41 100644
--- a/DS4Windows/DS4Forms/Options.Designer.cs
+++ b/DS4Windows/DS4Forms/Options.Designer.cs
@@ -480,8 +480,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);
@@ -694,8 +694,8 @@
//
// nUDIdleDisconnect
//
- this.nUDIdleDisconnect.DecimalPlaces = 1;
resources.ApplyResources(this.nUDIdleDisconnect, "nUDIdleDisconnect");
+ this.nUDIdleDisconnect.DecimalPlaces = 1;
this.nUDIdleDisconnect.Maximum = new decimal(new int[] {
60,
0,
@@ -706,13 +706,13 @@
//
// nUDR2
//
+ resources.ApplyResources(this.nUDR2, "nUDR2");
this.nUDR2.DecimalPlaces = 2;
this.nUDR2.Increment = new decimal(new int[] {
1,
0,
0,
65536});
- resources.ApplyResources(this.nUDR2, "nUDR2");
this.nUDR2.Maximum = new decimal(new int[] {
1,
0,
@@ -818,6 +818,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);
@@ -825,11 +826,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);
@@ -838,7 +839,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
@@ -853,13 +853,13 @@
//
// nUDRS
//
+ resources.ApplyResources(this.nUDRS, "nUDRS");
this.nUDRS.DecimalPlaces = 2;
this.nUDRS.Increment = new decimal(new int[] {
1,
0,
0,
65536});
- resources.ApplyResources(this.nUDRS, "nUDRS");
this.nUDRS.Maximum = new decimal(new int[] {
1,
0,
@@ -886,13 +886,13 @@
//
// nUDLS
//
+ resources.ApplyResources(this.nUDLS, "nUDLS");
this.nUDLS.DecimalPlaces = 2;
this.nUDLS.Increment = new decimal(new int[] {
1,
0,
0,
65536});
- resources.ApplyResources(this.nUDLS, "nUDLS");
this.nUDLS.Maximum = new decimal(new int[] {
1,
0,
@@ -903,13 +903,13 @@
//
// nUDL2
//
+ resources.ApplyResources(this.nUDL2, "nUDL2");
this.nUDL2.DecimalPlaces = 2;
this.nUDL2.Increment = new decimal(new int[] {
1,
0,
0,
65536});
- resources.ApplyResources(this.nUDL2, "nUDL2");
this.nUDL2.Maximum = new decimal(new int[] {
1,
0,
@@ -920,18 +920,19 @@
//
// gBTouchpad
//
+ resources.ApplyResources(this.gBTouchpad, "gBTouchpad");
this.gBTouchpad.BackColor = System.Drawing.Color.Transparent;
this.gBTouchpad.Controls.Add(this.pnlTPMouse);
this.gBTouchpad.Controls.Add(this.rBTPControls);
this.gBTouchpad.Controls.Add(this.rBTPMouse);
this.gBTouchpad.Controls.Add(this.fLPTouchSwipe);
this.gBTouchpad.ForeColor = System.Drawing.SystemColors.ControlLightLight;
- resources.ApplyResources(this.gBTouchpad, "gBTouchpad");
this.gBTouchpad.Name = "gBTouchpad";
this.gBTouchpad.TabStop = false;
//
// pnlTPMouse
//
+ resources.ApplyResources(this.pnlTPMouse, "pnlTPMouse");
this.pnlTPMouse.Controls.Add(this.touchpadDisInvertButton);
this.pnlTPMouse.Controls.Add(this.label25);
this.pnlTPMouse.Controls.Add(this.label15);
@@ -946,13 +947,12 @@
this.pnlTPMouse.Controls.Add(this.cBSlide);
this.pnlTPMouse.Controls.Add(this.nUDTouch);
this.pnlTPMouse.Controls.Add(this.cbStartTouchpadOff);
- resources.ApplyResources(this.pnlTPMouse, "pnlTPMouse");
this.pnlTPMouse.Name = "pnlTPMouse";
//
// touchpadDisInvertButton
//
- this.touchpadDisInvertButton.ForeColor = System.Drawing.SystemColors.ControlText;
resources.ApplyResources(this.touchpadDisInvertButton, "touchpadDisInvertButton");
+ this.touchpadDisInvertButton.ForeColor = System.Drawing.SystemColors.ControlText;
this.touchpadDisInvertButton.Name = "touchpadDisInvertButton";
this.touchpadDisInvertButton.UseVisualStyleBackColor = true;
this.touchpadDisInvertButton.Click += new System.EventHandler(this.touchpadDisInvertButton_Click);
@@ -969,6 +969,7 @@
//
// touchpadInvertComboBox
//
+ resources.ApplyResources(this.touchpadInvertComboBox, "touchpadInvertComboBox");
this.touchpadInvertComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.touchpadInvertComboBox.FormattingEnabled = true;
this.touchpadInvertComboBox.Items.AddRange(new object[] {
@@ -976,7 +977,6 @@
resources.GetString("touchpadInvertComboBox.Items1"),
resources.GetString("touchpadInvertComboBox.Items2"),
resources.GetString("touchpadInvertComboBox.Items3")});
- resources.ApplyResources(this.touchpadInvertComboBox, "touchpadInvertComboBox");
this.touchpadInvertComboBox.Name = "touchpadInvertComboBox";
this.touchpadInvertComboBox.SelectedIndexChanged += new System.EventHandler(this.touchpadInvertComboBox_SelectedIndexChanged);
//
@@ -1008,6 +1008,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);
@@ -1016,14 +1017,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;
@@ -1031,6 +1031,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,
@@ -1045,7 +1046,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
@@ -1055,173 +1055,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;
@@ -1229,15 +1229,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;
@@ -1245,15 +1245,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;
@@ -1261,12 +1261,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";
//
// gBOther
//
+ resources.ApplyResources(this.gBOther, "gBOther");
this.gBOther.BackColor = System.Drawing.Color.WhiteSmoke;
this.gBOther.Controls.Add(this.btPollRateLabel);
this.gBOther.Controls.Add(this.btPollRateComboBox);
@@ -1285,7 +1286,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;
//
@@ -1296,6 +1296,7 @@
//
// btPollRateComboBox
//
+ resources.ApplyResources(this.btPollRateComboBox, "btPollRateComboBox");
this.btPollRateComboBox.BackColor = System.Drawing.SystemColors.Window;
this.btPollRateComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.btPollRateComboBox.FormattingEnabled = true;
@@ -1317,7 +1318,6 @@
resources.GetString("btPollRateComboBox.Items14"),
resources.GetString("btPollRateComboBox.Items15"),
resources.GetString("btPollRateComboBox.Items16")});
- resources.ApplyResources(this.btPollRateComboBox, "btPollRateComboBox");
this.btPollRateComboBox.Name = "btPollRateComboBox";
this.btPollRateComboBox.SelectedIndexChanged += new System.EventHandler(this.btPollRateComboBox_SelectedIndexChanged);
//
@@ -1407,6 +1407,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);
@@ -1423,14 +1424,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);
@@ -1458,17 +1458,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[] {
@@ -1476,22 +1477,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);
@@ -1508,23 +1508,23 @@
//
// nUDflashLED
//
+ resources.ApplyResources(this.nUDflashLED, "nUDflashLED");
this.nUDflashLED.Increment = new decimal(new int[] {
10,
0,
0,
0});
- resources.ApplyResources(this.nUDflashLED, "nUDflashLED");
this.nUDflashLED.Name = "nUDflashLED";
this.nUDflashLED.ValueChanged += new System.EventHandler(this.nUDflashLED_ValueChanged);
//
// gBRumble
//
+ resources.ApplyResources(this.gBRumble, "gBRumble");
this.gBRumble.BackColor = System.Drawing.Color.WhiteSmoke;
this.gBRumble.Controls.Add(this.lbPercentRumble);
this.gBRumble.Controls.Add(this.btnRumbleLightTest);
this.gBRumble.Controls.Add(this.btnRumbleHeavyTest);
this.gBRumble.Controls.Add(this.nUDRumbleBoost);
- resources.ApplyResources(this.gBRumble, "gBRumble");
this.gBRumble.Name = "gBRumble";
this.gBRumble.TabStop = false;
//
@@ -1552,13 +1552,13 @@
//
// nUDSZ
//
+ resources.ApplyResources(this.nUDSZ, "nUDSZ");
this.nUDSZ.DecimalPlaces = 2;
this.nUDSZ.Increment = new decimal(new int[] {
1,
0,
0,
65536});
- resources.ApplyResources(this.nUDSZ, "nUDSZ");
this.nUDSZ.Maximum = new decimal(new int[] {
1,
0,
@@ -1574,13 +1574,13 @@
//
// nUDSX
//
+ resources.ApplyResources(this.nUDSX, "nUDSX");
this.nUDSX.DecimalPlaces = 2;
this.nUDSX.Increment = new decimal(new int[] {
1,
0,
0,
65536});
- resources.ApplyResources(this.nUDSX, "nUDSX");
this.nUDSX.Maximum = new decimal(new int[] {
1,
0,
@@ -1594,8 +1594,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);
@@ -1608,30 +1613,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;
@@ -1687,6 +1691,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);
@@ -1696,7 +1701,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);
//
@@ -1766,54 +1770,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);
@@ -1822,13 +1827,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);
@@ -1840,8 +1844,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);
@@ -1853,8 +1857,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);
@@ -1866,8 +1870,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);
@@ -1879,10 +1883,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);
@@ -1942,16 +1946,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);
@@ -2015,22 +2019,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;
@@ -2045,22 +2049,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;
@@ -2075,15 +2079,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;
@@ -2098,15 +2102,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;
@@ -2121,15 +2125,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;
@@ -2144,15 +2148,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;
@@ -2167,15 +2171,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;
@@ -2190,15 +2194,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;
@@ -2213,15 +2217,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;
@@ -2236,15 +2240,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;
@@ -2259,15 +2263,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;
@@ -2281,8 +2285,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;
@@ -2298,8 +2302,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;
@@ -2314,8 +2318,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;
@@ -2330,8 +2334,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;
@@ -2345,8 +2349,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;
@@ -2361,8 +2365,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;
@@ -2377,15 +2381,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;
@@ -2400,15 +2404,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;
@@ -2422,8 +2426,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;
@@ -2437,15 +2441,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;
@@ -2459,8 +2463,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;
@@ -2474,8 +2478,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;
@@ -2489,15 +2493,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;
@@ -2511,15 +2515,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;
@@ -2533,22 +2537,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;
@@ -2562,9 +2566,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;
@@ -2578,8 +2582,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;
@@ -2593,8 +2597,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;
@@ -2609,8 +2613,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;
@@ -2625,34 +2629,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;
@@ -2675,17 +2679,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
@@ -2716,18 +2720,19 @@
//
// tCSens
//
+ resources.ApplyResources(this.tCSens, "tCSens");
this.tCSens.Controls.Add(this.tPDeadzone);
this.tCSens.Controls.Add(this.antiDeadzoneTabPage);
this.tCSens.Controls.Add(this.maxZoneTabPage);
this.tCSens.Controls.Add(this.tPOutCurve);
this.tCSens.Controls.Add(this.tPCurve);
this.tCSens.Controls.Add(this.tpRotation);
- resources.ApplyResources(this.tCSens, "tCSens");
this.tCSens.Name = "tCSens";
this.tCSens.SelectedIndex = 0;
//
// tPDeadzone
//
+ resources.ApplyResources(this.tPDeadzone, "tPDeadzone");
this.tPDeadzone.BackColor = System.Drawing.Color.WhiteSmoke;
this.tPDeadzone.Controls.Add(this.lbL2);
this.tPDeadzone.Controls.Add(this.nUDL2);
@@ -2741,11 +2746,11 @@
this.tPDeadzone.Controls.Add(this.lbRS);
this.tPDeadzone.Controls.Add(this.lbLS);
this.tPDeadzone.Controls.Add(this.nUDSZ);
- resources.ApplyResources(this.tPDeadzone, "tPDeadzone");
this.tPDeadzone.Name = "tPDeadzone";
//
// antiDeadzoneTabPage
//
+ resources.ApplyResources(this.antiDeadzoneTabPage, "antiDeadzoneTabPage");
this.antiDeadzoneTabPage.Controls.Add(this.nUDSixaxisZAntiDead);
this.antiDeadzoneTabPage.Controls.Add(this.nUDSixaxisXAntiDead);
this.antiDeadzoneTabPage.Controls.Add(this.label20);
@@ -2758,19 +2763,18 @@
this.antiDeadzoneTabPage.Controls.Add(this.label2);
this.antiDeadzoneTabPage.Controls.Add(this.nUDLSAntiDead);
this.antiDeadzoneTabPage.Controls.Add(this.label1);
- resources.ApplyResources(this.antiDeadzoneTabPage, "antiDeadzoneTabPage");
this.antiDeadzoneTabPage.Name = "antiDeadzoneTabPage";
this.antiDeadzoneTabPage.UseVisualStyleBackColor = true;
//
// nUDSixaxisZAntiDead
//
+ resources.ApplyResources(this.nUDSixaxisZAntiDead, "nUDSixaxisZAntiDead");
this.nUDSixaxisZAntiDead.DecimalPlaces = 2;
this.nUDSixaxisZAntiDead.Increment = new decimal(new int[] {
1,
0,
0,
65536});
- resources.ApplyResources(this.nUDSixaxisZAntiDead, "nUDSixaxisZAntiDead");
this.nUDSixaxisZAntiDead.Maximum = new decimal(new int[] {
1,
0,
@@ -2781,13 +2785,13 @@
//
// nUDSixaxisXAntiDead
//
+ resources.ApplyResources(this.nUDSixaxisXAntiDead, "nUDSixaxisXAntiDead");
this.nUDSixaxisXAntiDead.DecimalPlaces = 2;
this.nUDSixaxisXAntiDead.Increment = new decimal(new int[] {
1,
0,
0,
65536});
- resources.ApplyResources(this.nUDSixaxisXAntiDead, "nUDSixaxisXAntiDead");
this.nUDSixaxisXAntiDead.Maximum = new decimal(new int[] {
1,
0,
@@ -2808,13 +2812,13 @@
//
// nUDR2AntiDead
//
+ resources.ApplyResources(this.nUDR2AntiDead, "nUDR2AntiDead");
this.nUDR2AntiDead.DecimalPlaces = 2;
this.nUDR2AntiDead.Increment = new decimal(new int[] {
1,
0,
0,
65536});
- resources.ApplyResources(this.nUDR2AntiDead, "nUDR2AntiDead");
this.nUDR2AntiDead.Maximum = new decimal(new int[] {
1,
0,
@@ -2830,13 +2834,13 @@
//
// nUDL2AntiDead
//
+ resources.ApplyResources(this.nUDL2AntiDead, "nUDL2AntiDead");
this.nUDL2AntiDead.DecimalPlaces = 2;
this.nUDL2AntiDead.Increment = new decimal(new int[] {
1,
0,
0,
65536});
- resources.ApplyResources(this.nUDL2AntiDead, "nUDL2AntiDead");
this.nUDL2AntiDead.Maximum = new decimal(new int[] {
1,
0,
@@ -2852,13 +2856,13 @@
//
// nUDRSAntiDead
//
+ resources.ApplyResources(this.nUDRSAntiDead, "nUDRSAntiDead");
this.nUDRSAntiDead.DecimalPlaces = 2;
this.nUDRSAntiDead.Increment = new decimal(new int[] {
1,
0,
0,
65536});
- resources.ApplyResources(this.nUDRSAntiDead, "nUDRSAntiDead");
this.nUDRSAntiDead.Maximum = new decimal(new int[] {
1,
0,
@@ -2874,13 +2878,13 @@
//
// nUDLSAntiDead
//
+ resources.ApplyResources(this.nUDLSAntiDead, "nUDLSAntiDead");
this.nUDLSAntiDead.DecimalPlaces = 2;
this.nUDLSAntiDead.Increment = new decimal(new int[] {
1,
0,
0,
65536});
- resources.ApplyResources(this.nUDLSAntiDead, "nUDLSAntiDead");
this.nUDLSAntiDead.Maximum = new decimal(new int[] {
1,
0,
@@ -2896,6 +2900,7 @@
//
// maxZoneTabPage
//
+ resources.ApplyResources(this.maxZoneTabPage, "maxZoneTabPage");
this.maxZoneTabPage.Controls.Add(this.nUDSixAxisZMaxZone);
this.maxZoneTabPage.Controls.Add(this.nUDSixAxisXMaxZone);
this.maxZoneTabPage.Controls.Add(this.label18);
@@ -2908,19 +2913,18 @@
this.maxZoneTabPage.Controls.Add(this.label6);
this.maxZoneTabPage.Controls.Add(this.nUDLSMaxZone);
this.maxZoneTabPage.Controls.Add(this.label5);
- resources.ApplyResources(this.maxZoneTabPage, "maxZoneTabPage");
this.maxZoneTabPage.Name = "maxZoneTabPage";
this.maxZoneTabPage.UseVisualStyleBackColor = true;
//
// nUDSixAxisZMaxZone
//
+ resources.ApplyResources(this.nUDSixAxisZMaxZone, "nUDSixAxisZMaxZone");
this.nUDSixAxisZMaxZone.DecimalPlaces = 2;
this.nUDSixAxisZMaxZone.Increment = new decimal(new int[] {
1,
0,
0,
65536});
- resources.ApplyResources(this.nUDSixAxisZMaxZone, "nUDSixAxisZMaxZone");
this.nUDSixAxisZMaxZone.Maximum = new decimal(new int[] {
1,
0,
@@ -2936,13 +2940,13 @@
//
// nUDSixAxisXMaxZone
//
+ resources.ApplyResources(this.nUDSixAxisXMaxZone, "nUDSixAxisXMaxZone");
this.nUDSixAxisXMaxZone.DecimalPlaces = 2;
this.nUDSixAxisXMaxZone.Increment = new decimal(new int[] {
1,
0,
0,
65536});
- resources.ApplyResources(this.nUDSixAxisXMaxZone, "nUDSixAxisXMaxZone");
this.nUDSixAxisXMaxZone.Maximum = new decimal(new int[] {
1,
0,
@@ -2968,13 +2972,13 @@
//
// nUDR2Maxzone
//
+ resources.ApplyResources(this.nUDR2Maxzone, "nUDR2Maxzone");
this.nUDR2Maxzone.DecimalPlaces = 2;
this.nUDR2Maxzone.Increment = new decimal(new int[] {
1,
0,
0,
65536});
- resources.ApplyResources(this.nUDR2Maxzone, "nUDR2Maxzone");
this.nUDR2Maxzone.Maximum = new decimal(new int[] {
1,
0,
@@ -2990,13 +2994,13 @@
//
// nUDL2Maxzone
//
+ resources.ApplyResources(this.nUDL2Maxzone, "nUDL2Maxzone");
this.nUDL2Maxzone.DecimalPlaces = 2;
this.nUDL2Maxzone.Increment = new decimal(new int[] {
1,
0,
0,
65536});
- resources.ApplyResources(this.nUDL2Maxzone, "nUDL2Maxzone");
this.nUDL2Maxzone.Maximum = new decimal(new int[] {
1,
0,
@@ -3022,13 +3026,13 @@
//
// nUDRSMaxZone
//
+ resources.ApplyResources(this.nUDRSMaxZone, "nUDRSMaxZone");
this.nUDRSMaxZone.DecimalPlaces = 2;
this.nUDRSMaxZone.Increment = new decimal(new int[] {
1,
0,
0,
65536});
- resources.ApplyResources(this.nUDRSMaxZone, "nUDRSMaxZone");
this.nUDRSMaxZone.Maximum = new decimal(new int[] {
1,
0,
@@ -3049,13 +3053,13 @@
//
// nUDLSMaxZone
//
+ resources.ApplyResources(this.nUDLSMaxZone, "nUDLSMaxZone");
this.nUDLSMaxZone.DecimalPlaces = 2;
this.nUDLSMaxZone.Increment = new decimal(new int[] {
1,
0,
0,
65536});
- resources.ApplyResources(this.nUDLSMaxZone, "nUDLSMaxZone");
this.nUDLSMaxZone.Maximum = new decimal(new int[] {
1,
0,
@@ -3076,6 +3080,7 @@
//
// tPOutCurve
//
+ resources.ApplyResources(this.tPOutCurve, "tPOutCurve");
this.tPOutCurve.Controls.Add(this.cBSixaxisZOutputCurve);
this.tPOutCurve.Controls.Add(this.cBSixaxisXOutputCurve);
this.tPOutCurve.Controls.Add(this.label24);
@@ -3088,12 +3093,12 @@
this.tPOutCurve.Controls.Add(this.lsOutCurveComboBox);
this.tPOutCurve.Controls.Add(this.label10);
this.tPOutCurve.Controls.Add(this.label9);
- resources.ApplyResources(this.tPOutCurve, "tPOutCurve");
this.tPOutCurve.Name = "tPOutCurve";
this.tPOutCurve.UseVisualStyleBackColor = true;
//
// cBSixaxisZOutputCurve
//
+ resources.ApplyResources(this.cBSixaxisZOutputCurve, "cBSixaxisZOutputCurve");
this.cBSixaxisZOutputCurve.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cBSixaxisZOutputCurve.DropDownWidth = 70;
this.cBSixaxisZOutputCurve.FormattingEnabled = true;
@@ -3101,12 +3106,12 @@
resources.GetString("cBSixaxisZOutputCurve.Items"),
resources.GetString("cBSixaxisZOutputCurve.Items1"),
resources.GetString("cBSixaxisZOutputCurve.Items2")});
- resources.ApplyResources(this.cBSixaxisZOutputCurve, "cBSixaxisZOutputCurve");
this.cBSixaxisZOutputCurve.Name = "cBSixaxisZOutputCurve";
this.cBSixaxisZOutputCurve.SelectedIndexChanged += new System.EventHandler(this.cBSixaxisZOutputCurve_SelectedIndexChanged);
//
// cBSixaxisXOutputCurve
//
+ resources.ApplyResources(this.cBSixaxisXOutputCurve, "cBSixaxisXOutputCurve");
this.cBSixaxisXOutputCurve.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cBSixaxisXOutputCurve.DropDownWidth = 70;
this.cBSixaxisXOutputCurve.FormattingEnabled = true;
@@ -3114,7 +3119,6 @@
resources.GetString("cBSixaxisXOutputCurve.Items"),
resources.GetString("cBSixaxisXOutputCurve.Items1"),
resources.GetString("cBSixaxisXOutputCurve.Items2")});
- resources.ApplyResources(this.cBSixaxisXOutputCurve, "cBSixaxisXOutputCurve");
this.cBSixaxisXOutputCurve.Name = "cBSixaxisXOutputCurve";
this.cBSixaxisXOutputCurve.SelectedIndexChanged += new System.EventHandler(this.cBSixaxisXOutputCurve_SelectedIndexChanged);
//
@@ -3130,6 +3134,7 @@
//
// cBR2OutputCurve
//
+ resources.ApplyResources(this.cBR2OutputCurve, "cBR2OutputCurve");
this.cBR2OutputCurve.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cBR2OutputCurve.DropDownWidth = 70;
this.cBR2OutputCurve.FormattingEnabled = true;
@@ -3137,12 +3142,12 @@
resources.GetString("cBR2OutputCurve.Items"),
resources.GetString("cBR2OutputCurve.Items1"),
resources.GetString("cBR2OutputCurve.Items2")});
- resources.ApplyResources(this.cBR2OutputCurve, "cBR2OutputCurve");
this.cBR2OutputCurve.Name = "cBR2OutputCurve";
this.cBR2OutputCurve.SelectedIndexChanged += new System.EventHandler(this.cBR2OutputCurve_SelectedIndexChanged);
//
// cBL2OutputCurve
//
+ resources.ApplyResources(this.cBL2OutputCurve, "cBL2OutputCurve");
this.cBL2OutputCurve.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cBL2OutputCurve.DropDownWidth = 70;
this.cBL2OutputCurve.FormattingEnabled = true;
@@ -3150,7 +3155,6 @@
resources.GetString("cBL2OutputCurve.Items"),
resources.GetString("cBL2OutputCurve.Items1"),
resources.GetString("cBL2OutputCurve.Items2")});
- resources.ApplyResources(this.cBL2OutputCurve, "cBL2OutputCurve");
this.cBL2OutputCurve.Name = "cBL2OutputCurve";
this.cBL2OutputCurve.SelectedIndexChanged += new System.EventHandler(this.cBL2OutputCurve_SelectedIndexChanged);
//
@@ -3166,6 +3170,7 @@
//
// rsOutCurveComboBox
//
+ resources.ApplyResources(this.rsOutCurveComboBox, "rsOutCurveComboBox");
this.rsOutCurveComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.rsOutCurveComboBox.DropDownWidth = 120;
this.rsOutCurveComboBox.FormattingEnabled = true;
@@ -3174,12 +3179,12 @@
resources.GetString("rsOutCurveComboBox.Items1"),
resources.GetString("rsOutCurveComboBox.Items2"),
resources.GetString("rsOutCurveComboBox.Items3")});
- resources.ApplyResources(this.rsOutCurveComboBox, "rsOutCurveComboBox");
this.rsOutCurveComboBox.Name = "rsOutCurveComboBox";
this.rsOutCurveComboBox.SelectedIndexChanged += new System.EventHandler(this.rsOutCurveComboBox_SelectedIndexChanged);
//
// lsOutCurveComboBox
//
+ resources.ApplyResources(this.lsOutCurveComboBox, "lsOutCurveComboBox");
this.lsOutCurveComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.lsOutCurveComboBox.DropDownWidth = 120;
this.lsOutCurveComboBox.FormattingEnabled = true;
@@ -3188,7 +3193,6 @@
resources.GetString("lsOutCurveComboBox.Items1"),
resources.GetString("lsOutCurveComboBox.Items2"),
resources.GetString("lsOutCurveComboBox.Items3")});
- resources.ApplyResources(this.lsOutCurveComboBox, "lsOutCurveComboBox");
this.lsOutCurveComboBox.Name = "lsOutCurveComboBox";
this.lsOutCurveComboBox.SelectedIndexChanged += new System.EventHandler(this.lsOutCurveComboBox_SelectedIndexChanged);
//
@@ -3204,6 +3208,7 @@
//
// 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);
@@ -3211,28 +3216,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);
//
@@ -3258,11 +3262,11 @@
//
// tpRotation
//
+ resources.ApplyResources(this.tpRotation, "tpRotation");
this.tpRotation.Controls.Add(this.nUDRSRotation);
this.tpRotation.Controls.Add(this.label14);
this.tpRotation.Controls.Add(this.nUDLSRotation);
this.tpRotation.Controls.Add(this.label13);
- resources.ApplyResources(this.tpRotation, "tpRotation");
this.tpRotation.Name = "tpRotation";
this.tpRotation.UseVisualStyleBackColor = true;
//
@@ -3322,12 +3326,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.Controls.Add(this.pnlSAMouse);
this.gBGyro.Name = "gBGyro";
this.gBGyro.TabStop = false;
//
@@ -3349,6 +3353,7 @@
//
// pnlSAMouse
//
+ resources.ApplyResources(this.pnlSAMouse, "pnlSAMouse");
this.pnlSAMouse.Controls.Add(this.cBGyroMouseXAxis);
this.pnlSAMouse.Controls.Add(this.label16);
this.pnlSAMouse.Controls.Add(this.lbGyroSmooth);
@@ -3366,17 +3371,16 @@
this.pnlSAMouse.Controls.Add(this.btnGyroTriggers);
this.pnlSAMouse.Controls.Add(this.nUDGyroSensitivity);
this.pnlSAMouse.Controls.Add(this.lbGyroSens);
- resources.ApplyResources(this.pnlSAMouse, "pnlSAMouse");
this.pnlSAMouse.Name = "pnlSAMouse";
//
// cBGyroMouseXAxis
//
+ resources.ApplyResources(this.cBGyroMouseXAxis, "cBGyroMouseXAxis");
this.cBGyroMouseXAxis.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cBGyroMouseXAxis.FormattingEnabled = true;
this.cBGyroMouseXAxis.Items.AddRange(new object[] {
resources.GetString("cBGyroMouseXAxis.Items"),
resources.GetString("cBGyroMouseXAxis.Items1")});
- resources.ApplyResources(this.cBGyroMouseXAxis, "cBGyroMouseXAxis");
this.cBGyroMouseXAxis.Name = "cBGyroMouseXAxis";
this.cBGyroMouseXAxis.SelectedIndexChanged += new System.EventHandler(this.cBGyroMouseXAxis_SelectedIndexChanged);
//
@@ -3404,8 +3408,8 @@
//
// nUDGyroSmoothWeight
//
- this.nUDGyroSmoothWeight.DecimalPlaces = 3;
resources.ApplyResources(this.nUDGyroSmoothWeight, "nUDGyroSmoothWeight");
+ this.nUDGyroSmoothWeight.DecimalPlaces = 3;
this.nUDGyroSmoothWeight.Maximum = new decimal(new int[] {
1,
0,
@@ -3426,12 +3430,12 @@
//
// nUDGyroMouseVertScale
//
+ resources.ApplyResources(this.nUDGyroMouseVertScale, "nUDGyroMouseVertScale");
this.nUDGyroMouseVertScale.Increment = new decimal(new int[] {
1,
0,
0,
65536});
- resources.ApplyResources(this.nUDGyroMouseVertScale, "nUDGyroMouseVertScale");
this.nUDGyroMouseVertScale.Maximum = new decimal(new int[] {
1000,
0,
@@ -3513,6 +3517,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);
@@ -3526,7 +3531,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;
//
@@ -3537,13 +3541,13 @@
//
// nUDL2S
//
+ resources.ApplyResources(this.nUDL2S, "nUDL2S");
this.nUDL2S.DecimalPlaces = 2;
this.nUDL2S.Increment = new decimal(new int[] {
1,
0,
0,
65536});
- resources.ApplyResources(this.nUDL2S, "nUDL2S");
this.nUDL2S.Maximum = new decimal(new int[] {
50,
0,
@@ -3564,13 +3568,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,
@@ -3596,13 +3600,13 @@
//
// nUDR2S
//
+ resources.ApplyResources(this.nUDR2S, "nUDR2S");
this.nUDR2S.DecimalPlaces = 2;
this.nUDR2S.Increment = new decimal(new int[] {
1,
0,
0,
65536});
- resources.ApplyResources(this.nUDR2S, "nUDR2S");
this.nUDR2S.Maximum = new decimal(new int[] {
50,
0,
@@ -3628,13 +3632,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,
@@ -3660,13 +3664,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,
@@ -3697,13 +3701,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,
@@ -3724,6 +3728,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[] {
@@ -3750,169 +3755,169 @@
this.cMGyroTriggers.Name = "cMGyroTriggers";
this.cMGyroTriggers.ShowCheckMargin = true;
this.cMGyroTriggers.ShowImageMargin = false;
- resources.ApplyResources(this.cMGyroTriggers, "cMGyroTriggers");
//
// crossToolStripMenuItem
//
+ resources.ApplyResources(this.crossToolStripMenuItem, "crossToolStripMenuItem");
this.crossToolStripMenuItem.CheckOnClick = true;
this.crossToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
this.crossToolStripMenuItem.Name = "crossToolStripMenuItem";
- resources.ApplyResources(this.crossToolStripMenuItem, "crossToolStripMenuItem");
this.crossToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
//
// circleToolStripMenuItem
//
+ resources.ApplyResources(this.circleToolStripMenuItem, "circleToolStripMenuItem");
this.circleToolStripMenuItem.CheckOnClick = true;
this.circleToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
this.circleToolStripMenuItem.Name = "circleToolStripMenuItem";
- resources.ApplyResources(this.circleToolStripMenuItem, "circleToolStripMenuItem");
this.circleToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
//
// squareToolStripMenuItem
//
+ resources.ApplyResources(this.squareToolStripMenuItem, "squareToolStripMenuItem");
this.squareToolStripMenuItem.CheckOnClick = true;
this.squareToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
this.squareToolStripMenuItem.Name = "squareToolStripMenuItem";
- resources.ApplyResources(this.squareToolStripMenuItem, "squareToolStripMenuItem");
this.squareToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
//
// triangleToolStripMenuItem
//
+ resources.ApplyResources(this.triangleToolStripMenuItem, "triangleToolStripMenuItem");
this.triangleToolStripMenuItem.CheckOnClick = true;
this.triangleToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
this.triangleToolStripMenuItem.Name = "triangleToolStripMenuItem";
- resources.ApplyResources(this.triangleToolStripMenuItem, "triangleToolStripMenuItem");
this.triangleToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
//
// l1ToolStripMenuItem
//
+ resources.ApplyResources(this.l1ToolStripMenuItem, "l1ToolStripMenuItem");
this.l1ToolStripMenuItem.CheckOnClick = true;
this.l1ToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
this.l1ToolStripMenuItem.Name = "l1ToolStripMenuItem";
- resources.ApplyResources(this.l1ToolStripMenuItem, "l1ToolStripMenuItem");
this.l1ToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
//
// l2ToolStripMenuItem
//
+ resources.ApplyResources(this.l2ToolStripMenuItem, "l2ToolStripMenuItem");
this.l2ToolStripMenuItem.CheckOnClick = true;
this.l2ToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
this.l2ToolStripMenuItem.Name = "l2ToolStripMenuItem";
- resources.ApplyResources(this.l2ToolStripMenuItem, "l2ToolStripMenuItem");
this.l2ToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
//
// r1ToolStripMenuItem
//
+ resources.ApplyResources(this.r1ToolStripMenuItem, "r1ToolStripMenuItem");
this.r1ToolStripMenuItem.CheckOnClick = true;
this.r1ToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
this.r1ToolStripMenuItem.Name = "r1ToolStripMenuItem";
- resources.ApplyResources(this.r1ToolStripMenuItem, "r1ToolStripMenuItem");
this.r1ToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
//
// r2ToolStripMenuItem
//
+ resources.ApplyResources(this.r2ToolStripMenuItem, "r2ToolStripMenuItem");
this.r2ToolStripMenuItem.CheckOnClick = true;
this.r2ToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
this.r2ToolStripMenuItem.Name = "r2ToolStripMenuItem";
- resources.ApplyResources(this.r2ToolStripMenuItem, "r2ToolStripMenuItem");
this.r2ToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
//
// onTouchpadToolStripMenuItem
//
+ resources.ApplyResources(this.onTouchpadToolStripMenuItem, "onTouchpadToolStripMenuItem");
this.onTouchpadToolStripMenuItem.CheckOnClick = true;
this.onTouchpadToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
this.onTouchpadToolStripMenuItem.Name = "onTouchpadToolStripMenuItem";
- resources.ApplyResources(this.onTouchpadToolStripMenuItem, "onTouchpadToolStripMenuItem");
this.onTouchpadToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
//
// downToolStripMenuItem
//
+ resources.ApplyResources(this.downToolStripMenuItem, "downToolStripMenuItem");
this.downToolStripMenuItem.CheckOnClick = true;
this.downToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
this.downToolStripMenuItem.Name = "downToolStripMenuItem";
- resources.ApplyResources(this.downToolStripMenuItem, "downToolStripMenuItem");
this.downToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
//
// leftToolStripMenuItem
//
+ resources.ApplyResources(this.leftToolStripMenuItem, "leftToolStripMenuItem");
this.leftToolStripMenuItem.CheckOnClick = true;
this.leftToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
this.leftToolStripMenuItem.Name = "leftToolStripMenuItem";
- resources.ApplyResources(this.leftToolStripMenuItem, "leftToolStripMenuItem");
this.leftToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
//
// rightToolStripMenuItem
//
+ resources.ApplyResources(this.rightToolStripMenuItem, "rightToolStripMenuItem");
this.rightToolStripMenuItem.CheckOnClick = true;
this.rightToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
this.rightToolStripMenuItem.Name = "rightToolStripMenuItem";
- resources.ApplyResources(this.rightToolStripMenuItem, "rightToolStripMenuItem");
this.rightToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
//
// l3ToolStripMenuItem
//
+ resources.ApplyResources(this.l3ToolStripMenuItem, "l3ToolStripMenuItem");
this.l3ToolStripMenuItem.CheckOnClick = true;
this.l3ToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
this.l3ToolStripMenuItem.Name = "l3ToolStripMenuItem";
- resources.ApplyResources(this.l3ToolStripMenuItem, "l3ToolStripMenuItem");
this.l3ToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
//
// r3ToolStripMenuItem
//
+ resources.ApplyResources(this.r3ToolStripMenuItem, "r3ToolStripMenuItem");
this.r3ToolStripMenuItem.CheckOnClick = true;
this.r3ToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
this.r3ToolStripMenuItem.Name = "r3ToolStripMenuItem";
- resources.ApplyResources(this.r3ToolStripMenuItem, "r3ToolStripMenuItem");
this.r3ToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
//
// fingerOnTouchpadToolStripMenuItem
//
+ resources.ApplyResources(this.fingerOnTouchpadToolStripMenuItem, "fingerOnTouchpadToolStripMenuItem");
this.fingerOnTouchpadToolStripMenuItem.CheckOnClick = true;
this.fingerOnTouchpadToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
this.fingerOnTouchpadToolStripMenuItem.Name = "fingerOnTouchpadToolStripMenuItem";
- resources.ApplyResources(this.fingerOnTouchpadToolStripMenuItem, "fingerOnTouchpadToolStripMenuItem");
this.fingerOnTouchpadToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
//
// fingersOnTouchpadToolStripMenuItem
//
+ resources.ApplyResources(this.fingersOnTouchpadToolStripMenuItem, "fingersOnTouchpadToolStripMenuItem");
this.fingersOnTouchpadToolStripMenuItem.CheckOnClick = true;
this.fingersOnTouchpadToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
this.fingersOnTouchpadToolStripMenuItem.Name = "fingersOnTouchpadToolStripMenuItem";
- resources.ApplyResources(this.fingersOnTouchpadToolStripMenuItem, "fingersOnTouchpadToolStripMenuItem");
this.fingersOnTouchpadToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
//
// optionsToolStripMenuItem
//
+ resources.ApplyResources(this.optionsToolStripMenuItem, "optionsToolStripMenuItem");
this.optionsToolStripMenuItem.CheckOnClick = true;
this.optionsToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
- resources.ApplyResources(this.optionsToolStripMenuItem, "optionsToolStripMenuItem");
this.optionsToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
//
// shareToolStripMenuItem
//
+ resources.ApplyResources(this.shareToolStripMenuItem, "shareToolStripMenuItem");
this.shareToolStripMenuItem.CheckOnClick = true;
this.shareToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
this.shareToolStripMenuItem.Name = "shareToolStripMenuItem";
- resources.ApplyResources(this.shareToolStripMenuItem, "shareToolStripMenuItem");
this.shareToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
//
// pSToolStripMenuItem
//
+ resources.ApplyResources(this.pSToolStripMenuItem, "pSToolStripMenuItem");
this.pSToolStripMenuItem.CheckOnClick = true;
this.pSToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
this.pSToolStripMenuItem.Name = "pSToolStripMenuItem";
- resources.ApplyResources(this.pSToolStripMenuItem, "pSToolStripMenuItem");
this.pSToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
//
// alwaysOnToolStripMenuItem
//
+ resources.ApplyResources(this.alwaysOnToolStripMenuItem, "alwaysOnToolStripMenuItem");
this.alwaysOnToolStripMenuItem.CheckOnClick = true;
this.alwaysOnToolStripMenuItem.Name = "alwaysOnToolStripMenuItem";
- resources.ApplyResources(this.alwaysOnToolStripMenuItem, "alwaysOnToolStripMenuItem");
this.alwaysOnToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
//
// cMTouchDisableInvert
//
+ resources.ApplyResources(this.cMTouchDisableInvert, "cMTouchDisableInvert");
this.cMTouchDisableInvert.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.crossTouchInvStripMenuItem,
this.circleTouchInvStripMenuItem,
@@ -3936,139 +3941,138 @@
this.cMTouchDisableInvert.Name = "cMTouchDisableInvert";
this.cMTouchDisableInvert.ShowCheckMargin = true;
this.cMTouchDisableInvert.ShowImageMargin = false;
- resources.ApplyResources(this.cMTouchDisableInvert, "cMTouchDisableInvert");
//
// crossTouchInvStripMenuItem
//
+ resources.ApplyResources(this.crossTouchInvStripMenuItem, "crossTouchInvStripMenuItem");
this.crossTouchInvStripMenuItem.CheckOnClick = true;
this.crossTouchInvStripMenuItem.Name = "crossTouchInvStripMenuItem";
- resources.ApplyResources(this.crossTouchInvStripMenuItem, "crossTouchInvStripMenuItem");
this.crossTouchInvStripMenuItem.CheckedChanged += new System.EventHandler(this.TouchDisableInvert_CheckedChanged);
//
// circleTouchInvStripMenuItem
//
+ resources.ApplyResources(this.circleTouchInvStripMenuItem, "circleTouchInvStripMenuItem");
this.circleTouchInvStripMenuItem.CheckOnClick = true;
this.circleTouchInvStripMenuItem.Name = "circleTouchInvStripMenuItem";
- resources.ApplyResources(this.circleTouchInvStripMenuItem, "circleTouchInvStripMenuItem");
this.circleTouchInvStripMenuItem.CheckedChanged += new System.EventHandler(this.TouchDisableInvert_CheckedChanged);
//
// squareTouchInvStripMenuItem
//
+ resources.ApplyResources(this.squareTouchInvStripMenuItem, "squareTouchInvStripMenuItem");
this.squareTouchInvStripMenuItem.CheckOnClick = true;
this.squareTouchInvStripMenuItem.Name = "squareTouchInvStripMenuItem";
- resources.ApplyResources(this.squareTouchInvStripMenuItem, "squareTouchInvStripMenuItem");
this.squareTouchInvStripMenuItem.CheckedChanged += new System.EventHandler(this.TouchDisableInvert_CheckedChanged);
//
// triangleTouchInvStripMenuItem
//
+ resources.ApplyResources(this.triangleTouchInvStripMenuItem, "triangleTouchInvStripMenuItem");
this.triangleTouchInvStripMenuItem.CheckOnClick = true;
this.triangleTouchInvStripMenuItem.Name = "triangleTouchInvStripMenuItem";
- resources.ApplyResources(this.triangleTouchInvStripMenuItem, "triangleTouchInvStripMenuItem");
this.triangleTouchInvStripMenuItem.CheckedChanged += new System.EventHandler(this.TouchDisableInvert_CheckedChanged);
//
// l1TouchInvStripMenuItem
//
+ resources.ApplyResources(this.l1TouchInvStripMenuItem, "l1TouchInvStripMenuItem");
this.l1TouchInvStripMenuItem.CheckOnClick = true;
this.l1TouchInvStripMenuItem.Name = "l1TouchInvStripMenuItem";
- resources.ApplyResources(this.l1TouchInvStripMenuItem, "l1TouchInvStripMenuItem");
this.l1TouchInvStripMenuItem.CheckedChanged += new System.EventHandler(this.TouchDisableInvert_CheckedChanged);
//
// l2TouchInvStripMenuItem
//
+ resources.ApplyResources(this.l2TouchInvStripMenuItem, "l2TouchInvStripMenuItem");
this.l2TouchInvStripMenuItem.CheckOnClick = true;
this.l2TouchInvStripMenuItem.Name = "l2TouchInvStripMenuItem";
- resources.ApplyResources(this.l2TouchInvStripMenuItem, "l2TouchInvStripMenuItem");
this.l2TouchInvStripMenuItem.CheckedChanged += new System.EventHandler(this.TouchDisableInvert_CheckedChanged);
//
// r1TouchInvStripMenuItem
//
+ resources.ApplyResources(this.r1TouchInvStripMenuItem, "r1TouchInvStripMenuItem");
this.r1TouchInvStripMenuItem.CheckOnClick = true;
this.r1TouchInvStripMenuItem.Name = "r1TouchInvStripMenuItem";
- resources.ApplyResources(this.r1TouchInvStripMenuItem, "r1TouchInvStripMenuItem");
this.r1TouchInvStripMenuItem.CheckedChanged += new System.EventHandler(this.TouchDisableInvert_CheckedChanged);
//
// r2TouchInvStripMenuItem
//
+ resources.ApplyResources(this.r2TouchInvStripMenuItem, "r2TouchInvStripMenuItem");
this.r2TouchInvStripMenuItem.CheckOnClick = true;
this.r2TouchInvStripMenuItem.Name = "r2TouchInvStripMenuItem";
- resources.ApplyResources(this.r2TouchInvStripMenuItem, "r2TouchInvStripMenuItem");
this.r2TouchInvStripMenuItem.CheckedChanged += new System.EventHandler(this.TouchDisableInvert_CheckedChanged);
//
// upTouchInvStripMenuItem
//
+ resources.ApplyResources(this.upTouchInvStripMenuItem, "upTouchInvStripMenuItem");
this.upTouchInvStripMenuItem.CheckOnClick = true;
this.upTouchInvStripMenuItem.Name = "upTouchInvStripMenuItem";
- resources.ApplyResources(this.upTouchInvStripMenuItem, "upTouchInvStripMenuItem");
this.upTouchInvStripMenuItem.CheckedChanged += new System.EventHandler(this.TouchDisableInvert_CheckedChanged);
//
// downTouchInvStripMenuItem
//
+ resources.ApplyResources(this.downTouchInvStripMenuItem, "downTouchInvStripMenuItem");
this.downTouchInvStripMenuItem.CheckOnClick = true;
this.downTouchInvStripMenuItem.Name = "downTouchInvStripMenuItem";
- resources.ApplyResources(this.downTouchInvStripMenuItem, "downTouchInvStripMenuItem");
this.downTouchInvStripMenuItem.CheckedChanged += new System.EventHandler(this.TouchDisableInvert_CheckedChanged);
//
// leftTouchInvStripMenuItem
//
+ resources.ApplyResources(this.leftTouchInvStripMenuItem, "leftTouchInvStripMenuItem");
this.leftTouchInvStripMenuItem.CheckOnClick = true;
this.leftTouchInvStripMenuItem.Name = "leftTouchInvStripMenuItem";
- resources.ApplyResources(this.leftTouchInvStripMenuItem, "leftTouchInvStripMenuItem");
this.leftTouchInvStripMenuItem.CheckedChanged += new System.EventHandler(this.TouchDisableInvert_CheckedChanged);
//
// rightTouchInvStripMenuItem
//
+ resources.ApplyResources(this.rightTouchInvStripMenuItem, "rightTouchInvStripMenuItem");
this.rightTouchInvStripMenuItem.CheckOnClick = true;
this.rightTouchInvStripMenuItem.Name = "rightTouchInvStripMenuItem";
- resources.ApplyResources(this.rightTouchInvStripMenuItem, "rightTouchInvStripMenuItem");
this.rightTouchInvStripMenuItem.CheckedChanged += new System.EventHandler(this.TouchDisableInvert_CheckedChanged);
//
// l3TouchInvStripMenuItem
//
+ resources.ApplyResources(this.l3TouchInvStripMenuItem, "l3TouchInvStripMenuItem");
this.l3TouchInvStripMenuItem.CheckOnClick = true;
this.l3TouchInvStripMenuItem.Name = "l3TouchInvStripMenuItem";
- resources.ApplyResources(this.l3TouchInvStripMenuItem, "l3TouchInvStripMenuItem");
this.l3TouchInvStripMenuItem.CheckedChanged += new System.EventHandler(this.TouchDisableInvert_CheckedChanged);
//
// r3TouchInvStripMenuItem
//
+ resources.ApplyResources(this.r3TouchInvStripMenuItem, "r3TouchInvStripMenuItem");
this.r3TouchInvStripMenuItem.CheckOnClick = true;
this.r3TouchInvStripMenuItem.Name = "r3TouchInvStripMenuItem";
- resources.ApplyResources(this.r3TouchInvStripMenuItem, "r3TouchInvStripMenuItem");
this.r3TouchInvStripMenuItem.CheckedChanged += new System.EventHandler(this.TouchDisableInvert_CheckedChanged);
//
// oneFingerTouchInvStripMenuItem
//
+ resources.ApplyResources(this.oneFingerTouchInvStripMenuItem, "oneFingerTouchInvStripMenuItem");
this.oneFingerTouchInvStripMenuItem.CheckOnClick = true;
this.oneFingerTouchInvStripMenuItem.Name = "oneFingerTouchInvStripMenuItem";
- resources.ApplyResources(this.oneFingerTouchInvStripMenuItem, "oneFingerTouchInvStripMenuItem");
this.oneFingerTouchInvStripMenuItem.CheckedChanged += new System.EventHandler(this.TouchDisableInvert_CheckedChanged);
//
// twoFingerTouchInvStripMenuItem
//
+ resources.ApplyResources(this.twoFingerTouchInvStripMenuItem, "twoFingerTouchInvStripMenuItem");
this.twoFingerTouchInvStripMenuItem.CheckOnClick = true;
this.twoFingerTouchInvStripMenuItem.Name = "twoFingerTouchInvStripMenuItem";
- resources.ApplyResources(this.twoFingerTouchInvStripMenuItem, "twoFingerTouchInvStripMenuItem");
this.twoFingerTouchInvStripMenuItem.CheckedChanged += new System.EventHandler(this.TouchDisableInvert_CheckedChanged);
//
// optionsTouchInvStripMenuItem
//
+ resources.ApplyResources(this.optionsTouchInvStripMenuItem, "optionsTouchInvStripMenuItem");
this.optionsTouchInvStripMenuItem.CheckOnClick = true;
this.optionsTouchInvStripMenuItem.Name = "optionsTouchInvStripMenuItem";
- resources.ApplyResources(this.optionsTouchInvStripMenuItem, "optionsTouchInvStripMenuItem");
this.optionsTouchInvStripMenuItem.CheckedChanged += new System.EventHandler(this.TouchDisableInvert_CheckedChanged);
//
// shareTouchInvStripMenuItem
//
+ resources.ApplyResources(this.shareTouchInvStripMenuItem, "shareTouchInvStripMenuItem");
this.shareTouchInvStripMenuItem.CheckOnClick = true;
this.shareTouchInvStripMenuItem.Name = "shareTouchInvStripMenuItem";
- resources.ApplyResources(this.shareTouchInvStripMenuItem, "shareTouchInvStripMenuItem");
this.shareTouchInvStripMenuItem.CheckedChanged += new System.EventHandler(this.TouchDisableInvert_CheckedChanged);
//
// psTouchInvStripMenuItem
//
+ resources.ApplyResources(this.psTouchInvStripMenuItem, "psTouchInvStripMenuItem");
this.psTouchInvStripMenuItem.CheckOnClick = true;
this.psTouchInvStripMenuItem.Name = "psTouchInvStripMenuItem";
- resources.ApplyResources(this.psTouchInvStripMenuItem, "psTouchInvStripMenuItem");
this.psTouchInvStripMenuItem.CheckedChanged += new System.EventHandler(this.TouchDisableInvert_CheckedChanged);
//
// Options
@@ -4177,7 +4181,6 @@
((System.ComponentModel.ISupportInitialize)(this.nUDLSRotation)).EndInit();
this.fLPSettings.ResumeLayout(false);
this.gBGyro.ResumeLayout(false);
- this.gBGyro.PerformLayout();
this.pnlSAMouse.ResumeLayout(false);
this.pnlSAMouse.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.nUDGyroSmoothWeight)).EndInit();
diff --git a/DS4Windows/DS4Forms/Options.resx b/DS4Windows/DS4Forms/Options.resx
index 31bc8ab..be24cfe 100644
--- a/DS4Windows/DS4Forms/Options.resx
+++ b/DS4Windows/DS4Forms/Options.resx
@@ -117,6963 +117,6228 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Flat
+
+ lbGyroXN
-
- NoControl
-
-
-
- 44, 9
-
-
- 13, 13
-
-
-
- 49
-
-
- lowColorChooserButton
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlLowBattery
-
-
- 0
-
-
- 30, 215
-
-
- 39, 20
-
-
- 167
-
-
- nUDRainbow
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBLightbar
-
-
- 10
-
-
- False
-
-
- NoControl
-
-
- 26, 73
-
-
- 100, 20
-
-
- 12
-
-
- tBBlueBar
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlFull
-
-
- 6
-
-
- False
-
-
- NoControl
-
-
- 26, 50
-
-
- 100, 20
-
-
- 11
-
-
- tBGreenBar
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlFull
-
-
- 5
-
-
- False
-
-
- NoControl
-
-
- 26, 24
-
-
- 100, 20
-
-
- 10
-
-
- tBRedBar
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlFull
-
-
- 4
-
-
- True
-
-
- NoControl
-
-
- 6, 191
-
-
- 111, 17
-
-
- 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
-
-
- 9, 76
-
-
- 14, 13
-
-
- 160
-
-
- B
-
-
- lbBlue
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlFull
-
-
- 3
-
-
- True
-
-
- NoControl
-
-
- 10, 53
-
-
- 15, 13
-
-
- 159
-
-
- G
-
-
- lbGreen
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlFull
-
-
- 2
-
-
- True
-
-
- NoControl
-
-
- 72, 218
-
-
- 59, 13
-
-
- 157
-
-
- secs/cycle
-
-
- lbspc
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBLightbar
-
-
- 11
-
-
- True
-
-
- NoControl
-
-
- 10, 27
-
-
- 15, 13
-
-
- 158
-
-
- R
-
-
- lbRed
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlFull
-
-
- 1
-
-
- True
-
-
- NoControl
-
-
- 109, 39
-
-
- No
-
-
- 82, 17
-
-
- 226
-
-
- Double Tap
-
-
- cBDoubleTap
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlTPMouse
-
-
- 5
-
-
- True
-
-
- NoControl
-
-
- 11, 39
-
-
- Yes
-
-
- 45, 17
-
-
- 230
-
-
- Tap
-
-
- cBTap
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlTPMouse
-
-
- 10
-
-
- 63, 39
-
-
- 40, 20
-
-
- 227
-
-
- nUDTap
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlTPMouse
-
-
- 8
-
-
- True
-
-
- NoControl
-
-
- 108, 10
-
-
- Yes
-
-
- 52, 17
-
-
- 231
-
-
- Scroll
-
-
- cBScroll
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlTPMouse
-
-
- 6
-
-
- True
-
-
- NoControl
-
-
- 7, 10
-
-
- Yes
-
-
- 49, 17
-
-
- 232
-
-
- Slide
-
-
- cBSlide
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlTPMouse
-
-
- 11
-
-
- 167, 9
-
-
- 40, 20
-
-
- 228
-
-
- nUDScroll
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlTPMouse
-
-
- 4
-
-
- 63, 9
-
-
- 40, 20
-
-
- 229
-
-
- nUDTouch
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlTPMouse
-
-
- 12
-
-
- True
-
-
- NoControl
-
-
- 5, 17
-
-
- 92, 13
-
-
- 206
-
-
- Mouse Sensitivity:
-
-
- TopRight
-
-
- lbButtonMouseSens
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBOther
-
-
- 13
-
-
- True
-
-
- NoControl
-
-
- 14, 87
-
-
- No
-
-
- 124, 17
-
-
- 223
-
-
- Lower Right as RMB
-
-
- cBlowerRCOn
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlTPMouse
-
-
- 9
-
-
- True
-
-
- NoControl
-
-
- 14, 66
-
-
- No
-
-
- 118, 17
-
-
- 224
-
-
- Jitter Compensation
-
-
- cBTouchpadJitterCompensation
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlTPMouse
-
-
- 7
-
-
- True
-
-
- NoControl
-
-
- 6, 31
-
-
- 19, 13
-
-
- 196
-
-
+
L2
-
- lbL2
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPDeadzone
-
-
- 0
-
-
- True
-
-
- NoControl
-
-
- 82, 32
-
-
- 21, 13
-
-
- 197
-
-
- R2
-
-
- lbR2
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPDeadzone
-
-
- 7
-
-
- True
-
-
- NoControl
-
-
- 169, 67
-
-
- 28, 13
-
-
- 200
-
-
- mins
-
-
- lbIdleMinutes
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBOther
-
-
- 16
-
-
- 115, 64
-
-
- 49, 20
-
-
- 201
-
-
- nUDIdleDisconnect
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBOther
-
-
- 11
-
-
- 105, 29
-
-
+
+
40, 20
-
- 202
-
-
- nUDR2
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPDeadzone
-
-
- 4
-
-
- flushHIDQueue
-
-
- True
-
-
- NoControl
-
-
- 8, 178
-
-
- Yes
-
-
- 73, 17
-
-
- 198
-
-
- Flush HID
-
-
- cBFlushHIDQueue
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBOther
-
-
- 15
-
-
- 4, 18
-
-
- 43, 20
-
-
- 211
-
-
- nUDRumbleBoost
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBRumble
-
-
- 3
-
-
- NoControl
-
-
- 77, 15
-
-
- 71, 23
-
-
- 214
-
-
- Test Heavy
-
-
- btnRumbleHeavyTest
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBRumble
-
-
- 2
-
-
- True
-
-
- NoControl
-
-
- 7, 7
-
-
- 26, 13
-
-
- 225
-
-
- Full:
-
-
- lbFull
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlFull
-
-
- 0
-
-
- True
-
-
- NoControl
-
-
- 6, 30
-
-
- 15, 13
-
-
- 158
-
-
- R
-
-
- lbLowRed
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlLowBattery
-
-
- 1
-
-
- True
-
-
- NoControl
-
-
- 6, 53
-
-
- 15, 13
-
-
- 159
-
-
- G
-
-
- lbLowGreen
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlLowBattery
-
-
- 2
-
-
- True
-
-
- NoControl
-
-
- 6, 76
-
-
- 14, 13
-
-
- 160
-
-
- B
-
-
- lbLowBlue
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlLowBattery
-
-
- 3
-
-
- False
-
-
- NoControl
-
-
- 22, 26
-
-
- 100, 20
-
-
- 10
-
-
- tBLowRedBar
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlLowBattery
-
-
- 4
-
-
- False
-
-
- NoControl
-
-
- 22, 49
-
-
- 100, 20
-
-
- 11
-
-
- tBLowGreenBar
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlLowBattery
-
-
- 5
-
-
- False
-
-
- NoControl
-
-
- 22, 72
-
-
- 100, 20
-
-
- 12
-
-
- tBLowBlueBar
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlLowBattery
-
-
- 6
-
-
- True
-
-
- NoControl
-
-
- 7, 9
-
-
- 39, 13
-
-
- 225
-
-
- Empty:
-
-
- lbEmpty
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlLowBattery
-
-
- 7
-
-
- 1, 19
-
-
- 134, 96
-
-
- 235
-
-
- pnlFull
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBLightbar
-
-
- 14
-
-
- 142, 18
-
-
- 126, 97
-
-
- 234
-
-
- pnlLowBattery
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBLightbar
-
-
- 13
-
-
- True
-
-
- NoControl
-
-
- 82, 6
-
-
- 22, 13
-
-
- 197
-
-
- RS
-
-
- lbRS
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPDeadzone
-
-
- 9
-
-
- True
-
-
- NoControl
-
-
- 6, 6
-
-
- 20, 13
-
-
- 196
-
-
- LS
-
-
- lbLS
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPDeadzone
-
-
- 10
-
-
- 105, 3
-
-
- No
-
-
- 40, 20
-
-
- 203
-
-
- nUDRS
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPDeadzone
-
-
- 6
-
-
- 109, 16
-
-
- 49, 20
-
-
- 241
-
-
- numUDMouseSens
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBOther
-
-
- 14
-
-
- 30, 3
-
-
- No
-
-
- 40, 20
-
-
- 203
-
-
- nUDLS
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPDeadzone
-
-
- 2
-
-
- 30, 29
-
-
- No
-
-
- 40, 20
-
-
- 203
-
-
- nUDL2
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPDeadzone
-
-
- 1
-
-
- NoControl
-
-
- 162, 103
-
-
- 101, 23
-
-
- 237
-
-
- None
-
-
- touchpadDisInvertButton
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlTPMouse
-
-
- 0
-
-
- True
-
-
- NoControl
-
-
- 141, 87
-
-
- 75, 13
-
-
- 236
-
-
- Disable Invert:
-
-
- label25
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlTPMouse
-
-
- 1
-
-
- True
-
-
- NoControl
-
-
- 141, 66
-
-
- 37, 13
-
-
- 235
-
-
- Invert:
-
-
- label15
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlTPMouse
-
-
- 2
-
-
- None
-
-
- X Axis
-
-
- Y Axis
-
-
- Both X and Y Axes
-
-
- 178, 62
-
-
- 85, 21
-
-
- 234
-
-
- touchpadInvertComboBox
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlTPMouse
-
-
- 3
-
-
- True
-
-
- NoControl
-
-
- 14, 109
-
-
- 142, 17
-
-
- 233
-
-
- Start with Slide/Scroll off
-
-
- cbStartTouchpadOff
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlTPMouse
-
-
- 13
-
-
- -3, 39
-
-
- 2, 2, 2, 2
-
-
- 267, 129
-
-
- 257
-
-
- pnlTPMouse
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBTouchpad
-
-
- 0
-
-
- True
-
-
- NoControl
-
-
- 138, 18
-
-
- 2, 2, 2, 2
-
-
- 100, 17
-
-
- 235
-
-
- Use for Controls
-
-
- rBTPControls
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBTouchpad
-
-
- 1
-
-
- True
-
-
- NoControl
-
-
- 6, 18
-
-
- 2, 2, 2, 2
-
-
- 93, 17
-
-
- 234
-
-
- Use as Mouse
-
-
- rBTPMouse
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBTouchpad
-
-
- 2
-
-
- 326, 13
-
-
- False
-
-
- 117, 22
-
-
- Control
-
-
- 114, 6
-
-
- 117, 22
-
Default
-
- 127, 22
+
+ tBLowBlueBar
-
- Inverted
-
-
- 127, 22
-
-
- Inverted X
-
-
- 127, 22
-
-
- Inverted Y
-
-
- 117, 22
-
-
- Dpad
-
-
- 127, 22
-
-
- Inverted
-
-
- 127, 22
-
-
- Inverted X
-
-
- 127, 22
-
-
- Inverted Y
-
-
- 117, 22
-
-
- Left Stick
-
-
- 127, 22
-
-
- Inverted
-
-
- 127, 22
-
-
- Inverted X
-
-
- 127, 22
-
-
- Inverted Y
-
-
- 117, 22
-
-
- Right Stick
-
-
- 117, 22
-
-
- Face Buttons
-
-
- 147, 22
-
-
- w/ Scan Code
-
-
- False
-
-
- 117, 22
-
-
- WASD
-
-
- 147, 22
-
-
- w/ Scan Code
-
-
- 117, 22
-
-
- Arrow Keys
-
-
- 127, 22
-
-
- Inverted
-
-
- 127, 22
-
-
- Inverted X
-
-
- 127, 22
-
-
- Inverted Y
-
-
- 117, 22
-
-
- Mouse
-
-
- 118, 208
-
-
- cMSPresets
-
-
- System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Flat
-
-
+
+
NoControl
-
- 3, 3
-
-
- 80, 23
-
-
- 250
-
-
- Swipe Up
-
-
- bnSwipeUp
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPTouchSwipe
-
-
- 0
-
-
- NoControl
-
-
- 88, 0
-
-
- 2, 0, 2, 0
-
-
- 168, 23
-
-
- 285
-
-
- Options
-
-
- MiddleLeft
-
-
- lbSwipeUp
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPTouchSwipe
-
-
- 1
-
-
- Flat
-
-
- NoControl
-
-
- 3, 32
-
-
- 80, 23
-
-
- 250
-
-
- Swipe Down
-
-
- bnSwipeDown
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPTouchSwipe
-
-
- 2
-
-
- NoControl
-
-
- 88, 29
-
-
- 2, 0, 2, 0
-
-
- 168, 23
-
-
- 286
-
-
- Options
-
-
- MiddleLeft
-
-
- lbSwipeDown
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPTouchSwipe
-
-
- 3
-
-
- Flat
-
-
- NoControl
-
-
- 3, 61
-
-
- 80, 23
-
-
- 250
-
-
- Swipe Left
-
-
- bnSwipeLeft
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPTouchSwipe
-
-
- 4
-
-
- NoControl
-
-
- 88, 58
-
-
- 2, 0, 2, 0
-
-
- 168, 23
-
-
- 287
-
-
- Options
-
-
- MiddleLeft
-
-
- lbSwipeLeft
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPTouchSwipe
-
-
- 5
-
-
- Flat
-
-
- NoControl
-
-
- 3, 90
-
-
- 80, 23
-
-
- 250
-
-
- Swipe Right
-
-
- bnSwipeRight
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPTouchSwipe
-
-
- 6
-
-
- NoControl
-
-
- 88, 87
-
-
- 2, 0, 2, 0
-
-
- 168, 23
-
-
- 288
-
-
- Options
-
-
- MiddleLeft
-
-
- lbSwipeRight
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPTouchSwipe
-
-
- 7
-
-
- 4, 55
-
-
- 260, 121
-
-
- 256
-
-
- fLPTouchSwipe
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBTouchpad
-
-
- 3
-
-
- 2, 259
-
-
- 270, 182
-
-
- 246
-
-
- Touchpad
-
-
- gBTouchpad
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPControls
-
-
- 1
-
-
- True
-
-
- NoControl
-
-
- 10, 227
-
-
- 67, 13
-
-
- 259
-
-
- BT Poll Rate
-
-
- btPollRateLabel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBOther
-
-
- 0
-
-
- Max (1 ms)
-
-
- 1000 Hz (1 ms)
-
-
- 500 Hz (2 ms)
-
-
- 333 Hz (3 ms)
-
-
- 250 Hz (4 ms)
-
-
- 200 Hz (5 ms)
-
-
- 166 Hz (6 ms)
-
-
- 142 Hz (7 ms)
-
-
- 125 Hz (8 ms)
-
-
- 111 Hz (9 ms)
-
-
- 100 Hz (10 ms)
-
-
- 90 Hz (11 ms)
-
-
- 83 Hz (12 ms)
-
-
- 76 Hz (13 ms)
-
-
- 71 Hz (14 ms)
-
-
- 66 Hz (15 ms)
-
-
- 62 Hz (16 ms)
-
-
- 85, 224
-
-
- 121, 21
-
-
- 258
-
-
- btPollRateComboBox
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBOther
-
-
- 1
-
-
- True
-
-
- NoControl
-
-
- 8, 202
-
-
- Yes
-
-
- 147, 17
-
-
- 257
-
-
- Enable Touchpad Toggle
-
-
- enableTouchToggleCheckbox
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBOther
-
-
- 2
-
-
- True
-
-
- NoControl
-
-
- 8, 154
-
-
- Yes
-
-
- 101, 17
-
-
- 256
-
-
- Use Dinput only
-
-
- cBDinput
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBOther
-
-
- 3
-
-
- NoControl
-
-
- 215, 122
-
-
- 23, 23
-
-
- Zoom
-
-
- 255
-
-
- pBProgram
-
-
- System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBOther
-
-
- 4
-
-
- True
-
-
- NoControl
-
-
- 4, 118
-
-
- Yes
-
-
- 107, 30
-
-
- 254
-
-
- Launch Program
-with profile
-
-
- cBLaunchProgram
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBOther
-
-
- 5
-
-
- Zoom
-
-
- MiddleRight
-
-
- NoControl
-
-
- 132, 122
-
-
- 67, 23
-
-
- 253
-
-
- Browse...
-
-
- btnBrowse
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBOther
-
-
- 6
-
-
- True
-
-
- NoControl
-
-
- 5, 96
-
-
- 73, 13
-
-
- 252
-
-
- Use Controller
-
-
- lbUseController
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBOther
-
-
- 7
-
-
- True
-
-
- NoControl
-
-
- 8, 42
-
-
- Yes
-
-
- 120, 17
-
-
- 251
-
-
- Mouse Acceleration
-
-
- cBMouseAccel
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBOther
-
-
- 8
-
-
- 85, 95
-
-
- 29, 20
-
-
- 250
-
-
- nUDSixaxis
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBOther
-
-
- 9
-
-
- True
-
-
- NoControl
-
-
- 118, 95
-
-
- Yes
-
-
- 142, 17
-
-
- 242
-
-
- for Mapping and readout
-
-
- cBControllerInput
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBOther
-
-
- 10
-
-
- True
-
-
- NoControl
-
-
- 8, 65
-
-
- Yes
-
-
- 100, 17
-
-
- 232
-
-
- Idle Disconnect
-
-
- cBIdleDisconnect
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBOther
-
-
- 12
-
-
- 281, 221
-
-
- 272, 256
-
-
- 247
-
-
- Other
-
-
- gBOther
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPSettings
-
-
- 5
-
-
- NoControl
-
-
- 6, 214
-
-
- 2, 2, 2, 2
-
-
- 20, 20
-
-
- 243
-
-
- btnRainbow
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBLightbar
-
-
- 0
-
-
- True
-
-
- NoControl
-
-
- 203, 214
-
-
- 15, 13
-
-
- 241
-
-
- %
-
-
- False
-
-
- lbRainbowB
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBLightbar
-
-
- 1
-
-
- 151, 214
-
-
- 43, 20
-
-
- 242
-
-
- False
-
-
- nUDRainbowB
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBLightbar
-
-
- 2
-
-
- Flash at
-
-
- Pulse at
-
-
- 4, 133
-
-
- 68, 21
-
-
- 240
-
-
- cBFlashType
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBLightbar
-
-
- 3
-
-
- Normal
-
-
- Pulse
-
-
- Rainbow
-
-
- Color
-
-
- 91, 166
-
-
- 121, 21
-
-
- 239
-
-
- cBWhileCharging
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBLightbar
-
-
- 4
-
-
- Zoom
-
-
- Flat
-
-
- NoControl
-
-
- 146, 137
-
-
- 13, 13
-
-
- 49
-
-
- btnFlashColor
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBLightbar
-
-
- 5
-
-
- Flat
-
-
- NoControl
-
-
- 218, 168
-
-
- 13, 13
-
-
- 49
-
-
- False
-
-
- btnChargingColor
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBLightbar
-
-
- 6
-
-
- True
-
-
- NoControl
-
-
- 5, 167
-
-
- 82, 13
-
-
- 236
-
-
- While Charging:
-
-
- lbWhileCharging
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBLightbar
-
-
- 7
-
-
- True
-
-
- NoControl
-
-
- 125, 137
-
-
- 15, 13
-
-
- 207
-
-
- %
-
-
- lbPercentFlashBar
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBLightbar
-
-
- 8
-
-
- 78, 134
-
-
- 43, 20
-
-
- 167
-
-
- nUDflashLED
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBLightbar
-
-
- 9
-
-
- 3, 3
-
-
- 272, 244
-
-
- 247
-
-
- Lightbar
-
-
- gBLightbar
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPSettings
-
-
- 0
-
-
- True
-
-
- NoControl
-
-
- 54, 20
-
-
- 15, 13
-
-
- 207
-
-
- %
-
-
- lbPercentRumble
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBRumble
-
-
- 0
-
-
- NoControl
-
-
- 157, 15
-
-
- 72, 23
-
-
- 214
-
-
- Test Light
-
-
- btnRumbleLightTest
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBRumble
-
-
- 1
-
-
- 281, 3
-
-
- 272, 46
-
-
- 247
-
-
- Rumble
-
-
- gBRumble
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPSettings
-
-
- 2
-
-
- True
-
-
- NoControl
-
-
- 157, 4
-
-
- 49, 13
-
-
- 197
-
-
- Sixaxis X
-
-
- lbSixaxisX
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPDeadzone
-
-
- 3
-
-
- True
-
-
- NoControl
-
-
- 157, 33
-
-
- 49, 13
-
-
- 197
-
-
- Sixaxis Z
-
-
- lbSixaxisZ
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
tPDeadzone
-
- 5
+
+ 3
-
- 212, 31
+
+ 2
-
- No
+
+ 10
-
- 40, 20
+
+ bnTriangle
-
- 203
-
-
- nUDSZ
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPDeadzone
-
-
- 11
-
-
- 212, 2
-
-
- 40, 20
-
-
- 202
-
-
- nUDSX
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPDeadzone
-
-
- 8
-
-
- 153, 17
-
-
- False
-
-
+
Popup
-
+
+ pnlTPMouse
+
+
+ %
+
+
+ pnlController
+
+
+ fLPSettings
+
+
+ Left
+
+
+ tSMIMouseInverted
+
+
+ 144, 45
+
+
+ 3, 3, 3, 3
+
+
+ 151, 98
+
+
+ 2, 0, 2, 0
+
+
+ 6
+
+
+
+ 15
+
+
+ True
+
+
+ maxZoneTabPage
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 125, 31
+
+
+ 2, 2
+
+
+ 85, 224
+
+
+ System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 3
+
+
+ 216
+
+
+ tPControls
+
+
NoControl
-
- 44, 26
+
+ True
-
- 3, 3
+
+ No
-
- 237
+
+ crossTouchInvStripMenuItem
-
- button1
-
-
- btnSATrack
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 0, 0
pnlSATrack
-
- 0
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- False
+
+ 91, 166
-
- Flat
+
+ 6
-
+
+ maxZoneTabPage
+
+
+ G
+
+
+ 216, 19
+
+
+ 14, 87
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ lbLCircle
+
+
+ 2
+
+
+ 6
+
+
+ 215, 4
+
+
+ Top
+
+
+ 46
+
+
+ 4, 55
+
+
+ True
+
+
+ lbL2TrackS
+
+
+ 250
+
+
+ 9
+
+
+ True
+
+
NoControl
-
- 26, 77
+
+ 0
-
- 3, 3
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 249
+
+ r1TouchInvStripMenuItem
-
- btnSATrackS
+
+ %
+
+
+ 40, 20
+
+
+ 10
+
+
+ 3
+
+
+ pnlTPMouse
System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- pnlSATrack
+
+ 30, 30
-
- 1
+
+ 4, 18
-
- 300, 88
+
+ 0
-
- 2, 2, 2, 2
+
+ 7, 9
-
+
+ 5
+
+
+ 73, 13
+
+
+ 3, 3
+
+
+ 117, 22
+
+
+ NoControl
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 178, 62
+
+
+ gBOther
+
+
+ 3, 90
+
+
+ optionsToolStripMenuItem
+
+
+ Cubic
+
+
+ Quadratic
+
+
+ 210
+
+
+ Left Mouse Button
+
+
+ Down
+
+
+ 0
+
+
+ lbRSTip
+
+
+ btPollRateComboBox
+
+
+ True
+
+
+ 83, 13
+
+
+ pnlController
+
+
+ lbL2TrackS
+
+
+ lbGyroXP
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
125, 125
252
-
- pnlSATrack
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- lbL2TrackS
-
-
- 0
-
-
- True
-
-
+
NoControl
-
- 94, 338
-
-
- 19, 13
-
-
- 216
-
-
- L2
-
-
- MiddleCenter
-
-
- lbL2Track
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- lbL2TrackS
-
-
- 1
-
-
- NoControl
-
-
- 151, 56
-
-
- 125, 31
-
-
- 216
-
-
- Right Stick
-
-
- MiddleCenter
-
-
- lbRSTip
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- lbL2TrackS
-
-
- 2
-
-
- True
-
-
- NoControl
-
-
- 7, 3
-
-
- 100, 13
-
-
- 216
-
-
- Input Delay: N/Ams
-
-
- MiddleCenter
-
-
- lbInputDelay
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- lbL2TrackS
-
-
- 3
-
-
- True
-
-
- NoControl
-
-
- 162, 338
-
-
- 21, 13
-
-
- 216
-
-
- R2
-
-
- MiddleCenter
-
-
- lbR2Track
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- lbL2TrackS
-
-
- 4
-
-
- NoControl
-
-
- 7, 56
-
-
- 125, 31
-
-
- 216
-
-
- Left Stick
-
-
- MiddleCenter
-
-
- lbLSTip
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- lbL2TrackS
-
-
- 5
-
-
- NoControl
-
-
- 300, 56
-
-
- 125, 31
-
-
- 216
-
-
- Sixaxis: X axis is flipped for easier reading
-
-
- MiddleCenter
-
-
- lbSATip
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- lbL2TrackS
-
-
- 6
-
-
- False
-
-
- False
-
-
- NoControl
-
-
- 142, 233
-
-
- Vertical
-
-
- Yes
-
-
- 25, 125
-
-
- 244
-
-
- tBR2
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- lbL2TrackS
-
-
- 7
-
-
- False
-
-
- False
-
-
- NoControl
-
-
- 109, 233
-
-
- Vertical
-
-
- Yes
-
-
- True
-
-
- 25, 125
-
-
- 244
-
-
- tBL2
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- lbL2TrackS
-
-
- 8
-
-
- False
-
-
- NoControl
-
-
- 71, 25
-
-
- 49, 19
-
-
- 219
-
-
- tBsixaxisAccelX
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSixaxis
-
-
- 0
-
-
- True
-
-
- NoControl
-
-
- 81, 4
-
-
- 34, 13
-
-
- 215
-
-
- Accel
-
-
- lb6Accel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSixaxis
-
-
- 1
-
-
- False
-
-
- NoControl
-
-
- 3, 24
-
-
- 49, 19
-
-
- 222
-
-
- tBsixaxisGyroX
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSixaxis
-
-
- 2
-
-
- True
-
-
- NoControl
-
-
- 13, 5
-
-
- 29, 13
-
-
- 216
-
-
- Gyro
-
-
- lb6Gryo
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSixaxis
-
-
- 3
-
-
- False
-
-
- NoControl
-
-
- 2, 52
-
-
- 49, 19
-
-
- 221
-
-
- tBsixaxisGyroY
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSixaxis
-
-
- 4
-
-
- False
-
-
- NoControl
-
-
- 3, 79
-
-
- 49, 19
-
-
- 220
-
-
- tBsixaxisGyroZ
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSixaxis
-
-
- 5
-
-
- False
-
-
- NoControl
-
-
- 71, 52
-
-
- 49, 19
-
-
- 218
-
-
- tBsixaxisAccelY
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSixaxis
-
-
- 6
-
-
- False
-
-
- NoControl
-
-
- 71, 79
-
-
- 49, 19
-
-
- 217
-
-
- tBsixaxisAccelZ
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSixaxis
-
-
- 7
-
-
- 300, 233
-
-
- 125, 125
-
-
- 236
-
-
- pnlSixaxis
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- lbL2TrackS
-
-
- 9
-
-
- False
-
-
- Popup
-
-
- NoControl
-
-
- 29, 61
-
-
- 3, 3
-
-
- 237
-
-
- button1
-
-
- btnLSTrack
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlLSTrack
-
-
- 0
-
-
- False
-
-
- Flat
-
-
- NoControl
-
-
- 67, 50
-
-
- 3, 3
-
-
- 247
-
-
- btnLSTrackS
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlLSTrack
-
-
- 1
-
-
- 5, 88
-
-
- 2, 2, 2, 2
-
-
- 125, 125
-
-
- 250
-
-
- pnlLSTrack
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- lbL2TrackS
-
-
- 10
-
-
- False
-
-
- Flat
-
-
- NoControl
-
-
- 3, 34
-
-
- 3, 3
-
-
- 248
-
-
- btnRSTrackS
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlRSTrack
-
-
- 0
-
-
- False
-
-
- Popup
-
-
- NoControl
-
-
- 66, 74
-
-
- 3, 3
-
-
- 237
-
-
- button1
-
-
- btnRSTrack
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlRSTrack
+
+ gBOther
1
-
- 151, 88
-
-
- 2, 2, 2, 2
-
-
- 125, 125
-
-
- 251
-
-
- pnlRSTrack
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- lbL2TrackS
-
-
- 11
-
-
- 4, 22
-
-
- 3, 3, 3, 3
-
-
- 438, 455
-
-
- 2
-
-
- Controller Readings
-
-
- lbL2TrackS
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tCControls
-
-
- 2
-
-
- NoControl
-
-
- 3, 3
-
-
- 80, 23
-
-
- 250
-
-
- bnGyroZN
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPTiltControls
-
-
- 0
-
-
- NoControl
-
-
- 88, 0
-
-
- 2, 0, 2, 0
-
-
- 166, 23
-
-
- 286
-
-
- MiddleLeft
-
-
- lbGyroZN
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPTiltControls
-
-
- 1
-
-
- NoControl
-
-
- 3, 32
-
-
- 80, 23
-
-
- 250
-
-
- bnGyroZP
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPTiltControls
-
-
- 2
-
-
- NoControl
-
-
- 88, 29
-
-
- 2, 0, 2, 0
-
-
- 166, 23
-
-
- 287
-
-
- MiddleLeft
-
-
- lbGyroZP
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPTiltControls
-
-
- 3
-
-
- NoControl
-
-
- 3, 61
-
-
- 80, 23
-
-
- 250
-
-
- bnGyroXP
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPTiltControls
-
-
- 4
-
-
- NoControl
-
-
- 88, 58
-
-
- 2, 0, 2, 0
-
-
- 166, 23
-
-
- 288
-
-
- MiddleLeft
-
-
- lbGyroXP
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPTiltControls
-
-
- 5
-
-
- NoControl
-
-
- 3, 90
-
-
- 80, 23
-
-
- 250
-
-
- bnGyroXN
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPTiltControls
-
-
- 6
-
-
- NoControl
-
-
- 88, 87
-
-
- 2, 0, 2, 0
-
-
- 166, 23
-
-
- 289
-
-
- MiddleLeft
-
-
- lbGyroXN
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPTiltControls
-
-
- 7
-
-
- 6, 51
-
-
- 271, 167
-
-
- 254
-
-
- fLPTiltControls
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBGyro
-
-
- 3
-
-
- True
-
-
- Top, Bottom, Left
-
-
- Cross :
-
-
- Circle :
-
-
- Square :
-
-
- Triangle :
-
-
- Options :
-
-
- Share :
-
-
- Up :
-
-
- Down :
-
-
- Left :
-
-
- Right :
-
-
- PS :
-
-
- L1 :
-
-
- R1 :
-
-
- L2 :
-
-
- R2 :
-
-
- L3 :
-
-
- R3 :
-
-
- Left Touch :
-
-
- Upper Touch :
-
-
- Multitouch :
-
-
- Right Touch :
-
-
- Left Stick Up :
-
-
- Left Stick Down :
-
-
- Left Stick Left :
-
-
- Left Stick Right :
-
-
- Right Stick Up :
-
-
- Right Stick Down :
-
-
- Right Stick Left :
-
-
- Right Stick Right :
-
-
- Sixaxis Up :
-
-
- Sixaxis Down :
-
-
- Sixaxis Left :
-
-
- Sixaxis Right :
-
-
- 278, 254
-
-
- 157, 186
-
-
- 180
-
-
- lBControls
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPControls
-
-
- 0
-
-
- NoControl
-
-
- 6, 234
-
-
- 182, 22
-
-
- 181
-
-
- Click the lightbar for color picker
-
-
- MiddleCenter
-
-
- False
-
-
- lbControlTip
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPControls
-
-
- 2
-
-
- Zoom
-
-
- False
-
-
- NoControl
-
-
- 394, -2
-
-
- 2, 2, 2, 2
-
-
- 29, 27
-
-
- StretchImage
-
-
- 284
-
-
- pBHoveredButton
-
-
- System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 0
-
-
- NoControl
-
-
- 249, 143
-
-
- 2, 0, 2, 0
-
-
- 2, 2
-
-
- 304
-
-
- False
-
-
- lbLRS
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 1
-
-
- NoControl
-
-
- 118, 143
-
-
- 2, 0, 2, 0
-
-
- 2, 2
-
-
- 303
-
-
- False
-
-
- lbLLS
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 2
-
-
- None
-
-
- Flat
-
-
- NoControl
-
-
- 265, 187
-
-
- 26, 8
-
-
- 172
-
-
- Right Y-Axis+
-
-
- bnRSDown
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 3
-
-
- NoControl
-
-
- 144, 2
-
-
- 2, 0, 2, 0
-
-
- 2, 2
-
-
- 302
-
-
- False
-
-
- lbLTouchUpper
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 4
-
-
- NoControl
-
-
- 144, 45
-
-
- 2, 0, 2, 0
-
-
- 2, 2
-
-
- 301
-
-
- False
-
-
- lbLTouchRight
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 5
-
-
- None
-
-
- Flat
-
-
- NoControl
-
-
- 134, 164
-
-
- 28, 22
-
-
- 163
-
-
- Left Stick
-
-
- bnL3
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 6
-
-
- NoControl
-
-
- 130, 45
-
-
- 2, 0, 2, 0
-
-
- 2, 2
-
-
- 300
-
-
- False
-
-
- lbLTouchLM
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 7
-
-
- None
-
-
- Flat
-
-
- NoControl
-
-
- 262, 152
-
-
- 29, 14
-
-
- 171
-
-
- Right Y-Axis-
-
-
- bnRSUp
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 8
-
-
- NoControl
-
-
- 313, 2
-
-
- 2, 0, 2, 0
-
-
- 2, 2
-
-
- 299
-
-
- False
-
-
- lbLR2
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 9
-
-
- None
-
-
- Flat
-
-
- NoControl
-
-
- 291, 163
-
10, 19
-
- 170
+
+ tBR2
-
- Right X-Axis+
-
-
- bnRSRight
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 10
-
-
- NoControl
-
-
- 66, 2
-
-
- 2, 0, 2, 0
-
-
- 2, 2
-
-
- 298
-
-
- False
-
-
- lbLL2
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 11
-
-
- None
-
-
- Flat
-
-
- NoControl
-
-
- 264, 166
-
-
- 27, 22
-
-
- 168
-
-
- Right Stick
-
-
- bnR3
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 12
-
-
- NoControl
-
-
- 312, 23
-
-
- 2, 0, 2, 0
-
-
- 2, 2
-
-
- 297
-
-
- False
-
-
- lbLR1
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 13
-
-
- None
-
-
- Flat
-
-
- NoControl
-
-
- 253, 163
-
-
- 10, 19
-
-
- 169
-
-
- Right X-Axis-
-
-
- bnRSLeft
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 14
-
-
- NoControl
-
-
- 59, 22
-
-
- 2, 0, 2, 0
-
-
- 2, 2
-
-
- 296
-
-
- False
-
-
- lbLL1
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 15
-
-
- None
-
-
- Flat
-
-
- NoControl
-
-
- 126, 163
-
-
- 8, 22
-
-
- 164
-
-
- Left X-Axis-
-
-
- bnLSLeft
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 16
-
-
- NoControl
-
-
- 200, 154
-
-
- 2, 0, 2, 0
-
-
- 2, 2
-
-
- 295
-
-
- False
-
-
- lbLPS
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 17
-
-
- None
-
-
- Flat
-
-
- NoControl
-
-
- 134, 153
-
-
- 28, 11
-
-
- 167
-
-
- Left Y-Axis-
-
-
- bnLSUp
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 18
-
-
- NoControl
-
-
- 42, 107
-
-
- 2, 0, 2, 0
-
-
- 2, 2
-
-
- 294
-
-
- False
-
-
- lbLLeft
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 19
-
-
- None
-
-
- Flat
-
-
- NoControl
-
-
- 162, 163
-
-
- 11, 21
-
-
- 165
-
-
- Left X-Axis+
-
-
- bnLSRight
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 20
-
-
- NoControl
-
-
- 90, 106
-
-
- 2, 0, 2, 0
-
-
- 2, 2
-
-
- 293
-
-
- False
-
-
- lbLright
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 21
-
-
- None
-
-
- Flat
-
-
- NoControl
-
-
- 134, 185
-
-
- 28, 10
-
-
- 166
-
-
- Left Y-Axis+
-
-
- bnLSDown
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 22
-
-
- NoControl
-
-
- 73, 121
-
-
- 2, 0, 2, 0
-
-
- 2, 2
-
-
- 292
-
-
- False
-
-
- lbLDown
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 23
-
-
- None
-
-
- Flat
-
-
- NoControl
-
-
- 314, -1
-
-
- 45, 21
-
-
- 89
-
-
- Right Trigger
-
-
- bnR2
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 24
-
-
- None
-
-
- Flat
-
-
- NoControl
-
-
- 74, 77
-
-
- 21, 32
-
-
- 80
-
-
- Up Button
-
-
- bnUp
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 25
-
-
- None
-
-
- Flat
-
-
- NoControl
-
-
- 74, 121
-
-
- 20, 27
-
-
- 81
-
-
- Down Button
-
-
- bnDown
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 26
-
-
- None
-
-
- Flat
-
-
- NoControl
-
-
- 323, 75
-
-
- 30, 30
-
-
- 73
-
-
- Y Button
-
-
- bnTriangle
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 27
-
-
- None
-
-
- Flat
-
-
- NoControl
-
-
- 310, 22
-
-
- 56, 22
-
-
- 87
-
-
- Right Bumper
-
-
- bnR1
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 28
-
-
- None
-
-
- Flat
-
-
- NoControl
-
-
- 295, 103
-
-
- 26, 26
-
-
- 72
-
-
- X Button
-
-
- bnSquare
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 29
-
-
- None
-
-
- Flat
-
-
- NoControl
-
-
- 96, 105
-
-
- 33, 23
-
-
- 82
-
-
- Right Button
-
-
- bnRight
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 30
-
-
- NoControl
-
-
- 72, 78
-
-
- 2, 0, 2, 0
-
-
- 2, 2
-
-
- 291
-
-
- False
-
-
- lbLUp
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 31
-
-
- None
-
-
- Flat
-
-
- NoControl
-
-
- 42, 106
-
-
- 34, 22
-
-
- 83
-
-
- Left Button
-
-
- bnLeft
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 32
-
-
- NoControl
-
-
- 122, 66
-
-
- 2, 0, 2, 0
-
-
- 2, 2
-
-
- 290
-
-
- False
-
-
- lbLShare
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
+
+ 0
33
-
- None
+
+ 3
-
- Flat
+
+ fLPSettings
-
+
+ 2
+
+
NoControl
-
- 282, 58
-
-
- 28, 32
-
-
- 84
-
-
- Start
-
-
- bnOptions
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 34
-
-
- None
-
-
- Flat
-
-
- NoControl
-
-
- 120, 57
-
-
- 22, 32
-
-
- 85
-
-
- Back
-
-
- bnShare
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 35
-
-
- NoControl
-
-
- 286, 66
-
-
- 2, 0, 2, 0
-
-
- 12, 12
-
-
- 289
-
-
- False
-
-
- lbLOptions
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 36
-
-
- None
-
-
- Flat
-
-
- NoControl
-
-
- 58, 22
-
-
- 55, 22
-
-
- 88
-
-
- Left Bumper
-
-
- bnL1
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 37
-
-
- None
-
-
- Flat
-
-
- NoControl
-
-
- 234, 62
-
-
- 46, 65
-
-
- 190
-
-
- Left Mouse Button
-
-
- bnTouchRight
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 38
-
-
- None
-
-
- Flat
-
-
- NoControl
-
-
- 70, 2
-
-
- 40, 17
-
-
- 90
-
-
- Left Trigger
-
-
- bnL2
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 39
-
-
- NoControl
-
-
- 324, 77
-
-
- 2, 0, 2, 0
-
-
- 2, 2
-
-
- 288
-
-
- False
-
-
- lbLTriangle
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 40
-
-
- None
-
-
- Flat
-
-
- NoControl
-
-
- 143, 63
-
-
- 42, 63
-
-
- 191
-
-
- Left Mouse Button
-
-
- bnTouchLeft
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 41
-
-
- NoControl
-
-
- 294, 103
-
-
- 2, 0, 2, 0
-
-
- 2, 2
-
-
- 287
-
-
- False
-
-
- lbLSquare
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 42
-
-
- None
-
-
- Flat
-
-
- NoControl
-
-
- 186, 61
+
+ triangleTouchInvStripMenuItem
47, 67
-
- 192
-
-
- Right Mouse Button
-
-
- bnTouchMulti
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 43
-
-
- NoControl
-
-
- 354, 103
-
-
- 2, 0, 2, 0
-
-
- 2, 2
-
-
- 286
-
-
- False
-
-
- lbLCircle
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 44
-
-
- NoControl
-
-
- 324, 130
-
-
- 2, 0, 2, 0
-
-
- 2, 2
-
-
- 285
-
-
- False
-
-
- lbLCross
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 45
-
-
- None
-
-
- Flat
-
-
- NoControl
-
-
- 143, 42
-
-
- 138, 19
-
-
- 193
-
-
- Middle Mouse Button
-
-
- bnTouchUpper
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 46
-
-
- Zoom
-
-
- Flat
-
-
- NoControl
-
-
- 143, 30
-
-
- 138, 13
-
-
- 91
-
-
- btnLightbar
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 47
-
-
- None
-
-
- Flat
-
-
- NoControl
-
-
- 203, 154
-
-
- 17, 17
-
-
- 86
-
-
- Guide
-
-
- bnPS
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 48
-
-
- None
-
-
- Flat
-
-
- NoControl
-
-
- 324, 128
-
-
- 30, 29
-
-
- 74
-
-
- A Button
-
-
- bnCross
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 49
-
-
- None
-
-
- Flat
-
-
- NoControl
-
-
- 354, 101
-
-
- 29, 30
-
-
- 71
-
-
- B Button
-
-
- bnCircle
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 50
-
-
- NoControl
-
-
- 90, 195
-
-
- 250, 30
-
-
- 283
-
-
- Cross: A
-
-
- TopCenter
-
-
- lbControlName
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 51
-
-
- 2, 2
-
-
- 2, 2, 2, 2
-
-
- 422, 230
-
-
- 282
-
-
- pnlController
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPControls
-
-
- 3
-
-
- 4, 22
-
-
- 3, 3, 3, 3
-
-
- 438, 455
-
-
- 0
-
-
- Controls
-
-
- tPControls
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tCControls
-
-
- 0
-
-
- Name
-
-
- 140
-
-
- Trigger
-
-
- 105
-
-
- Action
-
-
- 100
-
-
- Fill
-
-
- 0, 66
-
-
- 438, 389
-
-
- 13
-
-
- lVActions
-
-
- System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlActions
-
-
- 0
-
-
- NoControl
-
-
- 3, 3
-
-
- 136, 23
-
-
- 14
-
-
- New Action
-
-
- btnNewAction
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPActionButtons
-
-
- 0
-
-
- NoControl
-
-
- 145, 3
-
-
- 136, 23
-
-
- 14
-
-
- Edit Action
-
-
- btnEditAction
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPActionButtons
-
-
- 1
-
-
- NoControl
-
-
- 287, 3
-
-
- 136, 23
-
-
- 14
-
-
- Remove Action
-
-
- btnRemAction
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPActionButtons
-
-
- 2
-
-
- Fill
-
-
- 0, 28
-
-
- 438, 38
-
-
- 15
-
-
- fLPActionButtons
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel2
-
-
- 0
-
-
- Top
-
-
- NoControl
-
-
- 0, 0
-
-
- 438, 28
-
-
- 15
-
-
- Hold selected controls to perform an action, check the Action to use it while profile is loaded
-
-
- MiddleCenter
-
-
- lbActionsTip
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel2
-
-
- 1
-
-
- Top
-
-
- 0, 0
-
-
- 2, 2, 2, 2
-
-
- 438, 66
-
-
- 16
-
-
- panel2
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlActions
-
-
- 1
-
-
- Fill
-
-
- 0, 0
-
-
- 438, 455
-
-
- 15
-
-
- pnlActions
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPSpecial
-
-
- 0
-
-
- 4, 22
-
-
- 438, 455
-
-
- 3
-
-
- Special Actions
-
-
- tPSpecial
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tCControls
-
-
- 1
-
-
- Left
-
-
- 0, 0
-
-
- 446, 481
-
-
- 253
-
-
- tCControls
-
-
- System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- $this
-
-
- 4
-
-
- 4, 22
-
-
- 3, 3, 3, 3
-
-
- 264, 52
-
-
- 0
-
-
- Deadzone
-
-
- tPDeadzone
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tCSens
-
-
- 0
-
-
- 214, 29
-
-
- 47, 20
-
-
- 11
-
-
- nUDSixaxisZAntiDead
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- antiDeadzoneTabPage
-
-
- 0
-
-
- 215, 4
-
-
- 46, 20
-
-
- 10
-
-
- nUDSixaxisXAntiDead
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- antiDeadzoneTabPage
-
-
- 1
-
-
- True
-
-
- NoControl
-
-
- 160, 31
-
-
+
52, 13
-
- 9
-
-
- Sixaxis Z:
-
-
- label20
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- antiDeadzoneTabPage
-
-
- 2
-
-
- True
-
-
- NoControl
-
-
- 160, 6
-
-
- 52, 13
-
-
- 8
-
-
- Sixaxis X:
-
-
- label19
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- antiDeadzoneTabPage
-
-
- 3
-
-
- 107, 29
-
-
- 44, 20
-
-
- 7
-
-
- nUDR2AntiDead
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- antiDeadzoneTabPage
-
-
- 4
-
-
- True
-
-
- NoControl
-
-
- 83, 31
-
-
- 24, 13
-
-
- 6
-
-
- R2:
-
-
- label3
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- antiDeadzoneTabPage
-
-
- 5
-
-
- 31, 29
-
-
- 42, 20
-
-
- 5
-
-
- nUDL2AntiDead
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- antiDeadzoneTabPage
-
-
- 6
-
-
- True
-
-
- NoControl
-
-
- 7, 31
-
-
- 22, 13
-
-
- 4
-
-
- L2:
-
-
- label4
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- antiDeadzoneTabPage
-
-
- 7
-
-
- 108, 3
-
-
- 43, 20
-
-
- 3
-
-
- nUDRSAntiDead
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- antiDeadzoneTabPage
-
-
- 8
-
-
- True
-
-
- NoControl
-
-
- 82, 6
-
-
- 25, 13
-
-
- 2
-
-
- RS:
-
-
- label2
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- antiDeadzoneTabPage
-
-
- 9
-
-
- 31, 3
-
-
- 42, 20
-
-
- 1
-
-
- nUDLSAntiDead
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- antiDeadzoneTabPage
-
-
- 10
-
-
- True
-
-
- NoControl
-
-
- 6, 5
-
-
- 23, 13
+
+ downToolStripMenuItem
0
-
- LS:
+
+ None
-
- label1
+
+ 288
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ cBControllerInput
-
- antiDeadzoneTabPage
+
+ $this
-
- 11
-
-
- 4, 22
-
-
- 3, 3, 3, 3
-
-
- 264, 52
-
-
- 2
-
-
- Anti-Deadzone
-
-
- antiDeadzoneTabPage
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tCSens
-
-
- 1
-
-
- 220, 29
-
-
- 40, 20
-
-
- 11
-
-
- nUDSixAxisZMaxZone
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- maxZoneTabPage
-
-
- 0
-
-
- 220, 3
-
-
- 41, 20
-
-
- 10
-
-
- nUDSixAxisXMaxZone
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- maxZoneTabPage
-
-
- 1
-
-
- True
-
-
- NoControl
-
-
- 162, 31
-
-
- 52, 13
-
-
- 9
-
-
- Sixaxis Z:
-
-
- label18
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- maxZoneTabPage
-
-
- 2
-
-
- True
-
-
- NoControl
-
-
- 162, 6
-
-
- 52, 13
-
-
- 8
-
-
- Sixaxis X:
-
-
- label17
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- maxZoneTabPage
-
-
- 3
-
-
- 114, 29
-
-
- 40, 20
-
-
- 7
-
-
- nUDR2Maxzone
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- maxZoneTabPage
-
-
- 4
-
-
- 36, 29
-
-
- 41, 20
-
-
- 6
-
-
- nUDL2Maxzone
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- maxZoneTabPage
-
-
- 5
-
-
- True
-
-
- NoControl
-
-
- 85, 31
-
-
- 24, 13
-
-
- 5
-
-
- R2:
-
-
- label8
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- maxZoneTabPage
-
-
- 6
-
-
- True
-
-
+
NoControl
8, 31
-
- 22, 13
+
+ Use Dinput only
-
- 4
+
+ tPDeadzone
-
- L2:
+
+ 313, 2
-
- label7
+
+ tPOutCurve
-
+
+ Triangle
+
+
+ Gyro Sensitivity:
+
+
+ 0, 66
+
+
+ True
+
+
+ 2, 2
+
+
+ lbEmpty
+
+
+ R2
+
+
+ 0
+
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
+ 217
+
+
+ 8
+
+
+ 127, 22
+
+
+ tpRotation
+
+
+ 8, 202
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlRSTrack
+
+
+ 5
+
+
+ 11, 21
+
+
+ 88, 0
+
+
+ 160
+
+
+ gBLightbar
+
+
+ 117, 22
+
+
+ 264, 52
+
+
+ gBRumble
+
+
maxZoneTabPage
-
+
+ pnlTPMouse
+
+
+ 85, 95
+
+
+ 4
+
+
+ shareToolStripMenuItem
+
+
+ 96, 93
+
+
+ 8
+
+
+ nUDGyroMouseVertScale
+
+
+ Left Touch :
+
+
+ Right Stick Left :
+
+
+ NoControl
+
+
+ 2
+
+
+ tPDeadzone
+
+
+ NoControl
+
+
+ True
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ wScanCodeWASDToolStripMenuItem
+
+
+ 5
+
+
+ 354, 103
+
+
+ 141, 87
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 221, 28
+
+
+ pnlController
+
+
+ pnlController
+
+
+ 26, 26
+
+
+ Inverted
+
+
+ 43, 20
+
+
+ None
+
+
+ 151, 88
+
+
+ 49, 20
+
+
+ pnlLSTrack
+
+
+ bnL2
+
+
+ 207
+
+
+ 284
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ NoControl
+
+
+ 8, 145
+
+
+ bnGyroZN
+
+
+ NoControl
+
+
+ tSMILSInverted
+
+
+ Trigger
+
+
+ Yes
+
+
+ L2
+
+
+ pnlSAMouse
+
+
+ Normal
+
+
+ 0
+
+
+ enableTouchToggleCheckbox
+
+
+ pnlSAMouse
+
+
+ Right Y-Axis-
+
+
+ gBOther
+
+
+ fLPActionButtons
+
+
7
-
- 114, 4
+
+ bnR1
-
+
+ 5
+
+
+ Sixaxis X:
+
+
40, 20
+
+ rBSAMouse
+
+
+ 86, 31
+
+
+ 25, 125
+
+
+ 194, 22
+
+
+ True
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlSAMouse
+
+
+ 214
+
+
+ 2, 0, 2, 0
+
+
+ 6
+
+
+ False
+
+
+ PS
+
+
+ label5
+
+
+ maxZoneTabPage
+
+
+ Down
+
+
+ NoControl
+
+
+ 66, 2
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ None
+
+
+ lbL2TrackS
+
+
+ Sixaxis Z:
+
+
+ pnlLowBattery
+
+
+ lbL2S
+
+
+ None
+
+
+ 287
+
+
+ 16
+
+
+ pBProgram
+
+
+ cBLaunchProgram
+
+
+ 11, 39
+
+
+ Flat
+
+
+ nUDL2Maxzone
+
+
+ 0
+
+
+ Zoom
+
+
+ 11
+
+
+ 4
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Max Zone
+
+
+ 3
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ bnCircle
+
+
+ tCSens
+
+
+ 7, 56
+
+
+ 8, 154
+
+
+ NoControl
+
+
+ pnlController
+
+
+ 107, 30
+
+
+ pnlSAMouse
+
+
+ MiddleLeft
+
+
+ bnGyroXN
+
+
+ None
+
+
+ False
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tCSens
+
+
+ 153, 16
+
+
+ 101, 23
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 286
+
+
+ 293
+
+
+ btnLSTrack
+
+
+ 82, 6
+
+
+ 254
+
+
+ tpRotation
+
+
+ 127, 22
+
+
+ 5
+
+
+ Right Stick
+
+
+ NoControl
+
+
+ NoControl
+
+
+ Empty:
+
+
+ System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 117, 22
+
+
+ NoControl
+
+
+ nUDRSRotation
+
+
+ 29, 27
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 285
+
+
+ 159
+
+
+ maxZoneTabPage
+
+
+ lbLSCurve
+
+
+ gBOther
+
+
+ Deadzone
+
+
+ cHName
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 5
+
+
+ pnlController
+
+
+ 250
+
+
+ False
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Mouse Sensitivity:
+
+
+ 194, 22
+
+
+ lbRSCurvePercent
+
+
+ 185, 141
+
+
+ 283
+
+
+ antiDeadzoneTabPage
+
+
+ pnlController
+
+
+ No
+
+
+ oneFingerTouchInvStripMenuItem
+
+
+ NoControl
+
+
+ pnlSAMouse
+
+
+ pnlTPMouse
+
+
+ NoControl
+
+
+ 197
+
+
+ 2, 2
+
+
+ 2, 0, 2, 0
+
+
+ 140
+
+
+ 18
+
+
+ 264, 52
+
+
+ 82, 32
+
+
+ tBRedBar
+
+
+ Hold selected controls to perform an action, check the Action to use it while profile is loaded
+
+
+ Flat
+
+
+ 7
+
+
+ 8, 65
+
+
+ 296
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ gBSensitivity
+
+
+ 71, 79
+
+
+ 5
+
+
+ NoControl
+
+
+ pnlController
+
+
+ w/ Scan Code
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ label14
+
+
+ 71 Hz (14 ms)
+
+
+ NoControl
+
+
+ 4, 22
+
+
+ None
+
+
+ lbR2Track
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 31, 28
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ label15
+
+
+ Flat
+
+
+ 2, 0, 2, 0
+
+
+ 17
+
+
+ pnlSAMouse
+
+
+ 24, 13
+
+
+ 122, 66
+
+
+ 7, 10
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlController
+
+
+ 42, 107
+
+
+ 127, 22
+
+
+ 90 Hz (11 ms)
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 36, 29
+
+
+ 45, 17
+
+
+ True
+
+
+ 67, 23
+
+
+ gBSensitivity
+
+
+ pnlController
+
+
+ NoControl
+
+
+ 15
+
+
+ 87
+
+
+ 3
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Left Stick
+
+
+ 11
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 3, 3
+
+
+ label10
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 236
+
+
+ 43, 20
+
+
+ gBRumble
+
+
+ 6, 30
+
+
+ lbLLS
+
+
+ Guide
+
+
+ True
+
+
+ tpRotation
+
+
+ 145, 3
+
+
+ 235
+
+
+ label11
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 8
+
+
+ Cross
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ NoControl
+
+
+ maxZoneTabPage
+
+
+ 13
+
+
+ 105, 3
+
+
+ pnlController
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 214
+
+
+ label16
+
+
+ pnlLSTrack
+
+
+ Sixaxis Right :
+
+
+ Left Stick Down :
+
+
+ bnLSLeft
+
+
+ pnlTPMouse
+
+
+ False
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ panel2
+
+
+ lbPercentFlashBar
+
+
+ 49, 20
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ False
+
+
+ 142, 17
+
+
+ label17
+
+
+ Gyro
+
+
+ 24, 13
+
+
+ antiDeadzoneTabPage
+
+
+ True
+
+
+ 1
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ 28
+
+
+ 1
+
+
+ numUDMouseSens
+
+
+ 197
+
+
+ tPSpecial
+
+
+ 422, 230
+
+
+ 194, 22
+
+
+ 2
+
+
+ 3
+
+
+ NoControl
+
+
+ 22
+
+
+ 1
+
+
+ 136, 23
+
+
+ 194, 22
+
+
+ lbFull
+
+
+ tBL2
+
+
+ pnlController
+
+
+ fLPTouchSwipe
+
+
+ System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 42, 63
+
+
+ NoControl
+
+
+ 16
+
+
+ 300, 56
+
+
+ 39
+
+
+ nUDTap
+
+
+ Flat
+
+
+ label12
+
3
+
+ pBHoveredButton
+
+
+ 14, 109
+
+
+ 167
+
+
+ gBLightbar
+
+
+ NoControl
+
+
+ MiddleCenter
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 166, 23
+
+
+ L2:
+
+
+ 2
+
+
+ False
+
+
+ Edit Action
+
+
+ 147, 22
+
+
+ 49, 19
+
+
+ 18, 94
+
+
+ True
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 0
+
+
+ bnCross
+
+
+ NoControl
+
+
+ Cubic
+
+
+ RS
+
+
+ 88, 58
+
+
+ label18
+
+
+ 1
+
+
+ tpRotation
+
+
+ 14, 66
+
+
+ 213
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ RS:
+
+
+ 9
+
+
+ 324, 130
+
+
+ 196
+
+
+ 9
+
+
+ label19
+
+
+ True
+
+
+ 237
+
+
+ btnBrowse
+
+
+ NoControl
+
+
+ 1
+
+
+ 196
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ fLPTiltControls
+
+
+ 394, -2
+
+
+ 194, 22
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ nUDIdleDisconnect
+
+
+ pnlController
+
+
+ 40, 20
+
+
+ 207
+
+
+ 38
+
+
+ lbButtonMouseSens
+
+
+ pnlController
+
+
+ 107, 29
+
+
+ 0
+
+
+ 82, 6
+
+
+ B Button
+
+
+ gBSensitivity
+
+
+ 162
+
+
+ 295
+
+
+ tBsixaxisGyroY
+
+
+ 63, 39
+
+
+ True
+
+
+ NoControl
+
+
+ 143, 30
+
+
+ False
+
+
+ NoControl
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ gBOther
+
+
+ 35, 47
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Click the lightbar for color picker
+
+
+ lbLTouchUpper
+
+
+ 220, 3
+
+
+ 182, 22
+
+
+ 52, 13
+
+
+ 249, 143
+
+
+ True
+
+
+ lb6Gryo
+
+
+ nUDRSAntiDead
+
+
+ 250
+
+
+ bnUp
+
+
+ btnRSTrack
+
+
+ False
+
+
+ pnlSATrack
+
+
+ Roll
+
+
+ 7
+
+
+ Linear
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ LS
+
+
+ lbLright
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 162, 163
+
+
+ 212, 2
+
+
+ 4
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ NoControl
+
+
+ MiddleCenter
+
+
+ Cubic
+
+
+ 219
+
+
+ Options
+
+
+ 16
+
+
+ Yes
+
+
+ 1
+
+
+ 1
+
+
+ None
+
+
+ 72, 23
+
+
+ Inverted
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 0
+
+
+ bnL1
+
+
+ 2
+
+
+ gBTouchpad
+
+
+ tPDeadzone
+
+
+ lbRed
+
+
+ 121, 21
+
+
+ 10
+
+
+ True
+
+
+ pnlController
+
+
+ Flat
+
+
+ maxZoneTabPage
+
+
+ 6
+
+
+ nUDR2AntiDead
+
+
+ Up Button
+
+
+ 258
+
+
+ 2, 2
+
+
+ Square
+
+
+ Fill
+
+
+ rBSAControls
+
+
+ 10
+
+
+ Yes
+
+
+ Inverted
+
+
+ 2, 0, 2, 0
+
+
+ Right Stick
+
+
+ bnSquare
+
+
+ Flat
+
+
+ pnlSAMouse
+
+
+ Options
+
+
+ Top, Bottom, Left
+
+
+ NoControl
+
+
+ NoControl
+
+
+ 266
+
+
+ False
+
+
+ 172
+
+
+ 141, 66
+
+
+ Flat
+
+
+ LS:
+
+
+ 217
+
+
+ 160
+
+
+ 4, 22
+
+
+ nUDRainbowB
+
+
+ Fill
+
+
+ 168, 23
+
+
+ tCControls
+
+
+ 10
+
+
+ pnlTPMouse
+
+
+ 3, 3, 3, 3
+
+
+ 214, 29
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ NoControl
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 11
+
+
+ 0
+
+
+ True
+
+
+ 201
+
+
+ 109, 39
+
+
+ 100, 20
+
+
+ 438, 38
+
+
+ 100, 20
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 127, 22
+
+
+ 205
+
+
+ tPOutCurve
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 6
+
+
+ 49, 20
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 194, 22
+
+
+ 2, 0, 2, 0
+
+
+ System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 2, 2
+
+
+ 4
+
+
+ nUDSXS
+
+
+ 47, 20
+
+
+ Color
+
+
+ 2
+
+
+ 118, 143
+
+
+ 6, 214
+
+
+ %
+
+
+ 2 Fingers on Touchpad
+
+
+ 9, 76
+
+
+ lbL2TrackS
+
+
+ Yes
+
+
+ label13
+
+
+ None
+
+
+ LS:
+
+
+ 21, 13
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 229
+
+
+ Multitouch :
+
+
+ 11
+
+
+ Sixaxis Up :
+
+
+ 168, 23
+
+
+ 80, 23
+
+
+ NoControl
+
+
+ cBDoubleTap
+
+
+ pnlTPMouse
+
+
+ 299
+
+
+ 197
+
+
+ 3
+
+
+ Left Mouse Button
+
+
+ 4, 22
+
+
+ 249
+
+
+ Mouse Acceleration
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 13, 20
+
+
+ gyroTriggerBehavior
+
+
+ button1
+
+
+ 2, 259
+
+
+ 2, 0, 2, 0
+
+
+ 194, 22
+
+
+ 162, 338
+
+
+ 287, 3
+
+
+ Cross :
+
+
+ Left X-Axis-
+
+
+ 192
+
+
+ 225
+
+
+ pnlRSTrack
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 56, 22
+
+
+ gBRumble
+
+
+ 125, 125
+
+
+ Flat
+
+
+ 42, 20
+
+
+ NoControl
+
+
+ True
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ gBLightbar
+
+
+ Gyro
+
+
+ 130, 18
+
+
+ pnlController
+
+
+ 233
+
+
+ 310, 22
+
nUDRSMaxZone
-
+
+ 6
+
+
+ 6
+
+
+ tPCurve
+
+
+ antiDeadzoneTabPage
+
+
+ Use as Mouse
+
+
+ Input Delay: N/Ams
+
+
+ tBBlueBar
+
+
+ 2, 2
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tBLowRedBar
+
+
+ L1
+
+
+ Scroll
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 144, 20
+
+
+ Sixaxis X
+
+
+ gBGyro
+
+
+ 118, 17
+
+
+ 49, 19
+
+
+ lbSixaxisZ
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ btnRumbleLightTest
+
+
+ 134, 185
+
+
+ tPCurve
+
+
+ 0, 0
+
+
+ 23, 13
+
+
+ 194, 22
+
+
+ nUDLSAntiDead
+
+
+ 4
+
+
+ NoControl
+
+
+ None
+
+
+ 208, 18
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Flush HID
+
+
+ gBSensitivity
+
+
+ True
+
+
+ 171
+
+
+ Yes
+
+
+ Action
+
+
+ 203
+
+
+ 121, 21
+
+
+ 300, 88
+
+
+ fLPSettings
+
+
+ 88, 29
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ NoControl
+
+
+ 5
+
+
+ nUDScroll
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Back
+
+
+ 108, 3
+
+
+ True
+
+
+ 1
+
+
+ New Action
+
+
+ pnlLowBattery
+
+
+ 5
+
+
+ None
+
+
+ tPControls
+
+
+ Other
+
+
+ Swipe Right
+
+
+ 256
+
+
+ nUDL2AntiDead
+
+
+ gBGyro
+
+
+ 28, 32
+
+
+ True
+
+
+ fLPTouchSwipe
+
+
+ 14, 13
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ False
+
+
+ 100 Hz (10 ms)
+
+
+ cBGyroMouseXAxis
+
+
+ 5
+
+
+ gBSensitivity
+
+
+ 262, 152
+
+
+ 68, 21
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ lbActionsTip
+
+
+ 15, 13
+
+
+ 314, -1
+
+
+ tPControls
+
+
+ 11
+
+
+ True
+
+
System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlTPMouse
+
+
+ True
+
+
+ 216
+
+
+ 3, 3
+
+
+ cBScroll
+
+
+ NoControl
+
+
+ 4
+
+
+ tpRotation
+
+
+ 15, 13
+
+
+ 100, 17
+
+
+ 46, 65
+
+
+ False
+
+
+ False
+
+
+ 4
+
+
+ 20, 13
+
+
+ Flat
+
+
+ 127, 22
+
+
+ NoControl
+
+
+ pnlLSTrack
+
+
+ tBsixaxisAccelZ
+
+
+ 272, 244
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ MiddleCenter
+
+
+ 3
+
+
+ NoControl
+
+
+ pnlLowBattery
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 166, 23
+
+
+ gBRumble
+
+
+ 194, 22
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ No
+
+
+ 14
+
+
+ 7, 7
+
+
+ TopRight
+
+
+ 194, 22
+
+
+ tPCurve
+
+
+ 230
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 35, 19
+
+
+ 10, 27
+
+
+ 6, 191
+
+
+ Flat
+
+
+ TopRight
+
+
+ NoControl
+
+
+ 17, 17
+
+
+ 40, 20
+
+
+ 14, 13
+
+
+ True
+
+
+ lbLL2
+
+
+ 15
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 247
+
+
+ 72, 78
+
+
+ R3 :
+
+
+ Right Stick Down :
+
+
+ 4
+
+
+ 324, 128
+
+
+ Left
+
+
+ 8, 42
+
+
+ 49, 20
+
+
+ secs/cycle
+
+
+ tBsixaxisAccelY
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 7
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Flat
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tBsixaxisAccelX
+
+
+ 2, 0, 2, 0
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 3, 32
+
+
+ 0
+
+
+ gBOther
+
+
+ 5
+
+
+ 15, 13
+
+
+ pnlController
+
+
+ True
+
+
+ 168, 23
+
+
+ MiddleCenter
+
+
+ 3
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 194, 22
+
+
+ 20, 13
+
+
+ fLPTiltControls
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 2, 2
+
+
+ NoControl
+
+
+ tBLowGreenBar
+
+
+ 253, 163
+
+
+ Options
+
+
+ button1
+
+
+ controlToolStripMenuItem
+
+
+ gBOther
+
+
+ NoControl
+
+
+ 4, 133
+
+
+ 96, 145
+
+
+ 49
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 6
+
+
+ Lower Right as RMB
+
+
+ cBDinput
+
+
+ 3
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ NoControl
+
+
+ True
+
+
+ L2:
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ label2
+
+
+ 46, 20
+
+
+ label9
+
+
+ 81, 4
+
+
+ 30, 215
+
+
+ 6, 5
+
+
+ 216
+
+
+ 80, 23
+
+
+ 2
+
+
+ R3
+
+
+ triangleToolStripMenuItem
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 82, 17
+
+
+ pnlFull
+
+
+ NoControl
+
+
+ 2
+
+
+ Flat
+
+
+ 3, 3, 3, 3
+
+
+ 14
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 125, 125
+
+
+ 4
+
+
+ Right Mouse Button
+
+
+ 40, 20
+
+
+ 23, 13
+
+
+ 257
+
+
+ 0
+
+
+ True
+
+
+ 257
+
+
+ 203
+
+
+ -3, 39
+
+
+ NoControl
+
+
+ btnSATrack
+
+
+ lbLPS
+
+
+ alwaysOnToolStripMenuItem
+
+
+ for Mapping and readout
+
+
+ 93, 17
+
+
+ 14
+
+
+ lbGyroInvert
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlController
+
+
+ 7, 31
+
+
+ True
+
+
+ 136, 23
+
+
+ btnLightbar
+
+
+ Options
+
+
+ panel2
+
+
+ True
+
+
+ 0
+
+
+ 167, 9
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 3, 32
+
+
+ 25, 13
+
+
+ 31, 29
+
+
+ 117, 22
+
+
+ tCSens
+
+
+ r2TouchInvStripMenuItem
+
+
+ 215
+
+
+ nUDRainbow
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ NoControl
+
+
+ 2, 0, 2, 0
+
+
+ NoControl
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlController
+
+
+ R2
+
+
+ System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Enable Touchpad Toggle
+
+
+ NoControl
+
+
+ 88
+
+
+ Flat
+
+
+ 1
+
+
+ 257
+
+
+ Flat
+
+
+ 216
+
+
+ pnlLowBattery
+
+
+ 2
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 198
+
+
+ NoControl
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlController
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 23, 13
+
+
+ 195, 444
+
+
+ 0
+
+
+ 294
+
+
+ Browse...
+
+
+ tPSpecial
+
+
+ Linear
+
+
+ False
+
+
+ 20
+
+
+ Use for Controls
+
+
+ lbLTouchLM
+
+
+ nUDR2S
+
+
+ 6, 43
+
+
+ NoControl
+
+
+ 5
+
+
+ 194, 22
+
+
+ 2, 2
+
+
+ True
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ False
+
+
+ pnlController
+
+
+ 250, 30
+
+
+ 260
+
+
+ MiddleLeft
+
+
+ 82, 51
+
+
+ 85
+
+
+ NoControl
+
+
+ 0
+
+
+ 215
+
+
+ 2
+
+
maxZoneTabPage
-
+
+ Use as Mouse
+
+
+ No
+
+
+ bnTouchRight
+
+
+ 2
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ lbLCross
+
+
+ lbLUp
+
+
+ 22, 13
+
+
+ gBLightbar
+
+
+ pnlSAMouse
+
+
+ Flat
+
+
+ 5
+
+
+ None
+
+
+ None
+
+
+ None
+
+
+ flushHIDQueue
+
+
+ pnlController
+
+
+ cMGyroTriggers
+
+
+ pnlSixaxis
+
+
+ 2
+
+
+ False
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 40, 20
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tPCurve
+
+
+ nUDRSCurve
+
+
+ 25, 13
+
+
+ 0, 0
+
+
+ 40, 20
+
+
+ 37, 13
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tPDeadzone
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 162, 6
+
+
+ 10
+
+
+ pnlController
+
+
+ pnlController
+
+
+ cBLightbyBattery
+
+
+ 7
+
+
+ Name
+
+
+ Square
+
+
+ NoControl
+
+
+ gBOther
+
+
+ pnlSAMouse
+
+
+ 194, 22
+
+
+ fLPTiltControls
+
+
+ nUDR2Maxzone
+
+
+ Right :
+
+
+ Left :
+
+
+ tBGreenBar
+
+
+ lb6Accel
+
+
+ 40, 20
+
+
+ Circle :
+
+
+ Triangle :
+
+
+ Square :
+
+
+ Share :
+
+
+ 13
+
+
+ 272, 224
+
+
+ Up :
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 165
+
+
+ 147, 17
+
+
+ 143, 63
+
+
+ pnlLowBattery
+
+
+ Popup
+
+
+ tPCurve
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 40, 17
+
+
+ gBLightbar
+
+
+ 73, 121
+
+
+ btnRemAction
+
+
+ Always on
+
+
+ 10
+
+
+ 55, 20
+
+
+ True
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 0, 28
+
+
+ 0
+
+
+ NoControl
+
+
+ pnlController
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 6, 5
+
+
+ 304
+
+
+ 44, 26
+
+
+ lbUseController
+
+
+ 13, 18
+
+
+ Options :
+
+
+ PS
+
+
+ Quadratic
+
+
+ 3
+
+
+ NoControl
+
+
+ pnlTPMouse
+
+
+ 127, 22
+
+
+ System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 72
+
+
+ 255
+
+
+ NoControl
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
8
-
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 289
+
+
+ pnlController
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ lbSwipeLeft
+
+
+ lbL2TrackS
+
+
+ Right X-Axis+
+
+
+ 13
+
+
+ 10
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 240
+
+
+ 39, 13
+
+
+ cBSixaxisXOutputCurve
+
+
+ Slide
+
+
+ 159
+
+
+ Cubic
+
+
+ 127, 22
+
+
+ twoFingerTouchInvStripMenuItem
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ Left Y-Axis+
+
+
+ pnlController
+
+
+ True
+
+
+ 565, 481
+
+
+ nUDSixaxisZAntiDead
+
+
+ Down :
+
+
+ True
+
+
+ Curve (Input)
+
+
+ 39, 13
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Right Trigger
+
+
+ 2
+
+
+ NoControl
+
+
+ 88, 87
+
+
+ 258
+
+
+ NoControl
+
+
+ 109, 233
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 194, 22
+
+
+ lbSmoothWeight
+
+
+ MiddleLeft
+
+
+ pnlController
+
+
+ NoControl
+
+
+ 10
+
+
+ 134, 164
+
+
+ Yes
+
+
+ 15, 13
+
+
+ Left X-Axis+
+
+
+ 167, 74
+
+
+ 74
+
+
+ 200, 154
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ False
+
+
+ circleTouchInvStripMenuItem
+
+
True
NoControl
-
- 85, 5
+
+ 7
-
- 25, 13
+
+ 6, 18
-
- 2
-
-
- RS:
-
-
- label6
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- maxZoneTabPage
-
-
- 9
-
-
- 37, 3
-
-
- 40, 20
-
-
- 1
-
-
- nUDLSMaxZone
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- maxZoneTabPage
-
-
- 10
-
-
- True
-
-
- NoControl
-
-
- 8, 5
-
-
- 23, 13
-
-
- 0
-
-
- LS:
-
-
- label5
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- maxZoneTabPage
-
-
- 11
-
-
- 4, 22
-
-
- 3, 3, 3, 3
-
-
+
264, 52
-
- 3
-
-
- Max Zone
-
-
- maxZoneTabPage
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tCSens
-
-
- 2
-
-
- Linear
-
-
- Quadratic
-
-
- Cubic
-
-
- 221, 28
-
-
- 40, 21
-
-
- 11
-
-
- cBSixaxisZOutputCurve
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPOutCurve
-
-
- 0
-
-
- Linear
-
-
- Quadratic
-
-
- Cubic
-
-
- 221, 1
-
-
- 40, 21
-
-
- 10
-
-
- cBSixaxisXOutputCurve
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPOutCurve
-
-
- 1
-
-
- True
-
-
+
NoControl
-
- 168, 31
+
+ nUDSixAxisXMaxZone
-
- 52, 13
+
+ 194, 22
+
+
+ 1
+
+
+ Linear
+
+
+ pnlLowBattery
+
+
+ pnlController
+
+
+ NoControl
+
+
+ 125, 125
+
+
+ lbLSquare
+
+
+ 105
+
+
+ 49, 17
+
+
+ 4, 118
+
+
+ 15, 13
+
+
+ 8
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ lbWhileCharging
9
-
- Sixaxis Z:
+
+ None
-
- label24
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPOutCurve
-
-
- 2
-
-
+
True
-
- NoControl
+
+ 216
-
- 168, 4
+
+ 15, 13
-
- 52, 13
-
-
- 8
-
-
- Sixaxis X:
-
-
- label23
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPOutCurve
-
-
- 3
-
-
- Linear
-
-
- Quadratic
-
-
- Cubic
-
-
- 111, 28
-
-
- 49, 21
-
-
- 7
-
-
- cBR2OutputCurve
-
-
+
System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- tPOutCurve
+
+ onTouchpadToolStripMenuItem
-
- 4
-
-
- Linear
-
-
- Quadratic
-
-
- Cubic
-
-
- 31, 28
-
-
- 46, 21
-
-
- 6
-
-
- cBL2OutputCurve
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPOutCurve
-
-
- 5
-
-
- True
-
-
+
NoControl
-
- 86, 31
+
+ 3, 24
-
- 24, 13
-
-
- 5
-
-
- R2:
-
-
- label22
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPOutCurve
-
-
- 6
-
-
- True
-
-
+
NoControl
-
- 6, 31
+
+ 81, 21
+
+
+ 34, 22
+
+
+ lbLR2
+
+
+ pnlLowBattery
+
+
+ 194, 22
+
+
+ 235
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 26, 13
+
+
+ 19
+
+
+ nUDL2S
+
+
+ False
+
+
+ True
+
+
+ 48, 13
22, 13
-
+
+ gBLightbar
+
+
+ 160, 31
+
+
+ Remove Action
+
+
+ Flat
+
+
+ 19, 13
+
+
+ 52, 13
+
+
+ Sixaxis X:
+
+
+ 90, 106
+
+
+ NoControl
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 2, 2, 2, 2
+
+
+ 28, 11
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlSAMouse
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ NoControl
+
+
+ fLPTiltControls
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ lowColorChooserButton
+
+
+ None
+
+
+ 2, 2, 2, 2
+
+
+ gBTouchpad
+
+
+ 41, 20
+
+
+ 85, 21
+
+
+ 40, 20
+
+
+ NoControl
+
+
+ Circle
+
+
+ NoControl
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ gBLightbar
+
+
+ 157, 186
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ R2:
+
+
+ NoControl
+
+
+ r3ToolStripMenuItem
+
+
+ 220
+
+
+ lbSixaxisX
+
+
+ NoControl
+
+
+ 1
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tPDeadzone
+
+
+ 323, 75
+
+
+ False
+
+
+ NoControl
+
+
+ pnlController
+
+
+ nUDLSMaxZone
+
+
+ 4, 22
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 49, 21
+
+
+ shareTouchInvStripMenuItem
+
+
+ 3, 253
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 8, 69
+
+
+ 15
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ lbRSCurve
+
+
+ maxZoneTabPage
+
+
+ 3
+
+
+ System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 265
+
+
+ 0
+
+
+ 6
+
+
+ 2
+
+
+ False
+
+
+ gBLightbar
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 13, 13
+
+
+ NoControl
+
+
+ NoControl
+
+
+ btnEditAction
+
+
+ MiddleLeft
+
+
+ fLPSettings
+
+
+ 6
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Flat
+
+
+ gBSensitivity
+
+
+ 80, 23
+
+
+ lbLL1
+
+
+ 6, 6
+
+
+ True
+
+
+ True
+
+
+ 80, 23
+
+
+ Controls
+
+
+ Upper Touch :
+
+
+ 138, 13
+
+
+ Right Stick Right :
+
+
+ 438, 455
+
+
+ 264, 166
+
+
4
-
- L2:
+
+ NoControl
-
- label21
+
+ 2, 2, 2, 2
-
+
+ 300
+
+
+ 227
+
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ NoControl
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 85, 31
+
+
+ NoControl
+
+
+ pnlActions
+
+
+ None
+
+
+ rsOutCurveComboBox
+
+
+ Smooth Weight:
+
+
+ tPDeadzone
+
+
+ 11
+
+
+ pnlController
+
+
+ 242
+
+
+ True
+
+
+ 312, 23
+
+
+ None
+
+
+ 118, 208
+
+
+ Quadratic
+
+
+ System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ NoControl
+
+
+ True
+
+
+ tSMIMouseInvertedY
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Vertical
+
+
+ NoControl
+
+
+ maxZoneTabPage
+
+
+ 2, 2, 2, 2
+
+
+ 55, 22
+
+
+ X
+
+
+ 114, 6
+
+
+ Output Curve
+
+
+ True
+
+
+ NoControl
+
+
+ Yes
+
+
+ 5, 96
+
+
+ pnlController
+
+
+ antiDeadzoneTabPage
+
+
+ 71, 23
+
+
+ NoControl
+
+
+ 40, 20
+
+
+ 89
+
+
+ 250
+
+
+ Y
+
+
+ 20, 27
+
+
+ 66, 74
+
+
+ 5
+
+
+ 4
+
+
+ 163
+
+
+ 0
+
+
+ Sixaxis X
+
+
+ System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 54, 20
+
+
+ NoControl
+
+
+ 261
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 194, 22
+
+
+ pnlController
+
+
+ 0
+
+
+ lbSwipeUp
+
+
+ 2, 52
+
+
+ 30, 29
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Yes
+
+
+ pnlSAMouse
+
+
+ 324, 77
+
+
+ 49, 19
+
+
+ 49, 19
+
+
+ 247
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 2, 2, 2, 2
+
+
+ NoControl
+
+
+ 49
+
+
+ 160, 21
+
+
+ 194, 22
+
+
+ 243
+
+
+ antiDeadzoneTabPage
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 3
+
+
+ 244
+
+
+ 291
+
+
+ Tap
+
+
+ pnlController
+
+
+ pnlController
+
+
+ False
+
+
+ Right Bumper
+
+
+ 9
+
+
+ System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ NoControl
+
+
+ pnlController
+
+
+ 76 Hz (13 ms)
+
+
+ 162, 103
+
+
+ 161, 49
+
+
+ 1
+
+
+ lBControls
+
+
+ R2:
+
+
+ NoControl
+
+
+ NoControl
+
+
+ 5
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ lbL2TrackS
+
+
+ 2, 0, 2, 0
+
+
+ False
+
+
+ nUDTouch
+
+
+ False
+
+
+ 194, 22
+
+
+ 75, 145
+
+
+ 42, 20
+
+
+ False
+
+
+ 8, 178
+
+
+ 162, 31
+
+
+ 36, 16
+
+
+ RS
+
+
+ gBOther
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 59, 22
+
+
+ Accel
+
+
+ 75, 13
+
+
+ 63, 9
+
+
+ 2, 0, 2, 0
+
+
+ pnlSAMouse
+
+
+ 281, 55
+
+
+ None
+
+
+ panel2
+
+
+ 22, 49
+
+
+ 10, 53
+
+
+ R2
+
+
+ 24
+
+
+ True
+
+
+ 1
+
+
+ gBRumble
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 288
+
+
+ Dpad
+
+
+ 60, 13
+
+
+ 125, 31
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ nUDLSS
+
+
+ NoControl
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 250
+
+
+ 9
+
+
+ 2, 0, 2, 0
+
+
+ NoControl
+
+
+ 96, 67
+
+
+ 8, 5
+
+
+ antiDeadzoneTabPage
+
+
+ 206
+
+
+ pnlController
+
+
+ 232
+
+
+ WASDToolStripMenuItem
+
+
+ 74, 121
+
+
+ tPOutCurve
+
+
+ L1 :
+
+
+ Sixaxis Left :
+
+
+ Left Stick Up :
+
+
+ cBSixaxisZOutputCurve
+
+
+ nUDflashLED
+
+
+ 127, 22
+
+
+ lbL2TrackS
+
+
+ System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 250
+
+
+ Yes
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 2, 2
+
+
+ 239
+
+
+ tPCurve
+
+
+ lbL2TrackS
+
+
+ nUDLS
+
+
+ 80, 23
+
+
+ Max (1 ms)
+
+
+ 6
+
+
+ 287
+
+
+ Face Buttons
+
+
+ 244
+
+
+ 194, 22
+
+
+ 9
+
+
+ A Button
+
+
+ NoControl
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ NoControl
+
+
+ None
+
+
+ Zoom
+
+
+ pnlSAMouse
+
+
+ nUDL2
+
+
+ Flat
+
+
+ 2
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 80, 23
+
+
+ NoControl
+
+
+ 2, 2, 2, 2
+
+
+ False
+
+
+ 256
+
+
+ 84
+
+
+ NoControl
+
+
+ 49
+
+
+ 100, 17
+
+
+ LS:
+
+
+ 12
+
+
+ pnlSixaxis
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ label6
+
+
+ 255
+
+
+ 11
+
+
+ 218, 168
+
+
+ LS
+
+
+ True
+
+
+ 438, 389
+
+
+ Anti-Deadzone
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ toolStripSeparator1
+
+
+ 40, 20
+
+
+ NoControl
+
+
+ Flat
+
+
+ NoControl
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ lbLDown
+
+
+ 286
+
+
+ True
+
+
+ 2, 2
+
+
+ True
+
+
+ gBLightbar
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 204
+
+
+ System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ fLPActionButtons
+
+
+ Flat
+
+
+ 2, 2
+
+
+ lbL2TrackS
+
+
+ 0
+
+
+ 1
+
+
+ 1
+
+
+ gBGyro
+
+
+ pnlController
+
+
+ pnlLowBattery
+
+
+ Share
+
+
+ 167
+
+
+ pnlSixaxis
+
+
+ 6, 234
+
+
+ 438, 455
+
+
+ 40
+
+
+ 194, 22
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 301
+
+
+ Start with Slide/Scroll off
+
+
+ Launch Program
+with profile
+
+
+ 2, 2, 2, 2
+
+
+ fLPTiltControls
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ touchpadDisInvertButton
+
+
+ pnlSixaxis
+
+
+ True
+
+
+ tPDeadzone
+
+
+ l3TouchInvStripMenuItem
+
+
+ NoControl
+
+
+ 10, 227
+
+
+ lbSixaxisZS
+
+
+ NoControl
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ False
+
+
+ 7
+
+
+ 80
+
+
+ pnlTPMouse
+
+
+ RS:
+
+
+ btnSATrackS
+
+
+ 85, 5
+
+
+ Up
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Sixaxis Z:
+
+
+ Zoom
+
+
+ 3, 79
+
+
+ No
+
+
+ 225
+
+
+ Linear
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 34, 13
+
+
+ tCControls
+
+
+ 2, 0, 2, 0
+
+
+ gBSensitivity
+
+
+ l2TouchInvStripMenuItem
+
+
+ MouseToolStripMenuItem
+
+
+ tPOutCurve
+
+
+ 22, 32
+
+
+ pnlController
+
+
+ 165, 17
+
+
+ Mouse
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 15, 13
+
+
+ 272, 46
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ gBTouchpad
+
+
+ MiddleCenter
+
+
+ 247
+
+
+ l1TouchInvStripMenuItem
+
+
+ lbRS
+
+
+ 223
+
+
+ 100, 20
+
+
+ pnlTPMouse
+
+
+ Jitter Compensation
+
+
+ 91
+
+
+ pnlSAMouse
+
+
+ 11
+
+
+ nUDSixaxis
+
+
+ r3TouchInvStripMenuItem
+
+
+ fLPTiltControls
+
+
+ 117, 22
+
+
+ 62 Hz (16 ms)
+
+
+ 12, 12
+
+
+ 126, 163
+
+
+ NoControl
+
+
+ 92, 119
+
+
+ 11
+
+
+ 246
+
+
+ True
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ label3
+
+
+ 9
+
+
+ NoControl
+
+
+ 100, 20
+
+
+ mins
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Finger on Touchpad
+
+
+ Flat
+
+
+ lbLR1
+
+
+ 166, 23
+
+
+ antiDeadzoneTabPage
+
+
+ Flat
+
+
+ True
+
+
+ antiDeadzoneTabPage
+
+
+ btnRSTrackS
+
+
+ lbControlTip
+
+
+ gBOther
+
+
+ bnRSLeft
+
+
+ 0, 0
+
+
+ 3, 3
+
+
+ 203
+
+
+ antiDeadzoneTabPage
+
+
+ Yaw
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ NoControl
+
+
+ 286, 66
+
+
+ 46, 21
+
+
+ pnlTPMouse
+
tPOutCurve
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Cross
+
+
+ NoControl
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ R1
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 49, 20
+
+
+ Yes
+
+
+ R
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 28, 10
+
+
+ Inverted X
+
+
+ leftTouchInvStripMenuItem
+
+
+ 1
+
+
+ bnTouchMulti
+
+
+ 4, 22
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ l2ToolStripMenuItem
+
+
+ fLPSettings
+
+
+ 100, 20
+
+
+ lbRSS
+
+
+ 2
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 35
+
+
+ NoControl
+
+
+ cbStartTouchpadOff
+
+
+ 27
+
+
+ 6
+
+
+ NoControl
+
+
+ 2
+
+
+ NoControl
+
+
+ 115, 64
+
+
+ %
+
+
+ No
+
+
+ cBGyroInvertX
+
+
+ Flat
+
+
+ 21, 13
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 40, 20
+
+
+ lVActions
+
+
+ 49, 119
+
+
+ 2, 0, 2, 0
+
+
+ While Charging:
+
+
+ Popup
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 22, 13
+
+
+ 74, 21
+
+
+ button1
+
+
+ tPOutCurve
+
+
+ 211
+
+
+ 2, 2, 2, 2
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 96, 96
+
+
+ False
+
+
+ 3, 3, 3, 3
+
+
+ 11
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 74, 77
+
+
+ NoControl
+
+
+ 248
+
+
+ Flat
+
+
+ StretchImage
+
+
+ 4
+
+
+ NoControl
+
+
+ tPOutCurve
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 52, 13
+
+
+ 12
+
+
+ 2, 0, 2, 0
+
+
+ 52, 13
+
+
+ 111, 28
+
+
+ 289
+
+
+ rBTPControls
+
+
+ Use for Controls
+
+
+ lbLOptions
+
+
+ 252
+
+
+ 15, 14
+
+
+ tPOutCurve
+
+
+ rBTPMouse
+
+
+ NoControl
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 2, 0, 2, 0
+
+
+ lbL2TrackS
+
+
+ gBGyro
+
+
+ 7
+
+
+ NoControl
+
+
+ 19, 13
+
+
+ circleToolStripMenuItem
+
+
+ cMTouchDisableInvert
+
+
+ 3
+
+
+ Circle
+
+
+ Sixaxis: X axis is flipped for easier reading
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 8
+
+
+ 31, 3
+
+
+ NoControl
+
+
+ 114, 4
+
+
+ NoControl
+
+
+ True
+
+
+ Smoothing:
+
+
+ No
+
+
+ 8
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 67, 50
+
+
+ NoControl
+
+
+ cBTouchpadJitterCompensation
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ fLPTiltControls
+
+
+ fLPTouchSwipe
+
+
+ 197
+
+
+ B
+
+
+ 10
+
+
+ 49, 13
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ %
+
+
+ 94, 338
+
+
+ pnlTPMouse
+
+
+ True
+
+
+ downTouchInvStripMenuItem
+
+
+ 157, 15
+
+
+ 438, 28
+
+
+ pnlFull
+
+
+ L1
+
+
+ NoControl
+
+
+ 216
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ False
+
+
+ tSMIRSInverted
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Swipe Down
+
+
+ 67, 13
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ BT Poll Rate
+
+
+ 22, 13
+
+
+ NoControl
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ lbL2TrackS
+
+
+ Controller Readings
+
+
+ Inverted X
+
+
+ 127, 22
+
+
+ pnlTPMouse
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TopCenter
+
+
+ lbR2LS
+
+
+ 127, 22
+
+
+ lsOutCurveComboBox
+
+
+ 1
+
+
+ tBsixaxisGyroX
+
+
+ 127, 22
+
+
+ fingerOnTouchpadToolStripMenuItem
+
+
+ 93, 17
+
+
+ gBLightbar
+
+
+ 287
+
+
+ gBOther
+
+
+ 40, 21
+
+
+ cBIdleDisconnect
+
+
+ R2
+
+
+ Sixaxis Z
+
+
+ lbLowBlue
+
+
+ 6, 31
+
+
+ 132, 122
+
+
+ No
+
+
+ 216
+
+
+ 234
+
+
+ tPOutCurve
+
+
+ None
+
+
+ False
+
+
+ fLPTiltControls
+
+
+ squareTouchInvStripMenuItem
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 22, 13
+
+
+ 13, 13
+
+
+ pnlFull
+
+
+ 169
+
+
+ gBOther
+
+
+ bnRSRight
+
+
+ 8
+
+
+ 22, 13
+
+
+ 80, 23
+
+
+ WASD
+
+
+ System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ False
+
+
+ 117, 22
+
+
+ lbRainbowB
+
+
+ 212
+
+
+ False
+
+
+ 1
+
+
+ nUDRS
+
+
+ 105, 29
+
+
+ 5
+
+
+ 204
+
+
+ 4
+
+
+ 52, 17
+
+
+ 3, 3
+
+
+ 10
+
+
+ NoControl
+
+
+ 1
+
+
+ 9
+
+
+ 20, 20
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ 29, 20
+
+
+ 75, 13
+
+
+ System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 297
+
+
+ 12
+
+
+ gBLightbar
+
+
+ 263
+
+
+ 3, 90
+
+
+ True
+
+
+ RS
+
+
+ 1
+
+
+ 264, 52
+
+
+ 37
+
+
+ 3, 3
+
+
+ 190
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ L3 :
+
+
+ 20, 13
+
+
+ Right Stick Up :
+
+
+ 236
+
+
+ 235
+
+
+ fLPSettings
+
+
+ psTouchInvStripMenuItem
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 4
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 438, 455
+
+
+ lbControlName
+
+
+ 124, 17
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ False
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 160, 6
+
+
+ 3, 34
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlController
+
+
+ 263, 170
+
+
+ 160, 25
+
+
+ 203, 214
+
+
+ 30
+
+
+ 23, 23
+
+
+ 211
+
+
+ NoControl
+
+
+ 2
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Use Controller
+
+
+ 48
+
+
+ bnLSDown
+
+
+ 109, 16
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ NoControl
+
+
+ NoControl
+
+
+ Vertical Scale:
+
+
+ 1
+
+
+ MiddleCenter
+
+
+ 295, 103
+
+
+ 32
+
+
+ 168, 4
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 0
+
+
+ Pulse
+
+
+ 2, 2
+
+
+ gBOther
+
+
+ L2:
+
+
+ 2, 0, 2, 0
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 251
+
+
+ 9
+
+
+ NoControl
+
+
+ 2
+
+
+ 29, 14
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 142, 233
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ G
+
+
+ True
+
+
+ 4
+
+
+ 7
+
+
+ 272, 76
+
+
+ 250
+
+
+ 247
+
+
+ NoControl
+
+
+ 33, 17
+
+
+ 300, 233
+
+
+ 1027, 520
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ lbLS
+
+
+ 90, 195
+
+
+ r1ToolStripMenuItem
+
+
+ gBSensitivity
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ NoControl
+
+
+ 33, 17
+
+
+ 194, 22
+
+
+ 30, 29
+
+
+ tCControls
+
+
+ 164
+
+
+ False
+
+
+ 49
+
+
+ None
+
+
+ NoControl
+
+
+ True
+
+
+ Cubic
+
+
+ 191
+
+
+ True
+
+
+ False
+
+
+ 2, 0, 2, 0
+
+
+ 1
+
+
+ 3, 3
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlActions
+
+
+ 1, 19
+
+
+ 2
+
+
+ 21, 32
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ L3
+
+
+ 194, 22
+
+
+ True
+
+
+ NoControl
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ NoControl
+
+
+ False
+
+
+ pnlSixaxis
+
+
+ 40, 20
+
+
+ antiDeadzoneTabPage
+
+
+ B
+
+
+ NoControl
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlController
+
+
+ 126, 97
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 45, 21
+
+
+ 14
+
+
+ System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ rightToolStripMenuItem
+
+
+ False
+
+
+ Test Heavy
+
+
+ bnShare
+
+
+ 161, 21
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 2
+
+
+ 14
+
+
+ 25
+
+
+ RSToolStripMenuItem
+
+
+ 0
+
+
+ pnlSixaxis
+
+
+ label1
+
+
+ nUDR2
+
+
+ 2, 0, 2, 0
+
+
+ 202
+
+
+ 1
+
+
+ 215, 122
+
+
+ 13
+
+
+ 118, 95
+
+
+ 74, 20
+
+
+ 292
+
+
+ Sensitivity
+
+
+ 15, 13
+
+
+ Linear
+
+
+ 49, 13
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 71, 52
+
+
+ System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ NoControl
+
+
+ 125, 31
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ nUDRSS
+
+
+ 303
+
+
+ lbLSS
+
+
+ NoControl
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Up
+
+
+ 117, 22
+
+
+ 120, 57
+
+
+ 88, 0
+
+
+ 250
+
+
+ 216
+
+
+ 221, 1
+
+
+ NoControl
+
+
+ NoControl
+
+
+ 83 Hz (12 ms)
+
+
+ 4
+
+
+ Left Stick
+
+
+ Options
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Flat
+
+
+ 2
+
+
+ r2ToolStripMenuItem
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Flat
+
+
+ System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ R
+
+
+ 281, 139
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 12
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ RS:
+
+
+ pnlController
+
+
+ 237
+
+
+ MiddleLeft
+
+
+ nUDLSRotation
+
7
-
- Linear
+
+ False
+
+
+ NoControl
+
+
+ 49, 19
+
+
+ tCSens
+
+
+ 136, 23
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 10
+
+
+ 6
+
+
+ 6
+
+
+ fLPSettings
+
+
+ NoControl
+
+
+ 26, 24
+
+
+ gBOther
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Inverted Y
+
+
+ Yes
+
+
+ 40, 20
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 234, 62
+
+
+ NoControl
Enhanced Precison
@@ -7081,1742 +6346,2906 @@ with profile
Quadratic
-
- Cubic
-
-
- 111, 3
-
-
- 49, 21
-
-
- 3
-
-
- rsOutCurveComboBox
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPOutCurve
-
-
- 8
-
-
- Linear
-
-
- Enhanced Precision
-
-
- Quadratic
-
-
- Cubic
-
-
- 31, 2
-
-
- 46, 21
-
-
- 2
-
-
- lsOutCurveComboBox
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPOutCurve
-
-
- 9
-
-
- True
-
-
- NoControl
-
-
- 85, 5
-
-
- 25, 13
-
-
- 1
-
-
- RS:
-
-
- label10
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPOutCurve
-
-
- 10
-
-
- True
-
-
- NoControl
-
-
- 6, 5
-
-
- 23, 13
-
-
- 0
-
-
- LS:
-
-
- label9
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPOutCurve
-
-
- 11
-
-
- 4, 22
-
-
- 264, 52
-
-
- 4
-
-
- Output Curve
-
-
- tPOutCurve
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tCSens
-
-
- 3
-
-
- 36, 16
-
-
+
No
-
- 49, 20
-
-
- 206
-
-
- nUDLSCurve
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPCurve
-
-
- 0
-
-
- 153, 16
-
-
- No
-
-
- 49, 20
-
-
- 207
-
-
- nUDRSCurve
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPCurve
-
-
- 1
-
-
- True
-
-
- NoControl
-
-
- 130, 18
-
-
- 22, 13
-
-
- 205
-
-
- RS
-
-
- lbRSCurve
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPCurve
-
-
- 2
-
-
- True
-
-
- NoControl
-
-
- 208, 18
-
-
- 15, 13
-
-
- 204
-
-
- %
-
-
- lbRSCurvePercent
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPCurve
-
-
- 3
-
-
- True
-
-
- NoControl
-
-
- 91, 18
-
-
- 15, 13
-
-
- 204
-
-
- %
-
-
- lbLSCurvePercent
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPCurve
-
-
- 4
-
-
- True
-
-
- NoControl
-
-
- 13, 18
-
-
- 20, 13
-
-
- 204
-
-
- LS
-
-
- lbLSCurve
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPCurve
-
-
- 5
-
-
- 4, 22
-
-
- 3, 3, 3, 3
-
-
- 264, 52
-
-
- 1
-
-
- Curve (Input)
-
-
- tPCurve
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tCSens
-
-
- 4
-
-
- 160, 21
-
-
- 74, 20
-
-
- 219
-
-
- nUDRSRotation
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tpRotation
-
-
- 0
-
-
- True
-
-
- NoControl
-
-
- 125, 23
-
-
- 25, 13
-
-
- 218
-
-
- RS:
-
-
- label14
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tpRotation
-
-
- 1
-
-
- 42, 20
-
-
- 68, 20
-
-
- 217
-
-
- nUDLSRotation
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tpRotation
-
-
- 2
-
-
- True
-
-
- NoControl
-
-
- 4, 22
-
-
- 23, 13
-
-
- 216
-
-
- LS:
-
-
- label13
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tpRotation
-
-
- 3
-
-
- 4, 22
-
-
- 3, 3, 3, 3
-
-
- 264, 52
-
-
- 5
-
-
- Rotation
-
-
- tpRotation
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tCSens
-
-
- 5
-
-
- 281, 55
-
-
- 272, 78
-
-
- 234
-
-
- tCSens
-
-
- System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPSettings
-
-
- 3
-
-
- True
-
-
- True
-
-
- NoControl
-
-
- 144, 20
-
-
- 2, 2, 2, 2
-
-
- 100, 17
-
-
- 258
-
-
- Use for Controls
-
-
- rBSAControls
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBGyro
-
-
- 0
-
-
- True
-
-
- NoControl
-
-
- 13, 20
-
-
- 2, 2, 2, 2
-
-
- 93, 17
-
-
- 257
-
-
- Use as Mouse
-
-
- rBSAMouse
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBGyro
-
-
- 1
-
-
- Yaw
-
-
- Roll
-
-
- 170, 93
-
-
- 74, 21
-
-
- 271
-
-
- cBGyroMouseXAxis
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSAMouse
-
-
- 0
-
-
- True
-
-
- NoControl
-
-
- 167, 74
-
-
- 39, 13
-
-
- 270
-
-
- X Axis:
-
-
- label16
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSAMouse
-
-
- 1
-
-
- True
-
-
- NoControl
-
-
- 8, 145
-
-
- 60, 13
-
-
- 269
-
-
- Smoothing:
-
-
- lbGyroSmooth
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSAMouse
-
-
- 2
-
-
- True
-
-
- NoControl
-
-
- 75, 145
-
-
- Yes
-
-
- 15, 14
-
-
- 268
-
-
- cBGyroSmooth
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSAMouse
-
-
- 3
-
-
- True
-
-
- NoControl
-
-
- 96, 145
-
-
- 83, 13
-
-
- 267
-
-
- Smooth Weight:
-
-
- lbSmoothWeight
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSAMouse
-
-
- 4
-
-
- False
-
-
- 185, 141
-
-
- 55, 20
-
-
- 266
-
-
- nUDGyroSmoothWeight
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSAMouse
-
-
- 5
-
-
- True
-
-
- NoControl
-
-
- 151, 98
-
-
- 15, 13
-
-
- 265
-
-
- %
-
-
- label12
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSAMouse
-
-
- 6
-
-
- 96, 93
-
-
- 49, 20
-
-
- 264
-
-
- nUDGyroMouseVertScale
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSAMouse
-
-
- 7
-
-
- True
-
-
- NoControl
-
-
- 8, 95
-
-
- 75, 13
-
-
- 263
-
-
- Vertical Scale:
-
-
- label11
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSAMouse
-
-
- 8
-
-
- True
-
-
- NoControl
-
-
- 5, 41
-
-
- Yes
-
-
- 165, 17
-
-
- 262
-
-
- Trigger Behavior - Turns Gyro
-
-
- gyroTriggerBehavior
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSAMouse
-
-
- 9
-
-
- True
-
-
- NoControl
-
-
- 92, 119
-
-
- Yes
-
-
- 33, 17
-
-
- 261
-
-
- Y
-
-
- cBGyroInvertY
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSAMouse
-
-
- 10
-
-
- True
-
-
- NoControl
-
-
- 49, 119
-
-
- Yes
-
-
- 33, 17
-
-
- 260
-
-
- X
-
-
- cBGyroInvertX
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSAMouse
-
-
- 11
-
-
- True
-
-
- NoControl
-
-
- 8, 119
-
-
- 37, 13
-
-
- 259
-
-
- Invert:
-
-
- TopRight
-
-
- lbGyroInvert
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSAMouse
-
-
- 12
-
-
- True
-
-
- NoControl
-
-
- 6, 14
-
-
- 48, 13
-
-
- 258
-
-
- Triggers:
-
-
- TopRight
-
-
- lbGyroTriggers
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSAMouse
-
-
- 13
-
-
- NoControl
-
-
- 96, 8
-
-
- 2, 2, 2, 2
-
-
- 160, 25
-
-
- 257
-
-
- None
-
-
- btnGyroTriggers
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSAMouse
-
-
- 14
-
-
- 96, 67
-
-
- 49, 20
-
-
- 256
-
-
- nUDGyroSensitivity
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSAMouse
-
-
- 15
-
-
- True
-
-
- NoControl
-
-
- 8, 69
-
-
- 82, 13
-
-
- 255
-
-
- Gyro Sensitivity:
-
-
- TopRight
-
-
- lbGyroSens
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSAMouse
-
-
- 16
-
-
- 6, 43
-
-
- 2, 2, 2, 2
-
-
- 263, 170
-
-
- 259
-
-
- pnlSAMouse
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBGyro
-
-
- 2
-
-
- 3, 253
-
-
- 272, 224
-
-
- 248
-
-
- Gyro
-
-
- gBGyro
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPSettings
-
-
- 1
-
-
- True
-
-
- NoControl
-
-
- 11, 50
-
-
- 19, 13
-
-
- 204
-
-
- L2
-
-
- lbL2S
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBSensitivity
-
-
- 0
-
-
- 35, 47
-
-
- No
-
-
- 40, 20
-
-
- 212
-
-
- nUDL2S
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBSensitivity
-
-
- 1
-
-
- 35, 19
-
-
- No
-
-
- 40, 20
-
-
- 213
-
-
- nUDLSS
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBSensitivity
-
-
- 2
-
-
- True
-
-
- NoControl
-
-
- 161, 21
-
-
- 49, 13
-
-
- 206
-
-
- Sixaxis X
-
-
- lbSixaxisXS
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBSensitivity
-
-
- 3
-
-
- 108, 48
-
-
- 40, 20
-
-
- 210
-
-
- nUDR2S
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBSensitivity
-
-
- 4
-
-
- True
-
-
- NoControl
-
-
- 161, 49
-
-
- 49, 13
-
-
- 207
-
-
- Sixaxis Z
-
-
- lbSixaxisZS
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBSensitivity
-
-
- 5
-
-
- 108, 19
-
-
- No
-
-
- 40, 20
-
-
- 214
-
-
- nUDRSS
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBSensitivity
-
-
- 6
-
-
- True
-
-
- NoControl
-
-
- 82, 51
-
-
- 21, 13
-
-
- 208
-
-
- R2
-
-
- lbR2LS
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBSensitivity
-
-
- 7
-
-
- 216, 19
-
-
- 40, 20
-
-
- 211
-
-
- nUDSXS
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBSensitivity
-
-
- 8
-
-
- True
-
-
- NoControl
-
-
- 81, 21
-
-
- 22, 13
-
-
- 209
-
-
- RS
-
-
- lbRSS
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBSensitivity
-
-
- 9
-
-
- True
-
-
- NoControl
-
-
- 11, 21
-
-
- 20, 13
-
-
- 205
-
-
- LS
-
-
- lbLSS
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBSensitivity
-
-
- 10
-
-
- 216, 48
-
-
- No
-
-
- 40, 20
-
-
- 215
-
-
- nUDSZS
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBSensitivity
-
-
- 11
-
-
- 281, 139
-
-
- 272, 76
-
257
-
- Sensitivity
-
-
- gBSensitivity
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPSettings
-
-
- 4
-
-
- Fill
-
-
- TopDown
-
-
- 446, 0
-
-
+
2, 2, 2, 2
-
- 565, 481
+
+ 26, 73
-
- 254
+
+