diff --git a/DS4Windows/DS4Forms/DS4Form.Designer.cs b/DS4Windows/DS4Forms/DS4Form.Designer.cs index b77dc09..3c00b3a 100644 --- a/DS4Windows/DS4Forms/DS4Form.Designer.cs +++ b/DS4Windows/DS4Forms/DS4Form.Designer.cs @@ -47,6 +47,7 @@ this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.startToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.openProgramFolderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.openProfiles = new System.Windows.Forms.OpenFileDialog(); @@ -167,7 +168,6 @@ this.useProfileColorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.useCustomColorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.advColorDialog = new DS4Windows.AdvancedColorDialog(); - this.openProgramFolderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.pnlButton.SuspendLayout(); this.cMTaskbar.SuspendLayout(); this.tabMain.SuspendLayout(); @@ -200,12 +200,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); @@ -220,13 +221,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 @@ -234,17 +236,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); // @@ -253,6 +258,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 @@ -266,6 +272,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, @@ -278,46 +285,46 @@ this.openProgramFolderToolStripMenuItem, 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 @@ -326,16 +333,22 @@ this.openToolStripMenuItem.Name = "openToolStripMenuItem"; this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click); // + // openProgramFolderToolStripMenuItem + // + resources.ApplyResources(this.openProgramFolderToolStripMenuItem, "openProgramFolderToolStripMenuItem"); + this.openProgramFolderToolStripMenuItem.Name = "openProgramFolderToolStripMenuItem"; + this.openProgramFolderToolStripMenuItem.Click += new System.EventHandler(this.OpenProgramFolderToolStripMenuItem_Click); + // // 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 // @@ -344,22 +357,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 @@ -399,13 +414,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); // @@ -417,6 +434,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 @@ -424,6 +442,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); // @@ -432,6 +451,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); // @@ -440,6 +460,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); // @@ -448,6 +469,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); // @@ -456,6 +478,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); // @@ -464,6 +487,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); // @@ -474,6 +498,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 @@ -481,6 +506,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); // @@ -491,6 +517,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 @@ -500,6 +527,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 @@ -507,6 +535,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); // @@ -517,47 +546,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 // @@ -567,6 +605,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 @@ -577,6 +616,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 @@ -587,32 +627,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); // @@ -620,12 +664,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); // @@ -634,6 +680,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); // @@ -642,6 +689,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); // @@ -650,6 +698,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); // @@ -657,23 +706,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); @@ -681,6 +733,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, @@ -694,7 +747,7 @@ this.importToolStripMenuItem, this.exportToolStripMenuItem}); this.cMProfile.Name = "cMProfile"; - resources.ApplyResources(this.cMProfile, "cMProfile"); + this.toolTip1.SetToolTip(this.cMProfile, resources.GetString("cMProfile.ToolTip")); // // editToolStripMenuItem // @@ -704,60 +757,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[] { @@ -767,54 +821,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[] { @@ -824,13 +879,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); // @@ -857,8 +912,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); // @@ -873,13 +928,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 @@ -902,11 +959,13 @@ this.fLPSettings.Controls.Add(this.languagePackComboBox1); 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); // @@ -916,6 +975,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); // @@ -923,30 +983,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); // @@ -954,6 +1018,7 @@ // resources.ApplyResources(this.label1, "label1"); this.label1.Name = "label1"; + this.toolTip1.SetToolTip(this.label1, resources.GetString("label1.ToolTip")); // // runStartProgRadio // @@ -961,6 +1026,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); // @@ -968,20 +1034,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 // @@ -993,22 +1062,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 // @@ -1019,6 +1091,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, @@ -1030,6 +1103,7 @@ // resources.ApplyResources(this.lbMsLatency, "lbMsLatency"); this.lbMsLatency.Name = "lbMsLatency"; + this.toolTip1.SetToolTip(this.lbMsLatency, resources.GetString("lbMsLatency.ToolTip")); // // cBFlashWhenLate // @@ -1037,6 +1111,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); // @@ -1044,6 +1119,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); // @@ -1051,6 +1127,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); // @@ -1058,6 +1135,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); // @@ -1065,16 +1143,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 // @@ -1085,12 +1165,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 // @@ -1101,20 +1183,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 // @@ -1130,6 +1215,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, @@ -1143,6 +1229,7 @@ // resources.ApplyResources(this.lbLastXIPort, "lbLastXIPort"); this.lbLastXIPort.Name = "lbLastXIPort"; + this.toolTip1.SetToolTip(this.lbLastXIPort, resources.GetString("lbLastXIPort.ToolTip")); // // languagePackComboBox1 // @@ -1150,6 +1237,7 @@ this.languagePackComboBox1.LanguageAssemblyName = "DS4Windows.resources.dll"; this.languagePackComboBox1.Name = "languagePackComboBox1"; this.languagePackComboBox1.ProbingPath = "Lang"; + this.toolTip1.SetToolTip(this.languagePackComboBox1, resources.GetString("languagePackComboBox1.ToolTip")); this.languagePackComboBox1.SelectedValueChanged += new System.EventHandler(this.languagePackComboBox1_SelectedValueChanged); // // flowLayoutPanel1 @@ -1167,12 +1255,14 @@ this.flowLayoutPanel1.Controls.Add(this.hidGuardRegLinkLabel); this.flowLayoutPanel1.ForeColor = System.Drawing.SystemColors.ControlText; 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 @@ -1180,6 +1270,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 @@ -1187,6 +1278,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 @@ -1194,6 +1286,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 @@ -1201,6 +1294,7 @@ 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); // // linkSplitLabel @@ -1210,12 +1304,14 @@ this.linkSplitLabel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.linkSplitLabel.ForeColor = System.Drawing.SystemColors.ControlText; this.linkSplitLabel.Name = "linkSplitLabel"; + this.toolTip1.SetToolTip(this.linkSplitLabel, resources.GetString("linkSplitLabel.ToolTip")); // // hidGuardWhiteList // resources.ApplyResources(this.hidGuardWhiteList, "hidGuardWhiteList"); this.hidGuardWhiteList.Name = "hidGuardWhiteList"; this.hidGuardWhiteList.TabStop = true; + this.toolTip1.SetToolTip(this.hidGuardWhiteList, resources.GetString("hidGuardWhiteList.ToolTip")); this.hidGuardWhiteList.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.HidGuardWhiteList_LinkClicked); // // clrHidGuardWlistLinkLabel @@ -1223,6 +1319,7 @@ resources.ApplyResources(this.clrHidGuardWlistLinkLabel, "clrHidGuardWlistLinkLabel"); this.clrHidGuardWlistLinkLabel.Name = "clrHidGuardWlistLinkLabel"; this.clrHidGuardWlistLinkLabel.TabStop = true; + this.toolTip1.SetToolTip(this.clrHidGuardWlistLinkLabel, resources.GetString("clrHidGuardWlistLinkLabel.ToolTip")); this.clrHidGuardWlistLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.ClrHidGuardWlistLinkLabel_LinkClicked); // // hidGuardRegLinkLabel @@ -1230,27 +1327,31 @@ resources.ApplyResources(this.hidGuardRegLinkLabel, "hidGuardRegLinkLabel"); this.hidGuardRegLinkLabel.Name = "hidGuardRegLinkLabel"; this.hidGuardRegLinkLabel.TabStop = true; + this.toolTip1.SetToolTip(this.hidGuardRegLinkLabel, resources.GetString("hidGuardRegLinkLabel.ToolTip")); this.hidGuardRegLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.HidGuardRegLinkLabel_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); // @@ -1258,6 +1359,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); // @@ -1267,6 +1369,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, @@ -1274,37 +1377,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); // - // openProgramFolderToolStripMenuItem - // - this.openProgramFolderToolStripMenuItem.Name = "openProgramFolderToolStripMenuItem"; - resources.ApplyResources(this.openProgramFolderToolStripMenuItem, "openProgramFolderToolStripMenuItem"); - this.openProgramFolderToolStripMenuItem.Click += new System.EventHandler(this.OpenProgramFolderToolStripMenuItem_Click); - // // DS4Form // - this.AllowDrop = true; resources.ApplyResources(this, "$this"); + this.AllowDrop = true; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.BackColor = System.Drawing.SystemColors.Window; 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 96df77e..b28d35f 100644 --- a/DS4Windows/DS4Forms/DS4Form.resx +++ b/DS4Windows/DS4Forms/DS4Form.resx @@ -117,2990 +117,1394 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Time - - - 167 + + True - - Data + + + None + + + + 126, 0 + + + 0 + + + NoControl + + + tLPControllers + + + bnEditC1 + + + NoControl + + + 0, 0 + + + Fill + + + NoControl + + + tLPControllers + + + + + + 52 + + + 31 + + + 106, 13 + + + 53 + + + None + + + cBUseWhiteIcon + + + Hide DS4 Controller + + + 43 + + + True + + + cMTaskbar + + + 0 + + + tSBKeepSize + + + exportLogTxtBtn + + + 484, 7 + + + 100% + + + tabLog + + + 32 + + + 188, 22 + + + tLPControllers + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1 + + + 896, 142 + + + 25 + + + 53 + + + 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 + + + Edit + + + lbID + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 51, 24 + + + lbLastXIPort + + + 2 + + + NoControl + + + linkCB4 + + + 49, 17 + + + pnlButton 84 - - - Fill + + lbPad2 - - - Lucida Console, 9.75pt + + 3 - - 3, 3 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NoControl + + + 44 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Left, Right + + + 274, 33 + + + 42 + + + 116, 13 + + + tLPControllers + + + pNUpdate + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Save Profile + + + editProfileForController4ToolStripMenuItem + + + 0 + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 30 + + + 65, 54 + + + 2 + + + 3 + + + Time + + + days + + + panel1 + + + 1 + + + NoControl 890, 323 - - 0 + + 490, 36 - - lvDebug + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Flat - - tabLog + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Bottom, Right + + Program - + + + + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlButton + + + 1 + + + Edit + + + Left + + + None + + + nUDXIPorts + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + lbStatus + + + 3 + + + 39, 15 + + True - + + + + + fLPSettings + + + 759, 117 + + + 490, 92 + + + 214, 24 + + + None + + + System.Windows.Forms.OpenFileDialog, 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 + + + None + + + + + + NoControl + + + 642, 33 + + + tLPControllers + + + Dupliacate Selected Profile (Ctrl+D) + + + NoControl + + + NoControl + + + 3, 3 + + + 44 + + + NoControl + + + tSBExportProfile + + + Left + + + Check for Update Now + + + + + + + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tLPControllers + + + System.Windows.Forms.ToolStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + toolTip1 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Left + + + tabControllers + + + 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 + + + 7 + + + Use Profile Color + + + cBController4 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + None + + + 64, 17 + 754, 9 - - 79, 13 + + Keep this window size after closing - - 13 + + + + + New + + + + + + + + + 384, 62 + + + tLPControllers + + + + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Microsoft Sans Serif, 9pt Hotkeys/About - - TopRight + + Magenta - - llbHelp + + 94, 22 - + + 840, 4 + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 745, 18 + + + Top, Right + + + 4 + + + pnlXIPorts + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - pnlButton + + Edit - + + 44 + + + None + + + nUDUpdateTime + + + 44 + + + + + + 1 + + + + + + tsBEditProfile + + + 3 + + + + + + New Profile + + + + + + 45 + + + Run As: + + + 8 + + + 3, 92 + + + assignToController3ToolStripMenuItem + + + 643, 7 + + + 45 + + + flowLayoutPanel1 + + + Magenta + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Left + + + 4, 22 + + + Magenta + + + tabAutoProfiles + + 0 + + 3 + + + 11 + Bottom, Right - + + 15, 14 + + + pnlButton + + + + + + Edit Profile for Controller 1 + + + + + + 1 + + + None + + + Bottom + + + 44 + + + runStartTaskRadio + + + + + + Used to test values + + + 3 + + + 3, 3, 3, 3 + + + Uninstall VBus Driver + + + True + + + 0 + + + 4 + + + Edit Selected Profile (Enter) + + + lbLinkProfile + + + 274, 10 + + + 7 + + + fLPSettings + + + NoControl + + + 44, 20 + + + tabMain + + + pNUpdate + + + tSTBProfile + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tSBCancel + + + None + + + Magenta + + + Segoe UI, 9pt, style=Bold + + + + + + 4 + + + 1 + + + 799, 89 + + + 54 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 45 + + + 591, 93 + + + 44 + + + fLPSettings + + + pBStatus2 + + + 40 + + + panel2 + + + Edit + + + 54 + + + 55 + + + Profiles + + + 100% + + + 799, 61 + + + toolStripLabel1 + + + 4, 9 + + + 10 + + + tSBImportProfile + + + Left + + + tLPControllers + + + fLPSettings + + + DS4Windows.DS4Forms.LanguagePackComboBox, DS4Windows, Version=1.4.109.0, Culture=neutral, PublicKeyToken=null + + + tLPControllers + + + lbBattery + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + runStartupPanel + + 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 - - - Open Program Folder - - - 214, 22 - - - Exit (Middle Mouse) - - - 215, 208 - - - 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 - - - 800, 89 - - - 93, 22 - - - 50 - - - bnLight3 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tLPControllers - - - 0 - - - None - - - NoControl - - - 385, 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 - - - 760, 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 - - - 760, 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 - - - 643, 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 - - - 760, 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 - - - 643, 61 - - - 111, 21 - - - 42 - - - cBController2 - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tLPControllers - - - 10 - - - None - - - 643, 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 - - - 760, 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 - - - 643, 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 - - - 644, 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 - - - 381, 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 - - - 485, 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 - - - 491, 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 - - - 491, 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 - - - 491, 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 - - - 491, 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 - - - 385, 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 - - - 385, 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 - - - 385, 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 - - - 800, 33 - - - 93, 22 - - - 50 - - - bnLight1 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tLPControllers - - - 25 - - - Fill - - - Flat - - - NoControl - - - 800, 61 - - - 93, 22 - - - 51 - - - bnLight2 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tLPControllers - - - 26 - - - Fill - - - Flat - - - NoControl - - - 800, 117 - - - 93, 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 - - - 566, 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 - - - 592, 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 - - - 592, 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 - - - 592, 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 - - - 592, 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,62.29144,Percent,20.02225,Percent,17.68632,Absolute,80,AutoSize,0,AutoSize,0,Absolute,98" /><Rows Styles="AutoSize,0,Percent,25,Percent,25,Percent,25,Percent,25" /></TableLayoutSettings> - - - Fill - - - False - - - NoControl - - - 0, 0 - - - 896, 359 - - - 47 - - - No Controllers Connected (Max 4) - - - MiddleCenter - - - lbNoControllers - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabControllers - - - 1 - - - 4, 22 - - - 896, 359 - - - 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 - - - 188, 22 - - - Edit - - - 188, 22 - - - Assign to Controller 1 - - - 188, 22 - - - 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) - - - 188, 22 - - - New Profile - - - 188, 22 - - - Import - - - 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 + <?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,62.29144,Percent,20.02225,Percent,17.68632,Absolute,80,AutoSize,0,AutoSize,0,Absolute,102" /><Rows Styles="AutoSize,0,Percent,25,Percent,25,Percent,25,Percent,25" /></TableLayoutSettings> 55, 24 - - New - - - Make a New Profile - - - False - - - Magenta - - - 51, 24 - - - Edit - - - Edit Selected Profile (Enter) - - - False - - - Magenta - - - 64, 24 - - - Delete - - - Delete Selected Profle (Delete) - - - False - - - Magenta - - - 81, 24 - - - Duplicate - - - Dupliacate Selected Profile (Ctrl+D) - - - Magenta - - - 67, 24 - - - Import - - - Import Profile or Profiles - - - False - - - Magenta - - - 64, 24 - - - Export - - - Export Selected Profile - - - 3, 3 - - - 890, 27 - - - 1 - - - toolStrip1 - - - toolStrip1 - - - System.Windows.Forms.ToolStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabProfiles - - - 2 - - - 4, 22 - - - 3, 3, 3, 3 - - - 896, 359 - - - 0 - - - Profiles - - - tabProfiles - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabMain - - - 1 - - - 4, 22 - - - 896, 359 - - - 2 - - - Auto Profiles - - - tabAutoProfiles - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabMain - - - 2 - - - True - - - 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 + + 15 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 + + lbUseXIPorts 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 - - - panel2 - - - 1 - - - True - - - 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 - - - 2 - - - 10, 239 - - - 258, 22 - - - 57 - - - panel2 - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - fLPSettings - - - 7 - - - True - - - None - - - NoControl - - - 10, 267 - - - 100, 17 - - - 55 - - - Close Minimizes - - - cBCloseMini - - - 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 - - - 10 - - - True - - - None - - - NoControl - - - 274, 10 - - - 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 - - - 11 - - - 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, 33 - - - 189, 22 - - - 43 - - - pNUpdate - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - fLPSettings - - - 12 - - - 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 - - - pnlXIPorts - - - 0 - - - Top, Right - - - 100, 1 - - - 44, 20 - - - 42 - - - nUDXIPorts - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pnlXIPorts - - - 1 - - - Top, Right - - - True - - - NoControl - - - 150, 3 - - - 19, 13 - - - 0 - - - - 4 - - - lbLastXIPort - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pnlXIPorts - - - 2 - - - 274, 61 - - - 186, 22 - - - 44 - - - pnlXIPorts - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - fLPSettings - - - 13 - - - True - - - No (English UI) - - - Use language pack - 274, 89 - - 260, 27 + + 12 - - 60 + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - languagePackComboBox1 - - - DS4Windows.DS4Forms.LanguagePackComboBox, DS4Windows, Version=1.4.109.0, Culture=neutral, PublicKeyToken=null - - - fLPSettings - - - 14 - - - True - - - True - - - NoControl - - - 7, 4 - - - 65, 13 - - - 50 - - - Profile folder - - - linkProfiles - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel1 - - - 0 - - - True - - - NoControl - - - 7, 17 - - - 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 - - - 7, 30 - - - 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 + + Delete - - NoControl + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 7, 43 - - - 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 - - - 7, 56 - - - 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 - - - Left, Right - - - 7, 73 - - - 3, 4, 3, 2 - - - 150, 2 - - - 56 - - - linkSplitLabel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel1 - - - 5 - - + True 7, 77 - - 150, 13 + + No Controllers Connected (Max 4) - - 53 + + None - - Write HidGuardian Device List + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - hidGuardWhiteList + + 1 - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - flowLayoutPanel1 + + 11 - - 6 - - + True - - 7, 90 + + cBController2 - - 141, 13 + + lbNoControllers - - 54 + + 13 - - Clear HidGuardian Whitelists + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - clrHidGuardWlistLinkLabel + + 890, 27 - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 13 - - flowLayoutPanel1 + + None - - 7 + + Delete Selected Profle (Delete) - - True + + linkSplitLabel - - 7, 103 + + 44 - - 106, 13 + + 43 - + + 3, 326 + + + 170, 22 + + + + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 890, 299 + + + None + + + tabMain + + + 591, 121 + + + + + + + + + + + + 43 + + 55 - - HidGuardian Regedit + + NoControl - - hidGuardRegLinkLabel + + 96, 96 - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - flowLayoutPanel1 + + fLPSettings - - 8 + + True + + + 1 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 186, 22 + + + 39, 15 + + + startToolStripMenuItem + + + 194, 17 + + + True + + + tLPControllers + + + tSBDupProfile + + + True + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tSOptions + + + + + + 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 + + + fLPSettings + + + 94, 22 + + + None + + + 81, 24 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Import Profile or Profiles + + + True + + + + + + Left + + + pnlXIPorts TopDown - - 274, 122 + + 6, 27 - - 4, 4, 4, 4 + + tLPControllers - - 166, 122 + + 10, 239 - - 56 + + 46 - - flowLayoutPanel1 + + System.Windows.Forms.ToolStripMenuItem, 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 + + 6 - - fLPSettings + + tabMain - - 15 + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Fill + + Open Program Folder - - TopDown + + System.Windows.Forms.ToolStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3, 3 + + None - - 7, 7, 0, 9 + + 34, 22 - - 890, 353 - - + 0 - - fLPSettings + + 42 - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 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 + + + 67, 13 + + + tsBDeleteProfile + + + Lucida Console, 9.75pt + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NoControl + + + runStartProgRadio + + + 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 + + + 1 + + + runStartupPanel + + + NoControl + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 14 + + + tabLog + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1 + + + None + + + 47, 15 + + + True + + + NoControl + + + 5 + + + 4 tabSettings - + + + + + 759, 61 + + + 7, 7, 0, 9 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + None + + + True + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 28 + + + 39, 20 + + + + + + tLPControllers + + + 170, 22 + + + TopDown + + + 213, 22 + + + 642, 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 + + + 0 + + + 47 + + + None + + + 15, 14 + + + 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 + + + 384, 34 + + + 10, 10 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + + + NoControl + + + 188, 22 + + + panel2 + + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + panel1 + + + Controller/Driver Setup + + + Write HidGuardian Device List + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NoControl + + + True + + + 896, 359 + + + Magenta + + + 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 + + + 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 + + + Assign to Controller 3 + + + fLPSettings + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + + + + + + 188, 22 + + + hideDS4CheckBox + + + 39, 20 3, 3, 3, 3 @@ -3108,463 +1512,2353 @@ 896, 359 - - 4 + + Fill - - Settings + + 10, 216 - - tabSettings + + Microsoft Sans Serif, 9pt, style=Bold - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - 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 + + btnClear - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tLPControllers - - panel3 - - - 1 - - - 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 + + True - - 4 + + 214, 22 - - Fill + + cBDisconnectBT - - 0, 0 + + 11 - - 904, 385 + + True - - 12 + + Flash Lightbar at High Latency - - tabMain + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - $this + + - + + lbTest + + + Bottom, Left, Right + + + 53 + + 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 + + tsBNewProfle - - Manual + + 100, 17 - - DS4Windows + + 189, 224 - - chTime + + System.Windows.Forms.ToolStripButton, 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 + + tabProfiles - - chData + + 214, 22 - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tabProfiles - - notifyIcon1 + + 260, 27 - - System.Windows.Forms.NotifyIcon, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 150, 3 - - editProfileForController1ToolStripMenuItem + + $this - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 141, 13 - - editProfileForController2ToolStripMenuItem + + 15, 14 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + panel2 - - editProfileForController3ToolStripMenuItem + + 120, 4 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - editProfileForController4ToolStripMenuItem + + Fill - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 274, 122 - - toolStripSeparator1 + + hours - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - - startToolStripMenuItem + + Assign to Controller 4 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - openToolStripMenuItem + + 34, 22 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 896, 359 - - exitToolStripMenuItem + + 0 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - toolStripSeparator2 + + 7, 56 - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - 4 - - openProfiles + + lbBatt1 - - System.Windows.Forms.OpenFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 211, 6 - - editToolStripMenuItem + + Profile folder - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + cBQuickCharge - - assignToController1ToolStripMenuItem + + - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - assignToController2ToolStripMenuItem + + NoControl - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + AutoSize - - assignToController3ToolStripMenuItem + + 0 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - assignToController4ToolStripMenuItem + + 4, 22 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Left - - deleteToolStripMenuItem + + - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Magenta + + + 44 + + + Edit Profile for Controller 4 + + + 56 + + + cBUpdateTime + + + Bottom, Right + + + Microsoft Sans Serif, 9pt, style=Bold + + + 7, 90 + + + 642, 61 + + + + + + Export + + + panel3 duplicateToolStripMenuItem - + + Magenta + + + tLPControllers + + + True + + + 45, 13 + + + NoControl + + + tLPControllers + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + fLPSettings + + + 100% + + + 55 + + + Disconnect from BT when Stopping + + + 3, 4 + + + 20, 13 + + + panel3 + + + Flat + + + + + + Selected Profile + + + + + + 4, 22 + + + 94, 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 + + + 194, 17 + + + 2 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 17 + + + 188, 22 + + + 51, 15 + + + openProfiles + + + NoControl + + + clrHidGuardWlistLinkLabel + + + 904, 385 + + + 12 + + + 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 - - newProfileToolStripMenuItem + + 15, 14 - + + 188, 22 + + + 0 + + + 4 + + + 79, 24 + + + lbBatt4 + + + Microsoft Sans Serif, 9.75pt + + + 86, 13 + + + 3, 3, 3, 3 + + + 39, 20 + + + linkUninstall + + + True + + + 3, 3 + + + 591, 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 + + + 5 + + + 0 + + + 9 + + + chTime + + + tabProfiles + + + Run at Startup + + + 214, 22 + + + Controllers + + + 52 + + + No (English UI) + + + 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 + + + + + + Microsoft Sans Serif, 9pt, style=Bold + + + NoControl + + + True + + + fLPSettings + + + None + + + 380, 7 + + + Edit + + + 8 + + + 41 + + + + + + 759, 33 + + + + + + 3, 3 + + + lbCheckEvery + + + + + + 6 + + + 67, 24 + + + 10, 165 + + + NoControl + + + Microsoft Sans Serif, 9pt + + + + + + 591, 65 + + + 767, 23 + + + + + + Export Selected Profile + + + 10, 33 + + + 54 + + + None + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Flat + + + NoControl + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Top, Right + + + 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 + + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + False + + + 39, 15 + + + cBController3 + + + Microsoft Sans Serif, 9pt + + + 274, 61 + + + True + + + 10, 25 + + + 39, 15 + + + 0 + + + Link Profile/ID + + + 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 + + + lbPad1 + + + Top, Right + + + pNUpdate + + + 3, 36 + + + 650, 9 + + + + + + + + + linkCB1 + + + Profile Name: + + + tLPControllers + + + openToolStripMenuItem + + + 15 + + + MiddleCenter + + + flowLayoutPanel1 + + + All + + + 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 + + + 185, 2 + + + True + + + 150, 13 + + + None + + + Segoe UI, 9pt, style=Bold + + + True + + + 214, 22 + + + + + + NoControl + + + Log + + + Fill + + + 60, 21 + + + Data + + + 67, 30 + + + 97, 17 + + + 0 + + + toolStrip1 + + + 70, 15 + + + 10, 290 + + + lbNotifications + + + tLPControllers + + + tLPControllers + + + System.Windows.Forms.ToolStripTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 10, 54 + + + Top, Right + + + 75, 23 + + + + + + deleteToolStripMenuItem + + + + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 258, 22 + + + None + + + 2 + + + 34, 22 + + + bnLight3 + + + tLPControllers + + + None + + + Top, Right + + + Fill + + + True + + + Fill + + + 53 + + + False + + + 42 + + + 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 + + + 7, 17 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 importToolStripMenuItem - + + NoControl + + + 166, 122 + + + DS4 Xinput Tool + + + 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 - - exportToolStripMenuItem + + pnlButton + + + 45 + + + NoControl + + + tLPControllers + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 384, 90 + + + 642, 117 + + + AutoSize + + + True + + + Top, Right + + + cBoxNotifications + + + Fill + + + AutoSize + + + 167 + + + 1 + + + 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 - - toolStripLabel1 + + 60 - - System.Windows.Forms.ToolStripLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tSTBProfile - - - System.Windows.Forms.ToolStripTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tSBSaveProfile - - - System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tSBCancel - - - System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - toolStripSeparator3 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tSBKeepSize - - - System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsBNewProfle - - - System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsBEditProfile - - - System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsBDeleteProfile - - - System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tSBDupProfile + + True System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tSBImportProfile + + - + + System.Windows.Forms.ComboBox, 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 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tLPControllers + + + Bottom, Left, Right + + + True + + + 9 + + + Duplicate + + + None + + + 2, 2, 2, 2 + + + linkCB3 + + + TopRight + + + 150, 27 + + + 7 + + + Start + + + + + + tLPControllers + + + fLPSettings + + + + + + MiddleCenter + + + Check every + + + 4 + + + newProfileToolStripMenuItem + + + Left + + + NoControl + + + 211, 6 + + + + + + 188, 22 + + + 13 + + + Bottom, Right + + + 7, 4 + + + 18 + + + tabMain + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tSBExportProfile - - - System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - saveProfiles - - - System.Windows.Forms.SaveFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - toolTip1 - - - System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - useProfileColorToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - useCustomColorToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - advColorDialog - - - DS4Windows.AdvancedColorDialog, DS4Windows, Version=1.4.109.0, Culture=neutral, PublicKeyToken=null - - - openProgramFolderToolStripMenuItem - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4, 22 + + + 100, 1 + + + Use Xinput Ports + + + 57 + + + 490, 120 + + + notifyIcon1 + + + 55 + + + pBStatus1 + + + 3, 30 + + + 0 + + + 47 + + + 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 + + + None + + + 188, 22 + + + 115, 13 + + + 111, 21 + + + 3, 3 + + + + + + 2 + + + 896, 359 + + + 44, 20 + + + + + + None + + + tabSettings + + + hidGuardRegLinkLabel + + + 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 + + + 3, 64 + + + flowLayoutPanel1 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Microsoft Sans Serif, 9pt + + + NoControl + + + 111, 15 + + + 214, 22 + + + + + + 7, 30 + + + 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 + + + 111, 21 + + + 799, 33 + + + NoControl + + + tLPControllers + + + 42 + + + $this + + + 24 + + + 43 + + + 27 + + + lbLastMessage + + + 44, 20 + + + 44 + + + 759, 89 + + + lbPad4 + + + 56 + + + pBStatus4 + + + True + + + 1 + + + 21 + + + 0 + + + 0, 3 + + + bnLight2 + + + None + + + tabMain + + + + + + pnlXIPorts + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 896, 359 + + + tabMain + + + 70, 13 + + + 3, 4, 3, 2 + + + 3 + + + 0, 0 + + + Assign to Controller 2 + + + System.Windows.Forms.SaveFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 2 + + + runStartupPanel + + + 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 + + + 565, 0 + + + 7 + + + 0 + + + 4, 4, 4, 4 + + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 67, 24 + + + flowLayoutPanel1 + + + Left + + + + + + 26 + + + NoControl + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 94, 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 + + + + + + + + + Scp server + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Close Minimizes + + + 19 + + + 21, 15 + + + flowLayoutPanel1 + + + 0 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 189, 22 + + + assignToController2ToolStripMenuItem + + + flowLayoutPanel1 + + + tLPControllers + + + NoControl + + + + + + 1 + + + advColorDialog + + + 98, 13 + + + NoControl + + + + + + tLPControllers + + + MiddleCenter + + + None + + + Auto Profiles + + + 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 + + + + + + 7, 73 + + + True + + + cBController1 + + + NoControl + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Use language pack + + + 42 + + + 10, 4 + + + + + + None + + + bnEditC4 + + + NoControl + + + fLPSettings + + + languagePackComboBox1 + + + Fill + + + NoControl + + + openProgramFolderToolStripMenuItem + + + 42 + + + True + + + 111, 21 + + + 76, 1 + + + 39, 20 + + + toolStripSeparator2 + + + 188, 22 + + + useProfileColorToolStripMenuItem + + + + + + False + + + True + + + True + + + 5 + + + NoControl + + + 40 + + + True + + + chData + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + fLPSettings + + + Microsoft Sans Serif, 9pt + + + Control Panel + + + True + + + 10 + + + panel1 + + + + + + NoControl + + + NoControl + + + 7, 103 + + + toolStripSeparator3 + + + 7, 43 + + + Clear + + + 49 + + + exportToolStripMenuItem + + + Left + + + bnEditC2 + + + NoControl + + + + + + tSBSaveProfile + + + 16 + + + ID + + + + + + True + + + 43 + + + lbSelectedProfile + + + None + + + 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 + + + 6 + + + 171, 48 + + + Flat + + + 2 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tLPControllers + + + HidGuardian Regedit + + + 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.109.0, Culture=neutral, PublicKeyToken=null + + + Clear HidGuardian Whitelists + + + 3, 120 + + + Delete (Del) + + + 50 + + + + + + exitToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0, 0 + + + + + + 10, 56 + + + NoControl + + + lbPad3 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NoControl + + + 50 + + + lLBUpdate + + + Status + + + assignToController4ToolStripMenuItem + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1 + + + 0, 385 + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + + + Start + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + editProfileForController1ToolStripMenuItem + + + fLPSettings + + + 64, 24 + + + Edit + + + + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tLPControllers + + + + + + 384, 118 + + + + + + 799, 117 + + + nUDLatency + + + hidGuardWhiteList + + + Import + + + NoControl + + + 70, 15 + + + toolStrip1 + + + False + + + 896, 359 + + + + + + True + + + cBFlashWhenLate + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NoControl + + + 13 + + + + + + 16 + + + + + + True + + + 42 + + + + + + + DS4Form - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl + + True + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + toolStripSeparator1 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tLPControllers + + + None + + + 56 + + + label1 + + + Profile Options + + + 47 + + + flowLayoutPanel1 + + + MA:C1:23:45:67:89 + + + True + + + 10 + + + True + + + 12 + + + True + + + False + + + 50 + + + linkProfiles + + + 14 + + + NoControl + + + 214, 22 + + + + + + 490, 64 + + + + + + 1 + + + AutoSize + + + saveProfiles + + + + + + tabControllers + + + Controller 3 + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Magenta + + + + + + <type profile name here> + + + True + + + System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + False + + + + + + tLPControllers + + + assignToController1ToolStripMenuItem + + + 23 + + + 10 + + + tLPControllers + + + 45 + + + + + + 65, 13 + + + 1 + + + 20 + + + + + + tLPControllers + + + Export + + + 11 + + + 119, 80 + + + 10, 267 + + + 111, 21 + + + NoControl + + + 904, 30 + + + lbMsLatency + + + lbBatt3 + + + tabLog + + + DS4Windows + + + editToolStripMenuItem + + + pnlButton + + + Cancel + + + + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NoControl + + + Duplicate (Ctrl+D) + + + None + + + Check for Updates at Startup + + + Manual + + + 29 + + + 47 + + + Start Minimized + + + fLPSettings + + + NoControl + + + 10, 188 + + + cMCustomLed + + + 5, 4 + + + 150, 2 + + + + + + 19, 13 + + + 10, 79 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Microsoft Sans Serif, 9pt, style=Bold + + + btnStartStop + + + 109, 15 + + + 3, 57 + + + 235, 4 + + + tLPControllers + + + useCustomColorToolStripMenuItem + + + NoControl + + + Assign to Controller 1 + + + pNUpdate + + + bnEditC3 + + + 92, 24 + + + + + + 41 + + + 46 + + + 215, 186 + + + 106, 13 + + + 9, 312 + + + 47 + + + 8 + + + flowLayoutPanel1 + + + ms + + + Controller 2 + + + + + + Magenta + + + 377, 17 + + + 826, 17 + + + 264, 17 + + + 220, 56 + + + 91 + + + 487, 17 + + + 17, 56 + + + True + + + 123, 56 + + + 711, 17 + + + 17, 17 + + + 606, 17 + \ No newline at end of file diff --git a/DS4Windows/DS4Forms/DS4Form.zh-Hans.resx b/DS4Windows/DS4Forms/DS4Form.zh-Hans.resx index 0ac911b..bfc2878 100644 --- a/DS4Windows/DS4Forms/DS4Form.zh-Hans.resx +++ b/DS4Windows/DS4Forms/DS4Form.zh-Hans.resx @@ -123,69 +123,21 @@ 数据 - - 开始 - - 980, 11 + 774, 9 - 62, 17 + 60, 13 热键/关于 - - 清空 - - - 228, 26 - - - 编辑 手柄1 配置文件 - - - 228, 26 - - - 编辑 手柄2 配置文件 - - - 228, 26 - - - 编辑 手柄3 配置文件 - - - 228, 26 - - - 编辑 手柄4 配置文件 - - - 225, 6 - - - 228, 26 - - - 启动 - - - 228, 26 - - - 打开 - - - 228, 26 - - - 退出(鼠标中键) + + 开始 - 229, 192 + 191, 186 @@ -6359,188 +6311,245 @@ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA= + + 190, 22 + + + 编辑 手柄1 配置文件 + + + 190, 22 + + + 编辑 手柄2 配置文件 + + + 190, 22 + + + 编辑 手柄3 配置文件 + + + 190, 22 + + + 编辑 手柄4 配置文件 + + + 187, 6 + + + 190, 22 + + + 启动 + + + 190, 22 + + + 打开 + + + 190, 22 + + + 190, 22 + + + 退出(鼠标中键) + + + 手柄 + - 1053, 94 + 797, 89 - 65, 28 - - - 493, 26 + 96, 22 - 999, 94 + 757, 89 编辑 - 999, 130 + 757, 117 编辑 - 853, 24 + 640, 33 - 999, 58 + 757, 61 编辑 - 853, 60 + 640, 61 - 853, 96 + 640, 89 - 999, 22 + 757, 33 编辑 - 853, 132 + 640, 117 - 880, 0 + 653, 7 - 84, 18 + 85, 15 已选配置文件 - 495, 0 + 387, 7 - 36, 18 + 33, 15 状态 - 723, 0 + 491, 7 - 36, 18 + 33, 15 电池 - 718, 27 + 488, 36 - 718, 63 + 488, 64 - 718, 99 + 488, 92 - 718, 135 - - - 493, 62 - - - 493, 98 - - - 493, 134 + 488, 120 - 1053, 22 + 797, 33 - 65, 28 + 96, 22 - 1053, 58 + 797, 61 - 65, 28 + 96, 22 - 1053, 130 + 797, 117 - 65, 28 + 96, 22 + + + 563, 0 + + + 589, 37 + + + 589, 65 + + + 589, 93 + + + 589, 121 没有连接的手柄(最多4个) - - 手柄 + + 配置文件 + + + 162, 224 - 190, 26 + 161, 22 编辑 - 190, 26 + 161, 22 指定至 手柄1 - 190, 26 + 161, 22 指定至 手柄2 - 190, 26 + 161, 22 指定至 手柄3 - 190, 26 + 161, 22 指定至 手柄4 - 190, 26 + 161, 22 删除(Del) - 190, 26 + 161, 22 复制(Ctrl+D) - 190, 26 + 161, 22 新建配置文件 - 190, 26 + 161, 22 导入 - 190, 26 + 161, 22 导出 - - 191, 264 + + 配置选项 - 89, 24 + 72, 24 配置名称: @@ -6549,28 +6558,25 @@ <输入配置名称> - 97, 24 + 83, 24 保存配置 - 65, 24 + 57, 24 取消 - 177, 24 + 148, 24 关闭后保存窗口大小 - - 配置选项 - - 65, 24 + 57, 24 新建 @@ -6579,7 +6585,7 @@ 新建配置文件 - 65, 24 + 57, 24 编辑 @@ -6588,7 +6594,7 @@ 编辑选定的配置(Enter) - 65, 24 + 57, 24 删除 @@ -6597,7 +6603,7 @@ 删除选定的配置(Delete) - 65, 24 + 57, 24 复制 @@ -6606,7 +6612,7 @@ 复制选定的配置(Ctrl+D) - 65, 24 + 57, 24 导入 @@ -6615,7 +6621,7 @@ 导入选定的配置 - 65, 24 + 57, 24 导出 @@ -6623,147 +6629,42 @@ 导出选定的配置 - - 配置文件 - 自动配置 + + 设置 + - 112, 21 + 101, 17 隐藏 DS4 手柄 - 157, 21 + 158, 17 滑动触摸板更换配置文件 - 88, 21 + 86, 17 开机自启动 - 99, 21 + 98, 17 以最小化启动 - 55, 17 + 55, 13 显示通知 - - 113, 21 - - - 停止时断开蓝牙 - - - 140, 2 - - - 203, 5 - - - 130, 21 - - - 高延迟时闪烁灯条 - - - 232, 28 - - - 102, 21 - - - 关闭时最小化 - - - 77, 21 - - - 快速充电 - - - 113, 21 - - - 下载更新语言包 - - - 119, 21 - - - 启动时检查更新 - - - 小时 - - - - - - 76, 17 - - - 检查频率 每 - - - 92, 17 - - - 使用Xinput接口 - - - 77, 17 - - - 配置文件目录 - - - 52, 17 - - - 控制面板 - - - 102, 17 - - - 卸载 VBus 驱动 - - - 88, 17 - - - 手柄/驱动 安装 - - - 80, 17 - - - 立即检查更新 - - - 287, 13 - - - 110, 85 - - - 设置 - - - 日志 - 不显示 @@ -6773,13 +6674,136 @@ 显示全部 - - ID + + 110, 17 - - 使用自定义颜色 + + 停止时断开蓝牙 + + + 232, 28 + + + 140, 2 + + + 203, 5 + + + 122, 17 + + + 高延迟时闪烁灯条 + + + 10, 273 + + + 98, 17 + + + 关闭时最小化 + + + 10, 296 + + + 74, 17 + + + 快速充电 + + + 9, 318 + + + 248, 10 + + + 110, 17 + + + 启动时检查更新 + + + 248, 33 + + + 小时 + + + + + + 70, 13 + + + 检查频率 每 + + + 248, 61 + + + 85, 13 + + + 使用Xinput接口 + + + 248, 89 + + + 248, 122 + + + 79, 13 + + + 配置文件目录 + + + 55, 13 + + + 控制面板 + + + 86, 13 + + + 卸载 VBus 驱动 + + + 87, 13 + + + 手柄/驱动 安装 + + + 79, 13 + + + 立即检查更新 + + + 日志 + + + 清空 + + + 166, 48 + + + 165, 22 使用配置颜色 + + 165, 22 + + + 使用自定义颜色 + \ No newline at end of file diff --git a/DS4Windows/DS4Forms/DS4Form.zh-Hant.resx b/DS4Windows/DS4Forms/DS4Form.zh-Hant.resx index 48381d5..23b52ed 100644 --- a/DS4Windows/DS4Forms/DS4Form.zh-Hant.resx +++ b/DS4Windows/DS4Forms/DS4Form.zh-Hant.resx @@ -123,72 +123,24 @@ 資料 - - 開始 - - - 973, 22 - - 986, 11 + 774, 9 - 56, 17 + 60, 13 熱鍵/關於 - - 清除 - - - 228, 26 - - - 編輯控制器 1 設定檔 - - - 228, 26 - - - 編輯控制器 2 設定檔 - - - 228, 26 - - - 編輯控制器 3 設定檔 - - - 228, 26 - - - 編輯控制器 4 設定檔 - - - 225, 6 - - - 228, 26 - - + 開始 - - 228, 26 - - - 開啟 - - - 228, 26 - - - 離開 (滑鼠中鍵) + + 973, 22 - 229, 192 + 191, 186 @@ -6362,188 +6314,257 @@ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA= + + 190, 22 + + + 編輯控制器 1 設定檔 + + + 190, 22 + + + 編輯控制器 2 設定檔 + + + 190, 22 + + + 編輯控制器 3 設定檔 + + + 190, 22 + + + 編輯控制器 4 設定檔 + + + 187, 6 + + + 190, 22 + + + 開始 + + + 190, 22 + + + 開啟 + + + 190, 22 + + + 190, 22 + + + 離開 (滑鼠中鍵) + + + 控制器 + - 1082, 94 + 795, 89 - 36, 28 + 98, 22 - 510, 26 + 382, 34 - 1028, 94 + 755, 89 編輯 - 1028, 130 + 755, 117 編輯 - 882, 23 + 638, 33 - 1028, 58 + 755, 61 編輯 - 882, 59 + 638, 61 - 882, 95 + 638, 89 - 1028, 22 + 755, 33 編輯 - 882, 131 + 638, 117 - 929, 0 + 670, 7 - 44, 18 + 46, 15 設定檔 - 514, 0 + 385, 7 - 32, 18 + 33, 15 狀態 - 750, 0 + 489, 7 - 32, 18 + 33, 15 電池 - 743, 27 + 486, 36 - 743, 63 + 486, 64 - 743, 99 + 486, 92 - 743, 135 + 486, 120 - 510, 62 + 382, 62 - 510, 98 + 382, 90 - 510, 134 + 382, 118 - 1082, 22 + 795, 33 - 36, 28 + 98, 22 - 1082, 58 + 795, 61 - 36, 28 + 98, 22 - 1082, 130 + 795, 117 - 36, 28 + 98, 22 + + + 561, 0 + + + 587, 37 + + + 587, 65 + + + 587, 93 + + + 587, 121 沒有連接的控制器 (最多 4 個) - - 控制器 + + 設定檔 + + + 162, 224 - 192, 26 + 161, 22 編輯 - 192, 26 + 161, 22 指定給控制器 1 - 192, 26 + 161, 22 指定給控制器 2 - 192, 26 + 161, 22 指定給控制器 3 - 192, 26 + 161, 22 指定給控制器 4 - 192, 26 + 161, 22 刪除 (Del) - 192, 26 + 161, 22 複製 (Ctrl+D) - 192, 26 + 161, 22 新設定檔 - 192, 26 + 161, 22 匯入 - 192, 26 + 161, 22 匯出 - - 193, 264 + + 設定檔選項 - 105, 24 + 85, 24 設定檔名稱: @@ -6552,28 +6573,25 @@ <輸入設定檔名稱> - 113, 24 + 96, 24 儲存設定檔 - 65, 24 + 57, 24 取消 - 225, 24 + 187, 24 關閉後保留現在的視窗大小 - - 設定檔選項 - - 65, 24 + 57, 24 新增 @@ -6582,7 +6600,7 @@ 新增設定檔 - 65, 24 + 57, 24 編輯 @@ -6591,7 +6609,7 @@ 編輯選擇的設定檔 (Enter) - 65, 24 + 57, 24 刪除 @@ -6600,7 +6618,7 @@ 刪除選擇的設定檔 (Delete) - 65, 24 + 57, 24 複製 @@ -6609,7 +6627,7 @@ 複製選擇的設定檔 (Ctrl+D) - 65, 24 + 57, 24 匯入 @@ -6618,7 +6636,7 @@ 匯入一個或多個設定檔 - 65, 24 + 57, 24 匯出 @@ -6626,38 +6644,41 @@ 匯出選擇的設定檔 - - 設定檔 - 自動設定檔 + + 設定 + - 120, 21 + 113, 17 隱藏 DS4 控制器 - 151, 21 + 158, 17 滑動觸控板以更換設定檔 - 118, 21 + 122, 17 開機自動執行程式 - 99, 21 + 98, 17 開啟時最小化 + + 204, 28 + - 52, 17 + 55, 13 顯示通知 @@ -6674,15 +6695,21 @@ 68, 1 - - 204, 28 + + 10, 222 - 107, 21 + 110, 17 停止時中斷藍牙 + + 10, 245 + + + 232, 28 + 140, 2 @@ -6690,38 +6717,47 @@ 203, 5 - 129, 21 + 134, 17 在高延遲時閃爍光條 - - 232, 28 + + 10, 279 - 96, 21 + 98, 17 關閉時最小化 + + 10, 302 + - 74, 21 + 74, 17 快速充電 - - 118, 21 + + 9, 324 - - 更新時下載語言包 + + 248, 10 - 113, 21 + 110, 17 啟動時檢查更新 + + 248, 33 + + + 195, 28 + 小時 @@ -6732,7 +6768,7 @@ 117, 0 - 44, 17 + 43, 13 檢查每 @@ -6740,11 +6776,14 @@ 54, 1 - - 195, 28 + + 248, 67 + + + 229, 28 - 89, 17 + 79, 13 使用 Xinput 埠 @@ -6755,67 +6794,61 @@ 176, 4 - - 229, 28 + + 248, 101 + + + 248, 134 - 74, 17 + 79, 13 設定檔資料夾 - 52, 17 + 55, 13 控制面版 - 93, 17 + 86, 13 移除 VBus 驅動 - 115, 17 + 123, 13 控制器/驅動程式 設定 - 55, 17 + 55, 13 檢查更新 - - 253, 13 - - - 123, 85 - - - 設定 - 紀錄 + + 清除 + + + 166, 48 + - 196, 26 + 165, 22 使用設定檔顏色 - 196, 26 + 165, 22 使用自訂顏色 - - 197, 56 - - - ID - \ No newline at end of file