cemu-DS4Windows/DS4Tool/Options.Designer.cs
jays2kings c443be85a7 Major revamp all around:
Profile system; Megred options/mapping; Button mode and Standard Mode; removed other touchpad modes; allow 360 controls on touchpad points;
Minor Changes: Color picker for light bar is more accurate, added keyboard popup for mapping, PS+Touching pad toggles sliding, added more mouse buttons + media keys

Signed-off-by: jays2kings <jays2kings@gmail.com>
2014-04-27 15:32:09 -04:00

1871 lines
105 KiB
C#
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace ScpServer
{
partial class Options
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.BlueLabel = new System.Windows.Forms.Label();
this.GreenLabel = new System.Windows.Forms.Label();
this.RedLabel = new System.Windows.Forms.Label();
this.blueBar = new System.Windows.Forms.TrackBar();
this.greenBar = new System.Windows.Forms.TrackBar();
this.redBar = new System.Windows.Forms.TrackBar();
this.blueValLabel = new System.Windows.Forms.Label();
this.greenValLabel = new System.Windows.Forms.Label();
this.redValLabel = new System.Windows.Forms.Label();
this.rumbleBoostMotorValLabel = new System.Windows.Forms.Label();
this.leftMotorValLabel = new System.Windows.Forms.Label();
this.rightMotorValLabel = new System.Windows.Forms.Label();
this.rightMotorLabel = new System.Windows.Forms.Label();
this.leftMotorLabel = new System.Windows.Forms.Label();
this.rumbleBoostLabel = new System.Windows.Forms.Label();
this.rightMotorBar = new System.Windows.Forms.TrackBar();
this.leftMotorBar = new System.Windows.Forms.TrackBar();
this.rumbleBoostBar = new System.Windows.Forms.TrackBar();
this.rumbleLabel = new System.Windows.Forms.Label();
this.colorLabel = new System.Windows.Forms.Label();
this.saveButton = new System.Windows.Forms.Button();
this.batteryLed = new System.Windows.Forms.CheckBox();
this.flashLed = new System.Windows.Forms.CheckBox();
this.cBlowerRCOn = new System.Windows.Forms.CheckBox();
this.lowRedValLabel = new System.Windows.Forms.Label();
this.lowGreenValLabel = new System.Windows.Forms.Label();
this.lowBlueValLabel = new System.Windows.Forms.Label();
this.fullColorLabel = new System.Windows.Forms.Label();
this.lowColorLabel = new System.Windows.Forms.Label();
this.lowLedCheckBox = new System.Windows.Forms.CheckBox();
this.lowLedPanel = new System.Windows.Forms.Panel();
this.lowColorChooserButton = new System.Windows.Forms.Button();
this.fullLedPanel = new System.Windows.Forms.Panel();
this.colorChooserButton = new System.Windows.Forms.Button();
this.label11 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.rightTriggerMiddlePoint = new System.Windows.Forms.TextBox();
this.leftTriggerMiddlePoint = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.cbSixaxis = new System.Windows.Forms.CheckBox();
this.flushHIDQueue = new System.Windows.Forms.CheckBox();
this.touchpadJitterCompensation = new System.Windows.Forms.CheckBox();
this.tabOptions = new System.Windows.Forms.TabControl();
this.tabControls = new System.Windows.Forms.TabPage();
this.pBController = new System.Windows.Forms.PictureBox();
this.label1 = new System.Windows.Forms.Label();
this.btnRightStick = new System.Windows.Forms.Button();
this.btnLightbar = new System.Windows.Forms.Button();
this.btnTouchtab = new System.Windows.Forms.Button();
this.btnLeftStick = new System.Windows.Forms.Button();
this.bnL2 = new System.Windows.Forms.Button();
this.bnR2 = new System.Windows.Forms.Button();
this.bnL1 = new System.Windows.Forms.Button();
this.bnPS = new System.Windows.Forms.Button();
this.bnShare = new System.Windows.Forms.Button();
this.bnOptions = new System.Windows.Forms.Button();
this.bnLeft = new System.Windows.Forms.Button();
this.bnRight = new System.Windows.Forms.Button();
this.bnDown = new System.Windows.Forms.Button();
this.bnUp = new System.Windows.Forms.Button();
this.bnTriangle = new System.Windows.Forms.Button();
this.bnSquare = new System.Windows.Forms.Button();
this.bnCircle = new System.Windows.Forms.Button();
this.bnCross = new System.Windows.Forms.Button();
this.lBControls = new System.Windows.Forms.ListBox();
this.bnR1 = new System.Windows.Forms.Button();
this.tabAnalogSticks = new System.Windows.Forms.TabPage();
this.lBAnalogSticks = new System.Windows.Forms.ListBox();
this.pBSticks = new System.Windows.Forms.PictureBox();
this.bnRSDown = new System.Windows.Forms.Button();
this.bnRSUp = new System.Windows.Forms.Button();
this.bnRSRight = new System.Windows.Forms.Button();
this.bnRSLeft = new System.Windows.Forms.Button();
this.bnR3 = new System.Windows.Forms.Button();
this.bnLSDown = new System.Windows.Forms.Button();
this.bnLSRight = new System.Windows.Forms.Button();
this.bnLSLeft = new System.Windows.Forms.Button();
this.bnLSUp = new System.Windows.Forms.Button();
this.bnL3 = new System.Windows.Forms.Button();
this.tabTouchPad = new System.Windows.Forms.TabPage();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.cBScroll = new System.Windows.Forms.CheckBox();
this.cBSlide = new System.Windows.Forms.CheckBox();
this.lBTouchControls = new System.Windows.Forms.ListBox();
this.cBTap = new System.Windows.Forms.CheckBox();
this.numUDTap = new System.Windows.Forms.NumericUpDown();
this.numUDScroll = new System.Windows.Forms.NumericUpDown();
this.numUDTouch = new System.Windows.Forms.NumericUpDown();
this.bnTouchUpper = new System.Windows.Forms.Button();
this.bnTouchMulti = new System.Windows.Forms.Button();
this.bnTouchRight = new System.Windows.Forms.Button();
this.bnTouchLeft = new System.Windows.Forms.Button();
this.tabLightBar = new System.Windows.Forms.TabPage();
this.tabRumble = new System.Windows.Forms.TabPage();
this.rumbleSwap = new System.Windows.Forms.CheckBox();
this.tabOther = new System.Windows.Forms.TabPage();
this.idleDisconnectTimeout = new System.Windows.Forms.NumericUpDown();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.tBProfile = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.advColorDialog = new ScpServer.AdvancedColorDialog();
((System.ComponentModel.ISupportInitialize)(this.blueBar)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.greenBar)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.redBar)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.rightMotorBar)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.leftMotorBar)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.rumbleBoostBar)).BeginInit();
this.lowLedPanel.SuspendLayout();
this.fullLedPanel.SuspendLayout();
this.tabOptions.SuspendLayout();
this.tabControls.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pBController)).BeginInit();
this.tabAnalogSticks.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pBSticks)).BeginInit();
this.tabTouchPad.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numUDTap)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numUDScroll)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numUDTouch)).BeginInit();
this.tabLightBar.SuspendLayout();
this.tabRumble.SuspendLayout();
this.tabOther.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.idleDisconnectTimeout)).BeginInit();
this.SuspendLayout();
//
// BlueLabel
//
this.BlueLabel.AutoSize = true;
this.BlueLabel.Location = new System.Drawing.Point(20, 101);
this.BlueLabel.Name = "BlueLabel";
this.BlueLabel.Size = new System.Drawing.Size(28, 13);
this.BlueLabel.TabIndex = 15;
this.BlueLabel.Text = "Blue";
//
// GreenLabel
//
this.GreenLabel.AutoSize = true;
this.GreenLabel.Location = new System.Drawing.Point(16, 70);
this.GreenLabel.Name = "GreenLabel";
this.GreenLabel.Size = new System.Drawing.Size(36, 13);
this.GreenLabel.TabIndex = 14;
this.GreenLabel.Text = "Green";
//
// RedLabel
//
this.RedLabel.AutoSize = true;
this.RedLabel.Location = new System.Drawing.Point(20, 41);
this.RedLabel.Name = "RedLabel";
this.RedLabel.Size = new System.Drawing.Size(27, 13);
this.RedLabel.TabIndex = 13;
this.RedLabel.Text = "Red";
//
// blueBar
//
this.blueBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.blueBar.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.blueBar.Location = new System.Drawing.Point(63, 100);
this.blueBar.Maximum = 255;
this.blueBar.Name = "blueBar";
this.blueBar.Size = new System.Drawing.Size(288, 45);
this.blueBar.TabIndex = 12;
this.blueBar.TickFrequency = 25;
this.blueBar.TickStyle = System.Windows.Forms.TickStyle.None;
this.blueBar.Value = 255;
this.blueBar.ValueChanged += new System.EventHandler(this.blueBar_ValueChanged);
//
// greenBar
//
this.greenBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.greenBar.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.greenBar.Location = new System.Drawing.Point(63, 70);
this.greenBar.Maximum = 255;
this.greenBar.Name = "greenBar";
this.greenBar.Size = new System.Drawing.Size(288, 45);
this.greenBar.TabIndex = 11;
this.greenBar.TickFrequency = 25;
this.greenBar.TickStyle = System.Windows.Forms.TickStyle.None;
this.greenBar.Value = 255;
this.greenBar.ValueChanged += new System.EventHandler(this.greenBar_ValueChanged);
//
// redBar
//
this.redBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.redBar.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.redBar.Location = new System.Drawing.Point(63, 40);
this.redBar.Maximum = 255;
this.redBar.Name = "redBar";
this.redBar.Size = new System.Drawing.Size(288, 45);
this.redBar.TabIndex = 10;
this.redBar.TickFrequency = 25;
this.redBar.TickStyle = System.Windows.Forms.TickStyle.None;
this.redBar.Value = 255;
this.redBar.ValueChanged += new System.EventHandler(this.redBar_ValueChanged);
//
// blueValLabel
//
this.blueValLabel.Location = new System.Drawing.Point(2, 59);
this.blueValLabel.Name = "blueValLabel";
this.blueValLabel.Size = new System.Drawing.Size(30, 13);
this.blueValLabel.TabIndex = 16;
this.blueValLabel.Text = "255";
this.blueValLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// greenValLabel
//
this.greenValLabel.Location = new System.Drawing.Point(2, 30);
this.greenValLabel.Name = "greenValLabel";
this.greenValLabel.Size = new System.Drawing.Size(30, 13);
this.greenValLabel.TabIndex = 17;
this.greenValLabel.Text = "255";
this.greenValLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// redValLabel
//
this.redValLabel.Location = new System.Drawing.Point(2, 1);
this.redValLabel.Name = "redValLabel";
this.redValLabel.Size = new System.Drawing.Size(30, 13);
this.redValLabel.TabIndex = 18;
this.redValLabel.Text = "255";
this.redValLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// rumbleBoostMotorValLabel
//
this.rumbleBoostMotorValLabel.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.rumbleBoostMotorValLabel.Location = new System.Drawing.Point(354, 43);
this.rumbleBoostMotorValLabel.Name = "rumbleBoostMotorValLabel";
this.rumbleBoostMotorValLabel.Size = new System.Drawing.Size(30, 13);
this.rumbleBoostMotorValLabel.TabIndex = 27;
this.rumbleBoostMotorValLabel.Text = "100";
this.rumbleBoostMotorValLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// leftMotorValLabel
//
this.leftMotorValLabel.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.leftMotorValLabel.Location = new System.Drawing.Point(354, 72);
this.leftMotorValLabel.Name = "leftMotorValLabel";
this.leftMotorValLabel.Size = new System.Drawing.Size(30, 13);
this.leftMotorValLabel.TabIndex = 26;
this.leftMotorValLabel.Text = "0";
this.leftMotorValLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// rightMotorValLabel
//
this.rightMotorValLabel.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.rightMotorValLabel.Location = new System.Drawing.Point(354, 103);
this.rightMotorValLabel.Name = "rightMotorValLabel";
this.rightMotorValLabel.Size = new System.Drawing.Size(30, 13);
this.rightMotorValLabel.TabIndex = 25;
this.rightMotorValLabel.Text = "0";
this.rightMotorValLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// rightMotorLabel
//
this.rightMotorLabel.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.rightMotorLabel.AutoSize = true;
this.rightMotorLabel.Location = new System.Drawing.Point(9, 108);
this.rightMotorLabel.Name = "rightMotorLabel";
this.rightMotorLabel.Size = new System.Drawing.Size(30, 13);
this.rightMotorLabel.TabIndex = 24;
this.rightMotorLabel.Text = "Light";
//
// leftMotorLabel
//
this.leftMotorLabel.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.leftMotorLabel.AutoSize = true;
this.leftMotorLabel.Location = new System.Drawing.Point(5, 77);
this.leftMotorLabel.Name = "leftMotorLabel";
this.leftMotorLabel.Size = new System.Drawing.Size(38, 13);
this.leftMotorLabel.TabIndex = 23;
this.leftMotorLabel.Text = "Heavy";
//
// rumbleBoostLabel
//
this.rumbleBoostLabel.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.rumbleBoostLabel.AutoSize = true;
this.rumbleBoostLabel.Location = new System.Drawing.Point(7, 48);
this.rumbleBoostLabel.Name = "rumbleBoostLabel";
this.rumbleBoostLabel.Size = new System.Drawing.Size(34, 13);
this.rumbleBoostLabel.TabIndex = 22;
this.rumbleBoostLabel.Text = "Boost";
//
// rightMotorBar
//
this.rightMotorBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.rightMotorBar.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.rightMotorBar.Location = new System.Drawing.Point(63, 100);
this.rightMotorBar.Maximum = 255;
this.rightMotorBar.Name = "rightMotorBar";
this.rightMotorBar.Size = new System.Drawing.Size(288, 45);
this.rightMotorBar.TabIndex = 21;
this.rightMotorBar.TickFrequency = 25;
this.rightMotorBar.TickStyle = System.Windows.Forms.TickStyle.None;
this.rightMotorBar.ValueChanged += new System.EventHandler(this.rightMotorBar_ValueChanged);
//
// leftMotorBar
//
this.leftMotorBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.leftMotorBar.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.leftMotorBar.Location = new System.Drawing.Point(63, 70);
this.leftMotorBar.Maximum = 255;
this.leftMotorBar.Name = "leftMotorBar";
this.leftMotorBar.Size = new System.Drawing.Size(288, 45);
this.leftMotorBar.TabIndex = 20;
this.leftMotorBar.TickFrequency = 25;
this.leftMotorBar.TickStyle = System.Windows.Forms.TickStyle.None;
this.leftMotorBar.ValueChanged += new System.EventHandler(this.leftMotorBar_ValueChanged);
//
// rumbleBoostBar
//
this.rumbleBoostBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.rumbleBoostBar.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.rumbleBoostBar.Location = new System.Drawing.Point(63, 40);
this.rumbleBoostBar.Maximum = 200;
this.rumbleBoostBar.Name = "rumbleBoostBar";
this.rumbleBoostBar.Size = new System.Drawing.Size(288, 45);
this.rumbleBoostBar.TabIndex = 19;
this.rumbleBoostBar.TickFrequency = 25;
this.rumbleBoostBar.TickStyle = System.Windows.Forms.TickStyle.None;
this.rumbleBoostBar.Value = 100;
this.rumbleBoostBar.ValueChanged += new System.EventHandler(this.rumbleBoostBar_ValueChanged);
//
// rumbleLabel
//
this.rumbleLabel.AutoSize = true;
this.rumbleLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.rumbleLabel.Location = new System.Drawing.Point(3, 23);
this.rumbleLabel.Name = "rumbleLabel";
this.rumbleLabel.Size = new System.Drawing.Size(44, 13);
this.rumbleLabel.TabIndex = 28;
this.rumbleLabel.Text = "Levels";
//
// colorLabel
//
this.colorLabel.AutoSize = true;
this.colorLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.colorLabel.Location = new System.Drawing.Point(16, 20);
this.colorLabel.Name = "colorLabel";
this.colorLabel.Size = new System.Drawing.Size(36, 13);
this.colorLabel.TabIndex = 29;
this.colorLabel.Text = "Color";
//
// saveButton
//
this.saveButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.saveButton.Location = new System.Drawing.Point(364, 214);
this.saveButton.Name = "saveButton";
this.saveButton.Size = new System.Drawing.Size(78, 23);
this.saveButton.TabIndex = 32;
this.saveButton.Text = "Save Profile";
this.saveButton.UseVisualStyleBackColor = true;
this.saveButton.Click += new System.EventHandler(this.saveButton_Click);
//
// batteryLed
//
this.batteryLed.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.batteryLed.AutoSize = true;
this.batteryLed.Location = new System.Drawing.Point(149, 136);
this.batteryLed.Name = "batteryLed";
this.batteryLed.Size = new System.Drawing.Size(115, 17);
this.batteryLed.TabIndex = 33;
this.batteryLed.Text = "Battery Level Color";
this.batteryLed.UseVisualStyleBackColor = true;
this.batteryLed.CheckedChanged += new System.EventHandler(this.ledAsBatteryIndicator_CheckedChanged);
//
// flashLed
//
this.flashLed.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.flashLed.AutoSize = true;
this.flashLed.Location = new System.Drawing.Point(9, 136);
this.flashLed.Name = "flashLed";
this.flashLed.Size = new System.Drawing.Size(116, 17);
this.flashLed.TabIndex = 34;
this.flashLed.Text = "Battery Level Flash";
this.flashLed.UseVisualStyleBackColor = true;
this.flashLed.CheckedChanged += new System.EventHandler(this.flashWhenLowBattery_CheckedChanged);
//
// cBlowerRCOn
//
this.cBlowerRCOn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.cBlowerRCOn.AutoSize = true;
this.cBlowerRCOn.Checked = true;
this.cBlowerRCOn.CheckState = System.Windows.Forms.CheckState.Checked;
this.cBlowerRCOn.Location = new System.Drawing.Point(240, 120);
this.cBlowerRCOn.Name = "cBlowerRCOn";
this.cBlowerRCOn.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.cBlowerRCOn.Size = new System.Drawing.Size(109, 17);
this.cBlowerRCOn.TabIndex = 39;
this.cBlowerRCOn.Text = "Lower Right Click";
this.cBlowerRCOn.UseVisualStyleBackColor = true;
//
// lowRedValLabel
//
this.lowRedValLabel.Location = new System.Drawing.Point(36, 43);
this.lowRedValLabel.Name = "lowRedValLabel";
this.lowRedValLabel.Size = new System.Drawing.Size(30, 13);
this.lowRedValLabel.TabIndex = 40;
this.lowRedValLabel.Text = "255";
this.lowRedValLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lowGreenValLabel
//
this.lowGreenValLabel.Location = new System.Drawing.Point(36, 72);
this.lowGreenValLabel.Name = "lowGreenValLabel";
this.lowGreenValLabel.Size = new System.Drawing.Size(30, 13);
this.lowGreenValLabel.TabIndex = 41;
this.lowGreenValLabel.Text = "255";
this.lowGreenValLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lowBlueValLabel
//
this.lowBlueValLabel.Location = new System.Drawing.Point(36, 101);
this.lowBlueValLabel.Name = "lowBlueValLabel";
this.lowBlueValLabel.Size = new System.Drawing.Size(30, 13);
this.lowBlueValLabel.TabIndex = 42;
this.lowBlueValLabel.Text = "255";
this.lowBlueValLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// fullColorLabel
//
this.fullColorLabel.AutoSize = true;
this.fullColorLabel.Location = new System.Drawing.Point(3, 20);
this.fullColorLabel.Name = "fullColorLabel";
this.fullColorLabel.Size = new System.Drawing.Size(23, 13);
this.fullColorLabel.TabIndex = 43;
this.fullColorLabel.Text = "Full";
//
// lowColorLabel
//
this.lowColorLabel.AutoSize = true;
this.lowColorLabel.Location = new System.Drawing.Point(36, 20);
this.lowColorLabel.Name = "lowColorLabel";
this.lowColorLabel.Size = new System.Drawing.Size(27, 13);
this.lowColorLabel.TabIndex = 44;
this.lowColorLabel.Text = "Low";
//
// lowLedCheckBox
//
this.lowLedCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.lowLedCheckBox.AutoSize = true;
this.lowLedCheckBox.Location = new System.Drawing.Point(284, 136);
this.lowLedCheckBox.Name = "lowLedCheckBox";
this.lowLedCheckBox.Size = new System.Drawing.Size(128, 17);
this.lowLedCheckBox.TabIndex = 45;
this.lowLedCheckBox.Text = "Set Low-Battery Color";
this.lowLedCheckBox.UseVisualStyleBackColor = true;
this.lowLedCheckBox.Visible = false;
this.lowLedCheckBox.CheckedChanged += new System.EventHandler(this.lowBatteryLed_CheckedChanged);
//
// lowLedPanel
//
this.lowLedPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.lowLedPanel.Controls.Add(this.lowColorChooserButton);
this.lowLedPanel.Controls.Add(this.fullColorLabel);
this.lowLedPanel.Controls.Add(this.lowRedValLabel);
this.lowLedPanel.Controls.Add(this.lowColorLabel);
this.lowLedPanel.Controls.Add(this.lowGreenValLabel);
this.lowLedPanel.Controls.Add(this.lowBlueValLabel);
this.lowLedPanel.Location = new System.Drawing.Point(356, 4);
this.lowLedPanel.Name = "lowLedPanel";
this.lowLedPanel.Size = new System.Drawing.Size(63, 129);
this.lowLedPanel.TabIndex = 46;
this.lowLedPanel.Visible = false;
//
// lowColorChooserButton
//
this.lowColorChooserButton.BackColor = System.Drawing.Color.White;
this.lowColorChooserButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.lowColorChooserButton.Location = new System.Drawing.Point(42, 3);
this.lowColorChooserButton.Name = "lowColorChooserButton";
this.lowColorChooserButton.Size = new System.Drawing.Size(13, 13);
this.lowColorChooserButton.TabIndex = 49;
this.lowColorChooserButton.UseVisualStyleBackColor = false;
this.lowColorChooserButton.Click += new System.EventHandler(this.lowColorChooserButton_Click);
//
// fullLedPanel
//
this.fullLedPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.fullLedPanel.Controls.Add(this.redValLabel);
this.fullLedPanel.Controls.Add(this.blueValLabel);
this.fullLedPanel.Controls.Add(this.greenValLabel);
this.fullLedPanel.Location = new System.Drawing.Point(355, 46);
this.fullLedPanel.Name = "fullLedPanel";
this.fullLedPanel.Size = new System.Drawing.Size(28, 83);
this.fullLedPanel.TabIndex = 47;
//
// colorChooserButton
//
this.colorChooserButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.colorChooserButton.BackColor = System.Drawing.Color.White;
this.colorChooserButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.colorChooserButton.Location = new System.Drawing.Point(364, 7);
this.colorChooserButton.Name = "colorChooserButton";
this.colorChooserButton.Size = new System.Drawing.Size(13, 13);
this.colorChooserButton.TabIndex = 48;
this.colorChooserButton.UseVisualStyleBackColor = false;
this.colorChooserButton.Click += new System.EventHandler(this.colorChooserButton_Click);
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(93, 41);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(21, 13);
this.label11.TabIndex = 78;
this.label11.Text = "R2";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(37, 41);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(19, 13);
this.label10.TabIndex = 77;
this.label10.Text = "L2";
//
// rightTriggerMiddlePoint
//
this.rightTriggerMiddlePoint.Location = new System.Drawing.Point(77, 56);
this.rightTriggerMiddlePoint.Margin = new System.Windows.Forms.Padding(2);
this.rightTriggerMiddlePoint.MaxLength = 20;
this.rightTriggerMiddlePoint.Name = "rightTriggerMiddlePoint";
this.rightTriggerMiddlePoint.Size = new System.Drawing.Size(52, 20);
this.rightTriggerMiddlePoint.TabIndex = 76;
this.rightTriggerMiddlePoint.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// leftTriggerMiddlePoint
//
this.leftTriggerMiddlePoint.Location = new System.Drawing.Point(21, 56);
this.leftTriggerMiddlePoint.Margin = new System.Windows.Forms.Padding(2);
this.leftTriggerMiddlePoint.MaxLength = 20;
this.leftTriggerMiddlePoint.Name = "leftTriggerMiddlePoint";
this.leftTriggerMiddlePoint.Size = new System.Drawing.Size(52, 20);
this.leftTriggerMiddlePoint.TabIndex = 75;
this.leftTriggerMiddlePoint.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label9.Location = new System.Drawing.Point(34, 13);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(90, 13);
this.label9.TabIndex = 74;
this.label9.Text = "Trigger Threshold";
//
// cbSixaxis
//
this.cbSixaxis.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.cbSixaxis.AutoSize = true;
this.cbSixaxis.Location = new System.Drawing.Point(177, 59);
this.cbSixaxis.Name = "cbSixaxis";
this.cbSixaxis.Size = new System.Drawing.Size(141, 17);
this.cbSixaxis.TabIndex = 79;
this.cbSixaxis.Text = "Sixaxis Gyro/Accel Data";
this.cbSixaxis.CheckedChanged += new System.EventHandler(this.cbSixaxis_CheckedChanged);
//
// flushHIDQueue
//
this.flushHIDQueue.AccessibleName = "flushHIDQueue";
this.flushHIDQueue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.flushHIDQueue.AutoSize = true;
this.flushHIDQueue.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.flushHIDQueue.Location = new System.Drawing.Point(177, 36);
this.flushHIDQueue.Name = "flushHIDQueue";
this.flushHIDQueue.Size = new System.Drawing.Size(195, 17);
this.flushHIDQueue.TabIndex = 80;
this.flushHIDQueue.Text = "Flush HID queue after each reading";
this.flushHIDQueue.UseVisualStyleBackColor = true;
this.flushHIDQueue.CheckedChanged += new System.EventHandler(this.flushHIDQueue_CheckedChanged);
//
// touchpadJitterCompensation
//
this.touchpadJitterCompensation.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.touchpadJitterCompensation.AutoSize = true;
this.touchpadJitterCompensation.Location = new System.Drawing.Point(71, 120);
this.touchpadJitterCompensation.Name = "touchpadJitterCompensation";
this.touchpadJitterCompensation.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.touchpadJitterCompensation.Size = new System.Drawing.Size(118, 17);
this.touchpadJitterCompensation.TabIndex = 81;
this.touchpadJitterCompensation.Text = "Jitter Compensation";
this.touchpadJitterCompensation.UseVisualStyleBackColor = true;
this.touchpadJitterCompensation.CheckedChanged += new System.EventHandler(this.touchpadJitterCompensation_CheckedChanged);
//
// tabOptions
//
this.tabOptions.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tabOptions.Controls.Add(this.tabControls);
this.tabOptions.Controls.Add(this.tabAnalogSticks);
this.tabOptions.Controls.Add(this.tabTouchPad);
this.tabOptions.Controls.Add(this.tabLightBar);
this.tabOptions.Controls.Add(this.tabRumble);
this.tabOptions.Controls.Add(this.tabOther);
this.tabOptions.Location = new System.Drawing.Point(12, 12);
this.tabOptions.Name = "tabOptions";
this.tabOptions.SelectedIndex = 0;
this.tabOptions.Size = new System.Drawing.Size(433, 196);
this.tabOptions.TabIndex = 82;
//
// tabControls
//
this.tabControls.Controls.Add(this.pBController);
this.tabControls.Controls.Add(this.label1);
this.tabControls.Controls.Add(this.btnRightStick);
this.tabControls.Controls.Add(this.btnLightbar);
this.tabControls.Controls.Add(this.btnTouchtab);
this.tabControls.Controls.Add(this.btnLeftStick);
this.tabControls.Controls.Add(this.bnL2);
this.tabControls.Controls.Add(this.bnR2);
this.tabControls.Controls.Add(this.bnL1);
this.tabControls.Controls.Add(this.bnPS);
this.tabControls.Controls.Add(this.bnShare);
this.tabControls.Controls.Add(this.bnOptions);
this.tabControls.Controls.Add(this.bnLeft);
this.tabControls.Controls.Add(this.bnRight);
this.tabControls.Controls.Add(this.bnDown);
this.tabControls.Controls.Add(this.bnUp);
this.tabControls.Controls.Add(this.bnTriangle);
this.tabControls.Controls.Add(this.bnSquare);
this.tabControls.Controls.Add(this.bnCircle);
this.tabControls.Controls.Add(this.bnCross);
this.tabControls.Controls.Add(this.lBControls);
this.tabControls.Controls.Add(this.bnR1);
this.tabControls.Location = new System.Drawing.Point(4, 22);
this.tabControls.Name = "tabControls";
this.tabControls.Size = new System.Drawing.Size(425, 170);
this.tabControls.TabIndex = 4;
this.tabControls.Text = "Controls";
this.tabControls.UseVisualStyleBackColor = true;
//
// pBController
//
this.pBController.Enabled = false;
this.pBController.Image = global::ScpServer.Properties.Resources.DS4_Controller;
this.pBController.Location = new System.Drawing.Point(3, 3);
this.pBController.Name = "pBController";
this.pBController.Size = new System.Drawing.Size(245, 132);
this.pBController.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.pBController.TabIndex = 1;
this.pBController.TabStop = false;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(17, 138);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(219, 26);
this.label1.TabIndex = 92;
this.label1.Text = "Click a part of the controller to change action\r\nRight Click for 360 Controls";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// btnRightStick
//
this.btnRightStick.BackColor = System.Drawing.Color.Transparent;
this.btnRightStick.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnRightStick.Cursor = System.Windows.Forms.Cursors.Default;
this.btnRightStick.FlatAppearance.BorderColor = System.Drawing.Color.Red;
this.btnRightStick.FlatAppearance.BorderSize = 0;
this.btnRightStick.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
this.btnRightStick.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
this.btnRightStick.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnRightStick.ForeColor = System.Drawing.SystemColors.WindowText;
this.btnRightStick.Location = new System.Drawing.Point(153, 93);
this.btnRightStick.Name = "btnRightStick";
this.btnRightStick.Size = new System.Drawing.Size(28, 28);
this.btnRightStick.TabIndex = 91;
this.btnRightStick.Text = "RS";
this.btnRightStick.UseVisualStyleBackColor = false;
//
// btnLightbar
//
this.btnLightbar.BackColor = System.Drawing.Color.Transparent;
this.btnLightbar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnLightbar.Cursor = System.Windows.Forms.Cursors.Default;
this.btnLightbar.FlatAppearance.BorderColor = System.Drawing.Color.Red;
this.btnLightbar.FlatAppearance.BorderSize = 0;
this.btnLightbar.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
this.btnLightbar.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
this.btnLightbar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnLightbar.ForeColor = System.Drawing.SystemColors.WindowText;
this.btnLightbar.Location = new System.Drawing.Point(87, 9);
this.btnLightbar.Name = "btnLightbar";
this.btnLightbar.Size = new System.Drawing.Size(78, 19);
this.btnLightbar.TabIndex = 91;
this.btnLightbar.Text = "Lightbar";
this.btnLightbar.UseVisualStyleBackColor = false;
//
// btnTouchtab
//
this.btnTouchtab.BackColor = System.Drawing.Color.Transparent;
this.btnTouchtab.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnTouchtab.Cursor = System.Windows.Forms.Cursors.Default;
this.btnTouchtab.FlatAppearance.BorderColor = System.Drawing.Color.Red;
this.btnTouchtab.FlatAppearance.BorderSize = 0;
this.btnTouchtab.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
this.btnTouchtab.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
this.btnTouchtab.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnTouchtab.ForeColor = System.Drawing.SystemColors.WindowText;
this.btnTouchtab.Location = new System.Drawing.Point(87, 30);
this.btnTouchtab.Name = "btnTouchtab";
this.btnTouchtab.Size = new System.Drawing.Size(78, 48);
this.btnTouchtab.TabIndex = 91;
this.btnTouchtab.Text = "Touchpad";
this.btnTouchtab.UseVisualStyleBackColor = false;
//
// btnLeftStick
//
this.btnLeftStick.BackColor = System.Drawing.Color.Transparent;
this.btnLeftStick.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnLeftStick.Cursor = System.Windows.Forms.Cursors.Default;
this.btnLeftStick.FlatAppearance.BorderColor = System.Drawing.Color.Red;
this.btnLeftStick.FlatAppearance.BorderSize = 0;
this.btnLeftStick.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
this.btnLeftStick.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
this.btnLeftStick.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnLeftStick.ForeColor = System.Drawing.SystemColors.WindowText;
this.btnLeftStick.Location = new System.Drawing.Point(73, 93);
this.btnLeftStick.Name = "btnLeftStick";
this.btnLeftStick.Size = new System.Drawing.Size(28, 28);
this.btnLeftStick.TabIndex = 91;
this.btnLeftStick.Text = "LS";
this.btnLeftStick.UseVisualStyleBackColor = false;
//
// bnL2
//
this.bnL2.BackColor = System.Drawing.Color.Transparent;
this.bnL2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.bnL2.Cursor = System.Windows.Forms.Cursors.Default;
this.bnL2.FlatAppearance.BorderColor = System.Drawing.Color.Red;
this.bnL2.FlatAppearance.BorderSize = 0;
this.bnL2.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
this.bnL2.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
this.bnL2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.bnL2.ForeColor = System.Drawing.SystemColors.WindowText;
this.bnL2.Location = new System.Drawing.Point(34, 3);
this.bnL2.Name = "bnL2";
this.bnL2.Size = new System.Drawing.Size(43, 12);
this.bnL2.TabIndex = 90;
this.bnL2.Text = "Left Trigger";
this.bnL2.UseVisualStyleBackColor = false;
this.bnL2.Click += new System.EventHandler(this.Show_ControlsBn);
this.bnL2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Show360Controls);
//
// bnR2
//
this.bnR2.BackColor = System.Drawing.Color.Transparent;
this.bnR2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.bnR2.Cursor = System.Windows.Forms.Cursors.Default;
this.bnR2.FlatAppearance.BorderColor = System.Drawing.Color.Red;
this.bnR2.FlatAppearance.BorderSize = 0;
this.bnR2.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
this.bnR2.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
this.bnR2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.bnR2.ForeColor = System.Drawing.SystemColors.WindowText;
this.bnR2.Location = new System.Drawing.Point(176, 1);
this.bnR2.Name = "bnR2";
this.bnR2.Size = new System.Drawing.Size(40, 13);
this.bnR2.TabIndex = 89;
this.bnR2.Text = "Right Trigger";
this.bnR2.UseVisualStyleBackColor = false;
this.bnR2.Click += new System.EventHandler(this.Show_ControlsBn);
this.bnR2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Show360Controls);
//
// bnL1
//
this.bnL1.BackColor = System.Drawing.Color.Transparent;
this.bnL1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.bnL1.Cursor = System.Windows.Forms.Cursors.Default;
this.bnL1.FlatAppearance.BorderColor = System.Drawing.Color.Red;
this.bnL1.FlatAppearance.BorderSize = 0;
this.bnL1.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
this.bnL1.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
this.bnL1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.bnL1.ForeColor = System.Drawing.SystemColors.WindowText;
this.bnL1.Location = new System.Drawing.Point(34, 16);
this.bnL1.Name = "bnL1";
this.bnL1.Size = new System.Drawing.Size(43, 15);
this.bnL1.TabIndex = 88;
this.bnL1.Text = "Left Bumper";
this.bnL1.UseVisualStyleBackColor = false;
this.bnL1.Click += new System.EventHandler(this.Show_ControlsBn);
this.bnL1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Show360Controls);
//
// bnPS
//
this.bnPS.BackColor = System.Drawing.Color.Transparent;
this.bnPS.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.bnPS.Cursor = System.Windows.Forms.Cursors.Default;
this.bnPS.FlatAppearance.BorderColor = System.Drawing.Color.Red;
this.bnPS.FlatAppearance.BorderSize = 0;
this.bnPS.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
this.bnPS.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
this.bnPS.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.bnPS.ForeColor = System.Drawing.SystemColors.WindowText;
this.bnPS.Location = new System.Drawing.Point(118, 90);
this.bnPS.Name = "bnPS";
this.bnPS.Size = new System.Drawing.Size(18, 18);
this.bnPS.TabIndex = 86;
this.bnPS.Text = "Guide";
this.bnPS.UseVisualStyleBackColor = false;
this.bnPS.Click += new System.EventHandler(this.Show_ControlsBn);
this.bnPS.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Show360Controls);
//
// bnShare
//
this.bnShare.BackColor = System.Drawing.Color.Transparent;
this.bnShare.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.bnShare.Cursor = System.Windows.Forms.Cursors.Default;
this.bnShare.FlatAppearance.BorderColor = System.Drawing.Color.Red;
this.bnShare.FlatAppearance.BorderSize = 0;
this.bnShare.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
this.bnShare.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
this.bnShare.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.bnShare.ForeColor = System.Drawing.SystemColors.WindowText;
this.bnShare.Location = new System.Drawing.Point(74, 36);
this.bnShare.Name = "bnShare";
this.bnShare.Size = new System.Drawing.Size(11, 18);
this.bnShare.TabIndex = 85;
this.bnShare.Text = "Back";
this.bnShare.UseVisualStyleBackColor = false;
this.bnShare.Click += new System.EventHandler(this.Show_ControlsBn);
this.bnShare.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Show360Controls);
//
// bnOptions
//
this.bnOptions.BackColor = System.Drawing.Color.Transparent;
this.bnOptions.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.bnOptions.Cursor = System.Windows.Forms.Cursors.Default;
this.bnOptions.FlatAppearance.BorderColor = System.Drawing.Color.Red;
this.bnOptions.FlatAppearance.BorderSize = 0;
this.bnOptions.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
this.bnOptions.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
this.bnOptions.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.bnOptions.ForeColor = System.Drawing.SystemColors.WindowText;
this.bnOptions.Location = new System.Drawing.Point(170, 36);
this.bnOptions.Name = "bnOptions";
this.bnOptions.Size = new System.Drawing.Size(11, 21);
this.bnOptions.TabIndex = 84;
this.bnOptions.Text = "Start";
this.bnOptions.UseVisualStyleBackColor = false;
this.bnOptions.Click += new System.EventHandler(this.Show_ControlsBn);
this.bnOptions.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Show360Controls);
//
// bnLeft
//
this.bnLeft.BackColor = System.Drawing.Color.Transparent;
this.bnLeft.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.bnLeft.Cursor = System.Windows.Forms.Cursors.Default;
this.bnLeft.FlatAppearance.BorderColor = System.Drawing.Color.Red;
this.bnLeft.FlatAppearance.BorderSize = 0;
this.bnLeft.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
this.bnLeft.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
this.bnLeft.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.bnLeft.ForeColor = System.Drawing.SystemColors.WindowText;
this.bnLeft.Location = new System.Drawing.Point(34, 64);
this.bnLeft.Name = "bnLeft";
this.bnLeft.Size = new System.Drawing.Size(14, 12);
this.bnLeft.TabIndex = 83;
this.bnLeft.Text = "Left Button";
this.bnLeft.UseVisualStyleBackColor = false;
this.bnLeft.Click += new System.EventHandler(this.Show_ControlsBn);
this.bnLeft.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Show360Controls);
//
// bnRight
//
this.bnRight.BackColor = System.Drawing.Color.Transparent;
this.bnRight.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.bnRight.Cursor = System.Windows.Forms.Cursors.Default;
this.bnRight.FlatAppearance.BorderColor = System.Drawing.Color.Red;
this.bnRight.FlatAppearance.BorderSize = 0;
this.bnRight.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
this.bnRight.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
this.bnRight.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.bnRight.ForeColor = System.Drawing.SystemColors.WindowText;
this.bnRight.Location = new System.Drawing.Point(58, 64);
this.bnRight.Name = "bnRight";
this.bnRight.Size = new System.Drawing.Size(14, 14);
this.bnRight.TabIndex = 82;
this.bnRight.Text = "Right Button";
this.bnRight.UseVisualStyleBackColor = false;
this.bnRight.Click += new System.EventHandler(this.Show_ControlsBn);
this.bnRight.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Show360Controls);
//
// bnDown
//
this.bnDown.BackColor = System.Drawing.Color.Transparent;
this.bnDown.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.bnDown.Cursor = System.Windows.Forms.Cursors.Default;
this.bnDown.FlatAppearance.BorderColor = System.Drawing.Color.Red;
this.bnDown.FlatAppearance.BorderSize = 0;
this.bnDown.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
this.bnDown.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
this.bnDown.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.bnDown.ForeColor = System.Drawing.SystemColors.WindowText;
this.bnDown.Location = new System.Drawing.Point(47, 76);
this.bnDown.Name = "bnDown";
this.bnDown.Size = new System.Drawing.Size(12, 12);
this.bnDown.TabIndex = 81;
this.bnDown.Text = "Down Button";
this.bnDown.UseVisualStyleBackColor = false;
this.bnDown.Click += new System.EventHandler(this.Show_ControlsBn);
this.bnDown.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Show360Controls);
//
// bnUp
//
this.bnUp.BackColor = System.Drawing.Color.Transparent;
this.bnUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.bnUp.Cursor = System.Windows.Forms.Cursors.Default;
this.bnUp.FlatAppearance.BorderColor = System.Drawing.Color.Red;
this.bnUp.FlatAppearance.BorderSize = 0;
this.bnUp.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
this.bnUp.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
this.bnUp.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.bnUp.ForeColor = System.Drawing.SystemColors.WindowText;
this.bnUp.Location = new System.Drawing.Point(47, 51);
this.bnUp.Name = "bnUp";
this.bnUp.Size = new System.Drawing.Size(11, 15);
this.bnUp.TabIndex = 80;
this.bnUp.Text = "Up Button";
this.bnUp.UseVisualStyleBackColor = false;
this.bnUp.Click += new System.EventHandler(this.Show_ControlsBn);
this.bnUp.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Show360Controls);
//
// bnTriangle
//
this.bnTriangle.BackColor = System.Drawing.Color.Transparent;
this.bnTriangle.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.bnTriangle.Cursor = System.Windows.Forms.Cursors.Default;
this.bnTriangle.FlatAppearance.BorderColor = System.Drawing.Color.Red;
this.bnTriangle.FlatAppearance.BorderSize = 0;
this.bnTriangle.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
this.bnTriangle.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
this.bnTriangle.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.bnTriangle.ForeColor = System.Drawing.SystemColors.WindowText;
this.bnTriangle.Location = new System.Drawing.Point(191, 48);
this.bnTriangle.Name = "bnTriangle";
this.bnTriangle.Size = new System.Drawing.Size(20, 16);
this.bnTriangle.TabIndex = 73;
this.bnTriangle.Text = "Y Button";
this.bnTriangle.UseVisualStyleBackColor = false;
this.bnTriangle.Click += new System.EventHandler(this.Show_ControlsBn);
this.bnTriangle.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Show360Controls);
//
// bnSquare
//
this.bnSquare.BackColor = System.Drawing.Color.Transparent;
this.bnSquare.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.bnSquare.Cursor = System.Windows.Forms.Cursors.Default;
this.bnSquare.FlatAppearance.BorderColor = System.Drawing.Color.Red;
this.bnSquare.FlatAppearance.BorderSize = 0;
this.bnSquare.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
this.bnSquare.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
this.bnSquare.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.bnSquare.ForeColor = System.Drawing.SystemColors.WindowText;
this.bnSquare.Location = new System.Drawing.Point(176, 64);
this.bnSquare.Name = "bnSquare";
this.bnSquare.Size = new System.Drawing.Size(15, 14);
this.bnSquare.TabIndex = 72;
this.bnSquare.Text = "X Button";
this.bnSquare.UseVisualStyleBackColor = false;
this.bnSquare.Click += new System.EventHandler(this.Show_ControlsBn);
this.bnSquare.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Show360Controls);
//
// bnCircle
//
this.bnCircle.BackColor = System.Drawing.Color.Transparent;
this.bnCircle.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.bnCircle.Cursor = System.Windows.Forms.Cursors.Default;
this.bnCircle.FlatAppearance.BorderColor = System.Drawing.Color.Red;
this.bnCircle.FlatAppearance.BorderSize = 0;
this.bnCircle.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
this.bnCircle.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
this.bnCircle.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.bnCircle.ForeColor = System.Drawing.SystemColors.WindowText;
this.bnCircle.Location = new System.Drawing.Point(211, 63);
this.bnCircle.Name = "bnCircle";
this.bnCircle.Size = new System.Drawing.Size(16, 17);
this.bnCircle.TabIndex = 71;
this.bnCircle.Text = "B Button";
this.bnCircle.UseVisualStyleBackColor = false;
this.bnCircle.Click += new System.EventHandler(this.Show_ControlsBn);
this.bnCircle.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Show360Controls);
//
// bnCross
//
this.bnCross.BackColor = System.Drawing.Color.Transparent;
this.bnCross.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.bnCross.Cursor = System.Windows.Forms.Cursors.Default;
this.bnCross.FlatAppearance.BorderColor = System.Drawing.Color.Red;
this.bnCross.FlatAppearance.BorderSize = 0;
this.bnCross.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
this.bnCross.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
this.bnCross.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.bnCross.ForeColor = System.Drawing.SystemColors.WindowText;
this.bnCross.Location = new System.Drawing.Point(190, 79);
this.bnCross.Name = "bnCross";
this.bnCross.Size = new System.Drawing.Size(19, 17);
this.bnCross.TabIndex = 74;
this.bnCross.Text = "A Button";
this.bnCross.UseVisualStyleBackColor = false;
this.bnCross.Click += new System.EventHandler(this.Show_ControlsBn);
this.bnCross.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Show360Controls);
//
// lBControls
//
this.lBControls.FormattingEnabled = true;
this.lBControls.Items.AddRange(new object[] {
"Cross :",
"Circle :",
"Sqaure :",
"Triangle :",
"Options :",
"Share :",
"Up :",
"Down :",
"Left :",
"Right :",
"PS :",
"L1 :",
"R1 :",
"L2 :",
"R2 :",
"L3 :",
"R3 :",
"Left Stick",
"Right Stick",
"Touchpad"});
this.lBControls.Location = new System.Drawing.Point(253, 3);
this.lBControls.Name = "lBControls";
this.lBControls.Size = new System.Drawing.Size(169, 160);
this.lBControls.TabIndex = 0;
this.lBControls.KeyDown += new System.Windows.Forms.KeyEventHandler(this.List_KeyDown);
this.lBControls.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.List_MouseDoubleClick);
//
// bnR1
//
this.bnR1.BackColor = System.Drawing.Color.Transparent;
this.bnR1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.bnR1.Cursor = System.Windows.Forms.Cursors.Default;
this.bnR1.FlatAppearance.BorderColor = System.Drawing.Color.Red;
this.bnR1.FlatAppearance.BorderSize = 0;
this.bnR1.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
this.bnR1.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
this.bnR1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.bnR1.ForeColor = System.Drawing.SystemColors.WindowText;
this.bnR1.Location = new System.Drawing.Point(178, 16);
this.bnR1.Name = "bnR1";
this.bnR1.Size = new System.Drawing.Size(43, 15);
this.bnR1.TabIndex = 87;
this.bnR1.Text = "Right Bumper";
this.bnR1.UseVisualStyleBackColor = false;
this.bnR1.Click += new System.EventHandler(this.Show_ControlsBn);
this.bnR1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Show360Controls);
//
// tabAnalogSticks
//
this.tabAnalogSticks.Controls.Add(this.lBAnalogSticks);
this.tabAnalogSticks.Controls.Add(this.pBSticks);
this.tabAnalogSticks.Controls.Add(this.bnRSDown);
this.tabAnalogSticks.Controls.Add(this.bnRSUp);
this.tabAnalogSticks.Controls.Add(this.bnRSRight);
this.tabAnalogSticks.Controls.Add(this.bnRSLeft);
this.tabAnalogSticks.Controls.Add(this.bnR3);
this.tabAnalogSticks.Controls.Add(this.bnLSDown);
this.tabAnalogSticks.Controls.Add(this.bnLSRight);
this.tabAnalogSticks.Controls.Add(this.bnLSLeft);
this.tabAnalogSticks.Controls.Add(this.bnLSUp);
this.tabAnalogSticks.Controls.Add(this.bnL3);
this.tabAnalogSticks.Location = new System.Drawing.Point(4, 22);
this.tabAnalogSticks.Name = "tabAnalogSticks";
this.tabAnalogSticks.Size = new System.Drawing.Size(425, 170);
this.tabAnalogSticks.TabIndex = 5;
this.tabAnalogSticks.Text = "Analog Sticks";
this.tabAnalogSticks.UseVisualStyleBackColor = true;
//
// lBAnalogSticks
//
this.lBAnalogSticks.FormattingEnabled = true;
this.lBAnalogSticks.Items.AddRange(new object[] {
"L3 :",
"R3 :",
"Left Stick Up :",
"Left Stick Down :",
"Left Stick Left :",
"Left Stick Right :",
"Right Stick Up :",
"Right Stick Down :",
"Right Stick Left :",
"Right Stick Right :"});
this.lBAnalogSticks.Location = new System.Drawing.Point(139, 20);
this.lBAnalogSticks.Name = "lBAnalogSticks";
this.lBAnalogSticks.Size = new System.Drawing.Size(148, 134);
this.lBAnalogSticks.TabIndex = 1;
this.lBAnalogSticks.KeyDown += new System.Windows.Forms.KeyEventHandler(this.List_KeyDown);
this.lBAnalogSticks.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.List_MouseDoubleClick);
//
// pBSticks
//
this.pBSticks.Enabled = false;
this.pBSticks.Image = global::ScpServer.Properties.Resources.sticks2;
this.pBSticks.Location = new System.Drawing.Point(-3, 0);
this.pBSticks.Name = "pBSticks";
this.pBSticks.Size = new System.Drawing.Size(429, 173);
this.pBSticks.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.pBSticks.TabIndex = 0;
this.pBSticks.TabStop = false;
//
// bnRSDown
//
this.bnRSDown.BackColor = System.Drawing.Color.Transparent;
this.bnRSDown.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.bnRSDown.Cursor = System.Windows.Forms.Cursors.Default;
this.bnRSDown.FlatAppearance.BorderColor = System.Drawing.Color.Red;
this.bnRSDown.FlatAppearance.BorderSize = 0;
this.bnRSDown.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
this.bnRSDown.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
this.bnRSDown.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.bnRSDown.ForeColor = System.Drawing.SystemColors.WindowText;
this.bnRSDown.Location = new System.Drawing.Point(319, 141);
this.bnRSDown.Name = "bnRSDown";
this.bnRSDown.Size = new System.Drawing.Size(46, 21);
this.bnRSDown.TabIndex = 94;
this.bnRSDown.Text = "Right Y-Axis+";
this.bnRSDown.UseVisualStyleBackColor = false;
this.bnRSDown.Click += new System.EventHandler(this.Show_ControlsBn);
this.bnRSDown.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Show360Controls);
//
// bnRSUp
//
this.bnRSUp.BackColor = System.Drawing.Color.Transparent;
this.bnRSUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.bnRSUp.Cursor = System.Windows.Forms.Cursors.Default;
this.bnRSUp.FlatAppearance.BorderColor = System.Drawing.Color.Red;
this.bnRSUp.FlatAppearance.BorderSize = 0;
this.bnRSUp.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
this.bnRSUp.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
this.bnRSUp.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.bnRSUp.ForeColor = System.Drawing.SystemColors.WindowText;
this.bnRSUp.Location = new System.Drawing.Point(318, 79);
this.bnRSUp.Name = "bnRSUp";
this.bnRSUp.Size = new System.Drawing.Size(45, 18);
this.bnRSUp.TabIndex = 93;
this.bnRSUp.Text = "Right Y-Axis-";
this.bnRSUp.UseVisualStyleBackColor = false;
this.bnRSUp.Click += new System.EventHandler(this.Show_ControlsBn);
this.bnRSUp.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Show360Controls);
//
// bnRSRight
//
this.bnRSRight.BackColor = System.Drawing.Color.Transparent;
this.bnRSRight.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.bnRSRight.Cursor = System.Windows.Forms.Cursors.Default;
this.bnRSRight.FlatAppearance.BorderColor = System.Drawing.Color.Red;
this.bnRSRight.FlatAppearance.BorderSize = 0;
this.bnRSRight.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
this.bnRSRight.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
this.bnRSRight.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.bnRSRight.ForeColor = System.Drawing.SystemColors.WindowText;
this.bnRSRight.Location = new System.Drawing.Point(368, 97);
this.bnRSRight.Name = "bnRSRight";
this.bnRSRight.Size = new System.Drawing.Size(19, 40);
this.bnRSRight.TabIndex = 92;
this.bnRSRight.Text = "Right X-Axis+";
this.bnRSRight.UseVisualStyleBackColor = false;
this.bnRSRight.Click += new System.EventHandler(this.Show_ControlsBn);
this.bnRSRight.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Show360Controls);
//
// bnRSLeft
//
this.bnRSLeft.BackColor = System.Drawing.Color.Transparent;
this.bnRSLeft.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.bnRSLeft.Cursor = System.Windows.Forms.Cursors.Default;
this.bnRSLeft.FlatAppearance.BorderColor = System.Drawing.Color.Red;
this.bnRSLeft.FlatAppearance.BorderSize = 0;
this.bnRSLeft.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
this.bnRSLeft.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
this.bnRSLeft.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.bnRSLeft.ForeColor = System.Drawing.SystemColors.WindowText;
this.bnRSLeft.Location = new System.Drawing.Point(293, 100);
this.bnRSLeft.Name = "bnRSLeft";
this.bnRSLeft.Size = new System.Drawing.Size(24, 41);
this.bnRSLeft.TabIndex = 91;
this.bnRSLeft.Text = "Right X-Axis-";
this.bnRSLeft.UseVisualStyleBackColor = false;
this.bnRSLeft.Click += new System.EventHandler(this.Show_ControlsBn);
this.bnRSLeft.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Show360Controls);
//
// bnR3
//
this.bnR3.BackColor = System.Drawing.Color.Transparent;
this.bnR3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.bnR3.Cursor = System.Windows.Forms.Cursors.Default;
this.bnR3.FlatAppearance.BorderColor = System.Drawing.Color.Red;
this.bnR3.FlatAppearance.BorderSize = 0;
this.bnR3.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
this.bnR3.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
this.bnR3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.bnR3.ForeColor = System.Drawing.SystemColors.WindowText;
this.bnR3.Location = new System.Drawing.Point(318, 96);
this.bnR3.Name = "bnR3";
this.bnR3.Size = new System.Drawing.Size(47, 45);
this.bnR3.TabIndex = 90;
this.bnR3.Text = "Right Stick";
this.bnR3.UseVisualStyleBackColor = false;
this.bnR3.Click += new System.EventHandler(this.Show_ControlsBn);
this.bnR3.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Show360Controls);
//
// bnLSDown
//
this.bnLSDown.BackColor = System.Drawing.Color.Transparent;
this.bnLSDown.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.bnLSDown.Cursor = System.Windows.Forms.Cursors.Default;
this.bnLSDown.FlatAppearance.BorderColor = System.Drawing.Color.Red;
this.bnLSDown.FlatAppearance.BorderSize = 0;
this.bnLSDown.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
this.bnLSDown.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
this.bnLSDown.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.bnLSDown.ForeColor = System.Drawing.SystemColors.WindowText;
this.bnLSDown.Location = new System.Drawing.Point(62, 141);
this.bnLSDown.Name = "bnLSDown";
this.bnLSDown.Size = new System.Drawing.Size(47, 17);
this.bnLSDown.TabIndex = 88;
this.bnLSDown.Text = "Left Y-Axis+";
this.bnLSDown.UseVisualStyleBackColor = false;
this.bnLSDown.Click += new System.EventHandler(this.Show_ControlsBn);
this.bnLSDown.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Show360Controls);
//
// bnLSRight
//
this.bnLSRight.BackColor = System.Drawing.Color.Transparent;
this.bnLSRight.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.bnLSRight.Cursor = System.Windows.Forms.Cursors.Default;
this.bnLSRight.FlatAppearance.BorderColor = System.Drawing.Color.Red;
this.bnLSRight.FlatAppearance.BorderSize = 0;
this.bnLSRight.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
this.bnLSRight.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
this.bnLSRight.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.bnLSRight.ForeColor = System.Drawing.SystemColors.WindowText;
this.bnLSRight.Location = new System.Drawing.Point(113, 96);
this.bnLSRight.Name = "bnLSRight";
this.bnLSRight.Size = new System.Drawing.Size(20, 42);
this.bnLSRight.TabIndex = 87;
this.bnLSRight.Text = "Left X-Axis+";
this.bnLSRight.UseVisualStyleBackColor = false;
this.bnLSRight.Click += new System.EventHandler(this.Show_ControlsBn);
this.bnLSRight.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Show360Controls);
//
// bnLSLeft
//
this.bnLSLeft.BackColor = System.Drawing.Color.Transparent;
this.bnLSLeft.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.bnLSLeft.Cursor = System.Windows.Forms.Cursors.Default;
this.bnLSLeft.FlatAppearance.BorderColor = System.Drawing.Color.Red;
this.bnLSLeft.FlatAppearance.BorderSize = 0;
this.bnLSLeft.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
this.bnLSLeft.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
this.bnLSLeft.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.bnLSLeft.ForeColor = System.Drawing.SystemColors.WindowText;
this.bnLSLeft.Location = new System.Drawing.Point(40, 94);
this.bnLSLeft.Name = "bnLSLeft";
this.bnLSLeft.Size = new System.Drawing.Size(19, 43);
this.bnLSLeft.TabIndex = 86;
this.bnLSLeft.Text = "Left X-Axis-";
this.bnLSLeft.UseVisualStyleBackColor = false;
this.bnLSLeft.Click += new System.EventHandler(this.Show_ControlsBn);
this.bnLSLeft.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Show360Controls);
//
// bnLSUp
//
this.bnLSUp.BackColor = System.Drawing.Color.Transparent;
this.bnLSUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.bnLSUp.Cursor = System.Windows.Forms.Cursors.Default;
this.bnLSUp.FlatAppearance.BorderColor = System.Drawing.Color.Red;
this.bnLSUp.FlatAppearance.BorderSize = 0;
this.bnLSUp.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
this.bnLSUp.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
this.bnLSUp.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.bnLSUp.ForeColor = System.Drawing.SystemColors.WindowText;
this.bnLSUp.Location = new System.Drawing.Point(61, 77);
this.bnLSUp.Name = "bnLSUp";
this.bnLSUp.Size = new System.Drawing.Size(48, 15);
this.bnLSUp.TabIndex = 89;
this.bnLSUp.Text = "Left Y-Axis-";
this.bnLSUp.UseVisualStyleBackColor = false;
this.bnLSUp.Click += new System.EventHandler(this.Show_ControlsBn);
this.bnLSUp.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Show360Controls);
//
// bnL3
//
this.bnL3.BackColor = System.Drawing.Color.Transparent;
this.bnL3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.bnL3.Cursor = System.Windows.Forms.Cursors.Default;
this.bnL3.FlatAppearance.BorderColor = System.Drawing.Color.Red;
this.bnL3.FlatAppearance.BorderSize = 0;
this.bnL3.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
this.bnL3.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
this.bnL3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.bnL3.ForeColor = System.Drawing.SystemColors.WindowText;
this.bnL3.Location = new System.Drawing.Point(61, 95);
this.bnL3.Name = "bnL3";
this.bnL3.Size = new System.Drawing.Size(48, 43);
this.bnL3.TabIndex = 85;
this.bnL3.Text = "Left Stick";
this.bnL3.UseVisualStyleBackColor = false;
this.bnL3.Click += new System.EventHandler(this.Show_ControlsBn);
this.bnL3.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Show360Controls);
//
// tabTouchPad
//
this.tabTouchPad.Controls.Add(this.pictureBox1);
this.tabTouchPad.Controls.Add(this.cBScroll);
this.tabTouchPad.Controls.Add(this.cBSlide);
this.tabTouchPad.Controls.Add(this.lBTouchControls);
this.tabTouchPad.Controls.Add(this.cBTap);
this.tabTouchPad.Controls.Add(this.numUDTap);
this.tabTouchPad.Controls.Add(this.numUDScroll);
this.tabTouchPad.Controls.Add(this.numUDTouch);
this.tabTouchPad.Controls.Add(this.cBlowerRCOn);
this.tabTouchPad.Controls.Add(this.touchpadJitterCompensation);
this.tabTouchPad.Controls.Add(this.bnTouchUpper);
this.tabTouchPad.Controls.Add(this.bnTouchMulti);
this.tabTouchPad.Controls.Add(this.bnTouchRight);
this.tabTouchPad.Controls.Add(this.bnTouchLeft);
this.tabTouchPad.Location = new System.Drawing.Point(4, 22);
this.tabTouchPad.Name = "tabTouchPad";
this.tabTouchPad.Size = new System.Drawing.Size(425, 170);
this.tabTouchPad.TabIndex = 2;
this.tabTouchPad.Text = "Touchpad";
this.tabTouchPad.UseVisualStyleBackColor = true;
//
// pictureBox1
//
this.pictureBox1.Enabled = false;
this.pictureBox1.Image = global::ScpServer.Properties.Resources.Touch_states2;
this.pictureBox1.Location = new System.Drawing.Point(3, 0);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(419, 53);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.pictureBox1.TabIndex = 88;
this.pictureBox1.TabStop = false;
//
// cBScroll
//
this.cBScroll.AutoSize = true;
this.cBScroll.Checked = true;
this.cBScroll.CheckState = System.Windows.Forms.CheckState.Checked;
this.cBScroll.Location = new System.Drawing.Point(171, 145);
this.cBScroll.Name = "cBScroll";
this.cBScroll.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.cBScroll.Size = new System.Drawing.Size(52, 17);
this.cBScroll.TabIndex = 93;
this.cBScroll.Text = "Scroll";
this.cBScroll.UseVisualStyleBackColor = true;
this.cBScroll.CheckedChanged += new System.EventHandler(this.cBScroll_CheckedChanged);
//
// cBSlide
//
this.cBSlide.AutoSize = true;
this.cBSlide.Checked = true;
this.cBSlide.CheckState = System.Windows.Forms.CheckState.Checked;
this.cBSlide.Location = new System.Drawing.Point(16, 145);
this.cBSlide.Name = "cBSlide";
this.cBSlide.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.cBSlide.Size = new System.Drawing.Size(49, 17);
this.cBSlide.TabIndex = 93;
this.cBSlide.Text = "Slide";
this.cBSlide.UseVisualStyleBackColor = true;
this.cBSlide.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
//
// lBTouchControls
//
this.lBTouchControls.FormattingEnabled = true;
this.lBTouchControls.Items.AddRange(new object[] {
"Left Side:",
"Upperpad : ",
"Multitouch :",
"Right Side :"});
this.lBTouchControls.Location = new System.Drawing.Point(114, 59);
this.lBTouchControls.Name = "lBTouchControls";
this.lBTouchControls.Size = new System.Drawing.Size(201, 56);
this.lBTouchControls.TabIndex = 89;
this.lBTouchControls.KeyDown += new System.Windows.Forms.KeyEventHandler(this.List_KeyDown);
this.lBTouchControls.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.List_MouseDoubleClick);
//
// cBTap
//
this.cBTap.AutoSize = true;
this.cBTap.Checked = true;
this.cBTap.CheckState = System.Windows.Forms.CheckState.Checked;
this.cBTap.Location = new System.Drawing.Point(313, 145);
this.cBTap.Name = "cBTap";
this.cBTap.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.cBTap.Size = new System.Drawing.Size(45, 17);
this.cBTap.TabIndex = 87;
this.cBTap.Text = "Tap";
this.cBTap.UseVisualStyleBackColor = true;
this.cBTap.CheckedChanged += new System.EventHandler(this.cBTap_CheckedChanged);
//
// numUDTap
//
this.numUDTap.Location = new System.Drawing.Point(364, 143);
this.numUDTap.Maximum = new decimal(new int[] {
200,
0,
0,
0});
this.numUDTap.Minimum = new decimal(new int[] {
10,
0,
0,
-2147483648});
this.numUDTap.Name = "numUDTap";
this.numUDTap.Size = new System.Drawing.Size(45, 20);
this.numUDTap.TabIndex = 86;
this.numUDTap.Value = new decimal(new int[] {
100,
0,
0,
0});
this.numUDTap.ValueChanged += new System.EventHandler(this.numUDTap_ValueChanged);
//
// numUDScroll
//
this.numUDScroll.Location = new System.Drawing.Point(229, 143);
this.numUDScroll.Maximum = new decimal(new int[] {
10,
0,
0,
0});
this.numUDScroll.Minimum = new decimal(new int[] {
10,
0,
0,
-2147483648});
this.numUDScroll.Name = "numUDScroll";
this.numUDScroll.Size = new System.Drawing.Size(45, 20);
this.numUDScroll.TabIndex = 86;
this.numUDScroll.Value = new decimal(new int[] {
5,
0,
0,
0});
this.numUDScroll.ValueChanged += new System.EventHandler(this.numUDScroll_ValueChanged);
//
// numUDTouch
//
this.numUDTouch.Location = new System.Drawing.Point(71, 144);
this.numUDTouch.Maximum = new decimal(new int[] {
150,
0,
0,
0});
this.numUDTouch.Name = "numUDTouch";
this.numUDTouch.Size = new System.Drawing.Size(45, 20);
this.numUDTouch.TabIndex = 86;
this.numUDTouch.Value = new decimal(new int[] {
100,
0,
0,
0});
this.numUDTouch.ValueChanged += new System.EventHandler(this.numUDTouch_ValueChanged);
//
// bnTouchUpper
//
this.bnTouchUpper.BackColor = System.Drawing.Color.Transparent;
this.bnTouchUpper.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.bnTouchUpper.Cursor = System.Windows.Forms.Cursors.Default;
this.bnTouchUpper.FlatAppearance.BorderColor = System.Drawing.Color.Red;
this.bnTouchUpper.FlatAppearance.BorderSize = 0;
this.bnTouchUpper.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
this.bnTouchUpper.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
this.bnTouchUpper.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.bnTouchUpper.ForeColor = System.Drawing.SystemColors.WindowText;
this.bnTouchUpper.Location = new System.Drawing.Point(112, 1);
this.bnTouchUpper.Name = "bnTouchUpper";
this.bnTouchUpper.Size = new System.Drawing.Size(94, 51);
this.bnTouchUpper.TabIndex = 92;
this.bnTouchUpper.Text = "Middle Mouse Button";
this.bnTouchUpper.UseVisualStyleBackColor = false;
this.bnTouchUpper.Click += new System.EventHandler(this.Show_ControlsBn);
this.bnTouchUpper.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Show360Controls);
//
// bnTouchMulti
//
this.bnTouchMulti.BackColor = System.Drawing.Color.Transparent;
this.bnTouchMulti.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.bnTouchMulti.Cursor = System.Windows.Forms.Cursors.Default;
this.bnTouchMulti.FlatAppearance.BorderColor = System.Drawing.Color.Red;
this.bnTouchMulti.FlatAppearance.BorderSize = 0;
this.bnTouchMulti.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
this.bnTouchMulti.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
this.bnTouchMulti.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.bnTouchMulti.ForeColor = System.Drawing.SystemColors.WindowText;
this.bnTouchMulti.Location = new System.Drawing.Point(219, -1);
this.bnTouchMulti.Name = "bnTouchMulti";
this.bnTouchMulti.Size = new System.Drawing.Size(94, 54);
this.bnTouchMulti.TabIndex = 91;
this.bnTouchMulti.Text = "Right Mouse Button";
this.bnTouchMulti.UseVisualStyleBackColor = false;
this.bnTouchMulti.Click += new System.EventHandler(this.Show_ControlsBn);
this.bnTouchMulti.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Show360Controls);
//
// bnTouchRight
//
this.bnTouchRight.BackColor = System.Drawing.Color.Transparent;
this.bnTouchRight.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.bnTouchRight.Cursor = System.Windows.Forms.Cursors.Default;
this.bnTouchRight.FlatAppearance.BorderColor = System.Drawing.Color.Red;
this.bnTouchRight.FlatAppearance.BorderSize = 0;
this.bnTouchRight.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
this.bnTouchRight.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
this.bnTouchRight.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.bnTouchRight.ForeColor = System.Drawing.SystemColors.WindowText;
this.bnTouchRight.Location = new System.Drawing.Point(329, -1);
this.bnTouchRight.Name = "bnTouchRight";
this.bnTouchRight.Size = new System.Drawing.Size(92, 54);
this.bnTouchRight.TabIndex = 90;
this.bnTouchRight.Text = "Left Mouse Button";
this.bnTouchRight.UseVisualStyleBackColor = false;
this.bnTouchRight.Click += new System.EventHandler(this.Show_ControlsBn);
this.bnTouchRight.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Show360Controls);
//
// bnTouchLeft
//
this.bnTouchLeft.BackColor = System.Drawing.Color.Transparent;
this.bnTouchLeft.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.bnTouchLeft.Cursor = System.Windows.Forms.Cursors.Default;
this.bnTouchLeft.FlatAppearance.BorderColor = System.Drawing.Color.Red;
this.bnTouchLeft.FlatAppearance.BorderSize = 0;
this.bnTouchLeft.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
this.bnTouchLeft.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
this.bnTouchLeft.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.bnTouchLeft.ForeColor = System.Drawing.SystemColors.WindowText;
this.bnTouchLeft.Location = new System.Drawing.Point(3, 1);
this.bnTouchLeft.Name = "bnTouchLeft";
this.bnTouchLeft.Size = new System.Drawing.Size(96, 52);
this.bnTouchLeft.TabIndex = 90;
this.bnTouchLeft.Text = "Left Mouse Button";
this.bnTouchLeft.UseVisualStyleBackColor = false;
this.bnTouchLeft.Click += new System.EventHandler(this.Show_ControlsBn);
this.bnTouchLeft.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Show360Controls);
//
// tabLightBar
//
this.tabLightBar.Controls.Add(this.flashLed);
this.tabLightBar.Controls.Add(this.lowLedCheckBox);
this.tabLightBar.Controls.Add(this.batteryLed);
this.tabLightBar.Controls.Add(this.colorChooserButton);
this.tabLightBar.Controls.Add(this.fullLedPanel);
this.tabLightBar.Controls.Add(this.blueBar);
this.tabLightBar.Controls.Add(this.greenBar);
this.tabLightBar.Controls.Add(this.colorLabel);
this.tabLightBar.Controls.Add(this.RedLabel);
this.tabLightBar.Controls.Add(this.redBar);
this.tabLightBar.Controls.Add(this.GreenLabel);
this.tabLightBar.Controls.Add(this.BlueLabel);
this.tabLightBar.Controls.Add(this.lowLedPanel);
this.tabLightBar.Location = new System.Drawing.Point(4, 22);
this.tabLightBar.Name = "tabLightBar";
this.tabLightBar.Padding = new System.Windows.Forms.Padding(3);
this.tabLightBar.Size = new System.Drawing.Size(425, 170);
this.tabLightBar.TabIndex = 0;
this.tabLightBar.Text = "Light Bar";
this.tabLightBar.UseVisualStyleBackColor = true;
//
// tabRumble
//
this.tabRumble.Controls.Add(this.rumbleSwap);
this.tabRumble.Controls.Add(this.rightMotorBar);
this.tabRumble.Controls.Add(this.leftMotorBar);
this.tabRumble.Controls.Add(this.rumbleLabel);
this.tabRumble.Controls.Add(this.rumbleBoostBar);
this.tabRumble.Controls.Add(this.rumbleBoostLabel);
this.tabRumble.Controls.Add(this.leftMotorLabel);
this.tabRumble.Controls.Add(this.rightMotorLabel);
this.tabRumble.Controls.Add(this.rightMotorValLabel);
this.tabRumble.Controls.Add(this.leftMotorValLabel);
this.tabRumble.Controls.Add(this.rumbleBoostMotorValLabel);
this.tabRumble.Location = new System.Drawing.Point(4, 22);
this.tabRumble.Name = "tabRumble";
this.tabRumble.Padding = new System.Windows.Forms.Padding(3);
this.tabRumble.Size = new System.Drawing.Size(425, 170);
this.tabRumble.TabIndex = 1;
this.tabRumble.Text = "Rumble";
this.tabRumble.UseVisualStyleBackColor = true;
//
// rumbleSwap
//
this.rumbleSwap.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.rumbleSwap.AutoSize = true;
this.rumbleSwap.Location = new System.Drawing.Point(6, 137);
this.rumbleSwap.Name = "rumbleSwap";
this.rumbleSwap.Size = new System.Drawing.Size(349, 17);
this.rumbleSwap.TabIndex = 36;
this.rumbleSwap.Text = "Swap rumble input (matches left/right instead of heavy/light aspects)";
this.rumbleSwap.UseVisualStyleBackColor = true;
this.rumbleSwap.CheckedChanged += new System.EventHandler(this.rumbleSwap_CheckedChanged);
//
// tabOther
//
this.tabOther.Controls.Add(this.idleDisconnectTimeout);
this.tabOther.Controls.Add(this.label3);
this.tabOther.Controls.Add(this.label2);
this.tabOther.Controls.Add(this.cbSixaxis);
this.tabOther.Controls.Add(this.label11);
this.tabOther.Controls.Add(this.flushHIDQueue);
this.tabOther.Controls.Add(this.label10);
this.tabOther.Controls.Add(this.label9);
this.tabOther.Controls.Add(this.rightTriggerMiddlePoint);
this.tabOther.Controls.Add(this.leftTriggerMiddlePoint);
this.tabOther.Location = new System.Drawing.Point(4, 22);
this.tabOther.Name = "tabOther";
this.tabOther.Size = new System.Drawing.Size(425, 170);
this.tabOther.TabIndex = 3;
this.tabOther.Text = "Other";
this.tabOther.UseVisualStyleBackColor = true;
//
// idleDisconnectTimeout
//
this.idleDisconnectTimeout.Location = new System.Drawing.Point(6, 107);
this.idleDisconnectTimeout.Maximum = new decimal(new int[] {
3600,
0,
0,
0});
this.idleDisconnectTimeout.Name = "idleDisconnectTimeout";
this.idleDisconnectTimeout.Size = new System.Drawing.Size(52, 20);
this.idleDisconnectTimeout.TabIndex = 84;
this.idleDisconnectTimeout.ValueChanged += new System.EventHandler(this.idleDisconnectTimeout_ValueChanged);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(63, 109);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(110, 13);
this.label3.TabIndex = 83;
this.label3.Text = "seconds (0 to disable)";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(3, 91);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(130, 13);
this.label2.TabIndex = 81;
this.label2.Text = "Idle disconnection timeout";
//
// tBProfile
//
this.tBProfile.ForeColor = System.Drawing.SystemColors.GrayText;
this.tBProfile.Location = new System.Drawing.Point(103, 216);
this.tBProfile.Name = "tBProfile";
this.tBProfile.Size = new System.Drawing.Size(255, 20);
this.tBProfile.TabIndex = 83;
this.tBProfile.Text = "<type profile name here>";
this.tBProfile.TextChanged += new System.EventHandler(this.tBProfile_TextChanged);
this.tBProfile.Enter += new System.EventHandler(this.tBProfile_Enter);
this.tBProfile.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbProfile_EnterDown);
this.tBProfile.Leave += new System.EventHandler(this.tBProfile_Leave);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(23, 219);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(70, 13);
this.label4.TabIndex = 84;
this.label4.Text = "Profile Name:";
//
// advColorDialog
//
this.advColorDialog.AnyColor = true;
this.advColorDialog.Color = System.Drawing.Color.Blue;
this.advColorDialog.FullOpen = true;
//
// Options
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(244)))), ((int)(((byte)(244)))));
this.ClientSize = new System.Drawing.Size(454, 244);
this.Controls.Add(this.label4);
this.Controls.Add(this.tBProfile);
this.Controls.Add(this.tabOptions);
this.Controls.Add(this.saveButton);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(470, 282);
this.Name = "Options";
this.Text = "Options";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Options_Closed);
((System.ComponentModel.ISupportInitialize)(this.blueBar)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.greenBar)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.redBar)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.rightMotorBar)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.leftMotorBar)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.rumbleBoostBar)).EndInit();
this.lowLedPanel.ResumeLayout(false);
this.lowLedPanel.PerformLayout();
this.fullLedPanel.ResumeLayout(false);
this.tabOptions.ResumeLayout(false);
this.tabControls.ResumeLayout(false);
this.tabControls.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pBController)).EndInit();
this.tabAnalogSticks.ResumeLayout(false);
this.tabAnalogSticks.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pBSticks)).EndInit();
this.tabTouchPad.ResumeLayout(false);
this.tabTouchPad.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numUDTap)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numUDScroll)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numUDTouch)).EndInit();
this.tabLightBar.ResumeLayout(false);
this.tabLightBar.PerformLayout();
this.tabRumble.ResumeLayout(false);
this.tabRumble.PerformLayout();
this.tabOther.ResumeLayout(false);
this.tabOther.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.idleDisconnectTimeout)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label BlueLabel;
private System.Windows.Forms.Label GreenLabel;
private System.Windows.Forms.Label RedLabel;
private System.Windows.Forms.TrackBar blueBar;
private System.Windows.Forms.TrackBar greenBar;
private System.Windows.Forms.Label blueValLabel;
private System.Windows.Forms.Label greenValLabel;
private System.Windows.Forms.Label redValLabel;
private System.Windows.Forms.Label rumbleBoostMotorValLabel;
private System.Windows.Forms.Label leftMotorValLabel;
private System.Windows.Forms.Label rightMotorValLabel;
private System.Windows.Forms.Label rightMotorLabel;
private System.Windows.Forms.Label leftMotorLabel;
private System.Windows.Forms.Label rumbleBoostLabel;
private System.Windows.Forms.TrackBar rightMotorBar;
private System.Windows.Forms.TrackBar leftMotorBar;
private System.Windows.Forms.TrackBar rumbleBoostBar;
private System.Windows.Forms.Label rumbleLabel;
private System.Windows.Forms.Label colorLabel;
private System.Windows.Forms.TrackBar redBar;
private System.Windows.Forms.Button saveButton;
private System.Windows.Forms.CheckBox batteryLed;
private System.Windows.Forms.CheckBox flashLed;
private AdvancedColorDialog advColorDialog;
private System.Windows.Forms.CheckBox cBlowerRCOn;
private System.Windows.Forms.Label lowRedValLabel;
private System.Windows.Forms.Label lowGreenValLabel;
private System.Windows.Forms.Label lowBlueValLabel;
private System.Windows.Forms.Label fullColorLabel;
private System.Windows.Forms.Label lowColorLabel;
private System.Windows.Forms.CheckBox lowLedCheckBox;
private System.Windows.Forms.Panel lowLedPanel;
private System.Windows.Forms.Panel fullLedPanel;
private System.Windows.Forms.Button colorChooserButton;
private System.Windows.Forms.Button lowColorChooserButton;
//private System.Windows.Forms.TrackBar tBsixaxisGyroX;
//private System.Windows.Forms.TrackBar tBsixaxisGyroY;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox rightTriggerMiddlePoint;
private System.Windows.Forms.TextBox leftTriggerMiddlePoint;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.CheckBox cbSixaxis;
private System.Windows.Forms.CheckBox flushHIDQueue;
private System.Windows.Forms.CheckBox touchpadJitterCompensation;
private System.Windows.Forms.TabControl tabOptions;
private System.Windows.Forms.TabPage tabLightBar;
private System.Windows.Forms.TabPage tabRumble;
private System.Windows.Forms.TabPage tabTouchPad;
private System.Windows.Forms.TabPage tabOther;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.CheckBox rumbleSwap;
private System.Windows.Forms.TabPage tabControls;
private System.Windows.Forms.TabPage tabAnalogSticks;
private System.Windows.Forms.NumericUpDown numUDScroll;
private System.Windows.Forms.NumericUpDown numUDTouch;
private System.Windows.Forms.CheckBox cBTap;
public System.Windows.Forms.ListBox lBControls;
private System.Windows.Forms.PictureBox pBController;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.PictureBox pBSticks;
public System.Windows.Forms.ListBox lBAnalogSticks;
public System.Windows.Forms.ListBox lBTouchControls;
private System.Windows.Forms.Button bnTriangle;
private System.Windows.Forms.Button bnSquare;
private System.Windows.Forms.Button bnCircle;
private System.Windows.Forms.Button bnCross;
private System.Windows.Forms.Button bnRSDown;
private System.Windows.Forms.Button bnRSUp;
private System.Windows.Forms.Button bnRSRight;
private System.Windows.Forms.Button bnRSLeft;
private System.Windows.Forms.Button bnR3;
private System.Windows.Forms.Button bnLSDown;
private System.Windows.Forms.Button bnLSRight;
private System.Windows.Forms.Button bnLSLeft;
private System.Windows.Forms.Button bnLSUp;
private System.Windows.Forms.Button bnL3;
private System.Windows.Forms.Button bnTouchUpper;
private System.Windows.Forms.Button bnTouchMulti;
private System.Windows.Forms.Button bnTouchLeft;
private System.Windows.Forms.Button bnL2;
private System.Windows.Forms.Button bnR2;
private System.Windows.Forms.Button bnL1;
private System.Windows.Forms.Button bnR1;
private System.Windows.Forms.Button bnPS;
private System.Windows.Forms.Button bnShare;
private System.Windows.Forms.Button bnOptions;
private System.Windows.Forms.Button bnLeft;
private System.Windows.Forms.Button bnRight;
private System.Windows.Forms.Button bnDown;
private System.Windows.Forms.Button bnUp;
private System.Windows.Forms.Button btnRightStick;
private System.Windows.Forms.Button btnTouchtab;
private System.Windows.Forms.Button btnLeftStick;
private System.Windows.Forms.TextBox tBProfile;
private System.Windows.Forms.NumericUpDown idleDisconnectTimeout;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnLightbar;
private System.Windows.Forms.Button bnTouchRight;
private System.Windows.Forms.CheckBox cBScroll;
private System.Windows.Forms.CheckBox cBSlide;
private System.Windows.Forms.NumericUpDown numUDTap;
private System.Windows.Forms.Label label4;
}
}