mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-23 01:39:17 +01:00
88cf1bdc5b
View input of controls in profiles, see exactly when a deadzone is passed and check the input delay for controllers (special thanks to jhebbel), click the on sixaxis panel Click the Empty text on in the lightbar box to copy the lightbar color from full to empty. While opened, option to keep the window size after closing the profile's settings Old profiles are automatically upgraded if it's missing new settings, such as how colors are now saved, sixaxis deadzones, and shift controls Other UI changes for profile settings, flipped touchpad and other settings boxes Others: Fix for when clicking the semicolon in the select an action screen Fix assigning Sixaxis action to a key minor UI changes and bug fixes, such as auto resize of the log listview DS4Updater: Also now works for the new numbering system, can read the version number right from the exe instead of in profiles.xml, UI additions to better notify users of errors, Bug fixes for non-portable users
3578 lines
191 KiB
C#
3578 lines
191 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()
|
||
{
|
||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Options));
|
||
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.tBsixaxisAccelX = new System.Windows.Forms.TrackBar();
|
||
this.tBsixaxisGyroZ = new System.Windows.Forms.TrackBar();
|
||
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.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.lB6Gryo = new System.Windows.Forms.Label();
|
||
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.lBforMandR = new System.Windows.Forms.Label();
|
||
this.lBUseController = new System.Windows.Forms.Label();
|
||
this.cBMouseAccel = new System.Windows.Forms.CheckBox();
|
||
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.lBPercentFlashBar = 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.lBPercentRumble = new System.Windows.Forms.Label();
|
||
this.gBDeadzone = new System.Windows.Forms.GroupBox();
|
||
this.lbSixaxisX = new System.Windows.Forms.Label();
|
||
this.lbSixaxisZ = new System.Windows.Forms.Label();
|
||
this.nUDSZ = new System.Windows.Forms.NumericUpDown();
|
||
this.nUDSX = new System.Windows.Forms.NumericUpDown();
|
||
this.tabControls = new System.Windows.Forms.TabControl();
|
||
this.tPControls = new System.Windows.Forms.TabPage();
|
||
this.lBGryo = new System.Windows.Forms.Label();
|
||
this.fLPTiltControls = new System.Windows.Forms.FlowLayoutPanel();
|
||
this.bnGyroZN = new System.Windows.Forms.Button();
|
||
this.bnGyroZP = new System.Windows.Forms.Button();
|
||
this.bnGyroXP = new System.Windows.Forms.Button();
|
||
this.bnGyroXN = new System.Windows.Forms.Button();
|
||
this.tPShiftMod = new System.Windows.Forms.TabPage();
|
||
this.slBGryo = new System.Windows.Forms.Label();
|
||
this.sfLPTiltControls = new System.Windows.Forms.FlowLayoutPanel();
|
||
this.sbnGyroZN = new System.Windows.Forms.Button();
|
||
this.sbnGyroZP = new System.Windows.Forms.Button();
|
||
this.sbnGyroXP = new System.Windows.Forms.Button();
|
||
this.sbnGyroXN = new System.Windows.Forms.Button();
|
||
this.cBShiftControl = new System.Windows.Forms.ComboBox();
|
||
this.lBShiftControls = new System.Windows.Forms.ListBox();
|
||
this.lBHold = new System.Windows.Forms.Label();
|
||
this.lBtoUse = new System.Windows.Forms.Label();
|
||
this.ShiftMainPanel = new System.Windows.Forms.Panel();
|
||
this.spBController = new System.Windows.Forms.PictureBox();
|
||
this.sbnTouchUpper = new System.Windows.Forms.Button();
|
||
this.sbnTouchLeft = new System.Windows.Forms.Button();
|
||
this.sbnTouchRight = new System.Windows.Forms.Button();
|
||
this.sbnTouchMulti = new System.Windows.Forms.Button();
|
||
this.sbnR1 = new System.Windows.Forms.Button();
|
||
this.sbnCross = new System.Windows.Forms.Button();
|
||
this.sbnCircle = new System.Windows.Forms.Button();
|
||
this.sbtnRightStick = new System.Windows.Forms.Button();
|
||
this.sbnSquare = new System.Windows.Forms.Button();
|
||
this.sbtnLightbar = new System.Windows.Forms.Button();
|
||
this.sbnTriangle = new System.Windows.Forms.Button();
|
||
this.sbnUp = new System.Windows.Forms.Button();
|
||
this.sbtnLeftStick = new System.Windows.Forms.Button();
|
||
this.sbnDown = new System.Windows.Forms.Button();
|
||
this.sbnL2 = new System.Windows.Forms.Button();
|
||
this.sbnRight = new System.Windows.Forms.Button();
|
||
this.sbnR2 = new System.Windows.Forms.Button();
|
||
this.sbnLeft = new System.Windows.Forms.Button();
|
||
this.sbnL1 = new System.Windows.Forms.Button();
|
||
this.sbnOptions = new System.Windows.Forms.Button();
|
||
this.sbnPS = new System.Windows.Forms.Button();
|
||
this.sbnShare = new System.Windows.Forms.Button();
|
||
this.ShiftSticksPanel = new System.Windows.Forms.Panel();
|
||
this.sbtnFullView = new System.Windows.Forms.Button();
|
||
this.spBSticks = new System.Windows.Forms.PictureBox();
|
||
this.sbnL3 = new System.Windows.Forms.Button();
|
||
this.sbnRSDown = new System.Windows.Forms.Button();
|
||
this.sbnLSUp = new System.Windows.Forms.Button();
|
||
this.sbnRSUp = new System.Windows.Forms.Button();
|
||
this.sbnLSLeft = new System.Windows.Forms.Button();
|
||
this.sbnRSRight = new System.Windows.Forms.Button();
|
||
this.sbnLSRight = new System.Windows.Forms.Button();
|
||
this.sbnRSLeft = new System.Windows.Forms.Button();
|
||
this.sbnLSDown = new System.Windows.Forms.Button();
|
||
this.sbnR3 = new System.Windows.Forms.Button();
|
||
this.tPController = new System.Windows.Forms.TabPage();
|
||
this.lBL2Track = new System.Windows.Forms.Label();
|
||
this.pBDelayTracker = new System.Windows.Forms.PictureBox();
|
||
this.btnSATrack = new System.Windows.Forms.Button();
|
||
this.btnRSTrack = new System.Windows.Forms.Button();
|
||
this.lBRSTip = new System.Windows.Forms.Label();
|
||
this.lBInputDelay = new System.Windows.Forms.Label();
|
||
this.lBR2Track = new System.Windows.Forms.Label();
|
||
this.lBLSTip = new System.Windows.Forms.Label();
|
||
this.lBSATip = new System.Windows.Forms.Label();
|
||
this.btnLSTrack = new System.Windows.Forms.Button();
|
||
this.pBSADeadzone = new System.Windows.Forms.PictureBox();
|
||
this.lBSATrack = new System.Windows.Forms.Label();
|
||
this.pBRSDeadzone = new System.Windows.Forms.PictureBox();
|
||
this.lBRSTrack = new System.Windows.Forms.Label();
|
||
this.pBLSDeadzone = new System.Windows.Forms.PictureBox();
|
||
this.lBLSTrack = new System.Windows.Forms.Label();
|
||
this.tBR2 = new System.Windows.Forms.TrackBar();
|
||
this.tBL2 = new System.Windows.Forms.TrackBar();
|
||
this.SixaxisPanel = new System.Windows.Forms.Panel();
|
||
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.lowRedBar)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.lowGreenBar)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.lowBlueBar)).BeginInit();
|
||
this.FullPanel.SuspendLayout();
|
||
this.lowBatteryPanel.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();
|
||
((System.ComponentModel.ISupportInitialize)(this.nUDSZ)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.nUDSX)).BeginInit();
|
||
this.tabControls.SuspendLayout();
|
||
this.tPControls.SuspendLayout();
|
||
this.fLPTiltControls.SuspendLayout();
|
||
this.tPShiftMod.SuspendLayout();
|
||
this.sfLPTiltControls.SuspendLayout();
|
||
this.ShiftMainPanel.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.spBController)).BeginInit();
|
||
this.ShiftSticksPanel.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.spBSticks)).BeginInit();
|
||
this.tPController.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.pBDelayTracker)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.pBSADeadzone)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.pBRSDeadzone)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.pBLSDeadzone)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.tBR2)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.tBL2)).BeginInit();
|
||
this.SixaxisPanel.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(6, 42);
|
||
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;
|
||
this.pBController.BackColorChanged += new System.EventHandler(this.pBController_BackColorChanged);
|
||
this.pBController.BackgroundImageChanged += new System.EventHandler(this.pBController_BackgroundImageChanged);
|
||
//
|
||
// 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(6, 42);
|
||
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(24, 5);
|
||
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(257, 7);
|
||
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(349, 16);
|
||
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(318, 46);
|
||
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(369, 45);
|
||
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(169, 47);
|
||
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(227, 45);
|
||
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(182, 11);
|
||
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(12, 18);
|
||
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(88, 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(163, 48);
|
||
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(111, 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(71, 79);
|
||
this.tBsixaxisAccelZ.Maximum = 8500;
|
||
this.tBsixaxisAccelZ.Minimum = -8500;
|
||
this.tBsixaxisAccelZ.Name = "tBsixaxisAccelZ";
|
||
this.tBsixaxisAccelZ.Size = new System.Drawing.Size(50, 19);
|
||
this.tBsixaxisAccelZ.TabIndex = 217;
|
||
this.tBsixaxisAccelZ.TickFrequency = 4750;
|
||
//
|
||
// cBFlushHIDQueue
|
||
//
|
||
this.cBFlushHIDQueue.AccessibleName = "flushHIDQueue";
|
||
this.cBFlushHIDQueue.AutoSize = true;
|
||
this.cBFlushHIDQueue.Location = new System.Drawing.Point(357, 16);
|
||
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(72, 49);
|
||
this.tBsixaxisAccelY.Maximum = 8500;
|
||
this.tBsixaxisAccelY.Minimum = -8500;
|
||
this.tBsixaxisAccelY.Name = "tBsixaxisAccelY";
|
||
this.tBsixaxisAccelY.Size = new System.Drawing.Size(50, 19);
|
||
this.tBsixaxisAccelY.TabIndex = 218;
|
||
this.tBsixaxisAccelY.TickFrequency = 4750;
|
||
//
|
||
// tBsixaxisAccelX
|
||
//
|
||
this.tBsixaxisAccelX.AutoSize = false;
|
||
this.tBsixaxisAccelX.BackColor = System.Drawing.Color.White;
|
||
this.tBsixaxisAccelX.Location = new System.Drawing.Point(71, 25);
|
||
this.tBsixaxisAccelX.Maximum = 8500;
|
||
this.tBsixaxisAccelX.Minimum = -8500;
|
||
this.tBsixaxisAccelX.Name = "tBsixaxisAccelX";
|
||
this.tBsixaxisAccelX.Size = new System.Drawing.Size(50, 19);
|
||
this.tBsixaxisAccelX.TabIndex = 219;
|
||
this.tBsixaxisAccelX.TickFrequency = 4750;
|
||
//
|
||
// tBsixaxisGyroZ
|
||
//
|
||
this.tBsixaxisGyroZ.AutoSize = false;
|
||
this.tBsixaxisGyroZ.BackColor = System.Drawing.Color.White;
|
||
this.tBsixaxisGyroZ.Location = new System.Drawing.Point(3, 79);
|
||
this.tBsixaxisGyroZ.Maximum = 8500;
|
||
this.tBsixaxisGyroZ.Minimum = -8500;
|
||
this.tBsixaxisGyroZ.Name = "tBsixaxisGyroZ";
|
||
this.tBsixaxisGyroZ.Size = new System.Drawing.Size(50, 19);
|
||
this.tBsixaxisGyroZ.TabIndex = 220;
|
||
this.tBsixaxisGyroZ.TickFrequency = 4750;
|
||
//
|
||
// tBsixaxisGyroY
|
||
//
|
||
this.tBsixaxisGyroY.AutoSize = false;
|
||
this.tBsixaxisGyroY.BackColor = System.Drawing.Color.White;
|
||
this.tBsixaxisGyroY.Location = new System.Drawing.Point(3, 49);
|
||
this.tBsixaxisGyroY.Maximum = 8500;
|
||
this.tBsixaxisGyroY.Minimum = -8500;
|
||
this.tBsixaxisGyroY.Name = "tBsixaxisGyroY";
|
||
this.tBsixaxisGyroY.Size = new System.Drawing.Size(50, 19);
|
||
this.tBsixaxisGyroY.TabIndex = 221;
|
||
this.tBsixaxisGyroY.TickFrequency = 4750;
|
||
//
|
||
// tBsixaxisGyroX
|
||
//
|
||
this.tBsixaxisGyroX.AutoSize = false;
|
||
this.tBsixaxisGyroX.BackColor = System.Drawing.Color.White;
|
||
this.tBsixaxisGyroX.Location = new System.Drawing.Point(3, 24);
|
||
this.tBsixaxisGyroX.Maximum = 8500;
|
||
this.tBsixaxisGyroX.Minimum = -8500;
|
||
this.tBsixaxisGyroX.Name = "tBsixaxisGyroX";
|
||
this.tBsixaxisGyroX.Size = new System.Drawing.Size(50, 19);
|
||
this.tBsixaxisGyroX.TabIndex = 222;
|
||
this.tBsixaxisGyroX.TickFrequency = 4750;
|
||
//
|
||
// nUDRumbleBoost
|
||
//
|
||
this.nUDRumbleBoost.Location = new System.Drawing.Point(14, 15);
|
||
this.nUDRumbleBoost.Maximum = new decimal(new int[] {
|
||
150,
|
||
0,
|
||
0,
|
||
0});
|
||
this.nUDRumbleBoost.Name = "nUDRumbleBoost";
|
||
this.nUDRumbleBoost.Size = new System.Drawing.Size(43, 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(81, 4);
|
||
this.lB6Accel.Name = "lB6Accel";
|
||
this.lB6Accel.Size = new System.Drawing.Size(34, 13);
|
||
this.lB6Accel.TabIndex = 215;
|
||
this.lB6Accel.Text = "Accel";
|
||
//
|
||
// btnRumbleTest
|
||
//
|
||
this.btnRumbleTest.Location = new System.Drawing.Point(14, 39);
|
||
this.btnRumbleTest.Name = "btnRumbleTest";
|
||
this.btnRumbleTest.Size = new System.Drawing.Size(64, 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:";
|
||
this.lBEmpty.Click += new System.EventHandler(this.lBEmpty_Click);
|
||
//
|
||
// 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;
|
||
//
|
||
// lB6Gryo
|
||
//
|
||
this.lB6Gryo.AutoSize = true;
|
||
this.lB6Gryo.Location = new System.Drawing.Point(13, 5);
|
||
this.lB6Gryo.Name = "lB6Gryo";
|
||
this.lB6Gryo.Size = new System.Drawing.Size(29, 13);
|
||
this.lB6Gryo.TabIndex = 216;
|
||
this.lB6Gryo.Text = "Gyro";
|
||
//
|
||
// lbRS
|
||
//
|
||
this.lbRS.AutoSize = true;
|
||
this.lbRS.Location = new System.Drawing.Point(88, 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(111, 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(2, 251);
|
||
this.gBTouchpad.Name = "gBTouchpad";
|
||
this.gBTouchpad.Size = new System.Drawing.Size(437, 70);
|
||
this.gBTouchpad.TabIndex = 246;
|
||
this.gBTouchpad.TabStop = false;
|
||
this.gBTouchpad.Text = "Touchpad";
|
||
//
|
||
// gBOther
|
||
//
|
||
this.gBOther.Controls.Add(this.lBforMandR);
|
||
this.gBOther.Controls.Add(this.lBUseController);
|
||
this.gBOther.Controls.Add(this.cBMouseAccel);
|
||
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(445, 226);
|
||
this.gBOther.Name = "gBOther";
|
||
this.gBOther.Size = new System.Drawing.Size(436, 95);
|
||
this.gBOther.TabIndex = 247;
|
||
this.gBOther.TabStop = false;
|
||
this.gBOther.Text = "Other";
|
||
//
|
||
// lBforMandR
|
||
//
|
||
this.lBforMandR.AutoSize = true;
|
||
this.lBforMandR.Location = new System.Drawing.Point(307, 74);
|
||
this.lBforMandR.Name = "lBforMandR";
|
||
this.lBforMandR.Size = new System.Drawing.Size(123, 13);
|
||
this.lBforMandR.TabIndex = 252;
|
||
this.lBforMandR.Text = "for Mapping and readout";
|
||
//
|
||
// lBUseController
|
||
//
|
||
this.lBUseController.AutoSize = true;
|
||
this.lBUseController.Location = new System.Drawing.Point(195, 74);
|
||
this.lBUseController.Name = "lBUseController";
|
||
this.lBUseController.Size = new System.Drawing.Size(73, 13);
|
||
this.lBUseController.TabIndex = 252;
|
||
this.lBUseController.Text = "Use Controller";
|
||
//
|
||
// cBMouseAccel
|
||
//
|
||
this.cBMouseAccel.AutoSize = true;
|
||
this.cBMouseAccel.Location = new System.Drawing.Point(170, 17);
|
||
this.cBMouseAccel.Name = "cBMouseAccel";
|
||
this.cBMouseAccel.Size = new System.Drawing.Size(120, 17);
|
||
this.cBMouseAccel.TabIndex = 251;
|
||
this.cBMouseAccel.Text = "Mouse Acceleration";
|
||
this.cBMouseAccel.UseVisualStyleBackColor = true;
|
||
this.cBMouseAccel.CheckedChanged += new System.EventHandler(this.cBMouseAccel_CheckedChanged);
|
||
//
|
||
// nUDSixaxis
|
||
//
|
||
this.nUDSixaxis.Location = new System.Drawing.Point(272, 71);
|
||
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(6, 72);
|
||
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.lBPercentFlashBar);
|
||
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(443, 85);
|
||
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:";
|
||
//
|
||
// lBPercentFlashBar
|
||
//
|
||
this.lBPercentFlashBar.AutoSize = true;
|
||
this.lBPercentFlashBar.Location = new System.Drawing.Point(98, 18);
|
||
this.lBPercentFlashBar.Name = "lBPercentFlashBar";
|
||
this.lBPercentFlashBar.Size = new System.Drawing.Size(15, 13);
|
||
this.lBPercentFlashBar.TabIndex = 207;
|
||
this.lBPercentFlashBar.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.lBPercentRumble);
|
||
this.gBRumble.Controls.Add(this.btnRumbleTest);
|
||
this.gBRumble.Controls.Add(this.nUDRumbleBoost);
|
||
this.gBRumble.Location = new System.Drawing.Point(445, 12);
|
||
this.gBRumble.Name = "gBRumble";
|
||
this.gBRumble.Size = new System.Drawing.Size(89, 67);
|
||
this.gBRumble.TabIndex = 247;
|
||
this.gBRumble.TabStop = false;
|
||
this.gBRumble.Text = "Rumble";
|
||
//
|
||
// lBPercentRumble
|
||
//
|
||
this.lBPercentRumble.AutoSize = true;
|
||
this.lBPercentRumble.Location = new System.Drawing.Point(63, 17);
|
||
this.lBPercentRumble.Name = "lBPercentRumble";
|
||
this.lBPercentRumble.Size = new System.Drawing.Size(15, 13);
|
||
this.lBPercentRumble.TabIndex = 207;
|
||
this.lBPercentRumble.Text = "%";
|
||
//
|
||
// gBDeadzone
|
||
//
|
||
this.gBDeadzone.Controls.Add(this.lBL2);
|
||
this.gBDeadzone.Controls.Add(this.nUDL2);
|
||
this.gBDeadzone.Controls.Add(this.lbSixaxisX);
|
||
this.gBDeadzone.Controls.Add(this.lbSixaxisZ);
|
||
this.gBDeadzone.Controls.Add(this.lBR2);
|
||
this.gBDeadzone.Controls.Add(this.lbRS);
|
||
this.gBDeadzone.Controls.Add(this.nUDSZ);
|
||
this.gBDeadzone.Controls.Add(this.lbLS);
|
||
this.gBDeadzone.Controls.Add(this.nUDSX);
|
||
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(601, 11);
|
||
this.gBDeadzone.Name = "gBDeadzone";
|
||
this.gBDeadzone.Size = new System.Drawing.Size(282, 67);
|
||
this.gBDeadzone.TabIndex = 248;
|
||
this.gBDeadzone.TabStop = false;
|
||
this.gBDeadzone.Text = "Deadzone";
|
||
//
|
||
// lbSixaxisX
|
||
//
|
||
this.lbSixaxisX.AutoSize = true;
|
||
this.lbSixaxisX.Location = new System.Drawing.Point(168, 16);
|
||
this.lbSixaxisX.Name = "lbSixaxisX";
|
||
this.lbSixaxisX.Size = new System.Drawing.Size(49, 13);
|
||
this.lbSixaxisX.TabIndex = 197;
|
||
this.lbSixaxisX.Text = "Sixaxis X";
|
||
//
|
||
// lbSixaxisZ
|
||
//
|
||
this.lbSixaxisZ.AutoSize = true;
|
||
this.lbSixaxisZ.Location = new System.Drawing.Point(168, 45);
|
||
this.lbSixaxisZ.Name = "lbSixaxisZ";
|
||
this.lbSixaxisZ.Size = new System.Drawing.Size(49, 13);
|
||
this.lbSixaxisZ.TabIndex = 197;
|
||
this.lbSixaxisZ.Text = "Sixaxis Z";
|
||
//
|
||
// nUDSZ
|
||
//
|
||
this.nUDSZ.DecimalPlaces = 2;
|
||
this.nUDSZ.Increment = new decimal(new int[] {
|
||
1,
|
||
0,
|
||
0,
|
||
65536});
|
||
this.nUDSZ.Location = new System.Drawing.Point(223, 43);
|
||
this.nUDSZ.Maximum = new decimal(new int[] {
|
||
1,
|
||
0,
|
||
0,
|
||
0});
|
||
this.nUDSZ.Name = "nUDSZ";
|
||
this.nUDSZ.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
||
this.nUDSZ.Size = new System.Drawing.Size(50, 20);
|
||
this.nUDSZ.TabIndex = 203;
|
||
this.nUDSZ.Value = new decimal(new int[] {
|
||
25,
|
||
0,
|
||
0,
|
||
131072});
|
||
this.nUDSZ.ValueChanged += new System.EventHandler(this.nUDSZ_ValueChanged);
|
||
//
|
||
// nUDSX
|
||
//
|
||
this.nUDSX.DecimalPlaces = 2;
|
||
this.nUDSX.Increment = new decimal(new int[] {
|
||
1,
|
||
0,
|
||
0,
|
||
65536});
|
||
this.nUDSX.Location = new System.Drawing.Point(223, 14);
|
||
this.nUDSX.Maximum = new decimal(new int[] {
|
||
1,
|
||
0,
|
||
0,
|
||
0});
|
||
this.nUDSX.Name = "nUDSX";
|
||
this.nUDSX.Size = new System.Drawing.Size(50, 20);
|
||
this.nUDSX.TabIndex = 202;
|
||
this.nUDSX.Value = new decimal(new int[] {
|
||
25,
|
||
0,
|
||
0,
|
||
131072});
|
||
this.nUDSX.ValueChanged += new System.EventHandler(this.nUDSX_ValueChanged);
|
||
//
|
||
// tabControls
|
||
//
|
||
this.tabControls.Controls.Add(this.tPControls);
|
||
this.tabControls.Controls.Add(this.tPShiftMod);
|
||
this.tabControls.Controls.Add(this.tPController);
|
||
this.tabControls.Location = new System.Drawing.Point(3, 3);
|
||
this.tabControls.Name = "tabControls";
|
||
this.tabControls.SelectedIndex = 0;
|
||
this.tabControls.Size = new System.Drawing.Size(436, 242);
|
||
this.tabControls.TabIndex = 253;
|
||
this.tabControls.SelectedIndexChanged += new System.EventHandler(this.tabControls_SelectedIndexChanged);
|
||
//
|
||
// tPControls
|
||
//
|
||
this.tPControls.Controls.Add(this.lBGryo);
|
||
this.tPControls.Controls.Add(this.fLPTiltControls);
|
||
this.tPControls.Controls.Add(this.MainPanel);
|
||
this.tPControls.Controls.Add(this.lBControls);
|
||
this.tPControls.Controls.Add(this.lBControlTip);
|
||
this.tPControls.Controls.Add(this.SticksPanel);
|
||
this.tPControls.Location = new System.Drawing.Point(4, 22);
|
||
this.tPControls.Name = "tPControls";
|
||
this.tPControls.Padding = new System.Windows.Forms.Padding(3);
|
||
this.tPControls.Size = new System.Drawing.Size(428, 216);
|
||
this.tPControls.TabIndex = 0;
|
||
this.tPControls.Text = "Controls";
|
||
this.tPControls.UseVisualStyleBackColor = true;
|
||
//
|
||
// lBGryo
|
||
//
|
||
this.lBGryo.AutoSize = true;
|
||
this.lBGryo.Location = new System.Drawing.Point(5, 192);
|
||
this.lBGryo.Name = "lBGryo";
|
||
this.lBGryo.Size = new System.Drawing.Size(67, 13);
|
||
this.lBGryo.TabIndex = 253;
|
||
this.lBGryo.Text = "Sixaxis Gyro:";
|
||
//
|
||
// 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(72, 185);
|
||
this.fLPTiltControls.Name = "fLPTiltControls";
|
||
this.fLPTiltControls.Size = new System.Drawing.Size(350, 31);
|
||
this.fLPTiltControls.TabIndex = 254;
|
||
//
|
||
// 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);
|
||
//
|
||
// 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);
|
||
//
|
||
// 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);
|
||
//
|
||
// tPShiftMod
|
||
//
|
||
this.tPShiftMod.Controls.Add(this.slBGryo);
|
||
this.tPShiftMod.Controls.Add(this.sfLPTiltControls);
|
||
this.tPShiftMod.Controls.Add(this.cBShiftControl);
|
||
this.tPShiftMod.Controls.Add(this.lBShiftControls);
|
||
this.tPShiftMod.Controls.Add(this.lBHold);
|
||
this.tPShiftMod.Controls.Add(this.lBtoUse);
|
||
this.tPShiftMod.Controls.Add(this.ShiftMainPanel);
|
||
this.tPShiftMod.Controls.Add(this.ShiftSticksPanel);
|
||
this.tPShiftMod.Location = new System.Drawing.Point(4, 22);
|
||
this.tPShiftMod.Name = "tPShiftMod";
|
||
this.tPShiftMod.Padding = new System.Windows.Forms.Padding(3);
|
||
this.tPShiftMod.Size = new System.Drawing.Size(428, 216);
|
||
this.tPShiftMod.TabIndex = 1;
|
||
this.tPShiftMod.Text = "Shift Modifier";
|
||
this.tPShiftMod.UseVisualStyleBackColor = true;
|
||
//
|
||
// slBGryo
|
||
//
|
||
this.slBGryo.AutoSize = true;
|
||
this.slBGryo.Location = new System.Drawing.Point(5, 192);
|
||
this.slBGryo.Name = "slBGryo";
|
||
this.slBGryo.Size = new System.Drawing.Size(67, 13);
|
||
this.slBGryo.TabIndex = 255;
|
||
this.slBGryo.Text = "Sixaxis Gyro:";
|
||
//
|
||
// sfLPTiltControls
|
||
//
|
||
this.sfLPTiltControls.Controls.Add(this.sbnGyroZN);
|
||
this.sfLPTiltControls.Controls.Add(this.sbnGyroZP);
|
||
this.sfLPTiltControls.Controls.Add(this.sbnGyroXP);
|
||
this.sfLPTiltControls.Controls.Add(this.sbnGyroXN);
|
||
this.sfLPTiltControls.Location = new System.Drawing.Point(72, 185);
|
||
this.sfLPTiltControls.Name = "sfLPTiltControls";
|
||
this.sfLPTiltControls.Size = new System.Drawing.Size(350, 31);
|
||
this.sfLPTiltControls.TabIndex = 256;
|
||
//
|
||
// sbnGyroZN
|
||
//
|
||
this.sbnGyroZN.Location = new System.Drawing.Point(3, 3);
|
||
this.sbnGyroZN.Name = "sbnGyroZN";
|
||
this.sbnGyroZN.Size = new System.Drawing.Size(80, 23);
|
||
this.sbnGyroZN.TabIndex = 250;
|
||
this.sbnGyroZN.Text = "Tilt Up";
|
||
this.sbnGyroZN.UseVisualStyleBackColor = true;
|
||
this.sbnGyroZN.Click += new System.EventHandler(this.Show_ControlsBn);
|
||
//
|
||
// sbnGyroZP
|
||
//
|
||
this.sbnGyroZP.Location = new System.Drawing.Point(89, 3);
|
||
this.sbnGyroZP.Name = "sbnGyroZP";
|
||
this.sbnGyroZP.Size = new System.Drawing.Size(80, 23);
|
||
this.sbnGyroZP.TabIndex = 250;
|
||
this.sbnGyroZP.Text = "Tilt Down";
|
||
this.sbnGyroZP.UseVisualStyleBackColor = true;
|
||
this.sbnGyroZP.Click += new System.EventHandler(this.Show_ControlsBn);
|
||
//
|
||
// sbnGyroXP
|
||
//
|
||
this.sbnGyroXP.Location = new System.Drawing.Point(175, 3);
|
||
this.sbnGyroXP.Name = "sbnGyroXP";
|
||
this.sbnGyroXP.Size = new System.Drawing.Size(80, 23);
|
||
this.sbnGyroXP.TabIndex = 250;
|
||
this.sbnGyroXP.Text = "Tilt Left";
|
||
this.sbnGyroXP.UseVisualStyleBackColor = true;
|
||
this.sbnGyroXP.Click += new System.EventHandler(this.Show_ControlsBn);
|
||
//
|
||
// sbnGyroXN
|
||
//
|
||
this.sbnGyroXN.Location = new System.Drawing.Point(261, 3);
|
||
this.sbnGyroXN.Name = "sbnGyroXN";
|
||
this.sbnGyroXN.Size = new System.Drawing.Size(80, 23);
|
||
this.sbnGyroXN.TabIndex = 250;
|
||
this.sbnGyroXN.Text = "Tilt Right";
|
||
this.sbnGyroXN.UseVisualStyleBackColor = true;
|
||
this.sbnGyroXN.Click += new System.EventHandler(this.Show_ControlsBn);
|
||
//
|
||
// cBShiftControl
|
||
//
|
||
this.cBShiftControl.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.cBShiftControl.FormattingEnabled = true;
|
||
this.cBShiftControl.Items.AddRange(new object[] {
|
||
"(nothing)/shift off",
|
||
"Cross",
|
||
"Circle",
|
||
"Square",
|
||
"Triangle",
|
||
"Options",
|
||
"Share",
|
||
"Up",
|
||
"Down",
|
||
"Left",
|
||
"Right",
|
||
"PS",
|
||
"L1",
|
||
"R1",
|
||
"L2",
|
||
"R2",
|
||
"L3",
|
||
"R3",
|
||
"Left Touch",
|
||
"Upper Touch",
|
||
"Multitouch",
|
||
"Right Touch",
|
||
"Sixaxis Up",
|
||
"Sixaxis Down",
|
||
"Sixaxis Left",
|
||
"Sixaxis Right",
|
||
"Touchpad (not clicked in)"});
|
||
this.cBShiftControl.Location = new System.Drawing.Point(79, 3);
|
||
this.cBShiftControl.Name = "cBShiftControl";
|
||
this.cBShiftControl.Size = new System.Drawing.Size(145, 21);
|
||
this.cBShiftControl.TabIndex = 192;
|
||
this.cBShiftControl.SelectedIndexChanged += new System.EventHandler(this.cBShiftControl_SelectedIndexChanged);
|
||
//
|
||
// lBShiftControls
|
||
//
|
||
this.lBShiftControls.FormattingEnabled = true;
|
||
this.lBShiftControls.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.lBShiftControls.Location = new System.Drawing.Point(257, 7);
|
||
this.lBShiftControls.Name = "lBShiftControls";
|
||
this.lBShiftControls.Size = new System.Drawing.Size(169, 173);
|
||
this.lBShiftControls.TabIndex = 188;
|
||
this.lBShiftControls.KeyDown += new System.Windows.Forms.KeyEventHandler(this.List_KeyDown);
|
||
this.lBShiftControls.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.List_MouseDoubleClick);
|
||
//
|
||
// lBHold
|
||
//
|
||
this.lBHold.AutoSize = true;
|
||
this.lBHold.Location = new System.Drawing.Point(44, 6);
|
||
this.lBHold.Name = "lBHold";
|
||
this.lBHold.Size = new System.Drawing.Size(29, 13);
|
||
this.lBHold.TabIndex = 189;
|
||
this.lBHold.Text = "Hold";
|
||
this.lBHold.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// lBtoUse
|
||
//
|
||
this.lBtoUse.AutoSize = true;
|
||
this.lBtoUse.Location = new System.Drawing.Point(84, 24);
|
||
this.lBtoUse.Name = "lBtoUse";
|
||
this.lBtoUse.Size = new System.Drawing.Size(105, 13);
|
||
this.lBtoUse.TabIndex = 189;
|
||
this.lBtoUse.Text = "to use these controls";
|
||
this.lBtoUse.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// ShiftMainPanel
|
||
//
|
||
this.ShiftMainPanel.Controls.Add(this.spBController);
|
||
this.ShiftMainPanel.Controls.Add(this.sbnTouchUpper);
|
||
this.ShiftMainPanel.Controls.Add(this.sbnTouchLeft);
|
||
this.ShiftMainPanel.Controls.Add(this.sbnTouchRight);
|
||
this.ShiftMainPanel.Controls.Add(this.sbnTouchMulti);
|
||
this.ShiftMainPanel.Controls.Add(this.sbnR1);
|
||
this.ShiftMainPanel.Controls.Add(this.sbnCross);
|
||
this.ShiftMainPanel.Controls.Add(this.sbnCircle);
|
||
this.ShiftMainPanel.Controls.Add(this.sbtnRightStick);
|
||
this.ShiftMainPanel.Controls.Add(this.sbnSquare);
|
||
this.ShiftMainPanel.Controls.Add(this.sbtnLightbar);
|
||
this.ShiftMainPanel.Controls.Add(this.sbnTriangle);
|
||
this.ShiftMainPanel.Controls.Add(this.sbnUp);
|
||
this.ShiftMainPanel.Controls.Add(this.sbtnLeftStick);
|
||
this.ShiftMainPanel.Controls.Add(this.sbnDown);
|
||
this.ShiftMainPanel.Controls.Add(this.sbnL2);
|
||
this.ShiftMainPanel.Controls.Add(this.sbnRight);
|
||
this.ShiftMainPanel.Controls.Add(this.sbnR2);
|
||
this.ShiftMainPanel.Controls.Add(this.sbnLeft);
|
||
this.ShiftMainPanel.Controls.Add(this.sbnL1);
|
||
this.ShiftMainPanel.Controls.Add(this.sbnOptions);
|
||
this.ShiftMainPanel.Controls.Add(this.sbnPS);
|
||
this.ShiftMainPanel.Controls.Add(this.sbnShare);
|
||
this.ShiftMainPanel.Location = new System.Drawing.Point(6, 42);
|
||
this.ShiftMainPanel.Name = "ShiftMainPanel";
|
||
this.ShiftMainPanel.Size = new System.Drawing.Size(249, 137);
|
||
this.ShiftMainPanel.TabIndex = 190;
|
||
//
|
||
// spBController
|
||
//
|
||
this.spBController.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
this.spBController.Enabled = false;
|
||
this.spBController.Image = global::ScpServer.Properties.Resources.DS4_Controller;
|
||
this.spBController.Location = new System.Drawing.Point(0, 0);
|
||
this.spBController.Name = "spBController";
|
||
this.spBController.Size = new System.Drawing.Size(245, 132);
|
||
this.spBController.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
||
this.spBController.TabIndex = 1;
|
||
this.spBController.TabStop = false;
|
||
//
|
||
// sbnTouchUpper
|
||
//
|
||
this.sbnTouchUpper.BackColor = System.Drawing.Color.Transparent;
|
||
this.sbnTouchUpper.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.sbnTouchUpper.Cursor = System.Windows.Forms.Cursors.Default;
|
||
this.sbnTouchUpper.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
||
this.sbnTouchUpper.FlatAppearance.BorderSize = 0;
|
||
this.sbnTouchUpper.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnTouchUpper.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnTouchUpper.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.sbnTouchUpper.ForeColor = System.Drawing.SystemColors.WindowText;
|
||
this.sbnTouchUpper.Location = new System.Drawing.Point(84, 25);
|
||
this.sbnTouchUpper.Name = "sbnTouchUpper";
|
||
this.sbnTouchUpper.Size = new System.Drawing.Size(78, 16);
|
||
this.sbnTouchUpper.TabIndex = 193;
|
||
this.sbnTouchUpper.Text = "Fall Back";
|
||
this.sbnTouchUpper.UseVisualStyleBackColor = false;
|
||
this.sbnTouchUpper.Click += new System.EventHandler(this.Show_ControlsBn);
|
||
//
|
||
// sbnTouchLeft
|
||
//
|
||
this.sbnTouchLeft.BackColor = System.Drawing.Color.Transparent;
|
||
this.sbnTouchLeft.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.sbnTouchLeft.Cursor = System.Windows.Forms.Cursors.Default;
|
||
this.sbnTouchLeft.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
||
this.sbnTouchLeft.FlatAppearance.BorderSize = 0;
|
||
this.sbnTouchLeft.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnTouchLeft.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnTouchLeft.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.sbnTouchLeft.ForeColor = System.Drawing.SystemColors.WindowText;
|
||
this.sbnTouchLeft.Location = new System.Drawing.Point(84, 40);
|
||
this.sbnTouchLeft.Name = "sbnTouchLeft";
|
||
this.sbnTouchLeft.Size = new System.Drawing.Size(25, 35);
|
||
this.sbnTouchLeft.TabIndex = 191;
|
||
this.sbnTouchLeft.Text = "Fall Back";
|
||
this.sbnTouchLeft.UseVisualStyleBackColor = false;
|
||
this.sbnTouchLeft.Click += new System.EventHandler(this.Show_ControlsBn);
|
||
//
|
||
// sbnTouchRight
|
||
//
|
||
this.sbnTouchRight.BackColor = System.Drawing.Color.Transparent;
|
||
this.sbnTouchRight.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.sbnTouchRight.Cursor = System.Windows.Forms.Cursors.Default;
|
||
this.sbnTouchRight.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
||
this.sbnTouchRight.FlatAppearance.BorderSize = 0;
|
||
this.sbnTouchRight.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnTouchRight.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnTouchRight.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.sbnTouchRight.ForeColor = System.Drawing.SystemColors.WindowText;
|
||
this.sbnTouchRight.Location = new System.Drawing.Point(139, 40);
|
||
this.sbnTouchRight.Name = "sbnTouchRight";
|
||
this.sbnTouchRight.Size = new System.Drawing.Size(23, 34);
|
||
this.sbnTouchRight.TabIndex = 190;
|
||
this.sbnTouchRight.Text = "Fall Back";
|
||
this.sbnTouchRight.UseVisualStyleBackColor = false;
|
||
this.sbnTouchRight.Click += new System.EventHandler(this.Show_ControlsBn);
|
||
//
|
||
// sbnTouchMulti
|
||
//
|
||
this.sbnTouchMulti.BackColor = System.Drawing.Color.Transparent;
|
||
this.sbnTouchMulti.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.sbnTouchMulti.Cursor = System.Windows.Forms.Cursors.Default;
|
||
this.sbnTouchMulti.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
||
this.sbnTouchMulti.FlatAppearance.BorderSize = 0;
|
||
this.sbnTouchMulti.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnTouchMulti.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnTouchMulti.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.sbnTouchMulti.ForeColor = System.Drawing.SystemColors.WindowText;
|
||
this.sbnTouchMulti.Location = new System.Drawing.Point(109, 40);
|
||
this.sbnTouchMulti.Name = "sbnTouchMulti";
|
||
this.sbnTouchMulti.Size = new System.Drawing.Size(30, 34);
|
||
this.sbnTouchMulti.TabIndex = 192;
|
||
this.sbnTouchMulti.Text = "Fall Back";
|
||
this.sbnTouchMulti.UseVisualStyleBackColor = false;
|
||
this.sbnTouchMulti.Click += new System.EventHandler(this.Show_ControlsBn);
|
||
//
|
||
// sbnR1
|
||
//
|
||
this.sbnR1.BackColor = System.Drawing.Color.Transparent;
|
||
this.sbnR1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.sbnR1.Cursor = System.Windows.Forms.Cursors.Default;
|
||
this.sbnR1.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
||
this.sbnR1.FlatAppearance.BorderSize = 0;
|
||
this.sbnR1.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnR1.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnR1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.sbnR1.ForeColor = System.Drawing.SystemColors.WindowText;
|
||
this.sbnR1.Location = new System.Drawing.Point(175, 13);
|
||
this.sbnR1.Name = "sbnR1";
|
||
this.sbnR1.Size = new System.Drawing.Size(43, 15);
|
||
this.sbnR1.TabIndex = 87;
|
||
this.sbnR1.Text = "Fall Back";
|
||
this.sbnR1.UseVisualStyleBackColor = false;
|
||
this.sbnR1.Click += new System.EventHandler(this.Show_ControlsBn);
|
||
//
|
||
// sbnCross
|
||
//
|
||
this.sbnCross.BackColor = System.Drawing.Color.Transparent;
|
||
this.sbnCross.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.sbnCross.Cursor = System.Windows.Forms.Cursors.Default;
|
||
this.sbnCross.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
||
this.sbnCross.FlatAppearance.BorderSize = 0;
|
||
this.sbnCross.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnCross.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnCross.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.sbnCross.ForeColor = System.Drawing.SystemColors.WindowText;
|
||
this.sbnCross.Location = new System.Drawing.Point(187, 76);
|
||
this.sbnCross.Name = "sbnCross";
|
||
this.sbnCross.Size = new System.Drawing.Size(19, 17);
|
||
this.sbnCross.TabIndex = 74;
|
||
this.sbnCross.Text = "Fall Back";
|
||
this.sbnCross.UseVisualStyleBackColor = false;
|
||
this.sbnCross.Click += new System.EventHandler(this.Show_ControlsBn);
|
||
//
|
||
// sbnCircle
|
||
//
|
||
this.sbnCircle.BackColor = System.Drawing.Color.Transparent;
|
||
this.sbnCircle.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.sbnCircle.Cursor = System.Windows.Forms.Cursors.Default;
|
||
this.sbnCircle.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
||
this.sbnCircle.FlatAppearance.BorderSize = 0;
|
||
this.sbnCircle.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnCircle.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnCircle.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.sbnCircle.ForeColor = System.Drawing.SystemColors.WindowText;
|
||
this.sbnCircle.Location = new System.Drawing.Point(208, 60);
|
||
this.sbnCircle.Name = "sbnCircle";
|
||
this.sbnCircle.Size = new System.Drawing.Size(16, 17);
|
||
this.sbnCircle.TabIndex = 71;
|
||
this.sbnCircle.Text = "Fall Back";
|
||
this.sbnCircle.UseVisualStyleBackColor = false;
|
||
this.sbnCircle.Click += new System.EventHandler(this.Show_ControlsBn);
|
||
//
|
||
// sbtnRightStick
|
||
//
|
||
this.sbtnRightStick.BackColor = System.Drawing.Color.Transparent;
|
||
this.sbtnRightStick.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.sbtnRightStick.Cursor = System.Windows.Forms.Cursors.Default;
|
||
this.sbtnRightStick.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
||
this.sbtnRightStick.FlatAppearance.BorderSize = 0;
|
||
this.sbtnRightStick.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbtnRightStick.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbtnRightStick.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.sbtnRightStick.ForeColor = System.Drawing.SystemColors.WindowText;
|
||
this.sbtnRightStick.Location = new System.Drawing.Point(150, 90);
|
||
this.sbtnRightStick.Name = "sbtnRightStick";
|
||
this.sbtnRightStick.Size = new System.Drawing.Size(28, 28);
|
||
this.sbtnRightStick.TabIndex = 91;
|
||
this.sbtnRightStick.Text = "RS";
|
||
this.sbtnRightStick.UseVisualStyleBackColor = false;
|
||
//
|
||
// sbnSquare
|
||
//
|
||
this.sbnSquare.BackColor = System.Drawing.Color.Transparent;
|
||
this.sbnSquare.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.sbnSquare.Cursor = System.Windows.Forms.Cursors.Default;
|
||
this.sbnSquare.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
||
this.sbnSquare.FlatAppearance.BorderSize = 0;
|
||
this.sbnSquare.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnSquare.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnSquare.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.sbnSquare.ForeColor = System.Drawing.SystemColors.WindowText;
|
||
this.sbnSquare.Location = new System.Drawing.Point(173, 61);
|
||
this.sbnSquare.Name = "sbnSquare";
|
||
this.sbnSquare.Size = new System.Drawing.Size(15, 14);
|
||
this.sbnSquare.TabIndex = 72;
|
||
this.sbnSquare.Text = "Fall Back";
|
||
this.sbnSquare.UseVisualStyleBackColor = false;
|
||
this.sbnSquare.Click += new System.EventHandler(this.Show_ControlsBn);
|
||
//
|
||
// sbtnLightbar
|
||
//
|
||
this.sbtnLightbar.BackColor = System.Drawing.Color.Transparent;
|
||
this.sbtnLightbar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.sbtnLightbar.Cursor = System.Windows.Forms.Cursors.Default;
|
||
this.sbtnLightbar.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
||
this.sbtnLightbar.FlatAppearance.BorderSize = 0;
|
||
this.sbtnLightbar.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbtnLightbar.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbtnLightbar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.sbtnLightbar.ForeColor = System.Drawing.SystemColors.WindowText;
|
||
this.sbtnLightbar.Location = new System.Drawing.Point(84, 6);
|
||
this.sbtnLightbar.Name = "sbtnLightbar";
|
||
this.sbtnLightbar.Size = new System.Drawing.Size(78, 19);
|
||
this.sbtnLightbar.TabIndex = 91;
|
||
this.sbtnLightbar.Text = "Lightbar";
|
||
this.sbtnLightbar.UseVisualStyleBackColor = false;
|
||
this.sbtnLightbar.Click += new System.EventHandler(this.btnLightbar_Click);
|
||
//
|
||
// sbnTriangle
|
||
//
|
||
this.sbnTriangle.BackColor = System.Drawing.Color.Transparent;
|
||
this.sbnTriangle.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.sbnTriangle.Cursor = System.Windows.Forms.Cursors.Default;
|
||
this.sbnTriangle.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
||
this.sbnTriangle.FlatAppearance.BorderSize = 0;
|
||
this.sbnTriangle.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnTriangle.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnTriangle.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.sbnTriangle.ForeColor = System.Drawing.SystemColors.WindowText;
|
||
this.sbnTriangle.Location = new System.Drawing.Point(188, 45);
|
||
this.sbnTriangle.Name = "sbnTriangle";
|
||
this.sbnTriangle.Size = new System.Drawing.Size(20, 16);
|
||
this.sbnTriangle.TabIndex = 73;
|
||
this.sbnTriangle.Text = "Fall Back";
|
||
this.sbnTriangle.UseVisualStyleBackColor = false;
|
||
this.sbnTriangle.Click += new System.EventHandler(this.Show_ControlsBn);
|
||
//
|
||
// sbnUp
|
||
//
|
||
this.sbnUp.BackColor = System.Drawing.Color.Transparent;
|
||
this.sbnUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.sbnUp.Cursor = System.Windows.Forms.Cursors.Default;
|
||
this.sbnUp.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
||
this.sbnUp.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
||
this.sbnUp.FlatAppearance.BorderSize = 0;
|
||
this.sbnUp.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnUp.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnUp.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.sbnUp.ForeColor = System.Drawing.SystemColors.WindowText;
|
||
this.sbnUp.Location = new System.Drawing.Point(44, 48);
|
||
this.sbnUp.Name = "sbnUp";
|
||
this.sbnUp.Size = new System.Drawing.Size(11, 15);
|
||
this.sbnUp.TabIndex = 80;
|
||
this.sbnUp.Text = "Fall Back";
|
||
this.sbnUp.UseVisualStyleBackColor = false;
|
||
this.sbnUp.Click += new System.EventHandler(this.Show_ControlsBn);
|
||
//
|
||
// sbtnLeftStick
|
||
//
|
||
this.sbtnLeftStick.BackColor = System.Drawing.Color.Transparent;
|
||
this.sbtnLeftStick.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.sbtnLeftStick.Cursor = System.Windows.Forms.Cursors.Default;
|
||
this.sbtnLeftStick.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
||
this.sbtnLeftStick.FlatAppearance.BorderSize = 0;
|
||
this.sbtnLeftStick.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbtnLeftStick.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbtnLeftStick.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.sbtnLeftStick.ForeColor = System.Drawing.SystemColors.WindowText;
|
||
this.sbtnLeftStick.Location = new System.Drawing.Point(70, 90);
|
||
this.sbtnLeftStick.Name = "sbtnLeftStick";
|
||
this.sbtnLeftStick.Size = new System.Drawing.Size(28, 28);
|
||
this.sbtnLeftStick.TabIndex = 91;
|
||
this.sbtnLeftStick.Text = "LS";
|
||
this.sbtnLeftStick.UseVisualStyleBackColor = false;
|
||
//
|
||
// sbnDown
|
||
//
|
||
this.sbnDown.BackColor = System.Drawing.Color.Transparent;
|
||
this.sbnDown.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.sbnDown.Cursor = System.Windows.Forms.Cursors.Default;
|
||
this.sbnDown.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
||
this.sbnDown.FlatAppearance.BorderSize = 0;
|
||
this.sbnDown.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnDown.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnDown.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.sbnDown.ForeColor = System.Drawing.SystemColors.WindowText;
|
||
this.sbnDown.Location = new System.Drawing.Point(44, 73);
|
||
this.sbnDown.Name = "sbnDown";
|
||
this.sbnDown.Size = new System.Drawing.Size(12, 12);
|
||
this.sbnDown.TabIndex = 81;
|
||
this.sbnDown.Text = "Fall Back";
|
||
this.sbnDown.UseVisualStyleBackColor = false;
|
||
this.sbnDown.Click += new System.EventHandler(this.Show_ControlsBn);
|
||
//
|
||
// sbnL2
|
||
//
|
||
this.sbnL2.BackColor = System.Drawing.Color.Transparent;
|
||
this.sbnL2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.sbnL2.Cursor = System.Windows.Forms.Cursors.Default;
|
||
this.sbnL2.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
||
this.sbnL2.FlatAppearance.BorderSize = 0;
|
||
this.sbnL2.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnL2.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnL2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.sbnL2.ForeColor = System.Drawing.SystemColors.WindowText;
|
||
this.sbnL2.Location = new System.Drawing.Point(31, 0);
|
||
this.sbnL2.Name = "sbnL2";
|
||
this.sbnL2.Size = new System.Drawing.Size(43, 12);
|
||
this.sbnL2.TabIndex = 90;
|
||
this.sbnL2.Text = "Fall Back";
|
||
this.sbnL2.UseVisualStyleBackColor = false;
|
||
this.sbnL2.Click += new System.EventHandler(this.Show_ControlsBn);
|
||
//
|
||
// sbnRight
|
||
//
|
||
this.sbnRight.BackColor = System.Drawing.Color.Transparent;
|
||
this.sbnRight.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.sbnRight.Cursor = System.Windows.Forms.Cursors.Default;
|
||
this.sbnRight.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
||
this.sbnRight.FlatAppearance.BorderSize = 0;
|
||
this.sbnRight.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnRight.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnRight.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.sbnRight.ForeColor = System.Drawing.SystemColors.WindowText;
|
||
this.sbnRight.Location = new System.Drawing.Point(55, 61);
|
||
this.sbnRight.Name = "sbnRight";
|
||
this.sbnRight.Size = new System.Drawing.Size(14, 14);
|
||
this.sbnRight.TabIndex = 82;
|
||
this.sbnRight.Text = "Fall Back";
|
||
this.sbnRight.UseVisualStyleBackColor = false;
|
||
this.sbnRight.Click += new System.EventHandler(this.Show_ControlsBn);
|
||
//
|
||
// sbnR2
|
||
//
|
||
this.sbnR2.BackColor = System.Drawing.Color.Transparent;
|
||
this.sbnR2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.sbnR2.Cursor = System.Windows.Forms.Cursors.Default;
|
||
this.sbnR2.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
||
this.sbnR2.FlatAppearance.BorderSize = 0;
|
||
this.sbnR2.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnR2.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnR2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.sbnR2.ForeColor = System.Drawing.SystemColors.WindowText;
|
||
this.sbnR2.Location = new System.Drawing.Point(174, 0);
|
||
this.sbnR2.Name = "sbnR2";
|
||
this.sbnR2.Size = new System.Drawing.Size(40, 13);
|
||
this.sbnR2.TabIndex = 89;
|
||
this.sbnR2.Text = "Fall Back";
|
||
this.sbnR2.UseVisualStyleBackColor = false;
|
||
this.sbnR2.Click += new System.EventHandler(this.Show_ControlsBn);
|
||
//
|
||
// sbnLeft
|
||
//
|
||
this.sbnLeft.BackColor = System.Drawing.Color.Transparent;
|
||
this.sbnLeft.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.sbnLeft.Cursor = System.Windows.Forms.Cursors.Default;
|
||
this.sbnLeft.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
||
this.sbnLeft.FlatAppearance.BorderSize = 0;
|
||
this.sbnLeft.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnLeft.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnLeft.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.sbnLeft.ForeColor = System.Drawing.SystemColors.WindowText;
|
||
this.sbnLeft.Location = new System.Drawing.Point(31, 61);
|
||
this.sbnLeft.Name = "sbnLeft";
|
||
this.sbnLeft.Size = new System.Drawing.Size(14, 12);
|
||
this.sbnLeft.TabIndex = 83;
|
||
this.sbnLeft.Text = "Fall Back";
|
||
this.sbnLeft.UseVisualStyleBackColor = false;
|
||
this.sbnLeft.Click += new System.EventHandler(this.Show_ControlsBn);
|
||
//
|
||
// sbnL1
|
||
//
|
||
this.sbnL1.BackColor = System.Drawing.Color.Transparent;
|
||
this.sbnL1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.sbnL1.Cursor = System.Windows.Forms.Cursors.Default;
|
||
this.sbnL1.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
||
this.sbnL1.FlatAppearance.BorderSize = 0;
|
||
this.sbnL1.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnL1.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnL1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.sbnL1.ForeColor = System.Drawing.SystemColors.WindowText;
|
||
this.sbnL1.Location = new System.Drawing.Point(31, 13);
|
||
this.sbnL1.Name = "sbnL1";
|
||
this.sbnL1.Size = new System.Drawing.Size(43, 15);
|
||
this.sbnL1.TabIndex = 88;
|
||
this.sbnL1.Text = "Fall Back";
|
||
this.sbnL1.UseVisualStyleBackColor = false;
|
||
this.sbnL1.Click += new System.EventHandler(this.Show_ControlsBn);
|
||
//
|
||
// sbnOptions
|
||
//
|
||
this.sbnOptions.BackColor = System.Drawing.Color.Transparent;
|
||
this.sbnOptions.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.sbnOptions.Cursor = System.Windows.Forms.Cursors.Default;
|
||
this.sbnOptions.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
||
this.sbnOptions.FlatAppearance.BorderSize = 0;
|
||
this.sbnOptions.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnOptions.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnOptions.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.sbnOptions.ForeColor = System.Drawing.SystemColors.WindowText;
|
||
this.sbnOptions.Location = new System.Drawing.Point(167, 33);
|
||
this.sbnOptions.Name = "sbnOptions";
|
||
this.sbnOptions.Size = new System.Drawing.Size(11, 21);
|
||
this.sbnOptions.TabIndex = 84;
|
||
this.sbnOptions.Text = "Fall Back";
|
||
this.sbnOptions.UseVisualStyleBackColor = false;
|
||
this.sbnOptions.Click += new System.EventHandler(this.Show_ControlsBn);
|
||
//
|
||
// sbnPS
|
||
//
|
||
this.sbnPS.BackColor = System.Drawing.Color.Transparent;
|
||
this.sbnPS.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.sbnPS.Cursor = System.Windows.Forms.Cursors.Default;
|
||
this.sbnPS.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
||
this.sbnPS.FlatAppearance.BorderSize = 0;
|
||
this.sbnPS.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnPS.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnPS.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.sbnPS.ForeColor = System.Drawing.SystemColors.WindowText;
|
||
this.sbnPS.Location = new System.Drawing.Point(115, 87);
|
||
this.sbnPS.Name = "sbnPS";
|
||
this.sbnPS.Size = new System.Drawing.Size(18, 18);
|
||
this.sbnPS.TabIndex = 86;
|
||
this.sbnPS.Text = "Fall Back";
|
||
this.sbnPS.UseVisualStyleBackColor = false;
|
||
this.sbnPS.Click += new System.EventHandler(this.Show_ControlsBn);
|
||
//
|
||
// sbnShare
|
||
//
|
||
this.sbnShare.BackColor = System.Drawing.Color.Transparent;
|
||
this.sbnShare.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.sbnShare.Cursor = System.Windows.Forms.Cursors.Default;
|
||
this.sbnShare.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
||
this.sbnShare.FlatAppearance.BorderSize = 0;
|
||
this.sbnShare.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnShare.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnShare.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.sbnShare.ForeColor = System.Drawing.SystemColors.WindowText;
|
||
this.sbnShare.Location = new System.Drawing.Point(71, 33);
|
||
this.sbnShare.Name = "sbnShare";
|
||
this.sbnShare.Size = new System.Drawing.Size(11, 18);
|
||
this.sbnShare.TabIndex = 85;
|
||
this.sbnShare.Text = "Fall Back";
|
||
this.sbnShare.UseVisualStyleBackColor = false;
|
||
this.sbnShare.Click += new System.EventHandler(this.Show_ControlsBn);
|
||
//
|
||
// ShiftSticksPanel
|
||
//
|
||
this.ShiftSticksPanel.Controls.Add(this.sbtnFullView);
|
||
this.ShiftSticksPanel.Controls.Add(this.spBSticks);
|
||
this.ShiftSticksPanel.Controls.Add(this.sbnL3);
|
||
this.ShiftSticksPanel.Controls.Add(this.sbnRSDown);
|
||
this.ShiftSticksPanel.Controls.Add(this.sbnLSUp);
|
||
this.ShiftSticksPanel.Controls.Add(this.sbnRSUp);
|
||
this.ShiftSticksPanel.Controls.Add(this.sbnLSLeft);
|
||
this.ShiftSticksPanel.Controls.Add(this.sbnRSRight);
|
||
this.ShiftSticksPanel.Controls.Add(this.sbnLSRight);
|
||
this.ShiftSticksPanel.Controls.Add(this.sbnRSLeft);
|
||
this.ShiftSticksPanel.Controls.Add(this.sbnLSDown);
|
||
this.ShiftSticksPanel.Controls.Add(this.sbnR3);
|
||
this.ShiftSticksPanel.Location = new System.Drawing.Point(6, 42);
|
||
this.ShiftSticksPanel.Name = "ShiftSticksPanel";
|
||
this.ShiftSticksPanel.Size = new System.Drawing.Size(249, 142);
|
||
this.ShiftSticksPanel.TabIndex = 191;
|
||
this.ShiftSticksPanel.Visible = false;
|
||
//
|
||
// sbtnFullView
|
||
//
|
||
this.sbtnFullView.Location = new System.Drawing.Point(71, 9);
|
||
this.sbtnFullView.Name = "sbtnFullView";
|
||
this.sbtnFullView.Size = new System.Drawing.Size(106, 23);
|
||
this.sbtnFullView.TabIndex = 184;
|
||
this.sbtnFullView.Text = "<- Back to full view";
|
||
this.sbtnFullView.UseVisualStyleBackColor = true;
|
||
this.sbtnFullView.Click += new System.EventHandler(this.sbtnFullView_Click);
|
||
//
|
||
// spBSticks
|
||
//
|
||
this.spBSticks.Enabled = false;
|
||
this.spBSticks.Image = global::ScpServer.Properties.Resources.sticks;
|
||
this.spBSticks.Location = new System.Drawing.Point(0, 1);
|
||
this.spBSticks.Name = "spBSticks";
|
||
this.spBSticks.Size = new System.Drawing.Size(245, 132);
|
||
this.spBSticks.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
||
this.spBSticks.TabIndex = 161;
|
||
this.spBSticks.TabStop = false;
|
||
//
|
||
// sbnL3
|
||
//
|
||
this.sbnL3.BackColor = System.Drawing.Color.Transparent;
|
||
this.sbnL3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.sbnL3.Cursor = System.Windows.Forms.Cursors.Default;
|
||
this.sbnL3.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
||
this.sbnL3.FlatAppearance.BorderSize = 0;
|
||
this.sbnL3.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnL3.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnL3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.sbnL3.ForeColor = System.Drawing.SystemColors.WindowText;
|
||
this.sbnL3.Location = new System.Drawing.Point(36, 92);
|
||
this.sbnL3.Name = "sbnL3";
|
||
this.sbnL3.Size = new System.Drawing.Size(23, 23);
|
||
this.sbnL3.TabIndex = 163;
|
||
this.sbnL3.Text = "Fall Back";
|
||
this.sbnL3.UseVisualStyleBackColor = false;
|
||
this.sbnL3.Click += new System.EventHandler(this.Show_ControlsBn);
|
||
//
|
||
// sbnRSDown
|
||
//
|
||
this.sbnRSDown.BackColor = System.Drawing.Color.Transparent;
|
||
this.sbnRSDown.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.sbnRSDown.Cursor = System.Windows.Forms.Cursors.Default;
|
||
this.sbnRSDown.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
||
this.sbnRSDown.FlatAppearance.BorderSize = 0;
|
||
this.sbnRSDown.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnRSDown.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnRSDown.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.sbnRSDown.ForeColor = System.Drawing.SystemColors.WindowText;
|
||
this.sbnRSDown.Location = new System.Drawing.Point(182, 116);
|
||
this.sbnRSDown.Name = "sbnRSDown";
|
||
this.sbnRSDown.Size = new System.Drawing.Size(23, 11);
|
||
this.sbnRSDown.TabIndex = 172;
|
||
this.sbnRSDown.Text = "Fall Back";
|
||
this.sbnRSDown.UseVisualStyleBackColor = false;
|
||
this.sbnRSDown.Click += new System.EventHandler(this.Show_ControlsBn);
|
||
//
|
||
// sbnLSUp
|
||
//
|
||
this.sbnLSUp.BackColor = System.Drawing.Color.Transparent;
|
||
this.sbnLSUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.sbnLSUp.Cursor = System.Windows.Forms.Cursors.Default;
|
||
this.sbnLSUp.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
||
this.sbnLSUp.FlatAppearance.BorderSize = 0;
|
||
this.sbnLSUp.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnLSUp.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnLSUp.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.sbnLSUp.ForeColor = System.Drawing.SystemColors.WindowText;
|
||
this.sbnLSUp.Location = new System.Drawing.Point(36, 77);
|
||
this.sbnLSUp.Name = "sbnLSUp";
|
||
this.sbnLSUp.Size = new System.Drawing.Size(23, 11);
|
||
this.sbnLSUp.TabIndex = 167;
|
||
this.sbnLSUp.Text = "Fall Back";
|
||
this.sbnLSUp.UseVisualStyleBackColor = false;
|
||
this.sbnLSUp.Click += new System.EventHandler(this.Show_ControlsBn);
|
||
//
|
||
// sbnRSUp
|
||
//
|
||
this.sbnRSUp.BackColor = System.Drawing.Color.Transparent;
|
||
this.sbnRSUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.sbnRSUp.Cursor = System.Windows.Forms.Cursors.Default;
|
||
this.sbnRSUp.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
||
this.sbnRSUp.FlatAppearance.BorderSize = 0;
|
||
this.sbnRSUp.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnRSUp.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnRSUp.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.sbnRSUp.ForeColor = System.Drawing.SystemColors.WindowText;
|
||
this.sbnRSUp.Location = new System.Drawing.Point(182, 78);
|
||
this.sbnRSUp.Name = "sbnRSUp";
|
||
this.sbnRSUp.Size = new System.Drawing.Size(23, 11);
|
||
this.sbnRSUp.TabIndex = 171;
|
||
this.sbnRSUp.Text = "Fall Back";
|
||
this.sbnRSUp.UseVisualStyleBackColor = false;
|
||
this.sbnRSUp.Click += new System.EventHandler(this.Show_ControlsBn);
|
||
//
|
||
// sbnLSLeft
|
||
//
|
||
this.sbnLSLeft.BackColor = System.Drawing.Color.Transparent;
|
||
this.sbnLSLeft.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.sbnLSLeft.Cursor = System.Windows.Forms.Cursors.Default;
|
||
this.sbnLSLeft.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
||
this.sbnLSLeft.FlatAppearance.BorderSize = 0;
|
||
this.sbnLSLeft.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnLSLeft.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnLSLeft.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.sbnLSLeft.ForeColor = System.Drawing.SystemColors.WindowText;
|
||
this.sbnLSLeft.Location = new System.Drawing.Point(21, 92);
|
||
this.sbnLSLeft.Name = "sbnLSLeft";
|
||
this.sbnLSLeft.Size = new System.Drawing.Size(11, 23);
|
||
this.sbnLSLeft.TabIndex = 164;
|
||
this.sbnLSLeft.Text = "Fall Back";
|
||
this.sbnLSLeft.UseVisualStyleBackColor = false;
|
||
this.sbnLSLeft.Click += new System.EventHandler(this.Show_ControlsBn);
|
||
//
|
||
// sbnRSRight
|
||
//
|
||
this.sbnRSRight.BackColor = System.Drawing.Color.Transparent;
|
||
this.sbnRSRight.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.sbnRSRight.Cursor = System.Windows.Forms.Cursors.Default;
|
||
this.sbnRSRight.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
||
this.sbnRSRight.FlatAppearance.BorderSize = 0;
|
||
this.sbnRSRight.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnRSRight.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnRSRight.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.sbnRSRight.ForeColor = System.Drawing.SystemColors.WindowText;
|
||
this.sbnRSRight.Location = new System.Drawing.Point(210, 92);
|
||
this.sbnRSRight.Name = "sbnRSRight";
|
||
this.sbnRSRight.Size = new System.Drawing.Size(13, 23);
|
||
this.sbnRSRight.TabIndex = 170;
|
||
this.sbnRSRight.Text = "Fall Back";
|
||
this.sbnRSRight.UseVisualStyleBackColor = false;
|
||
this.sbnRSRight.Click += new System.EventHandler(this.Show_ControlsBn);
|
||
//
|
||
// sbnLSRight
|
||
//
|
||
this.sbnLSRight.BackColor = System.Drawing.Color.Transparent;
|
||
this.sbnLSRight.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.sbnLSRight.Cursor = System.Windows.Forms.Cursors.Default;
|
||
this.sbnLSRight.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
||
this.sbnLSRight.FlatAppearance.BorderSize = 0;
|
||
this.sbnLSRight.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnLSRight.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnLSRight.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.sbnLSRight.ForeColor = System.Drawing.SystemColors.WindowText;
|
||
this.sbnLSRight.Location = new System.Drawing.Point(65, 92);
|
||
this.sbnLSRight.Name = "sbnLSRight";
|
||
this.sbnLSRight.Size = new System.Drawing.Size(11, 23);
|
||
this.sbnLSRight.TabIndex = 165;
|
||
this.sbnLSRight.Text = "Fall Back";
|
||
this.sbnLSRight.UseVisualStyleBackColor = false;
|
||
this.sbnLSRight.Click += new System.EventHandler(this.Show_ControlsBn);
|
||
//
|
||
// sbnRSLeft
|
||
//
|
||
this.sbnRSLeft.BackColor = System.Drawing.Color.Transparent;
|
||
this.sbnRSLeft.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.sbnRSLeft.Cursor = System.Windows.Forms.Cursors.Default;
|
||
this.sbnRSLeft.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
||
this.sbnRSLeft.FlatAppearance.BorderSize = 0;
|
||
this.sbnRSLeft.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnRSLeft.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnRSLeft.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.sbnRSLeft.ForeColor = System.Drawing.SystemColors.WindowText;
|
||
this.sbnRSLeft.Location = new System.Drawing.Point(165, 92);
|
||
this.sbnRSLeft.Name = "sbnRSLeft";
|
||
this.sbnRSLeft.Size = new System.Drawing.Size(11, 23);
|
||
this.sbnRSLeft.TabIndex = 169;
|
||
this.sbnRSLeft.Text = "Fall Back";
|
||
this.sbnRSLeft.UseVisualStyleBackColor = false;
|
||
this.sbnRSLeft.Click += new System.EventHandler(this.Show_ControlsBn);
|
||
//
|
||
// sbnLSDown
|
||
//
|
||
this.sbnLSDown.BackColor = System.Drawing.Color.Transparent;
|
||
this.sbnLSDown.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.sbnLSDown.Cursor = System.Windows.Forms.Cursors.Default;
|
||
this.sbnLSDown.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
||
this.sbnLSDown.FlatAppearance.BorderSize = 0;
|
||
this.sbnLSDown.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnLSDown.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnLSDown.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.sbnLSDown.ForeColor = System.Drawing.SystemColors.WindowText;
|
||
this.sbnLSDown.Location = new System.Drawing.Point(36, 120);
|
||
this.sbnLSDown.Name = "sbnLSDown";
|
||
this.sbnLSDown.Size = new System.Drawing.Size(23, 11);
|
||
this.sbnLSDown.TabIndex = 166;
|
||
this.sbnLSDown.Text = "Fall Back";
|
||
this.sbnLSDown.UseVisualStyleBackColor = false;
|
||
this.sbnLSDown.Click += new System.EventHandler(this.Show_ControlsBn);
|
||
//
|
||
// sbnR3
|
||
//
|
||
this.sbnR3.BackColor = System.Drawing.Color.Transparent;
|
||
this.sbnR3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.sbnR3.Cursor = System.Windows.Forms.Cursors.Default;
|
||
this.sbnR3.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
||
this.sbnR3.FlatAppearance.BorderSize = 0;
|
||
this.sbnR3.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnR3.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
||
this.sbnR3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.sbnR3.ForeColor = System.Drawing.SystemColors.WindowText;
|
||
this.sbnR3.Location = new System.Drawing.Point(182, 92);
|
||
this.sbnR3.Name = "sbnR3";
|
||
this.sbnR3.Size = new System.Drawing.Size(23, 23);
|
||
this.sbnR3.TabIndex = 168;
|
||
this.sbnR3.Text = "Fall Back";
|
||
this.sbnR3.UseVisualStyleBackColor = false;
|
||
this.sbnR3.Click += new System.EventHandler(this.Show_ControlsBn);
|
||
//
|
||
// tPController
|
||
//
|
||
this.tPController.Controls.Add(this.SixaxisPanel);
|
||
this.tPController.Controls.Add(this.lBL2Track);
|
||
this.tPController.Controls.Add(this.pBDelayTracker);
|
||
this.tPController.Controls.Add(this.btnSATrack);
|
||
this.tPController.Controls.Add(this.btnRSTrack);
|
||
this.tPController.Controls.Add(this.lBRSTip);
|
||
this.tPController.Controls.Add(this.lBInputDelay);
|
||
this.tPController.Controls.Add(this.lBR2Track);
|
||
this.tPController.Controls.Add(this.lBLSTip);
|
||
this.tPController.Controls.Add(this.lBSATip);
|
||
this.tPController.Controls.Add(this.btnLSTrack);
|
||
this.tPController.Controls.Add(this.pBSADeadzone);
|
||
this.tPController.Controls.Add(this.pBRSDeadzone);
|
||
this.tPController.Controls.Add(this.lBRSTrack);
|
||
this.tPController.Controls.Add(this.pBLSDeadzone);
|
||
this.tPController.Controls.Add(this.lBLSTrack);
|
||
this.tPController.Controls.Add(this.tBR2);
|
||
this.tPController.Controls.Add(this.tBL2);
|
||
this.tPController.Controls.Add(this.lBSATrack);
|
||
this.tPController.Location = new System.Drawing.Point(4, 22);
|
||
this.tPController.Name = "tPController";
|
||
this.tPController.Padding = new System.Windows.Forms.Padding(3);
|
||
this.tPController.Size = new System.Drawing.Size(428, 216);
|
||
this.tPController.TabIndex = 2;
|
||
this.tPController.Text = "Controller Readings";
|
||
this.tPController.UseVisualStyleBackColor = true;
|
||
//
|
||
// lBL2Track
|
||
//
|
||
this.lBL2Track.AutoSize = true;
|
||
this.lBL2Track.Location = new System.Drawing.Point(316, 33);
|
||
this.lBL2Track.Name = "lBL2Track";
|
||
this.lBL2Track.Size = new System.Drawing.Size(19, 13);
|
||
this.lBL2Track.TabIndex = 216;
|
||
this.lBL2Track.Text = "L2";
|
||
this.lBL2Track.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// pBDelayTracker
|
||
//
|
||
this.pBDelayTracker.Location = new System.Drawing.Point(112, 9);
|
||
this.pBDelayTracker.Name = "pBDelayTracker";
|
||
this.pBDelayTracker.Size = new System.Drawing.Size(10, 10);
|
||
this.pBDelayTracker.TabIndex = 243;
|
||
this.pBDelayTracker.TabStop = false;
|
||
//
|
||
// btnSATrack
|
||
//
|
||
this.btnSATrack.BackColor = System.Drawing.Color.Black;
|
||
this.btnSATrack.Enabled = false;
|
||
this.btnSATrack.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
||
this.btnSATrack.Location = new System.Drawing.Point(362, 150);
|
||
this.btnSATrack.Name = "btnSATrack";
|
||
this.btnSATrack.Size = new System.Drawing.Size(3, 3);
|
||
this.btnSATrack.TabIndex = 237;
|
||
this.btnSATrack.Text = "button1";
|
||
this.btnSATrack.UseVisualStyleBackColor = false;
|
||
//
|
||
// btnRSTrack
|
||
//
|
||
this.btnRSTrack.BackColor = System.Drawing.Color.Black;
|
||
this.btnRSTrack.Enabled = false;
|
||
this.btnRSTrack.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
||
this.btnRSTrack.Location = new System.Drawing.Point(211, 149);
|
||
this.btnRSTrack.Name = "btnRSTrack";
|
||
this.btnRSTrack.Size = new System.Drawing.Size(3, 3);
|
||
this.btnRSTrack.TabIndex = 237;
|
||
this.btnRSTrack.Text = "button1";
|
||
this.btnRSTrack.UseVisualStyleBackColor = false;
|
||
//
|
||
// lBRSTip
|
||
//
|
||
this.lBRSTip.Location = new System.Drawing.Point(150, 56);
|
||
this.lBRSTip.Name = "lBRSTip";
|
||
this.lBRSTip.Size = new System.Drawing.Size(125, 30);
|
||
this.lBRSTip.TabIndex = 216;
|
||
this.lBRSTip.Text = "Right Stick";
|
||
this.lBRSTip.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// lBInputDelay
|
||
//
|
||
this.lBInputDelay.AutoSize = true;
|
||
this.lBInputDelay.Location = new System.Drawing.Point(6, 7);
|
||
this.lBInputDelay.Name = "lBInputDelay";
|
||
this.lBInputDelay.Size = new System.Drawing.Size(100, 13);
|
||
this.lBInputDelay.TabIndex = 216;
|
||
this.lBInputDelay.Text = "Input Delay: N/Ams";
|
||
this.lBInputDelay.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// lBR2Track
|
||
//
|
||
this.lBR2Track.AutoSize = true;
|
||
this.lBR2Track.Location = new System.Drawing.Point(385, 33);
|
||
this.lBR2Track.Name = "lBR2Track";
|
||
this.lBR2Track.Size = new System.Drawing.Size(21, 13);
|
||
this.lBR2Track.TabIndex = 216;
|
||
this.lBR2Track.Text = "R2";
|
||
this.lBR2Track.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// lBLSTip
|
||
//
|
||
this.lBLSTip.Location = new System.Drawing.Point(6, 56);
|
||
this.lBLSTip.Name = "lBLSTip";
|
||
this.lBLSTip.Size = new System.Drawing.Size(125, 30);
|
||
this.lBLSTip.TabIndex = 216;
|
||
this.lBLSTip.Text = "Left Stick";
|
||
this.lBLSTip.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// lBSATip
|
||
//
|
||
this.lBSATip.Location = new System.Drawing.Point(300, 56);
|
||
this.lBSATip.Name = "lBSATip";
|
||
this.lBSATip.Size = new System.Drawing.Size(125, 30);
|
||
this.lBSATip.TabIndex = 216;
|
||
this.lBSATip.Text = "Sixaxis: X axis is flipped for easier reading";
|
||
this.lBSATip.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
this.lBSATip.Click += new System.EventHandler(this.lBSATip_Click);
|
||
//
|
||
// btnLSTrack
|
||
//
|
||
this.btnLSTrack.BackColor = System.Drawing.Color.Black;
|
||
this.btnLSTrack.Enabled = false;
|
||
this.btnLSTrack.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
||
this.btnLSTrack.Location = new System.Drawing.Point(67, 149);
|
||
this.btnLSTrack.Name = "btnLSTrack";
|
||
this.btnLSTrack.Size = new System.Drawing.Size(3, 3);
|
||
this.btnLSTrack.TabIndex = 237;
|
||
this.btnLSTrack.Text = "button1";
|
||
this.btnLSTrack.UseVisualStyleBackColor = false;
|
||
//
|
||
// pBSADeadzone
|
||
//
|
||
this.pBSADeadzone.BackColor = System.Drawing.Color.Transparent;
|
||
this.pBSADeadzone.Image = ((System.Drawing.Image)(resources.GetObject("pBSADeadzone.Image")));
|
||
this.pBSADeadzone.Location = new System.Drawing.Point(348, 136);
|
||
this.pBSADeadzone.Name = "pBSADeadzone";
|
||
this.pBSADeadzone.Size = new System.Drawing.Size(31, 31);
|
||
this.pBSADeadzone.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
||
this.pBSADeadzone.TabIndex = 242;
|
||
this.pBSADeadzone.TabStop = false;
|
||
this.pBSADeadzone.Paint += new System.Windows.Forms.PaintEventHandler(this.DrawCircle);
|
||
//
|
||
// lBSATrack
|
||
//
|
||
this.lBSATrack.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.lBSATrack.Location = new System.Drawing.Point(300, 88);
|
||
this.lBSATrack.Name = "lBSATrack";
|
||
this.lBSATrack.Size = new System.Drawing.Size(125, 125);
|
||
this.lBSATrack.TabIndex = 239;
|
||
this.lBSATrack.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
||
this.lBSATrack.Click += new System.EventHandler(this.lBSATrack_Click);
|
||
//
|
||
// pBRSDeadzone
|
||
//
|
||
this.pBRSDeadzone.BackColor = System.Drawing.Color.Transparent;
|
||
this.pBRSDeadzone.Image = ((System.Drawing.Image)(resources.GetObject("pBRSDeadzone.Image")));
|
||
this.pBRSDeadzone.Location = new System.Drawing.Point(207, 146);
|
||
this.pBRSDeadzone.Name = "pBRSDeadzone";
|
||
this.pBRSDeadzone.Size = new System.Drawing.Size(10, 10);
|
||
this.pBRSDeadzone.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
||
this.pBRSDeadzone.TabIndex = 241;
|
||
this.pBRSDeadzone.TabStop = false;
|
||
this.pBRSDeadzone.Visible = false;
|
||
//
|
||
// lBRSTrack
|
||
//
|
||
this.lBRSTrack.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.lBRSTrack.Location = new System.Drawing.Point(150, 88);
|
||
this.lBRSTrack.Name = "lBRSTrack";
|
||
this.lBRSTrack.Size = new System.Drawing.Size(125, 125);
|
||
this.lBRSTrack.TabIndex = 239;
|
||
this.lBRSTrack.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
||
//
|
||
// pBLSDeadzone
|
||
//
|
||
this.pBLSDeadzone.BackColor = System.Drawing.Color.Transparent;
|
||
this.pBLSDeadzone.Image = ((System.Drawing.Image)(resources.GetObject("pBLSDeadzone.Image")));
|
||
this.pBLSDeadzone.Location = new System.Drawing.Point(63, 146);
|
||
this.pBLSDeadzone.Name = "pBLSDeadzone";
|
||
this.pBLSDeadzone.Size = new System.Drawing.Size(10, 10);
|
||
this.pBLSDeadzone.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
||
this.pBLSDeadzone.TabIndex = 240;
|
||
this.pBLSDeadzone.TabStop = false;
|
||
this.pBLSDeadzone.Visible = false;
|
||
//
|
||
// lBLSTrack
|
||
//
|
||
this.lBLSTrack.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.lBLSTrack.Location = new System.Drawing.Point(5, 88);
|
||
this.lBLSTrack.Name = "lBLSTrack";
|
||
this.lBLSTrack.Size = new System.Drawing.Size(125, 125);
|
||
this.lBLSTrack.TabIndex = 239;
|
||
this.lBLSTrack.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
||
//
|
||
// tBR2
|
||
//
|
||
this.tBR2.AutoSize = false;
|
||
this.tBR2.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
||
this.tBR2.Enabled = false;
|
||
this.tBR2.Location = new System.Drawing.Point(365, 3);
|
||
this.tBR2.Maximum = 255;
|
||
this.tBR2.Name = "tBR2";
|
||
this.tBR2.Orientation = System.Windows.Forms.Orientation.Vertical;
|
||
this.tBR2.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
||
this.tBR2.Size = new System.Drawing.Size(25, 50);
|
||
this.tBR2.TabIndex = 244;
|
||
this.tBR2.TickFrequency = 0;
|
||
this.tBR2.TickStyle = System.Windows.Forms.TickStyle.None;
|
||
//
|
||
// tBL2
|
||
//
|
||
this.tBL2.AutoSize = false;
|
||
this.tBL2.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
||
this.tBL2.Enabled = false;
|
||
this.tBL2.Location = new System.Drawing.Point(331, 3);
|
||
this.tBL2.Maximum = 255;
|
||
this.tBL2.Name = "tBL2";
|
||
this.tBL2.Orientation = System.Windows.Forms.Orientation.Vertical;
|
||
this.tBL2.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
||
this.tBL2.RightToLeftLayout = true;
|
||
this.tBL2.Size = new System.Drawing.Size(25, 50);
|
||
this.tBL2.TabIndex = 244;
|
||
this.tBL2.TickFrequency = 127;
|
||
this.tBL2.TickStyle = System.Windows.Forms.TickStyle.None;
|
||
//
|
||
// SixaxisPanel
|
||
//
|
||
this.SixaxisPanel.Controls.Add(this.tBsixaxisAccelX);
|
||
this.SixaxisPanel.Controls.Add(this.lB6Accel);
|
||
this.SixaxisPanel.Controls.Add(this.tBsixaxisGyroX);
|
||
this.SixaxisPanel.Controls.Add(this.lB6Gryo);
|
||
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(300, 88);
|
||
this.SixaxisPanel.Name = "SixaxisPanel";
|
||
this.SixaxisPanel.Size = new System.Drawing.Size(125, 125);
|
||
this.SixaxisPanel.TabIndex = 236;
|
||
this.SixaxisPanel.Visible = false;
|
||
this.SixaxisPanel.Click += new System.EventHandler(this.SixaxisPanel_Click);
|
||
//
|
||
// 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.AutoScroll = true;
|
||
this.BackColor = System.Drawing.Color.White;
|
||
this.ClientSize = new System.Drawing.Size(885, 325);
|
||
this.Controls.Add(this.tabControls);
|
||
this.Controls.Add(this.gBDeadzone);
|
||
this.Controls.Add(this.gBRumble);
|
||
this.Controls.Add(this.gBLightbar);
|
||
this.Controls.Add(this.gBTouchpad);
|
||
this.Controls.Add(this.gBOther);
|
||
this.MaximizeBox = false;
|
||
this.MaximumSize = new System.Drawing.Size(901, 364);
|
||
this.MinimizeBox = false;
|
||
this.MinimumSize = new System.Drawing.Size(100, 100);
|
||
this.Name = "Options";
|
||
this.Text = "Profile 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.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();
|
||
((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();
|
||
((System.ComponentModel.ISupportInitialize)(this.nUDSZ)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.nUDSX)).EndInit();
|
||
this.tabControls.ResumeLayout(false);
|
||
this.tPControls.ResumeLayout(false);
|
||
this.tPControls.PerformLayout();
|
||
this.fLPTiltControls.ResumeLayout(false);
|
||
this.tPShiftMod.ResumeLayout(false);
|
||
this.tPShiftMod.PerformLayout();
|
||
this.sfLPTiltControls.ResumeLayout(false);
|
||
this.ShiftMainPanel.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)(this.spBController)).EndInit();
|
||
this.ShiftSticksPanel.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)(this.spBSticks)).EndInit();
|
||
this.tPController.ResumeLayout(false);
|
||
this.tPController.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.pBDelayTracker)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.pBSADeadzone)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.pBRSDeadzone)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.pBLSDeadzone)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.tBR2)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.tBL2)).EndInit();
|
||
this.SixaxisPanel.ResumeLayout(false);
|
||
this.SixaxisPanel.PerformLayout();
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#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.TrackBar tBsixaxisAccelX;
|
||
private System.Windows.Forms.TrackBar tBsixaxisGyroZ;
|
||
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.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.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.NumericUpDown nUDSixaxis;
|
||
private System.Windows.Forms.NumericUpDown nUDflashLED;
|
||
private System.Windows.Forms.Label lBPercentFlashBar;
|
||
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.Label lbSixaxisX;
|
||
private System.Windows.Forms.Label lbSixaxisZ;
|
||
private System.Windows.Forms.NumericUpDown nUDSZ;
|
||
private System.Windows.Forms.NumericUpDown nUDSX;
|
||
private System.Windows.Forms.Label lBPercentRumble;
|
||
private System.Windows.Forms.CheckBox cBMouseAccel;
|
||
private System.Windows.Forms.TabControl tabControls;
|
||
private System.Windows.Forms.TabPage tPShiftMod;
|
||
private System.Windows.Forms.ComboBox cBShiftControl;
|
||
private System.Windows.Forms.Panel ShiftMainPanel;
|
||
private System.Windows.Forms.PictureBox spBController;
|
||
private System.Windows.Forms.Button sbnTouchUpper;
|
||
private System.Windows.Forms.Button sbnTouchLeft;
|
||
private System.Windows.Forms.Button sbnTouchRight;
|
||
private System.Windows.Forms.Button sbnTouchMulti;
|
||
private System.Windows.Forms.Button sbnR1;
|
||
private System.Windows.Forms.Button sbnCross;
|
||
private System.Windows.Forms.Button sbnCircle;
|
||
private System.Windows.Forms.Button sbtnRightStick;
|
||
private System.Windows.Forms.Button sbnSquare;
|
||
private System.Windows.Forms.Button sbtnLightbar;
|
||
private System.Windows.Forms.Button sbnTriangle;
|
||
private System.Windows.Forms.Button sbnUp;
|
||
private System.Windows.Forms.Button sbtnLeftStick;
|
||
private System.Windows.Forms.Button sbnDown;
|
||
private System.Windows.Forms.Button sbnL2;
|
||
private System.Windows.Forms.Button sbnRight;
|
||
private System.Windows.Forms.Button sbnR2;
|
||
private System.Windows.Forms.Button sbnLeft;
|
||
private System.Windows.Forms.Button sbnL1;
|
||
private System.Windows.Forms.Button sbnOptions;
|
||
private System.Windows.Forms.Button sbnPS;
|
||
private System.Windows.Forms.Button sbnShare;
|
||
private System.Windows.Forms.Panel ShiftSticksPanel;
|
||
private System.Windows.Forms.Button sbtnFullView;
|
||
private System.Windows.Forms.PictureBox spBSticks;
|
||
private System.Windows.Forms.Button sbnL3;
|
||
private System.Windows.Forms.Button sbnRSDown;
|
||
private System.Windows.Forms.Button sbnLSUp;
|
||
private System.Windows.Forms.Button sbnRSUp;
|
||
private System.Windows.Forms.Button sbnLSLeft;
|
||
private System.Windows.Forms.Button sbnRSRight;
|
||
private System.Windows.Forms.Button sbnLSRight;
|
||
private System.Windows.Forms.Button sbnRSLeft;
|
||
private System.Windows.Forms.Button sbnLSDown;
|
||
private System.Windows.Forms.Button sbnR3;
|
||
public System.Windows.Forms.ListBox lBShiftControls;
|
||
private System.Windows.Forms.Label lBtoUse;
|
||
private System.Windows.Forms.TabPage tPControls;
|
||
private System.Windows.Forms.Label lB6Gryo;
|
||
private System.Windows.Forms.Label lBGryo;
|
||
private System.Windows.Forms.FlowLayoutPanel fLPTiltControls;
|
||
private System.Windows.Forms.Button bnGyroZN;
|
||
private System.Windows.Forms.Button bnGyroZP;
|
||
private System.Windows.Forms.Button bnGyroXP;
|
||
private System.Windows.Forms.Button bnGyroXN;
|
||
private System.Windows.Forms.Label slBGryo;
|
||
private System.Windows.Forms.FlowLayoutPanel sfLPTiltControls;
|
||
private System.Windows.Forms.Button sbnGyroZN;
|
||
private System.Windows.Forms.Button sbnGyroZP;
|
||
private System.Windows.Forms.Button sbnGyroXP;
|
||
private System.Windows.Forms.Button sbnGyroXN;
|
||
private System.Windows.Forms.Label lBHold;
|
||
private System.Windows.Forms.TabPage tPController;
|
||
private System.Windows.Forms.Button btnLSTrack;
|
||
private System.Windows.Forms.Button btnSATrack;
|
||
private System.Windows.Forms.Button btnRSTrack;
|
||
private System.Windows.Forms.Label lBSATrack;
|
||
private System.Windows.Forms.Label lBRSTrack;
|
||
private System.Windows.Forms.Label lBLSTrack;
|
||
private System.Windows.Forms.Label lBSATip;
|
||
private System.Windows.Forms.PictureBox pBLSDeadzone;
|
||
private System.Windows.Forms.PictureBox pBSADeadzone;
|
||
private System.Windows.Forms.PictureBox pBRSDeadzone;
|
||
private System.Windows.Forms.Label lBforMandR;
|
||
private System.Windows.Forms.Label lBUseController;
|
||
private System.Windows.Forms.Label lBRSTip;
|
||
private System.Windows.Forms.Label lBLSTip;
|
||
private System.Windows.Forms.PictureBox pBDelayTracker;
|
||
private System.Windows.Forms.Label lBInputDelay;
|
||
private System.Windows.Forms.TrackBar tBL2;
|
||
private System.Windows.Forms.TrackBar tBR2;
|
||
private System.Windows.Forms.Label lBR2Track;
|
||
private System.Windows.Forms.Label lBL2Track;
|
||
private System.Windows.Forms.Panel SixaxisPanel;
|
||
}
|
||
}
|
||
|