diff --git a/DS4Windows/DS4Forms/Options.Designer.cs b/DS4Windows/DS4Forms/Options.Designer.cs
index ff87ded..5490eca 100644
--- a/DS4Windows/DS4Forms/Options.Designer.cs
+++ b/DS4Windows/DS4Forms/Options.Designer.cs
@@ -444,6 +444,16 @@
this.panel12 = new System.Windows.Forms.Panel();
this.OutContTypeCb = new System.Windows.Forms.ComboBox();
this.outcontLb = new System.Windows.Forms.Label();
+ this.tBRSCustomOutputCurve = new System.Windows.Forms.TextBox();
+ this.lbRSCurveEditorURL = new System.Windows.Forms.LinkLabel();
+ this.tBL2CustomOutputCurve = new System.Windows.Forms.TextBox();
+ this.lbL2CurveEditorURL = new System.Windows.Forms.LinkLabel();
+ this.tBR2CustomOutputCurve = new System.Windows.Forms.TextBox();
+ this.lbR2CurveEditorURL = new System.Windows.Forms.LinkLabel();
+ this.tBSixXCustomOutputCurve = new System.Windows.Forms.TextBox();
+ this.lbSixXCurveEditorURL = new System.Windows.Forms.LinkLabel();
+ this.tBSixZCustomOutputCurve = new System.Windows.Forms.TextBox();
+ this.lbSixZCurveEditorURL = new System.Windows.Forms.LinkLabel();
((System.ComponentModel.ISupportInitialize)(this.nUDTap)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nUDScroll)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nUDTouch)).BeginInit();
@@ -3010,6 +3020,8 @@
//
// groupBox2
//
+ this.groupBox2.Controls.Add(this.tBRSCustomOutputCurve);
+ this.groupBox2.Controls.Add(this.lbRSCurveEditorURL);
this.groupBox2.Controls.Add(this.nUDRSS);
this.groupBox2.Controls.Add(this.label70);
this.groupBox2.Controls.Add(this.rsOutCurveComboBox);
@@ -3236,6 +3248,8 @@
//
// groupBox3
//
+ this.groupBox3.Controls.Add(this.tBL2CustomOutputCurve);
+ this.groupBox3.Controls.Add(this.lbL2CurveEditorURL);
this.groupBox3.Controls.Add(this.nUDL2S);
this.groupBox3.Controls.Add(this.label71);
this.groupBox3.Controls.Add(this.cBL2OutputCurve);
@@ -3372,6 +3386,8 @@
//
// groupBox4
//
+ this.groupBox4.Controls.Add(this.tBR2CustomOutputCurve);
+ this.groupBox4.Controls.Add(this.lbR2CurveEditorURL);
this.groupBox4.Controls.Add(this.nUDR2S);
this.groupBox4.Controls.Add(this.label72);
this.groupBox4.Controls.Add(this.cBR2OutputCurve);
@@ -3508,6 +3524,10 @@
//
// groupBox5
//
+ this.groupBox5.Controls.Add(this.tBSixZCustomOutputCurve);
+ this.groupBox5.Controls.Add(this.lbSixZCurveEditorURL);
+ this.groupBox5.Controls.Add(this.tBSixXCustomOutputCurve);
+ this.groupBox5.Controls.Add(this.lbSixXCurveEditorURL);
this.groupBox5.Controls.Add(this.nUDSZS);
this.groupBox5.Controls.Add(this.nUDSXS);
this.groupBox5.Controls.Add(this.label74);
@@ -4642,6 +4662,61 @@
resources.ApplyResources(this.outcontLb, "outcontLb");
this.outcontLb.Name = "outcontLb";
//
+ // tBRSCustomOutputCurve
+ //
+ resources.ApplyResources(this.tBRSCustomOutputCurve, "tBRSCustomOutputCurve");
+ this.tBRSCustomOutputCurve.Name = "tBRSCustomOutputCurve";
+ //
+ // lbRSCurveEditorURL
+ //
+ resources.ApplyResources(this.lbRSCurveEditorURL, "lbRSCurveEditorURL");
+ this.lbRSCurveEditorURL.Name = "lbRSCurveEditorURL";
+ this.lbRSCurveEditorURL.TabStop = true;
+ //
+ // tBL2CustomOutputCurve
+ //
+ resources.ApplyResources(this.tBL2CustomOutputCurve, "tBL2CustomOutputCurve");
+ this.tBL2CustomOutputCurve.Name = "tBL2CustomOutputCurve";
+ //
+ // lbL2CurveEditorURL
+ //
+ resources.ApplyResources(this.lbL2CurveEditorURL, "lbL2CurveEditorURL");
+ this.lbL2CurveEditorURL.Name = "lbL2CurveEditorURL";
+ this.lbL2CurveEditorURL.TabStop = true;
+ //
+ // tBR2CustomOutputCurve
+ //
+ resources.ApplyResources(this.tBR2CustomOutputCurve, "tBR2CustomOutputCurve");
+ this.tBR2CustomOutputCurve.Name = "tBR2CustomOutputCurve";
+ //
+ // lbR2CurveEditorURL
+ //
+ resources.ApplyResources(this.lbR2CurveEditorURL, "lbR2CurveEditorURL");
+ this.lbR2CurveEditorURL.Name = "lbR2CurveEditorURL";
+ this.lbR2CurveEditorURL.TabStop = true;
+ //
+ // tBSixXCustomOutputCurve
+ //
+ resources.ApplyResources(this.tBSixXCustomOutputCurve, "tBSixXCustomOutputCurve");
+ this.tBSixXCustomOutputCurve.Name = "tBSixXCustomOutputCurve";
+ //
+ // lbSixXCurveEditorURL
+ //
+ resources.ApplyResources(this.lbSixXCurveEditorURL, "lbSixXCurveEditorURL");
+ this.lbSixXCurveEditorURL.Name = "lbSixXCurveEditorURL";
+ this.lbSixXCurveEditorURL.TabStop = true;
+ //
+ // tBSixZCustomOutputCurve
+ //
+ resources.ApplyResources(this.tBSixZCustomOutputCurve, "tBSixZCustomOutputCurve");
+ this.tBSixZCustomOutputCurve.Name = "tBSixZCustomOutputCurve";
+ //
+ // lbSixZCurveEditorURL
+ //
+ resources.ApplyResources(this.lbSixZCurveEditorURL, "lbSixZCurveEditorURL");
+ this.lbSixZCurveEditorURL.Name = "lbSixZCurveEditorURL";
+ this.lbSixZCurveEditorURL.TabStop = true;
+ //
// Options
//
resources.ApplyResources(this, "$this");
@@ -5215,5 +5290,15 @@
private System.Windows.Forms.Panel panel12;
private System.Windows.Forms.ComboBox OutContTypeCb;
private System.Windows.Forms.Label outcontLb;
+ private System.Windows.Forms.TextBox tBRSCustomOutputCurve;
+ private System.Windows.Forms.LinkLabel lbRSCurveEditorURL;
+ private System.Windows.Forms.TextBox tBL2CustomOutputCurve;
+ private System.Windows.Forms.LinkLabel lbL2CurveEditorURL;
+ private System.Windows.Forms.TextBox tBR2CustomOutputCurve;
+ private System.Windows.Forms.LinkLabel lbR2CurveEditorURL;
+ private System.Windows.Forms.TextBox tBSixZCustomOutputCurve;
+ private System.Windows.Forms.LinkLabel lbSixZCurveEditorURL;
+ private System.Windows.Forms.TextBox tBSixXCustomOutputCurve;
+ private System.Windows.Forms.LinkLabel lbSixXCurveEditorURL;
}
}
\ No newline at end of file
diff --git a/DS4Windows/DS4Forms/Options.cs b/DS4Windows/DS4Forms/Options.cs
index ef8390d..c3866aa 100644
--- a/DS4Windows/DS4Forms/Options.cs
+++ b/DS4Windows/DS4Forms/Options.cs
@@ -153,8 +153,18 @@ namespace DS4Windows.Forms
populateHoverLabelDict();
tBCustomOutputCurve.Text = String.Empty;
- lbCurveEditorURL.Text = $" - {lbCurveEditorURL.Text}";
+ //lbCurveEditorURL.Text = $" - {lbCurveEditorURL.Text}";
tBCustomOutputCurve.Enabled = lbCurveEditorURL.Enabled = false;
+ tBRSCustomOutputCurve.Text = String.Empty;
+ tBRSCustomOutputCurve.Enabled = lbRSCurveEditorURL.Enabled = false;
+ tBL2CustomOutputCurve.Text = String.Empty;
+ tBL2CustomOutputCurve.Enabled = lbL2CurveEditorURL.Enabled = false;
+ tBR2CustomOutputCurve.Text = String.Empty;
+ tBR2CustomOutputCurve.Enabled = lbR2CurveEditorURL.Enabled = false;
+ tBSixXCustomOutputCurve.Text = String.Empty;
+ tBSixXCustomOutputCurve.Enabled = lbSixXCurveEditorURL.Enabled = false;
+ tBSixZCustomOutputCurve.Text = String.Empty;
+ tBSixZCustomOutputCurve.Enabled = lbSixZCurveEditorURL.Enabled = false;
SetupEvents();
}
@@ -332,11 +342,15 @@ namespace DS4Windows.Forms
RoundnessNUpDown.ValueChanged += RoundnessNUpDown_ValueChanged;
nUDLSCurve.ValueChanged += nUDLSCurve_ValueChanged;
nUDLSRotation.ValueChanged += nUDLSRotation_ValueChanged;
+ tBCustomOutputCurve.Leave += tBCustomOutputCurve_Leave;
+ lbCurveEditorURL.LinkClicked += lbCurveEditorURL_LinkClicked;
nUDRS.ValueChanged += numUDRS_ValueChanged;
nUDRSMaxZone.ValueChanged += nUDRSMaxZone_ValueChanged;
nUDRSAntiDead.ValueChanged += nUDRSAntiDead_ValueChanged;
nUDRSS.ValueChanged += nUDRSSens_ValueChanged;
rsOutCurveComboBox.SelectedIndexChanged += rsOutCurveComboBox_SelectedIndexChanged;
+ tBRSCustomOutputCurve.Leave += TBRSCustomOutputCurve_Leave;
+ lbRSCurveEditorURL.Click += LbRSCurveEditorURL_Click;
rsSquStickCk.Click += rsSquStickCk_Click;
nUDRSCurve.ValueChanged += nUDRSCurve_ValueChanged;
nUDRSRotation.ValueChanged += nUDRSRotation_ValueChanged;
@@ -345,11 +359,15 @@ namespace DS4Windows.Forms
nUDL2AntiDead.ValueChanged += nUDL2AntiDead_ValueChanged;
nUDL2S.ValueChanged += nUDL2Sens_ValueChanged;
cBL2OutputCurve.SelectedIndexChanged += cBL2OutputCurve_SelectedIndexChanged;
+ tBL2CustomOutputCurve.Leave += TBL2CustomOutputCurve_Leave;
+ lbL2CurveEditorURL.Click += LbL2CurveEditorURL_Click;
nUDR2.ValueChanged += numUDR2_ValueChanged;
nUDR2Maxzone.ValueChanged += nUDR2Maxzone_ValueChanged;
nUDR2AntiDead.ValueChanged += nUDR2AntiDead_ValueChanged;
nUDR2S.ValueChanged += nUDR2Sens_ValueChanged;
cBR2OutputCurve.SelectedIndexChanged += cBR2OutputCurve_SelectedIndexChanged;
+ tBR2CustomOutputCurve.Leave += TBR2CustomOutputCurve_Leave;
+ lbR2CurveEditorURL.Click += LbR2CurveEditorURL_Click;
nUDSX.ValueChanged += nUDSX_ValueChanged;
nUDSZ.ValueChanged += nUDSZ_ValueChanged;
nUDSixAxisXMaxZone.ValueChanged += nUDSixAxisXMaxZone_ValueChanged;
@@ -359,7 +377,11 @@ namespace DS4Windows.Forms
nUDSXS.ValueChanged += nUDSXSens_ValueChanged;
nUDSZS.ValueChanged += nUDSZSens_ValueChanged;
cBSixaxisXOutputCurve.SelectedIndexChanged += cBSixaxisXOutputCurve_SelectedIndexChanged;
+ tBSixXCustomOutputCurve.Leave += TBSixXCustomOutputCurve_Leave;
+ lbSixXCurveEditorURL.Click += LbSixXCurveEditorURL_Click;
cBSixaxisZOutputCurve.SelectedIndexChanged += cBSixaxisZOutputCurve_SelectedIndexChanged;
+ tBSixZCustomOutputCurve.Leave += TBSixZCustomOutputCurve_Leave;
+ lbSixZCurveEditorURL.Click += LbSixZCurveEditorURL_Click;
// Gyro events
gyroOutputMode.SelectedIndexChanged += GyroOutputMode_SelectedIndexChanged;
@@ -435,6 +457,81 @@ namespace DS4Windows.Forms
OutContTypeCb.SelectedIndexChanged += OutContTypeCb_SelectedIndexChanged;
}
+ private void LbSixZCurveEditorURL_Click(object sender, EventArgs e)
+ {
+ string customDefinition = szOutBezierCurveObj[device].ToString();
+ LaunchCurveEditor(customDefinition);
+ }
+
+ private void LbSixXCurveEditorURL_Click(object sender, EventArgs e)
+ {
+ string customDefinition = sxOutBezierCurveObj[device].ToString();
+ LaunchCurveEditor(customDefinition);
+ }
+
+ private void LbR2CurveEditorURL_Click(object sender, EventArgs e)
+ {
+ string customDefinition = r2OutBezierCurveObj[device].ToString();
+ LaunchCurveEditor(customDefinition);
+ }
+
+ private void LbRSCurveEditorURL_Click(object sender, EventArgs e)
+ {
+ string customDefinition = rsOutBezierCurveObj[device].ToString();
+ LaunchCurveEditor(customDefinition);
+ }
+
+ private void LbL2CurveEditorURL_Click(object sender, EventArgs e)
+ {
+ string customDefinition = l2OutBezierCurveObj[device].ToString();
+ LaunchCurveEditor(customDefinition);
+ }
+
+ private void TBSixZCustomOutputCurve_Leave(object sender, EventArgs e)
+ {
+ if (loading == false)
+ {
+ if (cBSixaxisZOutputCurve.SelectedIndex == cBSixaxisZOutputCurve.Items.Count - 1)
+ szOutBezierCurveObj[device].InitBezierCurve(tBCustomOutputCurve.Text, BezierCurve.AxisType.SA, true);
+ }
+ }
+
+ private void TBSixXCustomOutputCurve_Leave(object sender, EventArgs e)
+ {
+ if (loading == false)
+ {
+ if (cBSixaxisXOutputCurve.SelectedIndex == cBSixaxisXOutputCurve.Items.Count - 1)
+ sxOutBezierCurveObj[device].InitBezierCurve(tBCustomOutputCurve.Text, BezierCurve.AxisType.SA, true);
+ }
+ }
+
+ private void TBR2CustomOutputCurve_Leave(object sender, EventArgs e)
+ {
+ if (loading == false)
+ {
+ if (cBR2OutputCurve.SelectedIndex == cBR2OutputCurve.Items.Count - 1)
+ r2OutBezierCurveObj[device].InitBezierCurve(tBCustomOutputCurve.Text, BezierCurve.AxisType.L2R2, true);
+ }
+ }
+
+ private void TBL2CustomOutputCurve_Leave(object sender, EventArgs e)
+ {
+ if (loading == false)
+ {
+ if (cBL2OutputCurve.SelectedIndex == cBL2OutputCurve.Items.Count - 1)
+ l2OutBezierCurveObj[device].InitBezierCurve(tBCustomOutputCurve.Text, BezierCurve.AxisType.L2R2, true);
+ }
+ }
+
+ private void TBRSCustomOutputCurve_Leave(object sender, EventArgs e)
+ {
+ if (loading == false)
+ {
+ if (rsOutCurveComboBox.SelectedIndex == rsOutCurveComboBox.Items.Count - 1)
+ rsOutBezierCurveObj[device].InitBezierCurve(tBCustomOutputCurve.Text, BezierCurve.AxisType.LSRS, true);
+ }
+ }
+
public void Reload(int deviceNum, string name)
{
loading = true;
@@ -941,8 +1038,18 @@ namespace DS4Windows.Forms
cBSixaxisZOutputCurve.SelectedIndex = 0;
tBCustomOutputCurve.Text = String.Empty;
- lbCurveEditorURL.Text = $" - {lbCurveEditorURL.Text}";
+ //lbCurveEditorURL.Text = $" - {lbCurveEditorURL.Text}";
tBCustomOutputCurve.Enabled = lbCurveEditorURL.Enabled = false;
+ tBRSCustomOutputCurve.Text = String.Empty;
+ tBRSCustomOutputCurve.Enabled = lbRSCurveEditorURL.Enabled = false;
+ tBL2CustomOutputCurve.Text = String.Empty;
+ tBL2CustomOutputCurve.Enabled = lbL2CurveEditorURL.Enabled = false;
+ tBR2CustomOutputCurve.Text = String.Empty;
+ tBR2CustomOutputCurve.Enabled = lbR2CurveEditorURL.Enabled = false;
+ tBSixXCustomOutputCurve.Text = String.Empty;
+ tBSixXCustomOutputCurve.Enabled = lbSixXCurveEditorURL.Enabled = false;
+ tBSixZCustomOutputCurve.Text = String.Empty;
+ tBSixZCustomOutputCurve.Enabled = lbSixZCurveEditorURL.Enabled = false;
rBTPMouse.Checked = true;
//rBSAControls.Checked = true;
@@ -3143,7 +3250,7 @@ namespace DS4Windows.Forms
tBCustomOutputCurve.Enabled = lbCurveEditorURL.Enabled = customIdx;
tBCustomOutputCurve.Text = (customIdx ? lsOutBezierCurveObj[device].ToString() : "");
- lbCurveEditorURL.Text = $"LS - {lbCurveEditorURL.Text.Substring(5)}";
+ //lbCurveEditorURL.Text = $"LS - {lbCurveEditorURL.Text.Substring(5)}";
}
}
@@ -3155,9 +3262,9 @@ namespace DS4Windows.Forms
if (sender is ComboBox && customIdx)
setRsOutCurveMode(device, rsOutCurveComboBox.SelectedIndex);
- tBCustomOutputCurve.Enabled = lbCurveEditorURL.Enabled = customIdx;
- tBCustomOutputCurve.Text = (customIdx ? rsOutBezierCurveObj[device].ToString() : "");
- lbCurveEditorURL.Text = $"RS - {lbCurveEditorURL.Text.Substring(5)}";
+ tBRSCustomOutputCurve.Enabled = lbRSCurveEditorURL.Enabled = customIdx;
+ tBRSCustomOutputCurve.Text = (customIdx ? rsOutBezierCurveObj[device].ToString() : "");
+ //lbCurveEditorURL.Text = $"RS - {lbCurveEditorURL.Text.Substring(5)}";
}
}
@@ -3168,52 +3275,52 @@ namespace DS4Windows.Forms
{
tBCustomOutputCurve.Enabled = lbCurveEditorURL.Enabled = customIdx;
tBCustomOutputCurve.Text = (customIdx ? lsOutBezierCurveObj[device].ToString() : "");
- lbCurveEditorURL.Text = $"LS - {lbCurveEditorURL.Text.Substring(5)}";
+ //lbCurveEditorURL.Text = $"LS - {lbCurveEditorURL.Text.Substring(5)}";
goto end;
}
customIdx = rsOutCurveComboBox.SelectedIndex == rsOutCurveComboBox.Items.Count - 1;
if (customIdx)
{
- tBCustomOutputCurve.Enabled = lbCurveEditorURL.Enabled = customIdx;
- tBCustomOutputCurve.Text = (customIdx ? rsOutBezierCurveObj[device].ToString() : "");
- lbCurveEditorURL.Text = $"RS - {lbCurveEditorURL.Text.Substring(5)}";
+ tBRSCustomOutputCurve.Enabled = lbRSCurveEditorURL.Enabled = customIdx;
+ tBRSCustomOutputCurve.Text = (customIdx ? rsOutBezierCurveObj[device].ToString() : "");
+ //lbCurveEditorURL.Text = $"RS - {lbCurveEditorURL.Text.Substring(5)}";
goto end;
}
customIdx = cBL2OutputCurve.SelectedIndex == cBL2OutputCurve.Items.Count - 1;
if (customIdx)
{
- tBCustomOutputCurve.Enabled = lbCurveEditorURL.Enabled = customIdx;
- tBCustomOutputCurve.Text = (tBCustomOutputCurve.Enabled ? l2OutBezierCurveObj[device].ToString() : "");
- lbCurveEditorURL.Text = $"L2 - {lbCurveEditorURL.Text.Substring(5)}";
+ tBL2CustomOutputCurve.Enabled = lbL2CurveEditorURL.Enabled = customIdx;
+ tBL2CustomOutputCurve.Text = (tBL2CustomOutputCurve.Enabled ? l2OutBezierCurveObj[device].ToString() : "");
+ //lbCurveEditorURL.Text = $"L2 - {lbCurveEditorURL.Text.Substring(5)}";
goto end;
}
customIdx = cBR2OutputCurve.SelectedIndex == cBR2OutputCurve.Items.Count - 1;
if (customIdx)
{
- tBCustomOutputCurve.Enabled = lbCurveEditorURL.Enabled = customIdx;
- tBCustomOutputCurve.Text = (tBCustomOutputCurve.Enabled ? r2OutBezierCurveObj[device].ToString() : "");
- lbCurveEditorURL.Text = $"R2 - {lbCurveEditorURL.Text.Substring(5)}";
+ tBR2CustomOutputCurve.Enabled = lbR2CurveEditorURL.Enabled = customIdx;
+ tBR2CustomOutputCurve.Text = (tBR2CustomOutputCurve.Enabled ? r2OutBezierCurveObj[device].ToString() : "");
+ //lbCurveEditorURL.Text = $"R2 - {lbCurveEditorURL.Text.Substring(5)}";
goto end;
}
customIdx = cBSixaxisXOutputCurve.SelectedIndex == cBSixaxisXOutputCurve.Items.Count - 1;
if (customIdx)
{
- tBCustomOutputCurve.Enabled = lbCurveEditorURL.Enabled = customIdx;
- tBCustomOutputCurve.Text = (tBCustomOutputCurve.Enabled ? sxOutBezierCurveObj[device].ToString() : "");
- lbCurveEditorURL.Text = $"SX - {lbCurveEditorURL.Text.Substring(5)}";
+ tBSixXCustomOutputCurve.Enabled = lbSixXCurveEditorURL.Enabled = customIdx;
+ tBSixXCustomOutputCurve.Text = (tBSixXCustomOutputCurve.Enabled ? sxOutBezierCurveObj[device].ToString() : "");
+ //lbCurveEditorURL.Text = $"SX - {lbCurveEditorURL.Text.Substring(5)}";
goto end;
}
customIdx = cBSixaxisZOutputCurve.SelectedIndex == cBSixaxisZOutputCurve.Items.Count - 1;
if (customIdx)
{
- tBCustomOutputCurve.Enabled = lbCurveEditorURL.Enabled = customIdx;
- tBCustomOutputCurve.Text = (tBCustomOutputCurve.Enabled ? szOutBezierCurveObj[device].ToString() : "");
- lbCurveEditorURL.Text = $"SZ - {lbCurveEditorURL.Text.Substring(5)}";
+ tBSixZCustomOutputCurve.Enabled = lbCurveEditorURL.Enabled = customIdx;
+ tBSixZCustomOutputCurve.Text = (tBSixZCustomOutputCurve.Enabled ? szOutBezierCurveObj[device].ToString() : "");
+ //lbCurveEditorURL.Text = $"SZ - {lbCurveEditorURL.Text.Substring(5)}";
goto end;
}
@@ -3330,9 +3437,9 @@ namespace DS4Windows.Forms
if (sender is ComboBox && customIdx)
setL2OutCurveMode(device, cBL2OutputCurve.SelectedIndex);
- tBCustomOutputCurve.Enabled = lbCurveEditorURL.Enabled = customIdx;
- tBCustomOutputCurve.Text = (tBCustomOutputCurve.Enabled ? l2OutBezierCurveObj[device].ToString() : "");
- lbCurveEditorURL.Text = $"L2 - {lbCurveEditorURL.Text.Substring(5)}";
+ tBL2CustomOutputCurve.Enabled = lbL2CurveEditorURL.Enabled = customIdx;
+ tBL2CustomOutputCurve.Text = (tBL2CustomOutputCurve.Enabled ? l2OutBezierCurveObj[device].ToString() : "");
+ //lbCurveEditorURL.Text = $"L2 - {lbCurveEditorURL.Text.Substring(5)}";
}
}
@@ -3344,9 +3451,9 @@ namespace DS4Windows.Forms
if (sender is ComboBox && customIdx)
setR2OutCurveMode(device, cBR2OutputCurve.SelectedIndex);
- tBCustomOutputCurve.Enabled = lbCurveEditorURL.Enabled = customIdx;
- tBCustomOutputCurve.Text = (tBCustomOutputCurve.Enabled ? r2OutBezierCurveObj[device].ToString() : "");
- lbCurveEditorURL.Text = $"R2 - {lbCurveEditorURL.Text.Substring(5)}";
+ tBR2CustomOutputCurve.Enabled = lbR2CurveEditorURL.Enabled = customIdx;
+ tBR2CustomOutputCurve.Text = (tBR2CustomOutputCurve.Enabled ? r2OutBezierCurveObj[device].ToString() : "");
+ //lbCurveEditorURL.Text = $"R2 - {lbCurveEditorURL.Text.Substring(5)}";
}
}
@@ -3358,9 +3465,9 @@ namespace DS4Windows.Forms
if (sender is ComboBox && customIdx)
setSXOutCurveMode(device, cBSixaxisXOutputCurve.SelectedIndex);
- tBCustomOutputCurve.Enabled = lbCurveEditorURL.Enabled = customIdx;
- tBCustomOutputCurve.Text = (tBCustomOutputCurve.Enabled ? sxOutBezierCurveObj[device].ToString() : "");
- lbCurveEditorURL.Text = $"SX - {lbCurveEditorURL.Text.Substring(5)}";
+ tBSixXCustomOutputCurve.Enabled = lbSixXCurveEditorURL.Enabled = customIdx;
+ tBSixXCustomOutputCurve.Text = (tBSixXCustomOutputCurve.Enabled ? sxOutBezierCurveObj[device].ToString() : "");
+ //lbCurveEditorURL.Text = $"SX - {lbCurveEditorURL.Text.Substring(5)}";
}
}
@@ -3372,9 +3479,9 @@ namespace DS4Windows.Forms
if (sender is ComboBox && customIdx)
setSZOutCurveMode(device, cBSixaxisZOutputCurve.SelectedIndex);
- tBCustomOutputCurve.Enabled = lbCurveEditorURL.Enabled = customIdx;
- tBCustomOutputCurve.Text = (tBCustomOutputCurve.Enabled ? szOutBezierCurveObj[device].ToString() : "");
- lbCurveEditorURL.Text = $"SZ - {lbCurveEditorURL.Text.Substring(5)}";
+ tBSixZCustomOutputCurve.Enabled = lbSixZCurveEditorURL.Enabled = customIdx;
+ tBSixZCustomOutputCurve.Text = (tBSixZCustomOutputCurve.Enabled ? szOutBezierCurveObj[device].ToString() : "");
+ //lbCurveEditorURL.Text = $"SZ - {lbCurveEditorURL.Text.Substring(5)}";
}
}
@@ -3566,20 +3673,8 @@ namespace DS4Windows.Forms
}
}
- private void lbCurveEditorURL_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
- {
- string customDefinition;
- switch (lbCurveEditorURL.Text.Substring(0, 2))
- {
- case "LS": customDefinition = lsOutBezierCurveObj[device].ToString(); break;
- case "RS": customDefinition = rsOutBezierCurveObj[device].ToString(); break;
- case "L2": customDefinition = l2OutBezierCurveObj[device].ToString(); break;
- case "R2": customDefinition = r2OutBezierCurveObj[device].ToString(); break;
- case "SX": customDefinition = sxOutBezierCurveObj[device].ToString(); break;
- case "SZ": customDefinition = szOutBezierCurveObj[device].ToString(); break;
- default: customDefinition = String.Empty; break;
- }
-
+ private void LaunchCurveEditor(string customDefinition)
+ {
// Custom curve editor web link clicked. Open the bezier curve editor web app usign the default browser app and pass on current custom definition as a query string parameter.
// The Process.Start command using HTML page doesn't support query parameters, so if there is a custom curve definition then lookup the default browser executable name from a sysreg.
string defaultBrowserCmd = String.Empty;
@@ -3600,7 +3695,7 @@ namespace DS4Windows.Forms
defaultBrowserCmd = browserPathCmdKey?.GetValue(null).ToString();
}
- if(!String.IsNullOrEmpty(defaultBrowserCmd))
+ if (!String.IsNullOrEmpty(defaultBrowserCmd))
{
int iStartPos = (defaultBrowserCmd[0] == '"' ? 1 : 0);
defaultBrowserCmd = defaultBrowserCmd.Substring(iStartPos, defaultBrowserCmd.LastIndexOf(".exe") + 4 - iStartPos);
@@ -3630,43 +3725,19 @@ namespace DS4Windows.Forms
}
}
+ private void lbCurveEditorURL_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
+ {
+ string customDefinition = lsOutBezierCurveObj[device].ToString();
+ LaunchCurveEditor(customDefinition);
+ }
+
private void tBCustomOutputCurve_Leave(object sender, EventArgs e)
{
if (loading == false)
{
// Focus leaves the custom output curve editbox. Store the new custom curve value into LS/RS/L2/R2/SX/SZ bezierCurve object
- switch (lbCurveEditorURL.Text.Substring(0, 2))
- {
- case "LS":
- if (lsOutCurveComboBox.SelectedIndex == lsOutCurveComboBox.Items.Count - 1)
- lsOutBezierCurveObj[device].InitBezierCurve(tBCustomOutputCurve.Text, BezierCurve.AxisType.LSRS, true);
- break;
-
- case "RS":
- if (rsOutCurveComboBox.SelectedIndex == rsOutCurveComboBox.Items.Count - 1)
- rsOutBezierCurveObj[device].InitBezierCurve(tBCustomOutputCurve.Text, BezierCurve.AxisType.LSRS, true);
- break;
-
- case "L2":
- if (cBL2OutputCurve.SelectedIndex == cBL2OutputCurve.Items.Count - 1)
- l2OutBezierCurveObj[device].InitBezierCurve(tBCustomOutputCurve.Text, BezierCurve.AxisType.L2R2, true);
- break;
-
- case "R2":
- if (cBR2OutputCurve.SelectedIndex == cBR2OutputCurve.Items.Count - 1)
- r2OutBezierCurveObj[device].InitBezierCurve(tBCustomOutputCurve.Text, BezierCurve.AxisType.L2R2, true);
- break;
-
- case "SX":
- if (cBSixaxisXOutputCurve.SelectedIndex == cBSixaxisXOutputCurve.Items.Count - 1)
- sxOutBezierCurveObj[device].InitBezierCurve(tBCustomOutputCurve.Text, BezierCurve.AxisType.SA, true);
- break;
-
- case "SZ":
- if (cBSixaxisZOutputCurve.SelectedIndex == cBSixaxisZOutputCurve.Items.Count - 1)
- szOutBezierCurveObj[device].InitBezierCurve(tBCustomOutputCurve.Text, BezierCurve.AxisType.SA, true);
- break;
- }
+ if (lsOutCurveComboBox.SelectedIndex == lsOutCurveComboBox.Items.Count - 1)
+ lsOutBezierCurveObj[device].InitBezierCurve(tBCustomOutputCurve.Text, BezierCurve.AxisType.LSRS, true);
}
}
diff --git a/DS4Windows/DS4Forms/Options.resx b/DS4Windows/DS4Forms/Options.resx
index 7c19323..b002b0c 100644
--- a/DS4Windows/DS4Forms/Options.resx
+++ b/DS4Windows/DS4Forms/Options.resx
@@ -411,198 +411,6 @@
10
-
- pnlTPMouse
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBTouchpad
-
-
- 0
-
-
- rBTPControls
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBTouchpad
-
-
- 1
-
-
- rBTPMouse
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBTouchpad
-
-
- 2
-
-
- fLPTouchSwipe
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBTouchpad
-
-
- 3
-
-
- 2, 259
-
-
- 270, 190
-
-
- 246
-
-
- Touchpad
-
-
- gBTouchpad
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPControls
-
-
- 1
-
-
- trackFrictionLb
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlTPMouse
-
-
- 0
-
-
- trackFrictionNUD
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlTPMouse
-
-
- 1
-
-
- trackballCk
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlTPMouse
-
-
- 2
-
-
- touchpadDisInvertButton
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlTPMouse
-
-
- 3
-
-
- label25
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlTPMouse
-
-
- 4
-
-
- label15
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlTPMouse
-
-
- 5
-
-
- touchpadInvertComboBox
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlTPMouse
-
-
- 6
-
-
- cbStartTouchpadOff
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlTPMouse
-
-
- 16
-
-
- 0, 36
-
-
- 2, 2, 2, 2
-
-
- 266, 149
-
-
- 257
-
-
- pnlTPMouse
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBTouchpad
-
-
- 0
-
True
@@ -834,6 +642,30 @@
16
+
+ 0, 36
+
+
+ 2, 2, 2, 2
+
+
+ 266, 149
+
+
+ 257
+
+
+ pnlTPMouse
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ gBTouchpad
+
+
+ 0
+
True
@@ -900,126 +732,156 @@
2
-
- bnSwipeUp
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPTouchSwipe
-
-
- 0
-
-
- lbSwipeUp
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPTouchSwipe
-
-
- 1
-
-
- bnSwipeDown
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPTouchSwipe
-
-
- 2
-
-
- lbSwipeDown
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPTouchSwipe
-
-
- 3
-
-
- bnSwipeLeft
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPTouchSwipe
-
-
- 4
-
-
- lbSwipeLeft
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPTouchSwipe
-
-
- 5
-
-
- bnSwipeRight
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPTouchSwipe
-
-
- 6
-
-
- lbSwipeRight
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPTouchSwipe
-
-
- 7
-
-
- 6, 40
-
-
- 260, 148
-
-
- 256
-
-
- fLPTouchSwipe
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBTouchpad
-
-
- 3
-
326, 13
+
+ False
+
+
+ 117, 22
+
+
+ Control
+
+
+ 114, 6
+
+
+ 117, 22
+
+
+ Default
+
+
+ 127, 22
+
+
+ Inverted
+
+
+ 127, 22
+
+
+ Inverted X
+
+
+ 127, 22
+
+
+ Inverted Y
+
+
+ 117, 22
+
+
+ Dpad
+
+
+ 127, 22
+
+
+ Inverted
+
+
+ 127, 22
+
+
+ Inverted X
+
+
+ 127, 22
+
+
+ Inverted Y
+
+
+ 117, 22
+
+
+ Left Stick
+
+
+ 127, 22
+
+
+ Inverted
+
+
+ 127, 22
+
+
+ Inverted X
+
+
+ 127, 22
+
+
+ Inverted Y
+
+
+ 117, 22
+
+
+ Right Stick
+
+
+ 117, 22
+
+
+ Face Buttons
+
+
+ 147, 22
+
+
+ w/ Scan Code
+
+
+ False
+
+
+ 117, 22
+
+
+ WASD
+
+
+ 147, 22
+
+
+ w/ Scan Code
+
+
+ 117, 22
+
+
+ Arrow Keys
+
+
+ 127, 22
+
+
+ Inverted
+
+
+ 127, 22
+
+
+ Inverted X
+
+
+ 127, 22
+
+
+ Inverted Y
+
+
+ 117, 22
+
+
+ Mouse
+
118, 208
@@ -1059,153 +921,6 @@
0
-
- False
-
-
- 117, 22
-
-
- Control
-
-
- 114, 6
-
-
- 117, 22
-
-
- Default
-
-
- 117, 22
-
-
- Dpad
-
-
- 127, 22
-
-
- Inverted
-
-
- 127, 22
-
-
- Inverted X
-
-
- 127, 22
-
-
- Inverted Y
-
-
- 117, 22
-
-
- Left Stick
-
-
- 127, 22
-
-
- Inverted
-
-
- 127, 22
-
-
- Inverted X
-
-
- 127, 22
-
-
- Inverted Y
-
-
- 117, 22
-
-
- Right Stick
-
-
- 127, 22
-
-
- Inverted
-
-
- 127, 22
-
-
- Inverted X
-
-
- 127, 22
-
-
- Inverted Y
-
-
- 117, 22
-
-
- Face Buttons
-
-
- False
-
-
- 117, 22
-
-
- WASD
-
-
- 147, 22
-
-
- w/ Scan Code
-
-
- 117, 22
-
-
- Arrow Keys
-
-
- 147, 22
-
-
- w/ Scan Code
-
-
- 117, 22
-
-
- Mouse
-
-
- 127, 22
-
-
- Inverted
-
-
- 127, 22
-
-
- Inverted X
-
-
- 127, 22
-
-
- Inverted Y
-
NoControl
@@ -1428,228 +1143,54 @@
7
+
+ 6, 40
+
+
+ 260, 148
+
+
+ 256
+
+
+ fLPTouchSwipe
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ gBTouchpad
+
+
+ 3
+
+
+ 2, 259
+
+
+ 270, 190
+
+
+ 246
+
+
+ Touchpad
+
+
+ gBTouchpad
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tPControls
+
+
+ 1
+
153, 17
-
- pnlSATrack
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- lbL2TrackS
-
-
- 0
-
-
- lbL2Track
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- lbL2TrackS
-
-
- 1
-
-
- lbRSTip
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- lbL2TrackS
-
-
- 2
-
-
- lbInputDelay
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- lbL2TrackS
-
-
- 3
-
-
- lbR2Track
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- lbL2TrackS
-
-
- 4
-
-
- lbLSTip
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- lbL2TrackS
-
-
- 5
-
-
- lbSATip
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- lbL2TrackS
-
-
- 6
-
-
- tBR2
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- lbL2TrackS
-
-
- 7
-
-
- tBL2
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- lbL2TrackS
-
-
- 8
-
-
- pnlSixaxis
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- lbL2TrackS
-
-
- 9
-
-
- pnlLSTrack
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- lbL2TrackS
-
-
- 10
-
-
- pnlRSTrack
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- lbL2TrackS
-
-
- 11
-
-
- 4, 22
-
-
- 3, 3, 3, 3
-
-
- 438, 485
-
-
- 2
-
-
- Controller Readings
-
-
- lbL2TrackS
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tCControls
-
-
- 2
-
-
- btnSATrack
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSATrack
-
-
- 0
-
-
- btnSATrackS
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSATrack
-
-
- 1
-
-
- 300, 88
-
-
- 2, 2, 2, 2
-
-
- 125, 125
-
-
- 252
-
-
- pnlSATrack
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- lbL2TrackS
-
-
- 0
-
False
@@ -1713,6 +1254,30 @@
1
+
+ 300, 88
+
+
+ 2, 2, 2, 2
+
+
+ 125, 125
+
+
+ 252
+
+
+ pnlSATrack
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ lbL2TrackS
+
+
+ 0
+
True
@@ -1977,123 +1542,6 @@
8
-
- tBsixaxisAccelX
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSixaxis
-
-
- 0
-
-
- lb6Accel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSixaxis
-
-
- 1
-
-
- tBsixaxisGyroX
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSixaxis
-
-
- 2
-
-
- lb6Gryo
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSixaxis
-
-
- 3
-
-
- tBsixaxisGyroY
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSixaxis
-
-
- 4
-
-
- tBsixaxisGyroZ
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSixaxis
-
-
- 5
-
-
- tBsixaxisAccelY
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSixaxis
-
-
- 6
-
-
- tBsixaxisAccelZ
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSixaxis
-
-
- 7
-
-
- 300, 233
-
-
- 125, 125
-
-
- 236
-
-
- pnlSixaxis
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- lbL2TrackS
-
-
- 9
-
False
@@ -2316,53 +1764,26 @@
7
-
- btnLSTrack
+
+ 300, 233
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlLSTrack
-
-
- 0
-
-
- btnLSTrackS
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlLSTrack
-
-
- 1
-
-
- 5, 88
-
-
- 2, 2, 2, 2
-
-
+
125, 125
-
- 250
+
+ 236
-
- pnlLSTrack
+
+ pnlSixaxis
-
+
System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
lbL2TrackS
-
- 10
+
+ 9
False
@@ -2427,53 +1848,29 @@
1
-
- btnRSTrackS
+
+ 5, 88
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlRSTrack
-
-
- 0
-
-
- btnRSTrack
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlRSTrack
-
-
- 1
-
-
- 151, 88
-
-
+
2, 2, 2, 2
-
+
125, 125
-
- 251
+
+ 250
-
- pnlRSTrack
+
+ pnlLSTrack
-
+
System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
lbL2TrackS
-
- 11
+
+ 10
False
@@ -2538,120 +1935,60 @@
1
-
- tPControls
+
+ 151, 88
-
+
+ 2, 2, 2, 2
+
+
+ 125, 125
+
+
+ 251
+
+
+ pnlRSTrack
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ lbL2TrackS
+
+
+ 11
+
+
+ 4, 22
+
+
+ 3, 3, 3, 3
+
+
+ 438, 485
+
+
+ 2
+
+
+ Controller Readings
+
+
+ lbL2TrackS
+
+
System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
tCControls
-
- 0
-
-
- tPSpecial
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tCControls
-
-
- 1
-
-
- Left
-
-
- 0, 0
-
-
- 446, 511
-
-
- 253
-
-
- tCControls
-
-
- System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- $this
-
-
- 4
+
+ 2
True
-
- lBControls
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPControls
-
-
- 0
-
-
- lbControlTip
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPControls
-
-
- 2
-
-
- pnlController
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPControls
-
-
- 3
-
-
- 4, 22
-
-
- 3, 3, 3, 3
-
-
- 438, 485
-
-
- 0
-
-
- Controls
-
-
- tPControls
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tCControls
-
-
- 0
-
Top, Bottom, Left
@@ -2811,654 +2148,6 @@
Zoom
-
- pBHoveredButton
-
-
- System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 0
-
-
- lbLRS
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 1
-
-
- lbLLS
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 2
-
-
- bnRSDown
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 3
-
-
- lbLTouchUpper
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 4
-
-
- lbLTouchRight
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 5
-
-
- bnL3
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 6
-
-
- lbLTouchLM
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 7
-
-
- bnRSUp
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 8
-
-
- lbLR2
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 9
-
-
- bnRSRight
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 10
-
-
- lbLL2
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 11
-
-
- bnR3
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 12
-
-
- lbLR1
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 13
-
-
- bnRSLeft
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 14
-
-
- lbLL1
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 15
-
-
- bnLSLeft
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 16
-
-
- lbLPS
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 17
-
-
- bnLSUp
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 18
-
-
- lbLLeft
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 19
-
-
- bnLSRight
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 20
-
-
- lbLright
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 21
-
-
- bnLSDown
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 22
-
-
- lbLDown
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 23
-
-
- bnR2
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 24
-
-
- bnUp
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 25
-
-
- bnDown
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 26
-
-
- bnTriangle
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 27
-
-
- bnR1
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 28
-
-
- bnSquare
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 29
-
-
- bnRight
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 30
-
-
- lbLUp
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 31
-
-
- bnLeft
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 32
-
-
- lbLShare
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 33
-
-
- bnOptions
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 34
-
-
- bnShare
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 35
-
-
- lbLOptions
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 36
-
-
- bnL1
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 37
-
-
- bnTouchRight
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 38
-
-
- bnL2
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 39
-
-
- lbLTriangle
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 40
-
-
- bnTouchLeft
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 41
-
-
- lbLSquare
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 42
-
-
- bnTouchMulti
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 43
-
-
- lbLCircle
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 44
-
-
- lbLCross
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 45
-
-
- bnTouchUpper
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 46
-
-
- btnLightbar
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 47
-
-
- bnPS
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 48
-
-
- bnCross
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 49
-
-
- bnCircle
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 50
-
-
- lbControlName
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlController
-
-
- 51
-
-
- 2, 2
-
-
- 2, 2, 2, 2
-
-
- 422, 230
-
-
- 282
-
-
- pnlController
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPControls
-
-
- 3
-
False
@@ -5109,90 +3798,75 @@
51
-
- pnlActions
+
+ 2, 2
-
+
+ 2, 2, 2, 2
+
+
+ 422, 230
+
+
+ 282
+
+
+ pnlController
+
+
System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- tPSpecial
+
+ tPControls
-
- 0
-
-
- 4, 22
-
-
- 438, 485
-
-
+
3
-
- Special Actions
+
+ 4, 22
-
- tPSpecial
+
+ 3, 3, 3, 3
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tCControls
-
-
- 1
-
-
- lVActions
-
-
- System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlActions
-
-
- 0
-
-
- panel2
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlActions
-
-
- 1
-
-
- Fill
-
-
- 0, 0
-
-
+
438, 485
-
- 15
-
-
- pnlActions
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tPSpecial
-
-
+
0
+
+ Controls
+
+
+ tPControls
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tCControls
+
+
+ 0
+
+
+ Name
+
+
+ 140
+
+
+ Trigger
+
+
+ 105
+
+
+ Action
+
+
+ 100
+
Fill
@@ -5217,135 +3891,6 @@
0
-
- Name
-
-
- 140
-
-
- Trigger
-
-
- 105
-
-
- Action
-
-
- 100
-
-
- fLPActionButtons
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel2
-
-
- 0
-
-
- lbActionsTip
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel2
-
-
- 1
-
-
- Top
-
-
- 0, 0
-
-
- 2, 2, 2, 2
-
-
- 438, 66
-
-
- 16
-
-
- panel2
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlActions
-
-
- 1
-
-
- btnNewAction
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPActionButtons
-
-
- 0
-
-
- btnEditAction
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPActionButtons
-
-
- 1
-
-
- btnRemAction
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPActionButtons
-
-
- 2
-
-
- Fill
-
-
- 0, 28
-
-
- 438, 38
-
-
- 15
-
-
- fLPActionButtons
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel2
-
-
- 0
-
NoControl
@@ -5427,6 +3972,30 @@
2
+
+ Fill
+
+
+ 0, 28
+
+
+ 438, 38
+
+
+ 15
+
+
+ fLPActionButtons
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ panel2
+
+
+ 0
+
Top
@@ -5460,18 +4029,108 @@
1
+
+ Top
+
+
+ 0, 0
+
+
+ 2, 2, 2, 2
+
+
+ 438, 66
+
+
+ 16
+
+
+ panel2
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlActions
+
+
+ 1
+
+
+ Fill
+
+
+ 0, 0
+
+
+ 438, 485
+
+
+ 15
+
+
+ pnlActions
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tPSpecial
+
+
+ 0
+
+
+ 4, 22
+
+
+ 438, 485
+
+
+ 3
+
+
+ Special Actions
+
+
+ tPSpecial
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tCControls
+
+
+ 1
+
+
+ Left
+
+
+ 0, 0
+
+
+ 446, 511
+
+
+ 253
+
+
+ tCControls
+
+
+ System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ $this
+
+
+ 4
+
482, 17
-
- 195, 444
-
-
- cMGyroTriggers
-
-
- System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
194, 22
@@ -5592,18 +4251,18 @@
Always on
+
+ 195, 444
+
+
+ cMGyroTriggers
+
+
+ System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
625, 18
-
- 195, 422
-
-
- cMTouchDisableInvert
-
-
- System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
194, 22
@@ -5718,6 +4377,927 @@
PS
+
+ 195, 422
+
+
+ cMTouchDisableInvert
+
+
+ System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ True
+
+
+ NoControl
+
+
+ 7, 7
+
+
+ 26, 13
+
+
+ 225
+
+
+ Full:
+
+
+ lbFull
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlFull
+
+
+ 0
+
+
+ True
+
+
+ NoControl
+
+
+ 10, 27
+
+
+ 15, 13
+
+
+ 158
+
+
+ R
+
+
+ lbRed
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlFull
+
+
+ 1
+
+
+ True
+
+
+ NoControl
+
+
+ 10, 53
+
+
+ 15, 13
+
+
+ 159
+
+
+ G
+
+
+ lbGreen
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlFull
+
+
+ 2
+
+
+ True
+
+
+ NoControl
+
+
+ 9, 76
+
+
+ 14, 13
+
+
+ 160
+
+
+ B
+
+
+ lbBlue
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlFull
+
+
+ 3
+
+
+ False
+
+
+ NoControl
+
+
+ 26, 24
+
+
+ 100, 20
+
+
+ 10
+
+
+ tBRedBar
+
+
+ System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlFull
+
+
+ 4
+
+
+ False
+
+
+ NoControl
+
+
+ 26, 50
+
+
+ 100, 20
+
+
+ 11
+
+
+ tBGreenBar
+
+
+ System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlFull
+
+
+ 5
+
+
+ False
+
+
+ NoControl
+
+
+ 26, 73
+
+
+ 100, 20
+
+
+ 12
+
+
+ tBBlueBar
+
+
+ System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlFull
+
+
+ 6
+
+
+ 12, 1
+
+
+ 134, 96
+
+
+ 239
+
+
+ pnlFull
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ panel1
+
+
+ 0
+
+
+ Flat
+
+
+ NoControl
+
+
+ 44, 9
+
+
+ 13, 13
+
+
+ 49
+
+
+ lowColorChooserButton
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlLowBattery
+
+
+ 0
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 30
+
+
+ 15, 13
+
+
+ 158
+
+
+ R
+
+
+ lbLowRed
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlLowBattery
+
+
+ 1
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 53
+
+
+ 15, 13
+
+
+ 159
+
+
+ G
+
+
+ lbLowGreen
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlLowBattery
+
+
+ 2
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 76
+
+
+ 14, 13
+
+
+ 160
+
+
+ B
+
+
+ lbLowBlue
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlLowBattery
+
+
+ 3
+
+
+ False
+
+
+ NoControl
+
+
+ 22, 26
+
+
+ 100, 20
+
+
+ 10
+
+
+ tBLowRedBar
+
+
+ System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlLowBattery
+
+
+ 4
+
+
+ False
+
+
+ NoControl
+
+
+ 22, 49
+
+
+ 100, 20
+
+
+ 11
+
+
+ tBLowGreenBar
+
+
+ System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlLowBattery
+
+
+ 5
+
+
+ False
+
+
+ NoControl
+
+
+ 22, 72
+
+
+ 100, 20
+
+
+ 12
+
+
+ tBLowBlueBar
+
+
+ System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlLowBattery
+
+
+ 6
+
+
+ True
+
+
+ NoControl
+
+
+ 7, 9
+
+
+ 39, 13
+
+
+ 225
+
+
+ Empty:
+
+
+ lbEmpty
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ pnlLowBattery
+
+
+ 7
+
+
+ 160, 0
+
+
+ 126, 97
+
+
+ 238
+
+
+ pnlLowBattery
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ panel1
+
+
+ 1
+
+
+ 3, 3
+
+
+ 289, 100
+
+
+ 2
+
+
+ panel1
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel1
+
+
+ 0
+
+
+ Flash at
+
+
+ Pulse at
+
+
+ 10, 10
+
+
+ 68, 21
+
+
+ 244
+
+
+ cBFlashType
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ panel3
+
+
+ 0
+
+
+ Zoom
+
+
+ Flat
+
+
+ NoControl
+
+
+ 152, 14
+
+
+ 13, 13
+
+
+ 241
+
+
+ btnFlashColor
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ panel3
+
+
+ 1
+
+
+ True
+
+
+ NoControl
+
+
+ 133, 14
+
+
+ 15, 13
+
+
+ 243
+
+
+ %
+
+
+ lbPercentFlashBar
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ panel3
+
+
+ 2
+
+
+ 84, 11
+
+
+ 43, 20
+
+
+ 242
+
+
+ nUDflashLED
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ panel3
+
+
+ 3
+
+
+ 3, 109
+
+
+ 254, 44
+
+
+ 3
+
+
+ panel3
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel1
+
+
+ 1
+
+
+ Normal
+
+
+ Pulse
+
+
+ Rainbow
+
+
+ Color
+
+
+ 96, 11
+
+
+ 121, 21
+
+
+ 242
+
+
+ cBWhileCharging
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ panel4
+
+
+ 0
+
+
+ Flat
+
+
+ NoControl
+
+
+ 223, 13
+
+
+ 13, 13
+
+
+ 240
+
+
+ False
+
+
+ btnChargingColor
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ panel4
+
+
+ 1
+
+
+ True
+
+
+ NoControl
+
+
+ 10, 12
+
+
+ 82, 13
+
+
+ 241
+
+
+ While Charging:
+
+
+ lbWhileCharging
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ panel4
+
+
+ 2
+
+
+ 3, 159
+
+
+ 282, 38
+
+
+ 4
+
+
+ panel4
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel1
+
+
+ 2
+
+
+ NoControl
+
+
+ 5, 8
+
+
+ 2, 2, 2, 2
+
+
+ 20, 20
+
+
+ 248
+
+
+ btnRainbow
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ panel5
+
+
+ 0
+
+
+ True
+
+
+ NoControl
+
+
+ 199, 13
+
+
+ 15, 13
+
+
+ 246
+
+
+ %
+
+
+ False
+
+
+ lbRainbowB
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ panel5
+
+
+ 1
+
+
+ 150, 8
+
+
+ 43, 20
+
+
+ 247
+
+
+ False
+
+
+ nUDRainbowB
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ panel5
+
+
+ 2
+
+
+ 29, 9
+
+
+ 39, 20
+
+
+ 245
+
+
+ nUDRainbow
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ panel5
+
+
+ 3
+
+
+ True
+
+
+ NoControl
+
+
+ 71, 12
+
+
+ 59, 13
+
+
+ 244
+
+
+ secs/cycle
+
+
+ lbspc
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ panel5
+
+
+ 4
+
+
+ 3, 226
+
+
+ 282, 45
+
+
+ 163
+
+
+ panel5
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel1
+
+
+ 4
+
+
+ Fill
+
+
+ TopDown
+
+
+ 0, 0
+
+
+ 557, 485
+
+
+ 2
+
+
+ False
+
flowLayoutPanel1
@@ -5754,6 +5334,2562 @@
0
+
+ True
+
+
+ 166, 141
+
+
+ 149, 20
+
+
+ 225
+
+
+ 0.00, 0.00, 1.00, 1.00
+
+
+ tBCustomOutputCurve
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox1
+
+
+ 0
+
+
+ True
+
+
+ NoControl
+
+
+ 338, 145
+
+
+ 101, 13
+
+
+ 224
+
+
+ Custom curve editor
+
+
+ lbCurveEditorURL
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox1
+
+
+ 1
+
+
+ 92, 109
+
+
+ No
+
+
+ 40, 20
+
+
+ 223
+
+
+ nUDLSS
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox1
+
+
+ 2
+
+
+ True
+
+
+ 13, 104
+
+
+ 57, 13
+
+
+ 222
+
+
+ Sensitivity:
+
+
+ label69
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox1
+
+
+ 3
+
+
+ True
+
+
+ NoControl
+
+
+ 111, 183
+
+
+ 61, 13
+
+
+ 221
+
+
+ Roundness
+
+
+ label46
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox1
+
+
+ 4
+
+
+ 190, 181
+
+
+ 36, 20
+
+
+ 220
+
+
+ RoundnessNUpDown
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox1
+
+
+ 5
+
+
+ NoControl
+
+
+ 12, 179
+
+
+ No
+
+
+ 111, 24
+
+
+ 219
+
+
+ Square Stick
+
+
+ lsSquStickCk
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox1
+
+
+ 6
+
+
+ 88, 248
+
+
+ 68, 20
+
+
+ 218
+
+
+ nUDLSRotation
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox1
+
+
+ 7
+
+
+ True
+
+
+ 16, 250
+
+
+ 50, 13
+
+
+ 214
+
+
+ Rotation:
+
+
+ label45
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox1
+
+
+ 8
+
+
+ 89, 218
+
+
+ No
+
+
+ 49, 20
+
+
+ 213
+
+
+ nUDLSCurve
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox1
+
+
+ 9
+
+
+ True
+
+
+ NoControl
+
+
+ 144, 220
+
+
+ 15, 13
+
+
+ 212
+
+
+ %
+
+
+ lbLSCurvePercent
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox1
+
+
+ 10
+
+
+ True
+
+
+ 10, 217
+
+
+ 71, 13
+
+
+ 211
+
+
+ Curve (Input):
+
+
+ label44
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox1
+
+
+ 11
+
+
+ Linear
+
+
+ Enhanced Precision
+
+
+ Quadratic
+
+
+ Cubic
+
+
+ Easeout Quad
+
+
+ Easeout Cubic
+
+
+ Custom
+
+
+ 96, 141
+
+
+ 46, 21
+
+
+ 210
+
+
+ lsOutCurveComboBox
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox1
+
+
+ 12
+
+
+ True
+
+
+ 13, 141
+
+
+ 73, 13
+
+
+ 209
+
+
+ Output Curve:
+
+
+ label43
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox1
+
+
+ 13
+
+
+ 105, 76
+
+
+ 42, 20
+
+
+ 208
+
+
+ nUDLSAntiDead
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox1
+
+
+ 14
+
+
+ True
+
+
+ 13, 76
+
+
+ 83, 13
+
+
+ 207
+
+
+ Anti-dead Zone:
+
+
+ label42
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox1
+
+
+ 15
+
+
+ 105, 45
+
+
+ 40, 20
+
+
+ 206
+
+
+ nUDLSMaxZone
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox1
+
+
+ 16
+
+
+ True
+
+
+ 13, 47
+
+
+ 58, 13
+
+
+ 205
+
+
+ Max Zone:
+
+
+ label41
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox1
+
+
+ 17
+
+
+ 105, 18
+
+
+ No
+
+
+ 40, 20
+
+
+ 204
+
+
+ nUDLS
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox1
+
+
+ 18
+
+
+ True
+
+
+ 13, 20
+
+
+ 64, 13
+
+
+ 0
+
+
+ Dead Zone:
+
+
+ label40
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox1
+
+
+ 19
+
+
+ 3, 3
+
+
+ 467, 278
+
+
+ 0
+
+
+ LS
+
+
+ groupBox1
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel3
+
+
+ 0
+
+
+ 196, 152
+
+
+ 149, 20
+
+
+ 232
+
+
+ 0.00, 0.00, 1.00, 1.00
+
+
+ tBRSCustomOutputCurve
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox2
+
+
+ 0
+
+
+ True
+
+
+ NoControl
+
+
+ 368, 156
+
+
+ 101, 13
+
+
+ 231
+
+
+ Custom curve editor
+
+
+ lbRSCurveEditorURL
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox2
+
+
+ 1
+
+
+ 96, 117
+
+
+ No
+
+
+ 40, 20
+
+
+ 230
+
+
+ nUDRSS
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox2
+
+
+ 2
+
+
+ True
+
+
+ NoControl
+
+
+ 9, 119
+
+
+ 57, 13
+
+
+ 229
+
+
+ Sensitivity:
+
+
+ label70
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox2
+
+
+ 3
+
+
+ Linear
+
+
+ Enhanced Precison
+
+
+ Quadratic
+
+
+ Cubic
+
+
+ Easeout Quad
+
+
+ Easeout Cubic
+
+
+ Custom
+
+
+ 101, 152
+
+
+ 49, 21
+
+
+ 228
+
+
+ rsOutCurveComboBox
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox2
+
+
+ 4
+
+
+ 88, 257
+
+
+ 74, 20
+
+
+ 227
+
+
+ nUDRSRotation
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox2
+
+
+ 5
+
+
+ True
+
+
+ NoControl
+
+
+ 5, 259
+
+
+ 50, 13
+
+
+ 226
+
+
+ Rotation:
+
+
+ label52
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox2
+
+
+ 6
+
+
+ True
+
+
+ NoControl
+
+
+ 163, 222
+
+
+ 15, 13
+
+
+ 225
+
+
+ %
+
+
+ lbRSCurvePercent
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox2
+
+
+ 7
+
+
+ 95, 220
+
+
+ No
+
+
+ 49, 20
+
+
+ 224
+
+
+ nUDRSCurve
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox2
+
+
+ 8
+
+
+ True
+
+
+ NoControl
+
+
+ 5, 220
+
+
+ 71, 13
+
+
+ 223
+
+
+ Curve (Input):
+
+
+ label51
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox2
+
+
+ 9
+
+
+ NoControl
+
+
+ 8, 185
+
+
+ No
+
+
+ 103, 24
+
+
+ 222
+
+
+ Square Stick
+
+
+ rsSquStickCk
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox2
+
+
+ 10
+
+
+ 196, 188
+
+
+ 36, 20
+
+
+ 221
+
+
+ numericUpDown1
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox2
+
+
+ 11
+
+
+ True
+
+
+ NoControl
+
+
+ 117, 190
+
+
+ 61, 13
+
+
+ 213
+
+
+ Roundness
+
+
+ label28
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox2
+
+
+ 12
+
+
+ True
+
+
+ NoControl
+
+
+ 8, 155
+
+
+ 73, 13
+
+
+ 210
+
+
+ Output Curve:
+
+
+ label50
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox2
+
+
+ 13
+
+
+ 99, 82
+
+
+ 43, 20
+
+
+ 209
+
+
+ nUDRSAntiDead
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox2
+
+
+ 14
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 84
+
+
+ 83, 13
+
+
+ 208
+
+
+ Anti-dead Zone:
+
+
+ label49
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox2
+
+
+ 15
+
+
+ 102, 49
+
+
+ 40, 20
+
+
+ 207
+
+
+ nUDRSMaxZone
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox2
+
+
+ 16
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 51
+
+
+ 58, 13
+
+
+ 206
+
+
+ Max Zone:
+
+
+ label48
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox2
+
+
+ 17
+
+
+ 99, 21
+
+
+ No
+
+
+ 40, 20
+
+
+ 204
+
+
+ nUDRS
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox2
+
+
+ 18
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 23
+
+
+ 64, 13
+
+
+ 1
+
+
+ Dead Zone:
+
+
+ label47
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox2
+
+
+ 19
+
+
+ 3, 287
+
+
+ 467, 283
+
+
+ 1
+
+
+ RS
+
+
+ groupBox2
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel3
+
+
+ 1
+
+
+ 177, 146
+
+
+ 149, 20
+
+
+ 233
+
+
+ 0.00, 0.00, 1.00, 1.00
+
+
+ tBL2CustomOutputCurve
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox3
+
+
+ 0
+
+
+ True
+
+
+ NoControl
+
+
+ 349, 150
+
+
+ 101, 13
+
+
+ 232
+
+
+ Custom curve editor
+
+
+ lbL2CurveEditorURL
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox3
+
+
+ 1
+
+
+ 118, 110
+
+
+ No
+
+
+ 40, 20
+
+
+ 231
+
+
+ nUDL2S
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox3
+
+
+ 2
+
+
+ True
+
+
+ NoControl
+
+
+ 15, 117
+
+
+ 57, 13
+
+
+ 230
+
+
+ Sensitivity:
+
+
+ label71
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox3
+
+
+ 3
+
+
+ Linear
+
+
+ Enhanced Precison
+
+
+ Quadratic
+
+
+ Cubic
+
+
+ Easeout Quad
+
+
+ Easeout Cubic
+
+
+ Custom
+
+
+ 112, 145
+
+
+ 46, 21
+
+
+ 220
+
+
+ cBL2OutputCurve
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox3
+
+
+ 4
+
+
+ 117, 77
+
+
+ 42, 20
+
+
+ 219
+
+
+ nUDL2AntiDead
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox3
+
+
+ 5
+
+
+ 118, 50
+
+
+ 41, 20
+
+
+ 218
+
+
+ nUDL2Maxzone
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox3
+
+
+ 6
+
+
+ 120, 21
+
+
+ No
+
+
+ 40, 20
+
+
+ 217
+
+
+ nUDL2
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox3
+
+
+ 7
+
+
+ True
+
+
+ NoControl
+
+
+ 14, 145
+
+
+ 73, 13
+
+
+ 215
+
+
+ Output Curve:
+
+
+ label54
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox3
+
+
+ 8
+
+
+ True
+
+
+ NoControl
+
+
+ 15, 79
+
+
+ 83, 13
+
+
+ 214
+
+
+ Anti-dead Zone:
+
+
+ label55
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox3
+
+
+ 9
+
+
+ True
+
+
+ NoControl
+
+
+ 15, 50
+
+
+ 58, 13
+
+
+ 213
+
+
+ Max Zone:
+
+
+ label56
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox3
+
+
+ 10
+
+
+ True
+
+
+ NoControl
+
+
+ 15, 23
+
+
+ 64, 13
+
+
+ 212
+
+
+ Dead Zone:
+
+
+ label57
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox3
+
+
+ 11
+
+
+ 3, 576
+
+
+ 469, 188
+
+
+ 2
+
+
+ L2
+
+
+ groupBox3
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel3
+
+
+ 2
+
+
+ 177, 150
+
+
+ 149, 20
+
+
+ 234
+
+
+ 0.00, 0.00, 1.00, 1.00
+
+
+ tBR2CustomOutputCurve
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox4
+
+
+ 0
+
+
+ True
+
+
+ NoControl
+
+
+ 349, 154
+
+
+ 101, 13
+
+
+ 233
+
+
+ Custom curve editor
+
+
+ lbR2CurveEditorURL
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox4
+
+
+ 1
+
+
+ 107, 113
+
+
+ 40, 20
+
+
+ 232
+
+
+ nUDR2S
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox4
+
+
+ 2
+
+
+ True
+
+
+ NoControl
+
+
+ 16, 116
+
+
+ 57, 13
+
+
+ 231
+
+
+ Sensitivity:
+
+
+ label72
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox4
+
+
+ 3
+
+
+ Linear
+
+
+ Enhanced Precison
+
+
+ Quadratic
+
+
+ Cubic
+
+
+ Easeout Quad
+
+
+ Easeout Cubic
+
+
+ Custom
+
+
+ 101, 149
+
+
+ 49, 21
+
+
+ 223
+
+
+ cBR2OutputCurve
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox4
+
+
+ 4
+
+
+ 105, 81
+
+
+ 44, 20
+
+
+ 222
+
+
+ nUDR2AntiDead
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox4
+
+
+ 5
+
+
+ 97, 50
+
+
+ 40, 20
+
+
+ 221
+
+
+ nUDR2Maxzone
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox4
+
+
+ 6
+
+
+ 97, 20
+
+
+ 40, 20
+
+
+ 220
+
+
+ nUDR2
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox4
+
+
+ 7
+
+
+ True
+
+
+ NoControl
+
+
+ 17, 147
+
+
+ 73, 13
+
+
+ 219
+
+
+ Output Curve:
+
+
+ label53
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox4
+
+
+ 8
+
+
+ True
+
+
+ NoControl
+
+
+ 14, 79
+
+
+ 83, 13
+
+
+ 218
+
+
+ Anti-dead Zone:
+
+
+ label58
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox4
+
+
+ 9
+
+
+ True
+
+
+ NoControl
+
+
+ 14, 50
+
+
+ 58, 13
+
+
+ 217
+
+
+ Max Zone:
+
+
+ label59
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox4
+
+
+ 10
+
+
+ True
+
+
+ NoControl
+
+
+ 14, 23
+
+
+ 64, 13
+
+
+ 216
+
+
+ Dead Zone:
+
+
+ label60
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox4
+
+
+ 11
+
+
+ 3, 770
+
+
+ 469, 188
+
+
+ 3
+
+
+ R2
+
+
+ groupBox4
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel3
+
+
+ 3
+
+
+ 190, 335
+
+
+ 149, 20
+
+
+ 240
+
+
+ 0.00, 0.00, 1.00, 1.00
+
+
+ tBSixZCustomOutputCurve
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox5
+
+
+ 0
+
+
+ True
+
+
+ NoControl
+
+
+ 362, 339
+
+
+ 101, 13
+
+
+ 239
+
+
+ Custom curve editor
+
+
+ lbSixZCurveEditorURL
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox5
+
+
+ 1
+
+
+ 190, 302
+
+
+ 149, 20
+
+
+ 238
+
+
+ 0.00, 0.00, 1.00, 1.00
+
+
+ tBSixXCustomOutputCurve
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox5
+
+
+ 2
+
+
+ True
+
+
+ NoControl
+
+
+ 362, 306
+
+
+ 101, 13
+
+
+ 237
+
+
+ Custom curve editor
+
+
+ lbSixXCurveEditorURL
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox5
+
+
+ 3
+
+
+ 126, 264
+
+
+ No
+
+
+ 40, 20
+
+
+ 236
+
+
+ nUDSZS
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox5
+
+
+ 4
+
+
+ 126, 231
+
+
+ 40, 20
+
+
+ 235
+
+
+ nUDSXS
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox5
+
+
+ 5
+
+
+ True
+
+
+ NoControl
+
+
+ 16, 266
+
+
+ 67, 13
+
+
+ 234
+
+
+ Sensitivity Z:
+
+
+ label74
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox5
+
+
+ 6
+
+
+ True
+
+
+ NoControl
+
+
+ 17, 233
+
+
+ 67, 13
+
+
+ 233
+
+
+ Sensitivity X:
+
+
+ label73
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox5
+
+
+ 7
+
+
+ Linear
+
+
+ Enhanced Precison
+
+
+ Quadratic
+
+
+ Cubic
+
+
+ Easeout Quad
+
+
+ Easeout Cubic
+
+
+ Custom
+
+
+ 118, 334
+
+
+ 40, 21
+
+
+ 232
+
+
+ cBSixaxisZOutputCurve
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox5
+
+
+ 8
+
+
+ True
+
+
+ NoControl
+
+
+ 17, 334
+
+
+ 83, 13
+
+
+ 231
+
+
+ Output Curve Z:
+
+
+ label68
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox5
+
+
+ 9
+
+
+ Linear
+
+
+ Enhanced Precison
+
+
+ Quadratic
+
+
+ Cubic
+
+
+ Easeout Quad
+
+
+ Easeout Cubic
+
+
+ Custom
+
+
+ 118, 302
+
+
+ 40, 21
+
+
+ 230
+
+
+ cBSixaxisXOutputCurve
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox5
+
+
+ 10
+
+
+ True
+
+
+ NoControl
+
+
+ 16, 305
+
+
+ 83, 13
+
+
+ 229
+
+
+ Output Curve X:
+
+
+ label67
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox5
+
+
+ 11
+
+
+ 120, 195
+
+
+ 47, 20
+
+
+ 228
+
+
+ nUDSixaxisZAntiDead
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox5
+
+
+ 12
+
+
+ True
+
+
+ NoControl
+
+
+ 15, 197
+
+
+ 93, 13
+
+
+ 227
+
+
+ Anti-dead Zone Z:
+
+
+ label66
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox5
+
+
+ 13
+
+
+ 120, 163
+
+
+ 46, 20
+
+
+ 226
+
+
+ nUDSixaxisXAntiDead
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox5
+
+
+ 14
+
+
+ True
+
+
+ NoControl
+
+
+ 16, 164
+
+
+ 93, 13
+
+
+ 225
+
+
+ Anti-dead Zone X:
+
+
+ label65
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox5
+
+
+ 15
+
+
+ 103, 126
+
+
+ 40, 20
+
+
+ 224
+
+
+ nUDSixAxisZMaxZone
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox5
+
+
+ 16
+
+
+ True
+
+
+ NoControl
+
+
+ 16, 126
+
+
+ 68, 13
+
+
+ 223
+
+
+ Max Zone Z:
+
+
+ label64
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox5
+
+
+ 17
+
+
+ 104, 92
+
+
+ 41, 20
+
+
+ 222
+
+
+ nUDSixAxisXMaxZone
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox5
+
+
+ 18
+
+
+ True
+
+
+ NoControl
+
+
+ 15, 94
+
+
+ 68, 13
+
+
+ 221
+
+
+ Max Zone X:
+
+
+ label63
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox5
+
+
+ 19
+
+
+ 105, 56
+
+
+ No
+
+
+ 40, 20
+
+
+ 220
+
+
+ nUDSZ
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox5
+
+
+ 20
+
+
+ True
+
+
+ NoControl
+
+
+ 16, 58
+
+
+ 74, 13
+
+
+ 219
+
+
+ Dead Zone Z:
+
+
+ label62
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox5
+
+
+ 21
+
+
+ 105, 24
+
+
+ 40, 20
+
+
+ 218
+
+
+ nUDSX
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox5
+
+
+ 22
+
+
+ True
+
+
+ NoControl
+
+
+ 14, 24
+
+
+ 74, 13
+
+
+ 217
+
+
+ Dead Zone X:
+
+
+ label61
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox5
+
+
+ 23
+
+
+ 3, 964
+
+
+ 469, 373
+
+
+ 4
+
+
+ SixAxis
+
+
+ groupBox5
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel3
+
+
+ 4
+
+
+ Fill
+
+
+ TopDown
+
+
+ 3, 3
+
+
+ 551, 479
+
+
+ 0
+
+
+ False
+
flowLayoutPanel3
@@ -5796,6 +7932,24 @@
True
+
+ True
+
+
+ NoControl
+
+
+ 4, 9
+
+
+ 72, 13
+
+
+ 263
+
+
+ Output Mode:
+
label34
@@ -5808,6 +7962,24 @@
0
+
+ Controls
+
+
+ Mouse
+
+
+ Mouse Joystick
+
+
+ 101, 7
+
+
+ 121, 21
+
+
+ 262
+
gyroOutputMode
@@ -6528,5262 +8700,6 @@
1
-
- bnGyroZN
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPTiltControls
-
-
- 0
-
-
- lbGyroZN
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPTiltControls
-
-
- 1
-
-
- bnGyroZP
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPTiltControls
-
-
- 2
-
-
- lbGyroZP
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPTiltControls
-
-
- 3
-
-
- bnGyroXP
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPTiltControls
-
-
- 4
-
-
- lbGyroXP
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPTiltControls
-
-
- 5
-
-
- bnGyroXN
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPTiltControls
-
-
- 6
-
-
- lbGyroXN
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPTiltControls
-
-
- 7
-
-
- lblSteeringWheelEmulationAxis
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPTiltControls
-
-
- 8
-
-
- cBSteeringWheelEmulationAxis
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPTiltControls
-
-
- 9
-
-
- lblSteeringWheelEmulationRange
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPTiltControls
-
-
- 10
-
-
- cBSteeringWheelEmulationRange
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPTiltControls
-
-
- 11
-
-
- btnSteeringWheelEmulationCalibrate
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fLPTiltControls
-
-
- 12
-
-
- 3, 258
-
-
- 271, 199
-
-
- 262
-
-
- fLPTiltControls
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel2
-
-
- 2
-
-
- toggleGyroMCb
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSAMouse
-
-
- 0
-
-
- label27
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSAMouse
-
-
- 1
-
-
- gyroMouseDzNUD
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSAMouse
-
-
- 2
-
-
- label26
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSAMouse
-
-
- 3
-
-
- triggerCondAndCombo
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSAMouse
-
-
- 4
-
-
- cBGyroMouseXAxis
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSAMouse
-
-
- 5
-
-
- label16
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSAMouse
-
-
- 6
-
-
- lbGyroSmooth
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSAMouse
-
-
- 7
-
-
- cBGyroSmooth
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSAMouse
-
-
- 8
-
-
- lbSmoothWeight
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSAMouse
-
-
- 9
-
-
- nUDGyroSmoothWeight
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSAMouse
-
-
- 10
-
-
- label12
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSAMouse
-
-
- 11
-
-
- nUDGyroMouseVertScale
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSAMouse
-
-
- 12
-
-
- label11
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSAMouse
-
-
- 13
-
-
- gyroTriggerBehavior
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSAMouse
-
-
- 14
-
-
- cBGyroInvertY
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSAMouse
-
-
- 15
-
-
- cBGyroInvertX
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSAMouse
-
-
- 16
-
-
- lbGyroInvert
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSAMouse
-
-
- 17
-
-
- lbGyroTriggers
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSAMouse
-
-
- 18
-
-
- btnGyroTriggers
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSAMouse
-
-
- 19
-
-
- nUDGyroSensitivity
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSAMouse
-
-
- 20
-
-
- lbGyroSens
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlSAMouse
-
-
- 21
-
-
- 2, 462
-
-
- 2, 2, 2, 2
-
-
- 263, 222
-
-
- 263
-
-
- pnlSAMouse
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel2
-
-
- 3
-
-
- Fill
-
-
- TopDown
-
-
- 0, 0
-
-
- 557, 485
-
-
- 0
-
-
- False
-
-
- flowLayoutPanel2
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tabGyro
-
-
- 0
-
-
- 4, 22
-
-
- 557, 485
-
-
- 0
-
-
- Gyro
-
-
- tabGyro
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tabControl1
-
-
- 2
-
-
- flowLayoutPanel4
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tabOther
-
-
- 0
-
-
- 4, 22
-
-
- 3, 3, 3, 3
-
-
- 557, 485
-
-
- 2
-
-
- Other
-
-
- tabOther
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tabControl1
-
-
- 3
-
-
- Fill
-
-
- 446, 0
-
-
- 565, 511
-
-
- 0
-
-
- tabControl1
-
-
- System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- $this
-
-
- 3
-
-
- True
-
-
- panel1
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel1
-
-
- 0
-
-
- panel3
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel1
-
-
- 1
-
-
- panel4
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel1
-
-
- 2
-
-
- panel5
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel1
-
-
- 4
-
-
- Fill
-
-
- TopDown
-
-
- 0, 0
-
-
- 557, 485
-
-
- 2
-
-
- False
-
-
- flowLayoutPanel1
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tabLightbar
-
-
- 0
-
-
- pnlFull
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel1
-
-
- 0
-
-
- pnlLowBattery
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel1
-
-
- 1
-
-
- 3, 3
-
-
- 289, 100
-
-
- 2
-
-
- panel1
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel1
-
-
- 0
-
-
- lbFull
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlFull
-
-
- 0
-
-
- lbRed
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlFull
-
-
- 1
-
-
- lbGreen
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlFull
-
-
- 2
-
-
- lbBlue
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlFull
-
-
- 3
-
-
- tBRedBar
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlFull
-
-
- 4
-
-
- tBGreenBar
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlFull
-
-
- 5
-
-
- tBBlueBar
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlFull
-
-
- 6
-
-
- 12, 1
-
-
- 134, 96
-
-
- 239
-
-
- pnlFull
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel1
-
-
- 0
-
-
- True
-
-
- NoControl
-
-
- 7, 7
-
-
- 26, 13
-
-
- 225
-
-
- Full:
-
-
- lbFull
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlFull
-
-
- 0
-
-
- True
-
-
- NoControl
-
-
- 10, 27
-
-
- 15, 13
-
-
- 158
-
-
- R
-
-
- lbRed
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlFull
-
-
- 1
-
-
- True
-
-
- NoControl
-
-
- 10, 53
-
-
- 15, 13
-
-
- 159
-
-
- G
-
-
- lbGreen
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlFull
-
-
- 2
-
-
- True
-
-
- NoControl
-
-
- 9, 76
-
-
- 14, 13
-
-
- 160
-
-
- B
-
-
- lbBlue
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlFull
-
-
- 3
-
-
- False
-
-
- NoControl
-
-
- 26, 24
-
-
- 100, 20
-
-
- 10
-
-
- tBRedBar
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlFull
-
-
- 4
-
-
- False
-
-
- NoControl
-
-
- 26, 50
-
-
- 100, 20
-
-
- 11
-
-
- tBGreenBar
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlFull
-
-
- 5
-
-
- False
-
-
- NoControl
-
-
- 26, 73
-
-
- 100, 20
-
-
- 12
-
-
- tBBlueBar
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlFull
-
-
- 6
-
-
- lowColorChooserButton
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlLowBattery
-
-
- 0
-
-
- lbLowRed
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlLowBattery
-
-
- 1
-
-
- lbLowGreen
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlLowBattery
-
-
- 2
-
-
- lbLowBlue
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlLowBattery
-
-
- 3
-
-
- tBLowRedBar
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlLowBattery
-
-
- 4
-
-
- tBLowGreenBar
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlLowBattery
-
-
- 5
-
-
- tBLowBlueBar
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlLowBattery
-
-
- 6
-
-
- lbEmpty
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlLowBattery
-
-
- 7
-
-
- 160, 0
-
-
- 126, 97
-
-
- 238
-
-
- pnlLowBattery
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel1
-
-
- 1
-
-
- Flat
-
-
- NoControl
-
-
- 44, 9
-
-
- 13, 13
-
-
- 49
-
-
- lowColorChooserButton
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlLowBattery
-
-
- 0
-
-
- True
-
-
- NoControl
-
-
- 6, 30
-
-
- 15, 13
-
-
- 158
-
-
- R
-
-
- lbLowRed
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlLowBattery
-
-
- 1
-
-
- True
-
-
- NoControl
-
-
- 6, 53
-
-
- 15, 13
-
-
- 159
-
-
- G
-
-
- lbLowGreen
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlLowBattery
-
-
- 2
-
-
- True
-
-
- NoControl
-
-
- 6, 76
-
-
- 14, 13
-
-
- 160
-
-
- B
-
-
- lbLowBlue
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlLowBattery
-
-
- 3
-
-
- False
-
-
- NoControl
-
-
- 22, 26
-
-
- 100, 20
-
-
- 10
-
-
- tBLowRedBar
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlLowBattery
-
-
- 4
-
-
- False
-
-
- NoControl
-
-
- 22, 49
-
-
- 100, 20
-
-
- 11
-
-
- tBLowGreenBar
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlLowBattery
-
-
- 5
-
-
- False
-
-
- NoControl
-
-
- 22, 72
-
-
- 100, 20
-
-
- 12
-
-
- tBLowBlueBar
-
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlLowBattery
-
-
- 6
-
-
- True
-
-
- NoControl
-
-
- 7, 9
-
-
- 39, 13
-
-
- 225
-
-
- Empty:
-
-
- lbEmpty
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- pnlLowBattery
-
-
- 7
-
-
- cBFlashType
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel3
-
-
- 0
-
-
- btnFlashColor
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel3
-
-
- 1
-
-
- lbPercentFlashBar
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel3
-
-
- 2
-
-
- nUDflashLED
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel3
-
-
- 3
-
-
- 3, 109
-
-
- 254, 44
-
-
- 3
-
-
- panel3
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel1
-
-
- 1
-
-
- Flash at
-
-
- Pulse at
-
-
- 10, 10
-
-
- 68, 21
-
-
- 244
-
-
- cBFlashType
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel3
-
-
- 0
-
-
- Zoom
-
-
- Flat
-
-
- NoControl
-
-
- 152, 14
-
-
- 13, 13
-
-
- 241
-
-
- btnFlashColor
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel3
-
-
- 1
-
-
- True
-
-
- NoControl
-
-
- 133, 14
-
-
- 15, 13
-
-
- 243
-
-
- %
-
-
- lbPercentFlashBar
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel3
-
-
- 2
-
-
- 84, 11
-
-
- 43, 20
-
-
- 242
-
-
- nUDflashLED
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel3
-
-
- 3
-
-
- cBWhileCharging
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel4
-
-
- 0
-
-
- btnChargingColor
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel4
-
-
- 1
-
-
- lbWhileCharging
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel4
-
-
- 2
-
-
- 3, 159
-
-
- 282, 38
-
-
- 4
-
-
- panel4
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel1
-
-
- 2
-
-
- Normal
-
-
- Pulse
-
-
- Rainbow
-
-
- Color
-
-
- 96, 11
-
-
- 121, 21
-
-
- 242
-
-
- cBWhileCharging
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel4
-
-
- 0
-
-
- Flat
-
-
- NoControl
-
-
- 223, 13
-
-
- 13, 13
-
-
- 240
-
-
- False
-
-
- btnChargingColor
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel4
-
-
- 1
-
-
- True
-
-
- NoControl
-
-
- 10, 12
-
-
- 82, 13
-
-
- 241
-
-
- While Charging:
-
-
- lbWhileCharging
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel4
-
-
- 2
-
-
- btnRainbow
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel5
-
-
- 0
-
-
- lbRainbowB
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel5
-
-
- 1
-
-
- nUDRainbowB
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel5
-
-
- 2
-
-
- nUDRainbow
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel5
-
-
- 3
-
-
- lbspc
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel5
-
-
- 4
-
-
- 3, 226
-
-
- 282, 45
-
-
- 163
-
-
- panel5
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel1
-
-
- 4
-
-
- NoControl
-
-
- 5, 8
-
-
- 2, 2, 2, 2
-
-
- 20, 20
-
-
- 248
-
-
- btnRainbow
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel5
-
-
- 0
-
-
- True
-
-
- NoControl
-
-
- 199, 13
-
-
- 15, 13
-
-
- 246
-
-
- %
-
-
- False
-
-
- lbRainbowB
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel5
-
-
- 1
-
-
- 150, 8
-
-
- 43, 20
-
-
- 247
-
-
- False
-
-
- nUDRainbowB
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel5
-
-
- 2
-
-
- 29, 9
-
-
- 39, 20
-
-
- 245
-
-
- nUDRainbow
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel5
-
-
- 3
-
-
- True
-
-
- NoControl
-
-
- 71, 12
-
-
- 59, 13
-
-
- 244
-
-
- secs/cycle
-
-
- lbspc
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel5
-
-
- 4
-
-
- True
-
-
- groupBox1
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel3
-
-
- 0
-
-
- groupBox2
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel3
-
-
- 1
-
-
- groupBox3
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel3
-
-
- 2
-
-
- groupBox4
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel3
-
-
- 3
-
-
- groupBox5
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel3
-
-
- 4
-
-
- Fill
-
-
- TopDown
-
-
- 3, 3
-
-
- 551, 479
-
-
- 0
-
-
- False
-
-
- flowLayoutPanel3
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tabAxis
-
-
- 0
-
-
- tBCustomOutputCurve
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox1
-
-
- 0
-
-
- lbCurveEditorURL
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox1
-
-
- 1
-
-
- nUDLSS
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox1
-
-
- 2
-
-
- label69
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox1
-
-
- 3
-
-
- label46
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox1
-
-
- 4
-
-
- RoundnessNUpDown
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox1
-
-
- 5
-
-
- lsSquStickCk
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox1
-
-
- 6
-
-
- nUDLSRotation
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox1
-
-
- 7
-
-
- label45
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox1
-
-
- 8
-
-
- nUDLSCurve
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox1
-
-
- 9
-
-
- lbLSCurvePercent
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox1
-
-
- 10
-
-
- label44
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox1
-
-
- 11
-
-
- lsOutCurveComboBox
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox1
-
-
- 12
-
-
- label43
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox1
-
-
- 13
-
-
- nUDLSAntiDead
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox1
-
-
- 14
-
-
- label42
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox1
-
-
- 15
-
-
- nUDLSMaxZone
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox1
-
-
- 16
-
-
- label41
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox1
-
-
- 17
-
-
- nUDLS
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox1
-
-
- 18
-
-
- label40
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox1
-
-
- 19
-
-
- 3, 3
-
-
- 467, 278
-
-
- 0
-
-
- LS
-
-
- groupBox1
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel3
-
-
- 0
-
-
- 166, 141
-
-
- 149, 20
-
-
- 225
-
-
- 0.00, 0.00, 1.00, 1.00
-
-
- tBCustomOutputCurve
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox1
-
-
- 0
-
-
- True
-
-
- NoControl
-
-
- 338, 145
-
-
- 101, 13
-
-
- 224
-
-
- Custom curve editor
-
-
- lbCurveEditorURL
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox1
-
-
- 1
-
-
- 92, 109
-
-
- No
-
-
- 40, 20
-
-
- 223
-
-
- nUDLSS
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox1
-
-
- 2
-
-
- True
-
-
- 13, 104
-
-
- 57, 13
-
-
- 222
-
-
- Sensitivity:
-
-
- label69
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox1
-
-
- 3
-
-
- True
-
-
- NoControl
-
-
- 111, 183
-
-
- 61, 13
-
-
- 221
-
-
- Roundness
-
-
- label46
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox1
-
-
- 4
-
-
- 190, 181
-
-
- 36, 20
-
-
- 220
-
-
- RoundnessNUpDown
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox1
-
-
- 5
-
-
- NoControl
-
-
- 12, 179
-
-
- No
-
-
- 111, 24
-
-
- 219
-
-
- Square Stick
-
-
- lsSquStickCk
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox1
-
-
- 6
-
-
- 88, 248
-
-
- 68, 20
-
-
- 218
-
-
- nUDLSRotation
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox1
-
-
- 7
-
-
- True
-
-
- 16, 250
-
-
- 50, 13
-
-
- 214
-
-
- Rotation:
-
-
- label45
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox1
-
-
- 8
-
-
- 89, 218
-
-
- No
-
-
- 49, 20
-
-
- 213
-
-
- nUDLSCurve
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox1
-
-
- 9
-
-
- True
-
-
- NoControl
-
-
- 144, 220
-
-
- 15, 13
-
-
- 212
-
-
- %
-
-
- lbLSCurvePercent
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox1
-
-
- 10
-
-
- True
-
-
- 10, 217
-
-
- 71, 13
-
-
- 211
-
-
- Curve (Input):
-
-
- label44
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox1
-
-
- 11
-
-
- Linear
-
-
- Enhanced Precision
-
-
- Quadratic
-
-
- Cubic
-
-
- Easeout Quad
-
-
- Easeout Cubic
-
-
- Custom
-
-
- 96, 141
-
-
- 46, 21
-
-
- 210
-
-
- lsOutCurveComboBox
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox1
-
-
- 12
-
-
- True
-
-
- 13, 141
-
-
- 73, 13
-
-
- 209
-
-
- Output Curve:
-
-
- label43
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox1
-
-
- 13
-
-
- 105, 76
-
-
- 42, 20
-
-
- 208
-
-
- nUDLSAntiDead
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox1
-
-
- 14
-
-
- True
-
-
- 13, 76
-
-
- 83, 13
-
-
- 207
-
-
- Anti-dead Zone:
-
-
- label42
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox1
-
-
- 15
-
-
- 105, 45
-
-
- 40, 20
-
-
- 206
-
-
- nUDLSMaxZone
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox1
-
-
- 16
-
-
- True
-
-
- 13, 47
-
-
- 58, 13
-
-
- 205
-
-
- Max Zone:
-
-
- label41
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox1
-
-
- 17
-
-
- 105, 18
-
-
- No
-
-
- 40, 20
-
-
- 204
-
-
- nUDLS
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox1
-
-
- 18
-
-
- True
-
-
- 13, 20
-
-
- 64, 13
-
-
- 0
-
-
- Dead Zone:
-
-
- label40
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox1
-
-
- 19
-
-
- nUDRSS
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox2
-
-
- 0
-
-
- label70
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox2
-
-
- 1
-
-
- rsOutCurveComboBox
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox2
-
-
- 2
-
-
- nUDRSRotation
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox2
-
-
- 3
-
-
- label52
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox2
-
-
- 4
-
-
- lbRSCurvePercent
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox2
-
-
- 5
-
-
- nUDRSCurve
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox2
-
-
- 6
-
-
- label51
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox2
-
-
- 7
-
-
- rsSquStickCk
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox2
-
-
- 8
-
-
- numericUpDown1
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox2
-
-
- 9
-
-
- label28
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox2
-
-
- 10
-
-
- label50
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox2
-
-
- 11
-
-
- nUDRSAntiDead
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox2
-
-
- 12
-
-
- label49
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox2
-
-
- 13
-
-
- nUDRSMaxZone
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox2
-
-
- 14
-
-
- label48
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox2
-
-
- 15
-
-
- nUDRS
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox2
-
-
- 16
-
-
- label47
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox2
-
-
- 17
-
-
- 3, 287
-
-
- 467, 283
-
-
- 1
-
-
- RS
-
-
- groupBox2
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel3
-
-
- 1
-
-
- 96, 117
-
-
- No
-
-
- 40, 20
-
-
- 230
-
-
- nUDRSS
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox2
-
-
- 0
-
-
- True
-
-
- NoControl
-
-
- 9, 119
-
-
- 57, 13
-
-
- 229
-
-
- Sensitivity:
-
-
- label70
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox2
-
-
- 1
-
-
- Linear
-
-
- Enhanced Precison
-
-
- Quadratic
-
-
- Cubic
-
-
- Easeout Quad
-
-
- Easeout Cubic
-
-
- Custom
-
-
- 101, 152
-
-
- 49, 21
-
-
- 228
-
-
- rsOutCurveComboBox
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox2
-
-
- 2
-
-
- 88, 257
-
-
- 74, 20
-
-
- 227
-
-
- nUDRSRotation
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox2
-
-
- 3
-
-
- True
-
-
- NoControl
-
-
- 5, 259
-
-
- 50, 13
-
-
- 226
-
-
- Rotation:
-
-
- label52
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox2
-
-
- 4
-
-
- True
-
-
- NoControl
-
-
- 163, 222
-
-
- 15, 13
-
-
- 225
-
-
- %
-
-
- lbRSCurvePercent
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox2
-
-
- 5
-
-
- 95, 220
-
-
- No
-
-
- 49, 20
-
-
- 224
-
-
- nUDRSCurve
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox2
-
-
- 6
-
-
- True
-
-
- NoControl
-
-
- 5, 220
-
-
- 71, 13
-
-
- 223
-
-
- Curve (Input):
-
-
- label51
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox2
-
-
- 7
-
-
- NoControl
-
-
- 8, 185
-
-
- No
-
-
- 103, 24
-
-
- 222
-
-
- Square Stick
-
-
- rsSquStickCk
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox2
-
-
- 8
-
-
- 196, 188
-
-
- 36, 20
-
-
- 221
-
-
- numericUpDown1
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox2
-
-
- 9
-
-
- True
-
-
- NoControl
-
-
- 117, 190
-
-
- 61, 13
-
-
- 213
-
-
- Roundness
-
-
- label28
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox2
-
-
- 10
-
-
- True
-
-
- NoControl
-
-
- 8, 155
-
-
- 73, 13
-
-
- 210
-
-
- Output Curve:
-
-
- label50
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox2
-
-
- 11
-
-
- 99, 82
-
-
- 43, 20
-
-
- 209
-
-
- nUDRSAntiDead
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox2
-
-
- 12
-
-
- True
-
-
- NoControl
-
-
- 6, 84
-
-
- 83, 13
-
-
- 208
-
-
- Anti-dead Zone:
-
-
- label49
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox2
-
-
- 13
-
-
- 102, 49
-
-
- 40, 20
-
-
- 207
-
-
- nUDRSMaxZone
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox2
-
-
- 14
-
-
- True
-
-
- NoControl
-
-
- 6, 51
-
-
- 58, 13
-
-
- 206
-
-
- Max Zone:
-
-
- label48
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox2
-
-
- 15
-
-
- 99, 21
-
-
- No
-
-
- 40, 20
-
-
- 204
-
-
- nUDRS
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox2
-
-
- 16
-
-
- True
-
-
- NoControl
-
-
- 6, 23
-
-
- 64, 13
-
-
- 1
-
-
- Dead Zone:
-
-
- label47
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox2
-
-
- 17
-
-
- nUDL2S
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox3
-
-
- 0
-
-
- label71
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox3
-
-
- 1
-
-
- cBL2OutputCurve
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox3
-
-
- 2
-
-
- nUDL2AntiDead
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox3
-
-
- 3
-
-
- nUDL2Maxzone
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox3
-
-
- 4
-
-
- nUDL2
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox3
-
-
- 5
-
-
- label54
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox3
-
-
- 6
-
-
- label55
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox3
-
-
- 7
-
-
- label56
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox3
-
-
- 8
-
-
- label57
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox3
-
-
- 9
-
-
- 3, 576
-
-
- 217, 188
-
-
- 2
-
-
- L2
-
-
- groupBox3
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel3
-
-
- 2
-
-
- 118, 110
-
-
- No
-
-
- 40, 20
-
-
- 231
-
-
- nUDL2S
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox3
-
-
- 0
-
-
- True
-
-
- NoControl
-
-
- 15, 117
-
-
- 57, 13
-
-
- 230
-
-
- Sensitivity:
-
-
- label71
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox3
-
-
- 1
-
-
- Linear
-
-
- Enhanced Precison
-
-
- Quadratic
-
-
- Cubic
-
-
- Easeout Quad
-
-
- Easeout Cubic
-
-
- Custom
-
-
- 112, 145
-
-
- 46, 21
-
-
- 220
-
-
- cBL2OutputCurve
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox3
-
-
- 2
-
-
- 117, 77
-
-
- 42, 20
-
-
- 219
-
-
- nUDL2AntiDead
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox3
-
-
- 3
-
-
- 118, 50
-
-
- 41, 20
-
-
- 218
-
-
- nUDL2Maxzone
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox3
-
-
- 4
-
-
- 120, 21
-
-
- No
-
-
- 40, 20
-
-
- 217
-
-
- nUDL2
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox3
-
-
- 5
-
-
- True
-
-
- NoControl
-
-
- 14, 145
-
-
- 73, 13
-
-
- 215
-
-
- Output Curve:
-
-
- label54
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox3
-
-
- 6
-
-
- True
-
-
- NoControl
-
-
- 15, 79
-
-
- 83, 13
-
-
- 214
-
-
- Anti-dead Zone:
-
-
- label55
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox3
-
-
- 7
-
-
- True
-
-
- NoControl
-
-
- 15, 50
-
-
- 58, 13
-
-
- 213
-
-
- Max Zone:
-
-
- label56
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox3
-
-
- 8
-
-
- True
-
-
- NoControl
-
-
- 15, 23
-
-
- 64, 13
-
-
- 212
-
-
- Dead Zone:
-
-
- label57
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox3
-
-
- 9
-
-
- nUDR2S
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox4
-
-
- 0
-
-
- label72
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox4
-
-
- 1
-
-
- cBR2OutputCurve
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox4
-
-
- 2
-
-
- nUDR2AntiDead
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox4
-
-
- 3
-
-
- nUDR2Maxzone
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox4
-
-
- 4
-
-
- nUDR2
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox4
-
-
- 5
-
-
- label53
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox4
-
-
- 6
-
-
- label58
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox4
-
-
- 7
-
-
- label59
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox4
-
-
- 8
-
-
- label60
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox4
-
-
- 9
-
-
- 3, 770
-
-
- 217, 188
-
-
- 3
-
-
- R2
-
-
- groupBox4
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel3
-
-
- 3
-
-
- 107, 113
-
-
- 40, 20
-
-
- 232
-
-
- nUDR2S
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox4
-
-
- 0
-
-
- True
-
-
- NoControl
-
-
- 16, 116
-
-
- 57, 13
-
-
- 231
-
-
- Sensitivity:
-
-
- label72
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox4
-
-
- 1
-
-
- Linear
-
-
- Enhanced Precison
-
-
- Quadratic
-
-
- Cubic
-
-
- Easeout Quad
-
-
- Easeout Cubic
-
-
- Custom
-
-
- 101, 149
-
-
- 49, 21
-
-
- 223
-
-
- cBR2OutputCurve
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox4
-
-
- 2
-
-
- 105, 81
-
-
- 44, 20
-
-
- 222
-
-
- nUDR2AntiDead
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox4
-
-
- 3
-
-
- 97, 50
-
-
- 40, 20
-
-
- 221
-
-
- nUDR2Maxzone
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox4
-
-
- 4
-
-
- 97, 20
-
-
- 40, 20
-
-
- 220
-
-
- nUDR2
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox4
-
-
- 5
-
-
- True
-
-
- NoControl
-
-
- 17, 147
-
-
- 73, 13
-
-
- 219
-
-
- Output Curve:
-
-
- label53
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox4
-
-
- 6
-
-
- True
-
-
- NoControl
-
-
- 14, 79
-
-
- 83, 13
-
-
- 218
-
-
- Anti-dead Zone:
-
-
- label58
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox4
-
-
- 7
-
-
- True
-
-
- NoControl
-
-
- 14, 50
-
-
- 58, 13
-
-
- 217
-
-
- Max Zone:
-
-
- label59
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox4
-
-
- 8
-
-
- True
-
-
- NoControl
-
-
- 14, 23
-
-
- 64, 13
-
-
- 216
-
-
- Dead Zone:
-
-
- label60
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox4
-
-
- 9
-
-
- nUDSZS
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox5
-
-
- 0
-
-
- nUDSXS
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox5
-
-
- 1
-
-
- label74
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox5
-
-
- 2
-
-
- label73
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox5
-
-
- 3
-
-
- cBSixaxisZOutputCurve
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox5
-
-
- 4
-
-
- label68
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox5
-
-
- 5
-
-
- cBSixaxisXOutputCurve
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox5
-
-
- 6
-
-
- label67
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox5
-
-
- 7
-
-
- nUDSixaxisZAntiDead
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox5
-
-
- 8
-
-
- label66
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox5
-
-
- 9
-
-
- nUDSixaxisXAntiDead
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox5
-
-
- 10
-
-
- label65
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox5
-
-
- 11
-
-
- nUDSixAxisZMaxZone
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox5
-
-
- 12
-
-
- label64
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox5
-
-
- 13
-
-
- nUDSixAxisXMaxZone
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox5
-
-
- 14
-
-
- label63
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox5
-
-
- 15
-
-
- nUDSZ
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox5
-
-
- 16
-
-
- label62
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox5
-
-
- 17
-
-
- nUDSX
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox5
-
-
- 18
-
-
- label61
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox5
-
-
- 19
-
-
- 3, 964
-
-
- 200, 373
-
-
- 4
-
-
- SixAxis
-
-
- groupBox5
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel3
-
-
- 4
-
-
- 126, 264
-
-
- No
-
-
- 40, 20
-
-
- 236
-
-
- nUDSZS
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox5
-
-
- 0
-
-
- 126, 231
-
-
- 40, 20
-
-
- 235
-
-
- nUDSXS
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox5
-
-
- 1
-
-
- True
-
-
- NoControl
-
-
- 16, 266
-
-
- 67, 13
-
-
- 234
-
-
- Sensitivity Z:
-
-
- label74
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox5
-
-
- 2
-
-
- True
-
-
- NoControl
-
-
- 17, 233
-
-
- 67, 13
-
-
- 233
-
-
- Sensitivity X:
-
-
- label73
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox5
-
-
- 3
-
-
- Linear
-
-
- Enhanced Precison
-
-
- Quadratic
-
-
- Cubic
-
-
- Easeout Quad
-
-
- Easeout Cubic
-
-
- Custom
-
-
- 118, 334
-
-
- 40, 21
-
-
- 232
-
-
- cBSixaxisZOutputCurve
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox5
-
-
- 4
-
-
- True
-
-
- NoControl
-
-
- 17, 334
-
-
- 83, 13
-
-
- 231
-
-
- Output Curve Z:
-
-
- label68
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox5
-
-
- 5
-
-
- Linear
-
-
- Enhanced Precison
-
-
- Quadratic
-
-
- Cubic
-
-
- Easeout Quad
-
-
- Easeout Cubic
-
-
- Custom
-
-
- 118, 302
-
-
- 40, 21
-
-
- 230
-
-
- cBSixaxisXOutputCurve
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox5
-
-
- 6
-
-
- True
-
-
- NoControl
-
-
- 16, 305
-
-
- 83, 13
-
-
- 229
-
-
- Output Curve X:
-
-
- label67
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox5
-
-
- 7
-
-
- 120, 195
-
-
- 47, 20
-
-
- 228
-
-
- nUDSixaxisZAntiDead
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox5
-
-
- 8
-
-
- True
-
-
- NoControl
-
-
- 15, 197
-
-
- 93, 13
-
-
- 227
-
-
- Anti-dead Zone Z:
-
-
- label66
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox5
-
-
- 9
-
-
- 120, 163
-
-
- 46, 20
-
-
- 226
-
-
- nUDSixaxisXAntiDead
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox5
-
-
- 10
-
-
- True
-
-
- NoControl
-
-
- 16, 164
-
-
- 93, 13
-
-
- 225
-
-
- Anti-dead Zone X:
-
-
- label65
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox5
-
-
- 11
-
-
- 103, 126
-
-
- 40, 20
-
-
- 224
-
-
- nUDSixAxisZMaxZone
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox5
-
-
- 12
-
-
- True
-
-
- NoControl
-
-
- 16, 126
-
-
- 68, 13
-
-
- 223
-
-
- Max Zone Z:
-
-
- label64
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox5
-
-
- 13
-
-
- 104, 92
-
-
- 41, 20
-
-
- 222
-
-
- nUDSixAxisXMaxZone
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox5
-
-
- 14
-
-
- True
-
-
- NoControl
-
-
- 15, 94
-
-
- 68, 13
-
-
- 221
-
-
- Max Zone X:
-
-
- label63
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox5
-
-
- 15
-
-
- 105, 56
-
-
- No
-
-
- 40, 20
-
-
- 220
-
-
- nUDSZ
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox5
-
-
- 16
-
-
- True
-
-
- NoControl
-
-
- 16, 58
-
-
- 74, 13
-
-
- 219
-
-
- Dead Zone Z:
-
-
- label62
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox5
-
-
- 17
-
-
- 105, 24
-
-
- 40, 20
-
-
- 218
-
-
- nUDSX
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox5
-
-
- 18
-
-
- True
-
-
- NoControl
-
-
- 14, 24
-
-
- 74, 13
-
-
- 217
-
-
- Dead Zone X:
-
-
- label61
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox5
-
-
- 19
-
-
- True
-
-
- NoControl
-
-
- 4, 9
-
-
- 72, 13
-
-
- 263
-
-
- Output Mode:
-
-
- label34
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel6
-
-
- 0
-
-
- Controls
-
-
- Mouse
-
-
- Mouse Joystick
-
-
- 101, 7
-
-
- 121, 21
-
-
- 262
-
-
- gyroOutputMode
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel6
-
-
- 1
-
NoControl
@@ -12198,6 +9114,27 @@
12
+
+ 3, 258
+
+
+ 271, 199
+
+
+ 262
+
+
+ fLPTiltControls
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel2
+
+
+ 2
+
True
@@ -12840,242 +9777,86 @@
21
-
- True
+
+ 2, 462
-
- gBRumble
+
+ 2, 2, 2, 2
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 263, 222
-
- flowLayoutPanel4
+
+ 263
-
- 0
+
+ pnlSAMouse
-
- panel7
-
-
+
System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- flowLayoutPanel4
+
+ flowLayoutPanel2
-
- 1
-
-
- panel8
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel4
-
-
- 2
-
-
- cBMouseAccel
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel4
-
-
+
3
-
- enableTouchToggleCheckbox
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel4
-
-
- 4
-
-
- panel9
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel4
-
-
- 5
-
-
- cBDinput
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel4
-
-
- 6
-
-
- cBFlushHIDQueue
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel4
-
-
- 7
-
-
- panel10
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel4
-
-
- 8
-
-
- panel11
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel4
-
-
- 9
-
-
- panel12
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel4
-
-
- 10
-
-
+
Fill
-
+
TopDown
-
- 3, 3
+
+ 0, 0
-
- 551, 479
+
+ 557, 485
-
+
0
-
+
False
-
- flowLayoutPanel4
+
+ flowLayoutPanel2
-
+
System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- tabOther
+
+ tabGyro
-
+
0
-
- lbPercentRumble
+
+ 4, 22
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 557, 485
-
- gBRumble
-
-
+
0
-
- btnRumbleLightTest
+
+ Gyro
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ tabGyro
-
- gBRumble
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 1
+
+ tabControl1
-
- btnRumbleHeavyTest
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBRumble
-
-
+
2
-
- nUDRumbleBoost
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gBRumble
-
-
- 3
-
-
- 3, 3
-
-
- 272, 46
-
-
- 248
-
-
- Rumble
-
-
- gBRumble
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel4
-
-
- 0
+
+ True
True
@@ -13182,62 +9963,29 @@
3
-
- lbUseController
+
+ 3, 3
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 272, 46
-
- panel7
+
+ 248
-
- 0
+
+ Rumble
-
- nUDSixaxis
+
+ gBRumble
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- panel7
-
-
- 1
-
-
- cBControllerInput
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel7
-
-
- 2
-
-
- 3, 55
-
-
- 302, 21
-
-
- 249
-
-
- panel7
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
+
flowLayoutPanel4
-
- 1
+
+ 0
True
@@ -13323,50 +10071,26 @@
2
-
- lbButtonMouseSens
+
+ 3, 55
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 302, 21
-
- panel8
+
+ 249
-
- 0
+
+ panel7
-
- numUDMouseSens
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel8
-
-
- 1
-
-
- 3, 82
-
-
- 200, 21
-
-
- 250
-
-
- panel8
-
-
+
System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
flowLayoutPanel4
-
- 2
+
+ 1
True
@@ -13419,6 +10143,27 @@
1
+
+ 3, 82
+
+
+ 200, 21
+
+
+ 250
+
+
+ panel8
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel4
+
+
+ 2
+
True
@@ -13491,63 +10236,6 @@
4
-
- pBProgram
-
-
- System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel9
-
-
- 0
-
-
- cBLaunchProgram
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel9
-
-
- 1
-
-
- btnBrowse
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel9
-
-
- 2
-
-
- 3, 155
-
-
- 335, 34
-
-
- 259
-
-
- panel9
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel4
-
-
- 5
-
NoControl
@@ -13644,6 +10332,27 @@
2
+
+ 3, 155
+
+
+ 335, 34
+
+
+ 259
+
+
+ panel9
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel4
+
+
+ 5
+
True
@@ -13719,63 +10428,6 @@
7
-
- nUDIdleDisconnect
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel10
-
-
- 0
-
-
- cBIdleDisconnect
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel10
-
-
- 1
-
-
- lbIdleMinutes
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel10
-
-
- 2
-
-
- 3, 241
-
-
- 335, 32
-
-
- 262
-
-
- panel10
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel4
-
-
- 8
-
119, 2
@@ -13863,50 +10515,26 @@
2
-
- btPollRateLabel
+
+ 3, 241
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 335, 32
-
- panel11
+
+ 262
-
- 0
+
+ panel10
-
- btPollRateComboBox
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel11
-
-
- 1
-
-
- 3, 279
-
-
- 335, 38
-
-
- 263
-
-
- panel11
-
-
+
System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
flowLayoutPanel4
-
- 9
+
+ 8
True
@@ -14010,50 +10638,26 @@
1
-
- OutContTypeCb
+
+ 3, 279
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel12
-
-
- 0
-
-
- outcontLb
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel12
-
-
- 1
-
-
- 3, 323
-
-
+
335, 38
-
- 264
+
+ 263
-
- panel12
+
+ panel11
-
+
System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
flowLayoutPanel4
-
- 10
+
+ 9
Xbox 360
@@ -14112,6 +10716,108 @@
1
+
+ 3, 323
+
+
+ 335, 38
+
+
+ 264
+
+
+ panel12
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel4
+
+
+ 10
+
+
+ Fill
+
+
+ TopDown
+
+
+ 3, 3
+
+
+ 551, 479
+
+
+ 0
+
+
+ False
+
+
+ flowLayoutPanel4
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tabOther
+
+
+ 0
+
+
+ 4, 22
+
+
+ 3, 3, 3, 3
+
+
+ 557, 485
+
+
+ 2
+
+
+ Other
+
+
+ tabOther
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tabControl1
+
+
+ 3
+
+
+ Fill
+
+
+ 446, 0
+
+
+ 565, 511
+
+
+ 0
+
+
+ tabControl1
+
+
+ System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ $this
+
+
+ 3
+
True