mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-23 09:49:16 +01:00
1a8fb309ee
Better Support of multiple action being mapped to analog sticks Fixed crash with an empty macro UI Fixes
2272 lines
119 KiB
C#
2272 lines
119 KiB
C#
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.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.MainPanel = new System.Windows.Forms.Panel();
|
||
this.pBController = new System.Windows.Forms.PictureBox();
|
||
this.bnR1 = new System.Windows.Forms.Button();
|
||
this.bnCross = new System.Windows.Forms.Button();
|
||
this.bnCircle = new System.Windows.Forms.Button();
|
||
this.btnRightStick = new System.Windows.Forms.Button();
|
||
this.bnSquare = new System.Windows.Forms.Button();
|
||
this.btnLightbar = new System.Windows.Forms.Button();
|
||
this.bnTriangle = new System.Windows.Forms.Button();
|
||
this.bnUp = new System.Windows.Forms.Button();
|
||
this.btnLeftStick = new System.Windows.Forms.Button();
|
||
this.bnDown = new System.Windows.Forms.Button();
|
||
this.bnL2 = new System.Windows.Forms.Button();
|
||
this.bnRight = new System.Windows.Forms.Button();
|
||
this.bnR2 = new System.Windows.Forms.Button();
|
||
this.bnLeft = new System.Windows.Forms.Button();
|
||
this.bnL1 = new System.Windows.Forms.Button();
|
||
this.bnOptions = new System.Windows.Forms.Button();
|
||
this.bnPS = new System.Windows.Forms.Button();
|
||
this.bnShare = new System.Windows.Forms.Button();
|
||
this.SticksPanel = new System.Windows.Forms.Panel();
|
||
this.btnFullView = new System.Windows.Forms.Button();
|
||
this.pBSticks = new System.Windows.Forms.PictureBox();
|
||
this.bnL3 = new System.Windows.Forms.Button();
|
||
this.bnRSDown = new System.Windows.Forms.Button();
|
||
this.bnLSUp = new System.Windows.Forms.Button();
|
||
this.bnRSUp = new System.Windows.Forms.Button();
|
||
this.bnLSLeft = new System.Windows.Forms.Button();
|
||
this.bnRSRight = new System.Windows.Forms.Button();
|
||
this.bnLSRight = new System.Windows.Forms.Button();
|
||
this.bnRSLeft = new System.Windows.Forms.Button();
|
||
this.bnLSDown = new System.Windows.Forms.Button();
|
||
this.bnR3 = new System.Windows.Forms.Button();
|
||
this.lBControlTip = new System.Windows.Forms.Label();
|
||
this.lBControls = new System.Windows.Forms.ListBox();
|
||
this.lowColorChooserButton = new System.Windows.Forms.Button();
|
||
this.nUDRainbow = new System.Windows.Forms.NumericUpDown();
|
||
this.pBRainbow = new System.Windows.Forms.PictureBox();
|
||
this.blueBar = new System.Windows.Forms.TrackBar();
|
||
this.greenBar = new System.Windows.Forms.TrackBar();
|
||
this.redBar = new System.Windows.Forms.TrackBar();
|
||
this.cBLightbyBattery = new System.Windows.Forms.CheckBox();
|
||
this.lBBlue = new System.Windows.Forms.Label();
|
||
this.lBGreen = new System.Windows.Forms.Label();
|
||
this.lBspc = new System.Windows.Forms.Label();
|
||
this.lBRed = new System.Windows.Forms.Label();
|
||
this.cBDoubleTap = new System.Windows.Forms.CheckBox();
|
||
this.cBTap = new System.Windows.Forms.CheckBox();
|
||
this.nUDTap = new System.Windows.Forms.NumericUpDown();
|
||
this.cBScroll = new System.Windows.Forms.CheckBox();
|
||
this.cBSlide = new System.Windows.Forms.CheckBox();
|
||
this.nUDScroll = new System.Windows.Forms.NumericUpDown();
|
||
this.nUDTouch = new System.Windows.Forms.NumericUpDown();
|
||
this.lBButtonMouseSens = new System.Windows.Forms.Label();
|
||
this.cBlowerRCOn = new System.Windows.Forms.CheckBox();
|
||
this.cBTouchpadJitterCompensation = new System.Windows.Forms.CheckBox();
|
||
this.lBL2 = new System.Windows.Forms.Label();
|
||
this.lBR2 = new System.Windows.Forms.Label();
|
||
this.lBIdleMinutes = new System.Windows.Forms.Label();
|
||
this.nUDIdleDisconnect = new System.Windows.Forms.NumericUpDown();
|
||
this.nUDR2 = new System.Windows.Forms.NumericUpDown();
|
||
this.tBsixaxisAccelZ = new System.Windows.Forms.TrackBar();
|
||
this.cBFlushHIDQueue = new System.Windows.Forms.CheckBox();
|
||
this.tBsixaxisAccelY = new System.Windows.Forms.TrackBar();
|
||
this.leftMotorLabel = new System.Windows.Forms.Label();
|
||
this.tBsixaxisAccelX = new System.Windows.Forms.TrackBar();
|
||
this.rightMotorLabel = new System.Windows.Forms.Label();
|
||
this.tBsixaxisGyroZ = new System.Windows.Forms.TrackBar();
|
||
this.rumbleBoostLabel = new System.Windows.Forms.Label();
|
||
this.tBsixaxisGyroY = new System.Windows.Forms.TrackBar();
|
||
this.tBsixaxisGyroX = new System.Windows.Forms.TrackBar();
|
||
this.nUDRumbleBoost = new System.Windows.Forms.NumericUpDown();
|
||
this.lB6Accel = new System.Windows.Forms.Label();
|
||
this.nUDHeavyRumble = new System.Windows.Forms.NumericUpDown();
|
||
this.lB6Gryo = new System.Windows.Forms.Label();
|
||
this.nUDLightRumble = new System.Windows.Forms.NumericUpDown();
|
||
this.btnRumbleTest = new System.Windows.Forms.Button();
|
||
this.lbFull = new System.Windows.Forms.Label();
|
||
this.lBLowRed = new System.Windows.Forms.Label();
|
||
this.lBLowGreen = new System.Windows.Forms.Label();
|
||
this.lBLowBlue = new System.Windows.Forms.Label();
|
||
this.lowRedBar = new System.Windows.Forms.TrackBar();
|
||
this.lowGreenBar = new System.Windows.Forms.TrackBar();
|
||
this.lowBlueBar = new System.Windows.Forms.TrackBar();
|
||
this.lBEmpty = new System.Windows.Forms.Label();
|
||
this.FullPanel = new System.Windows.Forms.Panel();
|
||
this.lowBatteryPanel = new System.Windows.Forms.Panel();
|
||
this.SixaxisPanel = new System.Windows.Forms.Panel();
|
||
this.bnGyroZP = new System.Windows.Forms.Button();
|
||
this.lBProfileTip = new System.Windows.Forms.Label();
|
||
this.tBProfile = new System.Windows.Forms.TextBox();
|
||
this.btnSaveProfile = new System.Windows.Forms.Button();
|
||
this.lbRS = new System.Windows.Forms.Label();
|
||
this.lbLS = new System.Windows.Forms.Label();
|
||
this.nUDRS = new System.Windows.Forms.NumericUpDown();
|
||
this.numUDMouseSens = new System.Windows.Forms.NumericUpDown();
|
||
this.nUDLS = new System.Windows.Forms.NumericUpDown();
|
||
this.nUDL2 = new System.Windows.Forms.NumericUpDown();
|
||
this.gBTouchpad = new System.Windows.Forms.GroupBox();
|
||
this.gBOther = new System.Windows.Forms.GroupBox();
|
||
this.nUDSixaxis = new System.Windows.Forms.NumericUpDown();
|
||
this.cBControllerInput = new System.Windows.Forms.CheckBox();
|
||
this.cBIdleDisconnect = new System.Windows.Forms.CheckBox();
|
||
this.gBLightbar = new System.Windows.Forms.GroupBox();
|
||
this.btnChargingColor = new System.Windows.Forms.Button();
|
||
this.rBColor = new System.Windows.Forms.RadioButton();
|
||
this.rBFade = new System.Windows.Forms.RadioButton();
|
||
this.rBNormal = new System.Windows.Forms.RadioButton();
|
||
this.rBRainbow = new System.Windows.Forms.RadioButton();
|
||
this.lbWhileCharging = new System.Windows.Forms.Label();
|
||
this.label1 = new System.Windows.Forms.Label();
|
||
this.lBFlashAt = new System.Windows.Forms.Label();
|
||
this.nUDflashLED = new System.Windows.Forms.NumericUpDown();
|
||
this.gBRumble = new System.Windows.Forms.GroupBox();
|
||
this.gBDeadzone = new System.Windows.Forms.GroupBox();
|
||
this.btnCancel = new System.Windows.Forms.Button();
|
||
this.bnGyroXP = new System.Windows.Forms.Button();
|
||
this.bnGyroXN = new System.Windows.Forms.Button();
|
||
this.bnGyroZN = new System.Windows.Forms.Button();
|
||
this.fLPTiltControls = new System.Windows.Forms.FlowLayoutPanel();
|
||
this.advColorDialog = new ScpServer.AdvancedColorDialog();
|
||
this.MainPanel.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.pBController)).BeginInit();
|
||
this.SticksPanel.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.pBSticks)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.nUDRainbow)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.pBRainbow)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.blueBar)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.greenBar)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.redBar)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.nUDTap)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.nUDScroll)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.nUDTouch)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.nUDIdleDisconnect)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.nUDR2)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.tBsixaxisAccelZ)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.tBsixaxisAccelY)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.tBsixaxisAccelX)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.tBsixaxisGyroZ)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.tBsixaxisGyroY)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.tBsixaxisGyroX)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.nUDRumbleBoost)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.nUDHeavyRumble)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.nUDLightRumble)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.lowRedBar)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.lowGreenBar)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.lowBlueBar)).BeginInit();
|
||
this.FullPanel.SuspendLayout();
|
||
this.lowBatteryPanel.SuspendLayout();
|
||
this.SixaxisPanel.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.nUDRS)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.numUDMouseSens)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.nUDLS)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.nUDL2)).BeginInit();
|
||
this.gBTouchpad.SuspendLayout();
|
||
this.gBOther.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.nUDSixaxis)).BeginInit();
|
||
this.gBLightbar.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.nUDflashLED)).BeginInit();
|
||
this.gBRumble.SuspendLayout();
|
||
this.gBDeadzone.SuspendLayout();
|
||
this.fLPTiltControls.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// 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(84, 25);
|
||
this.bnTouchUpper.Name = "bnTouchUpper";
|
||
this.bnTouchUpper.Size = new System.Drawing.Size(78, 16);
|
||
this.bnTouchUpper.TabIndex = 193;
|
||
this.bnTouchUpper.Text = "Middle Mouse Button";
|
||
this.bnTouchUpper.UseVisualStyleBackColor = false;
|
||
this.bnTouchUpper.Click += new System.EventHandler(this.Show_ControlsBn);
|
||
this.bnTouchUpper.MouseLeave += new System.EventHandler(this.Toucpad_Leave);
|
||
this.bnTouchUpper.MouseHover += new System.EventHandler(this.bnTouchUpper_MouseHover);
|
||
//
|
||
// 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(109, 40);
|
||
this.bnTouchMulti.Name = "bnTouchMulti";
|
||
this.bnTouchMulti.Size = new System.Drawing.Size(30, 34);
|
||
this.bnTouchMulti.TabIndex = 192;
|
||
this.bnTouchMulti.Text = "Right Mouse Button";
|
||
this.bnTouchMulti.UseVisualStyleBackColor = false;
|
||
this.bnTouchMulti.Click += new System.EventHandler(this.Show_ControlsBn);
|
||
this.bnTouchMulti.MouseLeave += new System.EventHandler(this.Toucpad_Leave);
|
||
this.bnTouchMulti.MouseHover += new System.EventHandler(this.bnTouchMulti_MouseHover);
|
||
//
|
||
// 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(139, 40);
|
||
this.bnTouchRight.Name = "bnTouchRight";
|
||
this.bnTouchRight.Size = new System.Drawing.Size(23, 34);
|
||
this.bnTouchRight.TabIndex = 190;
|
||
this.bnTouchRight.Text = "Left Mouse Button";
|
||
this.bnTouchRight.UseVisualStyleBackColor = false;
|
||
this.bnTouchRight.Click += new System.EventHandler(this.Show_ControlsBn);
|
||
this.bnTouchRight.MouseLeave += new System.EventHandler(this.Toucpad_Leave);
|
||
this.bnTouchRight.MouseHover += new System.EventHandler(this.bnTouchRight_MouseHover);
|
||
//
|
||
// 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(84, 40);
|
||
this.bnTouchLeft.Name = "bnTouchLeft";
|
||
this.bnTouchLeft.Size = new System.Drawing.Size(25, 35);
|
||
this.bnTouchLeft.TabIndex = 191;
|
||
this.bnTouchLeft.Text = "Left Mouse Button";
|
||
this.bnTouchLeft.UseVisualStyleBackColor = false;
|
||
this.bnTouchLeft.Click += new System.EventHandler(this.Show_ControlsBn);
|
||
this.bnTouchLeft.MouseLeave += new System.EventHandler(this.Toucpad_Leave);
|
||
this.bnTouchLeft.MouseHover += new System.EventHandler(this.bnTouchLeft_MouseHover);
|
||
//
|
||
// MainPanel
|
||
//
|
||
this.MainPanel.Controls.Add(this.pBController);
|
||
this.MainPanel.Controls.Add(this.bnTouchUpper);
|
||
this.MainPanel.Controls.Add(this.bnTouchLeft);
|
||
this.MainPanel.Controls.Add(this.bnTouchRight);
|
||
this.MainPanel.Controls.Add(this.bnTouchMulti);
|
||
this.MainPanel.Controls.Add(this.bnR1);
|
||
this.MainPanel.Controls.Add(this.bnCross);
|
||
this.MainPanel.Controls.Add(this.bnCircle);
|
||
this.MainPanel.Controls.Add(this.btnRightStick);
|
||
this.MainPanel.Controls.Add(this.bnSquare);
|
||
this.MainPanel.Controls.Add(this.btnLightbar);
|
||
this.MainPanel.Controls.Add(this.bnTriangle);
|
||
this.MainPanel.Controls.Add(this.bnUp);
|
||
this.MainPanel.Controls.Add(this.btnLeftStick);
|
||
this.MainPanel.Controls.Add(this.bnDown);
|
||
this.MainPanel.Controls.Add(this.bnL2);
|
||
this.MainPanel.Controls.Add(this.bnRight);
|
||
this.MainPanel.Controls.Add(this.bnR2);
|
||
this.MainPanel.Controls.Add(this.bnLeft);
|
||
this.MainPanel.Controls.Add(this.bnL1);
|
||
this.MainPanel.Controls.Add(this.bnOptions);
|
||
this.MainPanel.Controls.Add(this.bnPS);
|
||
this.MainPanel.Controls.Add(this.bnShare);
|
||
this.MainPanel.Location = new System.Drawing.Point(7, 44);
|
||
this.MainPanel.Name = "MainPanel";
|
||
this.MainPanel.Size = new System.Drawing.Size(249, 137);
|
||
this.MainPanel.TabIndex = 185;
|
||
//
|
||
// pBController
|
||
//
|
||
this.pBController.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
this.pBController.Enabled = false;
|
||
this.pBController.Image = global::ScpServer.Properties.Resources.DS4_Controller;
|
||
this.pBController.Location = new System.Drawing.Point(0, 0);
|
||
this.pBController.Name = "pBController";
|
||
this.pBController.Size = new System.Drawing.Size(245, 132);
|
||
this.pBController.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
||
this.pBController.TabIndex = 1;
|
||
this.pBController.TabStop = false;
|
||
//
|
||
// 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(175, 13);
|
||
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);
|
||
//
|
||
// 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(187, 76);
|
||
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);
|
||
//
|
||
// 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(208, 60);
|
||
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);
|
||
//
|
||
// 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(150, 90);
|
||
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;
|
||
this.btnRightStick.Click += new System.EventHandler(this.btnSticks_Enter);
|
||
//
|
||
// 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(173, 61);
|
||
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);
|
||
//
|
||
// 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(84, 6);
|
||
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;
|
||
this.btnLightbar.Click += new System.EventHandler(this.btnLightbar_Click);
|
||
//
|
||
// 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(188, 45);
|
||
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);
|
||
//
|
||
// 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.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
||
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(44, 48);
|
||
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);
|
||
//
|
||
// 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(70, 90);
|
||
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;
|
||
this.btnLeftStick.Click += new System.EventHandler(this.btnSticks_Enter);
|
||
//
|
||
// 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(44, 73);
|
||
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);
|
||
//
|
||
// 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(31, 0);
|
||
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);
|
||
//
|
||
// 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(55, 61);
|
||
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);
|
||
//
|
||
// 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(174, 0);
|
||
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);
|
||
//
|
||
// 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(31, 61);
|
||
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);
|
||
//
|
||
// 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(31, 13);
|
||
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);
|
||
//
|
||
// 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(167, 33);
|
||
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);
|
||
//
|
||
// 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(115, 87);
|
||
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);
|
||
//
|
||
// 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(71, 33);
|
||
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);
|
||
//
|
||
// SticksPanel
|
||
//
|
||
this.SticksPanel.Controls.Add(this.btnFullView);
|
||
this.SticksPanel.Controls.Add(this.pBSticks);
|
||
this.SticksPanel.Controls.Add(this.bnL3);
|
||
this.SticksPanel.Controls.Add(this.bnRSDown);
|
||
this.SticksPanel.Controls.Add(this.bnLSUp);
|
||
this.SticksPanel.Controls.Add(this.bnRSUp);
|
||
this.SticksPanel.Controls.Add(this.bnLSLeft);
|
||
this.SticksPanel.Controls.Add(this.bnRSRight);
|
||
this.SticksPanel.Controls.Add(this.bnLSRight);
|
||
this.SticksPanel.Controls.Add(this.bnRSLeft);
|
||
this.SticksPanel.Controls.Add(this.bnLSDown);
|
||
this.SticksPanel.Controls.Add(this.bnR3);
|
||
this.SticksPanel.Location = new System.Drawing.Point(7, 44);
|
||
this.SticksPanel.Name = "SticksPanel";
|
||
this.SticksPanel.Size = new System.Drawing.Size(249, 142);
|
||
this.SticksPanel.TabIndex = 187;
|
||
this.SticksPanel.Visible = false;
|
||
//
|
||
// btnFullView
|
||
//
|
||
this.btnFullView.Location = new System.Drawing.Point(71, 9);
|
||
this.btnFullView.Name = "btnFullView";
|
||
this.btnFullView.Size = new System.Drawing.Size(106, 23);
|
||
this.btnFullView.TabIndex = 184;
|
||
this.btnFullView.Text = "<- Back to full view";
|
||
this.btnFullView.UseVisualStyleBackColor = true;
|
||
this.btnFullView.Click += new System.EventHandler(this.btnFullView_Click);
|
||
//
|
||
// pBSticks
|
||
//
|
||
this.pBSticks.Enabled = false;
|
||
this.pBSticks.Image = global::ScpServer.Properties.Resources.sticks;
|
||
this.pBSticks.Location = new System.Drawing.Point(0, 1);
|
||
this.pBSticks.Name = "pBSticks";
|
||
this.pBSticks.Size = new System.Drawing.Size(245, 132);
|
||
this.pBSticks.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
||
this.pBSticks.TabIndex = 161;
|
||
this.pBSticks.TabStop = false;
|
||
//
|
||
// 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(36, 92);
|
||
this.bnL3.Name = "bnL3";
|
||
this.bnL3.Size = new System.Drawing.Size(23, 23);
|
||
this.bnL3.TabIndex = 163;
|
||
this.bnL3.Text = "Left Stick";
|
||
this.bnL3.UseVisualStyleBackColor = false;
|
||
this.bnL3.Click += new System.EventHandler(this.Show_ControlsBn);
|
||
//
|
||
// 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(182, 116);
|
||
this.bnRSDown.Name = "bnRSDown";
|
||
this.bnRSDown.Size = new System.Drawing.Size(23, 11);
|
||
this.bnRSDown.TabIndex = 172;
|
||
this.bnRSDown.Text = "Right Y-Axis+";
|
||
this.bnRSDown.UseVisualStyleBackColor = false;
|
||
this.bnRSDown.Click += new System.EventHandler(this.Show_ControlsBn);
|
||
//
|
||
// 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(36, 77);
|
||
this.bnLSUp.Name = "bnLSUp";
|
||
this.bnLSUp.Size = new System.Drawing.Size(23, 11);
|
||
this.bnLSUp.TabIndex = 167;
|
||
this.bnLSUp.Text = "Left Y-Axis-";
|
||
this.bnLSUp.UseVisualStyleBackColor = false;
|
||
this.bnLSUp.Click += new System.EventHandler(this.Show_ControlsBn);
|
||
//
|
||
// 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(182, 78);
|
||
this.bnRSUp.Name = "bnRSUp";
|
||
this.bnRSUp.Size = new System.Drawing.Size(23, 11);
|
||
this.bnRSUp.TabIndex = 171;
|
||
this.bnRSUp.Text = "Right Y-Axis-";
|
||
this.bnRSUp.UseVisualStyleBackColor = false;
|
||
this.bnRSUp.Click += new System.EventHandler(this.Show_ControlsBn);
|
||
//
|
||
// 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(21, 92);
|
||
this.bnLSLeft.Name = "bnLSLeft";
|
||
this.bnLSLeft.Size = new System.Drawing.Size(11, 23);
|
||
this.bnLSLeft.TabIndex = 164;
|
||
this.bnLSLeft.Text = "Left X-Axis-";
|
||
this.bnLSLeft.UseVisualStyleBackColor = false;
|
||
this.bnLSLeft.Click += new System.EventHandler(this.Show_ControlsBn);
|
||
//
|
||
// 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(210, 92);
|
||
this.bnRSRight.Name = "bnRSRight";
|
||
this.bnRSRight.Size = new System.Drawing.Size(13, 23);
|
||
this.bnRSRight.TabIndex = 170;
|
||
this.bnRSRight.Text = "Right X-Axis+";
|
||
this.bnRSRight.UseVisualStyleBackColor = false;
|
||
this.bnRSRight.Click += new System.EventHandler(this.Show_ControlsBn);
|
||
//
|
||
// 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(65, 92);
|
||
this.bnLSRight.Name = "bnLSRight";
|
||
this.bnLSRight.Size = new System.Drawing.Size(11, 23);
|
||
this.bnLSRight.TabIndex = 165;
|
||
this.bnLSRight.Text = "Left X-Axis+";
|
||
this.bnLSRight.UseVisualStyleBackColor = false;
|
||
this.bnLSRight.Click += new System.EventHandler(this.Show_ControlsBn);
|
||
//
|
||
// 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(165, 92);
|
||
this.bnRSLeft.Name = "bnRSLeft";
|
||
this.bnRSLeft.Size = new System.Drawing.Size(11, 23);
|
||
this.bnRSLeft.TabIndex = 169;
|
||
this.bnRSLeft.Text = "Right X-Axis-";
|
||
this.bnRSLeft.UseVisualStyleBackColor = false;
|
||
this.bnRSLeft.Click += new System.EventHandler(this.Show_ControlsBn);
|
||
//
|
||
// 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(36, 120);
|
||
this.bnLSDown.Name = "bnLSDown";
|
||
this.bnLSDown.Size = new System.Drawing.Size(23, 11);
|
||
this.bnLSDown.TabIndex = 166;
|
||
this.bnLSDown.Text = "Left Y-Axis+";
|
||
this.bnLSDown.UseVisualStyleBackColor = false;
|
||
this.bnLSDown.Click += new System.EventHandler(this.Show_ControlsBn);
|
||
//
|
||
// 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(182, 92);
|
||
this.bnR3.Name = "bnR3";
|
||
this.bnR3.Size = new System.Drawing.Size(23, 23);
|
||
this.bnR3.TabIndex = 168;
|
||
this.bnR3.Text = "Right Stick";
|
||
this.bnR3.UseVisualStyleBackColor = false;
|
||
this.bnR3.Click += new System.EventHandler(this.Show_ControlsBn);
|
||
//
|
||
// lBControlTip
|
||
//
|
||
this.lBControlTip.AutoSize = true;
|
||
this.lBControlTip.Location = new System.Drawing.Point(25, 3);
|
||
this.lBControlTip.Name = "lBControlTip";
|
||
this.lBControlTip.Size = new System.Drawing.Size(219, 26);
|
||
this.lBControlTip.TabIndex = 181;
|
||
this.lBControlTip.Text = "Click a part of the controller to change action\r\nClick the lightbar for color pic" +
|
||
"ker";
|
||
this.lBControlTip.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// 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 Touch :",
|
||
"Upper Touch : ",
|
||
"Multitouch :",
|
||
"Right Touch :",
|
||
"Left Stick Up :",
|
||
"Left Stick Down :",
|
||
"Left Stick Left :",
|
||
"Left Stick Right :",
|
||
"Right Stick Up :",
|
||
"Right Stick Down :",
|
||
"Right Stick Left :",
|
||
"Right Stick Right :",
|
||
"Sixaxis Up :",
|
||
"Sixaxis Down :",
|
||
"Sixaxis Left :",
|
||
"Sixaxis Right :"});
|
||
this.lBControls.Location = new System.Drawing.Point(258, 9);
|
||
this.lBControls.Name = "lBControls";
|
||
this.lBControls.Size = new System.Drawing.Size(169, 173);
|
||
this.lBControls.TabIndex = 180;
|
||
this.lBControls.DoubleClick += new System.EventHandler(this.Show_ControlsList);
|
||
this.lBControls.KeyDown += new System.Windows.Forms.KeyEventHandler(this.List_KeyDown);
|
||
//
|
||
// lowColorChooserButton
|
||
//
|
||
this.lowColorChooserButton.BackColor = System.Drawing.Color.White;
|
||
this.lowColorChooserButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.lowColorChooserButton.Location = new System.Drawing.Point(44, 9);
|
||
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);
|
||
//
|
||
// nUDRainbow
|
||
//
|
||
this.nUDRainbow.Location = new System.Drawing.Point(181, 16);
|
||
this.nUDRainbow.Maximum = new decimal(new int[] {
|
||
60,
|
||
0,
|
||
0,
|
||
0});
|
||
this.nUDRainbow.Name = "nUDRainbow";
|
||
this.nUDRainbow.Size = new System.Drawing.Size(39, 20);
|
||
this.nUDRainbow.TabIndex = 167;
|
||
this.nUDRainbow.ValueChanged += new System.EventHandler(this.numUDRainbow_ValueChanged);
|
||
//
|
||
// pBRainbow
|
||
//
|
||
this.pBRainbow.Image = global::ScpServer.Properties.Resources.rainbow;
|
||
this.pBRainbow.Location = new System.Drawing.Point(159, 18);
|
||
this.pBRainbow.Name = "pBRainbow";
|
||
this.pBRainbow.Size = new System.Drawing.Size(16, 16);
|
||
this.pBRainbow.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
||
this.pBRainbow.TabIndex = 166;
|
||
this.pBRainbow.TabStop = false;
|
||
this.pBRainbow.Click += new System.EventHandler(this.pbRainbow_Click);
|
||
//
|
||
// blueBar
|
||
//
|
||
this.blueBar.AutoSize = false;
|
||
this.blueBar.BackColor = System.Drawing.Color.Blue;
|
||
this.blueBar.Location = new System.Drawing.Point(325, 4);
|
||
this.blueBar.Maximum = 255;
|
||
this.blueBar.Name = "blueBar";
|
||
this.blueBar.Size = new System.Drawing.Size(100, 20);
|
||
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);
|
||
this.blueBar.MouseDown += new System.Windows.Forms.MouseEventHandler(this.LightBar_MouseDown);
|
||
this.blueBar.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Lightbar_MouseUp);
|
||
//
|
||
// greenBar
|
||
//
|
||
this.greenBar.AutoSize = false;
|
||
this.greenBar.BackColor = System.Drawing.Color.Green;
|
||
this.greenBar.Location = new System.Drawing.Point(196, 4);
|
||
this.greenBar.Maximum = 255;
|
||
this.greenBar.Name = "greenBar";
|
||
this.greenBar.Size = new System.Drawing.Size(100, 20);
|
||
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);
|
||
this.greenBar.MouseDown += new System.Windows.Forms.MouseEventHandler(this.LightBar_MouseDown);
|
||
this.greenBar.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Lightbar_MouseUp);
|
||
//
|
||
// redBar
|
||
//
|
||
this.redBar.AutoSize = false;
|
||
this.redBar.BackColor = System.Drawing.Color.Red;
|
||
this.redBar.Location = new System.Drawing.Point(73, 4);
|
||
this.redBar.Maximum = 255;
|
||
this.redBar.Name = "redBar";
|
||
this.redBar.Size = new System.Drawing.Size(100, 20);
|
||
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);
|
||
this.redBar.MouseDown += new System.Windows.Forms.MouseEventHandler(this.LightBar_MouseDown);
|
||
this.redBar.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Lightbar_MouseUp);
|
||
//
|
||
// cBLightbyBattery
|
||
//
|
||
this.cBLightbyBattery.AutoSize = true;
|
||
this.cBLightbyBattery.Location = new System.Drawing.Point(316, 17);
|
||
this.cBLightbyBattery.Name = "cBLightbyBattery";
|
||
this.cBLightbyBattery.Size = new System.Drawing.Size(111, 17);
|
||
this.cBLightbyBattery.TabIndex = 162;
|
||
this.cBLightbyBattery.Text = "Color by Battery %";
|
||
this.cBLightbyBattery.UseVisualStyleBackColor = true;
|
||
this.cBLightbyBattery.CheckedChanged += new System.EventHandler(this.ledAsBatteryIndicator_CheckedChanged);
|
||
//
|
||
// lBBlue
|
||
//
|
||
this.lBBlue.AutoSize = true;
|
||
this.lBBlue.Location = new System.Drawing.Point(308, 7);
|
||
this.lBBlue.Name = "lBBlue";
|
||
this.lBBlue.Size = new System.Drawing.Size(14, 13);
|
||
this.lBBlue.TabIndex = 160;
|
||
this.lBBlue.Text = "B";
|
||
//
|
||
// lBGreen
|
||
//
|
||
this.lBGreen.AutoSize = true;
|
||
this.lBGreen.Location = new System.Drawing.Point(180, 7);
|
||
this.lBGreen.Name = "lBGreen";
|
||
this.lBGreen.Size = new System.Drawing.Size(15, 13);
|
||
this.lBGreen.TabIndex = 159;
|
||
this.lBGreen.Text = "G";
|
||
//
|
||
// lBspc
|
||
//
|
||
this.lBspc.AutoSize = true;
|
||
this.lBspc.Location = new System.Drawing.Point(223, 19);
|
||
this.lBspc.Name = "lBspc";
|
||
this.lBspc.Size = new System.Drawing.Size(59, 13);
|
||
this.lBspc.TabIndex = 157;
|
||
this.lBspc.Text = "secs/cycle";
|
||
//
|
||
// lBRed
|
||
//
|
||
this.lBRed.AutoSize = true;
|
||
this.lBRed.Location = new System.Drawing.Point(58, 7);
|
||
this.lBRed.Name = "lBRed";
|
||
this.lBRed.Size = new System.Drawing.Size(15, 13);
|
||
this.lBRed.TabIndex = 158;
|
||
this.lBRed.Text = "R";
|
||
//
|
||
// cBDoubleTap
|
||
//
|
||
this.cBDoubleTap.AutoSize = true;
|
||
this.cBDoubleTap.Checked = true;
|
||
this.cBDoubleTap.CheckState = System.Windows.Forms.CheckState.Checked;
|
||
this.cBDoubleTap.Location = new System.Drawing.Point(357, 17);
|
||
this.cBDoubleTap.Name = "cBDoubleTap";
|
||
this.cBDoubleTap.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
||
this.cBDoubleTap.Size = new System.Drawing.Size(82, 17);
|
||
this.cBDoubleTap.TabIndex = 226;
|
||
this.cBDoubleTap.Text = "Double Tap";
|
||
this.cBDoubleTap.UseVisualStyleBackColor = true;
|
||
this.cBDoubleTap.CheckedChanged += new System.EventHandler(this.cBDoubleTap_CheckedChanged);
|
||
//
|
||
// cBTap
|
||
//
|
||
this.cBTap.AutoSize = true;
|
||
this.cBTap.Checked = true;
|
||
this.cBTap.CheckState = System.Windows.Forms.CheckState.Checked;
|
||
this.cBTap.Location = new System.Drawing.Point(326, 47);
|
||
this.cBTap.Name = "cBTap";
|
||
this.cBTap.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
||
this.cBTap.Size = new System.Drawing.Size(45, 17);
|
||
this.cBTap.TabIndex = 230;
|
||
this.cBTap.Text = "Tap";
|
||
this.cBTap.UseVisualStyleBackColor = true;
|
||
this.cBTap.CheckedChanged += new System.EventHandler(this.cBTap_CheckedChanged);
|
||
//
|
||
// nUDTap
|
||
//
|
||
this.nUDTap.Location = new System.Drawing.Point(377, 46);
|
||
this.nUDTap.Maximum = new decimal(new int[] {
|
||
200,
|
||
0,
|
||
0,
|
||
0});
|
||
this.nUDTap.Name = "nUDTap";
|
||
this.nUDTap.Size = new System.Drawing.Size(40, 20);
|
||
this.nUDTap.TabIndex = 227;
|
||
this.nUDTap.Value = new decimal(new int[] {
|
||
100,
|
||
0,
|
||
0,
|
||
0});
|
||
this.nUDTap.ValueChanged += new System.EventHandler(this.numUDTap_ValueChanged);
|
||
//
|
||
// cBScroll
|
||
//
|
||
this.cBScroll.AutoSize = true;
|
||
this.cBScroll.Checked = true;
|
||
this.cBScroll.CheckState = System.Windows.Forms.CheckState.Checked;
|
||
this.cBScroll.Location = new System.Drawing.Point(180, 48);
|
||
this.cBScroll.Name = "cBScroll";
|
||
this.cBScroll.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
||
this.cBScroll.Size = new System.Drawing.Size(52, 17);
|
||
this.cBScroll.TabIndex = 231;
|
||
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(7, 48);
|
||
this.cBSlide.Name = "cBSlide";
|
||
this.cBSlide.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
||
this.cBSlide.Size = new System.Drawing.Size(49, 17);
|
||
this.cBSlide.TabIndex = 232;
|
||
this.cBSlide.Text = "Slide";
|
||
this.cBSlide.UseVisualStyleBackColor = true;
|
||
this.cBSlide.CheckedChanged += new System.EventHandler(this.cBSlide_CheckedChanged);
|
||
//
|
||
// nUDScroll
|
||
//
|
||
this.nUDScroll.Location = new System.Drawing.Point(234, 46);
|
||
this.nUDScroll.Maximum = new decimal(new int[] {
|
||
10,
|
||
0,
|
||
0,
|
||
0});
|
||
this.nUDScroll.Minimum = new decimal(new int[] {
|
||
10,
|
||
0,
|
||
0,
|
||
-2147483648});
|
||
this.nUDScroll.Name = "nUDScroll";
|
||
this.nUDScroll.Size = new System.Drawing.Size(40, 20);
|
||
this.nUDScroll.TabIndex = 228;
|
||
this.nUDScroll.Value = new decimal(new int[] {
|
||
5,
|
||
0,
|
||
0,
|
||
0});
|
||
this.nUDScroll.ValueChanged += new System.EventHandler(this.numUDScroll_ValueChanged);
|
||
//
|
||
// nUDTouch
|
||
//
|
||
this.nUDTouch.Location = new System.Drawing.Point(62, 46);
|
||
this.nUDTouch.Maximum = new decimal(new int[] {
|
||
150,
|
||
0,
|
||
0,
|
||
0});
|
||
this.nUDTouch.Name = "nUDTouch";
|
||
this.nUDTouch.Size = new System.Drawing.Size(40, 20);
|
||
this.nUDTouch.TabIndex = 229;
|
||
this.nUDTouch.Value = new decimal(new int[] {
|
||
100,
|
||
0,
|
||
0,
|
||
0});
|
||
this.nUDTouch.ValueChanged += new System.EventHandler(this.numUDTouch_ValueChanged);
|
||
//
|
||
// lBButtonMouseSens
|
||
//
|
||
this.lBButtonMouseSens.AutoSize = true;
|
||
this.lBButtonMouseSens.Location = new System.Drawing.Point(5, 18);
|
||
this.lBButtonMouseSens.Name = "lBButtonMouseSens";
|
||
this.lBButtonMouseSens.Size = new System.Drawing.Size(92, 13);
|
||
this.lBButtonMouseSens.TabIndex = 206;
|
||
this.lBButtonMouseSens.Text = "Mouse Sensitivity:";
|
||
this.lBButtonMouseSens.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
||
//
|
||
// cBlowerRCOn
|
||
//
|
||
this.cBlowerRCOn.AutoSize = true;
|
||
this.cBlowerRCOn.Location = new System.Drawing.Point(218, 10);
|
||
this.cBlowerRCOn.Name = "cBlowerRCOn";
|
||
this.cBlowerRCOn.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
||
this.cBlowerRCOn.Size = new System.Drawing.Size(100, 30);
|
||
this.cBlowerRCOn.TabIndex = 223;
|
||
this.cBlowerRCOn.Text = "Lower Right as \r\nRight Mouse";
|
||
this.cBlowerRCOn.UseVisualStyleBackColor = true;
|
||
this.cBlowerRCOn.CheckedChanged += new System.EventHandler(this.lowerRCOffCheckBox_CheckedChanged);
|
||
//
|
||
// cBTouchpadJitterCompensation
|
||
//
|
||
this.cBTouchpadJitterCompensation.AutoSize = true;
|
||
this.cBTouchpadJitterCompensation.Checked = true;
|
||
this.cBTouchpadJitterCompensation.CheckState = System.Windows.Forms.CheckState.Checked;
|
||
this.cBTouchpadJitterCompensation.Location = new System.Drawing.Point(42, 17);
|
||
this.cBTouchpadJitterCompensation.Name = "cBTouchpadJitterCompensation";
|
||
this.cBTouchpadJitterCompensation.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
||
this.cBTouchpadJitterCompensation.Size = new System.Drawing.Size(118, 17);
|
||
this.cBTouchpadJitterCompensation.TabIndex = 224;
|
||
this.cBTouchpadJitterCompensation.Text = "Jitter Compensation";
|
||
this.cBTouchpadJitterCompensation.UseVisualStyleBackColor = true;
|
||
this.cBTouchpadJitterCompensation.CheckedChanged += new System.EventHandler(this.touchpadJitterCompensation_CheckedChanged);
|
||
//
|
||
// lBL2
|
||
//
|
||
this.lBL2.AutoSize = true;
|
||
this.lBL2.Location = new System.Drawing.Point(7, 17);
|
||
this.lBL2.Name = "lBL2";
|
||
this.lBL2.Size = new System.Drawing.Size(19, 13);
|
||
this.lBL2.TabIndex = 196;
|
||
this.lBL2.Text = "L2";
|
||
//
|
||
// lBR2
|
||
//
|
||
this.lBR2.AutoSize = true;
|
||
this.lBR2.Location = new System.Drawing.Point(109, 17);
|
||
this.lBR2.Name = "lBR2";
|
||
this.lBR2.Size = new System.Drawing.Size(21, 13);
|
||
this.lBR2.TabIndex = 197;
|
||
this.lBR2.Text = "R2";
|
||
//
|
||
// lBIdleMinutes
|
||
//
|
||
this.lBIdleMinutes.AutoSize = true;
|
||
this.lBIdleMinutes.Location = new System.Drawing.Point(164, 49);
|
||
this.lBIdleMinutes.Name = "lBIdleMinutes";
|
||
this.lBIdleMinutes.Size = new System.Drawing.Size(28, 13);
|
||
this.lBIdleMinutes.TabIndex = 200;
|
||
this.lBIdleMinutes.Text = "mins";
|
||
//
|
||
// nUDIdleDisconnect
|
||
//
|
||
this.nUDIdleDisconnect.DecimalPlaces = 1;
|
||
this.nUDIdleDisconnect.Location = new System.Drawing.Point(109, 46);
|
||
this.nUDIdleDisconnect.Maximum = new decimal(new int[] {
|
||
60,
|
||
0,
|
||
0,
|
||
0});
|
||
this.nUDIdleDisconnect.Name = "nUDIdleDisconnect";
|
||
this.nUDIdleDisconnect.Size = new System.Drawing.Size(50, 20);
|
||
this.nUDIdleDisconnect.TabIndex = 201;
|
||
this.nUDIdleDisconnect.ValueChanged += new System.EventHandler(this.nUDIdleDisconnect_ValueChanged);
|
||
//
|
||
// nUDR2
|
||
//
|
||
this.nUDR2.DecimalPlaces = 2;
|
||
this.nUDR2.Increment = new decimal(new int[] {
|
||
1,
|
||
0,
|
||
0,
|
||
65536});
|
||
this.nUDR2.Location = new System.Drawing.Point(133, 15);
|
||
this.nUDR2.Maximum = new decimal(new int[] {
|
||
1,
|
||
0,
|
||
0,
|
||
0});
|
||
this.nUDR2.Name = "nUDR2";
|
||
this.nUDR2.Size = new System.Drawing.Size(50, 20);
|
||
this.nUDR2.TabIndex = 202;
|
||
this.nUDR2.ValueChanged += new System.EventHandler(this.numUDR2_ValueChanged);
|
||
//
|
||
// tBsixaxisAccelZ
|
||
//
|
||
this.tBsixaxisAccelZ.AutoSize = false;
|
||
this.tBsixaxisAccelZ.BackColor = System.Drawing.Color.White;
|
||
this.tBsixaxisAccelZ.Location = new System.Drawing.Point(315, 3);
|
||
this.tBsixaxisAccelZ.Maximum = 32767;
|
||
this.tBsixaxisAccelZ.Minimum = -32768;
|
||
this.tBsixaxisAccelZ.Name = "tBsixaxisAccelZ";
|
||
this.tBsixaxisAccelZ.Size = new System.Drawing.Size(50, 19);
|
||
this.tBsixaxisAccelZ.TabIndex = 217;
|
||
this.tBsixaxisAccelZ.TickFrequency = 16384;
|
||
//
|
||
// cBFlushHIDQueue
|
||
//
|
||
this.cBFlushHIDQueue.AccessibleName = "flushHIDQueue";
|
||
this.cBFlushHIDQueue.AutoSize = true;
|
||
this.cBFlushHIDQueue.Location = new System.Drawing.Point(306, 48);
|
||
this.cBFlushHIDQueue.Name = "cBFlushHIDQueue";
|
||
this.cBFlushHIDQueue.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
||
this.cBFlushHIDQueue.Size = new System.Drawing.Size(73, 17);
|
||
this.cBFlushHIDQueue.TabIndex = 198;
|
||
this.cBFlushHIDQueue.Text = "Flush HID\r\n";
|
||
this.cBFlushHIDQueue.UseVisualStyleBackColor = true;
|
||
this.cBFlushHIDQueue.CheckedChanged += new System.EventHandler(this.flushHIDQueue_CheckedChanged);
|
||
//
|
||
// tBsixaxisAccelY
|
||
//
|
||
this.tBsixaxisAccelY.AutoSize = false;
|
||
this.tBsixaxisAccelY.BackColor = System.Drawing.Color.White;
|
||
this.tBsixaxisAccelY.Location = new System.Drawing.Point(268, 3);
|
||
this.tBsixaxisAccelY.Maximum = 32767;
|
||
this.tBsixaxisAccelY.Minimum = -32768;
|
||
this.tBsixaxisAccelY.Name = "tBsixaxisAccelY";
|
||
this.tBsixaxisAccelY.Size = new System.Drawing.Size(50, 19);
|
||
this.tBsixaxisAccelY.TabIndex = 218;
|
||
this.tBsixaxisAccelY.TickFrequency = 16384;
|
||
//
|
||
// leftMotorLabel
|
||
//
|
||
this.leftMotorLabel.AutoSize = true;
|
||
this.leftMotorLabel.Location = new System.Drawing.Point(8, 45);
|
||
this.leftMotorLabel.Name = "leftMotorLabel";
|
||
this.leftMotorLabel.Size = new System.Drawing.Size(25, 13);
|
||
this.leftMotorLabel.TabIndex = 209;
|
||
this.leftMotorLabel.Text = "Left";
|
||
//
|
||
// tBsixaxisAccelX
|
||
//
|
||
this.tBsixaxisAccelX.AutoSize = false;
|
||
this.tBsixaxisAccelX.BackColor = System.Drawing.Color.White;
|
||
this.tBsixaxisAccelX.Location = new System.Drawing.Point(222, 3);
|
||
this.tBsixaxisAccelX.Maximum = 32767;
|
||
this.tBsixaxisAccelX.Minimum = -32768;
|
||
this.tBsixaxisAccelX.Name = "tBsixaxisAccelX";
|
||
this.tBsixaxisAccelX.Size = new System.Drawing.Size(50, 19);
|
||
this.tBsixaxisAccelX.TabIndex = 219;
|
||
this.tBsixaxisAccelX.TickFrequency = 16384;
|
||
//
|
||
// rightMotorLabel
|
||
//
|
||
this.rightMotorLabel.AutoSize = true;
|
||
this.rightMotorLabel.Location = new System.Drawing.Point(111, 45);
|
||
this.rightMotorLabel.Name = "rightMotorLabel";
|
||
this.rightMotorLabel.Size = new System.Drawing.Size(32, 13);
|
||
this.rightMotorLabel.TabIndex = 208;
|
||
this.rightMotorLabel.Text = "Right";
|
||
//
|
||
// tBsixaxisGyroZ
|
||
//
|
||
this.tBsixaxisGyroZ.AutoSize = false;
|
||
this.tBsixaxisGyroZ.BackColor = System.Drawing.Color.White;
|
||
this.tBsixaxisGyroZ.Location = new System.Drawing.Point(96, 3);
|
||
this.tBsixaxisGyroZ.Maximum = 32767;
|
||
this.tBsixaxisGyroZ.Minimum = -32768;
|
||
this.tBsixaxisGyroZ.Name = "tBsixaxisGyroZ";
|
||
this.tBsixaxisGyroZ.Size = new System.Drawing.Size(50, 19);
|
||
this.tBsixaxisGyroZ.TabIndex = 220;
|
||
this.tBsixaxisGyroZ.TickFrequency = 16384;
|
||
//
|
||
// rumbleBoostLabel
|
||
//
|
||
this.rumbleBoostLabel.AutoSize = true;
|
||
this.rumbleBoostLabel.Location = new System.Drawing.Point(8, 17);
|
||
this.rumbleBoostLabel.Name = "rumbleBoostLabel";
|
||
this.rumbleBoostLabel.Size = new System.Drawing.Size(34, 13);
|
||
this.rumbleBoostLabel.TabIndex = 207;
|
||
this.rumbleBoostLabel.Text = "Boost";
|
||
//
|
||
// tBsixaxisGyroY
|
||
//
|
||
this.tBsixaxisGyroY.AutoSize = false;
|
||
this.tBsixaxisGyroY.BackColor = System.Drawing.Color.White;
|
||
this.tBsixaxisGyroY.Location = new System.Drawing.Point(49, 3);
|
||
this.tBsixaxisGyroY.Maximum = 32767;
|
||
this.tBsixaxisGyroY.Minimum = -32768;
|
||
this.tBsixaxisGyroY.Name = "tBsixaxisGyroY";
|
||
this.tBsixaxisGyroY.Size = new System.Drawing.Size(50, 19);
|
||
this.tBsixaxisGyroY.TabIndex = 221;
|
||
this.tBsixaxisGyroY.TickFrequency = 16384;
|
||
//
|
||
// tBsixaxisGyroX
|
||
//
|
||
this.tBsixaxisGyroX.AutoSize = false;
|
||
this.tBsixaxisGyroX.BackColor = System.Drawing.Color.White;
|
||
this.tBsixaxisGyroX.Location = new System.Drawing.Point(2, 3);
|
||
this.tBsixaxisGyroX.Maximum = 32767;
|
||
this.tBsixaxisGyroX.Minimum = -32768;
|
||
this.tBsixaxisGyroX.Name = "tBsixaxisGyroX";
|
||
this.tBsixaxisGyroX.Size = new System.Drawing.Size(50, 19);
|
||
this.tBsixaxisGyroX.TabIndex = 222;
|
||
this.tBsixaxisGyroX.TickFrequency = 16384;
|
||
//
|
||
// nUDRumbleBoost
|
||
//
|
||
this.nUDRumbleBoost.Location = new System.Drawing.Point(46, 14);
|
||
this.nUDRumbleBoost.Maximum = new decimal(new int[] {
|
||
200,
|
||
0,
|
||
0,
|
||
0});
|
||
this.nUDRumbleBoost.Name = "nUDRumbleBoost";
|
||
this.nUDRumbleBoost.Size = new System.Drawing.Size(52, 20);
|
||
this.nUDRumbleBoost.TabIndex = 211;
|
||
this.nUDRumbleBoost.Value = new decimal(new int[] {
|
||
100,
|
||
0,
|
||
0,
|
||
0});
|
||
this.nUDRumbleBoost.ValueChanged += new System.EventHandler(this.rumbleBoostBar_ValueChanged);
|
||
//
|
||
// lB6Accel
|
||
//
|
||
this.lB6Accel.AutoSize = true;
|
||
this.lB6Accel.Location = new System.Drawing.Point(153, 3);
|
||
this.lB6Accel.Name = "lB6Accel";
|
||
this.lB6Accel.Size = new System.Drawing.Size(72, 13);
|
||
this.lB6Accel.TabIndex = 215;
|
||
this.lB6Accel.Text = "Sixaxis Accel:";
|
||
//
|
||
// nUDHeavyRumble
|
||
//
|
||
this.nUDHeavyRumble.Location = new System.Drawing.Point(149, 43);
|
||
this.nUDHeavyRumble.Maximum = new decimal(new int[] {
|
||
255,
|
||
0,
|
||
0,
|
||
0});
|
||
this.nUDHeavyRumble.Name = "nUDHeavyRumble";
|
||
this.nUDHeavyRumble.Size = new System.Drawing.Size(52, 20);
|
||
this.nUDHeavyRumble.TabIndex = 212;
|
||
this.nUDHeavyRumble.ValueChanged += new System.EventHandler(this.numUDHeavyRumble_ValueChanged);
|
||
//
|
||
// lB6Gryo
|
||
//
|
||
this.lB6Gryo.AutoSize = true;
|
||
this.lB6Gryo.Location = new System.Drawing.Point(4, 197);
|
||
this.lB6Gryo.Name = "lB6Gryo";
|
||
this.lB6Gryo.Size = new System.Drawing.Size(67, 13);
|
||
this.lB6Gryo.TabIndex = 216;
|
||
this.lB6Gryo.Text = "Sixaxis Gyro:";
|
||
this.lB6Gryo.MouseClick += new System.Windows.Forms.MouseEventHandler(this.lB6Gryo_MouseClick);
|
||
//
|
||
// nUDLightRumble
|
||
//
|
||
this.nUDLightRumble.Location = new System.Drawing.Point(46, 43);
|
||
this.nUDLightRumble.Maximum = new decimal(new int[] {
|
||
255,
|
||
0,
|
||
0,
|
||
0});
|
||
this.nUDLightRumble.Name = "nUDLightRumble";
|
||
this.nUDLightRumble.Size = new System.Drawing.Size(52, 20);
|
||
this.nUDLightRumble.TabIndex = 213;
|
||
this.nUDLightRumble.ValueChanged += new System.EventHandler(this.numUDLightRumble_ValueChanged);
|
||
//
|
||
// btnRumbleTest
|
||
//
|
||
this.btnRumbleTest.Location = new System.Drawing.Point(161, 11);
|
||
this.btnRumbleTest.Name = "btnRumbleTest";
|
||
this.btnRumbleTest.Size = new System.Drawing.Size(41, 23);
|
||
this.btnRumbleTest.TabIndex = 214;
|
||
this.btnRumbleTest.Text = "Test";
|
||
this.btnRumbleTest.UseVisualStyleBackColor = true;
|
||
this.btnRumbleTest.Click += new System.EventHandler(this.btnRumbleTest_Click);
|
||
//
|
||
// lbFull
|
||
//
|
||
this.lbFull.AutoSize = true;
|
||
this.lbFull.Location = new System.Drawing.Point(7, 7);
|
||
this.lbFull.Name = "lbFull";
|
||
this.lbFull.Size = new System.Drawing.Size(26, 13);
|
||
this.lbFull.TabIndex = 225;
|
||
this.lbFull.Text = "Full:";
|
||
//
|
||
// lBLowRed
|
||
//
|
||
this.lBLowRed.AutoSize = true;
|
||
this.lBLowRed.Location = new System.Drawing.Point(58, 9);
|
||
this.lBLowRed.Name = "lBLowRed";
|
||
this.lBLowRed.Size = new System.Drawing.Size(15, 13);
|
||
this.lBLowRed.TabIndex = 158;
|
||
this.lBLowRed.Text = "R";
|
||
//
|
||
// lBLowGreen
|
||
//
|
||
this.lBLowGreen.AutoSize = true;
|
||
this.lBLowGreen.Location = new System.Drawing.Point(180, 9);
|
||
this.lBLowGreen.Name = "lBLowGreen";
|
||
this.lBLowGreen.Size = new System.Drawing.Size(15, 13);
|
||
this.lBLowGreen.TabIndex = 159;
|
||
this.lBLowGreen.Text = "G";
|
||
//
|
||
// lBLowBlue
|
||
//
|
||
this.lBLowBlue.AutoSize = true;
|
||
this.lBLowBlue.Location = new System.Drawing.Point(308, 9);
|
||
this.lBLowBlue.Name = "lBLowBlue";
|
||
this.lBLowBlue.Size = new System.Drawing.Size(14, 13);
|
||
this.lBLowBlue.TabIndex = 160;
|
||
this.lBLowBlue.Text = "B";
|
||
//
|
||
// lowRedBar
|
||
//
|
||
this.lowRedBar.AutoSize = false;
|
||
this.lowRedBar.BackColor = System.Drawing.Color.Red;
|
||
this.lowRedBar.Location = new System.Drawing.Point(73, 5);
|
||
this.lowRedBar.Maximum = 255;
|
||
this.lowRedBar.Name = "lowRedBar";
|
||
this.lowRedBar.Size = new System.Drawing.Size(100, 20);
|
||
this.lowRedBar.TabIndex = 10;
|
||
this.lowRedBar.TickFrequency = 25;
|
||
this.lowRedBar.TickStyle = System.Windows.Forms.TickStyle.None;
|
||
this.lowRedBar.Value = 255;
|
||
this.lowRedBar.ValueChanged += new System.EventHandler(this.lowRedBar_ValueChanged);
|
||
this.lowRedBar.MouseDown += new System.Windows.Forms.MouseEventHandler(this.LightBar_MouseDown);
|
||
this.lowRedBar.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Lightbar_MouseUp);
|
||
//
|
||
// lowGreenBar
|
||
//
|
||
this.lowGreenBar.AutoSize = false;
|
||
this.lowGreenBar.BackColor = System.Drawing.Color.Green;
|
||
this.lowGreenBar.Location = new System.Drawing.Point(196, 5);
|
||
this.lowGreenBar.Maximum = 255;
|
||
this.lowGreenBar.Name = "lowGreenBar";
|
||
this.lowGreenBar.Size = new System.Drawing.Size(100, 20);
|
||
this.lowGreenBar.TabIndex = 11;
|
||
this.lowGreenBar.TickFrequency = 25;
|
||
this.lowGreenBar.TickStyle = System.Windows.Forms.TickStyle.None;
|
||
this.lowGreenBar.Value = 255;
|
||
this.lowGreenBar.ValueChanged += new System.EventHandler(this.lowGreenBar_ValueChanged);
|
||
this.lowGreenBar.MouseDown += new System.Windows.Forms.MouseEventHandler(this.LightBar_MouseDown);
|
||
this.lowGreenBar.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Lightbar_MouseUp);
|
||
//
|
||
// lowBlueBar
|
||
//
|
||
this.lowBlueBar.AutoSize = false;
|
||
this.lowBlueBar.BackColor = System.Drawing.Color.Blue;
|
||
this.lowBlueBar.Location = new System.Drawing.Point(325, 5);
|
||
this.lowBlueBar.Maximum = 255;
|
||
this.lowBlueBar.Name = "lowBlueBar";
|
||
this.lowBlueBar.Size = new System.Drawing.Size(100, 20);
|
||
this.lowBlueBar.TabIndex = 12;
|
||
this.lowBlueBar.TickFrequency = 25;
|
||
this.lowBlueBar.TickStyle = System.Windows.Forms.TickStyle.None;
|
||
this.lowBlueBar.Value = 255;
|
||
this.lowBlueBar.ValueChanged += new System.EventHandler(this.lowBlueBar_ValueChanged);
|
||
this.lowBlueBar.MouseDown += new System.Windows.Forms.MouseEventHandler(this.LightBar_MouseDown);
|
||
this.lowBlueBar.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Lightbar_MouseUp);
|
||
//
|
||
// lBEmpty
|
||
//
|
||
this.lBEmpty.AutoSize = true;
|
||
this.lBEmpty.Location = new System.Drawing.Point(7, 9);
|
||
this.lBEmpty.Name = "lBEmpty";
|
||
this.lBEmpty.Size = new System.Drawing.Size(39, 13);
|
||
this.lBEmpty.TabIndex = 225;
|
||
this.lBEmpty.Text = "Empty:";
|
||
//
|
||
// FullPanel
|
||
//
|
||
this.FullPanel.Controls.Add(this.lbFull);
|
||
this.FullPanel.Controls.Add(this.lBRed);
|
||
this.FullPanel.Controls.Add(this.lBGreen);
|
||
this.FullPanel.Controls.Add(this.lBBlue);
|
||
this.FullPanel.Controls.Add(this.redBar);
|
||
this.FullPanel.Controls.Add(this.greenBar);
|
||
this.FullPanel.Controls.Add(this.blueBar);
|
||
this.FullPanel.Location = new System.Drawing.Point(2, 42);
|
||
this.FullPanel.Name = "FullPanel";
|
||
this.FullPanel.Size = new System.Drawing.Size(435, 29);
|
||
this.FullPanel.TabIndex = 235;
|
||
//
|
||
// lowBatteryPanel
|
||
//
|
||
this.lowBatteryPanel.Controls.Add(this.lowColorChooserButton);
|
||
this.lowBatteryPanel.Controls.Add(this.lBLowRed);
|
||
this.lowBatteryPanel.Controls.Add(this.lBLowGreen);
|
||
this.lowBatteryPanel.Controls.Add(this.lBLowBlue);
|
||
this.lowBatteryPanel.Controls.Add(this.lowRedBar);
|
||
this.lowBatteryPanel.Controls.Add(this.lowGreenBar);
|
||
this.lowBatteryPanel.Controls.Add(this.lowBlueBar);
|
||
this.lowBatteryPanel.Controls.Add(this.lBEmpty);
|
||
this.lowBatteryPanel.Location = new System.Drawing.Point(2, 72);
|
||
this.lowBatteryPanel.Name = "lowBatteryPanel";
|
||
this.lowBatteryPanel.Size = new System.Drawing.Size(435, 29);
|
||
this.lowBatteryPanel.TabIndex = 234;
|
||
//
|
||
// SixaxisPanel
|
||
//
|
||
this.SixaxisPanel.Controls.Add(this.tBsixaxisAccelX);
|
||
this.SixaxisPanel.Controls.Add(this.lB6Accel);
|
||
this.SixaxisPanel.Controls.Add(this.tBsixaxisGyroX);
|
||
this.SixaxisPanel.Controls.Add(this.tBsixaxisGyroY);
|
||
this.SixaxisPanel.Controls.Add(this.tBsixaxisGyroZ);
|
||
this.SixaxisPanel.Controls.Add(this.tBsixaxisAccelY);
|
||
this.SixaxisPanel.Controls.Add(this.tBsixaxisAccelZ);
|
||
this.SixaxisPanel.Location = new System.Drawing.Point(70, 195);
|
||
this.SixaxisPanel.Name = "SixaxisPanel";
|
||
this.SixaxisPanel.Size = new System.Drawing.Size(371, 28);
|
||
this.SixaxisPanel.TabIndex = 236;
|
||
this.SixaxisPanel.Visible = false;
|
||
//
|
||
// bnGyroZP
|
||
//
|
||
this.bnGyroZP.Location = new System.Drawing.Point(89, 3);
|
||
this.bnGyroZP.Name = "bnGyroZP";
|
||
this.bnGyroZP.Size = new System.Drawing.Size(80, 23);
|
||
this.bnGyroZP.TabIndex = 250;
|
||
this.bnGyroZP.Text = "Tilt Down";
|
||
this.bnGyroZP.UseVisualStyleBackColor = true;
|
||
this.bnGyroZP.Click += new System.EventHandler(this.Show_ControlsBn);
|
||
//
|
||
// lBProfileTip
|
||
//
|
||
this.lBProfileTip.AutoSize = true;
|
||
this.lBProfileTip.Location = new System.Drawing.Point(13, 302);
|
||
this.lBProfileTip.Name = "lBProfileTip";
|
||
this.lBProfileTip.Size = new System.Drawing.Size(70, 13);
|
||
this.lBProfileTip.TabIndex = 239;
|
||
this.lBProfileTip.Text = "Profile Name:";
|
||
this.lBProfileTip.Visible = false;
|
||
//
|
||
// tBProfile
|
||
//
|
||
this.tBProfile.ForeColor = System.Drawing.SystemColors.GrayText;
|
||
this.tBProfile.Location = new System.Drawing.Point(85, 299);
|
||
this.tBProfile.Name = "tBProfile";
|
||
this.tBProfile.Size = new System.Drawing.Size(185, 20);
|
||
this.tBProfile.TabIndex = 238;
|
||
this.tBProfile.Text = "<type profile name here>";
|
||
this.tBProfile.Visible = false;
|
||
this.tBProfile.TextChanged += new System.EventHandler(this.tBProfile_TextChanged);
|
||
this.tBProfile.Enter += new System.EventHandler(this.tBProfile_Enter);
|
||
this.tBProfile.Leave += new System.EventHandler(this.tBProfile_Leave);
|
||
//
|
||
// btnSaveProfile
|
||
//
|
||
this.btnSaveProfile.Location = new System.Drawing.Point(276, 297);
|
||
this.btnSaveProfile.Name = "btnSaveProfile";
|
||
this.btnSaveProfile.Size = new System.Drawing.Size(78, 23);
|
||
this.btnSaveProfile.TabIndex = 237;
|
||
this.btnSaveProfile.Text = "Save Profile";
|
||
this.btnSaveProfile.UseVisualStyleBackColor = true;
|
||
this.btnSaveProfile.Visible = false;
|
||
this.btnSaveProfile.Click += new System.EventHandler(this.saveButton_Click);
|
||
//
|
||
// lbRS
|
||
//
|
||
this.lbRS.AutoSize = true;
|
||
this.lbRS.Location = new System.Drawing.Point(110, 46);
|
||
this.lbRS.Name = "lbRS";
|
||
this.lbRS.Size = new System.Drawing.Size(22, 13);
|
||
this.lbRS.TabIndex = 197;
|
||
this.lbRS.Text = "RS";
|
||
//
|
||
// lbLS
|
||
//
|
||
this.lbLS.AutoSize = true;
|
||
this.lbLS.Location = new System.Drawing.Point(6, 46);
|
||
this.lbLS.Name = "lbLS";
|
||
this.lbLS.Size = new System.Drawing.Size(20, 13);
|
||
this.lbLS.TabIndex = 196;
|
||
this.lbLS.Text = "LS";
|
||
//
|
||
// nUDRS
|
||
//
|
||
this.nUDRS.DecimalPlaces = 2;
|
||
this.nUDRS.Increment = new decimal(new int[] {
|
||
1,
|
||
0,
|
||
0,
|
||
65536});
|
||
this.nUDRS.Location = new System.Drawing.Point(133, 43);
|
||
this.nUDRS.Maximum = new decimal(new int[] {
|
||
1,
|
||
0,
|
||
0,
|
||
0});
|
||
this.nUDRS.Name = "nUDRS";
|
||
this.nUDRS.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
||
this.nUDRS.Size = new System.Drawing.Size(50, 20);
|
||
this.nUDRS.TabIndex = 203;
|
||
this.nUDRS.ValueChanged += new System.EventHandler(this.numUDRS_ValueChanged);
|
||
//
|
||
// numUDMouseSens
|
||
//
|
||
this.numUDMouseSens.Location = new System.Drawing.Point(109, 16);
|
||
this.numUDMouseSens.Maximum = new decimal(new int[] {
|
||
255,
|
||
0,
|
||
0,
|
||
0});
|
||
this.numUDMouseSens.Name = "numUDMouseSens";
|
||
this.numUDMouseSens.Size = new System.Drawing.Size(50, 20);
|
||
this.numUDMouseSens.TabIndex = 241;
|
||
this.numUDMouseSens.Value = new decimal(new int[] {
|
||
25,
|
||
0,
|
||
0,
|
||
0});
|
||
this.numUDMouseSens.ValueChanged += new System.EventHandler(this.numUDMouseSens_ValueChanged);
|
||
//
|
||
// nUDLS
|
||
//
|
||
this.nUDLS.DecimalPlaces = 2;
|
||
this.nUDLS.Increment = new decimal(new int[] {
|
||
1,
|
||
0,
|
||
0,
|
||
65536});
|
||
this.nUDLS.Location = new System.Drawing.Point(31, 44);
|
||
this.nUDLS.Maximum = new decimal(new int[] {
|
||
1,
|
||
0,
|
||
0,
|
||
0});
|
||
this.nUDLS.Name = "nUDLS";
|
||
this.nUDLS.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
||
this.nUDLS.Size = new System.Drawing.Size(50, 20);
|
||
this.nUDLS.TabIndex = 203;
|
||
this.nUDLS.ValueChanged += new System.EventHandler(this.numUDLS_ValueChanged);
|
||
//
|
||
// nUDL2
|
||
//
|
||
this.nUDL2.DecimalPlaces = 2;
|
||
this.nUDL2.Increment = new decimal(new int[] {
|
||
1,
|
||
0,
|
||
0,
|
||
65536});
|
||
this.nUDL2.Location = new System.Drawing.Point(31, 15);
|
||
this.nUDL2.Maximum = new decimal(new int[] {
|
||
1,
|
||
0,
|
||
0,
|
||
0});
|
||
this.nUDL2.Name = "nUDL2";
|
||
this.nUDL2.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
||
this.nUDL2.Size = new System.Drawing.Size(50, 20);
|
||
this.nUDL2.TabIndex = 203;
|
||
this.nUDL2.ValueChanged += new System.EventHandler(this.numUDL2_ValueChanged);
|
||
//
|
||
// gBTouchpad
|
||
//
|
||
this.gBTouchpad.Controls.Add(this.cBTouchpadJitterCompensation);
|
||
this.gBTouchpad.Controls.Add(this.cBDoubleTap);
|
||
this.gBTouchpad.Controls.Add(this.cBlowerRCOn);
|
||
this.gBTouchpad.Controls.Add(this.cBSlide);
|
||
this.gBTouchpad.Controls.Add(this.nUDTouch);
|
||
this.gBTouchpad.Controls.Add(this.cBTap);
|
||
this.gBTouchpad.Controls.Add(this.nUDScroll);
|
||
this.gBTouchpad.Controls.Add(this.nUDTap);
|
||
this.gBTouchpad.Controls.Add(this.cBScroll);
|
||
this.gBTouchpad.Location = new System.Drawing.Point(440, 220);
|
||
this.gBTouchpad.Name = "gBTouchpad";
|
||
this.gBTouchpad.Size = new System.Drawing.Size(438, 70);
|
||
this.gBTouchpad.TabIndex = 246;
|
||
this.gBTouchpad.TabStop = false;
|
||
this.gBTouchpad.Text = "Touchpad";
|
||
//
|
||
// gBOther
|
||
//
|
||
this.gBOther.Controls.Add(this.nUDSixaxis);
|
||
this.gBOther.Controls.Add(this.cBControllerInput);
|
||
this.gBOther.Controls.Add(this.nUDIdleDisconnect);
|
||
this.gBOther.Controls.Add(this.cBIdleDisconnect);
|
||
this.gBOther.Controls.Add(this.lBButtonMouseSens);
|
||
this.gBOther.Controls.Add(this.numUDMouseSens);
|
||
this.gBOther.Controls.Add(this.cBFlushHIDQueue);
|
||
this.gBOther.Controls.Add(this.lBIdleMinutes);
|
||
this.gBOther.Location = new System.Drawing.Point(7, 220);
|
||
this.gBOther.Name = "gBOther";
|
||
this.gBOther.Size = new System.Drawing.Size(421, 70);
|
||
this.gBOther.TabIndex = 247;
|
||
this.gBOther.TabStop = false;
|
||
this.gBOther.Text = "Other";
|
||
//
|
||
// nUDSixaxis
|
||
//
|
||
this.nUDSixaxis.Location = new System.Drawing.Point(385, 16);
|
||
this.nUDSixaxis.Maximum = new decimal(new int[] {
|
||
4,
|
||
0,
|
||
0,
|
||
0});
|
||
this.nUDSixaxis.Minimum = new decimal(new int[] {
|
||
1,
|
||
0,
|
||
0,
|
||
0});
|
||
this.nUDSixaxis.Name = "nUDSixaxis";
|
||
this.nUDSixaxis.Size = new System.Drawing.Size(29, 20);
|
||
this.nUDSixaxis.TabIndex = 250;
|
||
this.nUDSixaxis.Value = new decimal(new int[] {
|
||
1,
|
||
0,
|
||
0,
|
||
0});
|
||
//
|
||
// cBControllerInput
|
||
//
|
||
this.cBControllerInput.AutoSize = true;
|
||
this.cBControllerInput.Checked = true;
|
||
this.cBControllerInput.CheckState = System.Windows.Forms.CheckState.Checked;
|
||
this.cBControllerInput.Location = new System.Drawing.Point(266, 17);
|
||
this.cBControllerInput.Name = "cBControllerInput";
|
||
this.cBControllerInput.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
||
this.cBControllerInput.Size = new System.Drawing.Size(113, 17);
|
||
this.cBControllerInput.TabIndex = 242;
|
||
this.cBControllerInput.Text = "Use a DS4 to map";
|
||
this.cBControllerInput.UseVisualStyleBackColor = true;
|
||
//
|
||
// cBIdleDisconnect
|
||
//
|
||
this.cBIdleDisconnect.AutoSize = true;
|
||
this.cBIdleDisconnect.Checked = true;
|
||
this.cBIdleDisconnect.CheckState = System.Windows.Forms.CheckState.Checked;
|
||
this.cBIdleDisconnect.Location = new System.Drawing.Point(6, 47);
|
||
this.cBIdleDisconnect.Name = "cBIdleDisconnect";
|
||
this.cBIdleDisconnect.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
||
this.cBIdleDisconnect.Size = new System.Drawing.Size(100, 17);
|
||
this.cBIdleDisconnect.TabIndex = 232;
|
||
this.cBIdleDisconnect.Text = "Idle Disconnect";
|
||
this.cBIdleDisconnect.UseVisualStyleBackColor = true;
|
||
this.cBIdleDisconnect.CheckedChanged += new System.EventHandler(this.cBIdleDisconnect_CheckedChanged);
|
||
//
|
||
// gBLightbar
|
||
//
|
||
this.gBLightbar.Controls.Add(this.btnChargingColor);
|
||
this.gBLightbar.Controls.Add(this.rBColor);
|
||
this.gBLightbar.Controls.Add(this.rBFade);
|
||
this.gBLightbar.Controls.Add(this.rBNormal);
|
||
this.gBLightbar.Controls.Add(this.rBRainbow);
|
||
this.gBLightbar.Controls.Add(this.lbWhileCharging);
|
||
this.gBLightbar.Controls.Add(this.label1);
|
||
this.gBLightbar.Controls.Add(this.lBFlashAt);
|
||
this.gBLightbar.Controls.Add(this.pBRainbow);
|
||
this.gBLightbar.Controls.Add(this.lowBatteryPanel);
|
||
this.gBLightbar.Controls.Add(this.nUDflashLED);
|
||
this.gBLightbar.Controls.Add(this.nUDRainbow);
|
||
this.gBLightbar.Controls.Add(this.FullPanel);
|
||
this.gBLightbar.Controls.Add(this.lBspc);
|
||
this.gBLightbar.Controls.Add(this.cBLightbyBattery);
|
||
this.gBLightbar.Location = new System.Drawing.Point(440, 76);
|
||
this.gBLightbar.Name = "gBLightbar";
|
||
this.gBLightbar.Size = new System.Drawing.Size(438, 129);
|
||
this.gBLightbar.TabIndex = 247;
|
||
this.gBLightbar.TabStop = false;
|
||
this.gBLightbar.Text = "Lightbar";
|
||
//
|
||
// btnChargingColor
|
||
//
|
||
this.btnChargingColor.BackColor = System.Drawing.Color.White;
|
||
this.btnChargingColor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.btnChargingColor.Location = new System.Drawing.Point(391, 108);
|
||
this.btnChargingColor.Name = "btnChargingColor";
|
||
this.btnChargingColor.Size = new System.Drawing.Size(13, 13);
|
||
this.btnChargingColor.TabIndex = 49;
|
||
this.btnChargingColor.UseVisualStyleBackColor = false;
|
||
this.btnChargingColor.Visible = false;
|
||
this.btnChargingColor.Click += new System.EventHandler(this.btnChargingColor_Click);
|
||
//
|
||
// rBColor
|
||
//
|
||
this.rBColor.AutoSize = true;
|
||
this.rBColor.Location = new System.Drawing.Point(336, 106);
|
||
this.rBColor.Name = "rBColor";
|
||
this.rBColor.Size = new System.Drawing.Size(49, 17);
|
||
this.rBColor.TabIndex = 238;
|
||
this.rBColor.TabStop = true;
|
||
this.rBColor.Text = "Color";
|
||
this.rBColor.UseVisualStyleBackColor = true;
|
||
this.rBColor.CheckedChanged += new System.EventHandler(this.rBColor_CheckedChanged);
|
||
//
|
||
// rBFade
|
||
//
|
||
this.rBFade.AutoSize = true;
|
||
this.rBFade.Location = new System.Drawing.Point(158, 106);
|
||
this.rBFade.Name = "rBFade";
|
||
this.rBFade.Size = new System.Drawing.Size(99, 17);
|
||
this.rBFade.TabIndex = 237;
|
||
this.rBFade.Text = "Fade in and out";
|
||
this.rBFade.UseVisualStyleBackColor = true;
|
||
this.rBFade.CheckedChanged += new System.EventHandler(this.rBFade_CheckedChanged);
|
||
//
|
||
// rBNormal
|
||
//
|
||
this.rBNormal.AutoSize = true;
|
||
this.rBNormal.Checked = true;
|
||
this.rBNormal.Location = new System.Drawing.Point(97, 106);
|
||
this.rBNormal.Name = "rBNormal";
|
||
this.rBNormal.Size = new System.Drawing.Size(58, 17);
|
||
this.rBNormal.TabIndex = 237;
|
||
this.rBNormal.TabStop = true;
|
||
this.rBNormal.Text = "Normal";
|
||
this.rBNormal.UseVisualStyleBackColor = true;
|
||
this.rBNormal.CheckedChanged += new System.EventHandler(this.rBNormal_CheckedChanged);
|
||
//
|
||
// rBRainbow
|
||
//
|
||
this.rBRainbow.AutoSize = true;
|
||
this.rBRainbow.Location = new System.Drawing.Point(263, 106);
|
||
this.rBRainbow.Name = "rBRainbow";
|
||
this.rBRainbow.Size = new System.Drawing.Size(67, 17);
|
||
this.rBRainbow.TabIndex = 237;
|
||
this.rBRainbow.Text = "Rainbow";
|
||
this.rBRainbow.UseVisualStyleBackColor = true;
|
||
this.rBRainbow.CheckedChanged += new System.EventHandler(this.rBRainbow_CheckedChanged);
|
||
//
|
||
// lbWhileCharging
|
||
//
|
||
this.lbWhileCharging.AutoSize = true;
|
||
this.lbWhileCharging.Location = new System.Drawing.Point(9, 108);
|
||
this.lbWhileCharging.Name = "lbWhileCharging";
|
||
this.lbWhileCharging.Size = new System.Drawing.Size(82, 13);
|
||
this.lbWhileCharging.TabIndex = 236;
|
||
this.lbWhileCharging.Text = "While Charging:";
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.AutoSize = true;
|
||
this.label1.Location = new System.Drawing.Point(98, 18);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(15, 13);
|
||
this.label1.TabIndex = 207;
|
||
this.label1.Text = "%";
|
||
//
|
||
// lBFlashAt
|
||
//
|
||
this.lBFlashAt.AutoSize = true;
|
||
this.lBFlashAt.Location = new System.Drawing.Point(9, 18);
|
||
this.lBFlashAt.Name = "lBFlashAt";
|
||
this.lBFlashAt.Size = new System.Drawing.Size(44, 13);
|
||
this.lBFlashAt.TabIndex = 207;
|
||
this.lBFlashAt.Text = "Flash at";
|
||
//
|
||
// nUDflashLED
|
||
//
|
||
this.nUDflashLED.Increment = new decimal(new int[] {
|
||
10,
|
||
0,
|
||
0,
|
||
0});
|
||
this.nUDflashLED.Location = new System.Drawing.Point(54, 16);
|
||
this.nUDflashLED.Name = "nUDflashLED";
|
||
this.nUDflashLED.Size = new System.Drawing.Size(43, 20);
|
||
this.nUDflashLED.TabIndex = 167;
|
||
this.nUDflashLED.ValueChanged += new System.EventHandler(this.nUDflashLED_ValueChanged);
|
||
//
|
||
// gBRumble
|
||
//
|
||
this.gBRumble.Controls.Add(this.rumbleBoostLabel);
|
||
this.gBRumble.Controls.Add(this.nUDHeavyRumble);
|
||
this.gBRumble.Controls.Add(this.btnRumbleTest);
|
||
this.gBRumble.Controls.Add(this.leftMotorLabel);
|
||
this.gBRumble.Controls.Add(this.nUDLightRumble);
|
||
this.gBRumble.Controls.Add(this.rightMotorLabel);
|
||
this.gBRumble.Controls.Add(this.nUDRumbleBoost);
|
||
this.gBRumble.Location = new System.Drawing.Point(442, 3);
|
||
this.gBRumble.Name = "gBRumble";
|
||
this.gBRumble.Size = new System.Drawing.Size(213, 67);
|
||
this.gBRumble.TabIndex = 247;
|
||
this.gBRumble.TabStop = false;
|
||
this.gBRumble.Text = "Rumble";
|
||
//
|
||
// gBDeadzone
|
||
//
|
||
this.gBDeadzone.Controls.Add(this.lBL2);
|
||
this.gBDeadzone.Controls.Add(this.nUDL2);
|
||
this.gBDeadzone.Controls.Add(this.lBR2);
|
||
this.gBDeadzone.Controls.Add(this.lbRS);
|
||
this.gBDeadzone.Controls.Add(this.lbLS);
|
||
this.gBDeadzone.Controls.Add(this.nUDRS);
|
||
this.gBDeadzone.Controls.Add(this.nUDR2);
|
||
this.gBDeadzone.Controls.Add(this.nUDLS);
|
||
this.gBDeadzone.Location = new System.Drawing.Point(684, 3);
|
||
this.gBDeadzone.Name = "gBDeadzone";
|
||
this.gBDeadzone.Size = new System.Drawing.Size(194, 67);
|
||
this.gBDeadzone.TabIndex = 248;
|
||
this.gBDeadzone.TabStop = false;
|
||
this.gBDeadzone.Text = "Deadzone";
|
||
//
|
||
// btnCancel
|
||
//
|
||
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
||
this.btnCancel.Location = new System.Drawing.Point(360, 297);
|
||
this.btnCancel.Name = "btnCancel";
|
||
this.btnCancel.Size = new System.Drawing.Size(75, 23);
|
||
this.btnCancel.TabIndex = 249;
|
||
this.btnCancel.Text = "Cancel";
|
||
this.btnCancel.UseVisualStyleBackColor = true;
|
||
this.btnCancel.Visible = false;
|
||
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
||
//
|
||
// bnGyroXP
|
||
//
|
||
this.bnGyroXP.Location = new System.Drawing.Point(175, 3);
|
||
this.bnGyroXP.Name = "bnGyroXP";
|
||
this.bnGyroXP.Size = new System.Drawing.Size(80, 23);
|
||
this.bnGyroXP.TabIndex = 250;
|
||
this.bnGyroXP.Text = "Tilt Left";
|
||
this.bnGyroXP.UseVisualStyleBackColor = true;
|
||
this.bnGyroXP.Click += new System.EventHandler(this.Show_ControlsBn);
|
||
//
|
||
// bnGyroXN
|
||
//
|
||
this.bnGyroXN.Location = new System.Drawing.Point(261, 3);
|
||
this.bnGyroXN.Name = "bnGyroXN";
|
||
this.bnGyroXN.Size = new System.Drawing.Size(80, 23);
|
||
this.bnGyroXN.TabIndex = 250;
|
||
this.bnGyroXN.Text = "Tilt Right";
|
||
this.bnGyroXN.UseVisualStyleBackColor = true;
|
||
this.bnGyroXN.Click += new System.EventHandler(this.Show_ControlsBn);
|
||
//
|
||
// bnGyroZN
|
||
//
|
||
this.bnGyroZN.Location = new System.Drawing.Point(3, 3);
|
||
this.bnGyroZN.Name = "bnGyroZN";
|
||
this.bnGyroZN.Size = new System.Drawing.Size(80, 23);
|
||
this.bnGyroZN.TabIndex = 250;
|
||
this.bnGyroZN.Text = "Tilt Up";
|
||
this.bnGyroZN.UseVisualStyleBackColor = true;
|
||
this.bnGyroZN.Click += new System.EventHandler(this.Show_ControlsBn);
|
||
//
|
||
// fLPTiltControls
|
||
//
|
||
this.fLPTiltControls.Controls.Add(this.bnGyroZN);
|
||
this.fLPTiltControls.Controls.Add(this.bnGyroZP);
|
||
this.fLPTiltControls.Controls.Add(this.bnGyroXP);
|
||
this.fLPTiltControls.Controls.Add(this.bnGyroXN);
|
||
this.fLPTiltControls.Location = new System.Drawing.Point(84, 190);
|
||
this.fLPTiltControls.Name = "fLPTiltControls";
|
||
this.fLPTiltControls.Size = new System.Drawing.Size(350, 31);
|
||
this.fLPTiltControls.TabIndex = 252;
|
||
//
|
||
// advColorDialog
|
||
//
|
||
this.advColorDialog.AnyColor = true;
|
||
this.advColorDialog.Color = System.Drawing.Color.Blue;
|
||
this.advColorDialog.FullOpen = true;
|
||
//
|
||
// Options
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
||
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
||
this.BackColor = System.Drawing.Color.White;
|
||
this.CancelButton = this.btnCancel;
|
||
this.ClientSize = new System.Drawing.Size(888, 295);
|
||
this.Controls.Add(this.btnCancel);
|
||
this.Controls.Add(this.lB6Gryo);
|
||
this.Controls.Add(this.gBDeadzone);
|
||
this.Controls.Add(this.gBRumble);
|
||
this.Controls.Add(this.gBLightbar);
|
||
this.Controls.Add(this.gBTouchpad);
|
||
this.Controls.Add(this.lBProfileTip);
|
||
this.Controls.Add(this.tBProfile);
|
||
this.Controls.Add(this.btnSaveProfile);
|
||
this.Controls.Add(this.lBControlTip);
|
||
this.Controls.Add(this.lBControls);
|
||
this.Controls.Add(this.MainPanel);
|
||
this.Controls.Add(this.SticksPanel);
|
||
this.Controls.Add(this.gBOther);
|
||
this.Controls.Add(this.fLPTiltControls);
|
||
this.Controls.Add(this.SixaxisPanel);
|
||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
||
this.MaximizeBox = false;
|
||
this.MinimizeBox = false;
|
||
this.MinimumSize = new System.Drawing.Size(450, 270);
|
||
this.Name = "Options";
|
||
this.Text = "Options";
|
||
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Options_Closed);
|
||
this.MainPanel.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)(this.pBController)).EndInit();
|
||
this.SticksPanel.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)(this.pBSticks)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.nUDRainbow)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.pBRainbow)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.blueBar)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.greenBar)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.redBar)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.nUDTap)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.nUDScroll)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.nUDTouch)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.nUDIdleDisconnect)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.nUDR2)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.tBsixaxisAccelZ)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.tBsixaxisAccelY)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.tBsixaxisAccelX)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.tBsixaxisGyroZ)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.tBsixaxisGyroY)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.tBsixaxisGyroX)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.nUDRumbleBoost)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.nUDHeavyRumble)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.nUDLightRumble)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.lowRedBar)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.lowGreenBar)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.lowBlueBar)).EndInit();
|
||
this.FullPanel.ResumeLayout(false);
|
||
this.FullPanel.PerformLayout();
|
||
this.lowBatteryPanel.ResumeLayout(false);
|
||
this.lowBatteryPanel.PerformLayout();
|
||
this.SixaxisPanel.ResumeLayout(false);
|
||
this.SixaxisPanel.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.nUDRS)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.numUDMouseSens)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.nUDLS)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.nUDL2)).EndInit();
|
||
this.gBTouchpad.ResumeLayout(false);
|
||
this.gBTouchpad.PerformLayout();
|
||
this.gBOther.ResumeLayout(false);
|
||
this.gBOther.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.nUDSixaxis)).EndInit();
|
||
this.gBLightbar.ResumeLayout(false);
|
||
this.gBLightbar.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.nUDflashLED)).EndInit();
|
||
this.gBRumble.ResumeLayout(false);
|
||
this.gBRumble.PerformLayout();
|
||
this.gBDeadzone.ResumeLayout(false);
|
||
this.gBDeadzone.PerformLayout();
|
||
this.fLPTiltControls.ResumeLayout(false);
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private AdvancedColorDialog advColorDialog;
|
||
//private System.Windows.Forms.TrackBar tBsixaxisGyroX;
|
||
//private System.Windows.Forms.TrackBar tBsixaxisGyroY;
|
||
private System.Windows.Forms.Button bnTouchUpper;
|
||
private System.Windows.Forms.Button bnTouchMulti;
|
||
private System.Windows.Forms.Button bnTouchRight;
|
||
private System.Windows.Forms.Button bnTouchLeft;
|
||
private System.Windows.Forms.Panel MainPanel;
|
||
private System.Windows.Forms.PictureBox pBController;
|
||
private System.Windows.Forms.Button bnR1;
|
||
private System.Windows.Forms.Button bnCross;
|
||
private System.Windows.Forms.Button bnCircle;
|
||
private System.Windows.Forms.Button btnRightStick;
|
||
private System.Windows.Forms.Button bnSquare;
|
||
private System.Windows.Forms.Button btnLightbar;
|
||
private System.Windows.Forms.Button bnTriangle;
|
||
private System.Windows.Forms.Button bnUp;
|
||
private System.Windows.Forms.Button btnLeftStick;
|
||
private System.Windows.Forms.Button bnDown;
|
||
private System.Windows.Forms.Button bnL2;
|
||
private System.Windows.Forms.Button bnRight;
|
||
private System.Windows.Forms.Button bnR2;
|
||
private System.Windows.Forms.Button bnLeft;
|
||
private System.Windows.Forms.Button bnL1;
|
||
private System.Windows.Forms.Button bnOptions;
|
||
private System.Windows.Forms.Button bnPS;
|
||
private System.Windows.Forms.Button bnShare;
|
||
private System.Windows.Forms.Panel SticksPanel;
|
||
private System.Windows.Forms.PictureBox pBSticks;
|
||
private System.Windows.Forms.Button bnL3;
|
||
private System.Windows.Forms.Button bnRSDown;
|
||
private System.Windows.Forms.Button bnLSUp;
|
||
private System.Windows.Forms.Button bnRSUp;
|
||
private System.Windows.Forms.Button bnLSLeft;
|
||
private System.Windows.Forms.Button bnRSRight;
|
||
private System.Windows.Forms.Button bnLSRight;
|
||
private System.Windows.Forms.Button bnRSLeft;
|
||
private System.Windows.Forms.Button bnLSDown;
|
||
private System.Windows.Forms.Button bnR3;
|
||
private System.Windows.Forms.Button btnFullView;
|
||
public System.Windows.Forms.ListBox lBControls;
|
||
private System.Windows.Forms.NumericUpDown nUDRainbow;
|
||
private System.Windows.Forms.PictureBox pBRainbow;
|
||
private System.Windows.Forms.Button lowColorChooserButton;
|
||
private System.Windows.Forms.TrackBar blueBar;
|
||
private System.Windows.Forms.TrackBar greenBar;
|
||
private System.Windows.Forms.TrackBar redBar;
|
||
private System.Windows.Forms.CheckBox cBLightbyBattery;
|
||
private System.Windows.Forms.Label lBBlue;
|
||
private System.Windows.Forms.Label lBGreen;
|
||
private System.Windows.Forms.Label lBspc;
|
||
private System.Windows.Forms.Label lBRed;
|
||
private System.Windows.Forms.CheckBox cBDoubleTap;
|
||
private System.Windows.Forms.CheckBox cBTap;
|
||
private System.Windows.Forms.NumericUpDown nUDTap;
|
||
private System.Windows.Forms.CheckBox cBScroll;
|
||
private System.Windows.Forms.CheckBox cBSlide;
|
||
private System.Windows.Forms.NumericUpDown nUDScroll;
|
||
private System.Windows.Forms.NumericUpDown nUDTouch;
|
||
private System.Windows.Forms.Label lBButtonMouseSens;
|
||
private System.Windows.Forms.CheckBox cBlowerRCOn;
|
||
private System.Windows.Forms.CheckBox cBTouchpadJitterCompensation;
|
||
private System.Windows.Forms.Label lBL2;
|
||
private System.Windows.Forms.Label lBR2;
|
||
private System.Windows.Forms.Label lBIdleMinutes;
|
||
private System.Windows.Forms.NumericUpDown nUDIdleDisconnect;
|
||
private System.Windows.Forms.NumericUpDown nUDR2;
|
||
private System.Windows.Forms.TrackBar tBsixaxisAccelZ;
|
||
private System.Windows.Forms.CheckBox cBFlushHIDQueue;
|
||
private System.Windows.Forms.TrackBar tBsixaxisAccelY;
|
||
private System.Windows.Forms.Label leftMotorLabel;
|
||
private System.Windows.Forms.TrackBar tBsixaxisAccelX;
|
||
private System.Windows.Forms.Label rightMotorLabel;
|
||
private System.Windows.Forms.TrackBar tBsixaxisGyroZ;
|
||
private System.Windows.Forms.Label rumbleBoostLabel;
|
||
private System.Windows.Forms.TrackBar tBsixaxisGyroY;
|
||
private System.Windows.Forms.TrackBar tBsixaxisGyroX;
|
||
private System.Windows.Forms.NumericUpDown nUDRumbleBoost;
|
||
private System.Windows.Forms.Label lB6Accel;
|
||
private System.Windows.Forms.NumericUpDown nUDHeavyRumble;
|
||
private System.Windows.Forms.Label lB6Gryo;
|
||
private System.Windows.Forms.NumericUpDown nUDLightRumble;
|
||
private System.Windows.Forms.Button btnRumbleTest;
|
||
private System.Windows.Forms.Label lbFull;
|
||
private System.Windows.Forms.Label lBLowRed;
|
||
private System.Windows.Forms.Label lBLowGreen;
|
||
private System.Windows.Forms.Label lBLowBlue;
|
||
private System.Windows.Forms.TrackBar lowRedBar;
|
||
private System.Windows.Forms.TrackBar lowGreenBar;
|
||
private System.Windows.Forms.TrackBar lowBlueBar;
|
||
private System.Windows.Forms.Label lBEmpty;
|
||
private System.Windows.Forms.Panel lowBatteryPanel;
|
||
private System.Windows.Forms.Panel FullPanel;
|
||
private System.Windows.Forms.Panel SixaxisPanel;
|
||
private System.Windows.Forms.Label lBProfileTip;
|
||
private System.Windows.Forms.TextBox tBProfile;
|
||
private System.Windows.Forms.Button btnSaveProfile;
|
||
private System.Windows.Forms.Label lBControlTip;
|
||
private System.Windows.Forms.Label lbRS;
|
||
private System.Windows.Forms.Label lbLS;
|
||
private System.Windows.Forms.NumericUpDown nUDRS;
|
||
private System.Windows.Forms.NumericUpDown numUDMouseSens;
|
||
private System.Windows.Forms.NumericUpDown nUDL2;
|
||
private System.Windows.Forms.NumericUpDown nUDLS;
|
||
private System.Windows.Forms.GroupBox gBTouchpad;
|
||
private System.Windows.Forms.GroupBox gBOther;
|
||
private System.Windows.Forms.GroupBox gBLightbar;
|
||
private System.Windows.Forms.GroupBox gBRumble;
|
||
private System.Windows.Forms.GroupBox gBDeadzone;
|
||
private System.Windows.Forms.CheckBox cBControllerInput;
|
||
private System.Windows.Forms.Button btnCancel;
|
||
private System.Windows.Forms.NumericUpDown nUDSixaxis;
|
||
private System.Windows.Forms.NumericUpDown nUDflashLED;
|
||
private System.Windows.Forms.Label label1;
|
||
private System.Windows.Forms.Label lBFlashAt;
|
||
private System.Windows.Forms.RadioButton rBFade;
|
||
private System.Windows.Forms.RadioButton rBNormal;
|
||
private System.Windows.Forms.RadioButton rBRainbow;
|
||
private System.Windows.Forms.Label lbWhileCharging;
|
||
private System.Windows.Forms.Button btnChargingColor;
|
||
private System.Windows.Forms.RadioButton rBColor;
|
||
private System.Windows.Forms.CheckBox cBIdleDisconnect;
|
||
private System.Windows.Forms.Button bnGyroXP;
|
||
private System.Windows.Forms.Button bnGyroXN;
|
||
private System.Windows.Forms.Button bnGyroZP;
|
||
private System.Windows.Forms.Button bnGyroZN;
|
||
private System.Windows.Forms.FlowLayoutPanel fLPTiltControls;
|
||
}
|
||
}
|
||
|