diff --git a/DS4Windows/DS4Forms/DS4Form.Designer.cs b/DS4Windows/DS4Forms/DS4Form.Designer.cs index c1e47b8..ff811b8 100644 --- a/DS4Windows/DS4Forms/DS4Form.Designer.cs +++ b/DS4Windows/DS4Forms/DS4Form.Designer.cs @@ -195,13 +195,12 @@ // // lvDebug // - resources.ApplyResources(this.lvDebug, "lvDebug"); this.lvDebug.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.chTime, this.chData}); + resources.ApplyResources(this.lvDebug, "lvDebug"); this.lvDebug.FullRowSelect = true; this.lvDebug.Name = "lvDebug"; - this.toolTip1.SetToolTip(this.lvDebug, resources.GetString("lvDebug.ToolTip")); this.lvDebug.UseCompatibleStateImageBehavior = false; this.lvDebug.View = System.Windows.Forms.View.Details; this.lvDebug.ItemActivate += new System.EventHandler(this.lvDebug_ItemActivate); @@ -216,14 +215,13 @@ // // 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 @@ -231,20 +229,17 @@ 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,7 +248,6 @@ resources.ApplyResources(this.lbLastMessage, "lbLastMessage"); this.lbLastMessage.ForeColor = System.Drawing.SystemColors.GrayText; this.lbLastMessage.Name = "lbLastMessage"; - this.toolTip1.SetToolTip(this.lbLastMessage, resources.GetString("lbLastMessage.ToolTip")); this.lbLastMessage.MouseHover += new System.EventHandler(this.lbLastMessage_MouseHover); // // notifyIcon1 @@ -267,7 +261,6 @@ // // cMTaskbar // - resources.ApplyResources(this.cMTaskbar, "cMTaskbar"); this.cMTaskbar.ImageScalingSize = new System.Drawing.Size(24, 24); this.cMTaskbar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.editProfileForController1ToolStripMenuItem, @@ -279,46 +272,46 @@ this.openToolStripMenuItem, this.exitToolStripMenuItem}); this.cMTaskbar.Name = "cMTaskbar"; + resources.ApplyResources(this.cMTaskbar, "cMTaskbar"); this.cMTaskbar.Tag = "25"; - this.toolTip1.SetToolTip(this.cMTaskbar, resources.GetString("cMTaskbar.ToolTip")); // // editProfileForController1ToolStripMenuItem // - resources.ApplyResources(this.editProfileForController1ToolStripMenuItem, "editProfileForController1ToolStripMenuItem"); this.editProfileForController1ToolStripMenuItem.Name = "editProfileForController1ToolStripMenuItem"; + resources.ApplyResources(this.editProfileForController1ToolStripMenuItem, "editProfileForController1ToolStripMenuItem"); this.editProfileForController1ToolStripMenuItem.Tag = "0"; this.editProfileForController1ToolStripMenuItem.Click += new System.EventHandler(this.editMenu_Click); // // editProfileForController2ToolStripMenuItem // - resources.ApplyResources(this.editProfileForController2ToolStripMenuItem, "editProfileForController2ToolStripMenuItem"); this.editProfileForController2ToolStripMenuItem.Name = "editProfileForController2ToolStripMenuItem"; + resources.ApplyResources(this.editProfileForController2ToolStripMenuItem, "editProfileForController2ToolStripMenuItem"); this.editProfileForController2ToolStripMenuItem.Tag = "1"; this.editProfileForController2ToolStripMenuItem.Click += new System.EventHandler(this.editMenu_Click); // // editProfileForController3ToolStripMenuItem // - resources.ApplyResources(this.editProfileForController3ToolStripMenuItem, "editProfileForController3ToolStripMenuItem"); this.editProfileForController3ToolStripMenuItem.Name = "editProfileForController3ToolStripMenuItem"; + resources.ApplyResources(this.editProfileForController3ToolStripMenuItem, "editProfileForController3ToolStripMenuItem"); this.editProfileForController3ToolStripMenuItem.Tag = "2"; this.editProfileForController3ToolStripMenuItem.Click += new System.EventHandler(this.editMenu_Click); // // editProfileForController4ToolStripMenuItem // - resources.ApplyResources(this.editProfileForController4ToolStripMenuItem, "editProfileForController4ToolStripMenuItem"); this.editProfileForController4ToolStripMenuItem.Name = "editProfileForController4ToolStripMenuItem"; + resources.ApplyResources(this.editProfileForController4ToolStripMenuItem, "editProfileForController4ToolStripMenuItem"); this.editProfileForController4ToolStripMenuItem.Tag = "4"; this.editProfileForController4ToolStripMenuItem.Click += new System.EventHandler(this.editMenu_Click); // // toolStripSeparator1 // - resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1"); this.toolStripSeparator1.Name = "toolStripSeparator1"; + resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1"); // // startToolStripMenuItem // - resources.ApplyResources(this.startToolStripMenuItem, "startToolStripMenuItem"); this.startToolStripMenuItem.Name = "startToolStripMenuItem"; + resources.ApplyResources(this.startToolStripMenuItem, "startToolStripMenuItem"); this.startToolStripMenuItem.Click += new System.EventHandler(this.startToolStripMenuItem_Click); // // openToolStripMenuItem @@ -329,14 +322,14 @@ // // exitToolStripMenuItem // - resources.ApplyResources(this.exitToolStripMenuItem, "exitToolStripMenuItem"); this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; + resources.ApplyResources(this.exitToolStripMenuItem, "exitToolStripMenuItem"); this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); // // toolStripSeparator2 // - resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2"); this.toolStripSeparator2.Name = "toolStripSeparator2"; + resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2"); // // openProfiles // @@ -345,24 +338,22 @@ // // 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 @@ -402,15 +393,13 @@ 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 // - resources.ApplyResources(this.bnLight3, "bnLight3"); this.bnLight3.BackColor = System.Drawing.Color.White; + resources.ApplyResources(this.bnLight3, "bnLight3"); this.bnLight3.Name = "bnLight3"; this.bnLight3.Tag = "2"; - this.toolTip1.SetToolTip(this.bnLight3, resources.GetString("bnLight3.ToolTip")); this.bnLight3.UseVisualStyleBackColor = false; this.bnLight3.Click += new System.EventHandler(this.EditCustomLed); // @@ -422,7 +411,6 @@ this.pBStatus1.Name = "pBStatus1"; this.pBStatus1.TabStop = false; this.pBStatus1.Tag = "0"; - this.toolTip1.SetToolTip(this.pBStatus1, resources.GetString("pBStatus1.ToolTip")); this.pBStatus1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pBStatus_MouseClick); // // lbPad1 @@ -430,7 +418,6 @@ resources.ApplyResources(this.lbPad1, "lbPad1"); this.lbPad1.Name = "lbPad1"; this.lbPad1.Tag = "0"; - this.toolTip1.SetToolTip(this.lbPad1, resources.GetString("lbPad1.ToolTip")); this.lbPad1.MouseLeave += new System.EventHandler(this.Pads_MouseLeave); this.lbPad1.MouseHover += new System.EventHandler(this.Pads_MouseHover); // @@ -439,7 +426,6 @@ resources.ApplyResources(this.lbPad2, "lbPad2"); this.lbPad2.Name = "lbPad2"; this.lbPad2.Tag = "1"; - this.toolTip1.SetToolTip(this.lbPad2, resources.GetString("lbPad2.ToolTip")); this.lbPad2.MouseLeave += new System.EventHandler(this.Pads_MouseLeave); this.lbPad2.MouseHover += new System.EventHandler(this.Pads_MouseHover); // @@ -448,7 +434,6 @@ 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); // @@ -457,7 +442,6 @@ 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); // @@ -466,7 +450,6 @@ resources.ApplyResources(this.lbPad3, "lbPad3"); this.lbPad3.Name = "lbPad3"; this.lbPad3.Tag = "2"; - this.toolTip1.SetToolTip(this.lbPad3, resources.GetString("lbPad3.ToolTip")); this.lbPad3.MouseLeave += new System.EventHandler(this.Pads_MouseLeave); this.lbPad3.MouseHover += new System.EventHandler(this.Pads_MouseHover); // @@ -475,7 +458,6 @@ resources.ApplyResources(this.lbPad4, "lbPad4"); this.lbPad4.Name = "lbPad4"; this.lbPad4.Tag = "3"; - this.toolTip1.SetToolTip(this.lbPad4, resources.GetString("lbPad4.ToolTip")); this.lbPad4.MouseLeave += new System.EventHandler(this.Pads_MouseLeave); this.lbPad4.MouseHover += new System.EventHandler(this.Pads_MouseHover); // @@ -486,7 +468,6 @@ this.cBController1.FormattingEnabled = true; this.cBController1.Name = "cBController1"; this.cBController1.Tag = "0"; - this.toolTip1.SetToolTip(this.cBController1, resources.GetString("cBController1.ToolTip")); this.cBController1.SelectedValueChanged += new System.EventHandler(this.Profile_Changed); // // bnEditC2 @@ -494,7 +475,6 @@ 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); // @@ -505,7 +485,6 @@ this.cBController2.FormattingEnabled = true; this.cBController2.Name = "cBController2"; this.cBController2.Tag = "1"; - this.toolTip1.SetToolTip(this.cBController2, resources.GetString("cBController2.ToolTip")); this.cBController2.SelectedValueChanged += new System.EventHandler(this.Profile_Changed); // // cBController3 @@ -515,7 +494,6 @@ this.cBController3.FormattingEnabled = true; this.cBController3.Name = "cBController3"; this.cBController3.Tag = "2"; - this.toolTip1.SetToolTip(this.cBController3, resources.GetString("cBController3.ToolTip")); this.cBController3.SelectedValueChanged += new System.EventHandler(this.Profile_Changed); // // bnEditC1 @@ -523,7 +501,6 @@ 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); // @@ -534,56 +511,47 @@ this.cBController4.FormattingEnabled = true; this.cBController4.Name = "cBController4"; this.cBController4.Tag = "3"; - this.toolTip1.SetToolTip(this.cBController4, resources.GetString("cBController4.ToolTip")); this.cBController4.SelectedValueChanged += new System.EventHandler(this.Profile_Changed); // // lbSelectedProfile // resources.ApplyResources(this.lbSelectedProfile, "lbSelectedProfile"); this.lbSelectedProfile.Name = "lbSelectedProfile"; - this.toolTip1.SetToolTip(this.lbSelectedProfile, resources.GetString("lbSelectedProfile.ToolTip")); // // lbID // resources.ApplyResources(this.lbID, "lbID"); this.lbID.Name = "lbID"; - this.toolTip1.SetToolTip(this.lbID, resources.GetString("lbID.ToolTip")); // // lbStatus // resources.ApplyResources(this.lbStatus, "lbStatus"); this.lbStatus.Name = "lbStatus"; - this.toolTip1.SetToolTip(this.lbStatus, resources.GetString("lbStatus.ToolTip")); // // lbBattery // resources.ApplyResources(this.lbBattery, "lbBattery"); this.lbBattery.Name = "lbBattery"; - this.toolTip1.SetToolTip(this.lbBattery, resources.GetString("lbBattery.ToolTip")); // // lbBatt1 // resources.ApplyResources(this.lbBatt1, "lbBatt1"); this.lbBatt1.Name = "lbBatt1"; - this.toolTip1.SetToolTip(this.lbBatt1, resources.GetString("lbBatt1.ToolTip")); // // lbBatt2 // resources.ApplyResources(this.lbBatt2, "lbBatt2"); this.lbBatt2.Name = "lbBatt2"; - this.toolTip1.SetToolTip(this.lbBatt2, resources.GetString("lbBatt2.ToolTip")); // // lbBatt3 // resources.ApplyResources(this.lbBatt3, "lbBatt3"); this.lbBatt3.Name = "lbBatt3"; - this.toolTip1.SetToolTip(this.lbBatt3, resources.GetString("lbBatt3.ToolTip")); // // lbBatt4 // resources.ApplyResources(this.lbBatt4, "lbBatt4"); this.lbBatt4.Name = "lbBatt4"; - this.toolTip1.SetToolTip(this.lbBatt4, resources.GetString("lbBatt4.ToolTip")); // // pBStatus2 // @@ -593,7 +561,6 @@ this.pBStatus2.Name = "pBStatus2"; this.pBStatus2.TabStop = false; this.pBStatus2.Tag = "1"; - this.toolTip1.SetToolTip(this.pBStatus2, resources.GetString("pBStatus2.ToolTip")); this.pBStatus2.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pBStatus_MouseClick); // // pBStatus3 @@ -604,7 +571,6 @@ this.pBStatus3.Name = "pBStatus3"; this.pBStatus3.TabStop = false; this.pBStatus3.Tag = "2"; - this.toolTip1.SetToolTip(this.pBStatus3, resources.GetString("pBStatus3.ToolTip")); this.pBStatus3.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pBStatus_MouseClick); // // pBStatus4 @@ -615,36 +581,32 @@ this.pBStatus4.Name = "pBStatus4"; this.pBStatus4.TabStop = false; this.pBStatus4.Tag = "3"; - this.toolTip1.SetToolTip(this.pBStatus4, resources.GetString("pBStatus4.ToolTip")); this.pBStatus4.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pBStatus_MouseClick); // // bnLight1 // - resources.ApplyResources(this.bnLight1, "bnLight1"); this.bnLight1.BackColor = System.Drawing.Color.White; + resources.ApplyResources(this.bnLight1, "bnLight1"); this.bnLight1.Name = "bnLight1"; this.bnLight1.Tag = "0"; - this.toolTip1.SetToolTip(this.bnLight1, resources.GetString("bnLight1.ToolTip")); this.bnLight1.UseVisualStyleBackColor = false; this.bnLight1.Click += new System.EventHandler(this.EditCustomLed); // // bnLight2 // - resources.ApplyResources(this.bnLight2, "bnLight2"); this.bnLight2.BackColor = System.Drawing.Color.White; + resources.ApplyResources(this.bnLight2, "bnLight2"); this.bnLight2.Name = "bnLight2"; this.bnLight2.Tag = "1"; - this.toolTip1.SetToolTip(this.bnLight2, resources.GetString("bnLight2.ToolTip")); this.bnLight2.UseVisualStyleBackColor = false; this.bnLight2.Click += new System.EventHandler(this.EditCustomLed); // // bnLight4 // - resources.ApplyResources(this.bnLight4, "bnLight4"); this.bnLight4.BackColor = System.Drawing.Color.White; + resources.ApplyResources(this.bnLight4, "bnLight4"); this.bnLight4.Name = "bnLight4"; this.bnLight4.Tag = "3"; - this.toolTip1.SetToolTip(this.bnLight4, resources.GetString("bnLight4.ToolTip")); this.bnLight4.UseVisualStyleBackColor = false; this.bnLight4.Click += new System.EventHandler(this.EditCustomLed); // @@ -652,14 +614,12 @@ // 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); // @@ -668,7 +628,6 @@ 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); // @@ -677,7 +636,6 @@ 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); // @@ -686,7 +644,6 @@ 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); // @@ -694,26 +651,23 @@ // 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); @@ -721,7 +675,6 @@ // // 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, @@ -735,7 +688,7 @@ this.importToolStripMenuItem, this.exportToolStripMenuItem}); this.cMProfile.Name = "cMProfile"; - this.toolTip1.SetToolTip(this.cMProfile, resources.GetString("cMProfile.ToolTip")); + resources.ApplyResources(this.cMProfile, "cMProfile"); // // editToolStripMenuItem // @@ -745,61 +698,60 @@ // // assignToController1ToolStripMenuItem // - resources.ApplyResources(this.assignToController1ToolStripMenuItem, "assignToController1ToolStripMenuItem"); this.assignToController1ToolStripMenuItem.Name = "assignToController1ToolStripMenuItem"; + resources.ApplyResources(this.assignToController1ToolStripMenuItem, "assignToController1ToolStripMenuItem"); this.assignToController1ToolStripMenuItem.Click += new System.EventHandler(this.assignToController1ToolStripMenuItem_Click); // // assignToController2ToolStripMenuItem // - resources.ApplyResources(this.assignToController2ToolStripMenuItem, "assignToController2ToolStripMenuItem"); this.assignToController2ToolStripMenuItem.Name = "assignToController2ToolStripMenuItem"; + resources.ApplyResources(this.assignToController2ToolStripMenuItem, "assignToController2ToolStripMenuItem"); this.assignToController2ToolStripMenuItem.Click += new System.EventHandler(this.assignToController2ToolStripMenuItem_Click); // // assignToController3ToolStripMenuItem // - resources.ApplyResources(this.assignToController3ToolStripMenuItem, "assignToController3ToolStripMenuItem"); this.assignToController3ToolStripMenuItem.Name = "assignToController3ToolStripMenuItem"; + resources.ApplyResources(this.assignToController3ToolStripMenuItem, "assignToController3ToolStripMenuItem"); this.assignToController3ToolStripMenuItem.Click += new System.EventHandler(this.assignToController3ToolStripMenuItem_Click); // // assignToController4ToolStripMenuItem // - resources.ApplyResources(this.assignToController4ToolStripMenuItem, "assignToController4ToolStripMenuItem"); this.assignToController4ToolStripMenuItem.Name = "assignToController4ToolStripMenuItem"; + resources.ApplyResources(this.assignToController4ToolStripMenuItem, "assignToController4ToolStripMenuItem"); this.assignToController4ToolStripMenuItem.Click += new System.EventHandler(this.assignToController4ToolStripMenuItem_Click); // // deleteToolStripMenuItem // - resources.ApplyResources(this.deleteToolStripMenuItem, "deleteToolStripMenuItem"); this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem"; + resources.ApplyResources(this.deleteToolStripMenuItem, "deleteToolStripMenuItem"); this.deleteToolStripMenuItem.Click += new System.EventHandler(this.tsBDeleteProfle_Click); // // duplicateToolStripMenuItem // - resources.ApplyResources(this.duplicateToolStripMenuItem, "duplicateToolStripMenuItem"); this.duplicateToolStripMenuItem.Name = "duplicateToolStripMenuItem"; + resources.ApplyResources(this.duplicateToolStripMenuItem, "duplicateToolStripMenuItem"); this.duplicateToolStripMenuItem.Click += new System.EventHandler(this.tSBDupProfile_Click); // // newProfileToolStripMenuItem // - resources.ApplyResources(this.newProfileToolStripMenuItem, "newProfileToolStripMenuItem"); this.newProfileToolStripMenuItem.Name = "newProfileToolStripMenuItem"; + resources.ApplyResources(this.newProfileToolStripMenuItem, "newProfileToolStripMenuItem"); this.newProfileToolStripMenuItem.Click += new System.EventHandler(this.tsBNewProfile_Click); // // importToolStripMenuItem // - resources.ApplyResources(this.importToolStripMenuItem, "importToolStripMenuItem"); this.importToolStripMenuItem.Name = "importToolStripMenuItem"; + resources.ApplyResources(this.importToolStripMenuItem, "importToolStripMenuItem"); this.importToolStripMenuItem.Click += new System.EventHandler(this.tSBImportProfile_Click); // // exportToolStripMenuItem // - resources.ApplyResources(this.exportToolStripMenuItem, "exportToolStripMenuItem"); this.exportToolStripMenuItem.Name = "exportToolStripMenuItem"; + resources.ApplyResources(this.exportToolStripMenuItem, "exportToolStripMenuItem"); this.exportToolStripMenuItem.Click += new System.EventHandler(this.tSBExportProfile_Click); // // tSOptions // - resources.ApplyResources(this.tSOptions, "tSOptions"); this.tSOptions.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.tSOptions.ImageScalingSize = new System.Drawing.Size(20, 20); this.tSOptions.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { @@ -809,55 +761,54 @@ this.tSBCancel, this.toolStripSeparator3, this.tSBKeepSize}); + resources.ApplyResources(this.tSOptions, "tSOptions"); this.tSOptions.Name = "tSOptions"; this.tSOptions.ShowItemToolTips = false; - this.toolTip1.SetToolTip(this.tSOptions, resources.GetString("tSOptions.ToolTip")); // // toolStripLabel1 // - resources.ApplyResources(this.toolStripLabel1, "toolStripLabel1"); this.toolStripLabel1.Name = "toolStripLabel1"; + resources.ApplyResources(this.toolStripLabel1, "toolStripLabel1"); // // tSTBProfile // - resources.ApplyResources(this.tSTBProfile, "tSTBProfile"); this.tSTBProfile.ForeColor = System.Drawing.SystemColors.GrayText; this.tSTBProfile.Name = "tSTBProfile"; + resources.ApplyResources(this.tSTBProfile, "tSTBProfile"); this.tSTBProfile.Enter += new System.EventHandler(this.tBProfile_Enter); this.tSTBProfile.Leave += new System.EventHandler(this.tBProfile_Leave); this.tSTBProfile.TextChanged += new System.EventHandler(this.tBProfile_TextChanged); // // tSBSaveProfile // - resources.ApplyResources(this.tSBSaveProfile, "tSBSaveProfile"); this.tSBSaveProfile.AutoToolTip = false; this.tSBSaveProfile.Image = global::DS4Windows.Properties.Resources.saveprofile; + resources.ApplyResources(this.tSBSaveProfile, "tSBSaveProfile"); this.tSBSaveProfile.Name = "tSBSaveProfile"; this.tSBSaveProfile.Click += new System.EventHandler(this.tSBSaveProfile_Click); // // tSBCancel // - resources.ApplyResources(this.tSBCancel, "tSBCancel"); this.tSBCancel.AutoToolTip = false; this.tSBCancel.Image = global::DS4Windows.Properties.Resources.delete; + resources.ApplyResources(this.tSBCancel, "tSBCancel"); this.tSBCancel.Name = "tSBCancel"; this.tSBCancel.Click += new System.EventHandler(this.tSBCancel_Click); // // toolStripSeparator3 // - resources.ApplyResources(this.toolStripSeparator3, "toolStripSeparator3"); this.toolStripSeparator3.Name = "toolStripSeparator3"; + resources.ApplyResources(this.toolStripSeparator3, "toolStripSeparator3"); // // tSBKeepSize // - resources.ApplyResources(this.tSBKeepSize, "tSBKeepSize"); this.tSBKeepSize.Image = global::DS4Windows.Properties.Resources.size; + resources.ApplyResources(this.tSBKeepSize, "tSBKeepSize"); this.tSBKeepSize.Name = "tSBKeepSize"; this.tSBKeepSize.Click += new System.EventHandler(this.tSBKeepSize_Click); // // toolStrip1 // - resources.ApplyResources(this.toolStrip1, "toolStrip1"); this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20); this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { @@ -867,13 +818,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 // - resources.ApplyResources(this.tsBNewProfle, "tsBNewProfle"); this.tsBNewProfle.Image = global::DS4Windows.Properties.Resources.newprofile; + resources.ApplyResources(this.tsBNewProfle, "tsBNewProfle"); this.tsBNewProfle.Name = "tsBNewProfle"; this.tsBNewProfle.Click += new System.EventHandler(this.tsBNewProfile_Click); // @@ -900,8 +851,8 @@ // // tSBImportProfile // - resources.ApplyResources(this.tSBImportProfile, "tSBImportProfile"); this.tSBImportProfile.Image = global::DS4Windows.Properties.Resources.import; + resources.ApplyResources(this.tSBImportProfile, "tSBImportProfile"); this.tSBImportProfile.Name = "tSBImportProfile"; this.tSBImportProfile.Click += new System.EventHandler(this.tSBImportProfile_Click); // @@ -916,15 +867,13 @@ // resources.ApplyResources(this.tabAutoProfiles, "tabAutoProfiles"); this.tabAutoProfiles.Name = "tabAutoProfiles"; - this.toolTip1.SetToolTip(this.tabAutoProfiles, resources.GetString("tabAutoProfiles.ToolTip")); this.tabAutoProfiles.UseVisualStyleBackColor = true; // // tabSettings // - resources.ApplyResources(this.tabSettings, "tabSettings"); this.tabSettings.Controls.Add(this.fLPSettings); + resources.ApplyResources(this.tabSettings, "tabSettings"); this.tabSettings.Name = "tabSettings"; - this.toolTip1.SetToolTip(this.tabSettings, resources.GetString("tabSettings.ToolTip")); this.tabSettings.UseVisualStyleBackColor = true; // // fLPSettings @@ -947,13 +896,11 @@ this.fLPSettings.Controls.Add(this.pnlXIPorts); this.fLPSettings.Controls.Add(this.flowLayoutPanel1); this.fLPSettings.Name = "fLPSettings"; - this.toolTip1.SetToolTip(this.fLPSettings, resources.GetString("fLPSettings.ToolTip")); // // hideDS4CheckBox // resources.ApplyResources(this.hideDS4CheckBox, "hideDS4CheckBox"); this.hideDS4CheckBox.Name = "hideDS4CheckBox"; - this.toolTip1.SetToolTip(this.hideDS4CheckBox, resources.GetString("hideDS4CheckBox.ToolTip")); this.hideDS4CheckBox.UseVisualStyleBackColor = true; this.hideDS4CheckBox.CheckedChanged += new System.EventHandler(this.hideDS4CheckBox_CheckedChanged); // @@ -963,7 +910,6 @@ this.cBSwipeProfiles.Checked = true; this.cBSwipeProfiles.CheckState = System.Windows.Forms.CheckState.Checked; this.cBSwipeProfiles.Name = "cBSwipeProfiles"; - this.toolTip1.SetToolTip(this.cBSwipeProfiles, resources.GetString("cBSwipeProfiles.ToolTip")); this.cBSwipeProfiles.UseVisualStyleBackColor = true; this.cBSwipeProfiles.CheckedChanged += new System.EventHandler(this.cBSwipeProfiles_CheckedChanged); // @@ -971,34 +917,30 @@ // 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); // @@ -1006,7 +948,6 @@ // resources.ApplyResources(this.label1, "label1"); this.label1.Name = "label1"; - this.toolTip1.SetToolTip(this.label1, resources.GetString("label1.ToolTip")); // // runStartProgRadio // @@ -1014,7 +955,6 @@ 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); // @@ -1022,23 +962,20 @@ // resources.ApplyResources(this.startMinimizedCheckBox, "startMinimizedCheckBox"); this.startMinimizedCheckBox.Name = "startMinimizedCheckBox"; - this.toolTip1.SetToolTip(this.startMinimizedCheckBox, resources.GetString("startMinimizedCheckBox.ToolTip")); this.startMinimizedCheckBox.UseVisualStyleBackColor = true; this.startMinimizedCheckBox.CheckedChanged += new System.EventHandler(this.startMinimizedCheckBox_CheckedChanged); // // panel1 // - resources.ApplyResources(this.panel1, "panel1"); this.panel1.Controls.Add(this.lbNotifications); this.panel1.Controls.Add(this.cBoxNotifications); + resources.ApplyResources(this.panel1, "panel1"); this.panel1.Name = "panel1"; - this.toolTip1.SetToolTip(this.panel1, resources.GetString("panel1.ToolTip")); // // lbNotifications // resources.ApplyResources(this.lbNotifications, "lbNotifications"); this.lbNotifications.Name = "lbNotifications"; - this.toolTip1.SetToolTip(this.lbNotifications, resources.GetString("lbNotifications.ToolTip")); // // cBoxNotifications // @@ -1050,25 +987,22 @@ resources.GetString("cBoxNotifications.Items1"), resources.GetString("cBoxNotifications.Items2")}); this.cBoxNotifications.Name = "cBoxNotifications"; - this.toolTip1.SetToolTip(this.cBoxNotifications, resources.GetString("cBoxNotifications.ToolTip")); this.cBoxNotifications.SelectedIndexChanged += new System.EventHandler(this.cBoxNotifications_SelectedIndexChanged); // // cBDisconnectBT // resources.ApplyResources(this.cBDisconnectBT, "cBDisconnectBT"); this.cBDisconnectBT.Name = "cBDisconnectBT"; - this.toolTip1.SetToolTip(this.cBDisconnectBT, resources.GetString("cBDisconnectBT.ToolTip")); this.cBDisconnectBT.UseVisualStyleBackColor = true; this.cBDisconnectBT.CheckedChanged += new System.EventHandler(this.cBDisconnectBT_CheckedChanged); // // panel2 // - resources.ApplyResources(this.panel2, "panel2"); this.panel2.Controls.Add(this.nUDLatency); this.panel2.Controls.Add(this.lbMsLatency); this.panel2.Controls.Add(this.cBFlashWhenLate); + resources.ApplyResources(this.panel2, "panel2"); this.panel2.Name = "panel2"; - this.toolTip1.SetToolTip(this.panel2, resources.GetString("panel2.ToolTip")); // // nUDLatency // @@ -1079,7 +1013,6 @@ 0, 0}); this.nUDLatency.Name = "nUDLatency"; - this.toolTip1.SetToolTip(this.nUDLatency, resources.GetString("nUDLatency.ToolTip")); this.nUDLatency.Value = new decimal(new int[] { 20, 0, @@ -1091,7 +1024,6 @@ // resources.ApplyResources(this.lbMsLatency, "lbMsLatency"); this.lbMsLatency.Name = "lbMsLatency"; - this.toolTip1.SetToolTip(this.lbMsLatency, resources.GetString("lbMsLatency.ToolTip")); // // cBFlashWhenLate // @@ -1099,7 +1031,6 @@ this.cBFlashWhenLate.Checked = true; this.cBFlashWhenLate.CheckState = System.Windows.Forms.CheckState.Checked; this.cBFlashWhenLate.Name = "cBFlashWhenLate"; - this.toolTip1.SetToolTip(this.cBFlashWhenLate, resources.GetString("cBFlashWhenLate.ToolTip")); this.cBFlashWhenLate.UseVisualStyleBackColor = true; this.cBFlashWhenLate.CheckedChanged += new System.EventHandler(this.cBFlashWhenLate_CheckedChanged); // @@ -1107,7 +1038,6 @@ // resources.ApplyResources(this.cBCloseMini, "cBCloseMini"); this.cBCloseMini.Name = "cBCloseMini"; - this.toolTip1.SetToolTip(this.cBCloseMini, resources.GetString("cBCloseMini.ToolTip")); this.cBCloseMini.UseVisualStyleBackColor = true; this.cBCloseMini.CheckedChanged += new System.EventHandler(this.cBCloseMini_CheckedChanged); // @@ -1115,7 +1045,6 @@ // resources.ApplyResources(this.cBQuickCharge, "cBQuickCharge"); this.cBQuickCharge.Name = "cBQuickCharge"; - this.toolTip1.SetToolTip(this.cBQuickCharge, resources.GetString("cBQuickCharge.ToolTip")); this.cBQuickCharge.UseVisualStyleBackColor = true; this.cBQuickCharge.CheckedChanged += new System.EventHandler(this.cBQuickCharge_CheckedChanged); // @@ -1123,7 +1052,6 @@ // 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); // @@ -1133,7 +1061,6 @@ this.cBDownloadLangauge.Checked = true; this.cBDownloadLangauge.CheckState = System.Windows.Forms.CheckState.Checked; this.cBDownloadLangauge.Name = "cBDownloadLangauge"; - this.toolTip1.SetToolTip(this.cBDownloadLangauge, resources.GetString("cBDownloadLangauge.ToolTip")); this.cBDownloadLangauge.UseVisualStyleBackColor = true; this.cBDownloadLangauge.CheckedChanged += new System.EventHandler(this.cBDownloadLangauge_CheckedChanged); // @@ -1141,18 +1068,16 @@ // resources.ApplyResources(this.cBUpdate, "cBUpdate"); this.cBUpdate.Name = "cBUpdate"; - this.toolTip1.SetToolTip(this.cBUpdate, resources.GetString("cBUpdate.ToolTip")); this.cBUpdate.UseVisualStyleBackColor = true; this.cBUpdate.CheckedChanged += new System.EventHandler(this.cBUpdate_CheckedChanged); // // pNUpdate // - resources.ApplyResources(this.pNUpdate, "pNUpdate"); this.pNUpdate.Controls.Add(this.cBUpdateTime); this.pNUpdate.Controls.Add(this.lbCheckEvery); this.pNUpdate.Controls.Add(this.nUDUpdateTime); + resources.ApplyResources(this.pNUpdate, "pNUpdate"); this.pNUpdate.Name = "pNUpdate"; - this.toolTip1.SetToolTip(this.pNUpdate, resources.GetString("pNUpdate.ToolTip")); // // cBUpdateTime // @@ -1163,14 +1088,12 @@ resources.GetString("cBUpdateTime.Items"), resources.GetString("cBUpdateTime.Items1")}); this.cBUpdateTime.Name = "cBUpdateTime"; - this.toolTip1.SetToolTip(this.cBUpdateTime, resources.GetString("cBUpdateTime.ToolTip")); this.cBUpdateTime.SelectedIndexChanged += new System.EventHandler(this.cBUpdateTime_SelectedIndexChanged); // // lbCheckEvery // resources.ApplyResources(this.lbCheckEvery, "lbCheckEvery"); this.lbCheckEvery.Name = "lbCheckEvery"; - this.toolTip1.SetToolTip(this.lbCheckEvery, resources.GetString("lbCheckEvery.ToolTip")); // // nUDUpdateTime // @@ -1181,23 +1104,20 @@ 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 // @@ -1213,7 +1133,6 @@ 0, 0}); this.nUDXIPorts.Name = "nUDXIPorts"; - this.toolTip1.SetToolTip(this.nUDXIPorts, resources.GetString("nUDXIPorts.ToolTip")); this.nUDXIPorts.Value = new decimal(new int[] { 1, 0, @@ -1227,7 +1146,6 @@ // resources.ApplyResources(this.lbLastXIPort, "lbLastXIPort"); this.lbLastXIPort.Name = "lbLastXIPort"; - this.toolTip1.SetToolTip(this.lbLastXIPort, resources.GetString("lbLastXIPort.ToolTip")); // // flowLayoutPanel1 // @@ -1238,14 +1156,12 @@ this.flowLayoutPanel1.Controls.Add(this.linkSetup); this.flowLayoutPanel1.Controls.Add(this.lLBUpdate); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; - this.toolTip1.SetToolTip(this.flowLayoutPanel1, resources.GetString("flowLayoutPanel1.ToolTip")); // // linkProfiles // resources.ApplyResources(this.linkProfiles, "linkProfiles"); this.linkProfiles.Name = "linkProfiles"; this.linkProfiles.TabStop = true; - this.toolTip1.SetToolTip(this.linkProfiles, resources.GetString("linkProfiles.ToolTip")); this.linkProfiles.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkProfiles_LinkClicked); // // lnkControllers @@ -1253,7 +1169,6 @@ resources.ApplyResources(this.lnkControllers, "lnkControllers"); this.lnkControllers.Name = "lnkControllers"; this.lnkControllers.TabStop = true; - this.toolTip1.SetToolTip(this.lnkControllers, resources.GetString("lnkControllers.ToolTip")); this.lnkControllers.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkControllers_LinkClicked); // // linkUninstall @@ -1261,7 +1176,6 @@ resources.ApplyResources(this.linkUninstall, "linkUninstall"); this.linkUninstall.Name = "linkUninstall"; this.linkUninstall.TabStop = true; - this.toolTip1.SetToolTip(this.linkUninstall, resources.GetString("linkUninstall.ToolTip")); this.linkUninstall.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkUninstall_LinkClicked); // // linkSetup @@ -1269,7 +1183,6 @@ resources.ApplyResources(this.linkSetup, "linkSetup"); this.linkSetup.Name = "linkSetup"; this.linkSetup.TabStop = true; - this.toolTip1.SetToolTip(this.linkSetup, resources.GetString("linkSetup.ToolTip")); this.linkSetup.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lLSetup_LinkClicked); // // lLBUpdate @@ -1277,31 +1190,27 @@ resources.ApplyResources(this.lLBUpdate, "lLBUpdate"); this.lLBUpdate.Name = "lLBUpdate"; this.lLBUpdate.TabStop = true; - this.toolTip1.SetToolTip(this.lLBUpdate, resources.GetString("lLBUpdate.ToolTip")); this.lLBUpdate.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lLBUpdate_LinkClicked); // // tabLog // - resources.ApplyResources(this.tabLog, "tabLog"); this.tabLog.Controls.Add(this.lvDebug); this.tabLog.Controls.Add(this.panel3); + resources.ApplyResources(this.tabLog, "tabLog"); this.tabLog.Name = "tabLog"; - this.toolTip1.SetToolTip(this.tabLog, resources.GetString("tabLog.ToolTip")); this.tabLog.UseVisualStyleBackColor = true; // // panel3 // - resources.ApplyResources(this.panel3, "panel3"); this.panel3.Controls.Add(this.exportLogTxtBtn); this.panel3.Controls.Add(this.btnClear); + resources.ApplyResources(this.panel3, "panel3"); this.panel3.Name = "panel3"; - this.toolTip1.SetToolTip(this.panel3, resources.GetString("panel3.ToolTip")); // // exportLogTxtBtn // resources.ApplyResources(this.exportLogTxtBtn, "exportLogTxtBtn"); this.exportLogTxtBtn.Name = "exportLogTxtBtn"; - this.toolTip1.SetToolTip(this.exportLogTxtBtn, resources.GetString("exportLogTxtBtn.ToolTip")); this.exportLogTxtBtn.UseVisualStyleBackColor = true; this.exportLogTxtBtn.Click += new System.EventHandler(this.exportLogTxtBtn_Click); // @@ -1309,7 +1218,6 @@ // 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); // @@ -1319,7 +1227,6 @@ // // cMCustomLed // - resources.ApplyResources(this.cMCustomLed, "cMCustomLed"); this.cMCustomLed.ImageScalingSize = new System.Drawing.Size(20, 20); this.cMCustomLed.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.useProfileColorToolStripMenuItem, @@ -1327,32 +1234,31 @@ this.cMCustomLed.Name = "cMCustomLed"; this.cMCustomLed.ShowCheckMargin = true; this.cMCustomLed.ShowImageMargin = false; - this.toolTip1.SetToolTip(this.cMCustomLed, resources.GetString("cMCustomLed.ToolTip")); + resources.ApplyResources(this.cMCustomLed, "cMCustomLed"); // // useProfileColorToolStripMenuItem // - resources.ApplyResources(this.useProfileColorToolStripMenuItem, "useProfileColorToolStripMenuItem"); this.useProfileColorToolStripMenuItem.Checked = true; this.useProfileColorToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked; this.useProfileColorToolStripMenuItem.Name = "useProfileColorToolStripMenuItem"; + resources.ApplyResources(this.useProfileColorToolStripMenuItem, "useProfileColorToolStripMenuItem"); this.useProfileColorToolStripMenuItem.Click += new System.EventHandler(this.useProfileColorToolStripMenuItem_Click); // // useCustomColorToolStripMenuItem // - resources.ApplyResources(this.useCustomColorToolStripMenuItem, "useCustomColorToolStripMenuItem"); this.useCustomColorToolStripMenuItem.Name = "useCustomColorToolStripMenuItem"; + resources.ApplyResources(this.useCustomColorToolStripMenuItem, "useCustomColorToolStripMenuItem"); this.useCustomColorToolStripMenuItem.Click += new System.EventHandler(this.useCustomColorToolStripMenuItem_Click); // // DS4Form // - resources.ApplyResources(this, "$this"); this.AllowDrop = true; + resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.BackColor = System.Drawing.Color.White; this.Controls.Add(this.tabMain); this.Controls.Add(this.pnlButton); this.Name = "DS4Form"; - this.toolTip1.SetToolTip(this, resources.GetString("$this.ToolTip")); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ScpForm_Closing); this.DragDrop += new System.Windows.Forms.DragEventHandler(this.ScpForm_DragDrop); this.DragEnter += new System.Windows.Forms.DragEventHandler(this.ScpForm_DragEnter); diff --git a/DS4Windows/DS4Forms/DS4Form.resx b/DS4Windows/DS4Forms/DS4Form.resx index 5b105ec..492eea8 100644 --- a/DS4Windows/DS4Forms/DS4Form.resx +++ b/DS4Windows/DS4Forms/DS4Form.resx @@ -117,1349 +117,2876 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Time + - - True + + 167 - - - None - - - - 126, 0 - - - 0 - - - NoControl - - - tLPControllers - - - bnEditC1 - - - NoControl - - - 0, 0 - - - Fill - - - NoControl - - - tLPControllers - - - - - - 52 - - - 31 - - - 106, 13 - - - 53 - - - None - - - Hide DS4 Controller - - - 43 - - - True - - - cMTaskbar - - - 0 - - - tSBKeepSize - - - exportLogTxtBtn - - - None - - - 100% - - - tabLog - - - 32 - - - 56 - - - 188, 22 - - - tLPControllers - - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 3, 64 - - - 1 - - - 896, 142 - - - 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 - - - NoControl - - - linkCB4 - - - 49, 17 - - - pnlButton + + Data 84 - - lbPad2 + + + Fill - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - 34, 22 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - importToolStripMenuItem - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 274, 56 - - - 42 - - - 116, 13 - - - tLPControllers - - - pNUpdate - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Save Profile - - - editProfileForController4ToolStripMenuItem - - - Link Profile/ID - - - 30 - - - 65, 54 - - - 2 - - - 3 - - - Time - - - days - - - runStartTaskRadio - - - NoControl - - - Left - - - 462, 36 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Flat - - - 568, 65 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Program - - - - - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pnlButton - - - 1 - - - Edit - - - None - - - nUDXIPorts - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - lbStatus - - - 3 - - - 39, 15 - - - True - - - - - - fLPSettings - - - 736, 117 - - - 462, 92 - - - 214, 24 - - - None - - - System.Windows.Forms.OpenFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - 214, 22 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - None - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - 619, 33 - - - tLPControllers - - - Dupliacate Selected Profile (Ctrl+D) - - - NoControl + + + Lucida Console, 9.75pt 3, 3 - - 44 + + 890, 323 - - NoControl - - - tSBExportProfile - - - Left - - - Check for Update Now - - - - - - Top, Right - - - - - - 47 - - - tLPControllers - - - System.Windows.Forms.ToolStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 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 + + lvDebug - - 100, 17 + + System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - cBController4 + + tabLog - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - 64, 17 + + Bottom, Right + + + True + + + NoControl 754, 9 - - Keep this window size after closing + + 79, 13 - - - - - New - - - - - - - - - 350, 62 - - - tLPControllers - - - 11 - - - - - - Microsoft Sans Serif, 9pt + + 13 Hotkeys/About - - Magenta + + TopRight - - 117, 22 + + llbHelp - - 840, 4 + + System.Windows.Forms.LinkLabel, 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 + + pnlButton - - 745, 18 - - - None - - - 4 - - - - - - 1 - - - NoControl - - - Edit - - - 44 - - - None - - - nUDUpdateTime - - - 44 - - - - - - 1 - - - - - - tsBEditProfile - - - 3 - - - - - - New Profile - - - - - - 45 - - - Run As: - - - lLBUpdate - - - 3, 92 - - - assignToController3ToolStripMenuItem - - - 45 - - - 54 - - - Magenta - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Left - - - 4, 22 - - - Magenta - - - tabAutoProfiles - - + 0 - - 3 - - - 11 - Bottom, Right - - 15, 14 - - - pnlButton - - - - - - Edit Profile for Controller 1 - - - 1 - - - tLPControllers - - - Bottom - - - 44 - - - - - - Used to test values - - - 3 - - - 3, 3, 3, 3 - - - 0 - - - 4 - - - Edit Selected Profile (Enter) - - - lbLinkProfile - - - 274, 33 - - - Flat - - - fLPSettings - - - NoControl - - - 44, 20 - - - tabMain - - - tSTBProfile - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tSBCancel - - + True - - None - - - Magenta - - - panel2 - - - Segoe UI, 9pt, style=Bold - - - - - - 1 - - - 776, 89 - - - - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 45 - - - 568, 93 - - - 44 - - - fLPSettings - - - pBStatus2 - - - 40 - - - panel2 - - - Edit - - - - - - 55 - - - 100% - - - 776, 61 - - - True - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 10 - - - tSBImportProfile - - - Left - - - tLPControllers - - - fLPSettings - - - label1 - - - lbBattery - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 150, 3 - - - True - - - None - NoControl - - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="bnLight3" Row="3" RowSpan="1" Column="6" ColumnSpan="1" /><Control Name="pBStatus1" Row="1" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="lbPad1" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbPad2" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="bnEditC3" Row="3" RowSpan="1" Column="5" ColumnSpan="1" /><Control Name="bnEditC4" Row="4" RowSpan="1" Column="5" ColumnSpan="1" /><Control Name="lbPad3" Row="3" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbPad4" Row="4" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="cBController1" Row="1" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="bnEditC2" Row="2" RowSpan="1" Column="5" ColumnSpan="1" /><Control Name="cBController2" Row="2" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="cBController3" Row="3" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="bnEditC1" Row="1" RowSpan="1" Column="5" ColumnSpan="1" /><Control Name="cBController4" Row="4" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="lbSelectedProfile" Row="0" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="lbID" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbStatus" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="lbBattery" Row="0" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="lbBatt1" Row="1" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="lbBatt2" Row="2" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="lbBatt3" Row="3" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="lbBatt4" Row="4" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="pBStatus2" Row="2" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="pBStatus3" Row="3" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="pBStatus4" Row="4" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="bnLight1" Row="1" RowSpan="1" Column="6" ColumnSpan="1" /><Control Name="bnLight2" Row="2" RowSpan="1" Column="6" ColumnSpan="1" /><Control Name="bnLight4" Row="4" RowSpan="1" Column="6" ColumnSpan="1" /><Control Name="lbLinkProfile" Row="0" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="linkCB1" Row="1" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="linkCB2" Row="2" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="linkCB3" Row="3" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="linkCB4" Row="4" RowSpan="1" Column="3" ColumnSpan="1" /></Controls><Columns Styles="Percent,46.66667,Percent,26.66667,Percent,26.66667,Absolute,80,AutoSize,0,AutoSize,0,Absolute,123" /><Rows Styles="AutoSize,0,Percent,25,Percent,25,Percent,25,Percent,25" /></TableLayoutSettings> + + 650, 9 - - Use Profile Color + + 98, 13 - - 55, 24 + + 46 - - fLPSettings + + 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 - - lbUseXIPorts + + Bottom, Left, Right - - 106, 21 + + NoControl - - 0, 0 + + 4, 9 - - 12 + + 745, 18 + + + 41 + + + lbLastMessage + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlButton + + + 3 + + + Bottom + + + 0, 385 + + + 904, 30 + + + 10 + + + pnlButton + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 4 + + + 264, 17 + + + Scp server + + + 377, 17 + + + 214, 22 + + + Edit Profile for Controller 1 + + + 214, 22 + + + Edit Profile for Controller 2 + + + 214, 22 + + + Edit Profile for Controller 3 + + + 214, 22 + + + Edit Profile for Controller 4 + + + 211, 6 + + + 214, 22 + + + Start + + + Segoe UI, 9pt, style=Bold + + + 214, 22 + + + Open + + + 214, 22 + + + Exit (Middle Mouse) + + + 215, 164 + + + cMTaskbar + + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DS4 Xinput Tool + + + True + + + 211, 6 + + + 487, 17 + + + XML Files (*.xml)|*.xml + + + 7 + + + Fill + + + Flat + + + NoControl + + + 817, 89 + + + 76, 22 + + + 50 + + + bnLight3 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tLPControllers + + + 0 + + + None + + + NoControl + + + 398, 34 + + + 39, 20 + + + AutoSize + + + 47 + + + pBStatus1 System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Delete (Del) + + tLPControllers - - Delete + + 1 - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Left - + True - - No Controllers Connected (Max 4) + + 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 + + + 777, 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 + + + 777, 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 + + 660, 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 + + + 777, 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 + + + 660, 61 + + + 111, 21 + + + 42 + + + cBController2 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tLPControllers + + + 10 + + + None + + + 660, 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 + + + 777, 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 + + + 660, 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 + + + 661, 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 + + + 394, 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 + + + 500, 7 + + + 51, 15 + + + 45 + + + Battery + + + lbBattery + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + tLPControllers + + + 17 + + + None + + + True + + + Microsoft Sans Serif, 9pt NoControl - - 11 + + 506, 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 + + + 506, 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 + + + 506, 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 + + + 506, 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 + + + 398, 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 + + + 398, 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 + + + 398, 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 + + + 817, 33 + + + 76, 22 + + + 50 + + + bnLight1 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tLPControllers + + + 25 + + + Fill + + + Flat + + + NoControl + + + 817, 61 + + + 76, 22 + + + 51 + + + bnLight2 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tLPControllers + + + 26 + + + Fill + + + Flat + + + NoControl + + + 817, 117 + + + 76, 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 - - cBController2 - - - lbNoControllers - - - True - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 890, 27 - - - 13 - - - None - - - Delete Selected Profle (Delete) - - - 44 - - - 43 - - - 3, 326 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 890, 299 - - - None - - - tabMain - - - 8 - - - - - - - - - 43 - - - 55 - - + NoControl - - 96, 96 + + 583, 0 - - + + 67, 30 - - 4, 9 + + 53 - - True + + Link Profile/ID - - 1 + + MiddleCenter - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + lbLinkProfile - - 186, 22 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 39, 15 - - - startToolStripMenuItem - - - 194, 17 - - - True - - + tLPControllers - - tSBDupProfile + + 28 - + + None + + True + + None + + + NoControl + + + 609, 37 + + + 15, 14 + + + 54 + + + linkCB1 + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tSOptions + + tLPControllers - - + + 29 - - 0 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - llbHelp - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - 4, 22 - - - 117, 22 - - - 81, 24 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Import Profile or Profiles - - - 3, 3 - - - True - - - False - - - Left - - - pnlXIPorts - - - TopDown - - - lbCheckEvery - - - Assign to Controller 3 - - - 10, 239 - - - 46 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 6 - - - tabMain - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 274, 10 - - - System.Windows.Forms.ToolStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + None - - Left + + True - - 0 + + None - - 42 + + NoControl - - 188, 22 + + 609, 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 + + + 609, 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 + + + 609, 121 + + + 15, 14 + 57 - - 22 - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - 1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 0, 0 - - - tsBDeleteProfile - - - Lucida Console, 9.75pt - - - 896, 359 - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - 76, 1 - - - 170, 17 - - - White DS4Windows Icon - - - Microsoft Sans Serif, 9pt - - - tabProfiles - - - 44 - - - 2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Exit (Middle Mouse) - - - Microsoft Sans Serif, 9pt - - - Top, Right - - - 1 - - - 6, 27 - - - runStartupPanel - - - NoControl - - - 4 + + 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,80" /><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 + + + 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 + + + 2 + + + Task + + + runStartTaskRadio + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + runStartupPanel + + + 1 + + + True + + + NoControl + + + 10, 4 + + + 45, 13 + + + 1 + + + Run As: + + + label1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + runStartupPanel + + + 2 + + + True + + + NoControl + + + 10, 25 + + + 64, 17 + + + 0 + + + Program + + + runStartProgRadio + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + runStartupPanel + + + 3 + + + 10, 79 + + + 119, 80 + + + 59 + + + False + + + runStartupPanel + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + fLPSettings + + + 3 + + + True + + + None + + + NoControl + + + 10, 165 + + + 97, 17 + + + 40 + + + Start Minimized + + + startMinimizedCheckBox + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + fLPSettings + + + 4 + + + True + + + NoControl + + + 3, 4 + + + 95, 13 + + + 45 + + + Show Notifications + + + lbNotifications + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + panel1 + + + 0 + + + Top, Right + + + None + + + Warnings only + + + All + + + 104, 1 + + + 106, 21 + + + 44 + + + cBoxNotifications + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + panel1 + + + 1 + + + 10, 188 + + + 213, 22 + + + 45 + + + panel1 + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + fLPSettings + + + 5 + + + True + + + None + + + NoControl + + + 10, 216 + + + 194, 17 + + + 53 + + + Disconnect from BT when Stopping + + + cBDisconnectBT + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + fLPSettings + + + 6 + + + Top, Right + + + 185, 2 + + + 44, 20 + + + 42 + + + nUDLatency + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + panel2 + + + 0 + + + Top, Right + + + True + + + NoControl + + + 235, 4 + + + 20, 13 + + + 0 + + + ms + + + lbMsLatency + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 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 - - 47, 15 + + 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 + + + 213, 17 + + + 41 + + + Download Language Pack with Update + + + cBDownloadLangauge + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + fLPSettings + + + 11 + + + True + + + None + + + NoControl + + + 274, 33 + + + 164, 17 + + + 41 + + + Check for Updates at Startup + + + cBUpdate + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + fLPSettings + + + 12 + + + Top, Right + + + hours + + + days + + + 126, 0 + + + 60, 21 + + + 43 + + + cBUpdateTime + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pNUpdate + + + 0 + + + Left + + + True + + + NoControl + + + 3, 3 + + + 67, 13 + + + 0 + + + Check every + + + lbCheckEvery + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pNUpdate + + + 1 + + + Top, Right + + + 76, 1 + + + 44, 20 + + + 42 + + + nUDUpdateTime + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pNUpdate + + + 2 + + + False + + + 274, 56 + + + 189, 22 + + + 43 + + + pNUpdate + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + fLPSettings + + + 13 + + + Left + + + True + + + NoControl + + + 3, 3 + + + 86, 13 + + + 0 + + + Use Xinput Ports + + + lbUseXIPorts + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 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, 84 + + + 186, 22 + + + 44 + + + pnlXIPorts + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + fLPSettings + + + 14 + + + True + + + True + + + NoControl + + + 3, 0 + + + 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 - - Start Minimized + + 3, 13 - - 4 + + 70, 13 - - tabSettings + + 11 - - + + Control Panel - - 736, 61 + + lnkControllers - - 7, 7, 0, 9 + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + flowLayoutPanel1 - + + 1 + + True - - Controller 2 - - - 28 - - - 39, 20 - - - tLPControllers - - - TopDown - - - 213, 22 - - - 619, 89 - - - 0 - - - 59 - - - None - - + NoControl - - 70, 15 + + 3, 26 - - 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 + + 106, 13 44 - - 0 + + Uninstall VBus Driver - - 47 + + MiddleCenter - - None + + linkUninstall - - $this + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - bnLight1 + + flowLayoutPanel1 - - 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 + + True - - - - - uacPictureBox - - - linkSetup - - - 43 - - - 10, 10 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 215, 164 - - + NoControl - - 75, 23 + + 3, 39 - - 620, 7 + + 115, 13 - - System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panel1 + + 52 Controller/Driver Setup - - 34, 22 + + linkSetup - - 54 + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + flowLayoutPanel1 - + + 3 + + True - - Magenta + + NoControl - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3, 52 - - XML Files (*.xml)|*.xml + + 116, 13 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 49 - - 51 + + Check for Update Now - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + MiddleCenter - - 0 + + lLBUpdate - + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel1 + + + 4 + + + TopDown + + + 274, 112 + + + 122, 65 + + + 56 + + + flowLayoutPanel1 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + fLPSettings - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 15 - - + + Fill - - 896, 359 + + TopDown - - hideDS4CheckBox + + 3, 3 - - 39, 20 + + 7, 7, 0, 9 - - NoControl + + 890, 353 + + + 0 + + + fLPSettings + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabSettings + + + 0 + + + 4, 22 3, 3, 3, 3 @@ -1467,2266 +2994,460 @@ 896, 359 - - Fill - - - 10, 216 - - - True - - - - - - Top, Right - - - btnClear - - - tLPControllers - - - toolStrip1 - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tLPControllers - - - 150, 27 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 214, 22 - - - cBDisconnectBT - - - 12 - - - True - - - - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - False - - - - - - - - - lbTest - - - Bottom, Left, Right - - - 3 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 3, 7 - - - flowLayoutPanel1 - - - runStartupPanel - - - 45 - - - 904, 415 - - - tsBNewProfle - - - fLPSettings - - - 189, 224 - - - System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabProfiles - - - tabProfiles - - - 67, 13 - - - Control Panel - - - Microsoft Sans Serif, 9pt, style=Bold - - - 15, 14 - - - panel2 - - - 120, 4 - - - NoControl - - - None - - - Fill - - - 274, 112 - - - hours - - - 3 - - - Assign to Controller 4 - - - 1 - - - 896, 359 - - - 0 - - - 3, 52 - - - 15, 14 - - - lbBatt1 - - - 211, 6 - - - Profile folder - - - cBQuickCharge - - - - - - 70, 13 - - - True - - - NoControl - - - AutoSize - - - 0 - - + 4 - - Left - - - - - - Magenta - - - - - - Edit Profile for Controller 4 - - - 6 - - - cBUpdateTime - - - Bottom, Right - - - Microsoft Sans Serif, 9pt, style=Bold - - - 619, 61 - - - - - - Export - - - panel3 - - - 456, 7 - - - duplicateToolStripMenuItem - - - Magenta - - - tLPControllers - - - Fill - - - True - - - 45, 13 - - - NoControl - - - tLPControllers - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - fLPSettings - - - 100% - - - Disconnect from BT when Stopping - - - 20, 13 - - - panel3 - - - Flat - - - - - - Selected Profile - - - - - - 4, 22 - - - 117, 22 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - - - 2 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 17 - - - 188, 22 - - - 51, 15 - - - openProfiles - - - NoControl - - - 25 - - - 194, 17 - - - 13 - - - - 4 - - - System.Windows.Forms.ToolStripLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 15, 14 - - - 188, 22 - - - 0 - - - 79, 24 - - - 188, 22 - - - Microsoft Sans Serif, 9.75pt - - - 86, 13 - - - 3, 3, 3, 3 - - - 39, 20 - - - linkUninstall - - - True - - - pBStatus1 - - - 568, 37 - - - 2 - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - - - Battery - - - Warnings only - - - XML Files (*.xml)|*.xml - - - 1 - - - 95, 17 - - - Flash Lightbar at High Latency - - - 5 - - - 0 - - - 9 - - - chTime - - - runStartupPanel - - - tabProfiles - - - Run at Startup - - - 214, 22 - - - Controllers - - - 52 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 119, 17 - - - True - - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 79, 13 - - - cBUpdate - - - lbBatt2 - - - 44 - - - deleteToolStripMenuItem - - - Microsoft Sans Serif, 9pt, style=Bold - - - NoControl - - - True - - - fLPSettings - - - None - - - 346, 7 - - - Edit - - - 8 - - - 41 - - - - - - 736, 33 - - - 10 - - - - - - 3, 3 - - - 46 - - - - - - pnlButton - - - 67, 24 - - - 10, 165 - - - NoControl - - - Microsoft Sans Serif, 9pt - - - - - - 16 - - - 767, 23 - - - - - - Export Selected Profile - - - 10, 33 - - - None - - - Data - - - NoControl - - - tabSettings - - - NoControl - - - Left - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 1 - - - Download Language Pack with Update - - - 39, 15 - - - cBController3 - - - Microsoft Sans Serif, 9pt - - - 274, 84 - - - 10, 25 - - - 39, 15 - - - 0 - - - 15 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 0 - - - Top - - - 2 - Settings - - Task + + tabSettings - - - - - fLPSettings - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - startMinimizedCheckBox - - - pnlXIPorts - - - Open - - - tabControllers - - - 95, 13 - - - Export - - - Top, Right - - - pNUpdate - - - 3, 36 - - - 650, 9 - - - - - - - - - linkCB1 - - - Profile Name: - - - lbPad1 - - - openToolStripMenuItem - - - 15 - - - MiddleCenter - - - Top, Right - - - True - - - None - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Swipe Touchpad to change profiles - - - NoControl - - - fLPSettings - - - Left - - - Use Custom Color - - - 64, 24 - - - Fill - - - None - - - True - - - None - - - - - - Segoe UI, 9pt, style=Bold - - - True - - - 214, 22 - - - - - - NoControl - - - Log - - - Fill - - - 60, 21 - - - 67, 30 - - - 97, 17 - - - 0 - - - fLPSettings - - - 70, 15 - - - 10, 290 - - - lbNotifications - - - 41 - - - tLPControllers - - - 21 - - - tLPControllers - - - System.Windows.Forms.ToolStripTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 10, 54 - - - Top, Right - - - - - - - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 258, 22 - - - 2 - - - 34, 22 - - - assignToController1ToolStripMenuItem - - - tLPControllers - - - None - - - tLPControllers - - - True - - - Fill - - - 53 - - - pNUpdate - - - 170, 22 - - - 3, 3 - - - - - - 630, 229 - - - True - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - None - - - Edit Profile for Controller 3 - - - cBSwipeProfiles - - - System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel1 - - - Quick Charge - - - NoControl - - - 3, 13 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - DS4 Xinput Tool - - - Bottom, Right - - - 0 - - - 20, 20 - - - System.Windows.Forms.NotifyIcon, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pnlButton - - - 45 - - - NoControl - - - 3 - - - True - - - 350, 90 - - - 619, 117 - - - AutoSize - - - True - - - Top, Right - - - cBoxNotifications - - - System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - AutoSize - - - 167 - - - - - - 58, 23 - - - 890, 27 - - - lBProfiles - - - Make a New Profile - - - - - + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - None - - - True - - - System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - False - - - NoControl - - - Import - - - 188, 22 - - - NoControl - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tLPControllers - - - Bottom, Left, Right - - - True - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Duplicate - - - None - - - 2, 2, 2, 2 - - - linkCB3 - - - TopRight - - - None - - - 7 - - - Start - - - - - - toolStripLabel1 - - - tLPControllers - - - fLPSettings - - - MiddleCenter - - - Check every - - - tabLog - - - 4 - - - newProfileToolStripMenuItem - - - NoControl - - - 211, 6 - - - - - - 188, 22 - - - 14 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 3, 0 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 18 - tabMain - - tLPControllers - - - NoControl - - - 4, 22 - - - 100, 1 - - - Use Xinput Ports - - - 57 - - - 462, 120 - - - notifyIcon1 - - - 55 - - - 3, 30 - - - 0 - - - 11 - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - 188, 22 - - - 115, 13 - - - System.Windows.Forms.SaveFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 111, 21 - - - 3, 3 - - - - - - 2 - - - 896, 359 - - - 44, 20 - - - - - - None - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - runStartupPanel - - - 904, 385 - - - flowLayoutPanel1 - - - System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Microsoft Sans Serif, 9pt - - - NoControl - - - 111, 15 - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - - - 3, 26 - - - Controller 4 - - - False - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - cBCloseMini - - - linkCB2 - - - 1 - - - 776, 33 - - - NoControl - - - tLPControllers - - - 42 - - - $this - - - 24 - - - 43 - - - 27 - - - lbLastMessage - - - 44, 20 - - - 44 - - - 736, 89 - - - lbPad4 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pBStatus4 - - - True - - - 1 - - - cBUseWhiteIcon - - - 0 - - - 0, 3 - - - 188, 22 - - - tabMain - - - All - - - pnlXIPorts - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 896, 359 - - - tabMain - - - 568, 121 - 3 - - Profiles - - - Assign to Controller 2 - - - Status - - - 2 - - - True - - - panel3 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - cMProfile - - - 0 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 91, 17 - - - System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 542, 0 - - - 7 - - - 14 - - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 67, 24 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - - - 26 - - + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 117, 22 - - - System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - editProfileForController3ToolStripMenuItem - - - - - - Show Notifications - - - pBStatus3 - - - None - - - 0 - - - 890, 353 - - - - - - fLPSettings - - - Scp server - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Close Minimizes - - - 19 - - - 21, 15 - - - 0 - - - System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 189, 22 - - - assignToController2ToolStripMenuItem - - - flowLayoutPanel1 - - - tLPControllers - - - NoControl - - - - - - cBDownloadLangauge - - - advColorDialog - - - 98, 13 - - - NoControl - - - - - - - - - MiddleCenter - - - None - - - 20 - - - 104, 1 - - - System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - cBController1 - - - NoControl - - - System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 350, 34 - - - 42 - - - 10, 4 - - - - - - None - - - bnEditC4 - - - NoControl - - - fLPSettings - - - 13 - - - Fill - - - NoControl - - - 42 - - - True - - - 3, 4 - - - 42 - - - 39, 20 - - - toolStripSeparator2 - - - 188, 22 - - - useProfileColorToolStripMenuItem - - - - - - False - - - True - - - 5 - - - - - - tLPControllers - - - - - - chData - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - fLPSettings - - - Microsoft Sans Serif, 9pt - - - runStartProgRadio - - - True - - - 10 - - - panel1 - - - - - - NoControl - - - toolStripSeparator3 - - - 3, 39 - - - Clear - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 49 - - - exportToolStripMenuItem - - - 170, 22 - - - bnEditC2 - - - NoControl - - - - - - tSBSaveProfile - - - 16 - - - ID - - - - - - True - - - 43 - - - lbSelectedProfile - - - runStartupPanel - - - bnLight4 - - - Bottom - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 164, 17 - - - System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - MiddleCenter - - - 171, 48 - - - Flat - - - 2 - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tLPControllers - - - 1 - - - bnLight2 - - - 214, 22 - - - panel2 - - - 890, 30 - - - 4, 22 - - - 100% - - - lnkControllers - - - System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 5 - - - DS4Windows.AdvancedColorDialog, DS4Windows, Version=1.4.100.0, Culture=neutral, PublicKeyToken=null - - - 3, 120 - - - 50 - - - - - - exitToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - False - - - NoControl - - - 10, 56 - - - NoControl - - - lbPad3 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - 50 - - - Fill - - - assignToController4ToolStripMenuItem - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Controller 3 - - - 0, 385 - - - bnLight3 - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 9 - - - Start - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - editProfileForController1ToolStripMenuItem - - - 890, 323 - - - 64, 24 - - - Edit - - - - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - - - 350, 118 - - - - - - 776, 117 - - - nUDLatency - - - Import - - - panel1 - - - 904, 30 - - - 70, 15 - - - toolStrip1 - - - 2 - - - 0 - - - None - - - True - - - cBFlashWhenLate - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - 13 - - - - - - - - - True - - - 42 - - - - - - - - - DS4Form - - - NoControl - - - None - - - 185, 2 - - - toolStripSeparator1 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tLPControllers - - - None - - - 213, 17 - - - pnlXIPorts - - - Profile Options - - - 47 - - - flowLayoutPanel1 - - - tLPControllers - - - True - - - NoControl - - - True - - - 12 - - - False - - - 50 - - - linkProfiles - - - NoControl - - - 214, 22 - - - False - - - 462, 64 - - - 1 - - - AutoSize - - - saveProfiles - - - - - - tabControllers - - - lbBatt4 - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Magenta - - - - - - <type profile name here> - - - True - - - Left - - - System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - - - - - - tLPControllers - - - 23 - - - 10 - - - tLPControllers - - - 45 - - - - - - 65, 13 - - - 1 - - - - - - MA:C1:23:45:67:89 - - - tLPControllers - - - Export - - - 40 - - - 119, 80 - - - 10, 267 - - - 111, 21 - - - NoControl - - - 56 - - - - - - lbMsLatency - - - lbBatt3 - - - tabLog - - - None - - - DS4Windows - - - editToolStripMenuItem - - - 122, 65 - - - Cancel - - - - - - 111, 21 - - - NoControl - - - Duplicate (Ctrl+D) - - - 29 - - - Check for Updates at Startup - - - Manual - - - 47 - - - 111, 21 - - - fLPSettings - - - NoControl - - - 10, 188 - - - cMCustomLed - 5, 4 - - + + 75, 23 - - 19, 13 + + 11 - - 10, 79 + + Export - - 2 + + exportLogTxtBtn - - btnStartStop + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 109, 15 + + panel3 - - 3, 57 + + 0 - - 235, 4 + + Bottom, Left, Right - - tLPControllers + + NoControl - - useCustomColorToolStripMenuItem + + 120, 4 - - 44 + + 767, 23 - - Assign to Controller 1 + + 10 - - pNUpdate + + Clear - - bnEditC3 + + btnClear - - 92, 24 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + panel3 - - 41 + + 1 - - + + Bottom - - Uninstall VBus Driver + + 3, 326 - - 9, 312 + + 890, 30 - - 47 + + 1 - - flowLayoutPanel1 + + panel3 - - ms + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - StartWindowsCheckBox + + tabLog - - + + 1 - - Magenta + + 4, 22 - - 377, 17 + + 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 + + + 4 + + + Fill + + + 0, 0 + + + 904, 385 + + + 12 + + + tabMain + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 3 + + + 711, 17 - - 826, 17 - - - 264, 17 + + XML Files (*.xml)|*.xml + + + 123, 56 220, 56 - - 711, 17 - - - 606, 17 - - - 487, 17 - - - 17, 56 + + 170, 22 + + + Use Profile Color + + + 170, 22 + + + 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 - - 123, 56 - - - 17, 17 - 91 + + 96, 96 + + + 904, 415 + + + NoControl + + + 630, 229 + + + Manual + + + DS4Windows + + + chTime + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + chData + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + notifyIcon1 + + + System.Windows.Forms.NotifyIcon, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + editProfileForController1ToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + editProfileForController2ToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + editProfileForController3ToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + editProfileForController4ToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + toolStripSeparator1 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + startToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + openToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + exitToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + toolStripSeparator2 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + openProfiles + + + System.Windows.Forms.OpenFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + editToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + assignToController1ToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + assignToController2ToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + assignToController3ToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + assignToController4ToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + deleteToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + duplicateToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + newProfileToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + importToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + exportToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + toolStripLabel1 + + + System.Windows.Forms.ToolStripLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tSTBProfile + + + System.Windows.Forms.ToolStripTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tSBSaveProfile + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tSBCancel + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + toolStripSeparator3 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tSBKeepSize + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsBNewProfle + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsBEditProfile + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsBDeleteProfile + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tSBDupProfile + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tSBImportProfile + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tSBExportProfile + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + saveProfiles + + + System.Windows.Forms.SaveFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + toolTip1 + + + System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + useProfileColorToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + useCustomColorToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + advColorDialog + + + DS4Windows.AdvancedColorDialog, DS4Windows, Version=1.4.100.0, Culture=neutral, PublicKeyToken=null + + + DS4Form + + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + \ No newline at end of file