mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-23 09:49:16 +01:00
8d9f69db44
Complete rehaul of the profile settings, bigger workspace to edit controls, and all the settings are on the side now Added option to change the lightbar color, regardless of the profile's lightbar setting (useful for using one profile on the same controller). to change click the colored button beside edit in the main tab Can now set the Gyro as an 1:1 absolute mouse, in this mode the mouse now moves as the controller is moved Removed the experimental exclusive connection button if on the newest Windows 10 build (1511/TH2) Finally updated all the translations and added some new ones (such as Chinese and Polish, the translations sheets have been merged to one so it's easier for me to update
5073 lines
276 KiB
C#
5073 lines
276 KiB
C#
namespace DS4Windows
|
|
{
|
|
partial class Options
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Options));
|
|
this.lowColorChooserButton = new System.Windows.Forms.Button();
|
|
this.nUDRainbow = new System.Windows.Forms.NumericUpDown();
|
|
this.pBRainbow = new System.Windows.Forms.PictureBox();
|
|
this.tBBlueBar = new System.Windows.Forms.TrackBar();
|
|
this.tBGreenBar = new System.Windows.Forms.TrackBar();
|
|
this.tBRedBar = 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.cBFlushHIDQueue = new System.Windows.Forms.CheckBox();
|
|
this.nUDRumbleBoost = new System.Windows.Forms.NumericUpDown();
|
|
this.btnRumbleHeavyTest = 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.tBLowRedBar = new System.Windows.Forms.TrackBar();
|
|
this.tBLowGreenBar = new System.Windows.Forms.TrackBar();
|
|
this.tBLowBlueBar = new System.Windows.Forms.TrackBar();
|
|
this.lbEmpty = new System.Windows.Forms.Label();
|
|
this.pnlFull = new System.Windows.Forms.Panel();
|
|
this.pnlLowBattery = new System.Windows.Forms.Panel();
|
|
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.rBTPControls = new System.Windows.Forms.RadioButton();
|
|
this.rBTPMouse = new System.Windows.Forms.RadioButton();
|
|
this.fLPShiftTouch = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.btnShiftTouchUpper = new System.Windows.Forms.Button();
|
|
this.lbShiftTouchUpper = new System.Windows.Forms.Label();
|
|
this.btnShiftTouchLeft = new System.Windows.Forms.Button();
|
|
this.lbShiftTouchLeft = new System.Windows.Forms.Label();
|
|
this.btnShiftTouchRight = new System.Windows.Forms.Button();
|
|
this.lbShiftTouchRight = new System.Windows.Forms.Label();
|
|
this.btnShiftTouchMulti = new System.Windows.Forms.Button();
|
|
this.lbShiftTouchMulti = new System.Windows.Forms.Label();
|
|
this.fLPTouch = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.btnTouchUpper = new System.Windows.Forms.Button();
|
|
this.lbTouchUpper = new System.Windows.Forms.Label();
|
|
this.btnTouchLeft = new System.Windows.Forms.Button();
|
|
this.lbTouchLeft = new System.Windows.Forms.Label();
|
|
this.btnTouchRight = new System.Windows.Forms.Button();
|
|
this.lbTouchRight = new System.Windows.Forms.Label();
|
|
this.btnTouchMulti = new System.Windows.Forms.Button();
|
|
this.lbTouchMulti = new System.Windows.Forms.Label();
|
|
this.pnlTPMouse = new System.Windows.Forms.Panel();
|
|
this.cbStartTouchpadOff = new System.Windows.Forms.CheckBox();
|
|
this.fLPShiftTouchSwipe = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.bnShiftSwipeUp = new System.Windows.Forms.Button();
|
|
this.cMSPresets = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.controlToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.defaultToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.DpadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tSMIDPadInverted = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tSMIDPadInvertedX = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tSMIDPadInvertedY = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.LSToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tSMILSInverted = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tSMILSInvertedX = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tSMILSInvertedY = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.RSToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tSMIRSInverted = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tSMIRSInvertedX = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tSMIRSInvertedY = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ABXYToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.WASDToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.wScanCodeWASDToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ArrowKeysToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.wScanCodeArrowKeysToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.MouseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tSMIMouseInverted = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tSMIMouseInvertedX = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tSMIMouseInvertedY = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.lbShiftSwipeUp = new System.Windows.Forms.Label();
|
|
this.bnShiftSwipeDown = new System.Windows.Forms.Button();
|
|
this.lbShiftSwipeDown = new System.Windows.Forms.Label();
|
|
this.bnShiftSwipeLeft = new System.Windows.Forms.Button();
|
|
this.lbShiftSwipeLeft = new System.Windows.Forms.Label();
|
|
this.bnShiftSwipeRight = new System.Windows.Forms.Button();
|
|
this.lbShiftSwipeRight = new System.Windows.Forms.Label();
|
|
this.fLPTouchSwipe = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.bnSwipeUp = new System.Windows.Forms.Button();
|
|
this.lbSwipeUp = new System.Windows.Forms.Label();
|
|
this.bnSwipeDown = new System.Windows.Forms.Button();
|
|
this.lbSwipeDown = new System.Windows.Forms.Label();
|
|
this.bnSwipeLeft = new System.Windows.Forms.Button();
|
|
this.lbSwipeLeft = new System.Windows.Forms.Label();
|
|
this.bnSwipeRight = new System.Windows.Forms.Button();
|
|
this.lbSwipeRight = new System.Windows.Forms.Label();
|
|
this.gBOther = new System.Windows.Forms.GroupBox();
|
|
this.cBDinput = new System.Windows.Forms.CheckBox();
|
|
this.pBProgram = new System.Windows.Forms.PictureBox();
|
|
this.cBLaunchProgram = new System.Windows.Forms.CheckBox();
|
|
this.btnBrowse = new System.Windows.Forms.Button();
|
|
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.pnlShift = new System.Windows.Forms.Panel();
|
|
this.cBShiftLight = new System.Windows.Forms.CheckBox();
|
|
this.lbShift = new System.Windows.Forms.Label();
|
|
this.lbShiftRed = new System.Windows.Forms.Label();
|
|
this.lbShiftGreen = new System.Windows.Forms.Label();
|
|
this.lbShiftBlue = new System.Windows.Forms.Label();
|
|
this.tBShiftRedBar = new System.Windows.Forms.TrackBar();
|
|
this.tBShiftGreenBar = new System.Windows.Forms.TrackBar();
|
|
this.tBShiftBlueBar = new System.Windows.Forms.TrackBar();
|
|
this.lbRainbowB = new System.Windows.Forms.Label();
|
|
this.nUDRainbowB = new System.Windows.Forms.NumericUpDown();
|
|
this.cBFlashType = new System.Windows.Forms.ComboBox();
|
|
this.cBWhileCharging = new System.Windows.Forms.ComboBox();
|
|
this.btnFlashColor = new System.Windows.Forms.Button();
|
|
this.btnChargingColor = new System.Windows.Forms.Button();
|
|
this.lbWhileCharging = new System.Windows.Forms.Label();
|
|
this.lbPercentFlashBar = 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.btnRumbleLightTest = new System.Windows.Forms.Button();
|
|
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.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
|
|
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.lbRSTrack = new System.Windows.Forms.Label();
|
|
this.lbLSTrack = new System.Windows.Forms.Label();
|
|
this.tBR2 = new System.Windows.Forms.TrackBar();
|
|
this.tBL2 = new System.Windows.Forms.TrackBar();
|
|
this.lbSATrack = new System.Windows.Forms.Label();
|
|
this.pnlSixaxis = new System.Windows.Forms.Panel();
|
|
this.tBsixaxisAccelX = new System.Windows.Forms.TrackBar();
|
|
this.lb6Accel = new System.Windows.Forms.Label();
|
|
this.tBsixaxisGyroX = new System.Windows.Forms.TrackBar();
|
|
this.lb6Gryo = new System.Windows.Forms.Label();
|
|
this.tBsixaxisGyroY = new System.Windows.Forms.TrackBar();
|
|
this.tBsixaxisGyroZ = new System.Windows.Forms.TrackBar();
|
|
this.tBsixaxisAccelY = new System.Windows.Forms.TrackBar();
|
|
this.tBsixaxisAccelZ = new System.Windows.Forms.TrackBar();
|
|
this.tPShiftMod = new System.Windows.Forms.TabPage();
|
|
this.lBShiftControls = new System.Windows.Forms.ListBox();
|
|
this.btnShiftR2 = new System.Windows.Forms.Button();
|
|
this.btnShiftShare = new System.Windows.Forms.Button();
|
|
this.btnShiftL2 = new System.Windows.Forms.Button();
|
|
this.btnShiftOptions = new System.Windows.Forms.Button();
|
|
this.btnShiftCircle = new System.Windows.Forms.Button();
|
|
this.btnShiftR1 = new System.Windows.Forms.Button();
|
|
this.btnShiftR3 = new System.Windows.Forms.Button();
|
|
this.btnShiftRSUp = new System.Windows.Forms.Button();
|
|
this.btnShiftRSLeft = new System.Windows.Forms.Button();
|
|
this.btnShiftL1 = new System.Windows.Forms.Button();
|
|
this.btnShiftRSRight = new System.Windows.Forms.Button();
|
|
this.btnShiftRSDown = new System.Windows.Forms.Button();
|
|
this.btnShiftRight = new System.Windows.Forms.Button();
|
|
this.btnShiftUp = new System.Windows.Forms.Button();
|
|
this.btnShiftDown = new System.Windows.Forms.Button();
|
|
this.btnShiftLeft = new System.Windows.Forms.Button();
|
|
this.btnShiftPS = new System.Windows.Forms.Button();
|
|
this.btnShiftL3 = new System.Windows.Forms.Button();
|
|
this.btnShiftLSDown = new System.Windows.Forms.Button();
|
|
this.btnShiftLSRight = new System.Windows.Forms.Button();
|
|
this.btnShiftLSUp = new System.Windows.Forms.Button();
|
|
this.btnShiftLSLeft = new System.Windows.Forms.Button();
|
|
this.btnShiftTriangle = new System.Windows.Forms.Button();
|
|
this.btnShiftCross = new System.Windows.Forms.Button();
|
|
this.btnShiftSquare = new System.Windows.Forms.Button();
|
|
this.cBShiftControl = new System.Windows.Forms.ComboBox();
|
|
this.lbHold = new System.Windows.Forms.Label();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.pBShiftHoveredButton = new System.Windows.Forms.PictureBox();
|
|
this.pBShiftLightbar = new System.Windows.Forms.PictureBox();
|
|
this.lbtoUse = new System.Windows.Forms.Label();
|
|
this.bnShiftRSDown = new System.Windows.Forms.Button();
|
|
this.bnShiftL3 = new System.Windows.Forms.Button();
|
|
this.bnShiftRSUp = new System.Windows.Forms.Button();
|
|
this.bnShiftRSRight = new System.Windows.Forms.Button();
|
|
this.bnShiftR3 = new System.Windows.Forms.Button();
|
|
this.bnShiftRSLeft = new System.Windows.Forms.Button();
|
|
this.bnShiftLSLeft = new System.Windows.Forms.Button();
|
|
this.bnShiftLSUp = new System.Windows.Forms.Button();
|
|
this.bnShiftLSRight = new System.Windows.Forms.Button();
|
|
this.bnShiftLSDown = new System.Windows.Forms.Button();
|
|
this.bnShiftCircle = new System.Windows.Forms.Button();
|
|
this.bnShiftCross = new System.Windows.Forms.Button();
|
|
this.bnShiftTouchRight = new System.Windows.Forms.Button();
|
|
this.bnShiftTriangle = new System.Windows.Forms.Button();
|
|
this.bnShiftSquare = new System.Windows.Forms.Button();
|
|
this.bnShiftTouchLeft = new System.Windows.Forms.Button();
|
|
this.bnShiftTouchUpper = new System.Windows.Forms.Button();
|
|
this.bnShiftTouchMulti = new System.Windows.Forms.Button();
|
|
this.bnShiftR2 = new System.Windows.Forms.Button();
|
|
this.bnShiftUp = new System.Windows.Forms.Button();
|
|
this.bnShiftDown = new System.Windows.Forms.Button();
|
|
this.bnShiftR1 = new System.Windows.Forms.Button();
|
|
this.bnShiftRight = new System.Windows.Forms.Button();
|
|
this.bnShiftLeft = new System.Windows.Forms.Button();
|
|
this.btnShiftLightbar = new System.Windows.Forms.Button();
|
|
this.bnShiftOptions = new System.Windows.Forms.Button();
|
|
this.bnShiftShare = new System.Windows.Forms.Button();
|
|
this.bnShiftL1 = new System.Windows.Forms.Button();
|
|
this.bnShiftL2 = new System.Windows.Forms.Button();
|
|
this.bnShiftPS = new System.Windows.Forms.Button();
|
|
this.lbShiftControlName = new System.Windows.Forms.Label();
|
|
this.fLPShiftTiltControls = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.bnShiftGyroZN = new System.Windows.Forms.Button();
|
|
this.lbShiftGyroZN = new System.Windows.Forms.Label();
|
|
this.bnShiftGyroZP = new System.Windows.Forms.Button();
|
|
this.lbShiftGyroZP = new System.Windows.Forms.Label();
|
|
this.bnShiftGyroXP = new System.Windows.Forms.Button();
|
|
this.lbShiftGyroXP = new System.Windows.Forms.Label();
|
|
this.bnShiftGyroXN = new System.Windows.Forms.Button();
|
|
this.lbShiftGyroXN = new System.Windows.Forms.Label();
|
|
this.tPControls = new System.Windows.Forms.TabPage();
|
|
this.lbControlName = new System.Windows.Forms.Label();
|
|
this.btnR2 = new System.Windows.Forms.Button();
|
|
this.btnShare = new System.Windows.Forms.Button();
|
|
this.btnL2 = new System.Windows.Forms.Button();
|
|
this.btnOptions = new System.Windows.Forms.Button();
|
|
this.btnCircle = new System.Windows.Forms.Button();
|
|
this.lBControls = new System.Windows.Forms.ListBox();
|
|
this.btnR1 = new System.Windows.Forms.Button();
|
|
this.btnR3 = new System.Windows.Forms.Button();
|
|
this.btnRSUp = new System.Windows.Forms.Button();
|
|
this.btnRSLeft = new System.Windows.Forms.Button();
|
|
this.btnL1 = new System.Windows.Forms.Button();
|
|
this.btnRSRight = new System.Windows.Forms.Button();
|
|
this.btnRSDown = new System.Windows.Forms.Button();
|
|
this.btnRight = new System.Windows.Forms.Button();
|
|
this.btnUp = new System.Windows.Forms.Button();
|
|
this.btnDown = new System.Windows.Forms.Button();
|
|
this.btnLeft = new System.Windows.Forms.Button();
|
|
this.btnPS = new System.Windows.Forms.Button();
|
|
this.btnL3 = new System.Windows.Forms.Button();
|
|
this.btnLSDown = new System.Windows.Forms.Button();
|
|
this.lbControlTip = new System.Windows.Forms.Label();
|
|
this.btnLSRight = new System.Windows.Forms.Button();
|
|
this.btnLSUp = new System.Windows.Forms.Button();
|
|
this.btnLSLeft = new System.Windows.Forms.Button();
|
|
this.btnTriangle = new System.Windows.Forms.Button();
|
|
this.btnCross = new System.Windows.Forms.Button();
|
|
this.btnSquare = new System.Windows.Forms.Button();
|
|
this.pnlController = new System.Windows.Forms.Panel();
|
|
this.lbLRS = new System.Windows.Forms.Label();
|
|
this.lbLLS = new System.Windows.Forms.Label();
|
|
this.lbLTouchUpper = new System.Windows.Forms.Label();
|
|
this.lbLTouchRight = new System.Windows.Forms.Label();
|
|
this.lbLTouchLM = new System.Windows.Forms.Label();
|
|
this.lbLR2 = new System.Windows.Forms.Label();
|
|
this.lbLL2 = new System.Windows.Forms.Label();
|
|
this.lbLR1 = new System.Windows.Forms.Label();
|
|
this.lbLL1 = new System.Windows.Forms.Label();
|
|
this.lbLPS = new System.Windows.Forms.Label();
|
|
this.lbLLeft = new System.Windows.Forms.Label();
|
|
this.lbLright = new System.Windows.Forms.Label();
|
|
this.lbLDown = new System.Windows.Forms.Label();
|
|
this.lbLUp = new System.Windows.Forms.Label();
|
|
this.lbLShare = new System.Windows.Forms.Label();
|
|
this.lbLOptions = new System.Windows.Forms.Label();
|
|
this.lbLTriangle = new System.Windows.Forms.Label();
|
|
this.lbLSquare = new System.Windows.Forms.Label();
|
|
this.lbLCircle = new System.Windows.Forms.Label();
|
|
this.lbLCross = new System.Windows.Forms.Label();
|
|
this.pBHoveredButton = new System.Windows.Forms.PictureBox();
|
|
this.pBLightbar = new System.Windows.Forms.PictureBox();
|
|
this.bnRSDown = new System.Windows.Forms.Button();
|
|
this.bnL3 = new System.Windows.Forms.Button();
|
|
this.bnRSUp = new System.Windows.Forms.Button();
|
|
this.bnRSRight = new System.Windows.Forms.Button();
|
|
this.bnR3 = new System.Windows.Forms.Button();
|
|
this.bnRSLeft = new System.Windows.Forms.Button();
|
|
this.bnLSLeft = new System.Windows.Forms.Button();
|
|
this.bnLSUp = new System.Windows.Forms.Button();
|
|
this.bnLSRight = new System.Windows.Forms.Button();
|
|
this.bnLSDown = new System.Windows.Forms.Button();
|
|
this.bnCircle = new System.Windows.Forms.Button();
|
|
this.bnCross = new System.Windows.Forms.Button();
|
|
this.bnTouchRight = new System.Windows.Forms.Button();
|
|
this.bnTriangle = new System.Windows.Forms.Button();
|
|
this.bnSquare = new System.Windows.Forms.Button();
|
|
this.bnTouchLeft = new System.Windows.Forms.Button();
|
|
this.bnTouchUpper = new System.Windows.Forms.Button();
|
|
this.bnTouchMulti = new System.Windows.Forms.Button();
|
|
this.bnR2 = new System.Windows.Forms.Button();
|
|
this.bnUp = new System.Windows.Forms.Button();
|
|
this.bnDown = new System.Windows.Forms.Button();
|
|
this.bnR1 = new System.Windows.Forms.Button();
|
|
this.bnRight = new System.Windows.Forms.Button();
|
|
this.bnLeft = new System.Windows.Forms.Button();
|
|
this.btnLightbar = new System.Windows.Forms.Button();
|
|
this.bnOptions = new System.Windows.Forms.Button();
|
|
this.bnShare = new System.Windows.Forms.Button();
|
|
this.bnL1 = new System.Windows.Forms.Button();
|
|
this.bnL2 = new System.Windows.Forms.Button();
|
|
this.bnPS = new System.Windows.Forms.Button();
|
|
this.fLPTiltControls = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.bnGyroZN = new System.Windows.Forms.Button();
|
|
this.lbGyroZN = new System.Windows.Forms.Label();
|
|
this.bnGyroZP = new System.Windows.Forms.Button();
|
|
this.lbGyroZP = new System.Windows.Forms.Label();
|
|
this.bnGyroXP = new System.Windows.Forms.Button();
|
|
this.lbGyroXP = new System.Windows.Forms.Label();
|
|
this.bnGyroXN = new System.Windows.Forms.Button();
|
|
this.lbGyroXN = new System.Windows.Forms.Label();
|
|
this.pnlShiftController = new System.Windows.Forms.TabControl();
|
|
this.tPSpecial = new System.Windows.Forms.TabPage();
|
|
this.pnlActions = new System.Windows.Forms.Panel();
|
|
this.lVActions = new System.Windows.Forms.ListView();
|
|
this.cHName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.cHTrigger = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.cHAction = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.fLPActionButtons = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.btnNewAction = new System.Windows.Forms.Button();
|
|
this.btnEditAction = new System.Windows.Forms.Button();
|
|
this.btnRemAction = new System.Windows.Forms.Button();
|
|
this.lbActionsTip = new System.Windows.Forms.Label();
|
|
this.tCSens = new System.Windows.Forms.TabControl();
|
|
this.tPDeadzone = new System.Windows.Forms.TabPage();
|
|
this.tPCurve = new System.Windows.Forms.TabPage();
|
|
this.nUDLSCurve = new System.Windows.Forms.NumericUpDown();
|
|
this.nUDRSCurve = new System.Windows.Forms.NumericUpDown();
|
|
this.lbRSCurve = new System.Windows.Forms.Label();
|
|
this.lbRSCurvePercent = new System.Windows.Forms.Label();
|
|
this.lbLSCurvePercent = new System.Windows.Forms.Label();
|
|
this.lbLSCurve = new System.Windows.Forms.Label();
|
|
this.fLPSettings = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.gBGyro = new System.Windows.Forms.GroupBox();
|
|
this.rBSAControls = new System.Windows.Forms.RadioButton();
|
|
this.rBSAMouse = new System.Windows.Forms.RadioButton();
|
|
this.pnlSAMouse = new System.Windows.Forms.Panel();
|
|
this.cBGyroInvertY = new System.Windows.Forms.CheckBox();
|
|
this.cBGyroInvertX = new System.Windows.Forms.CheckBox();
|
|
this.lbGyroInvert = new System.Windows.Forms.Label();
|
|
this.lbGyroTriggers = new System.Windows.Forms.Label();
|
|
this.btnGyroTriggers = new System.Windows.Forms.Button();
|
|
this.nUDGyroSensitivity = new System.Windows.Forms.NumericUpDown();
|
|
this.lbGyroSens = new System.Windows.Forms.Label();
|
|
this.cMGyroTriggers = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.crossToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.circleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.squareToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.triangleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.l1ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.l2ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.r1ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.r2ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.onTouchpadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.downToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.leftToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.rightToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.l3ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.r3ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.fingerOnTouchpadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.fingersOnTouchpadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.shareToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.pSToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.resetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.advColorDialog = new DS4Windows.AdvancedColorDialog();
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDRainbow)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pBRainbow)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tBBlueBar)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tBGreenBar)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tBRedBar)).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.nUDRumbleBoost)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tBLowRedBar)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tBLowGreenBar)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tBLowBlueBar)).BeginInit();
|
|
this.pnlFull.SuspendLayout();
|
|
this.pnlLowBattery.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.fLPShiftTouch.SuspendLayout();
|
|
this.fLPTouch.SuspendLayout();
|
|
this.pnlTPMouse.SuspendLayout();
|
|
this.fLPShiftTouchSwipe.SuspendLayout();
|
|
this.cMSPresets.SuspendLayout();
|
|
this.fLPTouchSwipe.SuspendLayout();
|
|
this.gBOther.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pBProgram)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDSixaxis)).BeginInit();
|
|
this.gBLightbar.SuspendLayout();
|
|
this.pnlShift.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.tBShiftRedBar)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tBShiftGreenBar)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tBShiftBlueBar)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDRainbowB)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDflashLED)).BeginInit();
|
|
this.gBRumble.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDSZ)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDSX)).BeginInit();
|
|
this.tPController.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pBDelayTracker)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tBR2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tBL2)).BeginInit();
|
|
this.pnlSixaxis.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.tBsixaxisAccelX)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tBsixaxisGyroX)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tBsixaxisGyroY)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tBsixaxisGyroZ)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tBsixaxisAccelY)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tBsixaxisAccelZ)).BeginInit();
|
|
this.tPShiftMod.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pBShiftHoveredButton)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pBShiftLightbar)).BeginInit();
|
|
this.fLPShiftTiltControls.SuspendLayout();
|
|
this.tPControls.SuspendLayout();
|
|
this.pnlController.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pBHoveredButton)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pBLightbar)).BeginInit();
|
|
this.fLPTiltControls.SuspendLayout();
|
|
this.pnlShiftController.SuspendLayout();
|
|
this.tPSpecial.SuspendLayout();
|
|
this.pnlActions.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
this.fLPActionButtons.SuspendLayout();
|
|
this.tCSens.SuspendLayout();
|
|
this.tPDeadzone.SuspendLayout();
|
|
this.tPCurve.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDLSCurve)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDRSCurve)).BeginInit();
|
|
this.fLPSettings.SuspendLayout();
|
|
this.gBGyro.SuspendLayout();
|
|
this.pnlSAMouse.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDGyroSensitivity)).BeginInit();
|
|
this.cMGyroTriggers.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// lowColorChooserButton
|
|
//
|
|
resources.ApplyResources(this.lowColorChooserButton, "lowColorChooserButton");
|
|
this.lowColorChooserButton.BackColor = System.Drawing.Color.White;
|
|
this.lowColorChooserButton.Name = "lowColorChooserButton";
|
|
this.lowColorChooserButton.UseVisualStyleBackColor = false;
|
|
this.lowColorChooserButton.Click += new System.EventHandler(this.lowColorChooserButton_Click);
|
|
//
|
|
// nUDRainbow
|
|
//
|
|
resources.ApplyResources(this.nUDRainbow, "nUDRainbow");
|
|
this.nUDRainbow.Maximum = new decimal(new int[] {
|
|
60,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nUDRainbow.Name = "nUDRainbow";
|
|
this.nUDRainbow.ValueChanged += new System.EventHandler(this.numUDRainbow_ValueChanged);
|
|
//
|
|
// pBRainbow
|
|
//
|
|
resources.ApplyResources(this.pBRainbow, "pBRainbow");
|
|
this.pBRainbow.Image = global::DS4Windows.Properties.Resources.rainbow;
|
|
this.pBRainbow.Name = "pBRainbow";
|
|
this.pBRainbow.TabStop = false;
|
|
this.pBRainbow.Click += new System.EventHandler(this.pbRainbow_Click);
|
|
//
|
|
// tBBlueBar
|
|
//
|
|
resources.ApplyResources(this.tBBlueBar, "tBBlueBar");
|
|
this.tBBlueBar.BackColor = System.Drawing.Color.Blue;
|
|
this.tBBlueBar.Maximum = 255;
|
|
this.tBBlueBar.Name = "tBBlueBar";
|
|
this.tBBlueBar.TickFrequency = 25;
|
|
this.tBBlueBar.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
this.tBBlueBar.Value = 255;
|
|
this.tBBlueBar.ValueChanged += new System.EventHandler(this.MainBar_ValueChanged);
|
|
this.tBBlueBar.MouseDown += new System.Windows.Forms.MouseEventHandler(this.LightBar_MouseDown);
|
|
this.tBBlueBar.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Lightbar_MouseUp);
|
|
//
|
|
// tBGreenBar
|
|
//
|
|
resources.ApplyResources(this.tBGreenBar, "tBGreenBar");
|
|
this.tBGreenBar.BackColor = System.Drawing.Color.Green;
|
|
this.tBGreenBar.Maximum = 255;
|
|
this.tBGreenBar.Name = "tBGreenBar";
|
|
this.tBGreenBar.TickFrequency = 25;
|
|
this.tBGreenBar.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
this.tBGreenBar.Value = 255;
|
|
this.tBGreenBar.ValueChanged += new System.EventHandler(this.MainBar_ValueChanged);
|
|
this.tBGreenBar.MouseDown += new System.Windows.Forms.MouseEventHandler(this.LightBar_MouseDown);
|
|
this.tBGreenBar.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Lightbar_MouseUp);
|
|
//
|
|
// tBRedBar
|
|
//
|
|
resources.ApplyResources(this.tBRedBar, "tBRedBar");
|
|
this.tBRedBar.BackColor = System.Drawing.Color.Red;
|
|
this.tBRedBar.Maximum = 255;
|
|
this.tBRedBar.Name = "tBRedBar";
|
|
this.tBRedBar.TickFrequency = 25;
|
|
this.tBRedBar.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
this.tBRedBar.Value = 255;
|
|
this.tBRedBar.ValueChanged += new System.EventHandler(this.MainBar_ValueChanged);
|
|
this.tBRedBar.MouseDown += new System.Windows.Forms.MouseEventHandler(this.LightBar_MouseDown);
|
|
this.tBRedBar.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Lightbar_MouseUp);
|
|
//
|
|
// cBLightbyBattery
|
|
//
|
|
resources.ApplyResources(this.cBLightbyBattery, "cBLightbyBattery");
|
|
this.cBLightbyBattery.Name = "cBLightbyBattery";
|
|
this.cBLightbyBattery.UseVisualStyleBackColor = true;
|
|
this.cBLightbyBattery.CheckedChanged += new System.EventHandler(this.ledAsBatteryIndicator_CheckedChanged);
|
|
//
|
|
// lbBlue
|
|
//
|
|
resources.ApplyResources(this.lbBlue, "lbBlue");
|
|
this.lbBlue.Name = "lbBlue";
|
|
//
|
|
// lbGreen
|
|
//
|
|
resources.ApplyResources(this.lbGreen, "lbGreen");
|
|
this.lbGreen.Name = "lbGreen";
|
|
//
|
|
// lbspc
|
|
//
|
|
resources.ApplyResources(this.lbspc, "lbspc");
|
|
this.lbspc.Name = "lbspc";
|
|
//
|
|
// lbRed
|
|
//
|
|
resources.ApplyResources(this.lbRed, "lbRed");
|
|
this.lbRed.Name = "lbRed";
|
|
//
|
|
// cBDoubleTap
|
|
//
|
|
resources.ApplyResources(this.cBDoubleTap, "cBDoubleTap");
|
|
this.cBDoubleTap.Checked = true;
|
|
this.cBDoubleTap.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.cBDoubleTap.Name = "cBDoubleTap";
|
|
this.cBDoubleTap.UseVisualStyleBackColor = true;
|
|
this.cBDoubleTap.CheckedChanged += new System.EventHandler(this.cBDoubleTap_CheckedChanged);
|
|
//
|
|
// cBTap
|
|
//
|
|
resources.ApplyResources(this.cBTap, "cBTap");
|
|
this.cBTap.Checked = true;
|
|
this.cBTap.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.cBTap.Name = "cBTap";
|
|
this.cBTap.UseVisualStyleBackColor = true;
|
|
this.cBTap.CheckedChanged += new System.EventHandler(this.cBTap_CheckedChanged);
|
|
//
|
|
// nUDTap
|
|
//
|
|
resources.ApplyResources(this.nUDTap, "nUDTap");
|
|
this.nUDTap.Maximum = new decimal(new int[] {
|
|
200,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nUDTap.Name = "nUDTap";
|
|
this.nUDTap.Value = new decimal(new int[] {
|
|
100,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nUDTap.ValueChanged += new System.EventHandler(this.numUDTap_ValueChanged);
|
|
//
|
|
// cBScroll
|
|
//
|
|
resources.ApplyResources(this.cBScroll, "cBScroll");
|
|
this.cBScroll.Checked = true;
|
|
this.cBScroll.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.cBScroll.Name = "cBScroll";
|
|
this.cBScroll.UseVisualStyleBackColor = true;
|
|
this.cBScroll.CheckedChanged += new System.EventHandler(this.cBScroll_CheckedChanged);
|
|
//
|
|
// cBSlide
|
|
//
|
|
resources.ApplyResources(this.cBSlide, "cBSlide");
|
|
this.cBSlide.Checked = true;
|
|
this.cBSlide.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.cBSlide.Name = "cBSlide";
|
|
this.cBSlide.UseVisualStyleBackColor = true;
|
|
this.cBSlide.CheckedChanged += new System.EventHandler(this.cBSlide_CheckedChanged);
|
|
//
|
|
// nUDScroll
|
|
//
|
|
resources.ApplyResources(this.nUDScroll, "nUDScroll");
|
|
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.Value = new decimal(new int[] {
|
|
5,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nUDScroll.ValueChanged += new System.EventHandler(this.numUDScroll_ValueChanged);
|
|
//
|
|
// nUDTouch
|
|
//
|
|
resources.ApplyResources(this.nUDTouch, "nUDTouch");
|
|
this.nUDTouch.Maximum = new decimal(new int[] {
|
|
150,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nUDTouch.Name = "nUDTouch";
|
|
this.nUDTouch.Value = new decimal(new int[] {
|
|
100,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nUDTouch.ValueChanged += new System.EventHandler(this.numUDTouch_ValueChanged);
|
|
//
|
|
// lbButtonMouseSens
|
|
//
|
|
resources.ApplyResources(this.lbButtonMouseSens, "lbButtonMouseSens");
|
|
this.lbButtonMouseSens.Name = "lbButtonMouseSens";
|
|
//
|
|
// cBlowerRCOn
|
|
//
|
|
resources.ApplyResources(this.cBlowerRCOn, "cBlowerRCOn");
|
|
this.cBlowerRCOn.Name = "cBlowerRCOn";
|
|
this.cBlowerRCOn.UseVisualStyleBackColor = true;
|
|
this.cBlowerRCOn.CheckedChanged += new System.EventHandler(this.lowerRCOffCheckBox_CheckedChanged);
|
|
//
|
|
// cBTouchpadJitterCompensation
|
|
//
|
|
resources.ApplyResources(this.cBTouchpadJitterCompensation, "cBTouchpadJitterCompensation");
|
|
this.cBTouchpadJitterCompensation.Checked = true;
|
|
this.cBTouchpadJitterCompensation.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.cBTouchpadJitterCompensation.Name = "cBTouchpadJitterCompensation";
|
|
this.cBTouchpadJitterCompensation.UseVisualStyleBackColor = true;
|
|
this.cBTouchpadJitterCompensation.CheckedChanged += new System.EventHandler(this.touchpadJitterCompensation_CheckedChanged);
|
|
//
|
|
// lbL2
|
|
//
|
|
resources.ApplyResources(this.lbL2, "lbL2");
|
|
this.lbL2.Name = "lbL2";
|
|
//
|
|
// lbR2
|
|
//
|
|
resources.ApplyResources(this.lbR2, "lbR2");
|
|
this.lbR2.Name = "lbR2";
|
|
//
|
|
// lbIdleMinutes
|
|
//
|
|
resources.ApplyResources(this.lbIdleMinutes, "lbIdleMinutes");
|
|
this.lbIdleMinutes.Name = "lbIdleMinutes";
|
|
//
|
|
// nUDIdleDisconnect
|
|
//
|
|
resources.ApplyResources(this.nUDIdleDisconnect, "nUDIdleDisconnect");
|
|
this.nUDIdleDisconnect.DecimalPlaces = 1;
|
|
this.nUDIdleDisconnect.Maximum = new decimal(new int[] {
|
|
60,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nUDIdleDisconnect.Name = "nUDIdleDisconnect";
|
|
this.nUDIdleDisconnect.ValueChanged += new System.EventHandler(this.nUDIdleDisconnect_ValueChanged);
|
|
//
|
|
// nUDR2
|
|
//
|
|
resources.ApplyResources(this.nUDR2, "nUDR2");
|
|
this.nUDR2.DecimalPlaces = 2;
|
|
this.nUDR2.Increment = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
65536});
|
|
this.nUDR2.Maximum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nUDR2.Name = "nUDR2";
|
|
this.nUDR2.ValueChanged += new System.EventHandler(this.numUDR2_ValueChanged);
|
|
//
|
|
// cBFlushHIDQueue
|
|
//
|
|
resources.ApplyResources(this.cBFlushHIDQueue, "cBFlushHIDQueue");
|
|
this.cBFlushHIDQueue.Name = "cBFlushHIDQueue";
|
|
this.cBFlushHIDQueue.UseVisualStyleBackColor = true;
|
|
this.cBFlushHIDQueue.CheckedChanged += new System.EventHandler(this.flushHIDQueue_CheckedChanged);
|
|
//
|
|
// nUDRumbleBoost
|
|
//
|
|
resources.ApplyResources(this.nUDRumbleBoost, "nUDRumbleBoost");
|
|
this.nUDRumbleBoost.Maximum = new decimal(new int[] {
|
|
150,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nUDRumbleBoost.Name = "nUDRumbleBoost";
|
|
this.nUDRumbleBoost.Value = new decimal(new int[] {
|
|
100,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nUDRumbleBoost.ValueChanged += new System.EventHandler(this.rumbleBoostBar_ValueChanged);
|
|
//
|
|
// btnRumbleHeavyTest
|
|
//
|
|
resources.ApplyResources(this.btnRumbleHeavyTest, "btnRumbleHeavyTest");
|
|
this.btnRumbleHeavyTest.Name = "btnRumbleHeavyTest";
|
|
this.btnRumbleHeavyTest.UseVisualStyleBackColor = true;
|
|
this.btnRumbleHeavyTest.Click += new System.EventHandler(this.btnRumbleHeavyTest_Click);
|
|
//
|
|
// lbFull
|
|
//
|
|
resources.ApplyResources(this.lbFull, "lbFull");
|
|
this.lbFull.Name = "lbFull";
|
|
//
|
|
// lbLowRed
|
|
//
|
|
resources.ApplyResources(this.lbLowRed, "lbLowRed");
|
|
this.lbLowRed.Name = "lbLowRed";
|
|
//
|
|
// lbLowGreen
|
|
//
|
|
resources.ApplyResources(this.lbLowGreen, "lbLowGreen");
|
|
this.lbLowGreen.Name = "lbLowGreen";
|
|
//
|
|
// lbLowBlue
|
|
//
|
|
resources.ApplyResources(this.lbLowBlue, "lbLowBlue");
|
|
this.lbLowBlue.Name = "lbLowBlue";
|
|
//
|
|
// tBLowRedBar
|
|
//
|
|
resources.ApplyResources(this.tBLowRedBar, "tBLowRedBar");
|
|
this.tBLowRedBar.BackColor = System.Drawing.Color.Red;
|
|
this.tBLowRedBar.Maximum = 255;
|
|
this.tBLowRedBar.Name = "tBLowRedBar";
|
|
this.tBLowRedBar.TickFrequency = 25;
|
|
this.tBLowRedBar.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
this.tBLowRedBar.Value = 255;
|
|
this.tBLowRedBar.ValueChanged += new System.EventHandler(this.LowBar_ValueChanged);
|
|
this.tBLowRedBar.MouseDown += new System.Windows.Forms.MouseEventHandler(this.LightBar_MouseDown);
|
|
this.tBLowRedBar.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Lightbar_MouseUp);
|
|
//
|
|
// tBLowGreenBar
|
|
//
|
|
resources.ApplyResources(this.tBLowGreenBar, "tBLowGreenBar");
|
|
this.tBLowGreenBar.BackColor = System.Drawing.Color.Green;
|
|
this.tBLowGreenBar.Maximum = 255;
|
|
this.tBLowGreenBar.Name = "tBLowGreenBar";
|
|
this.tBLowGreenBar.TickFrequency = 25;
|
|
this.tBLowGreenBar.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
this.tBLowGreenBar.Value = 255;
|
|
this.tBLowGreenBar.ValueChanged += new System.EventHandler(this.LowBar_ValueChanged);
|
|
this.tBLowGreenBar.MouseDown += new System.Windows.Forms.MouseEventHandler(this.LightBar_MouseDown);
|
|
this.tBLowGreenBar.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Lightbar_MouseUp);
|
|
//
|
|
// tBLowBlueBar
|
|
//
|
|
resources.ApplyResources(this.tBLowBlueBar, "tBLowBlueBar");
|
|
this.tBLowBlueBar.BackColor = System.Drawing.Color.Blue;
|
|
this.tBLowBlueBar.Maximum = 255;
|
|
this.tBLowBlueBar.Name = "tBLowBlueBar";
|
|
this.tBLowBlueBar.TickFrequency = 25;
|
|
this.tBLowBlueBar.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
this.tBLowBlueBar.Value = 255;
|
|
this.tBLowBlueBar.ValueChanged += new System.EventHandler(this.LowBar_ValueChanged);
|
|
this.tBLowBlueBar.MouseDown += new System.Windows.Forms.MouseEventHandler(this.LightBar_MouseDown);
|
|
this.tBLowBlueBar.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Lightbar_MouseUp);
|
|
//
|
|
// lbEmpty
|
|
//
|
|
resources.ApplyResources(this.lbEmpty, "lbEmpty");
|
|
this.lbEmpty.Name = "lbEmpty";
|
|
this.lbEmpty.Click += new System.EventHandler(this.lbEmpty_Click);
|
|
//
|
|
// pnlFull
|
|
//
|
|
resources.ApplyResources(this.pnlFull, "pnlFull");
|
|
this.pnlFull.Controls.Add(this.lbFull);
|
|
this.pnlFull.Controls.Add(this.lbRed);
|
|
this.pnlFull.Controls.Add(this.lbGreen);
|
|
this.pnlFull.Controls.Add(this.lbBlue);
|
|
this.pnlFull.Controls.Add(this.tBRedBar);
|
|
this.pnlFull.Controls.Add(this.tBGreenBar);
|
|
this.pnlFull.Controls.Add(this.tBBlueBar);
|
|
this.pnlFull.Name = "pnlFull";
|
|
//
|
|
// pnlLowBattery
|
|
//
|
|
resources.ApplyResources(this.pnlLowBattery, "pnlLowBattery");
|
|
this.pnlLowBattery.Controls.Add(this.lowColorChooserButton);
|
|
this.pnlLowBattery.Controls.Add(this.lbLowRed);
|
|
this.pnlLowBattery.Controls.Add(this.lbLowGreen);
|
|
this.pnlLowBattery.Controls.Add(this.lbLowBlue);
|
|
this.pnlLowBattery.Controls.Add(this.tBLowRedBar);
|
|
this.pnlLowBattery.Controls.Add(this.tBLowGreenBar);
|
|
this.pnlLowBattery.Controls.Add(this.tBLowBlueBar);
|
|
this.pnlLowBattery.Controls.Add(this.lbEmpty);
|
|
this.pnlLowBattery.Name = "pnlLowBattery";
|
|
//
|
|
// lbRS
|
|
//
|
|
resources.ApplyResources(this.lbRS, "lbRS");
|
|
this.lbRS.Name = "lbRS";
|
|
//
|
|
// lbLS
|
|
//
|
|
resources.ApplyResources(this.lbLS, "lbLS");
|
|
this.lbLS.Name = "lbLS";
|
|
//
|
|
// nUDRS
|
|
//
|
|
resources.ApplyResources(this.nUDRS, "nUDRS");
|
|
this.nUDRS.DecimalPlaces = 2;
|
|
this.nUDRS.Increment = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
65536});
|
|
this.nUDRS.Maximum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nUDRS.Minimum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.nUDRS.Name = "nUDRS";
|
|
this.nUDRS.ValueChanged += new System.EventHandler(this.numUDRS_ValueChanged);
|
|
//
|
|
// numUDMouseSens
|
|
//
|
|
resources.ApplyResources(this.numUDMouseSens, "numUDMouseSens");
|
|
this.numUDMouseSens.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numUDMouseSens.Name = "numUDMouseSens";
|
|
this.numUDMouseSens.Value = new decimal(new int[] {
|
|
25,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numUDMouseSens.ValueChanged += new System.EventHandler(this.numUDMouseSens_ValueChanged);
|
|
//
|
|
// nUDLS
|
|
//
|
|
resources.ApplyResources(this.nUDLS, "nUDLS");
|
|
this.nUDLS.DecimalPlaces = 2;
|
|
this.nUDLS.Increment = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
65536});
|
|
this.nUDLS.Maximum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nUDLS.Minimum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.nUDLS.Name = "nUDLS";
|
|
this.nUDLS.ValueChanged += new System.EventHandler(this.numUDLS_ValueChanged);
|
|
//
|
|
// nUDL2
|
|
//
|
|
resources.ApplyResources(this.nUDL2, "nUDL2");
|
|
this.nUDL2.DecimalPlaces = 2;
|
|
this.nUDL2.Increment = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
65536});
|
|
this.nUDL2.Maximum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nUDL2.Name = "nUDL2";
|
|
this.nUDL2.ValueChanged += new System.EventHandler(this.numUDL2_ValueChanged);
|
|
//
|
|
// gBTouchpad
|
|
//
|
|
resources.ApplyResources(this.gBTouchpad, "gBTouchpad");
|
|
this.gBTouchpad.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.gBTouchpad.Controls.Add(this.rBTPControls);
|
|
this.gBTouchpad.Controls.Add(this.rBTPMouse);
|
|
this.gBTouchpad.Controls.Add(this.fLPShiftTouch);
|
|
this.gBTouchpad.Controls.Add(this.fLPTouch);
|
|
this.gBTouchpad.Controls.Add(this.pnlTPMouse);
|
|
this.gBTouchpad.Controls.Add(this.fLPShiftTouchSwipe);
|
|
this.gBTouchpad.Controls.Add(this.fLPTouchSwipe);
|
|
this.gBTouchpad.Name = "gBTouchpad";
|
|
this.gBTouchpad.TabStop = false;
|
|
//
|
|
// rBTPControls
|
|
//
|
|
resources.ApplyResources(this.rBTPControls, "rBTPControls");
|
|
this.rBTPControls.Name = "rBTPControls";
|
|
this.rBTPControls.TabStop = true;
|
|
this.rBTPControls.UseVisualStyleBackColor = true;
|
|
this.rBTPControls.CheckedChanged += new System.EventHandler(this.cBTPforControls_CheckedChanged);
|
|
//
|
|
// rBTPMouse
|
|
//
|
|
resources.ApplyResources(this.rBTPMouse, "rBTPMouse");
|
|
this.rBTPMouse.Name = "rBTPMouse";
|
|
this.rBTPMouse.TabStop = true;
|
|
this.rBTPMouse.UseVisualStyleBackColor = true;
|
|
this.rBTPMouse.CheckedChanged += new System.EventHandler(this.cBTPforControls_CheckedChanged);
|
|
//
|
|
// fLPShiftTouch
|
|
//
|
|
resources.ApplyResources(this.fLPShiftTouch, "fLPShiftTouch");
|
|
this.fLPShiftTouch.Controls.Add(this.btnShiftTouchUpper);
|
|
this.fLPShiftTouch.Controls.Add(this.lbShiftTouchUpper);
|
|
this.fLPShiftTouch.Controls.Add(this.btnShiftTouchLeft);
|
|
this.fLPShiftTouch.Controls.Add(this.lbShiftTouchLeft);
|
|
this.fLPShiftTouch.Controls.Add(this.btnShiftTouchRight);
|
|
this.fLPShiftTouch.Controls.Add(this.lbShiftTouchRight);
|
|
this.fLPShiftTouch.Controls.Add(this.btnShiftTouchMulti);
|
|
this.fLPShiftTouch.Controls.Add(this.lbShiftTouchMulti);
|
|
this.fLPShiftTouch.Name = "fLPShiftTouch";
|
|
//
|
|
// btnShiftTouchUpper
|
|
//
|
|
resources.ApplyResources(this.btnShiftTouchUpper, "btnShiftTouchUpper");
|
|
this.btnShiftTouchUpper.Name = "btnShiftTouchUpper";
|
|
this.btnShiftTouchUpper.UseVisualStyleBackColor = true;
|
|
this.btnShiftTouchUpper.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnShiftTouchUpper.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnShiftTouchUpper.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// lbShiftTouchUpper
|
|
//
|
|
resources.ApplyResources(this.lbShiftTouchUpper, "lbShiftTouchUpper");
|
|
this.lbShiftTouchUpper.Name = "lbShiftTouchUpper";
|
|
//
|
|
// btnShiftTouchLeft
|
|
//
|
|
resources.ApplyResources(this.btnShiftTouchLeft, "btnShiftTouchLeft");
|
|
this.btnShiftTouchLeft.Name = "btnShiftTouchLeft";
|
|
this.btnShiftTouchLeft.UseVisualStyleBackColor = true;
|
|
this.btnShiftTouchLeft.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnShiftTouchLeft.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnShiftTouchLeft.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// lbShiftTouchLeft
|
|
//
|
|
resources.ApplyResources(this.lbShiftTouchLeft, "lbShiftTouchLeft");
|
|
this.lbShiftTouchLeft.Name = "lbShiftTouchLeft";
|
|
//
|
|
// btnShiftTouchRight
|
|
//
|
|
resources.ApplyResources(this.btnShiftTouchRight, "btnShiftTouchRight");
|
|
this.btnShiftTouchRight.Name = "btnShiftTouchRight";
|
|
this.btnShiftTouchRight.UseVisualStyleBackColor = true;
|
|
this.btnShiftTouchRight.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnShiftTouchRight.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnShiftTouchRight.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// lbShiftTouchRight
|
|
//
|
|
resources.ApplyResources(this.lbShiftTouchRight, "lbShiftTouchRight");
|
|
this.lbShiftTouchRight.Name = "lbShiftTouchRight";
|
|
//
|
|
// btnShiftTouchMulti
|
|
//
|
|
resources.ApplyResources(this.btnShiftTouchMulti, "btnShiftTouchMulti");
|
|
this.btnShiftTouchMulti.Name = "btnShiftTouchMulti";
|
|
this.btnShiftTouchMulti.UseVisualStyleBackColor = true;
|
|
this.btnShiftTouchMulti.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnShiftTouchMulti.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnShiftTouchMulti.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// lbShiftTouchMulti
|
|
//
|
|
resources.ApplyResources(this.lbShiftTouchMulti, "lbShiftTouchMulti");
|
|
this.lbShiftTouchMulti.Name = "lbShiftTouchMulti";
|
|
//
|
|
// fLPTouch
|
|
//
|
|
resources.ApplyResources(this.fLPTouch, "fLPTouch");
|
|
this.fLPTouch.Controls.Add(this.btnTouchUpper);
|
|
this.fLPTouch.Controls.Add(this.lbTouchUpper);
|
|
this.fLPTouch.Controls.Add(this.btnTouchLeft);
|
|
this.fLPTouch.Controls.Add(this.lbTouchLeft);
|
|
this.fLPTouch.Controls.Add(this.btnTouchRight);
|
|
this.fLPTouch.Controls.Add(this.lbTouchRight);
|
|
this.fLPTouch.Controls.Add(this.btnTouchMulti);
|
|
this.fLPTouch.Controls.Add(this.lbTouchMulti);
|
|
this.fLPTouch.Name = "fLPTouch";
|
|
//
|
|
// btnTouchUpper
|
|
//
|
|
resources.ApplyResources(this.btnTouchUpper, "btnTouchUpper");
|
|
this.btnTouchUpper.Name = "btnTouchUpper";
|
|
this.btnTouchUpper.UseVisualStyleBackColor = true;
|
|
this.btnTouchUpper.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnTouchUpper.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnTouchUpper.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// lbTouchUpper
|
|
//
|
|
resources.ApplyResources(this.lbTouchUpper, "lbTouchUpper");
|
|
this.lbTouchUpper.Name = "lbTouchUpper";
|
|
//
|
|
// btnTouchLeft
|
|
//
|
|
resources.ApplyResources(this.btnTouchLeft, "btnTouchLeft");
|
|
this.btnTouchLeft.Name = "btnTouchLeft";
|
|
this.btnTouchLeft.UseVisualStyleBackColor = true;
|
|
this.btnTouchLeft.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnTouchLeft.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnTouchLeft.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// lbTouchLeft
|
|
//
|
|
resources.ApplyResources(this.lbTouchLeft, "lbTouchLeft");
|
|
this.lbTouchLeft.Name = "lbTouchLeft";
|
|
//
|
|
// btnTouchRight
|
|
//
|
|
resources.ApplyResources(this.btnTouchRight, "btnTouchRight");
|
|
this.btnTouchRight.Name = "btnTouchRight";
|
|
this.btnTouchRight.UseVisualStyleBackColor = true;
|
|
this.btnTouchRight.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnTouchRight.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnTouchRight.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// lbTouchRight
|
|
//
|
|
resources.ApplyResources(this.lbTouchRight, "lbTouchRight");
|
|
this.lbTouchRight.Name = "lbTouchRight";
|
|
//
|
|
// btnTouchMulti
|
|
//
|
|
resources.ApplyResources(this.btnTouchMulti, "btnTouchMulti");
|
|
this.btnTouchMulti.Name = "btnTouchMulti";
|
|
this.btnTouchMulti.UseVisualStyleBackColor = true;
|
|
this.btnTouchMulti.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnTouchMulti.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnTouchMulti.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// lbTouchMulti
|
|
//
|
|
resources.ApplyResources(this.lbTouchMulti, "lbTouchMulti");
|
|
this.lbTouchMulti.Name = "lbTouchMulti";
|
|
//
|
|
// pnlTPMouse
|
|
//
|
|
resources.ApplyResources(this.pnlTPMouse, "pnlTPMouse");
|
|
this.pnlTPMouse.Controls.Add(this.nUDScroll);
|
|
this.pnlTPMouse.Controls.Add(this.cBDoubleTap);
|
|
this.pnlTPMouse.Controls.Add(this.cbStartTouchpadOff);
|
|
this.pnlTPMouse.Controls.Add(this.cBScroll);
|
|
this.pnlTPMouse.Controls.Add(this.cBTouchpadJitterCompensation);
|
|
this.pnlTPMouse.Controls.Add(this.nUDTap);
|
|
this.pnlTPMouse.Controls.Add(this.cBlowerRCOn);
|
|
this.pnlTPMouse.Controls.Add(this.cBTap);
|
|
this.pnlTPMouse.Controls.Add(this.cBSlide);
|
|
this.pnlTPMouse.Controls.Add(this.nUDTouch);
|
|
this.pnlTPMouse.Name = "pnlTPMouse";
|
|
//
|
|
// cbStartTouchpadOff
|
|
//
|
|
resources.ApplyResources(this.cbStartTouchpadOff, "cbStartTouchpadOff");
|
|
this.cbStartTouchpadOff.Name = "cbStartTouchpadOff";
|
|
this.cbStartTouchpadOff.UseVisualStyleBackColor = true;
|
|
this.cbStartTouchpadOff.CheckedChanged += new System.EventHandler(this.cbStartTouchpadOff_CheckedChanged);
|
|
//
|
|
// fLPShiftTouchSwipe
|
|
//
|
|
resources.ApplyResources(this.fLPShiftTouchSwipe, "fLPShiftTouchSwipe");
|
|
this.fLPShiftTouchSwipe.Controls.Add(this.bnShiftSwipeUp);
|
|
this.fLPShiftTouchSwipe.Controls.Add(this.lbShiftSwipeUp);
|
|
this.fLPShiftTouchSwipe.Controls.Add(this.bnShiftSwipeDown);
|
|
this.fLPShiftTouchSwipe.Controls.Add(this.lbShiftSwipeDown);
|
|
this.fLPShiftTouchSwipe.Controls.Add(this.bnShiftSwipeLeft);
|
|
this.fLPShiftTouchSwipe.Controls.Add(this.lbShiftSwipeLeft);
|
|
this.fLPShiftTouchSwipe.Controls.Add(this.bnShiftSwipeRight);
|
|
this.fLPShiftTouchSwipe.Controls.Add(this.lbShiftSwipeRight);
|
|
this.fLPShiftTouchSwipe.Name = "fLPShiftTouchSwipe";
|
|
//
|
|
// bnShiftSwipeUp
|
|
//
|
|
resources.ApplyResources(this.bnShiftSwipeUp, "bnShiftSwipeUp");
|
|
this.bnShiftSwipeUp.ContextMenuStrip = this.cMSPresets;
|
|
this.bnShiftSwipeUp.Name = "bnShiftSwipeUp";
|
|
this.bnShiftSwipeUp.UseVisualStyleBackColor = true;
|
|
this.bnShiftSwipeUp.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
this.bnShiftSwipeUp.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.bnShiftSwipeUp.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// cMSPresets
|
|
//
|
|
resources.ApplyResources(this.cMSPresets, "cMSPresets");
|
|
this.cMSPresets.ImageScalingSize = new System.Drawing.Size(20, 20);
|
|
this.cMSPresets.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.controlToolStripMenuItem,
|
|
this.toolStripSeparator1,
|
|
this.defaultToolStripMenuItem,
|
|
this.DpadToolStripMenuItem,
|
|
this.LSToolStripMenuItem,
|
|
this.RSToolStripMenuItem,
|
|
this.ABXYToolStripMenuItem,
|
|
this.WASDToolStripMenuItem,
|
|
this.ArrowKeysToolStripMenuItem,
|
|
this.MouseToolStripMenuItem});
|
|
this.cMSPresets.Name = "contextMenuStrip1";
|
|
this.cMSPresets.ShowImageMargin = false;
|
|
this.cMSPresets.Opened += new System.EventHandler(this.cMSPresets_Opened);
|
|
//
|
|
// controlToolStripMenuItem
|
|
//
|
|
resources.ApplyResources(this.controlToolStripMenuItem, "controlToolStripMenuItem");
|
|
this.controlToolStripMenuItem.Name = "controlToolStripMenuItem";
|
|
//
|
|
// toolStripSeparator1
|
|
//
|
|
resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
//
|
|
// defaultToolStripMenuItem
|
|
//
|
|
resources.ApplyResources(this.defaultToolStripMenuItem, "defaultToolStripMenuItem");
|
|
this.defaultToolStripMenuItem.Name = "defaultToolStripMenuItem";
|
|
this.defaultToolStripMenuItem.Click += new System.EventHandler(this.SetPreset);
|
|
//
|
|
// DpadToolStripMenuItem
|
|
//
|
|
resources.ApplyResources(this.DpadToolStripMenuItem, "DpadToolStripMenuItem");
|
|
this.DpadToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.tSMIDPadInverted,
|
|
this.tSMIDPadInvertedX,
|
|
this.tSMIDPadInvertedY});
|
|
this.DpadToolStripMenuItem.Name = "DpadToolStripMenuItem";
|
|
this.DpadToolStripMenuItem.Click += new System.EventHandler(this.SetPreset);
|
|
//
|
|
// tSMIDPadInverted
|
|
//
|
|
resources.ApplyResources(this.tSMIDPadInverted, "tSMIDPadInverted");
|
|
this.tSMIDPadInverted.Name = "tSMIDPadInverted";
|
|
this.tSMIDPadInverted.Click += new System.EventHandler(this.SetPreset);
|
|
//
|
|
// tSMIDPadInvertedX
|
|
//
|
|
resources.ApplyResources(this.tSMIDPadInvertedX, "tSMIDPadInvertedX");
|
|
this.tSMIDPadInvertedX.Name = "tSMIDPadInvertedX";
|
|
this.tSMIDPadInvertedX.Click += new System.EventHandler(this.SetPreset);
|
|
//
|
|
// tSMIDPadInvertedY
|
|
//
|
|
resources.ApplyResources(this.tSMIDPadInvertedY, "tSMIDPadInvertedY");
|
|
this.tSMIDPadInvertedY.Name = "tSMIDPadInvertedY";
|
|
this.tSMIDPadInvertedY.Click += new System.EventHandler(this.SetPreset);
|
|
//
|
|
// LSToolStripMenuItem
|
|
//
|
|
resources.ApplyResources(this.LSToolStripMenuItem, "LSToolStripMenuItem");
|
|
this.LSToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.tSMILSInverted,
|
|
this.tSMILSInvertedX,
|
|
this.tSMILSInvertedY});
|
|
this.LSToolStripMenuItem.Name = "LSToolStripMenuItem";
|
|
this.LSToolStripMenuItem.Click += new System.EventHandler(this.SetPreset);
|
|
//
|
|
// tSMILSInverted
|
|
//
|
|
resources.ApplyResources(this.tSMILSInverted, "tSMILSInverted");
|
|
this.tSMILSInverted.Name = "tSMILSInverted";
|
|
this.tSMILSInverted.Click += new System.EventHandler(this.SetPreset);
|
|
//
|
|
// tSMILSInvertedX
|
|
//
|
|
resources.ApplyResources(this.tSMILSInvertedX, "tSMILSInvertedX");
|
|
this.tSMILSInvertedX.Name = "tSMILSInvertedX";
|
|
this.tSMILSInvertedX.Click += new System.EventHandler(this.SetPreset);
|
|
//
|
|
// tSMILSInvertedY
|
|
//
|
|
resources.ApplyResources(this.tSMILSInvertedY, "tSMILSInvertedY");
|
|
this.tSMILSInvertedY.Name = "tSMILSInvertedY";
|
|
this.tSMILSInvertedY.Click += new System.EventHandler(this.SetPreset);
|
|
//
|
|
// RSToolStripMenuItem
|
|
//
|
|
resources.ApplyResources(this.RSToolStripMenuItem, "RSToolStripMenuItem");
|
|
this.RSToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.tSMIRSInverted,
|
|
this.tSMIRSInvertedX,
|
|
this.tSMIRSInvertedY});
|
|
this.RSToolStripMenuItem.Name = "RSToolStripMenuItem";
|
|
this.RSToolStripMenuItem.Click += new System.EventHandler(this.SetPreset);
|
|
//
|
|
// tSMIRSInverted
|
|
//
|
|
resources.ApplyResources(this.tSMIRSInverted, "tSMIRSInverted");
|
|
this.tSMIRSInverted.Name = "tSMIRSInverted";
|
|
this.tSMIRSInverted.Click += new System.EventHandler(this.SetPreset);
|
|
//
|
|
// tSMIRSInvertedX
|
|
//
|
|
resources.ApplyResources(this.tSMIRSInvertedX, "tSMIRSInvertedX");
|
|
this.tSMIRSInvertedX.Name = "tSMIRSInvertedX";
|
|
this.tSMIRSInvertedX.Click += new System.EventHandler(this.SetPreset);
|
|
//
|
|
// tSMIRSInvertedY
|
|
//
|
|
resources.ApplyResources(this.tSMIRSInvertedY, "tSMIRSInvertedY");
|
|
this.tSMIRSInvertedY.Name = "tSMIRSInvertedY";
|
|
this.tSMIRSInvertedY.Click += new System.EventHandler(this.SetPreset);
|
|
//
|
|
// ABXYToolStripMenuItem
|
|
//
|
|
resources.ApplyResources(this.ABXYToolStripMenuItem, "ABXYToolStripMenuItem");
|
|
this.ABXYToolStripMenuItem.Name = "ABXYToolStripMenuItem";
|
|
this.ABXYToolStripMenuItem.Click += new System.EventHandler(this.SetPreset);
|
|
//
|
|
// WASDToolStripMenuItem
|
|
//
|
|
resources.ApplyResources(this.WASDToolStripMenuItem, "WASDToolStripMenuItem");
|
|
this.WASDToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.wScanCodeWASDToolStripMenuItem});
|
|
this.WASDToolStripMenuItem.Name = "WASDToolStripMenuItem";
|
|
this.WASDToolStripMenuItem.Click += new System.EventHandler(this.SetPreset);
|
|
//
|
|
// wScanCodeWASDToolStripMenuItem
|
|
//
|
|
resources.ApplyResources(this.wScanCodeWASDToolStripMenuItem, "wScanCodeWASDToolStripMenuItem");
|
|
this.wScanCodeWASDToolStripMenuItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
this.wScanCodeWASDToolStripMenuItem.Name = "wScanCodeWASDToolStripMenuItem";
|
|
this.wScanCodeWASDToolStripMenuItem.Click += new System.EventHandler(this.SetPreset);
|
|
//
|
|
// ArrowKeysToolStripMenuItem
|
|
//
|
|
resources.ApplyResources(this.ArrowKeysToolStripMenuItem, "ArrowKeysToolStripMenuItem");
|
|
this.ArrowKeysToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.wScanCodeArrowKeysToolStripMenuItem});
|
|
this.ArrowKeysToolStripMenuItem.Name = "ArrowKeysToolStripMenuItem";
|
|
this.ArrowKeysToolStripMenuItem.Click += new System.EventHandler(this.SetPreset);
|
|
//
|
|
// wScanCodeArrowKeysToolStripMenuItem
|
|
//
|
|
resources.ApplyResources(this.wScanCodeArrowKeysToolStripMenuItem, "wScanCodeArrowKeysToolStripMenuItem");
|
|
this.wScanCodeArrowKeysToolStripMenuItem.Name = "wScanCodeArrowKeysToolStripMenuItem";
|
|
this.wScanCodeArrowKeysToolStripMenuItem.Click += new System.EventHandler(this.SetPreset);
|
|
//
|
|
// MouseToolStripMenuItem
|
|
//
|
|
resources.ApplyResources(this.MouseToolStripMenuItem, "MouseToolStripMenuItem");
|
|
this.MouseToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.tSMIMouseInverted,
|
|
this.tSMIMouseInvertedX,
|
|
this.tSMIMouseInvertedY});
|
|
this.MouseToolStripMenuItem.Name = "MouseToolStripMenuItem";
|
|
this.MouseToolStripMenuItem.Click += new System.EventHandler(this.SetPreset);
|
|
//
|
|
// tSMIMouseInverted
|
|
//
|
|
resources.ApplyResources(this.tSMIMouseInverted, "tSMIMouseInverted");
|
|
this.tSMIMouseInverted.Name = "tSMIMouseInverted";
|
|
this.tSMIMouseInverted.Click += new System.EventHandler(this.SetPreset);
|
|
//
|
|
// tSMIMouseInvertedX
|
|
//
|
|
resources.ApplyResources(this.tSMIMouseInvertedX, "tSMIMouseInvertedX");
|
|
this.tSMIMouseInvertedX.Name = "tSMIMouseInvertedX";
|
|
this.tSMIMouseInvertedX.Click += new System.EventHandler(this.SetPreset);
|
|
//
|
|
// tSMIMouseInvertedY
|
|
//
|
|
resources.ApplyResources(this.tSMIMouseInvertedY, "tSMIMouseInvertedY");
|
|
this.tSMIMouseInvertedY.Name = "tSMIMouseInvertedY";
|
|
this.tSMIMouseInvertedY.Click += new System.EventHandler(this.SetPreset);
|
|
//
|
|
// lbShiftSwipeUp
|
|
//
|
|
resources.ApplyResources(this.lbShiftSwipeUp, "lbShiftSwipeUp");
|
|
this.lbShiftSwipeUp.Name = "lbShiftSwipeUp";
|
|
//
|
|
// bnShiftSwipeDown
|
|
//
|
|
resources.ApplyResources(this.bnShiftSwipeDown, "bnShiftSwipeDown");
|
|
this.bnShiftSwipeDown.ContextMenuStrip = this.cMSPresets;
|
|
this.bnShiftSwipeDown.Name = "bnShiftSwipeDown";
|
|
this.bnShiftSwipeDown.UseVisualStyleBackColor = true;
|
|
this.bnShiftSwipeDown.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
this.bnShiftSwipeDown.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.bnShiftSwipeDown.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// lbShiftSwipeDown
|
|
//
|
|
resources.ApplyResources(this.lbShiftSwipeDown, "lbShiftSwipeDown");
|
|
this.lbShiftSwipeDown.Name = "lbShiftSwipeDown";
|
|
//
|
|
// bnShiftSwipeLeft
|
|
//
|
|
resources.ApplyResources(this.bnShiftSwipeLeft, "bnShiftSwipeLeft");
|
|
this.bnShiftSwipeLeft.ContextMenuStrip = this.cMSPresets;
|
|
this.bnShiftSwipeLeft.Name = "bnShiftSwipeLeft";
|
|
this.bnShiftSwipeLeft.UseVisualStyleBackColor = true;
|
|
this.bnShiftSwipeLeft.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
this.bnShiftSwipeLeft.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.bnShiftSwipeLeft.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// lbShiftSwipeLeft
|
|
//
|
|
resources.ApplyResources(this.lbShiftSwipeLeft, "lbShiftSwipeLeft");
|
|
this.lbShiftSwipeLeft.Name = "lbShiftSwipeLeft";
|
|
//
|
|
// bnShiftSwipeRight
|
|
//
|
|
resources.ApplyResources(this.bnShiftSwipeRight, "bnShiftSwipeRight");
|
|
this.bnShiftSwipeRight.ContextMenuStrip = this.cMSPresets;
|
|
this.bnShiftSwipeRight.Name = "bnShiftSwipeRight";
|
|
this.bnShiftSwipeRight.UseVisualStyleBackColor = true;
|
|
this.bnShiftSwipeRight.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
this.bnShiftSwipeRight.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.bnShiftSwipeRight.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// lbShiftSwipeRight
|
|
//
|
|
resources.ApplyResources(this.lbShiftSwipeRight, "lbShiftSwipeRight");
|
|
this.lbShiftSwipeRight.Name = "lbShiftSwipeRight";
|
|
//
|
|
// fLPTouchSwipe
|
|
//
|
|
resources.ApplyResources(this.fLPTouchSwipe, "fLPTouchSwipe");
|
|
this.fLPTouchSwipe.Controls.Add(this.bnSwipeUp);
|
|
this.fLPTouchSwipe.Controls.Add(this.lbSwipeUp);
|
|
this.fLPTouchSwipe.Controls.Add(this.bnSwipeDown);
|
|
this.fLPTouchSwipe.Controls.Add(this.lbSwipeDown);
|
|
this.fLPTouchSwipe.Controls.Add(this.bnSwipeLeft);
|
|
this.fLPTouchSwipe.Controls.Add(this.lbSwipeLeft);
|
|
this.fLPTouchSwipe.Controls.Add(this.bnSwipeRight);
|
|
this.fLPTouchSwipe.Controls.Add(this.lbSwipeRight);
|
|
this.fLPTouchSwipe.Name = "fLPTouchSwipe";
|
|
//
|
|
// bnSwipeUp
|
|
//
|
|
resources.ApplyResources(this.bnSwipeUp, "bnSwipeUp");
|
|
this.bnSwipeUp.ContextMenuStrip = this.cMSPresets;
|
|
this.bnSwipeUp.Name = "bnSwipeUp";
|
|
this.bnSwipeUp.UseVisualStyleBackColor = true;
|
|
this.bnSwipeUp.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
//
|
|
// lbSwipeUp
|
|
//
|
|
resources.ApplyResources(this.lbSwipeUp, "lbSwipeUp");
|
|
this.lbSwipeUp.Name = "lbSwipeUp";
|
|
//
|
|
// bnSwipeDown
|
|
//
|
|
resources.ApplyResources(this.bnSwipeDown, "bnSwipeDown");
|
|
this.bnSwipeDown.ContextMenuStrip = this.cMSPresets;
|
|
this.bnSwipeDown.Name = "bnSwipeDown";
|
|
this.bnSwipeDown.UseVisualStyleBackColor = true;
|
|
this.bnSwipeDown.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
//
|
|
// lbSwipeDown
|
|
//
|
|
resources.ApplyResources(this.lbSwipeDown, "lbSwipeDown");
|
|
this.lbSwipeDown.Name = "lbSwipeDown";
|
|
//
|
|
// bnSwipeLeft
|
|
//
|
|
resources.ApplyResources(this.bnSwipeLeft, "bnSwipeLeft");
|
|
this.bnSwipeLeft.ContextMenuStrip = this.cMSPresets;
|
|
this.bnSwipeLeft.Name = "bnSwipeLeft";
|
|
this.bnSwipeLeft.UseVisualStyleBackColor = true;
|
|
this.bnSwipeLeft.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
//
|
|
// lbSwipeLeft
|
|
//
|
|
resources.ApplyResources(this.lbSwipeLeft, "lbSwipeLeft");
|
|
this.lbSwipeLeft.Name = "lbSwipeLeft";
|
|
//
|
|
// bnSwipeRight
|
|
//
|
|
resources.ApplyResources(this.bnSwipeRight, "bnSwipeRight");
|
|
this.bnSwipeRight.ContextMenuStrip = this.cMSPresets;
|
|
this.bnSwipeRight.Name = "bnSwipeRight";
|
|
this.bnSwipeRight.UseVisualStyleBackColor = true;
|
|
this.bnSwipeRight.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
//
|
|
// lbSwipeRight
|
|
//
|
|
resources.ApplyResources(this.lbSwipeRight, "lbSwipeRight");
|
|
this.lbSwipeRight.Name = "lbSwipeRight";
|
|
//
|
|
// gBOther
|
|
//
|
|
resources.ApplyResources(this.gBOther, "gBOther");
|
|
this.gBOther.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.gBOther.Controls.Add(this.cBDinput);
|
|
this.gBOther.Controls.Add(this.pBProgram);
|
|
this.gBOther.Controls.Add(this.cBLaunchProgram);
|
|
this.gBOther.Controls.Add(this.btnBrowse);
|
|
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.Name = "gBOther";
|
|
this.gBOther.TabStop = false;
|
|
//
|
|
// cBDinput
|
|
//
|
|
resources.ApplyResources(this.cBDinput, "cBDinput");
|
|
this.cBDinput.Name = "cBDinput";
|
|
this.cBDinput.UseVisualStyleBackColor = true;
|
|
this.cBDinput.CheckedChanged += new System.EventHandler(this.cBDinput_CheckedChanged);
|
|
//
|
|
// pBProgram
|
|
//
|
|
resources.ApplyResources(this.pBProgram, "pBProgram");
|
|
this.pBProgram.Name = "pBProgram";
|
|
this.pBProgram.TabStop = false;
|
|
//
|
|
// cBLaunchProgram
|
|
//
|
|
resources.ApplyResources(this.cBLaunchProgram, "cBLaunchProgram");
|
|
this.cBLaunchProgram.Name = "cBLaunchProgram";
|
|
this.cBLaunchProgram.UseVisualStyleBackColor = true;
|
|
this.cBLaunchProgram.CheckedChanged += new System.EventHandler(this.cBLaunchProgram_CheckedChanged);
|
|
//
|
|
// btnBrowse
|
|
//
|
|
resources.ApplyResources(this.btnBrowse, "btnBrowse");
|
|
this.btnBrowse.Name = "btnBrowse";
|
|
this.btnBrowse.UseVisualStyleBackColor = true;
|
|
this.btnBrowse.Click += new System.EventHandler(this.btnBrowse_Click);
|
|
//
|
|
// lbUseController
|
|
//
|
|
resources.ApplyResources(this.lbUseController, "lbUseController");
|
|
this.lbUseController.Name = "lbUseController";
|
|
//
|
|
// cBMouseAccel
|
|
//
|
|
resources.ApplyResources(this.cBMouseAccel, "cBMouseAccel");
|
|
this.cBMouseAccel.Name = "cBMouseAccel";
|
|
this.cBMouseAccel.UseVisualStyleBackColor = true;
|
|
this.cBMouseAccel.CheckedChanged += new System.EventHandler(this.cBMouseAccel_CheckedChanged);
|
|
//
|
|
// nUDSixaxis
|
|
//
|
|
resources.ApplyResources(this.nUDSixaxis, "nUDSixaxis");
|
|
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.Value = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// cBControllerInput
|
|
//
|
|
resources.ApplyResources(this.cBControllerInput, "cBControllerInput");
|
|
this.cBControllerInput.Checked = true;
|
|
this.cBControllerInput.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.cBControllerInput.Name = "cBControllerInput";
|
|
this.cBControllerInput.UseVisualStyleBackColor = true;
|
|
this.cBControllerInput.CheckedChanged += new System.EventHandler(this.cBControllerInput_CheckedChanged);
|
|
//
|
|
// cBIdleDisconnect
|
|
//
|
|
resources.ApplyResources(this.cBIdleDisconnect, "cBIdleDisconnect");
|
|
this.cBIdleDisconnect.Checked = true;
|
|
this.cBIdleDisconnect.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.cBIdleDisconnect.Name = "cBIdleDisconnect";
|
|
this.cBIdleDisconnect.UseVisualStyleBackColor = true;
|
|
this.cBIdleDisconnect.CheckedChanged += new System.EventHandler(this.cBIdleDisconnect_CheckedChanged);
|
|
//
|
|
// gBLightbar
|
|
//
|
|
resources.ApplyResources(this.gBLightbar, "gBLightbar");
|
|
this.gBLightbar.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.gBLightbar.Controls.Add(this.pnlShift);
|
|
this.gBLightbar.Controls.Add(this.lbRainbowB);
|
|
this.gBLightbar.Controls.Add(this.nUDRainbowB);
|
|
this.gBLightbar.Controls.Add(this.cBFlashType);
|
|
this.gBLightbar.Controls.Add(this.cBWhileCharging);
|
|
this.gBLightbar.Controls.Add(this.btnFlashColor);
|
|
this.gBLightbar.Controls.Add(this.btnChargingColor);
|
|
this.gBLightbar.Controls.Add(this.lbWhileCharging);
|
|
this.gBLightbar.Controls.Add(this.lbPercentFlashBar);
|
|
this.gBLightbar.Controls.Add(this.pBRainbow);
|
|
this.gBLightbar.Controls.Add(this.nUDflashLED);
|
|
this.gBLightbar.Controls.Add(this.nUDRainbow);
|
|
this.gBLightbar.Controls.Add(this.lbspc);
|
|
this.gBLightbar.Controls.Add(this.cBLightbyBattery);
|
|
this.gBLightbar.Controls.Add(this.pnlFull);
|
|
this.gBLightbar.Controls.Add(this.pnlLowBattery);
|
|
this.gBLightbar.Name = "gBLightbar";
|
|
this.gBLightbar.TabStop = false;
|
|
//
|
|
// pnlShift
|
|
//
|
|
resources.ApplyResources(this.pnlShift, "pnlShift");
|
|
this.pnlShift.Controls.Add(this.cBShiftLight);
|
|
this.pnlShift.Controls.Add(this.lbShift);
|
|
this.pnlShift.Controls.Add(this.lbShiftRed);
|
|
this.pnlShift.Controls.Add(this.lbShiftGreen);
|
|
this.pnlShift.Controls.Add(this.lbShiftBlue);
|
|
this.pnlShift.Controls.Add(this.tBShiftRedBar);
|
|
this.pnlShift.Controls.Add(this.tBShiftGreenBar);
|
|
this.pnlShift.Controls.Add(this.tBShiftBlueBar);
|
|
this.pnlShift.Name = "pnlShift";
|
|
//
|
|
// cBShiftLight
|
|
//
|
|
resources.ApplyResources(this.cBShiftLight, "cBShiftLight");
|
|
this.cBShiftLight.Checked = true;
|
|
this.cBShiftLight.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.cBShiftLight.Name = "cBShiftLight";
|
|
this.cBShiftLight.UseVisualStyleBackColor = true;
|
|
this.cBShiftLight.CheckedChanged += new System.EventHandler(this.cBShiftLight_CheckedChanged);
|
|
//
|
|
// lbShift
|
|
//
|
|
resources.ApplyResources(this.lbShift, "lbShift");
|
|
this.lbShift.Name = "lbShift";
|
|
this.lbShift.Click += new System.EventHandler(this.lbShift_Click);
|
|
//
|
|
// lbShiftRed
|
|
//
|
|
resources.ApplyResources(this.lbShiftRed, "lbShiftRed");
|
|
this.lbShiftRed.Name = "lbShiftRed";
|
|
//
|
|
// lbShiftGreen
|
|
//
|
|
resources.ApplyResources(this.lbShiftGreen, "lbShiftGreen");
|
|
this.lbShiftGreen.Name = "lbShiftGreen";
|
|
//
|
|
// lbShiftBlue
|
|
//
|
|
resources.ApplyResources(this.lbShiftBlue, "lbShiftBlue");
|
|
this.lbShiftBlue.Name = "lbShiftBlue";
|
|
//
|
|
// tBShiftRedBar
|
|
//
|
|
resources.ApplyResources(this.tBShiftRedBar, "tBShiftRedBar");
|
|
this.tBShiftRedBar.BackColor = System.Drawing.Color.Red;
|
|
this.tBShiftRedBar.Maximum = 255;
|
|
this.tBShiftRedBar.Name = "tBShiftRedBar";
|
|
this.tBShiftRedBar.TickFrequency = 25;
|
|
this.tBShiftRedBar.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
this.tBShiftRedBar.Value = 255;
|
|
this.tBShiftRedBar.ValueChanged += new System.EventHandler(this.ShiftBar_ValueChanged);
|
|
this.tBShiftRedBar.MouseDown += new System.Windows.Forms.MouseEventHandler(this.LightBar_MouseDown);
|
|
this.tBShiftRedBar.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Lightbar_MouseUp);
|
|
//
|
|
// tBShiftGreenBar
|
|
//
|
|
resources.ApplyResources(this.tBShiftGreenBar, "tBShiftGreenBar");
|
|
this.tBShiftGreenBar.BackColor = System.Drawing.Color.Green;
|
|
this.tBShiftGreenBar.Maximum = 255;
|
|
this.tBShiftGreenBar.Name = "tBShiftGreenBar";
|
|
this.tBShiftGreenBar.TickFrequency = 25;
|
|
this.tBShiftGreenBar.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
this.tBShiftGreenBar.Value = 255;
|
|
this.tBShiftGreenBar.ValueChanged += new System.EventHandler(this.ShiftBar_ValueChanged);
|
|
this.tBShiftGreenBar.MouseDown += new System.Windows.Forms.MouseEventHandler(this.LightBar_MouseDown);
|
|
this.tBShiftGreenBar.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Lightbar_MouseUp);
|
|
//
|
|
// tBShiftBlueBar
|
|
//
|
|
resources.ApplyResources(this.tBShiftBlueBar, "tBShiftBlueBar");
|
|
this.tBShiftBlueBar.BackColor = System.Drawing.Color.Blue;
|
|
this.tBShiftBlueBar.Maximum = 255;
|
|
this.tBShiftBlueBar.Name = "tBShiftBlueBar";
|
|
this.tBShiftBlueBar.TickFrequency = 25;
|
|
this.tBShiftBlueBar.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
this.tBShiftBlueBar.Value = 255;
|
|
this.tBShiftBlueBar.ValueChanged += new System.EventHandler(this.ShiftBar_ValueChanged);
|
|
this.tBShiftBlueBar.MouseDown += new System.Windows.Forms.MouseEventHandler(this.LightBar_MouseDown);
|
|
this.tBShiftBlueBar.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Lightbar_MouseUp);
|
|
//
|
|
// lbRainbowB
|
|
//
|
|
resources.ApplyResources(this.lbRainbowB, "lbRainbowB");
|
|
this.lbRainbowB.Name = "lbRainbowB";
|
|
//
|
|
// nUDRainbowB
|
|
//
|
|
resources.ApplyResources(this.nUDRainbowB, "nUDRainbowB");
|
|
this.nUDRainbowB.Maximum = new decimal(new int[] {
|
|
150,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nUDRainbowB.Name = "nUDRainbowB";
|
|
this.nUDRainbowB.Value = new decimal(new int[] {
|
|
100,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nUDRainbowB.ValueChanged += new System.EventHandler(this.nUDRainbowB_ValueChanged);
|
|
//
|
|
// cBFlashType
|
|
//
|
|
resources.ApplyResources(this.cBFlashType, "cBFlashType");
|
|
this.cBFlashType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cBFlashType.FormattingEnabled = true;
|
|
this.cBFlashType.Items.AddRange(new object[] {
|
|
resources.GetString("cBFlashType.Items"),
|
|
resources.GetString("cBFlashType.Items1")});
|
|
this.cBFlashType.Name = "cBFlashType";
|
|
this.cBFlashType.SelectedIndexChanged += new System.EventHandler(this.cBFlashType_SelectedIndexChanged);
|
|
//
|
|
// cBWhileCharging
|
|
//
|
|
resources.ApplyResources(this.cBWhileCharging, "cBWhileCharging");
|
|
this.cBWhileCharging.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cBWhileCharging.FormattingEnabled = true;
|
|
this.cBWhileCharging.Items.AddRange(new object[] {
|
|
resources.GetString("cBWhileCharging.Items"),
|
|
resources.GetString("cBWhileCharging.Items1"),
|
|
resources.GetString("cBWhileCharging.Items2"),
|
|
resources.GetString("cBWhileCharging.Items3")});
|
|
this.cBWhileCharging.Name = "cBWhileCharging";
|
|
this.cBWhileCharging.SelectedIndexChanged += new System.EventHandler(this.cBWhileCharging_SelectedIndexChanged);
|
|
//
|
|
// btnFlashColor
|
|
//
|
|
resources.ApplyResources(this.btnFlashColor, "btnFlashColor");
|
|
this.btnFlashColor.BackColor = System.Drawing.Color.White;
|
|
this.btnFlashColor.Name = "btnFlashColor";
|
|
this.btnFlashColor.UseVisualStyleBackColor = false;
|
|
this.btnFlashColor.Click += new System.EventHandler(this.btnFlashColor_Click);
|
|
//
|
|
// btnChargingColor
|
|
//
|
|
resources.ApplyResources(this.btnChargingColor, "btnChargingColor");
|
|
this.btnChargingColor.BackColor = System.Drawing.Color.White;
|
|
this.btnChargingColor.Name = "btnChargingColor";
|
|
this.btnChargingColor.UseVisualStyleBackColor = false;
|
|
this.btnChargingColor.Click += new System.EventHandler(this.btnChargingColor_Click);
|
|
//
|
|
// lbWhileCharging
|
|
//
|
|
resources.ApplyResources(this.lbWhileCharging, "lbWhileCharging");
|
|
this.lbWhileCharging.Name = "lbWhileCharging";
|
|
//
|
|
// lbPercentFlashBar
|
|
//
|
|
resources.ApplyResources(this.lbPercentFlashBar, "lbPercentFlashBar");
|
|
this.lbPercentFlashBar.Name = "lbPercentFlashBar";
|
|
//
|
|
// nUDflashLED
|
|
//
|
|
resources.ApplyResources(this.nUDflashLED, "nUDflashLED");
|
|
this.nUDflashLED.Increment = new decimal(new int[] {
|
|
10,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nUDflashLED.Name = "nUDflashLED";
|
|
this.nUDflashLED.ValueChanged += new System.EventHandler(this.nUDflashLED_ValueChanged);
|
|
//
|
|
// gBRumble
|
|
//
|
|
resources.ApplyResources(this.gBRumble, "gBRumble");
|
|
this.gBRumble.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.gBRumble.Controls.Add(this.lbPercentRumble);
|
|
this.gBRumble.Controls.Add(this.btnRumbleLightTest);
|
|
this.gBRumble.Controls.Add(this.btnRumbleHeavyTest);
|
|
this.gBRumble.Controls.Add(this.nUDRumbleBoost);
|
|
this.gBRumble.Name = "gBRumble";
|
|
this.gBRumble.TabStop = false;
|
|
//
|
|
// lbPercentRumble
|
|
//
|
|
resources.ApplyResources(this.lbPercentRumble, "lbPercentRumble");
|
|
this.lbPercentRumble.Name = "lbPercentRumble";
|
|
//
|
|
// btnRumbleLightTest
|
|
//
|
|
resources.ApplyResources(this.btnRumbleLightTest, "btnRumbleLightTest");
|
|
this.btnRumbleLightTest.Name = "btnRumbleLightTest";
|
|
this.btnRumbleLightTest.UseVisualStyleBackColor = true;
|
|
this.btnRumbleLightTest.Click += new System.EventHandler(this.btnRumbleLightTest_Click);
|
|
//
|
|
// lbSixaxisX
|
|
//
|
|
resources.ApplyResources(this.lbSixaxisX, "lbSixaxisX");
|
|
this.lbSixaxisX.Name = "lbSixaxisX";
|
|
//
|
|
// lbSixaxisZ
|
|
//
|
|
resources.ApplyResources(this.lbSixaxisZ, "lbSixaxisZ");
|
|
this.lbSixaxisZ.Name = "lbSixaxisZ";
|
|
//
|
|
// nUDSZ
|
|
//
|
|
resources.ApplyResources(this.nUDSZ, "nUDSZ");
|
|
this.nUDSZ.DecimalPlaces = 2;
|
|
this.nUDSZ.Increment = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
65536});
|
|
this.nUDSZ.Maximum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nUDSZ.Name = "nUDSZ";
|
|
this.nUDSZ.Value = new decimal(new int[] {
|
|
25,
|
|
0,
|
|
0,
|
|
131072});
|
|
this.nUDSZ.ValueChanged += new System.EventHandler(this.nUDSZ_ValueChanged);
|
|
//
|
|
// nUDSX
|
|
//
|
|
resources.ApplyResources(this.nUDSX, "nUDSX");
|
|
this.nUDSX.DecimalPlaces = 2;
|
|
this.nUDSX.Increment = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
65536});
|
|
this.nUDSX.Maximum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nUDSX.Name = "nUDSX";
|
|
this.nUDSX.Value = new decimal(new int[] {
|
|
25,
|
|
0,
|
|
0,
|
|
131072});
|
|
this.nUDSX.ValueChanged += new System.EventHandler(this.nUDSX_ValueChanged);
|
|
//
|
|
// openFileDialog1
|
|
//
|
|
resources.ApplyResources(this.openFileDialog1, "openFileDialog1");
|
|
//
|
|
// tPController
|
|
//
|
|
resources.ApplyResources(this.tPController, "tPController");
|
|
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.lbRSTrack);
|
|
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.Controls.Add(this.pnlSixaxis);
|
|
this.tPController.Name = "tPController";
|
|
this.tPController.UseVisualStyleBackColor = true;
|
|
//
|
|
// lbL2Track
|
|
//
|
|
resources.ApplyResources(this.lbL2Track, "lbL2Track");
|
|
this.lbL2Track.Name = "lbL2Track";
|
|
//
|
|
// pBDelayTracker
|
|
//
|
|
resources.ApplyResources(this.pBDelayTracker, "pBDelayTracker");
|
|
this.pBDelayTracker.Name = "pBDelayTracker";
|
|
this.pBDelayTracker.TabStop = false;
|
|
//
|
|
// btnSATrack
|
|
//
|
|
resources.ApplyResources(this.btnSATrack, "btnSATrack");
|
|
this.btnSATrack.BackColor = System.Drawing.Color.Black;
|
|
this.btnSATrack.Name = "btnSATrack";
|
|
this.btnSATrack.UseVisualStyleBackColor = false;
|
|
//
|
|
// btnRSTrack
|
|
//
|
|
resources.ApplyResources(this.btnRSTrack, "btnRSTrack");
|
|
this.btnRSTrack.BackColor = System.Drawing.Color.Black;
|
|
this.btnRSTrack.Name = "btnRSTrack";
|
|
this.btnRSTrack.UseVisualStyleBackColor = false;
|
|
//
|
|
// lbRSTip
|
|
//
|
|
resources.ApplyResources(this.lbRSTip, "lbRSTip");
|
|
this.lbRSTip.Name = "lbRSTip";
|
|
//
|
|
// lbInputDelay
|
|
//
|
|
resources.ApplyResources(this.lbInputDelay, "lbInputDelay");
|
|
this.lbInputDelay.Name = "lbInputDelay";
|
|
//
|
|
// lbR2Track
|
|
//
|
|
resources.ApplyResources(this.lbR2Track, "lbR2Track");
|
|
this.lbR2Track.Name = "lbR2Track";
|
|
//
|
|
// lbLSTip
|
|
//
|
|
resources.ApplyResources(this.lbLSTip, "lbLSTip");
|
|
this.lbLSTip.Name = "lbLSTip";
|
|
//
|
|
// lbSATip
|
|
//
|
|
resources.ApplyResources(this.lbSATip, "lbSATip");
|
|
this.lbSATip.Name = "lbSATip";
|
|
this.lbSATip.Click += new System.EventHandler(this.lbSATip_Click);
|
|
//
|
|
// btnLSTrack
|
|
//
|
|
resources.ApplyResources(this.btnLSTrack, "btnLSTrack");
|
|
this.btnLSTrack.BackColor = System.Drawing.Color.Black;
|
|
this.btnLSTrack.Name = "btnLSTrack";
|
|
this.btnLSTrack.UseVisualStyleBackColor = false;
|
|
//
|
|
// lbRSTrack
|
|
//
|
|
resources.ApplyResources(this.lbRSTrack, "lbRSTrack");
|
|
this.lbRSTrack.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.lbRSTrack.Name = "lbRSTrack";
|
|
this.lbRSTrack.Paint += new System.Windows.Forms.PaintEventHandler(this.lbRSTrack_Paint);
|
|
//
|
|
// lbLSTrack
|
|
//
|
|
resources.ApplyResources(this.lbLSTrack, "lbLSTrack");
|
|
this.lbLSTrack.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.lbLSTrack.Name = "lbLSTrack";
|
|
this.lbLSTrack.Paint += new System.Windows.Forms.PaintEventHandler(this.lbLSTrack_Paint);
|
|
//
|
|
// tBR2
|
|
//
|
|
resources.ApplyResources(this.tBR2, "tBR2");
|
|
this.tBR2.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.tBR2.Maximum = 255;
|
|
this.tBR2.Name = "tBR2";
|
|
this.tBR2.TickFrequency = 0;
|
|
this.tBR2.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
//
|
|
// tBL2
|
|
//
|
|
resources.ApplyResources(this.tBL2, "tBL2");
|
|
this.tBL2.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.tBL2.Maximum = 255;
|
|
this.tBL2.Name = "tBL2";
|
|
this.tBL2.TickFrequency = 127;
|
|
this.tBL2.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
//
|
|
// lbSATrack
|
|
//
|
|
resources.ApplyResources(this.lbSATrack, "lbSATrack");
|
|
this.lbSATrack.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.lbSATrack.Name = "lbSATrack";
|
|
this.lbSATrack.Click += new System.EventHandler(this.lbSATrack_Click);
|
|
this.lbSATrack.Paint += new System.Windows.Forms.PaintEventHandler(this.lbSATrack_Paint);
|
|
//
|
|
// pnlSixaxis
|
|
//
|
|
resources.ApplyResources(this.pnlSixaxis, "pnlSixaxis");
|
|
this.pnlSixaxis.Controls.Add(this.tBsixaxisAccelX);
|
|
this.pnlSixaxis.Controls.Add(this.lb6Accel);
|
|
this.pnlSixaxis.Controls.Add(this.tBsixaxisGyroX);
|
|
this.pnlSixaxis.Controls.Add(this.lb6Gryo);
|
|
this.pnlSixaxis.Controls.Add(this.tBsixaxisGyroY);
|
|
this.pnlSixaxis.Controls.Add(this.tBsixaxisGyroZ);
|
|
this.pnlSixaxis.Controls.Add(this.tBsixaxisAccelY);
|
|
this.pnlSixaxis.Controls.Add(this.tBsixaxisAccelZ);
|
|
this.pnlSixaxis.Name = "pnlSixaxis";
|
|
this.pnlSixaxis.Click += new System.EventHandler(this.SixaxisPanel_Click);
|
|
//
|
|
// tBsixaxisAccelX
|
|
//
|
|
resources.ApplyResources(this.tBsixaxisAccelX, "tBsixaxisAccelX");
|
|
this.tBsixaxisAccelX.BackColor = System.Drawing.Color.White;
|
|
this.tBsixaxisAccelX.Maximum = 100;
|
|
this.tBsixaxisAccelX.Minimum = -100;
|
|
this.tBsixaxisAccelX.Name = "tBsixaxisAccelX";
|
|
this.tBsixaxisAccelX.TickFrequency = 4750;
|
|
//
|
|
// lb6Accel
|
|
//
|
|
resources.ApplyResources(this.lb6Accel, "lb6Accel");
|
|
this.lb6Accel.Name = "lb6Accel";
|
|
//
|
|
// tBsixaxisGyroX
|
|
//
|
|
resources.ApplyResources(this.tBsixaxisGyroX, "tBsixaxisGyroX");
|
|
this.tBsixaxisGyroX.BackColor = System.Drawing.Color.White;
|
|
this.tBsixaxisGyroX.Maximum = 127;
|
|
this.tBsixaxisGyroX.Minimum = -127;
|
|
this.tBsixaxisGyroX.Name = "tBsixaxisGyroX";
|
|
this.tBsixaxisGyroX.TickFrequency = 4750;
|
|
//
|
|
// lb6Gryo
|
|
//
|
|
resources.ApplyResources(this.lb6Gryo, "lb6Gryo");
|
|
this.lb6Gryo.Name = "lb6Gryo";
|
|
//
|
|
// tBsixaxisGyroY
|
|
//
|
|
resources.ApplyResources(this.tBsixaxisGyroY, "tBsixaxisGyroY");
|
|
this.tBsixaxisGyroY.BackColor = System.Drawing.Color.White;
|
|
this.tBsixaxisGyroY.Maximum = 127;
|
|
this.tBsixaxisGyroY.Minimum = -127;
|
|
this.tBsixaxisGyroY.Name = "tBsixaxisGyroY";
|
|
this.tBsixaxisGyroY.TickFrequency = 4750;
|
|
//
|
|
// tBsixaxisGyroZ
|
|
//
|
|
resources.ApplyResources(this.tBsixaxisGyroZ, "tBsixaxisGyroZ");
|
|
this.tBsixaxisGyroZ.BackColor = System.Drawing.Color.White;
|
|
this.tBsixaxisGyroZ.Maximum = 127;
|
|
this.tBsixaxisGyroZ.Minimum = -127;
|
|
this.tBsixaxisGyroZ.Name = "tBsixaxisGyroZ";
|
|
this.tBsixaxisGyroZ.TickFrequency = 4750;
|
|
//
|
|
// tBsixaxisAccelY
|
|
//
|
|
resources.ApplyResources(this.tBsixaxisAccelY, "tBsixaxisAccelY");
|
|
this.tBsixaxisAccelY.BackColor = System.Drawing.Color.White;
|
|
this.tBsixaxisAccelY.Maximum = 100;
|
|
this.tBsixaxisAccelY.Minimum = -100;
|
|
this.tBsixaxisAccelY.Name = "tBsixaxisAccelY";
|
|
this.tBsixaxisAccelY.TickFrequency = 4750;
|
|
//
|
|
// tBsixaxisAccelZ
|
|
//
|
|
resources.ApplyResources(this.tBsixaxisAccelZ, "tBsixaxisAccelZ");
|
|
this.tBsixaxisAccelZ.BackColor = System.Drawing.Color.White;
|
|
this.tBsixaxisAccelZ.Maximum = 100;
|
|
this.tBsixaxisAccelZ.Minimum = -100;
|
|
this.tBsixaxisAccelZ.Name = "tBsixaxisAccelZ";
|
|
this.tBsixaxisAccelZ.TickFrequency = 4750;
|
|
//
|
|
// tPShiftMod
|
|
//
|
|
resources.ApplyResources(this.tPShiftMod, "tPShiftMod");
|
|
this.tPShiftMod.BackColor = System.Drawing.SystemColors.WindowFrame;
|
|
this.tPShiftMod.Controls.Add(this.lBShiftControls);
|
|
this.tPShiftMod.Controls.Add(this.btnShiftR2);
|
|
this.tPShiftMod.Controls.Add(this.btnShiftShare);
|
|
this.tPShiftMod.Controls.Add(this.btnShiftL2);
|
|
this.tPShiftMod.Controls.Add(this.btnShiftOptions);
|
|
this.tPShiftMod.Controls.Add(this.btnShiftCircle);
|
|
this.tPShiftMod.Controls.Add(this.btnShiftR1);
|
|
this.tPShiftMod.Controls.Add(this.btnShiftR3);
|
|
this.tPShiftMod.Controls.Add(this.btnShiftRSUp);
|
|
this.tPShiftMod.Controls.Add(this.btnShiftRSLeft);
|
|
this.tPShiftMod.Controls.Add(this.btnShiftL1);
|
|
this.tPShiftMod.Controls.Add(this.btnShiftRSRight);
|
|
this.tPShiftMod.Controls.Add(this.btnShiftRSDown);
|
|
this.tPShiftMod.Controls.Add(this.btnShiftRight);
|
|
this.tPShiftMod.Controls.Add(this.btnShiftUp);
|
|
this.tPShiftMod.Controls.Add(this.btnShiftDown);
|
|
this.tPShiftMod.Controls.Add(this.btnShiftLeft);
|
|
this.tPShiftMod.Controls.Add(this.btnShiftPS);
|
|
this.tPShiftMod.Controls.Add(this.btnShiftL3);
|
|
this.tPShiftMod.Controls.Add(this.btnShiftLSDown);
|
|
this.tPShiftMod.Controls.Add(this.btnShiftLSRight);
|
|
this.tPShiftMod.Controls.Add(this.btnShiftLSUp);
|
|
this.tPShiftMod.Controls.Add(this.btnShiftLSLeft);
|
|
this.tPShiftMod.Controls.Add(this.btnShiftTriangle);
|
|
this.tPShiftMod.Controls.Add(this.btnShiftCross);
|
|
this.tPShiftMod.Controls.Add(this.btnShiftSquare);
|
|
this.tPShiftMod.Controls.Add(this.cBShiftControl);
|
|
this.tPShiftMod.Controls.Add(this.lbHold);
|
|
this.tPShiftMod.Controls.Add(this.panel1);
|
|
this.tPShiftMod.Controls.Add(this.bnShiftRSDown);
|
|
this.tPShiftMod.Controls.Add(this.bnShiftL3);
|
|
this.tPShiftMod.Controls.Add(this.bnShiftRSUp);
|
|
this.tPShiftMod.Controls.Add(this.bnShiftRSRight);
|
|
this.tPShiftMod.Controls.Add(this.bnShiftR3);
|
|
this.tPShiftMod.Controls.Add(this.bnShiftRSLeft);
|
|
this.tPShiftMod.Controls.Add(this.bnShiftLSLeft);
|
|
this.tPShiftMod.Controls.Add(this.bnShiftLSUp);
|
|
this.tPShiftMod.Controls.Add(this.bnShiftLSRight);
|
|
this.tPShiftMod.Controls.Add(this.bnShiftLSDown);
|
|
this.tPShiftMod.Controls.Add(this.bnShiftCircle);
|
|
this.tPShiftMod.Controls.Add(this.bnShiftCross);
|
|
this.tPShiftMod.Controls.Add(this.bnShiftTouchRight);
|
|
this.tPShiftMod.Controls.Add(this.bnShiftTriangle);
|
|
this.tPShiftMod.Controls.Add(this.bnShiftSquare);
|
|
this.tPShiftMod.Controls.Add(this.bnShiftTouchLeft);
|
|
this.tPShiftMod.Controls.Add(this.bnShiftTouchUpper);
|
|
this.tPShiftMod.Controls.Add(this.bnShiftTouchMulti);
|
|
this.tPShiftMod.Controls.Add(this.bnShiftR2);
|
|
this.tPShiftMod.Controls.Add(this.bnShiftUp);
|
|
this.tPShiftMod.Controls.Add(this.bnShiftDown);
|
|
this.tPShiftMod.Controls.Add(this.bnShiftR1);
|
|
this.tPShiftMod.Controls.Add(this.bnShiftRight);
|
|
this.tPShiftMod.Controls.Add(this.bnShiftLeft);
|
|
this.tPShiftMod.Controls.Add(this.btnShiftLightbar);
|
|
this.tPShiftMod.Controls.Add(this.bnShiftOptions);
|
|
this.tPShiftMod.Controls.Add(this.bnShiftShare);
|
|
this.tPShiftMod.Controls.Add(this.bnShiftL1);
|
|
this.tPShiftMod.Controls.Add(this.bnShiftL2);
|
|
this.tPShiftMod.Controls.Add(this.bnShiftPS);
|
|
this.tPShiftMod.Controls.Add(this.lbShiftControlName);
|
|
this.tPShiftMod.Name = "tPShiftMod";
|
|
//
|
|
// lBShiftControls
|
|
//
|
|
resources.ApplyResources(this.lBShiftControls, "lBShiftControls");
|
|
this.lBShiftControls.FormattingEnabled = true;
|
|
this.lBShiftControls.Items.AddRange(new object[] {
|
|
resources.GetString("lBShiftControls.Items"),
|
|
resources.GetString("lBShiftControls.Items1"),
|
|
resources.GetString("lBShiftControls.Items2"),
|
|
resources.GetString("lBShiftControls.Items3"),
|
|
resources.GetString("lBShiftControls.Items4"),
|
|
resources.GetString("lBShiftControls.Items5"),
|
|
resources.GetString("lBShiftControls.Items6"),
|
|
resources.GetString("lBShiftControls.Items7"),
|
|
resources.GetString("lBShiftControls.Items8"),
|
|
resources.GetString("lBShiftControls.Items9"),
|
|
resources.GetString("lBShiftControls.Items10"),
|
|
resources.GetString("lBShiftControls.Items11"),
|
|
resources.GetString("lBShiftControls.Items12"),
|
|
resources.GetString("lBShiftControls.Items13"),
|
|
resources.GetString("lBShiftControls.Items14"),
|
|
resources.GetString("lBShiftControls.Items15"),
|
|
resources.GetString("lBShiftControls.Items16"),
|
|
resources.GetString("lBShiftControls.Items17"),
|
|
resources.GetString("lBShiftControls.Items18"),
|
|
resources.GetString("lBShiftControls.Items19"),
|
|
resources.GetString("lBShiftControls.Items20"),
|
|
resources.GetString("lBShiftControls.Items21"),
|
|
resources.GetString("lBShiftControls.Items22"),
|
|
resources.GetString("lBShiftControls.Items23"),
|
|
resources.GetString("lBShiftControls.Items24"),
|
|
resources.GetString("lBShiftControls.Items25"),
|
|
resources.GetString("lBShiftControls.Items26"),
|
|
resources.GetString("lBShiftControls.Items27"),
|
|
resources.GetString("lBShiftControls.Items28"),
|
|
resources.GetString("lBShiftControls.Items29"),
|
|
resources.GetString("lBShiftControls.Items30"),
|
|
resources.GetString("lBShiftControls.Items31"),
|
|
resources.GetString("lBShiftControls.Items32")});
|
|
this.lBShiftControls.Name = "lBShiftControls";
|
|
this.lBShiftControls.SelectedIndexChanged += new System.EventHandler(this.lBShiftControls_SelectedIndexChanged);
|
|
this.lBShiftControls.KeyDown += new System.Windows.Forms.KeyEventHandler(this.List_KeyDown);
|
|
this.lBShiftControls.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.List_MouseDoubleClick);
|
|
//
|
|
// btnShiftR2
|
|
//
|
|
resources.ApplyResources(this.btnShiftR2, "btnShiftR2");
|
|
this.btnShiftR2.BackColor = System.Drawing.Color.Black;
|
|
this.btnShiftR2.ForeColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.btnShiftR2.Name = "btnShiftR2";
|
|
this.btnShiftR2.UseVisualStyleBackColor = false;
|
|
this.btnShiftR2.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnShiftR2.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnShiftR2.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// btnShiftShare
|
|
//
|
|
resources.ApplyResources(this.btnShiftShare, "btnShiftShare");
|
|
this.btnShiftShare.BackColor = System.Drawing.Color.DimGray;
|
|
this.btnShiftShare.ForeColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.btnShiftShare.Name = "btnShiftShare";
|
|
this.btnShiftShare.UseVisualStyleBackColor = false;
|
|
this.btnShiftShare.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnShiftShare.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnShiftShare.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// btnShiftL2
|
|
//
|
|
resources.ApplyResources(this.btnShiftL2, "btnShiftL2");
|
|
this.btnShiftL2.BackColor = System.Drawing.Color.Black;
|
|
this.btnShiftL2.ForeColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.btnShiftL2.Name = "btnShiftL2";
|
|
this.btnShiftL2.UseVisualStyleBackColor = false;
|
|
this.btnShiftL2.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnShiftL2.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnShiftL2.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// btnShiftOptions
|
|
//
|
|
resources.ApplyResources(this.btnShiftOptions, "btnShiftOptions");
|
|
this.btnShiftOptions.BackColor = System.Drawing.Color.DimGray;
|
|
this.btnShiftOptions.ForeColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.btnShiftOptions.Name = "btnShiftOptions";
|
|
this.btnShiftOptions.UseVisualStyleBackColor = false;
|
|
this.btnShiftOptions.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnShiftOptions.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnShiftOptions.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// btnShiftCircle
|
|
//
|
|
resources.ApplyResources(this.btnShiftCircle, "btnShiftCircle");
|
|
this.btnShiftCircle.BackColor = System.Drawing.Color.Black;
|
|
this.btnShiftCircle.ContextMenuStrip = this.cMSPresets;
|
|
this.btnShiftCircle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(131)))), ((int)(((byte)(150)))));
|
|
this.btnShiftCircle.Name = "btnShiftCircle";
|
|
this.btnShiftCircle.UseVisualStyleBackColor = false;
|
|
this.btnShiftCircle.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnShiftCircle.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnShiftCircle.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// btnShiftR1
|
|
//
|
|
resources.ApplyResources(this.btnShiftR1, "btnShiftR1");
|
|
this.btnShiftR1.BackColor = System.Drawing.Color.Black;
|
|
this.btnShiftR1.ForeColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.btnShiftR1.Name = "btnShiftR1";
|
|
this.btnShiftR1.UseVisualStyleBackColor = false;
|
|
this.btnShiftR1.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnShiftR1.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnShiftR1.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// btnShiftR3
|
|
//
|
|
resources.ApplyResources(this.btnShiftR3, "btnShiftR3");
|
|
this.btnShiftR3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(48)))), ((int)(((byte)(50)))));
|
|
this.btnShiftR3.ForeColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.btnShiftR3.Name = "btnShiftR3";
|
|
this.btnShiftR3.UseVisualStyleBackColor = false;
|
|
this.btnShiftR3.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnShiftR3.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnShiftR3.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// btnShiftRSUp
|
|
//
|
|
resources.ApplyResources(this.btnShiftRSUp, "btnShiftRSUp");
|
|
this.btnShiftRSUp.BackColor = System.Drawing.Color.DimGray;
|
|
this.btnShiftRSUp.ContextMenuStrip = this.cMSPresets;
|
|
this.btnShiftRSUp.ForeColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.btnShiftRSUp.Image = global::DS4Windows.Properties.Resources.RSU;
|
|
this.btnShiftRSUp.Name = "btnShiftRSUp";
|
|
this.btnShiftRSUp.UseVisualStyleBackColor = false;
|
|
this.btnShiftRSUp.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnShiftRSUp.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnShiftRSUp.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// btnShiftRSLeft
|
|
//
|
|
resources.ApplyResources(this.btnShiftRSLeft, "btnShiftRSLeft");
|
|
this.btnShiftRSLeft.BackColor = System.Drawing.Color.DimGray;
|
|
this.btnShiftRSLeft.ContextMenuStrip = this.cMSPresets;
|
|
this.btnShiftRSLeft.ForeColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.btnShiftRSLeft.Image = global::DS4Windows.Properties.Resources.RSL;
|
|
this.btnShiftRSLeft.Name = "btnShiftRSLeft";
|
|
this.btnShiftRSLeft.UseVisualStyleBackColor = false;
|
|
this.btnShiftRSLeft.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnShiftRSLeft.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnShiftRSLeft.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// btnShiftL1
|
|
//
|
|
resources.ApplyResources(this.btnShiftL1, "btnShiftL1");
|
|
this.btnShiftL1.BackColor = System.Drawing.Color.Black;
|
|
this.btnShiftL1.ForeColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.btnShiftL1.Name = "btnShiftL1";
|
|
this.btnShiftL1.UseVisualStyleBackColor = false;
|
|
this.btnShiftL1.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnShiftL1.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnShiftL1.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// btnShiftRSRight
|
|
//
|
|
resources.ApplyResources(this.btnShiftRSRight, "btnShiftRSRight");
|
|
this.btnShiftRSRight.BackColor = System.Drawing.Color.DimGray;
|
|
this.btnShiftRSRight.ContextMenuStrip = this.cMSPresets;
|
|
this.btnShiftRSRight.ForeColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.btnShiftRSRight.Image = global::DS4Windows.Properties.Resources.RSR;
|
|
this.btnShiftRSRight.Name = "btnShiftRSRight";
|
|
this.btnShiftRSRight.UseVisualStyleBackColor = false;
|
|
this.btnShiftRSRight.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnShiftRSRight.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnShiftRSRight.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// btnShiftRSDown
|
|
//
|
|
resources.ApplyResources(this.btnShiftRSDown, "btnShiftRSDown");
|
|
this.btnShiftRSDown.BackColor = System.Drawing.Color.DimGray;
|
|
this.btnShiftRSDown.ContextMenuStrip = this.cMSPresets;
|
|
this.btnShiftRSDown.ForeColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.btnShiftRSDown.Image = global::DS4Windows.Properties.Resources.RSD;
|
|
this.btnShiftRSDown.Name = "btnShiftRSDown";
|
|
this.btnShiftRSDown.UseVisualStyleBackColor = false;
|
|
this.btnShiftRSDown.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnShiftRSDown.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnShiftRSDown.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// btnShiftRight
|
|
//
|
|
resources.ApplyResources(this.btnShiftRight, "btnShiftRight");
|
|
this.btnShiftRight.BackColor = System.Drawing.Color.Black;
|
|
this.btnShiftRight.ContextMenuStrip = this.cMSPresets;
|
|
this.btnShiftRight.ForeColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.btnShiftRight.Name = "btnShiftRight";
|
|
this.btnShiftRight.UseVisualStyleBackColor = false;
|
|
this.btnShiftRight.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnShiftRight.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnShiftRight.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// btnShiftUp
|
|
//
|
|
resources.ApplyResources(this.btnShiftUp, "btnShiftUp");
|
|
this.btnShiftUp.BackColor = System.Drawing.Color.Black;
|
|
this.btnShiftUp.ContextMenuStrip = this.cMSPresets;
|
|
this.btnShiftUp.ForeColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.btnShiftUp.Name = "btnShiftUp";
|
|
this.btnShiftUp.UseVisualStyleBackColor = false;
|
|
this.btnShiftUp.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnShiftUp.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnShiftUp.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// btnShiftDown
|
|
//
|
|
resources.ApplyResources(this.btnShiftDown, "btnShiftDown");
|
|
this.btnShiftDown.BackColor = System.Drawing.Color.Black;
|
|
this.btnShiftDown.ContextMenuStrip = this.cMSPresets;
|
|
this.btnShiftDown.ForeColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.btnShiftDown.Name = "btnShiftDown";
|
|
this.btnShiftDown.UseVisualStyleBackColor = false;
|
|
this.btnShiftDown.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnShiftDown.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnShiftDown.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// btnShiftLeft
|
|
//
|
|
resources.ApplyResources(this.btnShiftLeft, "btnShiftLeft");
|
|
this.btnShiftLeft.BackColor = System.Drawing.Color.Black;
|
|
this.btnShiftLeft.ContextMenuStrip = this.cMSPresets;
|
|
this.btnShiftLeft.ForeColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.btnShiftLeft.Name = "btnShiftLeft";
|
|
this.btnShiftLeft.UseVisualStyleBackColor = false;
|
|
this.btnShiftLeft.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnShiftLeft.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnShiftLeft.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// btnShiftPS
|
|
//
|
|
resources.ApplyResources(this.btnShiftPS, "btnShiftPS");
|
|
this.btnShiftPS.BackColor = System.Drawing.Color.Black;
|
|
this.btnShiftPS.ForeColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.btnShiftPS.Name = "btnShiftPS";
|
|
this.btnShiftPS.UseVisualStyleBackColor = false;
|
|
this.btnShiftPS.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnShiftPS.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnShiftPS.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// btnShiftL3
|
|
//
|
|
resources.ApplyResources(this.btnShiftL3, "btnShiftL3");
|
|
this.btnShiftL3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(48)))), ((int)(((byte)(50)))));
|
|
this.btnShiftL3.ForeColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.btnShiftL3.Name = "btnShiftL3";
|
|
this.btnShiftL3.UseVisualStyleBackColor = false;
|
|
this.btnShiftL3.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnShiftL3.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnShiftL3.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// btnShiftLSDown
|
|
//
|
|
resources.ApplyResources(this.btnShiftLSDown, "btnShiftLSDown");
|
|
this.btnShiftLSDown.BackColor = System.Drawing.Color.DimGray;
|
|
this.btnShiftLSDown.ContextMenuStrip = this.cMSPresets;
|
|
this.btnShiftLSDown.ForeColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.btnShiftLSDown.Image = global::DS4Windows.Properties.Resources.LSD;
|
|
this.btnShiftLSDown.Name = "btnShiftLSDown";
|
|
this.btnShiftLSDown.UseVisualStyleBackColor = false;
|
|
this.btnShiftLSDown.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnShiftLSDown.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnShiftLSDown.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// btnShiftLSRight
|
|
//
|
|
resources.ApplyResources(this.btnShiftLSRight, "btnShiftLSRight");
|
|
this.btnShiftLSRight.BackColor = System.Drawing.Color.DimGray;
|
|
this.btnShiftLSRight.ContextMenuStrip = this.cMSPresets;
|
|
this.btnShiftLSRight.ForeColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.btnShiftLSRight.Image = global::DS4Windows.Properties.Resources.LSR;
|
|
this.btnShiftLSRight.Name = "btnShiftLSRight";
|
|
this.btnShiftLSRight.UseVisualStyleBackColor = false;
|
|
this.btnShiftLSRight.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnShiftLSRight.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnShiftLSRight.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// btnShiftLSUp
|
|
//
|
|
resources.ApplyResources(this.btnShiftLSUp, "btnShiftLSUp");
|
|
this.btnShiftLSUp.BackColor = System.Drawing.Color.DimGray;
|
|
this.btnShiftLSUp.ContextMenuStrip = this.cMSPresets;
|
|
this.btnShiftLSUp.ForeColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.btnShiftLSUp.Image = global::DS4Windows.Properties.Resources.LSU;
|
|
this.btnShiftLSUp.Name = "btnShiftLSUp";
|
|
this.btnShiftLSUp.UseVisualStyleBackColor = false;
|
|
this.btnShiftLSUp.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnShiftLSUp.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnShiftLSUp.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// btnShiftLSLeft
|
|
//
|
|
resources.ApplyResources(this.btnShiftLSLeft, "btnShiftLSLeft");
|
|
this.btnShiftLSLeft.BackColor = System.Drawing.Color.DimGray;
|
|
this.btnShiftLSLeft.ContextMenuStrip = this.cMSPresets;
|
|
this.btnShiftLSLeft.ForeColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.btnShiftLSLeft.Image = global::DS4Windows.Properties.Resources.LSL;
|
|
this.btnShiftLSLeft.Name = "btnShiftLSLeft";
|
|
this.btnShiftLSLeft.UseVisualStyleBackColor = false;
|
|
this.btnShiftLSLeft.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnShiftLSLeft.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnShiftLSLeft.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// btnShiftTriangle
|
|
//
|
|
resources.ApplyResources(this.btnShiftTriangle, "btnShiftTriangle");
|
|
this.btnShiftTriangle.BackColor = System.Drawing.Color.Black;
|
|
this.btnShiftTriangle.ContextMenuStrip = this.cMSPresets;
|
|
this.btnShiftTriangle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(194)))), ((int)(((byte)(202)))));
|
|
this.btnShiftTriangle.Name = "btnShiftTriangle";
|
|
this.btnShiftTriangle.UseVisualStyleBackColor = false;
|
|
this.btnShiftTriangle.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnShiftTriangle.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnShiftTriangle.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// btnShiftCross
|
|
//
|
|
resources.ApplyResources(this.btnShiftCross, "btnShiftCross");
|
|
this.btnShiftCross.BackColor = System.Drawing.Color.Black;
|
|
this.btnShiftCross.ContextMenuStrip = this.cMSPresets;
|
|
this.btnShiftCross.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(205)))), ((int)(((byte)(204)))));
|
|
this.btnShiftCross.Name = "btnShiftCross";
|
|
this.btnShiftCross.UseVisualStyleBackColor = false;
|
|
this.btnShiftCross.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnShiftCross.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnShiftCross.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// btnShiftSquare
|
|
//
|
|
resources.ApplyResources(this.btnShiftSquare, "btnShiftSquare");
|
|
this.btnShiftSquare.BackColor = System.Drawing.Color.Black;
|
|
this.btnShiftSquare.ContextMenuStrip = this.cMSPresets;
|
|
this.btnShiftSquare.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(170)))), ((int)(((byte)(217)))));
|
|
this.btnShiftSquare.Name = "btnShiftSquare";
|
|
this.btnShiftSquare.UseVisualStyleBackColor = false;
|
|
this.btnShiftSquare.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnShiftSquare.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnShiftSquare.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// cBShiftControl
|
|
//
|
|
resources.ApplyResources(this.cBShiftControl, "cBShiftControl");
|
|
this.cBShiftControl.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cBShiftControl.FormattingEnabled = true;
|
|
this.cBShiftControl.Items.AddRange(new object[] {
|
|
resources.GetString("cBShiftControl.Items"),
|
|
resources.GetString("cBShiftControl.Items1"),
|
|
resources.GetString("cBShiftControl.Items2"),
|
|
resources.GetString("cBShiftControl.Items3"),
|
|
resources.GetString("cBShiftControl.Items4"),
|
|
resources.GetString("cBShiftControl.Items5"),
|
|
resources.GetString("cBShiftControl.Items6"),
|
|
resources.GetString("cBShiftControl.Items7"),
|
|
resources.GetString("cBShiftControl.Items8"),
|
|
resources.GetString("cBShiftControl.Items9"),
|
|
resources.GetString("cBShiftControl.Items10"),
|
|
resources.GetString("cBShiftControl.Items11"),
|
|
resources.GetString("cBShiftControl.Items12"),
|
|
resources.GetString("cBShiftControl.Items13"),
|
|
resources.GetString("cBShiftControl.Items14"),
|
|
resources.GetString("cBShiftControl.Items15"),
|
|
resources.GetString("cBShiftControl.Items16"),
|
|
resources.GetString("cBShiftControl.Items17"),
|
|
resources.GetString("cBShiftControl.Items18"),
|
|
resources.GetString("cBShiftControl.Items19"),
|
|
resources.GetString("cBShiftControl.Items20"),
|
|
resources.GetString("cBShiftControl.Items21"),
|
|
resources.GetString("cBShiftControl.Items22"),
|
|
resources.GetString("cBShiftControl.Items23"),
|
|
resources.GetString("cBShiftControl.Items24"),
|
|
resources.GetString("cBShiftControl.Items25"),
|
|
resources.GetString("cBShiftControl.Items26")});
|
|
this.cBShiftControl.Name = "cBShiftControl";
|
|
this.cBShiftControl.SelectedIndexChanged += new System.EventHandler(this.cBShiftControl_SelectedIndexChanged);
|
|
//
|
|
// lbHold
|
|
//
|
|
resources.ApplyResources(this.lbHold, "lbHold");
|
|
this.lbHold.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.lbHold.Name = "lbHold";
|
|
//
|
|
// panel1
|
|
//
|
|
resources.ApplyResources(this.panel1, "panel1");
|
|
this.panel1.BackColor = System.Drawing.Color.Transparent;
|
|
this.panel1.BackgroundImage = global::DS4Windows.Properties.Resources.DS4_Config;
|
|
this.panel1.Controls.Add(this.pBShiftHoveredButton);
|
|
this.panel1.Controls.Add(this.pBShiftLightbar);
|
|
this.panel1.Controls.Add(this.lbtoUse);
|
|
this.panel1.Name = "panel1";
|
|
//
|
|
// pBShiftHoveredButton
|
|
//
|
|
resources.ApplyResources(this.pBShiftHoveredButton, "pBShiftHoveredButton");
|
|
this.pBShiftHoveredButton.Image = global::DS4Windows.Properties.Resources.DS4_Config_RS;
|
|
this.pBShiftHoveredButton.Name = "pBShiftHoveredButton";
|
|
this.pBShiftHoveredButton.TabStop = false;
|
|
//
|
|
// pBShiftLightbar
|
|
//
|
|
resources.ApplyResources(this.pBShiftLightbar, "pBShiftLightbar");
|
|
this.pBShiftLightbar.BackColor = System.Drawing.Color.Transparent;
|
|
this.pBShiftLightbar.Image = global::DS4Windows.Properties.Resources.DS4_lightbar;
|
|
this.pBShiftLightbar.Name = "pBShiftLightbar";
|
|
this.pBShiftLightbar.TabStop = false;
|
|
//
|
|
// lbtoUse
|
|
//
|
|
resources.ApplyResources(this.lbtoUse, "lbtoUse");
|
|
this.lbtoUse.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.lbtoUse.Name = "lbtoUse";
|
|
//
|
|
// bnShiftRSDown
|
|
//
|
|
resources.ApplyResources(this.bnShiftRSDown, "bnShiftRSDown");
|
|
this.bnShiftRSDown.BackColor = System.Drawing.Color.Transparent;
|
|
this.bnShiftRSDown.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.bnShiftRSDown.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
this.bnShiftRSDown.FlatAppearance.BorderSize = 0;
|
|
this.bnShiftRSDown.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftRSDown.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftRSDown.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnShiftRSDown.Name = "bnShiftRSDown";
|
|
this.bnShiftRSDown.UseVisualStyleBackColor = false;
|
|
//
|
|
// bnShiftL3
|
|
//
|
|
resources.ApplyResources(this.bnShiftL3, "bnShiftL3");
|
|
this.bnShiftL3.BackColor = System.Drawing.Color.Transparent;
|
|
this.bnShiftL3.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.bnShiftL3.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
this.bnShiftL3.FlatAppearance.BorderSize = 0;
|
|
this.bnShiftL3.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftL3.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftL3.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnShiftL3.Name = "bnShiftL3";
|
|
this.bnShiftL3.UseVisualStyleBackColor = false;
|
|
//
|
|
// bnShiftRSUp
|
|
//
|
|
resources.ApplyResources(this.bnShiftRSUp, "bnShiftRSUp");
|
|
this.bnShiftRSUp.BackColor = System.Drawing.Color.Transparent;
|
|
this.bnShiftRSUp.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.bnShiftRSUp.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
this.bnShiftRSUp.FlatAppearance.BorderSize = 0;
|
|
this.bnShiftRSUp.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftRSUp.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftRSUp.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnShiftRSUp.Name = "bnShiftRSUp";
|
|
this.bnShiftRSUp.UseVisualStyleBackColor = false;
|
|
//
|
|
// bnShiftRSRight
|
|
//
|
|
resources.ApplyResources(this.bnShiftRSRight, "bnShiftRSRight");
|
|
this.bnShiftRSRight.BackColor = System.Drawing.Color.Transparent;
|
|
this.bnShiftRSRight.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.bnShiftRSRight.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
this.bnShiftRSRight.FlatAppearance.BorderSize = 0;
|
|
this.bnShiftRSRight.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftRSRight.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftRSRight.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnShiftRSRight.Name = "bnShiftRSRight";
|
|
this.bnShiftRSRight.UseVisualStyleBackColor = false;
|
|
//
|
|
// bnShiftR3
|
|
//
|
|
resources.ApplyResources(this.bnShiftR3, "bnShiftR3");
|
|
this.bnShiftR3.BackColor = System.Drawing.Color.Transparent;
|
|
this.bnShiftR3.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.bnShiftR3.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
this.bnShiftR3.FlatAppearance.BorderSize = 0;
|
|
this.bnShiftR3.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftR3.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftR3.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnShiftR3.Name = "bnShiftR3";
|
|
this.bnShiftR3.UseVisualStyleBackColor = false;
|
|
//
|
|
// bnShiftRSLeft
|
|
//
|
|
resources.ApplyResources(this.bnShiftRSLeft, "bnShiftRSLeft");
|
|
this.bnShiftRSLeft.BackColor = System.Drawing.Color.Transparent;
|
|
this.bnShiftRSLeft.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.bnShiftRSLeft.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
this.bnShiftRSLeft.FlatAppearance.BorderSize = 0;
|
|
this.bnShiftRSLeft.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftRSLeft.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftRSLeft.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnShiftRSLeft.Name = "bnShiftRSLeft";
|
|
this.bnShiftRSLeft.UseVisualStyleBackColor = false;
|
|
//
|
|
// bnShiftLSLeft
|
|
//
|
|
resources.ApplyResources(this.bnShiftLSLeft, "bnShiftLSLeft");
|
|
this.bnShiftLSLeft.BackColor = System.Drawing.Color.Transparent;
|
|
this.bnShiftLSLeft.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.bnShiftLSLeft.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
this.bnShiftLSLeft.FlatAppearance.BorderSize = 0;
|
|
this.bnShiftLSLeft.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftLSLeft.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftLSLeft.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnShiftLSLeft.Name = "bnShiftLSLeft";
|
|
this.bnShiftLSLeft.UseVisualStyleBackColor = false;
|
|
//
|
|
// bnShiftLSUp
|
|
//
|
|
resources.ApplyResources(this.bnShiftLSUp, "bnShiftLSUp");
|
|
this.bnShiftLSUp.BackColor = System.Drawing.Color.Transparent;
|
|
this.bnShiftLSUp.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.bnShiftLSUp.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
this.bnShiftLSUp.FlatAppearance.BorderSize = 0;
|
|
this.bnShiftLSUp.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftLSUp.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftLSUp.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnShiftLSUp.Name = "bnShiftLSUp";
|
|
this.bnShiftLSUp.UseVisualStyleBackColor = false;
|
|
//
|
|
// bnShiftLSRight
|
|
//
|
|
resources.ApplyResources(this.bnShiftLSRight, "bnShiftLSRight");
|
|
this.bnShiftLSRight.BackColor = System.Drawing.Color.Transparent;
|
|
this.bnShiftLSRight.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.bnShiftLSRight.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
this.bnShiftLSRight.FlatAppearance.BorderSize = 0;
|
|
this.bnShiftLSRight.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftLSRight.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftLSRight.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnShiftLSRight.Name = "bnShiftLSRight";
|
|
this.bnShiftLSRight.UseVisualStyleBackColor = false;
|
|
//
|
|
// bnShiftLSDown
|
|
//
|
|
resources.ApplyResources(this.bnShiftLSDown, "bnShiftLSDown");
|
|
this.bnShiftLSDown.BackColor = System.Drawing.Color.Transparent;
|
|
this.bnShiftLSDown.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.bnShiftLSDown.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
this.bnShiftLSDown.FlatAppearance.BorderSize = 0;
|
|
this.bnShiftLSDown.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftLSDown.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftLSDown.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnShiftLSDown.Name = "bnShiftLSDown";
|
|
this.bnShiftLSDown.UseVisualStyleBackColor = false;
|
|
//
|
|
// bnShiftCircle
|
|
//
|
|
resources.ApplyResources(this.bnShiftCircle, "bnShiftCircle");
|
|
this.bnShiftCircle.BackColor = System.Drawing.Color.Transparent;
|
|
this.bnShiftCircle.ContextMenuStrip = this.cMSPresets;
|
|
this.bnShiftCircle.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.bnShiftCircle.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
this.bnShiftCircle.FlatAppearance.BorderSize = 0;
|
|
this.bnShiftCircle.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftCircle.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftCircle.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnShiftCircle.Name = "bnShiftCircle";
|
|
this.bnShiftCircle.UseVisualStyleBackColor = false;
|
|
//
|
|
// bnShiftCross
|
|
//
|
|
resources.ApplyResources(this.bnShiftCross, "bnShiftCross");
|
|
this.bnShiftCross.BackColor = System.Drawing.Color.Transparent;
|
|
this.bnShiftCross.ContextMenuStrip = this.cMSPresets;
|
|
this.bnShiftCross.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.bnShiftCross.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
this.bnShiftCross.FlatAppearance.BorderSize = 0;
|
|
this.bnShiftCross.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftCross.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftCross.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnShiftCross.Name = "bnShiftCross";
|
|
this.bnShiftCross.UseVisualStyleBackColor = false;
|
|
//
|
|
// bnShiftTouchRight
|
|
//
|
|
resources.ApplyResources(this.bnShiftTouchRight, "bnShiftTouchRight");
|
|
this.bnShiftTouchRight.BackColor = System.Drawing.Color.Transparent;
|
|
this.bnShiftTouchRight.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.bnShiftTouchRight.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
this.bnShiftTouchRight.FlatAppearance.BorderSize = 0;
|
|
this.bnShiftTouchRight.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftTouchRight.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftTouchRight.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnShiftTouchRight.Name = "bnShiftTouchRight";
|
|
this.bnShiftTouchRight.UseVisualStyleBackColor = false;
|
|
//
|
|
// bnShiftTriangle
|
|
//
|
|
resources.ApplyResources(this.bnShiftTriangle, "bnShiftTriangle");
|
|
this.bnShiftTriangle.BackColor = System.Drawing.Color.Transparent;
|
|
this.bnShiftTriangle.ContextMenuStrip = this.cMSPresets;
|
|
this.bnShiftTriangle.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.bnShiftTriangle.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
this.bnShiftTriangle.FlatAppearance.BorderSize = 0;
|
|
this.bnShiftTriangle.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftTriangle.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftTriangle.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnShiftTriangle.Name = "bnShiftTriangle";
|
|
this.bnShiftTriangle.UseVisualStyleBackColor = false;
|
|
//
|
|
// bnShiftSquare
|
|
//
|
|
resources.ApplyResources(this.bnShiftSquare, "bnShiftSquare");
|
|
this.bnShiftSquare.BackColor = System.Drawing.Color.Transparent;
|
|
this.bnShiftSquare.ContextMenuStrip = this.cMSPresets;
|
|
this.bnShiftSquare.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.bnShiftSquare.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
this.bnShiftSquare.FlatAppearance.BorderSize = 0;
|
|
this.bnShiftSquare.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftSquare.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftSquare.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnShiftSquare.Name = "bnShiftSquare";
|
|
this.bnShiftSquare.UseVisualStyleBackColor = false;
|
|
//
|
|
// bnShiftTouchLeft
|
|
//
|
|
resources.ApplyResources(this.bnShiftTouchLeft, "bnShiftTouchLeft");
|
|
this.bnShiftTouchLeft.BackColor = System.Drawing.Color.Transparent;
|
|
this.bnShiftTouchLeft.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.bnShiftTouchLeft.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
this.bnShiftTouchLeft.FlatAppearance.BorderSize = 0;
|
|
this.bnShiftTouchLeft.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftTouchLeft.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftTouchLeft.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnShiftTouchLeft.Name = "bnShiftTouchLeft";
|
|
this.bnShiftTouchLeft.UseVisualStyleBackColor = false;
|
|
//
|
|
// bnShiftTouchUpper
|
|
//
|
|
resources.ApplyResources(this.bnShiftTouchUpper, "bnShiftTouchUpper");
|
|
this.bnShiftTouchUpper.BackColor = System.Drawing.Color.Transparent;
|
|
this.bnShiftTouchUpper.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.bnShiftTouchUpper.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
this.bnShiftTouchUpper.FlatAppearance.BorderSize = 0;
|
|
this.bnShiftTouchUpper.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftTouchUpper.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftTouchUpper.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnShiftTouchUpper.Name = "bnShiftTouchUpper";
|
|
this.bnShiftTouchUpper.UseVisualStyleBackColor = false;
|
|
//
|
|
// bnShiftTouchMulti
|
|
//
|
|
resources.ApplyResources(this.bnShiftTouchMulti, "bnShiftTouchMulti");
|
|
this.bnShiftTouchMulti.BackColor = System.Drawing.Color.Transparent;
|
|
this.bnShiftTouchMulti.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.bnShiftTouchMulti.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
this.bnShiftTouchMulti.FlatAppearance.BorderSize = 0;
|
|
this.bnShiftTouchMulti.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftTouchMulti.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftTouchMulti.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnShiftTouchMulti.Name = "bnShiftTouchMulti";
|
|
this.bnShiftTouchMulti.UseVisualStyleBackColor = false;
|
|
//
|
|
// bnShiftR2
|
|
//
|
|
resources.ApplyResources(this.bnShiftR2, "bnShiftR2");
|
|
this.bnShiftR2.BackColor = System.Drawing.Color.Transparent;
|
|
this.bnShiftR2.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.bnShiftR2.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
this.bnShiftR2.FlatAppearance.BorderSize = 0;
|
|
this.bnShiftR2.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftR2.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftR2.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnShiftR2.Name = "bnShiftR2";
|
|
this.bnShiftR2.UseVisualStyleBackColor = false;
|
|
//
|
|
// bnShiftUp
|
|
//
|
|
resources.ApplyResources(this.bnShiftUp, "bnShiftUp");
|
|
this.bnShiftUp.BackColor = System.Drawing.Color.Transparent;
|
|
this.bnShiftUp.ContextMenuStrip = this.cMSPresets;
|
|
this.bnShiftUp.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.bnShiftUp.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.bnShiftUp.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
this.bnShiftUp.FlatAppearance.BorderSize = 0;
|
|
this.bnShiftUp.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftUp.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftUp.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnShiftUp.Name = "bnShiftUp";
|
|
this.bnShiftUp.UseVisualStyleBackColor = false;
|
|
//
|
|
// bnShiftDown
|
|
//
|
|
resources.ApplyResources(this.bnShiftDown, "bnShiftDown");
|
|
this.bnShiftDown.BackColor = System.Drawing.Color.Transparent;
|
|
this.bnShiftDown.ContextMenuStrip = this.cMSPresets;
|
|
this.bnShiftDown.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.bnShiftDown.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
this.bnShiftDown.FlatAppearance.BorderSize = 0;
|
|
this.bnShiftDown.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftDown.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftDown.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnShiftDown.Name = "bnShiftDown";
|
|
this.bnShiftDown.UseVisualStyleBackColor = false;
|
|
//
|
|
// bnShiftR1
|
|
//
|
|
resources.ApplyResources(this.bnShiftR1, "bnShiftR1");
|
|
this.bnShiftR1.BackColor = System.Drawing.Color.Transparent;
|
|
this.bnShiftR1.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.bnShiftR1.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
this.bnShiftR1.FlatAppearance.BorderSize = 0;
|
|
this.bnShiftR1.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftR1.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftR1.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnShiftR1.Name = "bnShiftR1";
|
|
this.bnShiftR1.UseVisualStyleBackColor = false;
|
|
//
|
|
// bnShiftRight
|
|
//
|
|
resources.ApplyResources(this.bnShiftRight, "bnShiftRight");
|
|
this.bnShiftRight.BackColor = System.Drawing.Color.Transparent;
|
|
this.bnShiftRight.ContextMenuStrip = this.cMSPresets;
|
|
this.bnShiftRight.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.bnShiftRight.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
this.bnShiftRight.FlatAppearance.BorderSize = 0;
|
|
this.bnShiftRight.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftRight.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftRight.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnShiftRight.Name = "bnShiftRight";
|
|
this.bnShiftRight.UseVisualStyleBackColor = false;
|
|
//
|
|
// bnShiftLeft
|
|
//
|
|
resources.ApplyResources(this.bnShiftLeft, "bnShiftLeft");
|
|
this.bnShiftLeft.BackColor = System.Drawing.Color.Transparent;
|
|
this.bnShiftLeft.ContextMenuStrip = this.cMSPresets;
|
|
this.bnShiftLeft.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.bnShiftLeft.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
this.bnShiftLeft.FlatAppearance.BorderSize = 0;
|
|
this.bnShiftLeft.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftLeft.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftLeft.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnShiftLeft.Name = "bnShiftLeft";
|
|
this.bnShiftLeft.UseVisualStyleBackColor = false;
|
|
//
|
|
// btnShiftLightbar
|
|
//
|
|
resources.ApplyResources(this.btnShiftLightbar, "btnShiftLightbar");
|
|
this.btnShiftLightbar.BackColor = System.Drawing.Color.Transparent;
|
|
this.btnShiftLightbar.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.btnShiftLightbar.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
this.btnShiftLightbar.FlatAppearance.BorderSize = 0;
|
|
this.btnShiftLightbar.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
this.btnShiftLightbar.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
this.btnShiftLightbar.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.btnShiftLightbar.Name = "btnShiftLightbar";
|
|
this.btnShiftLightbar.UseVisualStyleBackColor = false;
|
|
this.btnShiftLightbar.Click += new System.EventHandler(this.btnShiftLightbar_Click);
|
|
//
|
|
// bnShiftOptions
|
|
//
|
|
resources.ApplyResources(this.bnShiftOptions, "bnShiftOptions");
|
|
this.bnShiftOptions.BackColor = System.Drawing.Color.Transparent;
|
|
this.bnShiftOptions.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.bnShiftOptions.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
this.bnShiftOptions.FlatAppearance.BorderSize = 0;
|
|
this.bnShiftOptions.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftOptions.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftOptions.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnShiftOptions.Name = "bnShiftOptions";
|
|
this.bnShiftOptions.UseVisualStyleBackColor = false;
|
|
//
|
|
// bnShiftShare
|
|
//
|
|
resources.ApplyResources(this.bnShiftShare, "bnShiftShare");
|
|
this.bnShiftShare.BackColor = System.Drawing.Color.Transparent;
|
|
this.bnShiftShare.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.bnShiftShare.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
this.bnShiftShare.FlatAppearance.BorderSize = 0;
|
|
this.bnShiftShare.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftShare.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftShare.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnShiftShare.Name = "bnShiftShare";
|
|
this.bnShiftShare.UseVisualStyleBackColor = false;
|
|
//
|
|
// bnShiftL1
|
|
//
|
|
resources.ApplyResources(this.bnShiftL1, "bnShiftL1");
|
|
this.bnShiftL1.BackColor = System.Drawing.Color.Transparent;
|
|
this.bnShiftL1.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.bnShiftL1.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
this.bnShiftL1.FlatAppearance.BorderSize = 0;
|
|
this.bnShiftL1.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftL1.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftL1.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnShiftL1.Name = "bnShiftL1";
|
|
this.bnShiftL1.UseVisualStyleBackColor = false;
|
|
//
|
|
// bnShiftL2
|
|
//
|
|
resources.ApplyResources(this.bnShiftL2, "bnShiftL2");
|
|
this.bnShiftL2.BackColor = System.Drawing.Color.Transparent;
|
|
this.bnShiftL2.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.bnShiftL2.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
this.bnShiftL2.FlatAppearance.BorderSize = 0;
|
|
this.bnShiftL2.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftL2.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftL2.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnShiftL2.Name = "bnShiftL2";
|
|
this.bnShiftL2.UseVisualStyleBackColor = false;
|
|
//
|
|
// bnShiftPS
|
|
//
|
|
resources.ApplyResources(this.bnShiftPS, "bnShiftPS");
|
|
this.bnShiftPS.BackColor = System.Drawing.Color.Transparent;
|
|
this.bnShiftPS.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.bnShiftPS.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
this.bnShiftPS.FlatAppearance.BorderSize = 0;
|
|
this.bnShiftPS.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftPS.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
this.bnShiftPS.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnShiftPS.Name = "bnShiftPS";
|
|
this.bnShiftPS.UseVisualStyleBackColor = false;
|
|
//
|
|
// lbShiftControlName
|
|
//
|
|
resources.ApplyResources(this.lbShiftControlName, "lbShiftControlName");
|
|
this.lbShiftControlName.BackColor = System.Drawing.Color.Transparent;
|
|
this.lbShiftControlName.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.lbShiftControlName.Name = "lbShiftControlName";
|
|
this.lbShiftControlName.Click += new System.EventHandler(this.Show_ShiftControlsList);
|
|
//
|
|
// fLPShiftTiltControls
|
|
//
|
|
resources.ApplyResources(this.fLPShiftTiltControls, "fLPShiftTiltControls");
|
|
this.fLPShiftTiltControls.Controls.Add(this.bnShiftGyroZN);
|
|
this.fLPShiftTiltControls.Controls.Add(this.lbShiftGyroZN);
|
|
this.fLPShiftTiltControls.Controls.Add(this.bnShiftGyroZP);
|
|
this.fLPShiftTiltControls.Controls.Add(this.lbShiftGyroZP);
|
|
this.fLPShiftTiltControls.Controls.Add(this.bnShiftGyroXP);
|
|
this.fLPShiftTiltControls.Controls.Add(this.lbShiftGyroXP);
|
|
this.fLPShiftTiltControls.Controls.Add(this.bnShiftGyroXN);
|
|
this.fLPShiftTiltControls.Controls.Add(this.lbShiftGyroXN);
|
|
this.fLPShiftTiltControls.Name = "fLPShiftTiltControls";
|
|
//
|
|
// bnShiftGyroZN
|
|
//
|
|
resources.ApplyResources(this.bnShiftGyroZN, "bnShiftGyroZN");
|
|
this.bnShiftGyroZN.ContextMenuStrip = this.cMSPresets;
|
|
this.bnShiftGyroZN.Name = "bnShiftGyroZN";
|
|
this.bnShiftGyroZN.UseVisualStyleBackColor = true;
|
|
this.bnShiftGyroZN.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
this.bnShiftGyroZN.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.bnShiftGyroZN.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// lbShiftGyroZN
|
|
//
|
|
resources.ApplyResources(this.lbShiftGyroZN, "lbShiftGyroZN");
|
|
this.lbShiftGyroZN.Name = "lbShiftGyroZN";
|
|
//
|
|
// bnShiftGyroZP
|
|
//
|
|
resources.ApplyResources(this.bnShiftGyroZP, "bnShiftGyroZP");
|
|
this.bnShiftGyroZP.ContextMenuStrip = this.cMSPresets;
|
|
this.bnShiftGyroZP.Name = "bnShiftGyroZP";
|
|
this.bnShiftGyroZP.UseVisualStyleBackColor = true;
|
|
this.bnShiftGyroZP.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
this.bnShiftGyroZP.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.bnShiftGyroZP.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// lbShiftGyroZP
|
|
//
|
|
resources.ApplyResources(this.lbShiftGyroZP, "lbShiftGyroZP");
|
|
this.lbShiftGyroZP.Name = "lbShiftGyroZP";
|
|
//
|
|
// bnShiftGyroXP
|
|
//
|
|
resources.ApplyResources(this.bnShiftGyroXP, "bnShiftGyroXP");
|
|
this.bnShiftGyroXP.ContextMenuStrip = this.cMSPresets;
|
|
this.bnShiftGyroXP.Name = "bnShiftGyroXP";
|
|
this.bnShiftGyroXP.UseVisualStyleBackColor = true;
|
|
this.bnShiftGyroXP.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
this.bnShiftGyroXP.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.bnShiftGyroXP.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// lbShiftGyroXP
|
|
//
|
|
resources.ApplyResources(this.lbShiftGyroXP, "lbShiftGyroXP");
|
|
this.lbShiftGyroXP.Name = "lbShiftGyroXP";
|
|
//
|
|
// bnShiftGyroXN
|
|
//
|
|
resources.ApplyResources(this.bnShiftGyroXN, "bnShiftGyroXN");
|
|
this.bnShiftGyroXN.ContextMenuStrip = this.cMSPresets;
|
|
this.bnShiftGyroXN.Name = "bnShiftGyroXN";
|
|
this.bnShiftGyroXN.UseVisualStyleBackColor = true;
|
|
this.bnShiftGyroXN.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
this.bnShiftGyroXN.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.bnShiftGyroXN.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// lbShiftGyroXN
|
|
//
|
|
resources.ApplyResources(this.lbShiftGyroXN, "lbShiftGyroXN");
|
|
this.lbShiftGyroXN.Name = "lbShiftGyroXN";
|
|
//
|
|
// tPControls
|
|
//
|
|
resources.ApplyResources(this.tPControls, "tPControls");
|
|
this.tPControls.BackColor = System.Drawing.SystemColors.WindowFrame;
|
|
this.tPControls.Controls.Add(this.lbControlName);
|
|
this.tPControls.Controls.Add(this.btnR2);
|
|
this.tPControls.Controls.Add(this.btnShare);
|
|
this.tPControls.Controls.Add(this.btnL2);
|
|
this.tPControls.Controls.Add(this.btnOptions);
|
|
this.tPControls.Controls.Add(this.btnCircle);
|
|
this.tPControls.Controls.Add(this.lBControls);
|
|
this.tPControls.Controls.Add(this.btnR1);
|
|
this.tPControls.Controls.Add(this.btnR3);
|
|
this.tPControls.Controls.Add(this.btnRSUp);
|
|
this.tPControls.Controls.Add(this.btnRSLeft);
|
|
this.tPControls.Controls.Add(this.btnL1);
|
|
this.tPControls.Controls.Add(this.btnRSRight);
|
|
this.tPControls.Controls.Add(this.btnRSDown);
|
|
this.tPControls.Controls.Add(this.btnRight);
|
|
this.tPControls.Controls.Add(this.btnUp);
|
|
this.tPControls.Controls.Add(this.btnDown);
|
|
this.tPControls.Controls.Add(this.btnLeft);
|
|
this.tPControls.Controls.Add(this.btnPS);
|
|
this.tPControls.Controls.Add(this.btnL3);
|
|
this.tPControls.Controls.Add(this.btnLSDown);
|
|
this.tPControls.Controls.Add(this.lbControlTip);
|
|
this.tPControls.Controls.Add(this.btnLSRight);
|
|
this.tPControls.Controls.Add(this.btnLSUp);
|
|
this.tPControls.Controls.Add(this.btnLSLeft);
|
|
this.tPControls.Controls.Add(this.btnTriangle);
|
|
this.tPControls.Controls.Add(this.btnCross);
|
|
this.tPControls.Controls.Add(this.btnSquare);
|
|
this.tPControls.Controls.Add(this.pnlController);
|
|
this.tPControls.Controls.Add(this.bnRSDown);
|
|
this.tPControls.Controls.Add(this.bnL3);
|
|
this.tPControls.Controls.Add(this.bnRSUp);
|
|
this.tPControls.Controls.Add(this.bnRSRight);
|
|
this.tPControls.Controls.Add(this.bnR3);
|
|
this.tPControls.Controls.Add(this.bnRSLeft);
|
|
this.tPControls.Controls.Add(this.bnLSLeft);
|
|
this.tPControls.Controls.Add(this.bnLSUp);
|
|
this.tPControls.Controls.Add(this.bnLSRight);
|
|
this.tPControls.Controls.Add(this.bnLSDown);
|
|
this.tPControls.Controls.Add(this.bnCircle);
|
|
this.tPControls.Controls.Add(this.bnCross);
|
|
this.tPControls.Controls.Add(this.bnTouchRight);
|
|
this.tPControls.Controls.Add(this.bnTriangle);
|
|
this.tPControls.Controls.Add(this.bnSquare);
|
|
this.tPControls.Controls.Add(this.bnTouchLeft);
|
|
this.tPControls.Controls.Add(this.bnTouchUpper);
|
|
this.tPControls.Controls.Add(this.bnTouchMulti);
|
|
this.tPControls.Controls.Add(this.bnR2);
|
|
this.tPControls.Controls.Add(this.bnUp);
|
|
this.tPControls.Controls.Add(this.bnDown);
|
|
this.tPControls.Controls.Add(this.bnR1);
|
|
this.tPControls.Controls.Add(this.bnRight);
|
|
this.tPControls.Controls.Add(this.bnLeft);
|
|
this.tPControls.Controls.Add(this.btnLightbar);
|
|
this.tPControls.Controls.Add(this.bnOptions);
|
|
this.tPControls.Controls.Add(this.bnShare);
|
|
this.tPControls.Controls.Add(this.bnL1);
|
|
this.tPControls.Controls.Add(this.bnL2);
|
|
this.tPControls.Controls.Add(this.bnPS);
|
|
this.tPControls.Name = "tPControls";
|
|
//
|
|
// lbControlName
|
|
//
|
|
resources.ApplyResources(this.lbControlName, "lbControlName");
|
|
this.lbControlName.BackColor = System.Drawing.Color.Transparent;
|
|
this.lbControlName.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.lbControlName.Name = "lbControlName";
|
|
this.lbControlName.Click += new System.EventHandler(this.Show_ControlsList);
|
|
//
|
|
// btnR2
|
|
//
|
|
resources.ApplyResources(this.btnR2, "btnR2");
|
|
this.btnR2.BackColor = System.Drawing.Color.Black;
|
|
this.btnR2.ForeColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.btnR2.Name = "btnR2";
|
|
this.btnR2.UseVisualStyleBackColor = false;
|
|
this.btnR2.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnR2.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnR2.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// btnShare
|
|
//
|
|
resources.ApplyResources(this.btnShare, "btnShare");
|
|
this.btnShare.BackColor = System.Drawing.Color.DimGray;
|
|
this.btnShare.ForeColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.btnShare.Name = "btnShare";
|
|
this.btnShare.UseVisualStyleBackColor = false;
|
|
this.btnShare.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnShare.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnShare.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// btnL2
|
|
//
|
|
resources.ApplyResources(this.btnL2, "btnL2");
|
|
this.btnL2.BackColor = System.Drawing.Color.Black;
|
|
this.btnL2.ForeColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.btnL2.Name = "btnL2";
|
|
this.btnL2.UseVisualStyleBackColor = false;
|
|
this.btnL2.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnL2.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnL2.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// btnOptions
|
|
//
|
|
resources.ApplyResources(this.btnOptions, "btnOptions");
|
|
this.btnOptions.BackColor = System.Drawing.Color.DimGray;
|
|
this.btnOptions.ForeColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.btnOptions.Name = "btnOptions";
|
|
this.btnOptions.UseVisualStyleBackColor = false;
|
|
this.btnOptions.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnOptions.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnOptions.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// btnCircle
|
|
//
|
|
resources.ApplyResources(this.btnCircle, "btnCircle");
|
|
this.btnCircle.BackColor = System.Drawing.Color.Black;
|
|
this.btnCircle.ContextMenuStrip = this.cMSPresets;
|
|
this.btnCircle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(131)))), ((int)(((byte)(150)))));
|
|
this.btnCircle.Name = "btnCircle";
|
|
this.btnCircle.UseVisualStyleBackColor = false;
|
|
this.btnCircle.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnCircle.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnCircle.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// lBControls
|
|
//
|
|
resources.ApplyResources(this.lBControls, "lBControls");
|
|
this.lBControls.FormattingEnabled = true;
|
|
this.lBControls.Items.AddRange(new object[] {
|
|
resources.GetString("lBControls.Items"),
|
|
resources.GetString("lBControls.Items1"),
|
|
resources.GetString("lBControls.Items2"),
|
|
resources.GetString("lBControls.Items3"),
|
|
resources.GetString("lBControls.Items4"),
|
|
resources.GetString("lBControls.Items5"),
|
|
resources.GetString("lBControls.Items6"),
|
|
resources.GetString("lBControls.Items7"),
|
|
resources.GetString("lBControls.Items8"),
|
|
resources.GetString("lBControls.Items9"),
|
|
resources.GetString("lBControls.Items10"),
|
|
resources.GetString("lBControls.Items11"),
|
|
resources.GetString("lBControls.Items12"),
|
|
resources.GetString("lBControls.Items13"),
|
|
resources.GetString("lBControls.Items14"),
|
|
resources.GetString("lBControls.Items15"),
|
|
resources.GetString("lBControls.Items16"),
|
|
resources.GetString("lBControls.Items17"),
|
|
resources.GetString("lBControls.Items18"),
|
|
resources.GetString("lBControls.Items19"),
|
|
resources.GetString("lBControls.Items20"),
|
|
resources.GetString("lBControls.Items21"),
|
|
resources.GetString("lBControls.Items22"),
|
|
resources.GetString("lBControls.Items23"),
|
|
resources.GetString("lBControls.Items24"),
|
|
resources.GetString("lBControls.Items25"),
|
|
resources.GetString("lBControls.Items26"),
|
|
resources.GetString("lBControls.Items27"),
|
|
resources.GetString("lBControls.Items28"),
|
|
resources.GetString("lBControls.Items29"),
|
|
resources.GetString("lBControls.Items30"),
|
|
resources.GetString("lBControls.Items31"),
|
|
resources.GetString("lBControls.Items32")});
|
|
this.lBControls.Name = "lBControls";
|
|
this.lBControls.SelectedIndexChanged += new System.EventHandler(this.lBControls_SelectedIndexChanged);
|
|
this.lBControls.DoubleClick += new System.EventHandler(this.Show_ControlsList);
|
|
this.lBControls.KeyDown += new System.Windows.Forms.KeyEventHandler(this.List_KeyDown);
|
|
//
|
|
// btnR1
|
|
//
|
|
resources.ApplyResources(this.btnR1, "btnR1");
|
|
this.btnR1.BackColor = System.Drawing.Color.Black;
|
|
this.btnR1.ForeColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.btnR1.Name = "btnR1";
|
|
this.btnR1.UseVisualStyleBackColor = false;
|
|
this.btnR1.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnR1.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnR1.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// btnR3
|
|
//
|
|
resources.ApplyResources(this.btnR3, "btnR3");
|
|
this.btnR3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(48)))), ((int)(((byte)(50)))));
|
|
this.btnR3.ForeColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.btnR3.Name = "btnR3";
|
|
this.btnR3.UseVisualStyleBackColor = false;
|
|
this.btnR3.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnR3.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnR3.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// btnRSUp
|
|
//
|
|
resources.ApplyResources(this.btnRSUp, "btnRSUp");
|
|
this.btnRSUp.BackColor = System.Drawing.Color.DimGray;
|
|
this.btnRSUp.ContextMenuStrip = this.cMSPresets;
|
|
this.btnRSUp.ForeColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.btnRSUp.Image = global::DS4Windows.Properties.Resources.RSU;
|
|
this.btnRSUp.Name = "btnRSUp";
|
|
this.btnRSUp.UseVisualStyleBackColor = false;
|
|
this.btnRSUp.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnRSUp.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnRSUp.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// btnRSLeft
|
|
//
|
|
resources.ApplyResources(this.btnRSLeft, "btnRSLeft");
|
|
this.btnRSLeft.BackColor = System.Drawing.Color.DimGray;
|
|
this.btnRSLeft.ContextMenuStrip = this.cMSPresets;
|
|
this.btnRSLeft.ForeColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.btnRSLeft.Image = global::DS4Windows.Properties.Resources.RSL;
|
|
this.btnRSLeft.Name = "btnRSLeft";
|
|
this.btnRSLeft.UseVisualStyleBackColor = false;
|
|
this.btnRSLeft.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnRSLeft.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnRSLeft.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// btnL1
|
|
//
|
|
resources.ApplyResources(this.btnL1, "btnL1");
|
|
this.btnL1.BackColor = System.Drawing.Color.Black;
|
|
this.btnL1.ForeColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.btnL1.Name = "btnL1";
|
|
this.btnL1.UseVisualStyleBackColor = false;
|
|
this.btnL1.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnL1.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnL1.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// btnRSRight
|
|
//
|
|
resources.ApplyResources(this.btnRSRight, "btnRSRight");
|
|
this.btnRSRight.BackColor = System.Drawing.Color.DimGray;
|
|
this.btnRSRight.ContextMenuStrip = this.cMSPresets;
|
|
this.btnRSRight.ForeColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.btnRSRight.Image = global::DS4Windows.Properties.Resources.RSR;
|
|
this.btnRSRight.Name = "btnRSRight";
|
|
this.btnRSRight.UseVisualStyleBackColor = false;
|
|
this.btnRSRight.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnRSRight.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnRSRight.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// btnRSDown
|
|
//
|
|
resources.ApplyResources(this.btnRSDown, "btnRSDown");
|
|
this.btnRSDown.BackColor = System.Drawing.Color.DimGray;
|
|
this.btnRSDown.ContextMenuStrip = this.cMSPresets;
|
|
this.btnRSDown.ForeColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.btnRSDown.Image = global::DS4Windows.Properties.Resources.RSD;
|
|
this.btnRSDown.Name = "btnRSDown";
|
|
this.btnRSDown.UseVisualStyleBackColor = false;
|
|
this.btnRSDown.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnRSDown.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnRSDown.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// btnRight
|
|
//
|
|
resources.ApplyResources(this.btnRight, "btnRight");
|
|
this.btnRight.BackColor = System.Drawing.Color.Black;
|
|
this.btnRight.ContextMenuStrip = this.cMSPresets;
|
|
this.btnRight.ForeColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.btnRight.Name = "btnRight";
|
|
this.btnRight.UseVisualStyleBackColor = false;
|
|
this.btnRight.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnRight.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnRight.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// btnUp
|
|
//
|
|
resources.ApplyResources(this.btnUp, "btnUp");
|
|
this.btnUp.BackColor = System.Drawing.Color.Black;
|
|
this.btnUp.ContextMenuStrip = this.cMSPresets;
|
|
this.btnUp.ForeColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.btnUp.Name = "btnUp";
|
|
this.btnUp.UseVisualStyleBackColor = false;
|
|
this.btnUp.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnUp.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnUp.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// btnDown
|
|
//
|
|
resources.ApplyResources(this.btnDown, "btnDown");
|
|
this.btnDown.BackColor = System.Drawing.Color.Black;
|
|
this.btnDown.ContextMenuStrip = this.cMSPresets;
|
|
this.btnDown.ForeColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.btnDown.Name = "btnDown";
|
|
this.btnDown.UseVisualStyleBackColor = false;
|
|
this.btnDown.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnDown.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnDown.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// btnLeft
|
|
//
|
|
resources.ApplyResources(this.btnLeft, "btnLeft");
|
|
this.btnLeft.BackColor = System.Drawing.Color.Black;
|
|
this.btnLeft.ContextMenuStrip = this.cMSPresets;
|
|
this.btnLeft.ForeColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.btnLeft.Name = "btnLeft";
|
|
this.btnLeft.UseVisualStyleBackColor = false;
|
|
this.btnLeft.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnLeft.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnLeft.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// btnPS
|
|
//
|
|
resources.ApplyResources(this.btnPS, "btnPS");
|
|
this.btnPS.BackColor = System.Drawing.Color.Black;
|
|
this.btnPS.ForeColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.btnPS.Name = "btnPS";
|
|
this.btnPS.UseVisualStyleBackColor = false;
|
|
this.btnPS.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnPS.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnPS.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// btnL3
|
|
//
|
|
resources.ApplyResources(this.btnL3, "btnL3");
|
|
this.btnL3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(48)))), ((int)(((byte)(50)))));
|
|
this.btnL3.ForeColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.btnL3.Name = "btnL3";
|
|
this.btnL3.UseVisualStyleBackColor = false;
|
|
this.btnL3.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnL3.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// btnLSDown
|
|
//
|
|
resources.ApplyResources(this.btnLSDown, "btnLSDown");
|
|
this.btnLSDown.BackColor = System.Drawing.Color.DimGray;
|
|
this.btnLSDown.ContextMenuStrip = this.cMSPresets;
|
|
this.btnLSDown.ForeColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.btnLSDown.Image = global::DS4Windows.Properties.Resources.LSD;
|
|
this.btnLSDown.Name = "btnLSDown";
|
|
this.btnLSDown.UseVisualStyleBackColor = false;
|
|
this.btnLSDown.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnLSDown.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnLSDown.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// lbControlTip
|
|
//
|
|
resources.ApplyResources(this.lbControlTip, "lbControlTip");
|
|
this.lbControlTip.BackColor = System.Drawing.Color.Transparent;
|
|
this.lbControlTip.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.lbControlTip.Name = "lbControlTip";
|
|
//
|
|
// btnLSRight
|
|
//
|
|
resources.ApplyResources(this.btnLSRight, "btnLSRight");
|
|
this.btnLSRight.BackColor = System.Drawing.Color.DimGray;
|
|
this.btnLSRight.ContextMenuStrip = this.cMSPresets;
|
|
this.btnLSRight.ForeColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.btnLSRight.Image = global::DS4Windows.Properties.Resources.LSR;
|
|
this.btnLSRight.Name = "btnLSRight";
|
|
this.btnLSRight.UseVisualStyleBackColor = false;
|
|
this.btnLSRight.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnLSRight.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnLSRight.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// btnLSUp
|
|
//
|
|
resources.ApplyResources(this.btnLSUp, "btnLSUp");
|
|
this.btnLSUp.BackColor = System.Drawing.Color.DimGray;
|
|
this.btnLSUp.ContextMenuStrip = this.cMSPresets;
|
|
this.btnLSUp.ForeColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.btnLSUp.Image = global::DS4Windows.Properties.Resources.LSU;
|
|
this.btnLSUp.Name = "btnLSUp";
|
|
this.btnLSUp.UseVisualStyleBackColor = false;
|
|
this.btnLSUp.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnLSUp.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnLSUp.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// btnLSLeft
|
|
//
|
|
resources.ApplyResources(this.btnLSLeft, "btnLSLeft");
|
|
this.btnLSLeft.BackColor = System.Drawing.Color.DimGray;
|
|
this.btnLSLeft.ContextMenuStrip = this.cMSPresets;
|
|
this.btnLSLeft.ForeColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.btnLSLeft.Image = global::DS4Windows.Properties.Resources.LSL;
|
|
this.btnLSLeft.Name = "btnLSLeft";
|
|
this.btnLSLeft.UseVisualStyleBackColor = false;
|
|
this.btnLSLeft.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnLSLeft.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnLSLeft.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// btnTriangle
|
|
//
|
|
resources.ApplyResources(this.btnTriangle, "btnTriangle");
|
|
this.btnTriangle.BackColor = System.Drawing.Color.Black;
|
|
this.btnTriangle.ContextMenuStrip = this.cMSPresets;
|
|
this.btnTriangle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(194)))), ((int)(((byte)(202)))));
|
|
this.btnTriangle.Name = "btnTriangle";
|
|
this.btnTriangle.UseVisualStyleBackColor = false;
|
|
this.btnTriangle.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnTriangle.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnTriangle.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// btnCross
|
|
//
|
|
resources.ApplyResources(this.btnCross, "btnCross");
|
|
this.btnCross.BackColor = System.Drawing.Color.Black;
|
|
this.btnCross.ContextMenuStrip = this.cMSPresets;
|
|
this.btnCross.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(205)))), ((int)(((byte)(204)))));
|
|
this.btnCross.Name = "btnCross";
|
|
this.btnCross.UseVisualStyleBackColor = false;
|
|
this.btnCross.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnCross.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnCross.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// btnSquare
|
|
//
|
|
resources.ApplyResources(this.btnSquare, "btnSquare");
|
|
this.btnSquare.BackColor = System.Drawing.Color.Black;
|
|
this.btnSquare.ContextMenuStrip = this.cMSPresets;
|
|
this.btnSquare.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(170)))), ((int)(((byte)(217)))));
|
|
this.btnSquare.Name = "btnSquare";
|
|
this.btnSquare.UseVisualStyleBackColor = false;
|
|
this.btnSquare.Click += new System.EventHandler(this.Show_ControlsBtn);
|
|
this.btnSquare.MouseLeave += new System.EventHandler(this.button_MouseLeave);
|
|
this.btnSquare.MouseHover += new System.EventHandler(this.button_MouseHoverB);
|
|
//
|
|
// pnlController
|
|
//
|
|
resources.ApplyResources(this.pnlController, "pnlController");
|
|
this.pnlController.BackColor = System.Drawing.Color.Transparent;
|
|
this.pnlController.BackgroundImage = global::DS4Windows.Properties.Resources.DS4_Config;
|
|
this.pnlController.Controls.Add(this.lbLRS);
|
|
this.pnlController.Controls.Add(this.lbLLS);
|
|
this.pnlController.Controls.Add(this.lbLTouchUpper);
|
|
this.pnlController.Controls.Add(this.lbLTouchRight);
|
|
this.pnlController.Controls.Add(this.lbLTouchLM);
|
|
this.pnlController.Controls.Add(this.lbLR2);
|
|
this.pnlController.Controls.Add(this.lbLL2);
|
|
this.pnlController.Controls.Add(this.lbLR1);
|
|
this.pnlController.Controls.Add(this.lbLL1);
|
|
this.pnlController.Controls.Add(this.lbLPS);
|
|
this.pnlController.Controls.Add(this.lbLLeft);
|
|
this.pnlController.Controls.Add(this.lbLright);
|
|
this.pnlController.Controls.Add(this.lbLDown);
|
|
this.pnlController.Controls.Add(this.lbLUp);
|
|
this.pnlController.Controls.Add(this.lbLShare);
|
|
this.pnlController.Controls.Add(this.lbLOptions);
|
|
this.pnlController.Controls.Add(this.lbLTriangle);
|
|
this.pnlController.Controls.Add(this.lbLSquare);
|
|
this.pnlController.Controls.Add(this.lbLCircle);
|
|
this.pnlController.Controls.Add(this.lbLCross);
|
|
this.pnlController.Controls.Add(this.pBHoveredButton);
|
|
this.pnlController.Controls.Add(this.pBLightbar);
|
|
this.pnlController.Name = "pnlController";
|
|
//
|
|
// lbLRS
|
|
//
|
|
resources.ApplyResources(this.lbLRS, "lbLRS");
|
|
this.lbLRS.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.lbLRS.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.lbLRS.Name = "lbLRS";
|
|
//
|
|
// lbLLS
|
|
//
|
|
resources.ApplyResources(this.lbLLS, "lbLLS");
|
|
this.lbLLS.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.lbLLS.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.lbLLS.Name = "lbLLS";
|
|
//
|
|
// lbLTouchUpper
|
|
//
|
|
resources.ApplyResources(this.lbLTouchUpper, "lbLTouchUpper");
|
|
this.lbLTouchUpper.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.lbLTouchUpper.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.lbLTouchUpper.Name = "lbLTouchUpper";
|
|
//
|
|
// lbLTouchRight
|
|
//
|
|
resources.ApplyResources(this.lbLTouchRight, "lbLTouchRight");
|
|
this.lbLTouchRight.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.lbLTouchRight.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.lbLTouchRight.Name = "lbLTouchRight";
|
|
//
|
|
// lbLTouchLM
|
|
//
|
|
resources.ApplyResources(this.lbLTouchLM, "lbLTouchLM");
|
|
this.lbLTouchLM.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.lbLTouchLM.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.lbLTouchLM.Name = "lbLTouchLM";
|
|
//
|
|
// lbLR2
|
|
//
|
|
resources.ApplyResources(this.lbLR2, "lbLR2");
|
|
this.lbLR2.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.lbLR2.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.lbLR2.Name = "lbLR2";
|
|
//
|
|
// lbLL2
|
|
//
|
|
resources.ApplyResources(this.lbLL2, "lbLL2");
|
|
this.lbLL2.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.lbLL2.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.lbLL2.Name = "lbLL2";
|
|
//
|
|
// lbLR1
|
|
//
|
|
resources.ApplyResources(this.lbLR1, "lbLR1");
|
|
this.lbLR1.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.lbLR1.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.lbLR1.Name = "lbLR1";
|
|
//
|
|
// lbLL1
|
|
//
|
|
resources.ApplyResources(this.lbLL1, "lbLL1");
|
|
this.lbLL1.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.lbLL1.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.lbLL1.Name = "lbLL1";
|
|
//
|
|
// lbLPS
|
|
//
|
|
resources.ApplyResources(this.lbLPS, "lbLPS");
|
|
this.lbLPS.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.lbLPS.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.lbLPS.Name = "lbLPS";
|
|
//
|
|
// lbLLeft
|
|
//
|
|
resources.ApplyResources(this.lbLLeft, "lbLLeft");
|
|
this.lbLLeft.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.lbLLeft.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.lbLLeft.Name = "lbLLeft";
|
|
//
|
|
// lbLright
|
|
//
|
|
resources.ApplyResources(this.lbLright, "lbLright");
|
|
this.lbLright.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.lbLright.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.lbLright.Name = "lbLright";
|
|
//
|
|
// lbLDown
|
|
//
|
|
resources.ApplyResources(this.lbLDown, "lbLDown");
|
|
this.lbLDown.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.lbLDown.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.lbLDown.Name = "lbLDown";
|
|
//
|
|
// lbLUp
|
|
//
|
|
resources.ApplyResources(this.lbLUp, "lbLUp");
|
|
this.lbLUp.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.lbLUp.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.lbLUp.Name = "lbLUp";
|
|
//
|
|
// lbLShare
|
|
//
|
|
resources.ApplyResources(this.lbLShare, "lbLShare");
|
|
this.lbLShare.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.lbLShare.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.lbLShare.Name = "lbLShare";
|
|
//
|
|
// lbLOptions
|
|
//
|
|
resources.ApplyResources(this.lbLOptions, "lbLOptions");
|
|
this.lbLOptions.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.lbLOptions.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.lbLOptions.Name = "lbLOptions";
|
|
//
|
|
// lbLTriangle
|
|
//
|
|
resources.ApplyResources(this.lbLTriangle, "lbLTriangle");
|
|
this.lbLTriangle.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.lbLTriangle.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.lbLTriangle.Name = "lbLTriangle";
|
|
//
|
|
// lbLSquare
|
|
//
|
|
resources.ApplyResources(this.lbLSquare, "lbLSquare");
|
|
this.lbLSquare.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.lbLSquare.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.lbLSquare.Name = "lbLSquare";
|
|
//
|
|
// lbLCircle
|
|
//
|
|
resources.ApplyResources(this.lbLCircle, "lbLCircle");
|
|
this.lbLCircle.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.lbLCircle.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.lbLCircle.Name = "lbLCircle";
|
|
//
|
|
// lbLCross
|
|
//
|
|
resources.ApplyResources(this.lbLCross, "lbLCross");
|
|
this.lbLCross.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.lbLCross.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.lbLCross.Name = "lbLCross";
|
|
//
|
|
// pBHoveredButton
|
|
//
|
|
resources.ApplyResources(this.pBHoveredButton, "pBHoveredButton");
|
|
this.pBHoveredButton.Image = global::DS4Windows.Properties.Resources.DS4_Config_RS;
|
|
this.pBHoveredButton.Name = "pBHoveredButton";
|
|
this.pBHoveredButton.TabStop = false;
|
|
//
|
|
// pBLightbar
|
|
//
|
|
resources.ApplyResources(this.pBLightbar, "pBLightbar");
|
|
this.pBLightbar.BackColor = System.Drawing.Color.Transparent;
|
|
this.pBLightbar.Image = global::DS4Windows.Properties.Resources.DS4_lightbar;
|
|
this.pBLightbar.Name = "pBLightbar";
|
|
this.pBLightbar.TabStop = false;
|
|
//
|
|
// bnRSDown
|
|
//
|
|
resources.ApplyResources(this.bnRSDown, "bnRSDown");
|
|
this.bnRSDown.BackColor = System.Drawing.Color.Transparent;
|
|
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.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnRSDown.Name = "bnRSDown";
|
|
this.bnRSDown.UseVisualStyleBackColor = false;
|
|
this.bnRSDown.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
//
|
|
// bnL3
|
|
//
|
|
resources.ApplyResources(this.bnL3, "bnL3");
|
|
this.bnL3.BackColor = System.Drawing.Color.Transparent;
|
|
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.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnL3.Name = "bnL3";
|
|
this.bnL3.UseVisualStyleBackColor = false;
|
|
this.bnL3.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
//
|
|
// bnRSUp
|
|
//
|
|
resources.ApplyResources(this.bnRSUp, "bnRSUp");
|
|
this.bnRSUp.BackColor = System.Drawing.Color.Transparent;
|
|
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.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnRSUp.Name = "bnRSUp";
|
|
this.bnRSUp.UseVisualStyleBackColor = false;
|
|
this.bnRSUp.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
//
|
|
// bnRSRight
|
|
//
|
|
resources.ApplyResources(this.bnRSRight, "bnRSRight");
|
|
this.bnRSRight.BackColor = System.Drawing.Color.Transparent;
|
|
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.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnRSRight.Name = "bnRSRight";
|
|
this.bnRSRight.UseVisualStyleBackColor = false;
|
|
this.bnRSRight.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
//
|
|
// bnR3
|
|
//
|
|
resources.ApplyResources(this.bnR3, "bnR3");
|
|
this.bnR3.BackColor = System.Drawing.Color.Transparent;
|
|
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.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnR3.Name = "bnR3";
|
|
this.bnR3.UseVisualStyleBackColor = false;
|
|
this.bnR3.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
//
|
|
// bnRSLeft
|
|
//
|
|
resources.ApplyResources(this.bnRSLeft, "bnRSLeft");
|
|
this.bnRSLeft.BackColor = System.Drawing.Color.Transparent;
|
|
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.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnRSLeft.Name = "bnRSLeft";
|
|
this.bnRSLeft.UseVisualStyleBackColor = false;
|
|
this.bnRSLeft.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
//
|
|
// bnLSLeft
|
|
//
|
|
resources.ApplyResources(this.bnLSLeft, "bnLSLeft");
|
|
this.bnLSLeft.BackColor = System.Drawing.Color.Transparent;
|
|
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.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnLSLeft.Name = "bnLSLeft";
|
|
this.bnLSLeft.UseVisualStyleBackColor = false;
|
|
this.bnLSLeft.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
//
|
|
// bnLSUp
|
|
//
|
|
resources.ApplyResources(this.bnLSUp, "bnLSUp");
|
|
this.bnLSUp.BackColor = System.Drawing.Color.Transparent;
|
|
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.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnLSUp.Name = "bnLSUp";
|
|
this.bnLSUp.UseVisualStyleBackColor = false;
|
|
this.bnLSUp.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
//
|
|
// bnLSRight
|
|
//
|
|
resources.ApplyResources(this.bnLSRight, "bnLSRight");
|
|
this.bnLSRight.BackColor = System.Drawing.Color.Transparent;
|
|
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.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnLSRight.Name = "bnLSRight";
|
|
this.bnLSRight.UseVisualStyleBackColor = false;
|
|
this.bnLSRight.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
//
|
|
// bnLSDown
|
|
//
|
|
resources.ApplyResources(this.bnLSDown, "bnLSDown");
|
|
this.bnLSDown.BackColor = System.Drawing.Color.Transparent;
|
|
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.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnLSDown.Name = "bnLSDown";
|
|
this.bnLSDown.UseVisualStyleBackColor = false;
|
|
this.bnLSDown.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
//
|
|
// bnCircle
|
|
//
|
|
resources.ApplyResources(this.bnCircle, "bnCircle");
|
|
this.bnCircle.BackColor = System.Drawing.Color.Transparent;
|
|
this.bnCircle.ContextMenuStrip = this.cMSPresets;
|
|
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.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnCircle.Name = "bnCircle";
|
|
this.bnCircle.UseVisualStyleBackColor = false;
|
|
this.bnCircle.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
//
|
|
// bnCross
|
|
//
|
|
resources.ApplyResources(this.bnCross, "bnCross");
|
|
this.bnCross.BackColor = System.Drawing.Color.Transparent;
|
|
this.bnCross.ContextMenuStrip = this.cMSPresets;
|
|
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.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnCross.Name = "bnCross";
|
|
this.bnCross.UseVisualStyleBackColor = false;
|
|
this.bnCross.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
//
|
|
// bnTouchRight
|
|
//
|
|
resources.ApplyResources(this.bnTouchRight, "bnTouchRight");
|
|
this.bnTouchRight.BackColor = System.Drawing.Color.Transparent;
|
|
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.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnTouchRight.Name = "bnTouchRight";
|
|
this.bnTouchRight.UseVisualStyleBackColor = false;
|
|
this.bnTouchRight.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
//
|
|
// bnTriangle
|
|
//
|
|
resources.ApplyResources(this.bnTriangle, "bnTriangle");
|
|
this.bnTriangle.BackColor = System.Drawing.Color.Transparent;
|
|
this.bnTriangle.ContextMenuStrip = this.cMSPresets;
|
|
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.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnTriangle.Name = "bnTriangle";
|
|
this.bnTriangle.UseVisualStyleBackColor = false;
|
|
this.bnTriangle.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
//
|
|
// bnSquare
|
|
//
|
|
resources.ApplyResources(this.bnSquare, "bnSquare");
|
|
this.bnSquare.BackColor = System.Drawing.Color.Transparent;
|
|
this.bnSquare.ContextMenuStrip = this.cMSPresets;
|
|
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.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnSquare.Name = "bnSquare";
|
|
this.bnSquare.UseVisualStyleBackColor = false;
|
|
this.bnSquare.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
//
|
|
// bnTouchLeft
|
|
//
|
|
resources.ApplyResources(this.bnTouchLeft, "bnTouchLeft");
|
|
this.bnTouchLeft.BackColor = System.Drawing.Color.Transparent;
|
|
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.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnTouchLeft.Name = "bnTouchLeft";
|
|
this.bnTouchLeft.UseVisualStyleBackColor = false;
|
|
this.bnTouchLeft.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
//
|
|
// bnTouchUpper
|
|
//
|
|
resources.ApplyResources(this.bnTouchUpper, "bnTouchUpper");
|
|
this.bnTouchUpper.BackColor = System.Drawing.Color.Transparent;
|
|
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.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnTouchUpper.Name = "bnTouchUpper";
|
|
this.bnTouchUpper.UseVisualStyleBackColor = false;
|
|
this.bnTouchUpper.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
//
|
|
// bnTouchMulti
|
|
//
|
|
resources.ApplyResources(this.bnTouchMulti, "bnTouchMulti");
|
|
this.bnTouchMulti.BackColor = System.Drawing.Color.Transparent;
|
|
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.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnTouchMulti.Name = "bnTouchMulti";
|
|
this.bnTouchMulti.UseVisualStyleBackColor = false;
|
|
this.bnTouchMulti.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
//
|
|
// bnR2
|
|
//
|
|
resources.ApplyResources(this.bnR2, "bnR2");
|
|
this.bnR2.BackColor = System.Drawing.Color.Transparent;
|
|
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.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnR2.Name = "bnR2";
|
|
this.bnR2.UseVisualStyleBackColor = false;
|
|
this.bnR2.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
//
|
|
// bnUp
|
|
//
|
|
resources.ApplyResources(this.bnUp, "bnUp");
|
|
this.bnUp.BackColor = System.Drawing.Color.Transparent;
|
|
this.bnUp.ContextMenuStrip = this.cMSPresets;
|
|
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.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnUp.Name = "bnUp";
|
|
this.bnUp.UseVisualStyleBackColor = false;
|
|
this.bnUp.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
//
|
|
// bnDown
|
|
//
|
|
resources.ApplyResources(this.bnDown, "bnDown");
|
|
this.bnDown.BackColor = System.Drawing.Color.Transparent;
|
|
this.bnDown.ContextMenuStrip = this.cMSPresets;
|
|
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.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnDown.Name = "bnDown";
|
|
this.bnDown.UseVisualStyleBackColor = false;
|
|
this.bnDown.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
//
|
|
// bnR1
|
|
//
|
|
resources.ApplyResources(this.bnR1, "bnR1");
|
|
this.bnR1.BackColor = System.Drawing.Color.Transparent;
|
|
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.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnR1.Name = "bnR1";
|
|
this.bnR1.UseVisualStyleBackColor = false;
|
|
this.bnR1.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
//
|
|
// bnRight
|
|
//
|
|
resources.ApplyResources(this.bnRight, "bnRight");
|
|
this.bnRight.BackColor = System.Drawing.Color.Transparent;
|
|
this.bnRight.ContextMenuStrip = this.cMSPresets;
|
|
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.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnRight.Name = "bnRight";
|
|
this.bnRight.UseVisualStyleBackColor = false;
|
|
this.bnRight.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
//
|
|
// bnLeft
|
|
//
|
|
resources.ApplyResources(this.bnLeft, "bnLeft");
|
|
this.bnLeft.BackColor = System.Drawing.Color.Transparent;
|
|
this.bnLeft.ContextMenuStrip = this.cMSPresets;
|
|
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.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnLeft.Name = "bnLeft";
|
|
this.bnLeft.UseVisualStyleBackColor = false;
|
|
this.bnLeft.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
//
|
|
// btnLightbar
|
|
//
|
|
resources.ApplyResources(this.btnLightbar, "btnLightbar");
|
|
this.btnLightbar.BackColor = System.Drawing.Color.Transparent;
|
|
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.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.btnLightbar.Name = "btnLightbar";
|
|
this.btnLightbar.UseVisualStyleBackColor = false;
|
|
this.btnLightbar.Click += new System.EventHandler(this.btnLightbar_Click);
|
|
//
|
|
// bnOptions
|
|
//
|
|
resources.ApplyResources(this.bnOptions, "bnOptions");
|
|
this.bnOptions.BackColor = System.Drawing.Color.Transparent;
|
|
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.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnOptions.Name = "bnOptions";
|
|
this.bnOptions.UseVisualStyleBackColor = false;
|
|
this.bnOptions.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
//
|
|
// bnShare
|
|
//
|
|
resources.ApplyResources(this.bnShare, "bnShare");
|
|
this.bnShare.BackColor = System.Drawing.Color.Transparent;
|
|
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.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnShare.Name = "bnShare";
|
|
this.bnShare.UseVisualStyleBackColor = false;
|
|
this.bnShare.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
//
|
|
// bnL1
|
|
//
|
|
resources.ApplyResources(this.bnL1, "bnL1");
|
|
this.bnL1.BackColor = System.Drawing.Color.Transparent;
|
|
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.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnL1.Name = "bnL1";
|
|
this.bnL1.UseVisualStyleBackColor = false;
|
|
this.bnL1.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
//
|
|
// bnL2
|
|
//
|
|
resources.ApplyResources(this.bnL2, "bnL2");
|
|
this.bnL2.BackColor = System.Drawing.Color.Transparent;
|
|
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.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnL2.Name = "bnL2";
|
|
this.bnL2.UseVisualStyleBackColor = false;
|
|
this.bnL2.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
//
|
|
// bnPS
|
|
//
|
|
resources.ApplyResources(this.bnPS, "bnPS");
|
|
this.bnPS.BackColor = System.Drawing.Color.Transparent;
|
|
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.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.bnPS.Name = "bnPS";
|
|
this.bnPS.UseVisualStyleBackColor = false;
|
|
this.bnPS.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
//
|
|
// fLPTiltControls
|
|
//
|
|
resources.ApplyResources(this.fLPTiltControls, "fLPTiltControls");
|
|
this.fLPTiltControls.Controls.Add(this.bnGyroZN);
|
|
this.fLPTiltControls.Controls.Add(this.lbGyroZN);
|
|
this.fLPTiltControls.Controls.Add(this.bnGyroZP);
|
|
this.fLPTiltControls.Controls.Add(this.lbGyroZP);
|
|
this.fLPTiltControls.Controls.Add(this.bnGyroXP);
|
|
this.fLPTiltControls.Controls.Add(this.lbGyroXP);
|
|
this.fLPTiltControls.Controls.Add(this.bnGyroXN);
|
|
this.fLPTiltControls.Controls.Add(this.lbGyroXN);
|
|
this.fLPTiltControls.Name = "fLPTiltControls";
|
|
//
|
|
// bnGyroZN
|
|
//
|
|
resources.ApplyResources(this.bnGyroZN, "bnGyroZN");
|
|
this.bnGyroZN.ContextMenuStrip = this.cMSPresets;
|
|
this.bnGyroZN.Name = "bnGyroZN";
|
|
this.bnGyroZN.UseVisualStyleBackColor = true;
|
|
this.bnGyroZN.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
//
|
|
// lbGyroZN
|
|
//
|
|
resources.ApplyResources(this.lbGyroZN, "lbGyroZN");
|
|
this.lbGyroZN.Name = "lbGyroZN";
|
|
//
|
|
// bnGyroZP
|
|
//
|
|
resources.ApplyResources(this.bnGyroZP, "bnGyroZP");
|
|
this.bnGyroZP.ContextMenuStrip = this.cMSPresets;
|
|
this.bnGyroZP.Name = "bnGyroZP";
|
|
this.bnGyroZP.UseVisualStyleBackColor = true;
|
|
this.bnGyroZP.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
//
|
|
// lbGyroZP
|
|
//
|
|
resources.ApplyResources(this.lbGyroZP, "lbGyroZP");
|
|
this.lbGyroZP.Name = "lbGyroZP";
|
|
//
|
|
// bnGyroXP
|
|
//
|
|
resources.ApplyResources(this.bnGyroXP, "bnGyroXP");
|
|
this.bnGyroXP.ContextMenuStrip = this.cMSPresets;
|
|
this.bnGyroXP.Name = "bnGyroXP";
|
|
this.bnGyroXP.UseVisualStyleBackColor = true;
|
|
this.bnGyroXP.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
//
|
|
// lbGyroXP
|
|
//
|
|
resources.ApplyResources(this.lbGyroXP, "lbGyroXP");
|
|
this.lbGyroXP.Name = "lbGyroXP";
|
|
//
|
|
// bnGyroXN
|
|
//
|
|
resources.ApplyResources(this.bnGyroXN, "bnGyroXN");
|
|
this.bnGyroXN.ContextMenuStrip = this.cMSPresets;
|
|
this.bnGyroXN.Name = "bnGyroXN";
|
|
this.bnGyroXN.UseVisualStyleBackColor = true;
|
|
this.bnGyroXN.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
//
|
|
// lbGyroXN
|
|
//
|
|
resources.ApplyResources(this.lbGyroXN, "lbGyroXN");
|
|
this.lbGyroXN.Name = "lbGyroXN";
|
|
//
|
|
// pnlShiftController
|
|
//
|
|
resources.ApplyResources(this.pnlShiftController, "pnlShiftController");
|
|
this.pnlShiftController.Controls.Add(this.tPControls);
|
|
this.pnlShiftController.Controls.Add(this.tPShiftMod);
|
|
this.pnlShiftController.Controls.Add(this.tPSpecial);
|
|
this.pnlShiftController.Controls.Add(this.tPController);
|
|
this.pnlShiftController.Name = "pnlShiftController";
|
|
this.pnlShiftController.SelectedIndex = 0;
|
|
this.pnlShiftController.SelectedIndexChanged += new System.EventHandler(this.tabControls_SelectedIndexChanged);
|
|
//
|
|
// tPSpecial
|
|
//
|
|
resources.ApplyResources(this.tPSpecial, "tPSpecial");
|
|
this.tPSpecial.Controls.Add(this.pnlActions);
|
|
this.tPSpecial.Name = "tPSpecial";
|
|
this.tPSpecial.UseVisualStyleBackColor = true;
|
|
//
|
|
// pnlActions
|
|
//
|
|
resources.ApplyResources(this.pnlActions, "pnlActions");
|
|
this.pnlActions.Controls.Add(this.lVActions);
|
|
this.pnlActions.Controls.Add(this.panel2);
|
|
this.pnlActions.Name = "pnlActions";
|
|
//
|
|
// lVActions
|
|
//
|
|
resources.ApplyResources(this.lVActions, "lVActions");
|
|
this.lVActions.CheckBoxes = true;
|
|
this.lVActions.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
this.cHName,
|
|
this.cHTrigger,
|
|
this.cHAction});
|
|
this.lVActions.FullRowSelect = true;
|
|
this.lVActions.HideSelection = false;
|
|
this.lVActions.MultiSelect = false;
|
|
this.lVActions.Name = "lVActions";
|
|
this.lVActions.ShowItemToolTips = true;
|
|
this.lVActions.UseCompatibleStateImageBehavior = false;
|
|
this.lVActions.View = System.Windows.Forms.View.Details;
|
|
this.lVActions.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.lVActions_ItemChecked);
|
|
//
|
|
// cHName
|
|
//
|
|
resources.ApplyResources(this.cHName, "cHName");
|
|
//
|
|
// cHTrigger
|
|
//
|
|
resources.ApplyResources(this.cHTrigger, "cHTrigger");
|
|
//
|
|
// cHAction
|
|
//
|
|
resources.ApplyResources(this.cHAction, "cHAction");
|
|
//
|
|
// panel2
|
|
//
|
|
resources.ApplyResources(this.panel2, "panel2");
|
|
this.panel2.Controls.Add(this.fLPActionButtons);
|
|
this.panel2.Controls.Add(this.lbActionsTip);
|
|
this.panel2.Name = "panel2";
|
|
//
|
|
// fLPActionButtons
|
|
//
|
|
resources.ApplyResources(this.fLPActionButtons, "fLPActionButtons");
|
|
this.fLPActionButtons.Controls.Add(this.btnNewAction);
|
|
this.fLPActionButtons.Controls.Add(this.btnEditAction);
|
|
this.fLPActionButtons.Controls.Add(this.btnRemAction);
|
|
this.fLPActionButtons.Name = "fLPActionButtons";
|
|
//
|
|
// btnNewAction
|
|
//
|
|
resources.ApplyResources(this.btnNewAction, "btnNewAction");
|
|
this.btnNewAction.Name = "btnNewAction";
|
|
this.btnNewAction.UseVisualStyleBackColor = true;
|
|
this.btnNewAction.Click += new System.EventHandler(this.btnAddAction_Click);
|
|
//
|
|
// btnEditAction
|
|
//
|
|
resources.ApplyResources(this.btnEditAction, "btnEditAction");
|
|
this.btnEditAction.Name = "btnEditAction";
|
|
this.btnEditAction.UseVisualStyleBackColor = true;
|
|
this.btnEditAction.Click += new System.EventHandler(this.btnEditAction_Click);
|
|
//
|
|
// btnRemAction
|
|
//
|
|
resources.ApplyResources(this.btnRemAction, "btnRemAction");
|
|
this.btnRemAction.Name = "btnRemAction";
|
|
this.btnRemAction.UseVisualStyleBackColor = true;
|
|
this.btnRemAction.Click += new System.EventHandler(this.btnRemAction_Click);
|
|
//
|
|
// lbActionsTip
|
|
//
|
|
resources.ApplyResources(this.lbActionsTip, "lbActionsTip");
|
|
this.lbActionsTip.Name = "lbActionsTip";
|
|
//
|
|
// tCSens
|
|
//
|
|
resources.ApplyResources(this.tCSens, "tCSens");
|
|
this.tCSens.Controls.Add(this.tPDeadzone);
|
|
this.tCSens.Controls.Add(this.tPCurve);
|
|
this.tCSens.Name = "tCSens";
|
|
this.tCSens.SelectedIndex = 0;
|
|
//
|
|
// tPDeadzone
|
|
//
|
|
resources.ApplyResources(this.tPDeadzone, "tPDeadzone");
|
|
this.tPDeadzone.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.tPDeadzone.Controls.Add(this.lbL2);
|
|
this.tPDeadzone.Controls.Add(this.nUDL2);
|
|
this.tPDeadzone.Controls.Add(this.nUDLS);
|
|
this.tPDeadzone.Controls.Add(this.lbSixaxisX);
|
|
this.tPDeadzone.Controls.Add(this.nUDR2);
|
|
this.tPDeadzone.Controls.Add(this.lbSixaxisZ);
|
|
this.tPDeadzone.Controls.Add(this.nUDRS);
|
|
this.tPDeadzone.Controls.Add(this.lbR2);
|
|
this.tPDeadzone.Controls.Add(this.nUDSX);
|
|
this.tPDeadzone.Controls.Add(this.lbRS);
|
|
this.tPDeadzone.Controls.Add(this.lbLS);
|
|
this.tPDeadzone.Controls.Add(this.nUDSZ);
|
|
this.tPDeadzone.Name = "tPDeadzone";
|
|
//
|
|
// tPCurve
|
|
//
|
|
resources.ApplyResources(this.tPCurve, "tPCurve");
|
|
this.tPCurve.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.tPCurve.Controls.Add(this.nUDLSCurve);
|
|
this.tPCurve.Controls.Add(this.nUDRSCurve);
|
|
this.tPCurve.Controls.Add(this.lbRSCurve);
|
|
this.tPCurve.Controls.Add(this.lbRSCurvePercent);
|
|
this.tPCurve.Controls.Add(this.lbLSCurvePercent);
|
|
this.tPCurve.Controls.Add(this.lbLSCurve);
|
|
this.tPCurve.Name = "tPCurve";
|
|
//
|
|
// nUDLSCurve
|
|
//
|
|
resources.ApplyResources(this.nUDLSCurve, "nUDLSCurve");
|
|
this.nUDLSCurve.Increment = new decimal(new int[] {
|
|
10,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nUDLSCurve.Name = "nUDLSCurve";
|
|
this.nUDLSCurve.ValueChanged += new System.EventHandler(this.nUDLSCurve_ValueChanged);
|
|
//
|
|
// nUDRSCurve
|
|
//
|
|
resources.ApplyResources(this.nUDRSCurve, "nUDRSCurve");
|
|
this.nUDRSCurve.Increment = new decimal(new int[] {
|
|
10,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nUDRSCurve.Name = "nUDRSCurve";
|
|
this.nUDRSCurve.ValueChanged += new System.EventHandler(this.nUDRSCurve_ValueChanged);
|
|
//
|
|
// lbRSCurve
|
|
//
|
|
resources.ApplyResources(this.lbRSCurve, "lbRSCurve");
|
|
this.lbRSCurve.Name = "lbRSCurve";
|
|
//
|
|
// lbRSCurvePercent
|
|
//
|
|
resources.ApplyResources(this.lbRSCurvePercent, "lbRSCurvePercent");
|
|
this.lbRSCurvePercent.Name = "lbRSCurvePercent";
|
|
//
|
|
// lbLSCurvePercent
|
|
//
|
|
resources.ApplyResources(this.lbLSCurvePercent, "lbLSCurvePercent");
|
|
this.lbLSCurvePercent.Name = "lbLSCurvePercent";
|
|
//
|
|
// lbLSCurve
|
|
//
|
|
resources.ApplyResources(this.lbLSCurve, "lbLSCurve");
|
|
this.lbLSCurve.Name = "lbLSCurve";
|
|
//
|
|
// fLPSettings
|
|
//
|
|
resources.ApplyResources(this.fLPSettings, "fLPSettings");
|
|
this.fLPSettings.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.fLPSettings.Controls.Add(this.gBLightbar);
|
|
this.fLPSettings.Controls.Add(this.gBTouchpad);
|
|
this.fLPSettings.Controls.Add(this.gBGyro);
|
|
this.fLPSettings.Controls.Add(this.gBRumble);
|
|
this.fLPSettings.Controls.Add(this.tCSens);
|
|
this.fLPSettings.Controls.Add(this.gBOther);
|
|
this.fLPSettings.Name = "fLPSettings";
|
|
//
|
|
// gBGyro
|
|
//
|
|
resources.ApplyResources(this.gBGyro, "gBGyro");
|
|
this.gBGyro.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.gBGyro.Controls.Add(this.fLPShiftTiltControls);
|
|
this.gBGyro.Controls.Add(this.rBSAControls);
|
|
this.gBGyro.Controls.Add(this.rBSAMouse);
|
|
this.gBGyro.Controls.Add(this.fLPTiltControls);
|
|
this.gBGyro.Controls.Add(this.pnlSAMouse);
|
|
this.gBGyro.Name = "gBGyro";
|
|
this.gBGyro.TabStop = false;
|
|
//
|
|
// rBSAControls
|
|
//
|
|
resources.ApplyResources(this.rBSAControls, "rBSAControls");
|
|
this.rBSAControls.Name = "rBSAControls";
|
|
this.rBSAControls.TabStop = true;
|
|
this.rBSAControls.UseVisualStyleBackColor = true;
|
|
this.rBSAControls.CheckedChanged += new System.EventHandler(this.useSAforMouse_CheckedChanged);
|
|
//
|
|
// rBSAMouse
|
|
//
|
|
resources.ApplyResources(this.rBSAMouse, "rBSAMouse");
|
|
this.rBSAMouse.Name = "rBSAMouse";
|
|
this.rBSAMouse.TabStop = true;
|
|
this.rBSAMouse.UseVisualStyleBackColor = true;
|
|
this.rBSAMouse.CheckedChanged += new System.EventHandler(this.useSAforMouse_CheckedChanged);
|
|
//
|
|
// pnlSAMouse
|
|
//
|
|
resources.ApplyResources(this.pnlSAMouse, "pnlSAMouse");
|
|
this.pnlSAMouse.Controls.Add(this.cBGyroInvertY);
|
|
this.pnlSAMouse.Controls.Add(this.cBGyroInvertX);
|
|
this.pnlSAMouse.Controls.Add(this.lbGyroInvert);
|
|
this.pnlSAMouse.Controls.Add(this.lbGyroTriggers);
|
|
this.pnlSAMouse.Controls.Add(this.btnGyroTriggers);
|
|
this.pnlSAMouse.Controls.Add(this.nUDGyroSensitivity);
|
|
this.pnlSAMouse.Controls.Add(this.lbGyroSens);
|
|
this.pnlSAMouse.Name = "pnlSAMouse";
|
|
//
|
|
// cBGyroInvertY
|
|
//
|
|
resources.ApplyResources(this.cBGyroInvertY, "cBGyroInvertY");
|
|
this.cBGyroInvertY.Name = "cBGyroInvertY";
|
|
this.cBGyroInvertY.UseVisualStyleBackColor = true;
|
|
this.cBGyroInvertY.CheckedChanged += new System.EventHandler(this.cBGyroInvert_CheckChanged);
|
|
//
|
|
// cBGyroInvertX
|
|
//
|
|
resources.ApplyResources(this.cBGyroInvertX, "cBGyroInvertX");
|
|
this.cBGyroInvertX.Name = "cBGyroInvertX";
|
|
this.cBGyroInvertX.UseVisualStyleBackColor = true;
|
|
this.cBGyroInvertX.CheckedChanged += new System.EventHandler(this.cBGyroInvert_CheckChanged);
|
|
//
|
|
// lbGyroInvert
|
|
//
|
|
resources.ApplyResources(this.lbGyroInvert, "lbGyroInvert");
|
|
this.lbGyroInvert.Name = "lbGyroInvert";
|
|
//
|
|
// lbGyroTriggers
|
|
//
|
|
resources.ApplyResources(this.lbGyroTriggers, "lbGyroTriggers");
|
|
this.lbGyroTriggers.Name = "lbGyroTriggers";
|
|
//
|
|
// btnGyroTriggers
|
|
//
|
|
resources.ApplyResources(this.btnGyroTriggers, "btnGyroTriggers");
|
|
this.btnGyroTriggers.Name = "btnGyroTriggers";
|
|
this.btnGyroTriggers.UseVisualStyleBackColor = true;
|
|
this.btnGyroTriggers.Click += new System.EventHandler(this.btnGyroTriggers_Click);
|
|
//
|
|
// nUDGyroSensitivity
|
|
//
|
|
resources.ApplyResources(this.nUDGyroSensitivity, "nUDGyroSensitivity");
|
|
this.nUDGyroSensitivity.Maximum = new decimal(new int[] {
|
|
300,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nUDGyroSensitivity.Name = "nUDGyroSensitivity";
|
|
this.nUDGyroSensitivity.Value = new decimal(new int[] {
|
|
100,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nUDGyroSensitivity.ValueChanged += new System.EventHandler(this.nUDGyroSensitivity_ValueChanged);
|
|
//
|
|
// lbGyroSens
|
|
//
|
|
resources.ApplyResources(this.lbGyroSens, "lbGyroSens");
|
|
this.lbGyroSens.Name = "lbGyroSens";
|
|
//
|
|
// cMGyroTriggers
|
|
//
|
|
resources.ApplyResources(this.cMGyroTriggers, "cMGyroTriggers");
|
|
this.cMGyroTriggers.BackColor = System.Drawing.SystemColors.Control;
|
|
this.cMGyroTriggers.ImageScalingSize = new System.Drawing.Size(20, 20);
|
|
this.cMGyroTriggers.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.crossToolStripMenuItem,
|
|
this.circleToolStripMenuItem,
|
|
this.squareToolStripMenuItem,
|
|
this.triangleToolStripMenuItem,
|
|
this.l1ToolStripMenuItem,
|
|
this.l2ToolStripMenuItem,
|
|
this.r1ToolStripMenuItem,
|
|
this.r2ToolStripMenuItem,
|
|
this.onTouchpadToolStripMenuItem,
|
|
this.downToolStripMenuItem,
|
|
this.leftToolStripMenuItem,
|
|
this.rightToolStripMenuItem,
|
|
this.l3ToolStripMenuItem,
|
|
this.r3ToolStripMenuItem,
|
|
this.fingerOnTouchpadToolStripMenuItem,
|
|
this.fingersOnTouchpadToolStripMenuItem,
|
|
this.optionsToolStripMenuItem,
|
|
this.shareToolStripMenuItem,
|
|
this.pSToolStripMenuItem,
|
|
this.resetToolStripMenuItem});
|
|
this.cMGyroTriggers.Name = "cMGyroTriggers";
|
|
this.cMGyroTriggers.ShowCheckMargin = true;
|
|
this.cMGyroTriggers.ShowImageMargin = false;
|
|
//
|
|
// crossToolStripMenuItem
|
|
//
|
|
resources.ApplyResources(this.crossToolStripMenuItem, "crossToolStripMenuItem");
|
|
this.crossToolStripMenuItem.CheckOnClick = true;
|
|
this.crossToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.crossToolStripMenuItem.Name = "crossToolStripMenuItem";
|
|
this.crossToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
|
|
//
|
|
// circleToolStripMenuItem
|
|
//
|
|
resources.ApplyResources(this.circleToolStripMenuItem, "circleToolStripMenuItem");
|
|
this.circleToolStripMenuItem.CheckOnClick = true;
|
|
this.circleToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.circleToolStripMenuItem.Name = "circleToolStripMenuItem";
|
|
this.circleToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
|
|
//
|
|
// squareToolStripMenuItem
|
|
//
|
|
resources.ApplyResources(this.squareToolStripMenuItem, "squareToolStripMenuItem");
|
|
this.squareToolStripMenuItem.CheckOnClick = true;
|
|
this.squareToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.squareToolStripMenuItem.Name = "squareToolStripMenuItem";
|
|
this.squareToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
|
|
//
|
|
// triangleToolStripMenuItem
|
|
//
|
|
resources.ApplyResources(this.triangleToolStripMenuItem, "triangleToolStripMenuItem");
|
|
this.triangleToolStripMenuItem.CheckOnClick = true;
|
|
this.triangleToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.triangleToolStripMenuItem.Name = "triangleToolStripMenuItem";
|
|
this.triangleToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
|
|
//
|
|
// l1ToolStripMenuItem
|
|
//
|
|
resources.ApplyResources(this.l1ToolStripMenuItem, "l1ToolStripMenuItem");
|
|
this.l1ToolStripMenuItem.CheckOnClick = true;
|
|
this.l1ToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.l1ToolStripMenuItem.Name = "l1ToolStripMenuItem";
|
|
this.l1ToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
|
|
//
|
|
// l2ToolStripMenuItem
|
|
//
|
|
resources.ApplyResources(this.l2ToolStripMenuItem, "l2ToolStripMenuItem");
|
|
this.l2ToolStripMenuItem.CheckOnClick = true;
|
|
this.l2ToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.l2ToolStripMenuItem.Name = "l2ToolStripMenuItem";
|
|
this.l2ToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
|
|
//
|
|
// r1ToolStripMenuItem
|
|
//
|
|
resources.ApplyResources(this.r1ToolStripMenuItem, "r1ToolStripMenuItem");
|
|
this.r1ToolStripMenuItem.CheckOnClick = true;
|
|
this.r1ToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.r1ToolStripMenuItem.Name = "r1ToolStripMenuItem";
|
|
this.r1ToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
|
|
//
|
|
// r2ToolStripMenuItem
|
|
//
|
|
resources.ApplyResources(this.r2ToolStripMenuItem, "r2ToolStripMenuItem");
|
|
this.r2ToolStripMenuItem.CheckOnClick = true;
|
|
this.r2ToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.r2ToolStripMenuItem.Name = "r2ToolStripMenuItem";
|
|
this.r2ToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
|
|
//
|
|
// onTouchpadToolStripMenuItem
|
|
//
|
|
resources.ApplyResources(this.onTouchpadToolStripMenuItem, "onTouchpadToolStripMenuItem");
|
|
this.onTouchpadToolStripMenuItem.CheckOnClick = true;
|
|
this.onTouchpadToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.onTouchpadToolStripMenuItem.Name = "onTouchpadToolStripMenuItem";
|
|
this.onTouchpadToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
|
|
//
|
|
// downToolStripMenuItem
|
|
//
|
|
resources.ApplyResources(this.downToolStripMenuItem, "downToolStripMenuItem");
|
|
this.downToolStripMenuItem.CheckOnClick = true;
|
|
this.downToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.downToolStripMenuItem.Name = "downToolStripMenuItem";
|
|
this.downToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
|
|
//
|
|
// leftToolStripMenuItem
|
|
//
|
|
resources.ApplyResources(this.leftToolStripMenuItem, "leftToolStripMenuItem");
|
|
this.leftToolStripMenuItem.CheckOnClick = true;
|
|
this.leftToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.leftToolStripMenuItem.Name = "leftToolStripMenuItem";
|
|
this.leftToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
|
|
//
|
|
// rightToolStripMenuItem
|
|
//
|
|
resources.ApplyResources(this.rightToolStripMenuItem, "rightToolStripMenuItem");
|
|
this.rightToolStripMenuItem.CheckOnClick = true;
|
|
this.rightToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.rightToolStripMenuItem.Name = "rightToolStripMenuItem";
|
|
this.rightToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
|
|
//
|
|
// l3ToolStripMenuItem
|
|
//
|
|
resources.ApplyResources(this.l3ToolStripMenuItem, "l3ToolStripMenuItem");
|
|
this.l3ToolStripMenuItem.CheckOnClick = true;
|
|
this.l3ToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.l3ToolStripMenuItem.Name = "l3ToolStripMenuItem";
|
|
this.l3ToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
|
|
//
|
|
// r3ToolStripMenuItem
|
|
//
|
|
resources.ApplyResources(this.r3ToolStripMenuItem, "r3ToolStripMenuItem");
|
|
this.r3ToolStripMenuItem.CheckOnClick = true;
|
|
this.r3ToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.r3ToolStripMenuItem.Name = "r3ToolStripMenuItem";
|
|
this.r3ToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
|
|
//
|
|
// fingerOnTouchpadToolStripMenuItem
|
|
//
|
|
resources.ApplyResources(this.fingerOnTouchpadToolStripMenuItem, "fingerOnTouchpadToolStripMenuItem");
|
|
this.fingerOnTouchpadToolStripMenuItem.CheckOnClick = true;
|
|
this.fingerOnTouchpadToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.fingerOnTouchpadToolStripMenuItem.Name = "fingerOnTouchpadToolStripMenuItem";
|
|
this.fingerOnTouchpadToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
|
|
//
|
|
// fingersOnTouchpadToolStripMenuItem
|
|
//
|
|
resources.ApplyResources(this.fingersOnTouchpadToolStripMenuItem, "fingersOnTouchpadToolStripMenuItem");
|
|
this.fingersOnTouchpadToolStripMenuItem.CheckOnClick = true;
|
|
this.fingersOnTouchpadToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.fingersOnTouchpadToolStripMenuItem.Name = "fingersOnTouchpadToolStripMenuItem";
|
|
this.fingersOnTouchpadToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
|
|
//
|
|
// optionsToolStripMenuItem
|
|
//
|
|
resources.ApplyResources(this.optionsToolStripMenuItem, "optionsToolStripMenuItem");
|
|
this.optionsToolStripMenuItem.CheckOnClick = true;
|
|
this.optionsToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
|
|
this.optionsToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
|
|
//
|
|
// shareToolStripMenuItem
|
|
//
|
|
resources.ApplyResources(this.shareToolStripMenuItem, "shareToolStripMenuItem");
|
|
this.shareToolStripMenuItem.CheckOnClick = true;
|
|
this.shareToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.shareToolStripMenuItem.Name = "shareToolStripMenuItem";
|
|
this.shareToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
|
|
//
|
|
// pSToolStripMenuItem
|
|
//
|
|
resources.ApplyResources(this.pSToolStripMenuItem, "pSToolStripMenuItem");
|
|
this.pSToolStripMenuItem.CheckOnClick = true;
|
|
this.pSToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.pSToolStripMenuItem.Name = "pSToolStripMenuItem";
|
|
this.pSToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
|
|
//
|
|
// resetToolStripMenuItem
|
|
//
|
|
resources.ApplyResources(this.resetToolStripMenuItem, "resetToolStripMenuItem");
|
|
this.resetToolStripMenuItem.CheckOnClick = true;
|
|
this.resetToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.resetToolStripMenuItem.Name = "resetToolStripMenuItem";
|
|
this.resetToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
|
|
//
|
|
// advColorDialog
|
|
//
|
|
this.advColorDialog.AnyColor = true;
|
|
this.advColorDialog.Color = System.Drawing.Color.Blue;
|
|
this.advColorDialog.FullOpen = true;
|
|
//
|
|
// Options
|
|
//
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.Controls.Add(this.pnlShiftController);
|
|
this.Controls.Add(this.fLPSettings);
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "Options";
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Options_Closed);
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDRainbow)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pBRainbow)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tBBlueBar)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tBGreenBar)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tBRedBar)).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.nUDRumbleBoost)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tBLowRedBar)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tBLowGreenBar)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tBLowBlueBar)).EndInit();
|
|
this.pnlFull.ResumeLayout(false);
|
|
this.pnlFull.PerformLayout();
|
|
this.pnlLowBattery.ResumeLayout(false);
|
|
this.pnlLowBattery.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.fLPShiftTouch.ResumeLayout(false);
|
|
this.fLPTouch.ResumeLayout(false);
|
|
this.pnlTPMouse.ResumeLayout(false);
|
|
this.pnlTPMouse.PerformLayout();
|
|
this.fLPShiftTouchSwipe.ResumeLayout(false);
|
|
this.cMSPresets.ResumeLayout(false);
|
|
this.fLPTouchSwipe.ResumeLayout(false);
|
|
this.gBOther.ResumeLayout(false);
|
|
this.gBOther.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pBProgram)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDSixaxis)).EndInit();
|
|
this.gBLightbar.ResumeLayout(false);
|
|
this.gBLightbar.PerformLayout();
|
|
this.pnlShift.ResumeLayout(false);
|
|
this.pnlShift.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.tBShiftRedBar)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tBShiftGreenBar)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tBShiftBlueBar)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDRainbowB)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDflashLED)).EndInit();
|
|
this.gBRumble.ResumeLayout(false);
|
|
this.gBRumble.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDSZ)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDSX)).EndInit();
|
|
this.tPController.ResumeLayout(false);
|
|
this.tPController.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pBDelayTracker)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tBR2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tBL2)).EndInit();
|
|
this.pnlSixaxis.ResumeLayout(false);
|
|
this.pnlSixaxis.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.tBsixaxisAccelX)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tBsixaxisGyroX)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tBsixaxisGyroY)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tBsixaxisGyroZ)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tBsixaxisAccelY)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tBsixaxisAccelZ)).EndInit();
|
|
this.tPShiftMod.ResumeLayout(false);
|
|
this.tPShiftMod.PerformLayout();
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pBShiftHoveredButton)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pBShiftLightbar)).EndInit();
|
|
this.fLPShiftTiltControls.ResumeLayout(false);
|
|
this.tPControls.ResumeLayout(false);
|
|
this.pnlController.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pBHoveredButton)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pBLightbar)).EndInit();
|
|
this.fLPTiltControls.ResumeLayout(false);
|
|
this.pnlShiftController.ResumeLayout(false);
|
|
this.tPSpecial.ResumeLayout(false);
|
|
this.pnlActions.ResumeLayout(false);
|
|
this.panel2.ResumeLayout(false);
|
|
this.fLPActionButtons.ResumeLayout(false);
|
|
this.tCSens.ResumeLayout(false);
|
|
this.tPDeadzone.ResumeLayout(false);
|
|
this.tPDeadzone.PerformLayout();
|
|
this.tPCurve.ResumeLayout(false);
|
|
this.tPCurve.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDLSCurve)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDRSCurve)).EndInit();
|
|
this.fLPSettings.ResumeLayout(false);
|
|
this.gBGyro.ResumeLayout(false);
|
|
this.gBGyro.PerformLayout();
|
|
this.pnlSAMouse.ResumeLayout(false);
|
|
this.pnlSAMouse.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDGyroSensitivity)).EndInit();
|
|
this.cMGyroTriggers.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private AdvancedColorDialog advColorDialog;
|
|
//private System.Windows.Forms.TrackBar tBsixaxisGyroX;
|
|
//private System.Windows.Forms.TrackBar tBsixaxisGyroY;
|
|
private System.Windows.Forms.NumericUpDown nUDRainbow;
|
|
private System.Windows.Forms.PictureBox pBRainbow;
|
|
private System.Windows.Forms.Button lowColorChooserButton;
|
|
private System.Windows.Forms.TrackBar tBBlueBar;
|
|
private System.Windows.Forms.TrackBar tBGreenBar;
|
|
private System.Windows.Forms.TrackBar tBRedBar;
|
|
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.CheckBox cBFlushHIDQueue;
|
|
private System.Windows.Forms.NumericUpDown nUDRumbleBoost;
|
|
private System.Windows.Forms.Button btnRumbleHeavyTest;
|
|
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 tBLowRedBar;
|
|
private System.Windows.Forms.TrackBar tBLowGreenBar;
|
|
private System.Windows.Forms.TrackBar tBLowBlueBar;
|
|
private System.Windows.Forms.Label lbEmpty;
|
|
private System.Windows.Forms.Panel pnlLowBattery;
|
|
private System.Windows.Forms.Panel pnlFull;
|
|
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.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 lbWhileCharging;
|
|
private System.Windows.Forms.Button btnChargingColor;
|
|
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.Label lbUseController;
|
|
private System.Windows.Forms.Panel pnlShift;
|
|
private System.Windows.Forms.Label lbShift;
|
|
private System.Windows.Forms.Label lbShiftRed;
|
|
private System.Windows.Forms.Label lbShiftGreen;
|
|
private System.Windows.Forms.Label lbShiftBlue;
|
|
private System.Windows.Forms.TrackBar tBShiftRedBar;
|
|
private System.Windows.Forms.TrackBar tBShiftGreenBar;
|
|
private System.Windows.Forms.TrackBar tBShiftBlueBar;
|
|
private System.Windows.Forms.CheckBox cBShiftLight;
|
|
private System.Windows.Forms.CheckBox cBLaunchProgram;
|
|
private System.Windows.Forms.Button btnBrowse;
|
|
private System.Windows.Forms.OpenFileDialog openFileDialog1;
|
|
private System.Windows.Forms.PictureBox pBProgram;
|
|
private System.Windows.Forms.CheckBox cBDinput;
|
|
private System.Windows.Forms.CheckBox cbStartTouchpadOff;
|
|
private System.Windows.Forms.TabPage tPController;
|
|
private System.Windows.Forms.Panel pnlSixaxis;
|
|
private System.Windows.Forms.TrackBar tBsixaxisAccelX;
|
|
private System.Windows.Forms.Label lb6Accel;
|
|
private System.Windows.Forms.TrackBar tBsixaxisGyroX;
|
|
private System.Windows.Forms.Label lb6Gryo;
|
|
private System.Windows.Forms.TrackBar tBsixaxisGyroY;
|
|
private System.Windows.Forms.TrackBar tBsixaxisGyroZ;
|
|
private System.Windows.Forms.TrackBar tBsixaxisAccelY;
|
|
private System.Windows.Forms.TrackBar tBsixaxisAccelZ;
|
|
private System.Windows.Forms.Label lbL2Track;
|
|
private System.Windows.Forms.PictureBox pBDelayTracker;
|
|
private System.Windows.Forms.Button btnSATrack;
|
|
private System.Windows.Forms.Label lbRSTip;
|
|
private System.Windows.Forms.Label lbInputDelay;
|
|
private System.Windows.Forms.Label lbR2Track;
|
|
private System.Windows.Forms.Label lbLSTip;
|
|
private System.Windows.Forms.Label lbSATip;
|
|
private System.Windows.Forms.Button btnLSTrack;
|
|
private System.Windows.Forms.Label lbRSTrack;
|
|
private System.Windows.Forms.Label lbLSTrack;
|
|
private System.Windows.Forms.TrackBar tBR2;
|
|
private System.Windows.Forms.TrackBar tBL2;
|
|
private System.Windows.Forms.Label lbSATrack;
|
|
private System.Windows.Forms.TabPage tPShiftMod;
|
|
private System.Windows.Forms.FlowLayoutPanel fLPShiftTiltControls;
|
|
private System.Windows.Forms.Button bnShiftGyroZN;
|
|
private System.Windows.Forms.Button bnShiftGyroZP;
|
|
private System.Windows.Forms.Button bnShiftGyroXP;
|
|
private System.Windows.Forms.Button bnShiftGyroXN;
|
|
private System.Windows.Forms.ComboBox cBShiftControl;
|
|
public System.Windows.Forms.ListBox lBShiftControls;
|
|
private System.Windows.Forms.Label lbHold;
|
|
private System.Windows.Forms.Label lbtoUse;
|
|
private System.Windows.Forms.TabPage tPControls;
|
|
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.Button bnTouchUpper;
|
|
private System.Windows.Forms.Button bnTouchLeft;
|
|
private System.Windows.Forms.Button bnTouchRight;
|
|
private System.Windows.Forms.Button bnTouchMulti;
|
|
private System.Windows.Forms.Button bnR1;
|
|
private System.Windows.Forms.Button bnCross;
|
|
private System.Windows.Forms.Button bnCircle;
|
|
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 bnDown;
|
|
private System.Windows.Forms.Button bnRight;
|
|
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.Button bnL2;
|
|
private System.Windows.Forms.Button bnR2;
|
|
public System.Windows.Forms.ListBox lBControls;
|
|
private System.Windows.Forms.Label lbControlTip;
|
|
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.TabControl pnlShiftController;
|
|
private System.Windows.Forms.FlowLayoutPanel fLPTouchSwipe;
|
|
private System.Windows.Forms.Button bnSwipeUp;
|
|
private System.Windows.Forms.Button bnSwipeDown;
|
|
private System.Windows.Forms.Button bnSwipeLeft;
|
|
private System.Windows.Forms.Button bnSwipeRight;
|
|
private System.Windows.Forms.FlowLayoutPanel fLPShiftTouchSwipe;
|
|
private System.Windows.Forms.Button bnShiftSwipeUp;
|
|
private System.Windows.Forms.Button bnShiftSwipeDown;
|
|
private System.Windows.Forms.Button bnShiftSwipeLeft;
|
|
private System.Windows.Forms.Button bnShiftSwipeRight;
|
|
private System.Windows.Forms.Button btnRumbleLightTest;
|
|
private System.Windows.Forms.TabPage tPSpecial;
|
|
private System.Windows.Forms.Button btnRemAction;
|
|
private System.Windows.Forms.Button btnNewAction;
|
|
private System.Windows.Forms.ColumnHeader cHName;
|
|
private System.Windows.Forms.ColumnHeader cHTrigger;
|
|
private System.Windows.Forms.ColumnHeader cHAction;
|
|
private System.Windows.Forms.Panel pnlActions;
|
|
private System.Windows.Forms.Button btnEditAction;
|
|
private System.Windows.Forms.FlowLayoutPanel fLPActionButtons;
|
|
public System.Windows.Forms.ListView lVActions;
|
|
private System.Windows.Forms.Label lbActionsTip;
|
|
private System.Windows.Forms.TabControl tCSens;
|
|
private System.Windows.Forms.TabPage tPDeadzone;
|
|
private System.Windows.Forms.TabPage tPCurve;
|
|
private System.Windows.Forms.NumericUpDown nUDLSCurve;
|
|
private System.Windows.Forms.NumericUpDown nUDRSCurve;
|
|
private System.Windows.Forms.Label lbRSCurve;
|
|
private System.Windows.Forms.Label lbRSCurvePercent;
|
|
private System.Windows.Forms.Label lbLSCurvePercent;
|
|
private System.Windows.Forms.Label lbLSCurve;
|
|
private System.Windows.Forms.ContextMenuStrip cMSPresets;
|
|
private System.Windows.Forms.ToolStripMenuItem defaultToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem WASDToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem DpadToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem LSToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem RSToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem ArrowKeysToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem MouseToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem ABXYToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem wScanCodeWASDToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem wScanCodeArrowKeysToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem controlToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
private System.Windows.Forms.ToolStripMenuItem tSMIDPadInverted;
|
|
private System.Windows.Forms.ToolStripMenuItem tSMIDPadInvertedX;
|
|
private System.Windows.Forms.ToolStripMenuItem tSMIDPadInvertedY;
|
|
private System.Windows.Forms.ToolStripMenuItem tSMILSInverted;
|
|
private System.Windows.Forms.ToolStripMenuItem tSMILSInvertedX;
|
|
private System.Windows.Forms.ToolStripMenuItem tSMILSInvertedY;
|
|
private System.Windows.Forms.ToolStripMenuItem tSMIRSInverted;
|
|
private System.Windows.Forms.ToolStripMenuItem tSMIRSInvertedX;
|
|
private System.Windows.Forms.ToolStripMenuItem tSMIRSInvertedY;
|
|
private System.Windows.Forms.ToolStripMenuItem tSMIMouseInverted;
|
|
private System.Windows.Forms.ToolStripMenuItem tSMIMouseInvertedX;
|
|
private System.Windows.Forms.ToolStripMenuItem tSMIMouseInvertedY;
|
|
private System.Windows.Forms.ComboBox cBWhileCharging;
|
|
private System.Windows.Forms.Button btnFlashColor;
|
|
private System.Windows.Forms.ComboBox cBFlashType;
|
|
private System.Windows.Forms.Label lbRainbowB;
|
|
private System.Windows.Forms.NumericUpDown nUDRainbowB;
|
|
private System.Windows.Forms.Button btnRSTrack;
|
|
private System.Windows.Forms.FlowLayoutPanel fLPSettings;
|
|
private System.Windows.Forms.RadioButton rBTPControls;
|
|
private System.Windows.Forms.RadioButton rBTPMouse;
|
|
private System.Windows.Forms.Button btnL3;
|
|
private System.Windows.Forms.Button btnLSUp;
|
|
private System.Windows.Forms.Button btnLSLeft;
|
|
private System.Windows.Forms.Button btnLSRight;
|
|
private System.Windows.Forms.Button btnLSDown;
|
|
private System.Windows.Forms.Button btnR3;
|
|
private System.Windows.Forms.Button btnRSUp;
|
|
private System.Windows.Forms.Button btnRSLeft;
|
|
private System.Windows.Forms.Button btnRSRight;
|
|
private System.Windows.Forms.Button btnRSDown;
|
|
private System.Windows.Forms.Button btnR1;
|
|
private System.Windows.Forms.Button btnR2;
|
|
private System.Windows.Forms.Button btnL1;
|
|
private System.Windows.Forms.Button btnL2;
|
|
private System.Windows.Forms.Button btnUp;
|
|
private System.Windows.Forms.Button btnLeft;
|
|
private System.Windows.Forms.Button btnRight;
|
|
private System.Windows.Forms.Button btnDown;
|
|
private System.Windows.Forms.Button btnTriangle;
|
|
private System.Windows.Forms.Button btnSquare;
|
|
private System.Windows.Forms.Button btnCircle;
|
|
private System.Windows.Forms.Button btnCross;
|
|
private System.Windows.Forms.GroupBox gBGyro;
|
|
private System.Windows.Forms.Label lbGyroSens;
|
|
private System.Windows.Forms.NumericUpDown nUDGyroSensitivity;
|
|
private System.Windows.Forms.Button btnPS;
|
|
private System.Windows.Forms.Button btnShare;
|
|
private System.Windows.Forms.Button btnOptions;
|
|
private System.Windows.Forms.FlowLayoutPanel fLPTouch;
|
|
private System.Windows.Forms.Button btnTouchUpper;
|
|
private System.Windows.Forms.Label lbTouchUpper;
|
|
private System.Windows.Forms.Button btnTouchLeft;
|
|
private System.Windows.Forms.Label lbTouchLeft;
|
|
private System.Windows.Forms.Button btnTouchMulti;
|
|
private System.Windows.Forms.Label lbTouchMulti;
|
|
private System.Windows.Forms.Button btnTouchRight;
|
|
private System.Windows.Forms.Label lbTouchRight;
|
|
private System.Windows.Forms.Label lbSwipeUp;
|
|
private System.Windows.Forms.Label lbSwipeDown;
|
|
private System.Windows.Forms.Label lbSwipeLeft;
|
|
private System.Windows.Forms.Label lbSwipeRight;
|
|
private System.Windows.Forms.Panel pnlTPMouse;
|
|
private System.Windows.Forms.RadioButton rBSAControls;
|
|
private System.Windows.Forms.RadioButton rBSAMouse;
|
|
private System.Windows.Forms.Label lbGyroZN;
|
|
private System.Windows.Forms.Label lbGyroZP;
|
|
private System.Windows.Forms.Label lbGyroXP;
|
|
private System.Windows.Forms.Label lbGyroXN;
|
|
private System.Windows.Forms.Panel pnlSAMouse;
|
|
private System.Windows.Forms.Label lbGyroTriggers;
|
|
private System.Windows.Forms.Button btnGyroTriggers;
|
|
private System.Windows.Forms.ContextMenuStrip cMGyroTriggers;
|
|
private System.Windows.Forms.ToolStripMenuItem crossToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem circleToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem squareToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem triangleToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem l1ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem l2ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem r1ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem r2ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem onTouchpadToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem downToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem leftToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem rightToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem l3ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem r3ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem fingerOnTouchpadToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem fingersOnTouchpadToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem shareToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem pSToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem resetToolStripMenuItem;
|
|
private System.Windows.Forms.Panel pnlController;
|
|
private System.Windows.Forms.PictureBox pBLightbar;
|
|
private System.Windows.Forms.PictureBox pBHoveredButton;
|
|
private System.Windows.Forms.Label lbShiftSwipeUp;
|
|
private System.Windows.Forms.Label lbShiftSwipeDown;
|
|
private System.Windows.Forms.Label lbShiftSwipeLeft;
|
|
private System.Windows.Forms.Label lbShiftSwipeRight;
|
|
private System.Windows.Forms.Button btnShiftR2;
|
|
private System.Windows.Forms.Button btnShiftShare;
|
|
private System.Windows.Forms.Button btnShiftL2;
|
|
private System.Windows.Forms.Button btnShiftOptions;
|
|
private System.Windows.Forms.Button btnShiftCircle;
|
|
private System.Windows.Forms.Button btnShiftR1;
|
|
private System.Windows.Forms.Button btnShiftR3;
|
|
private System.Windows.Forms.Button btnShiftRSUp;
|
|
private System.Windows.Forms.Button btnShiftRSLeft;
|
|
private System.Windows.Forms.Button btnShiftL1;
|
|
private System.Windows.Forms.Button btnShiftRSRight;
|
|
private System.Windows.Forms.Button btnShiftRSDown;
|
|
private System.Windows.Forms.Button btnShiftRight;
|
|
private System.Windows.Forms.Button btnShiftUp;
|
|
private System.Windows.Forms.Button btnShiftDown;
|
|
private System.Windows.Forms.Button btnShiftLeft;
|
|
private System.Windows.Forms.Button btnShiftPS;
|
|
private System.Windows.Forms.Button btnShiftL3;
|
|
private System.Windows.Forms.Button btnShiftLSDown;
|
|
private System.Windows.Forms.Button btnShiftLSRight;
|
|
private System.Windows.Forms.Button btnShiftLSUp;
|
|
private System.Windows.Forms.Button btnShiftLSLeft;
|
|
private System.Windows.Forms.Button btnShiftTriangle;
|
|
private System.Windows.Forms.Button btnShiftCross;
|
|
private System.Windows.Forms.Button btnShiftSquare;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.PictureBox pBShiftHoveredButton;
|
|
private System.Windows.Forms.PictureBox pBShiftLightbar;
|
|
private System.Windows.Forms.Button bnShiftRSDown;
|
|
private System.Windows.Forms.Button bnShiftL3;
|
|
private System.Windows.Forms.Button bnShiftRSUp;
|
|
private System.Windows.Forms.Button bnShiftRSRight;
|
|
private System.Windows.Forms.Button bnShiftR3;
|
|
private System.Windows.Forms.Button bnShiftRSLeft;
|
|
private System.Windows.Forms.Button bnShiftLSLeft;
|
|
private System.Windows.Forms.Button bnShiftLSUp;
|
|
private System.Windows.Forms.Button bnShiftLSRight;
|
|
private System.Windows.Forms.Button bnShiftLSDown;
|
|
private System.Windows.Forms.Button bnShiftCircle;
|
|
private System.Windows.Forms.Button bnShiftCross;
|
|
private System.Windows.Forms.Button bnShiftTouchRight;
|
|
private System.Windows.Forms.Button bnShiftTriangle;
|
|
private System.Windows.Forms.Button bnShiftSquare;
|
|
private System.Windows.Forms.Button bnShiftTouchLeft;
|
|
private System.Windows.Forms.Button bnShiftTouchUpper;
|
|
private System.Windows.Forms.Button bnShiftTouchMulti;
|
|
private System.Windows.Forms.Button bnShiftR2;
|
|
private System.Windows.Forms.Button bnShiftUp;
|
|
private System.Windows.Forms.Button bnShiftDown;
|
|
private System.Windows.Forms.Button bnShiftR1;
|
|
private System.Windows.Forms.Button bnShiftRight;
|
|
private System.Windows.Forms.Button bnShiftLeft;
|
|
private System.Windows.Forms.Button btnShiftLightbar;
|
|
private System.Windows.Forms.Button bnShiftOptions;
|
|
private System.Windows.Forms.Button bnShiftShare;
|
|
private System.Windows.Forms.Button bnShiftL1;
|
|
private System.Windows.Forms.Button bnShiftL2;
|
|
private System.Windows.Forms.Button bnShiftPS;
|
|
private System.Windows.Forms.Label lbShiftGyroZN;
|
|
private System.Windows.Forms.Label lbShiftGyroZP;
|
|
private System.Windows.Forms.Label lbShiftGyroXP;
|
|
private System.Windows.Forms.Label lbShiftGyroXN;
|
|
private System.Windows.Forms.FlowLayoutPanel fLPShiftTouch;
|
|
private System.Windows.Forms.Button btnShiftTouchUpper;
|
|
private System.Windows.Forms.Label lbShiftTouchUpper;
|
|
private System.Windows.Forms.Button btnShiftTouchLeft;
|
|
private System.Windows.Forms.Label lbShiftTouchLeft;
|
|
private System.Windows.Forms.Button btnShiftTouchRight;
|
|
private System.Windows.Forms.Label lbShiftTouchRight;
|
|
private System.Windows.Forms.Button btnShiftTouchMulti;
|
|
private System.Windows.Forms.Label lbShiftTouchMulti;
|
|
private System.Windows.Forms.CheckBox cBGyroInvertY;
|
|
private System.Windows.Forms.CheckBox cBGyroInvertX;
|
|
private System.Windows.Forms.Label lbGyroInvert;
|
|
private System.Windows.Forms.Label lbControlName;
|
|
private System.Windows.Forms.Label lbShiftControlName;
|
|
private System.Windows.Forms.Label lbLCross;
|
|
private System.Windows.Forms.Label lbLRS;
|
|
private System.Windows.Forms.Label lbLLS;
|
|
private System.Windows.Forms.Label lbLTouchRight;
|
|
private System.Windows.Forms.Label lbLTouchLM;
|
|
private System.Windows.Forms.Label lbLR2;
|
|
private System.Windows.Forms.Label lbLL2;
|
|
private System.Windows.Forms.Label lbLR1;
|
|
private System.Windows.Forms.Label lbLL1;
|
|
private System.Windows.Forms.Label lbLPS;
|
|
private System.Windows.Forms.Label lbLLeft;
|
|
private System.Windows.Forms.Label lbLright;
|
|
private System.Windows.Forms.Label lbLDown;
|
|
private System.Windows.Forms.Label lbLUp;
|
|
private System.Windows.Forms.Label lbLShare;
|
|
private System.Windows.Forms.Label lbLOptions;
|
|
private System.Windows.Forms.Label lbLTriangle;
|
|
private System.Windows.Forms.Label lbLSquare;
|
|
private System.Windows.Forms.Label lbLCircle;
|
|
private System.Windows.Forms.Label lbLTouchUpper;
|
|
private System.Windows.Forms.Panel panel2;
|
|
}
|
|
} |