diff --git a/DS4Windows/DS4Forms/DS4Form.Designer.cs b/DS4Windows/DS4Forms/DS4Form.Designer.cs
index a5ee3c6..413fabd 100644
--- a/DS4Windows/DS4Forms/DS4Form.Designer.cs
+++ b/DS4Windows/DS4Forms/DS4Form.Designer.cs
@@ -137,7 +137,6 @@
this.cBCloseMini = new System.Windows.Forms.CheckBox();
this.cBQuickCharge = new System.Windows.Forms.CheckBox();
this.cBUseWhiteIcon = new System.Windows.Forms.CheckBox();
- this.cBDownloadLangauge = new System.Windows.Forms.CheckBox();
this.cBUpdate = new System.Windows.Forms.CheckBox();
this.pNUpdate = new System.Windows.Forms.Panel();
this.cBUpdateTime = new System.Windows.Forms.ComboBox();
@@ -890,7 +889,6 @@
this.fLPSettings.Controls.Add(this.cBCloseMini);
this.fLPSettings.Controls.Add(this.cBQuickCharge);
this.fLPSettings.Controls.Add(this.cBUseWhiteIcon);
- this.fLPSettings.Controls.Add(this.cBDownloadLangauge);
this.fLPSettings.Controls.Add(this.cBUpdate);
this.fLPSettings.Controls.Add(this.pNUpdate);
this.fLPSettings.Controls.Add(this.pnlXIPorts);
@@ -1055,15 +1053,6 @@
this.cBUseWhiteIcon.UseVisualStyleBackColor = true;
this.cBUseWhiteIcon.CheckedChanged += new System.EventHandler(this.cBUseWhiteIcon_CheckedChanged);
//
- // cBDownloadLangauge
- //
- resources.ApplyResources(this.cBDownloadLangauge, "cBDownloadLangauge");
- this.cBDownloadLangauge.Checked = true;
- this.cBDownloadLangauge.CheckState = System.Windows.Forms.CheckState.Checked;
- this.cBDownloadLangauge.Name = "cBDownloadLangauge";
- this.cBDownloadLangauge.UseVisualStyleBackColor = true;
- this.cBDownloadLangauge.CheckedChanged += new System.EventHandler(this.cBDownloadLangauge_CheckedChanged);
- //
// cBUpdate
//
resources.ApplyResources(this.cBUpdate, "cBUpdate");
@@ -1411,7 +1400,6 @@
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
private System.Windows.Forms.Label lbNoControllers;
private System.Windows.Forms.ToolTip toolTip1;
- private System.Windows.Forms.CheckBox cBDownloadLangauge;
private System.Windows.Forms.CheckBox cBFlashWhenLate;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label lbNotifications;
diff --git a/DS4Windows/DS4Forms/DS4Form.cs b/DS4Windows/DS4Forms/DS4Form.cs
index 52c9c94..08b93b2 100644
--- a/DS4Windows/DS4Forms/DS4Form.cs
+++ b/DS4Windows/DS4Forms/DS4Form.cs
@@ -234,11 +234,7 @@ namespace DS4Windows
startMinimizedCheckBox.Checked = StartMinimized;
startMinimizedCheckBox.CheckedChanged += startMinimizedCheckBox_CheckedChanged;
cBCloseMini.Checked = CloseMini;
- string lang = CultureInfo.CurrentCulture.ToString();
- if (lang.StartsWith("en"))
- cBDownloadLangauge.Visible = false;
- cBDownloadLangauge.Checked = DownloadLang;
cBFlashWhenLate.Checked = FlashWhenLate;
nUDLatency.Value = FlashWhenLateAt;
@@ -756,8 +752,7 @@ namespace DS4Windows
Process p = new Process();
p.StartInfo.FileName = exepath + "\\DS4Updater.exe";
- if (!cBDownloadLangauge.Checked)
- p.StartInfo.Arguments = "-skipLang";
+ p.StartInfo.Arguments = "-skipLang";
if (AdminNeeded())
p.StartInfo.Verb = "runas";
@@ -2067,9 +2062,7 @@ namespace DS4Windows
Process p = new Process();
p.StartInfo.FileName = exepath + "\\DS4Updater.exe";
- if (!cBDownloadLangauge.Checked)
- p.StartInfo.Arguments = "-skipLang";
-
+ p.StartInfo.Arguments = "-skipLang";
if (AdminNeeded())
p.StartInfo.Verb = "runas";
@@ -2415,11 +2408,6 @@ namespace DS4Windows
}
}
- private void cBDownloadLangauge_CheckedChanged(object sender, EventArgs e)
- {
- DownloadLang = cBDownloadLangauge.Checked;
- }
-
private void linkCB_CheckedChanged(object sender, EventArgs e)
{
CheckBox linkCb = (CheckBox)sender;
diff --git a/DS4Windows/DS4Forms/DS4Form.resx b/DS4Windows/DS4Forms/DS4Form.resx
index b3b98ee..87c6519 100644
--- a/DS4Windows/DS4Forms/DS4Form.resx
+++ b/DS4Windows/DS4Forms/DS4Form.resx
@@ -117,19 +117,6 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- Time
-
-
-
- 167
-
-
- Data
-
-
- 84
-
Fill
@@ -144,6 +131,7 @@
890, 323
+
0
@@ -159,6 +147,90 @@
0
+
+ Time
+
+
+ 167
+
+
+ Data
+
+
+ 84
+
+
+ llbHelp
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlButton
+
+
+ 0
+
+
+ lbTest
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlButton
+
+
+ 1
+
+
+ btnStartStop
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlButton
+
+
+ 2
+
+
+ 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
+
Bottom, Right
@@ -288,30 +360,6 @@
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
@@ -321,6 +369,21 @@
377, 17
+
+ 215, 164
+
+
+ cMTaskbar
+
+
+ System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ DS4 Xinput Tool
+
+
+ True
+
214, 22
@@ -369,21 +432,6 @@
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
@@ -393,1083 +441,6 @@
XML Files (*.xml)|*.xml
-
- 7
-
-
- Fill
-
-
- Flat
-
-
- NoControl
-
-
- 816, 89
-
-
- 77, 22
-
-
- 50
-
-
- bnLight3
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tLPControllers
-
-
- 0
-
-
- None
-
-
- NoControl
-
-
- 397, 34
-
-
- 39, 20
-
-
- AutoSize
-
-
- 47
-
-
- pBStatus1
-
-
- System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tLPControllers
-
-
- 1
-
-
- Left
-
-
- True
-
-
- Microsoft Sans Serif, 9pt
-
-
- NoControl
-
-
- 3, 36
-
-
- 111, 15
-
-
- 44
-
-
- MA:C1:23:45:67:89
-
-
- lbPad1
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tLPControllers
-
-
- 2
-
-
- Left
-
-
- True
-
-
- Microsoft Sans Serif, 9pt
-
-
- NoControl
-
-
- 3, 64
-
-
- 70, 15
-
-
- 44
-
-
- Controller 2
-
-
- lbPad2
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tLPControllers
-
-
- 3
-
-
- Left
-
-
- NoControl
-
-
- 776, 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
-
-
- 776, 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
-
-
- 659, 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
-
-
- 776, 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
-
-
- 659, 61
-
-
- 111, 21
-
-
- 42
-
-
- cBController2
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tLPControllers
-
-
- 10
-
-
- None
-
-
- 659, 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
-
-
- 776, 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
-
-
- 659, 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
-
-
- 660, 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
-
-
- 393, 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
-
-
- 499, 7
-
-
- 51, 15
-
-
- 45
-
-
- Battery
-
-
- lbBattery
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tLPControllers
-
-
- 17
-
-
- None
-
-
- True
-
-
- Microsoft Sans Serif, 9pt
-
-
- NoControl
-
-
- 505, 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
-
-
- 505, 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
-
-
- 505, 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
-
-
- 505, 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
-
-
- 397, 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
-
-
- 397, 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
-
-
- 397, 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
-
-
- 816, 33
-
-
- 77, 22
-
-
- 50
-
-
- bnLight1
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tLPControllers
-
-
- 25
-
-
- Fill
-
-
- Flat
-
-
- NoControl
-
-
- 816, 61
-
-
- 77, 22
-
-
- 51
-
-
- bnLight2
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tLPControllers
-
-
- 26
-
-
- Fill
-
-
- Flat
-
-
- NoControl
-
-
- 816, 117
-
-
- 77, 22
-
-
- 52
-
-
- bnLight4
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tLPControllers
-
-
- 27
-
-
- None
-
-
- True
-
-
- Microsoft Sans Serif, 9pt, style=Bold
-
-
- NoControl
-
-
- 582, 0
-
-
- 67, 30
-
-
- 53
-
-
- Link Profile/ID
-
-
- MiddleCenter
-
-
- lbLinkProfile
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tLPControllers
-
-
- 28
-
-
- None
-
-
- True
-
-
- None
-
-
- NoControl
-
-
- 608, 37
-
-
- 15, 14
-
-
- 54
-
-
- linkCB1
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tLPControllers
-
-
- 29
-
-
- None
-
-
- True
-
-
- None
-
-
- NoControl
-
-
- 608, 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
-
-
- 608, 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
-
-
- 608, 121
-
-
- 15, 14
-
-
- 57
-
-
- linkCB4
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tLPControllers
-
-
- 32
-
-
- Top
-
-
- 0, 0
-
-
- 5
-
-
- 896, 142
-
-
- 46
-
tLPControllers
@@ -1483,31 +454,7 @@
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,82" /><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
+ <?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,83" /><Rows Styles="AutoSize,0,Percent,25,Percent,25,Percent,25,Percent,25" /></TableLayoutSettings>
lbNoControllers
@@ -1545,99 +492,12 @@
0
-
- 826, 17
+
+ 17, 56
+
+
+ 606, 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
@@ -1650,63 +510,6 @@
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
@@ -1719,105 +522,6 @@
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
@@ -1983,18 +687,6 @@
2
-
- NoControl
-
-
- 65, 54
-
-
- 20, 20
-
-
- 3
-
uacPictureBox
@@ -2007,24 +699,6 @@
0
-
- True
-
-
- NoControl
-
-
- 10, 54
-
-
- 49, 17
-
-
- 2
-
-
- Task
-
runStartTaskRadio
@@ -2037,24 +711,6 @@
1
-
- True
-
-
- NoControl
-
-
- 10, 4
-
-
- 45, 13
-
-
- 1
-
-
- Run As:
-
label1
@@ -2067,24 +723,6 @@
2
-
- True
-
-
- NoControl
-
-
- 10, 25
-
-
- 64, 17
-
-
- 0
-
-
- Program
-
runStartProgRadio
@@ -2154,24 +792,6 @@
4
-
- True
-
-
- NoControl
-
-
- 3, 4
-
-
- 95, 13
-
-
- 45
-
-
- Show Notifications
-
lbNotifications
@@ -2184,27 +804,6 @@
0
-
- Top, Right
-
-
- None
-
-
- Warnings only
-
-
- All
-
-
- 104, 1
-
-
- 106, 21
-
-
- 44
-
cBoxNotifications
@@ -2271,18 +870,6 @@
6
-
- Top, Right
-
-
- 185, 2
-
-
- 44, 20
-
-
- 42
-
nUDLatency
@@ -2295,27 +882,6 @@
0
-
- Top, Right
-
-
- True
-
-
- NoControl
-
-
- 235, 4
-
-
- 20, 13
-
-
- 0
-
-
- ms
-
lbMsLatency
@@ -2328,27 +894,6 @@
1
-
- True
-
-
- None
-
-
- NoControl
-
-
- 0, 3
-
-
- 170, 17
-
-
- 53
-
-
- Flash Lightbar at High Latency
-
cBFlashWhenLate
@@ -2484,39 +1029,6 @@
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
@@ -2527,7 +1039,7 @@
NoControl
- 274, 33
+ 274, 10
164, 17
@@ -2548,7 +1060,7 @@
fLPSettings
- 12
+ 11
Top, Right
@@ -2641,7 +1153,7 @@
False
- 274, 56
+ 274, 33
189, 22
@@ -2659,7 +1171,7 @@
fLPSettings
- 13
+ 12
Left
@@ -2752,7 +1264,7 @@
2
- 274, 84
+ 274, 61
186, 22
@@ -2770,7 +1282,7 @@
fLPSettings
- 14
+ 13
True
@@ -2935,7 +1447,7 @@
TopDown
- 274, 112
+ 274, 89
122, 65
@@ -2953,7 +1465,7 @@
fLPSettings
- 15
+ 14
Fill
@@ -3012,75 +1524,6 @@
3
-
- NoControl
-
-
- 5, 4
-
-
- 75, 23
-
-
- 11
-
-
- Export
-
-
- exportLogTxtBtn
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel3
-
-
- 0
-
-
- Bottom, Left, Right
-
-
- NoControl
-
-
- 120, 4
-
-
- 767, 23
-
-
- 10
-
-
- Clear
-
-
- btnClear
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel3
-
-
- 1
-
-
- Bottom
-
-
- 3, 326
-
-
- 890, 30
-
-
- 1
-
panel3
@@ -3144,6 +1587,2187 @@
3
+
+ 7
+
+
+ bnLight3
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 0
+
+
+ pBStatus1
+
+
+ System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 1
+
+
+ lbPad1
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 2
+
+
+ lbPad2
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 3
+
+
+ bnEditC3
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 4
+
+
+ bnEditC4
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 5
+
+
+ lbPad3
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 6
+
+
+ lbPad4
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 7
+
+
+ cBController1
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 8
+
+
+ bnEditC2
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 9
+
+
+ cBController2
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 10
+
+
+ cBController3
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 11
+
+
+ bnEditC1
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 12
+
+
+ cBController4
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 13
+
+
+ lbSelectedProfile
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 14
+
+
+ lbID
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 15
+
+
+ lbStatus
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 16
+
+
+ lbBattery
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 17
+
+
+ lbBatt1
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 18
+
+
+ lbBatt2
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 19
+
+
+ lbBatt3
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 20
+
+
+ lbBatt4
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 21
+
+
+ pBStatus2
+
+
+ System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 22
+
+
+ pBStatus3
+
+
+ System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 23
+
+
+ pBStatus4
+
+
+ System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 24
+
+
+ bnLight1
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 25
+
+
+ bnLight2
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 26
+
+
+ bnLight4
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 27
+
+
+ lbLinkProfile
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 28
+
+
+ linkCB1
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 29
+
+
+ linkCB2
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 30
+
+
+ linkCB3
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 31
+
+
+ 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,83" /><Rows Styles="AutoSize,0,Percent,25,Percent,25,Percent,25,Percent,25" /></TableLayoutSettings>
+
+
+ Fill
+
+
+ Flat
+
+
+ NoControl
+
+
+ 814, 89
+
+
+ 79, 22
+
+
+ 50
+
+
+ bnLight3
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 0
+
+
+ None
+
+
+ NoControl
+
+
+ 396, 34
+
+
+ 39, 20
+
+
+ AutoSize
+
+
+ 47
+
+
+ pBStatus1
+
+
+ System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 1
+
+
+ Left
+
+
+ True
+
+
+ Microsoft Sans Serif, 9pt
+
+
+ NoControl
+
+
+ 3, 36
+
+
+ 111, 15
+
+
+ 44
+
+
+ MA:C1:23:45:67:89
+
+
+ lbPad1
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 2
+
+
+ Left
+
+
+ True
+
+
+ Microsoft Sans Serif, 9pt
+
+
+ NoControl
+
+
+ 3, 64
+
+
+ 70, 15
+
+
+ 44
+
+
+ Controller 2
+
+
+ lbPad2
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 3
+
+
+ Left
+
+
+ NoControl
+
+
+ 774, 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
+
+
+ 774, 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
+
+
+ 657, 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
+
+
+ 774, 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
+
+
+ 657, 61
+
+
+ 111, 21
+
+
+ 42
+
+
+ cBController2
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 10
+
+
+ None
+
+
+ 657, 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
+
+
+ 774, 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
+
+
+ 657, 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
+
+
+ 658, 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
+
+
+ 392, 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
+
+
+ 498, 7
+
+
+ 51, 15
+
+
+ 45
+
+
+ Battery
+
+
+ lbBattery
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 17
+
+
+ None
+
+
+ True
+
+
+ Microsoft Sans Serif, 9pt
+
+
+ NoControl
+
+
+ 504, 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
+
+
+ 504, 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
+
+
+ 504, 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
+
+
+ 504, 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
+
+
+ 396, 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
+
+
+ 396, 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
+
+
+ 396, 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
+
+
+ 814, 33
+
+
+ 79, 22
+
+
+ 50
+
+
+ bnLight1
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 25
+
+
+ Fill
+
+
+ Flat
+
+
+ NoControl
+
+
+ 814, 61
+
+
+ 79, 22
+
+
+ 51
+
+
+ bnLight2
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 26
+
+
+ Fill
+
+
+ Flat
+
+
+ NoControl
+
+
+ 814, 117
+
+
+ 79, 22
+
+
+ 52
+
+
+ bnLight4
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 27
+
+
+ None
+
+
+ True
+
+
+ Microsoft Sans Serif, 9pt, style=Bold
+
+
+ NoControl
+
+
+ 580, 0
+
+
+ 67, 30
+
+
+ 53
+
+
+ Link Profile/ID
+
+
+ MiddleCenter
+
+
+ lbLinkProfile
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 28
+
+
+ None
+
+
+ True
+
+
+ None
+
+
+ NoControl
+
+
+ 606, 37
+
+
+ 15, 14
+
+
+ 54
+
+
+ linkCB1
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 29
+
+
+ None
+
+
+ True
+
+
+ None
+
+
+ NoControl
+
+
+ 606, 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
+
+
+ 606, 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
+
+
+ 606, 121
+
+
+ 15, 14
+
+
+ 57
+
+
+ linkCB4
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tLPControllers
+
+
+ 32
+
+
+ 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
+
+
+ 826, 17
+
+
+ 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
+
+
+ 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
+
+
+ 17, 56
+
+
+ 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
+
+
+ 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
+
+
+ 606, 17
+
+
+ 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
+
+
+ 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
+
+
+ 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
+
+
+ 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
+
+
+ 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
+
+
+ exportLogTxtBtn
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ panel3
+
+
+ 0
+
+
+ btnClear
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ panel3
+
+
+ 1
+
+
+ Bottom
+
+
+ 3, 326
+
+
+ 890, 30
+
+
+ 1
+
+
+ panel3
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tabLog
+
+
+ 1
+
+
+ NoControl
+
+
+ 5, 4
+
+
+ 75, 23
+
+
+ 11
+
+
+ Export
+
+
+ exportLogTxtBtn
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ panel3
+
+
+ 0
+
+
+ Bottom, Left, Right
+
+
+ NoControl
+
+
+ 120, 4
+
+
+ 767, 23
+
+
+ 10
+
+
+ Clear
+
+
+ btnClear
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ panel3
+
+
+ 1
+
711, 17
@@ -3156,6 +3780,15 @@
220, 56
+
+ 171, 48
+
+
+ cMCustomLed
+
+
+ System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
170, 22
@@ -3168,15 +3801,6 @@
Use Custom Color
-
- 171, 48
-
-
- cMCustomLed
-
-
- System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
17, 17