2014-11-18 22:23:41 +01:00
|
|
|
|
namespace DS4Windows
|
2014-03-28 02:50:40 +01:00
|
|
|
|
{
|
|
|
|
|
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()
|
|
|
|
|
{
|
2014-12-17 19:29:22 +01:00
|
|
|
|
this.components = new System.ComponentModel.Container();
|
Shift modifier: Hold an action to use another set of controls, if nothing is set to the shifted control, in falls back to the default action
View input of controls in profiles, see exactly when a deadzone is passed and check the input delay for controllers (special thanks to jhebbel), click the on sixaxis panel
Click the Empty text on in the lightbar box to copy the lightbar color from full to empty.
While opened, option to keep the window size after closing the profile's settings
Old profiles are automatically upgraded if it's missing new settings, such as how colors are now saved, sixaxis deadzones, and shift controls
Other UI changes for profile settings, flipped touchpad and other settings boxes
Others:
Fix for when clicking the semicolon in the select an action screen
Fix assigning Sixaxis action to a key
minor UI changes and bug fixes, such as auto resize of the log listview
DS4Updater: Also now works for the new numbering system, can read the version number right from the exe instead of in profiles.xml, UI additions to better notify users of errors, Bug fixes for non-portable users
2014-07-07 21:22:42 +02:00
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Options));
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.lowColorChooserButton = new System.Windows.Forms.Button();
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.nUDRainbow = new System.Windows.Forms.NumericUpDown();
|
2014-10-21 04:31:13 +02:00
|
|
|
|
this.tBBlueBar = new System.Windows.Forms.TrackBar();
|
|
|
|
|
this.tBGreenBar = new System.Windows.Forms.TrackBar();
|
|
|
|
|
this.tBRedBar = new System.Windows.Forms.TrackBar();
|
2014-06-21 20:00:28 +02:00
|
|
|
|
this.cBLightbyBattery = new System.Windows.Forms.CheckBox();
|
2014-07-26 01:17:45 +02:00
|
|
|
|
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();
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.cBDoubleTap = new System.Windows.Forms.CheckBox();
|
2014-04-27 21:32:09 +02:00
|
|
|
|
this.cBTap = new System.Windows.Forms.CheckBox();
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.nUDTap = new System.Windows.Forms.NumericUpDown();
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.cBScroll = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.cBSlide = new System.Windows.Forms.CheckBox();
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.nUDScroll = new System.Windows.Forms.NumericUpDown();
|
|
|
|
|
this.nUDTouch = new System.Windows.Forms.NumericUpDown();
|
2014-07-26 01:17:45 +02:00
|
|
|
|
this.lbButtonMouseSens = new System.Windows.Forms.Label();
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.cBlowerRCOn = new System.Windows.Forms.CheckBox();
|
2014-06-21 20:00:28 +02:00
|
|
|
|
this.cBTouchpadJitterCompensation = new System.Windows.Forms.CheckBox();
|
2014-07-26 01:17:45 +02:00
|
|
|
|
this.lbL2 = new System.Windows.Forms.Label();
|
|
|
|
|
this.lbR2 = new System.Windows.Forms.Label();
|
|
|
|
|
this.lbIdleMinutes = new System.Windows.Forms.Label();
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.nUDIdleDisconnect = new System.Windows.Forms.NumericUpDown();
|
|
|
|
|
this.nUDR2 = new System.Windows.Forms.NumericUpDown();
|
2014-06-21 20:00:28 +02:00
|
|
|
|
this.cBFlushHIDQueue = new System.Windows.Forms.CheckBox();
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.nUDRumbleBoost = new System.Windows.Forms.NumericUpDown();
|
2014-11-18 22:23:41 +01:00
|
|
|
|
this.btnRumbleHeavyTest = new System.Windows.Forms.Button();
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.lbFull = new System.Windows.Forms.Label();
|
2014-07-26 01:17:45 +02:00
|
|
|
|
this.lbLowRed = new System.Windows.Forms.Label();
|
|
|
|
|
this.lbLowGreen = new System.Windows.Forms.Label();
|
|
|
|
|
this.lbLowBlue = new System.Windows.Forms.Label();
|
2014-10-21 04:31:13 +02:00
|
|
|
|
this.tBLowRedBar = new System.Windows.Forms.TrackBar();
|
|
|
|
|
this.tBLowGreenBar = new System.Windows.Forms.TrackBar();
|
|
|
|
|
this.tBLowBlueBar = new System.Windows.Forms.TrackBar();
|
2014-07-26 01:17:45 +02:00
|
|
|
|
this.lbEmpty = new System.Windows.Forms.Label();
|
2014-11-01 22:49:22 +01:00
|
|
|
|
this.pnlFull = new System.Windows.Forms.Panel();
|
|
|
|
|
this.pnlLowBattery = new System.Windows.Forms.Panel();
|
2014-05-21 23:42:25 +02:00
|
|
|
|
this.lbRS = new System.Windows.Forms.Label();
|
|
|
|
|
this.lbLS = new System.Windows.Forms.Label();
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.nUDRS = new System.Windows.Forms.NumericUpDown();
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.numUDMouseSens = new System.Windows.Forms.NumericUpDown();
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.nUDLS = new System.Windows.Forms.NumericUpDown();
|
|
|
|
|
this.nUDL2 = new System.Windows.Forms.NumericUpDown();
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.gBTouchpad = new System.Windows.Forms.GroupBox();
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.rBTPControls = new System.Windows.Forms.RadioButton();
|
|
|
|
|
this.rBTPMouse = new System.Windows.Forms.RadioButton();
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.fLPTouchSwipe = new System.Windows.Forms.FlowLayoutPanel();
|
|
|
|
|
this.bnSwipeUp = new System.Windows.Forms.Button();
|
2015-11-28 06:47:26 +01:00
|
|
|
|
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.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();
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.pnlTPMouse = new System.Windows.Forms.Panel();
|
|
|
|
|
this.cbStartTouchpadOff = new System.Windows.Forms.CheckBox();
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.gBOther = new System.Windows.Forms.GroupBox();
|
2014-08-23 22:52:20 +02:00
|
|
|
|
this.cBDinput = new System.Windows.Forms.CheckBox();
|
2014-08-17 00:09:15 +02:00
|
|
|
|
this.pBProgram = new System.Windows.Forms.PictureBox();
|
2014-07-26 01:17:45 +02:00
|
|
|
|
this.cBLaunchProgram = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.btnBrowse = new System.Windows.Forms.Button();
|
|
|
|
|
this.lbUseController = new System.Windows.Forms.Label();
|
Shift modifier: Hold an action to use another set of controls, if nothing is set to the shifted control, in falls back to the default action
View input of controls in profiles, see exactly when a deadzone is passed and check the input delay for controllers (special thanks to jhebbel), click the on sixaxis panel
Click the Empty text on in the lightbar box to copy the lightbar color from full to empty.
While opened, option to keep the window size after closing the profile's settings
Old profiles are automatically upgraded if it's missing new settings, such as how colors are now saved, sixaxis deadzones, and shift controls
Other UI changes for profile settings, flipped touchpad and other settings boxes
Others:
Fix for when clicking the semicolon in the select an action screen
Fix assigning Sixaxis action to a key
minor UI changes and bug fixes, such as auto resize of the log listview
DS4Updater: Also now works for the new numbering system, can read the version number right from the exe instead of in profiles.xml, UI additions to better notify users of errors, Bug fixes for non-portable users
2014-07-07 21:22:42 +02:00
|
|
|
|
this.cBMouseAccel = new System.Windows.Forms.CheckBox();
|
2014-05-30 22:39:39 +02:00
|
|
|
|
this.nUDSixaxis = new System.Windows.Forms.NumericUpDown();
|
2014-05-28 04:49:58 +02:00
|
|
|
|
this.cBControllerInput = new System.Windows.Forms.CheckBox();
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.cBIdleDisconnect = new System.Windows.Forms.CheckBox();
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.gBLightbar = new System.Windows.Forms.GroupBox();
|
2015-12-13 22:30:54 +01:00
|
|
|
|
this.btnRainbow = new System.Windows.Forms.Button();
|
2015-11-28 06:47:26 +01:00
|
|
|
|
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();
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.gBRumble = new System.Windows.Forms.GroupBox();
|
2014-07-26 01:17:45 +02:00
|
|
|
|
this.lbPercentRumble = new System.Windows.Forms.Label();
|
2014-11-18 22:23:41 +01:00
|
|
|
|
this.btnRumbleLightTest = new System.Windows.Forms.Button();
|
2014-06-26 20:02:01 +02:00
|
|
|
|
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();
|
2014-11-01 22:49:22 +01:00
|
|
|
|
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.lbL2TrackS = new System.Windows.Forms.TabPage();
|
|
|
|
|
this.pnlSATrack = new System.Windows.Forms.Panel();
|
|
|
|
|
this.btnSATrack = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnSATrackS = new System.Windows.Forms.Button();
|
2014-11-14 20:44:50 +01:00
|
|
|
|
this.lbL2Track = new System.Windows.Forms.Label();
|
|
|
|
|
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.tBR2 = new System.Windows.Forms.TrackBar();
|
|
|
|
|
this.tBL2 = new System.Windows.Forms.TrackBar();
|
2015-02-08 22:51:52 +01:00
|
|
|
|
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();
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.pnlLSTrack = new System.Windows.Forms.Panel();
|
|
|
|
|
this.btnLSTrack = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnLSTrackS = new System.Windows.Forms.Button();
|
|
|
|
|
this.pnlRSTrack = new System.Windows.Forms.Panel();
|
|
|
|
|
this.btnRSTrackS = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnRSTrack = new System.Windows.Forms.Button();
|
2015-11-30 22:15:17 +01:00
|
|
|
|
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.tCControls = new System.Windows.Forms.TabControl();
|
Shift modifier: Hold an action to use another set of controls, if nothing is set to the shifted control, in falls back to the default action
View input of controls in profiles, see exactly when a deadzone is passed and check the input delay for controllers (special thanks to jhebbel), click the on sixaxis panel
Click the Empty text on in the lightbar box to copy the lightbar color from full to empty.
While opened, option to keep the window size after closing the profile's settings
Old profiles are automatically upgraded if it's missing new settings, such as how colors are now saved, sixaxis deadzones, and shift controls
Other UI changes for profile settings, flipped touchpad and other settings boxes
Others:
Fix for when clicking the semicolon in the select an action screen
Fix assigning Sixaxis action to a key
minor UI changes and bug fixes, such as auto resize of the log listview
DS4Updater: Also now works for the new numbering system, can read the version number right from the exe instead of in profiles.xml, UI additions to better notify users of errors, Bug fixes for non-portable users
2014-07-07 21:22:42 +02:00
|
|
|
|
this.tPControls = new System.Windows.Forms.TabPage();
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.lBControls = new System.Windows.Forms.ListBox();
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.lbControlTip = new System.Windows.Forms.Label();
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.pnlController = new System.Windows.Forms.Panel();
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.pBHoveredButton = new System.Windows.Forms.PictureBox();
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.lbLRS = new System.Windows.Forms.Label();
|
|
|
|
|
this.lbLLS = new System.Windows.Forms.Label();
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.bnRSDown = new System.Windows.Forms.Button();
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.lbLTouchUpper = new System.Windows.Forms.Label();
|
|
|
|
|
this.lbLTouchRight = new System.Windows.Forms.Label();
|
|
|
|
|
this.bnL3 = new System.Windows.Forms.Button();
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.lbLTouchLM = new System.Windows.Forms.Label();
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnRSUp = new System.Windows.Forms.Button();
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.lbLR2 = new System.Windows.Forms.Label();
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnRSRight = new System.Windows.Forms.Button();
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.lbLL2 = new System.Windows.Forms.Label();
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnR3 = new System.Windows.Forms.Button();
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.lbLR1 = new System.Windows.Forms.Label();
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnRSLeft = new System.Windows.Forms.Button();
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.lbLL1 = new System.Windows.Forms.Label();
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnLSLeft = new System.Windows.Forms.Button();
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.lbLPS = new System.Windows.Forms.Label();
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnLSUp = new System.Windows.Forms.Button();
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.lbLLeft = new System.Windows.Forms.Label();
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnLSRight = new System.Windows.Forms.Button();
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.lbLright = new System.Windows.Forms.Label();
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnLSDown = new System.Windows.Forms.Button();
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.lbLDown = new System.Windows.Forms.Label();
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnR2 = new System.Windows.Forms.Button();
|
2014-11-14 20:44:50 +01:00
|
|
|
|
this.bnUp = new System.Windows.Forms.Button();
|
|
|
|
|
this.bnDown = new System.Windows.Forms.Button();
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.bnTriangle = new System.Windows.Forms.Button();
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnR1 = new System.Windows.Forms.Button();
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.bnSquare = new System.Windows.Forms.Button();
|
2014-11-14 20:44:50 +01:00
|
|
|
|
this.bnRight = new System.Windows.Forms.Button();
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.lbLUp = new System.Windows.Forms.Label();
|
2014-11-14 20:44:50 +01:00
|
|
|
|
this.bnLeft = new System.Windows.Forms.Button();
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.lbLShare = new System.Windows.Forms.Label();
|
2014-11-14 20:44:50 +01:00
|
|
|
|
this.bnOptions = new System.Windows.Forms.Button();
|
|
|
|
|
this.bnShare = new System.Windows.Forms.Button();
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.lbLOptions = new System.Windows.Forms.Label();
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnL1 = new System.Windows.Forms.Button();
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.bnTouchRight = new System.Windows.Forms.Button();
|
2014-11-14 20:44:50 +01:00
|
|
|
|
this.bnL2 = new System.Windows.Forms.Button();
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.lbLTriangle = new System.Windows.Forms.Label();
|
|
|
|
|
this.bnTouchLeft = new System.Windows.Forms.Button();
|
|
|
|
|
this.lbLSquare = new System.Windows.Forms.Label();
|
|
|
|
|
this.bnTouchMulti = new System.Windows.Forms.Button();
|
|
|
|
|
this.lbLCircle = new System.Windows.Forms.Label();
|
|
|
|
|
this.lbLCross = new System.Windows.Forms.Label();
|
|
|
|
|
this.bnTouchUpper = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnLightbar = new System.Windows.Forms.Button();
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnPS = new System.Windows.Forms.Button();
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.bnCross = new System.Windows.Forms.Button();
|
|
|
|
|
this.bnCircle = new System.Windows.Forms.Button();
|
|
|
|
|
this.lbControlName = new System.Windows.Forms.Label();
|
2014-12-13 21:12:03 +01:00
|
|
|
|
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()));
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
2014-12-13 21:12:03 +01:00
|
|
|
|
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();
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.lbActionsTip = new System.Windows.Forms.Label();
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
this.tCSens = new System.Windows.Forms.TabControl();
|
2014-12-13 21:12:03 +01:00
|
|
|
|
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();
|
2015-11-28 06:47:26 +01:00
|
|
|
|
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();
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.gBSensitivity = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.lbL2S = new System.Windows.Forms.Label();
|
|
|
|
|
this.nUDL2S = new System.Windows.Forms.NumericUpDown();
|
|
|
|
|
this.nUDLSS = new System.Windows.Forms.NumericUpDown();
|
|
|
|
|
this.lbSixaxisXS = new System.Windows.Forms.Label();
|
|
|
|
|
this.nUDR2S = new System.Windows.Forms.NumericUpDown();
|
|
|
|
|
this.lbSixaxisZS = new System.Windows.Forms.Label();
|
|
|
|
|
this.nUDRSS = new System.Windows.Forms.NumericUpDown();
|
|
|
|
|
this.lbR2LS = new System.Windows.Forms.Label();
|
|
|
|
|
this.nUDSXS = new System.Windows.Forms.NumericUpDown();
|
|
|
|
|
this.lbRSS = new System.Windows.Forms.Label();
|
|
|
|
|
this.lbLSS = new System.Windows.Forms.Label();
|
|
|
|
|
this.nUDSZS = new System.Windows.Forms.NumericUpDown();
|
2015-11-28 06:47:26 +01:00
|
|
|
|
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();
|
2015-12-13 22:30:54 +01:00
|
|
|
|
this.alwaysOnToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.advColorDialog = new DS4Windows.AdvancedColorDialog();
|
2014-06-09 01:41:36 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDRainbow)).BeginInit();
|
2014-10-21 04:31:13 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tBBlueBar)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tBGreenBar)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tBRedBar)).BeginInit();
|
2014-06-09 01:41:36 +02:00
|
|
|
|
((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();
|
2014-10-21 04:31:13 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tBLowRedBar)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tBLowGreenBar)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tBLowBlueBar)).BeginInit();
|
2014-11-01 22:49:22 +01:00
|
|
|
|
this.pnlFull.SuspendLayout();
|
|
|
|
|
this.pnlLowBattery.SuspendLayout();
|
2014-06-09 01:41:36 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDRS)).BeginInit();
|
2014-05-24 04:30:43 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.numUDMouseSens)).BeginInit();
|
2014-06-09 01:41:36 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDLS)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDL2)).BeginInit();
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.gBTouchpad.SuspendLayout();
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.fLPTouchSwipe.SuspendLayout();
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.cMSPresets.SuspendLayout();
|
|
|
|
|
this.pnlTPMouse.SuspendLayout();
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.gBOther.SuspendLayout();
|
2014-08-17 00:09:15 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pBProgram)).BeginInit();
|
2014-05-30 22:39:39 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDSixaxis)).BeginInit();
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.gBLightbar.SuspendLayout();
|
2015-11-30 22:15:17 +01:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDRainbowB)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDflashLED)).BeginInit();
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.gBRumble.SuspendLayout();
|
2014-06-26 20:02:01 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDSZ)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDSX)).BeginInit();
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.lbL2TrackS.SuspendLayout();
|
|
|
|
|
this.pnlSATrack.SuspendLayout();
|
2015-02-08 22:51:52 +01:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tBR2)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tBL2)).BeginInit();
|
2014-11-01 22:49:22 +01:00
|
|
|
|
this.pnlSixaxis.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tBsixaxisAccelX)).BeginInit();
|
2014-11-14 20:44:50 +01:00
|
|
|
|
((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();
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.pnlLSTrack.SuspendLayout();
|
|
|
|
|
this.pnlRSTrack.SuspendLayout();
|
2015-11-30 22:15:17 +01:00
|
|
|
|
this.fLPTiltControls.SuspendLayout();
|
|
|
|
|
this.tCControls.SuspendLayout();
|
2014-11-01 22:49:22 +01:00
|
|
|
|
this.tPControls.SuspendLayout();
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.pnlController.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pBHoveredButton)).BeginInit();
|
2014-12-13 21:12:03 +01:00
|
|
|
|
this.tPSpecial.SuspendLayout();
|
|
|
|
|
this.pnlActions.SuspendLayout();
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.panel2.SuspendLayout();
|
2014-12-13 21:12:03 +01:00
|
|
|
|
this.fLPActionButtons.SuspendLayout();
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
this.tCSens.SuspendLayout();
|
2014-12-13 21:12:03 +01:00
|
|
|
|
this.tPDeadzone.SuspendLayout();
|
|
|
|
|
this.tPCurve.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDLSCurve)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDRSCurve)).BeginInit();
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.fLPSettings.SuspendLayout();
|
|
|
|
|
this.gBGyro.SuspendLayout();
|
|
|
|
|
this.pnlSAMouse.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDGyroSensitivity)).BeginInit();
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.gBSensitivity.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDL2S)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDLSS)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDR2S)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDRSS)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDSXS)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDSZS)).BeginInit();
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.cMGyroTriggers.SuspendLayout();
|
2014-03-28 02:50:40 +01:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
// lowColorChooserButton
|
2014-10-13 23:56:04 +02:00
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.lowColorChooserButton.BackColor = System.Drawing.Color.White;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.lowColorChooserButton, "lowColorChooserButton");
|
2014-11-01 22:49:22 +01:00
|
|
|
|
this.lowColorChooserButton.Name = "lowColorChooserButton";
|
|
|
|
|
this.lowColorChooserButton.UseVisualStyleBackColor = false;
|
|
|
|
|
this.lowColorChooserButton.Click += new System.EventHandler(this.lowColorChooserButton_Click);
|
2014-10-13 23:56:04 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
// nUDRainbow
|
2014-10-13 23:56:04 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
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);
|
2014-10-13 23:56:04 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
// tBBlueBar
|
2014-03-28 02:50:40 +01:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
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;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.tBBlueBar.ValueChanged += new System.EventHandler(this.MainBar_ValueChanged);
|
2014-11-01 22:49:22 +01:00
|
|
|
|
this.tBBlueBar.MouseDown += new System.Windows.Forms.MouseEventHandler(this.LightBar_MouseDown);
|
|
|
|
|
this.tBBlueBar.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Lightbar_MouseUp);
|
2014-03-28 02:50:40 +01:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
// tBGreenBar
|
2014-03-28 02:50:40 +01:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
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;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.tBGreenBar.ValueChanged += new System.EventHandler(this.MainBar_ValueChanged);
|
2014-11-01 22:49:22 +01:00
|
|
|
|
this.tBGreenBar.MouseDown += new System.Windows.Forms.MouseEventHandler(this.LightBar_MouseDown);
|
|
|
|
|
this.tBGreenBar.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Lightbar_MouseUp);
|
2014-03-28 02:50:40 +01:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
// tBRedBar
|
2014-03-28 02:50:40 +01:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
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;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.tBRedBar.ValueChanged += new System.EventHandler(this.MainBar_ValueChanged);
|
2014-11-01 22:49:22 +01:00
|
|
|
|
this.tBRedBar.MouseDown += new System.Windows.Forms.MouseEventHandler(this.LightBar_MouseDown);
|
|
|
|
|
this.tBRedBar.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Lightbar_MouseUp);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
// cBLightbyBattery
|
2014-03-28 02:50:40 +01:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
resources.ApplyResources(this.cBLightbyBattery, "cBLightbyBattery");
|
|
|
|
|
this.cBLightbyBattery.Name = "cBLightbyBattery";
|
|
|
|
|
this.cBLightbyBattery.UseVisualStyleBackColor = true;
|
|
|
|
|
this.cBLightbyBattery.CheckedChanged += new System.EventHandler(this.ledAsBatteryIndicator_CheckedChanged);
|
2014-03-28 02:50:40 +01:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
// lbBlue
|
2014-03-28 02:50:40 +01:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
resources.ApplyResources(this.lbBlue, "lbBlue");
|
|
|
|
|
this.lbBlue.Name = "lbBlue";
|
2014-03-28 02:50:40 +01:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
// lbGreen
|
2014-03-28 02:50:40 +01:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
resources.ApplyResources(this.lbGreen, "lbGreen");
|
|
|
|
|
this.lbGreen.Name = "lbGreen";
|
2014-03-28 02:50:40 +01:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
// lbspc
|
2014-03-28 02:50:40 +01:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
resources.ApplyResources(this.lbspc, "lbspc");
|
|
|
|
|
this.lbspc.Name = "lbspc";
|
2014-03-28 02:50:40 +01:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
// lbRed
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
resources.ApplyResources(this.lbRed, "lbRed");
|
|
|
|
|
this.lbRed.Name = "lbRed";
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
// cBDoubleTap
|
2014-05-12 07:48:50 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
resources.ApplyResources(this.cBDoubleTap, "cBDoubleTap");
|
|
|
|
|
this.cBDoubleTap.Checked = true;
|
|
|
|
|
this.cBDoubleTap.CheckState = System.Windows.Forms.CheckState.Checked;
|
2015-11-30 22:15:17 +01:00
|
|
|
|
this.cBDoubleTap.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
2014-11-01 22:49:22 +01:00
|
|
|
|
this.cBDoubleTap.Name = "cBDoubleTap";
|
|
|
|
|
this.cBDoubleTap.UseVisualStyleBackColor = true;
|
|
|
|
|
this.cBDoubleTap.CheckedChanged += new System.EventHandler(this.cBDoubleTap_CheckedChanged);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
// cBTap
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
resources.ApplyResources(this.cBTap, "cBTap");
|
|
|
|
|
this.cBTap.Checked = true;
|
|
|
|
|
this.cBTap.CheckState = System.Windows.Forms.CheckState.Checked;
|
2015-11-30 22:15:17 +01:00
|
|
|
|
this.cBTap.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
2014-11-01 22:49:22 +01:00
|
|
|
|
this.cBTap.Name = "cBTap";
|
|
|
|
|
this.cBTap.UseVisualStyleBackColor = true;
|
|
|
|
|
this.cBTap.CheckedChanged += new System.EventHandler(this.cBTap_CheckedChanged);
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
// nUDTap
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
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);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
// cBScroll
|
2014-05-12 07:48:50 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
resources.ApplyResources(this.cBScroll, "cBScroll");
|
|
|
|
|
this.cBScroll.Checked = true;
|
|
|
|
|
this.cBScroll.CheckState = System.Windows.Forms.CheckState.Checked;
|
2015-11-30 22:15:17 +01:00
|
|
|
|
this.cBScroll.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
2014-11-01 22:49:22 +01:00
|
|
|
|
this.cBScroll.Name = "cBScroll";
|
|
|
|
|
this.cBScroll.UseVisualStyleBackColor = true;
|
|
|
|
|
this.cBScroll.CheckedChanged += new System.EventHandler(this.cBScroll_CheckedChanged);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
// cBSlide
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
resources.ApplyResources(this.cBSlide, "cBSlide");
|
|
|
|
|
this.cBSlide.Checked = true;
|
|
|
|
|
this.cBSlide.CheckState = System.Windows.Forms.CheckState.Checked;
|
2015-11-30 22:15:17 +01:00
|
|
|
|
this.cBSlide.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
2014-11-01 22:49:22 +01:00
|
|
|
|
this.cBSlide.Name = "cBSlide";
|
|
|
|
|
this.cBSlide.UseVisualStyleBackColor = true;
|
|
|
|
|
this.cBSlide.CheckedChanged += new System.EventHandler(this.cBSlide_CheckedChanged);
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
// nUDScroll
|
2014-05-12 07:48:50 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
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);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
// nUDTouch
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
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);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
// lbButtonMouseSens
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
resources.ApplyResources(this.lbButtonMouseSens, "lbButtonMouseSens");
|
|
|
|
|
this.lbButtonMouseSens.Name = "lbButtonMouseSens";
|
2014-05-12 07:48:50 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
// cBlowerRCOn
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
resources.ApplyResources(this.cBlowerRCOn, "cBlowerRCOn");
|
2015-11-30 22:15:17 +01:00
|
|
|
|
this.cBlowerRCOn.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
2014-11-01 22:49:22 +01:00
|
|
|
|
this.cBlowerRCOn.Name = "cBlowerRCOn";
|
|
|
|
|
this.cBlowerRCOn.UseVisualStyleBackColor = true;
|
|
|
|
|
this.cBlowerRCOn.CheckedChanged += new System.EventHandler(this.lowerRCOffCheckBox_CheckedChanged);
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
// cBTouchpadJitterCompensation
|
2014-05-12 07:48:50 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
resources.ApplyResources(this.cBTouchpadJitterCompensation, "cBTouchpadJitterCompensation");
|
|
|
|
|
this.cBTouchpadJitterCompensation.Checked = true;
|
|
|
|
|
this.cBTouchpadJitterCompensation.CheckState = System.Windows.Forms.CheckState.Checked;
|
2015-11-30 22:15:17 +01:00
|
|
|
|
this.cBTouchpadJitterCompensation.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
2014-11-01 22:49:22 +01:00
|
|
|
|
this.cBTouchpadJitterCompensation.Name = "cBTouchpadJitterCompensation";
|
|
|
|
|
this.cBTouchpadJitterCompensation.UseVisualStyleBackColor = true;
|
|
|
|
|
this.cBTouchpadJitterCompensation.CheckedChanged += new System.EventHandler(this.touchpadJitterCompensation_CheckedChanged);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
// lbL2
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
resources.ApplyResources(this.lbL2, "lbL2");
|
|
|
|
|
this.lbL2.Name = "lbL2";
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
// lbR2
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
resources.ApplyResources(this.lbR2, "lbR2");
|
|
|
|
|
this.lbR2.Name = "lbR2";
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
// lbIdleMinutes
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
resources.ApplyResources(this.lbIdleMinutes, "lbIdleMinutes");
|
|
|
|
|
this.lbIdleMinutes.Name = "lbIdleMinutes";
|
2014-05-12 07:48:50 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
// nUDIdleDisconnect
|
2014-05-12 07:48:50 +02:00
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.nUDIdleDisconnect.DecimalPlaces = 1;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.nUDIdleDisconnect, "nUDIdleDisconnect");
|
2014-11-01 22:49:22 +01:00
|
|
|
|
this.nUDIdleDisconnect.Maximum = new decimal(new int[] {
|
|
|
|
|
60,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
this.nUDIdleDisconnect.Name = "nUDIdleDisconnect";
|
|
|
|
|
this.nUDIdleDisconnect.ValueChanged += new System.EventHandler(this.nUDIdleDisconnect_ValueChanged);
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
// nUDR2
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
this.nUDR2.DecimalPlaces = 2;
|
|
|
|
|
this.nUDR2.Increment = new decimal(new int[] {
|
|
|
|
|
1,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
65536});
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.nUDR2, "nUDR2");
|
2014-11-01 22:49:22 +01:00
|
|
|
|
this.nUDR2.Maximum = new decimal(new int[] {
|
|
|
|
|
1,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
this.nUDR2.Name = "nUDR2";
|
|
|
|
|
this.nUDR2.ValueChanged += new System.EventHandler(this.numUDR2_ValueChanged);
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
// cBFlushHIDQueue
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
resources.ApplyResources(this.cBFlushHIDQueue, "cBFlushHIDQueue");
|
|
|
|
|
this.cBFlushHIDQueue.Name = "cBFlushHIDQueue";
|
|
|
|
|
this.cBFlushHIDQueue.UseVisualStyleBackColor = true;
|
|
|
|
|
this.cBFlushHIDQueue.CheckedChanged += new System.EventHandler(this.flushHIDQueue_CheckedChanged);
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
// nUDRumbleBoost
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
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);
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-11-18 22:23:41 +01:00
|
|
|
|
// btnRumbleHeavyTest
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-11-18 22:23:41 +01:00
|
|
|
|
resources.ApplyResources(this.btnRumbleHeavyTest, "btnRumbleHeavyTest");
|
|
|
|
|
this.btnRumbleHeavyTest.Name = "btnRumbleHeavyTest";
|
|
|
|
|
this.btnRumbleHeavyTest.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btnRumbleHeavyTest.Click += new System.EventHandler(this.btnRumbleHeavyTest_Click);
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
// lbFull
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
resources.ApplyResources(this.lbFull, "lbFull");
|
|
|
|
|
this.lbFull.Name = "lbFull";
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
// lbLowRed
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
resources.ApplyResources(this.lbLowRed, "lbLowRed");
|
|
|
|
|
this.lbLowRed.Name = "lbLowRed";
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
// lbLowGreen
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
resources.ApplyResources(this.lbLowGreen, "lbLowGreen");
|
|
|
|
|
this.lbLowGreen.Name = "lbLowGreen";
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
// lbLowBlue
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
resources.ApplyResources(this.lbLowBlue, "lbLowBlue");
|
|
|
|
|
this.lbLowBlue.Name = "lbLowBlue";
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
// tBLowRedBar
|
2014-05-12 07:48:50 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
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;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.tBLowRedBar.ValueChanged += new System.EventHandler(this.LowBar_ValueChanged);
|
2014-11-01 22:49:22 +01:00
|
|
|
|
this.tBLowRedBar.MouseDown += new System.Windows.Forms.MouseEventHandler(this.LightBar_MouseDown);
|
|
|
|
|
this.tBLowRedBar.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Lightbar_MouseUp);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
// tBLowGreenBar
|
2014-05-12 07:48:50 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
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;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.tBLowGreenBar.ValueChanged += new System.EventHandler(this.LowBar_ValueChanged);
|
2014-11-01 22:49:22 +01:00
|
|
|
|
this.tBLowGreenBar.MouseDown += new System.Windows.Forms.MouseEventHandler(this.LightBar_MouseDown);
|
|
|
|
|
this.tBLowGreenBar.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Lightbar_MouseUp);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
// tBLowBlueBar
|
2014-05-12 07:48:50 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
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;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.tBLowBlueBar.ValueChanged += new System.EventHandler(this.LowBar_ValueChanged);
|
2014-11-01 22:49:22 +01:00
|
|
|
|
this.tBLowBlueBar.MouseDown += new System.Windows.Forms.MouseEventHandler(this.LightBar_MouseDown);
|
|
|
|
|
this.tBLowBlueBar.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Lightbar_MouseUp);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
// lbEmpty
|
2014-05-12 07:48:50 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
resources.ApplyResources(this.lbEmpty, "lbEmpty");
|
|
|
|
|
this.lbEmpty.Name = "lbEmpty";
|
|
|
|
|
this.lbEmpty.Click += new System.EventHandler(this.lbEmpty_Click);
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
// 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);
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.pnlFull, "pnlFull");
|
2014-11-01 22:49:22 +01:00
|
|
|
|
this.pnlFull.Name = "pnlFull";
|
|
|
|
|
//
|
|
|
|
|
// 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);
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.pnlLowBattery, "pnlLowBattery");
|
2014-11-01 22:49:22 +01:00
|
|
|
|
this.pnlLowBattery.Name = "pnlLowBattery";
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
// lbRS
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
resources.ApplyResources(this.lbRS, "lbRS");
|
|
|
|
|
this.lbRS.Name = "lbRS";
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
// lbLS
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
resources.ApplyResources(this.lbLS, "lbLS");
|
|
|
|
|
this.lbLS.Name = "lbLS";
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
// nUDRS
|
|
|
|
|
//
|
|
|
|
|
this.nUDRS.DecimalPlaces = 2;
|
|
|
|
|
this.nUDRS.Increment = new decimal(new int[] {
|
|
|
|
|
1,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
65536});
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.nUDRS, "nUDRS");
|
2014-11-01 22:49:22 +01:00
|
|
|
|
this.nUDRS.Maximum = new decimal(new int[] {
|
|
|
|
|
1,
|
2014-05-12 07:48:50 +02:00
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
2015-04-21 21:00:09 +02:00
|
|
|
|
this.nUDRS.Minimum = new decimal(new int[] {
|
|
|
|
|
1,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
-2147483648});
|
2014-11-01 22:49:22 +01:00
|
|
|
|
this.nUDRS.Name = "nUDRS";
|
|
|
|
|
this.nUDRS.ValueChanged += new System.EventHandler(this.numUDRS_ValueChanged);
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
// numUDMouseSens
|
2014-10-21 04:31:13 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
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);
|
2014-10-21 04:31:13 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
// nUDLS
|
2014-10-21 04:31:13 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
this.nUDLS.DecimalPlaces = 2;
|
|
|
|
|
this.nUDLS.Increment = new decimal(new int[] {
|
|
|
|
|
1,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
65536});
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.nUDLS, "nUDLS");
|
2014-11-01 22:49:22 +01:00
|
|
|
|
this.nUDLS.Maximum = new decimal(new int[] {
|
|
|
|
|
1,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
2015-04-21 21:00:09 +02:00
|
|
|
|
this.nUDLS.Minimum = new decimal(new int[] {
|
|
|
|
|
1,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
-2147483648});
|
2014-11-01 22:49:22 +01:00
|
|
|
|
this.nUDLS.Name = "nUDLS";
|
|
|
|
|
this.nUDLS.ValueChanged += new System.EventHandler(this.numUDLS_ValueChanged);
|
2014-10-21 04:31:13 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
// nUDL2
|
2014-10-21 04:31:13 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
this.nUDL2.DecimalPlaces = 2;
|
|
|
|
|
this.nUDL2.Increment = new decimal(new int[] {
|
|
|
|
|
1,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
65536});
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.nUDL2, "nUDL2");
|
2014-11-01 22:49:22 +01:00
|
|
|
|
this.nUDL2.Maximum = new decimal(new int[] {
|
|
|
|
|
1,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
this.nUDL2.Name = "nUDL2";
|
|
|
|
|
this.nUDL2.ValueChanged += new System.EventHandler(this.numUDL2_ValueChanged);
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
// gBTouchpad
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2015-11-30 22:15:17 +01:00
|
|
|
|
this.gBTouchpad.BackColor = System.Drawing.Color.Transparent;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.gBTouchpad.Controls.Add(this.rBTPControls);
|
|
|
|
|
this.gBTouchpad.Controls.Add(this.rBTPMouse);
|
|
|
|
|
this.gBTouchpad.Controls.Add(this.fLPTouchSwipe);
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.gBTouchpad.Controls.Add(this.pnlTPMouse);
|
2015-11-30 22:15:17 +01:00
|
|
|
|
this.gBTouchpad.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.gBTouchpad, "gBTouchpad");
|
2014-11-01 22:49:22 +01:00
|
|
|
|
this.gBTouchpad.Name = "gBTouchpad";
|
|
|
|
|
this.gBTouchpad.TabStop = false;
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// rBTPControls
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
resources.ApplyResources(this.rBTPControls, "rBTPControls");
|
2015-11-30 22:15:17 +01:00
|
|
|
|
this.rBTPControls.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.rBTPControls.Name = "rBTPControls";
|
|
|
|
|
this.rBTPControls.TabStop = true;
|
|
|
|
|
this.rBTPControls.UseVisualStyleBackColor = true;
|
|
|
|
|
this.rBTPControls.CheckedChanged += new System.EventHandler(this.cBTPforControls_CheckedChanged);
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// rBTPMouse
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
resources.ApplyResources(this.rBTPMouse, "rBTPMouse");
|
2015-11-30 22:15:17 +01:00
|
|
|
|
this.rBTPMouse.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.rBTPMouse.Name = "rBTPMouse";
|
|
|
|
|
this.rBTPMouse.TabStop = true;
|
|
|
|
|
this.rBTPMouse.UseVisualStyleBackColor = true;
|
|
|
|
|
this.rBTPMouse.CheckedChanged += new System.EventHandler(this.cBTPforControls_CheckedChanged);
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2015-12-18 07:25:51 +01:00
|
|
|
|
// fLPTouchSwipe
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
//
|
2015-12-18 07:25:51 +01:00
|
|
|
|
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);
|
|
|
|
|
resources.ApplyResources(this.fLPTouchSwipe, "fLPTouchSwipe");
|
|
|
|
|
this.fLPTouchSwipe.Name = "fLPTouchSwipe";
|
2014-05-12 07:48:50 +02:00
|
|
|
|
//
|
2015-12-18 07:25:51 +01:00
|
|
|
|
// bnSwipeUp
|
2014-05-12 07:48:50 +02:00
|
|
|
|
//
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.bnSwipeUp.BackColor = System.Drawing.SystemColors.ControlText;
|
|
|
|
|
this.bnSwipeUp.ContextMenuStrip = this.cMSPresets;
|
|
|
|
|
resources.ApplyResources(this.bnSwipeUp, "bnSwipeUp");
|
|
|
|
|
this.bnSwipeUp.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.bnSwipeUp.Name = "bnSwipeUp";
|
|
|
|
|
this.bnSwipeUp.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnSwipeUp.Click += new System.EventHandler(this.Show_ControlsBn);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// cMSPresets
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
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;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.cMSPresets, "cMSPresets");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.cMSPresets.Opened += new System.EventHandler(this.cMSPresets_Opened);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// controlToolStripMenuItem
|
2014-04-30 21:32:44 +02:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
resources.ApplyResources(this.controlToolStripMenuItem, "controlToolStripMenuItem");
|
|
|
|
|
this.controlToolStripMenuItem.Name = "controlToolStripMenuItem";
|
2014-04-30 21:32:44 +02:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// toolStripSeparator1
|
2014-05-05 09:42:05 +02:00
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
|
2014-05-05 09:42:05 +02:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// defaultToolStripMenuItem
|
2014-05-12 07:48:50 +02:00
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.defaultToolStripMenuItem.Name = "defaultToolStripMenuItem";
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.defaultToolStripMenuItem, "defaultToolStripMenuItem");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.defaultToolStripMenuItem.Click += new System.EventHandler(this.SetPreset);
|
2014-05-05 09:31:24 +02:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// DpadToolStripMenuItem
|
2014-05-05 09:31:24 +02:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.DpadToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.tSMIDPadInverted,
|
|
|
|
|
this.tSMIDPadInvertedX,
|
|
|
|
|
this.tSMIDPadInvertedY});
|
|
|
|
|
this.DpadToolStripMenuItem.Name = "DpadToolStripMenuItem";
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.DpadToolStripMenuItem, "DpadToolStripMenuItem");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.DpadToolStripMenuItem.Click += new System.EventHandler(this.SetPreset);
|
2014-05-05 09:42:05 +02:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// tSMIDPadInverted
|
2014-05-05 09:42:05 +02:00
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.tSMIDPadInverted.Name = "tSMIDPadInverted";
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.tSMIDPadInverted, "tSMIDPadInverted");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.tSMIDPadInverted.Click += new System.EventHandler(this.SetPreset);
|
2014-05-05 09:31:24 +02:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// tSMIDPadInvertedX
|
2014-05-24 04:30:43 +02:00
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.tSMIDPadInvertedX.Name = "tSMIDPadInvertedX";
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.tSMIDPadInvertedX, "tSMIDPadInvertedX");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.tSMIDPadInvertedX.Click += new System.EventHandler(this.SetPreset);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// tSMIDPadInvertedY
|
2014-05-12 07:48:50 +02:00
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.tSMIDPadInvertedY.Name = "tSMIDPadInvertedY";
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.tSMIDPadInvertedY, "tSMIDPadInvertedY");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.tSMIDPadInvertedY.Click += new System.EventHandler(this.SetPreset);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// LSToolStripMenuItem
|
2014-11-18 22:23:41 +01:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.LSToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.tSMILSInverted,
|
|
|
|
|
this.tSMILSInvertedX,
|
|
|
|
|
this.tSMILSInvertedY});
|
|
|
|
|
this.LSToolStripMenuItem.Name = "LSToolStripMenuItem";
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.LSToolStripMenuItem, "LSToolStripMenuItem");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.LSToolStripMenuItem.Click += new System.EventHandler(this.SetPreset);
|
2014-11-18 22:23:41 +01:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// tSMILSInverted
|
2014-05-12 07:48:50 +02:00
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.tSMILSInverted.Name = "tSMILSInverted";
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.tSMILSInverted, "tSMILSInverted");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.tSMILSInverted.Click += new System.EventHandler(this.SetPreset);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// tSMILSInvertedX
|
2014-10-21 04:31:13 +02:00
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.tSMILSInvertedX.Name = "tSMILSInvertedX";
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.tSMILSInvertedX, "tSMILSInvertedX");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.tSMILSInvertedX.Click += new System.EventHandler(this.SetPreset);
|
2014-10-21 04:31:13 +02:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// tSMILSInvertedY
|
2014-10-21 04:31:13 +02:00
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.tSMILSInvertedY.Name = "tSMILSInvertedY";
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.tSMILSInvertedY, "tSMILSInvertedY");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.tSMILSInvertedY.Click += new System.EventHandler(this.SetPreset);
|
2014-10-21 04:31:13 +02:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// RSToolStripMenuItem
|
2014-10-21 04:31:13 +02:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.RSToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.tSMIRSInverted,
|
|
|
|
|
this.tSMIRSInvertedX,
|
|
|
|
|
this.tSMIRSInvertedY});
|
|
|
|
|
this.RSToolStripMenuItem.Name = "RSToolStripMenuItem";
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.RSToolStripMenuItem, "RSToolStripMenuItem");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.RSToolStripMenuItem.Click += new System.EventHandler(this.SetPreset);
|
2014-05-24 04:30:43 +02:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// tSMIRSInverted
|
2015-06-01 21:04:22 +02:00
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.tSMIRSInverted.Name = "tSMIRSInverted";
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.tSMIRSInverted, "tSMIRSInverted");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.tSMIRSInverted.Click += new System.EventHandler(this.SetPreset);
|
2015-06-01 21:04:22 +02:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// tSMIRSInvertedX
|
2014-05-24 04:30:43 +02:00
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.tSMIRSInvertedX.Name = "tSMIRSInvertedX";
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.tSMIRSInvertedX, "tSMIRSInvertedX");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.tSMIRSInvertedX.Click += new System.EventHandler(this.SetPreset);
|
2014-09-15 04:37:14 +02:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// tSMIRSInvertedY
|
2014-05-28 04:49:58 +02:00
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.tSMIRSInvertedY.Name = "tSMIRSInvertedY";
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.tSMIRSInvertedY, "tSMIRSInvertedY");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.tSMIRSInvertedY.Click += new System.EventHandler(this.SetPreset);
|
2014-07-26 01:17:45 +02:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// ABXYToolStripMenuItem
|
2014-07-26 01:17:45 +02:00
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.ABXYToolStripMenuItem.Name = "ABXYToolStripMenuItem";
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.ABXYToolStripMenuItem, "ABXYToolStripMenuItem");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.ABXYToolStripMenuItem.Click += new System.EventHandler(this.SetPreset);
|
2014-07-26 01:17:45 +02:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// WASDToolStripMenuItem
|
2014-07-26 01:17:45 +02:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.WASDToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.wScanCodeWASDToolStripMenuItem});
|
|
|
|
|
this.WASDToolStripMenuItem.Name = "WASDToolStripMenuItem";
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.WASDToolStripMenuItem, "WASDToolStripMenuItem");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.WASDToolStripMenuItem.Click += new System.EventHandler(this.SetPreset);
|
2014-07-26 01:17:45 +02:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// wScanCodeWASDToolStripMenuItem
|
2015-06-01 21:04:22 +02:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.wScanCodeWASDToolStripMenuItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
|
|
|
this.wScanCodeWASDToolStripMenuItem.Name = "wScanCodeWASDToolStripMenuItem";
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.wScanCodeWASDToolStripMenuItem, "wScanCodeWASDToolStripMenuItem");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.wScanCodeWASDToolStripMenuItem.Click += new System.EventHandler(this.SetPreset);
|
2015-06-01 21:04:22 +02:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// ArrowKeysToolStripMenuItem
|
2014-07-26 01:17:45 +02:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.ArrowKeysToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.wScanCodeArrowKeysToolStripMenuItem});
|
|
|
|
|
this.ArrowKeysToolStripMenuItem.Name = "ArrowKeysToolStripMenuItem";
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.ArrowKeysToolStripMenuItem, "ArrowKeysToolStripMenuItem");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.ArrowKeysToolStripMenuItem.Click += new System.EventHandler(this.SetPreset);
|
2014-07-26 01:17:45 +02:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// wScanCodeArrowKeysToolStripMenuItem
|
2014-07-26 01:17:45 +02:00
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.wScanCodeArrowKeysToolStripMenuItem.Name = "wScanCodeArrowKeysToolStripMenuItem";
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.wScanCodeArrowKeysToolStripMenuItem, "wScanCodeArrowKeysToolStripMenuItem");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.wScanCodeArrowKeysToolStripMenuItem.Click += new System.EventHandler(this.SetPreset);
|
2014-10-21 04:31:13 +02:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// MouseToolStripMenuItem
|
2014-10-21 04:31:13 +02:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.MouseToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.tSMIMouseInverted,
|
|
|
|
|
this.tSMIMouseInvertedX,
|
|
|
|
|
this.tSMIMouseInvertedY});
|
|
|
|
|
this.MouseToolStripMenuItem.Name = "MouseToolStripMenuItem";
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.MouseToolStripMenuItem, "MouseToolStripMenuItem");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.MouseToolStripMenuItem.Click += new System.EventHandler(this.SetPreset);
|
2014-10-21 04:31:13 +02:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// tSMIMouseInverted
|
2014-10-21 04:31:13 +02:00
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.tSMIMouseInverted.Name = "tSMIMouseInverted";
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.tSMIMouseInverted, "tSMIMouseInverted");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.tSMIMouseInverted.Click += new System.EventHandler(this.SetPreset);
|
2014-10-21 04:31:13 +02:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// tSMIMouseInvertedX
|
2014-07-26 01:17:45 +02:00
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.tSMIMouseInvertedX.Name = "tSMIMouseInvertedX";
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.tSMIMouseInvertedX, "tSMIMouseInvertedX");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.tSMIMouseInvertedX.Click += new System.EventHandler(this.SetPreset);
|
2014-09-15 04:37:14 +02:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// tSMIMouseInvertedY
|
2014-09-15 04:37:14 +02:00
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.tSMIMouseInvertedY.Name = "tSMIMouseInvertedY";
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.tSMIMouseInvertedY, "tSMIMouseInvertedY");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.tSMIMouseInvertedY.Click += new System.EventHandler(this.SetPreset);
|
2014-09-15 04:37:14 +02:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// lbSwipeUp
|
2015-02-08 22:51:52 +01:00
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.lbSwipeUp.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.lbSwipeUp, "lbSwipeUp");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.lbSwipeUp.Name = "lbSwipeUp";
|
2015-02-08 22:51:52 +01:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// bnSwipeDown
|
2015-02-08 22:51:52 +01:00
|
|
|
|
//
|
2015-11-30 22:15:17 +01:00
|
|
|
|
this.bnSwipeDown.BackColor = System.Drawing.SystemColors.ControlText;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnSwipeDown.ContextMenuStrip = this.cMSPresets;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.bnSwipeDown, "bnSwipeDown");
|
2015-11-30 22:15:17 +01:00
|
|
|
|
this.bnSwipeDown.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnSwipeDown.Name = "bnSwipeDown";
|
2015-11-30 22:15:17 +01:00
|
|
|
|
this.bnSwipeDown.UseVisualStyleBackColor = false;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnSwipeDown.Click += new System.EventHandler(this.Show_ControlsBn);
|
2015-02-08 22:51:52 +01:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// lbSwipeDown
|
2015-02-08 22:51:52 +01:00
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.lbSwipeDown.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.lbSwipeDown, "lbSwipeDown");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.lbSwipeDown.Name = "lbSwipeDown";
|
2015-02-08 22:51:52 +01:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// bnSwipeLeft
|
2015-02-08 22:51:52 +01:00
|
|
|
|
//
|
2015-11-30 22:15:17 +01:00
|
|
|
|
this.bnSwipeLeft.BackColor = System.Drawing.SystemColors.ControlText;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnSwipeLeft.ContextMenuStrip = this.cMSPresets;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.bnSwipeLeft, "bnSwipeLeft");
|
2015-11-30 22:15:17 +01:00
|
|
|
|
this.bnSwipeLeft.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnSwipeLeft.Name = "bnSwipeLeft";
|
2015-11-30 22:15:17 +01:00
|
|
|
|
this.bnSwipeLeft.UseVisualStyleBackColor = false;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnSwipeLeft.Click += new System.EventHandler(this.Show_ControlsBn);
|
2015-02-08 22:51:52 +01:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// lbSwipeLeft
|
2014-05-24 04:30:43 +02:00
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.lbSwipeLeft.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.lbSwipeLeft, "lbSwipeLeft");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.lbSwipeLeft.Name = "lbSwipeLeft";
|
Shift modifier: Hold an action to use another set of controls, if nothing is set to the shifted control, in falls back to the default action
View input of controls in profiles, see exactly when a deadzone is passed and check the input delay for controllers (special thanks to jhebbel), click the on sixaxis panel
Click the Empty text on in the lightbar box to copy the lightbar color from full to empty.
While opened, option to keep the window size after closing the profile's settings
Old profiles are automatically upgraded if it's missing new settings, such as how colors are now saved, sixaxis deadzones, and shift controls
Other UI changes for profile settings, flipped touchpad and other settings boxes
Others:
Fix for when clicking the semicolon in the select an action screen
Fix assigning Sixaxis action to a key
minor UI changes and bug fixes, such as auto resize of the log listview
DS4Updater: Also now works for the new numbering system, can read the version number right from the exe instead of in profiles.xml, UI additions to better notify users of errors, Bug fixes for non-portable users
2014-07-07 21:22:42 +02:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// bnSwipeRight
|
2014-11-15 22:54:14 +01:00
|
|
|
|
//
|
2015-11-30 22:15:17 +01:00
|
|
|
|
this.bnSwipeRight.BackColor = System.Drawing.SystemColors.ControlText;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnSwipeRight.ContextMenuStrip = this.cMSPresets;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.bnSwipeRight, "bnSwipeRight");
|
2015-11-30 22:15:17 +01:00
|
|
|
|
this.bnSwipeRight.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnSwipeRight.Name = "bnSwipeRight";
|
2015-11-30 22:15:17 +01:00
|
|
|
|
this.bnSwipeRight.UseVisualStyleBackColor = false;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnSwipeRight.Click += new System.EventHandler(this.Show_ControlsBn);
|
2014-11-15 22:54:14 +01:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// lbSwipeRight
|
2014-12-17 19:29:22 +01:00
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.lbSwipeRight.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.lbSwipeRight, "lbSwipeRight");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.lbSwipeRight.Name = "lbSwipeRight";
|
2014-12-17 19:29:22 +01:00
|
|
|
|
//
|
2015-12-18 07:25:51 +01:00
|
|
|
|
// pnlTPMouse
|
|
|
|
|
//
|
|
|
|
|
this.pnlTPMouse.Controls.Add(this.nUDScroll);
|
|
|
|
|
this.pnlTPMouse.Controls.Add(this.cBDoubleTap);
|
|
|
|
|
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.Controls.Add(this.cbStartTouchpadOff);
|
|
|
|
|
resources.ApplyResources(this.pnlTPMouse, "pnlTPMouse");
|
|
|
|
|
this.pnlTPMouse.Name = "pnlTPMouse";
|
|
|
|
|
//
|
|
|
|
|
// cbStartTouchpadOff
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.cbStartTouchpadOff, "cbStartTouchpadOff");
|
|
|
|
|
this.cbStartTouchpadOff.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.cbStartTouchpadOff.Name = "cbStartTouchpadOff";
|
|
|
|
|
this.cbStartTouchpadOff.UseVisualStyleBackColor = true;
|
|
|
|
|
this.cbStartTouchpadOff.CheckedChanged += new System.EventHandler(this.cbStartTouchpadOff_CheckedChanged);
|
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// gBOther
|
2014-12-17 19:29:22 +01:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
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);
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.gBOther, "gBOther");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.gBOther.Name = "gBOther";
|
|
|
|
|
this.gBOther.TabStop = false;
|
2014-12-17 19:29:22 +01:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// cBDinput
|
2014-12-17 19:29:22 +01:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
resources.ApplyResources(this.cBDinput, "cBDinput");
|
|
|
|
|
this.cBDinput.Name = "cBDinput";
|
|
|
|
|
this.cBDinput.UseVisualStyleBackColor = true;
|
|
|
|
|
this.cBDinput.CheckedChanged += new System.EventHandler(this.cBDinput_CheckedChanged);
|
2014-12-17 19:29:22 +01:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// pBProgram
|
2014-12-17 19:29:22 +01:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
resources.ApplyResources(this.pBProgram, "pBProgram");
|
|
|
|
|
this.pBProgram.Name = "pBProgram";
|
|
|
|
|
this.pBProgram.TabStop = false;
|
2014-12-17 19:29:22 +01:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// cBLaunchProgram
|
2014-12-17 19:29:22 +01:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
resources.ApplyResources(this.cBLaunchProgram, "cBLaunchProgram");
|
|
|
|
|
this.cBLaunchProgram.Name = "cBLaunchProgram";
|
|
|
|
|
this.cBLaunchProgram.UseVisualStyleBackColor = true;
|
|
|
|
|
this.cBLaunchProgram.CheckedChanged += new System.EventHandler(this.cBLaunchProgram_CheckedChanged);
|
2014-12-17 19:29:22 +01:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// btnBrowse
|
2014-12-17 19:29:22 +01:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
resources.ApplyResources(this.btnBrowse, "btnBrowse");
|
|
|
|
|
this.btnBrowse.Name = "btnBrowse";
|
|
|
|
|
this.btnBrowse.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btnBrowse.Click += new System.EventHandler(this.btnBrowse_Click);
|
2014-12-17 19:29:22 +01:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// lbUseController
|
2014-12-17 19:29:22 +01:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
resources.ApplyResources(this.lbUseController, "lbUseController");
|
|
|
|
|
this.lbUseController.Name = "lbUseController";
|
2014-12-17 19:29:22 +01:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// cBMouseAccel
|
2014-12-17 19:29:22 +01:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
resources.ApplyResources(this.cBMouseAccel, "cBMouseAccel");
|
|
|
|
|
this.cBMouseAccel.Name = "cBMouseAccel";
|
|
|
|
|
this.cBMouseAccel.UseVisualStyleBackColor = true;
|
|
|
|
|
this.cBMouseAccel.CheckedChanged += new System.EventHandler(this.cBMouseAccel_CheckedChanged);
|
2014-12-17 19:29:22 +01:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// nUDSixaxis
|
2014-12-17 19:29:22 +01:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
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});
|
2014-12-17 19:29:22 +01:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// cBControllerInput
|
2014-12-17 19:29:22 +01:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
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);
|
2014-12-17 19:29:22 +01:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// cBIdleDisconnect
|
2014-12-17 19:29:22 +01:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
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);
|
2014-12-17 19:29:22 +01:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// gBLightbar
|
2014-12-17 19:29:22 +01:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.gBLightbar.BackColor = System.Drawing.Color.WhiteSmoke;
|
2015-12-13 22:30:54 +01:00
|
|
|
|
this.gBLightbar.Controls.Add(this.btnRainbow);
|
2015-11-28 06:47:26 +01:00
|
|
|
|
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.nUDflashLED);
|
|
|
|
|
this.gBLightbar.Controls.Add(this.nUDRainbow);
|
|
|
|
|
this.gBLightbar.Controls.Add(this.lbspc);
|
|
|
|
|
this.gBLightbar.Controls.Add(this.cBLightbyBattery);
|
|
|
|
|
this.gBLightbar.Controls.Add(this.pnlLowBattery);
|
2015-11-30 22:15:17 +01:00
|
|
|
|
this.gBLightbar.Controls.Add(this.pnlFull);
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.gBLightbar, "gBLightbar");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.gBLightbar.Name = "gBLightbar";
|
|
|
|
|
this.gBLightbar.TabStop = false;
|
2014-12-17 19:29:22 +01:00
|
|
|
|
//
|
2015-12-13 22:30:54 +01:00
|
|
|
|
// btnRainbow
|
|
|
|
|
//
|
|
|
|
|
this.btnRainbow.Image = global::DS4Windows.Properties.Resources.rainbow;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.btnRainbow, "btnRainbow");
|
2015-12-13 22:30:54 +01:00
|
|
|
|
this.btnRainbow.Name = "btnRainbow";
|
|
|
|
|
this.btnRainbow.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btnRainbow.Click += new System.EventHandler(this.btnRainbow_Click);
|
|
|
|
|
//
|
2015-11-30 22:15:17 +01:00
|
|
|
|
// lbRainbowB
|
2014-12-17 19:29:22 +01:00
|
|
|
|
//
|
2015-11-30 22:15:17 +01:00
|
|
|
|
resources.ApplyResources(this.lbRainbowB, "lbRainbowB");
|
|
|
|
|
this.lbRainbowB.Name = "lbRainbowB";
|
2014-12-17 19:29:22 +01:00
|
|
|
|
//
|
2015-11-30 22:15:17 +01:00
|
|
|
|
// nUDRainbowB
|
2014-12-17 19:29:22 +01:00
|
|
|
|
//
|
2015-11-30 22:15:17 +01:00
|
|
|
|
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);
|
2014-12-17 19:29:22 +01:00
|
|
|
|
//
|
2015-11-30 22:15:17 +01:00
|
|
|
|
// cBFlashType
|
2014-12-17 19:29:22 +01:00
|
|
|
|
//
|
2015-11-30 22:15:17 +01:00
|
|
|
|
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")});
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.cBFlashType, "cBFlashType");
|
2015-11-30 22:15:17 +01:00
|
|
|
|
this.cBFlashType.Name = "cBFlashType";
|
|
|
|
|
this.cBFlashType.SelectedIndexChanged += new System.EventHandler(this.cBFlashType_SelectedIndexChanged);
|
2014-12-17 19:29:22 +01:00
|
|
|
|
//
|
2015-11-30 22:15:17 +01:00
|
|
|
|
// cBWhileCharging
|
2014-12-17 19:29:22 +01:00
|
|
|
|
//
|
2015-11-30 22:15:17 +01:00
|
|
|
|
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")});
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.cBWhileCharging, "cBWhileCharging");
|
2015-11-30 22:15:17 +01:00
|
|
|
|
this.cBWhileCharging.Name = "cBWhileCharging";
|
|
|
|
|
this.cBWhileCharging.SelectedIndexChanged += new System.EventHandler(this.cBWhileCharging_SelectedIndexChanged);
|
2014-12-17 19:29:22 +01:00
|
|
|
|
//
|
2015-11-30 22:15:17 +01:00
|
|
|
|
// btnFlashColor
|
2014-12-17 19:29:22 +01:00
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.btnFlashColor.BackColor = System.Drawing.Color.White;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.btnFlashColor, "btnFlashColor");
|
2015-11-30 22:15:17 +01:00
|
|
|
|
this.btnFlashColor.Name = "btnFlashColor";
|
|
|
|
|
this.btnFlashColor.UseVisualStyleBackColor = false;
|
|
|
|
|
this.btnFlashColor.Click += new System.EventHandler(this.btnFlashColor_Click);
|
2014-12-17 19:29:22 +01:00
|
|
|
|
//
|
2015-11-30 22:15:17 +01:00
|
|
|
|
// btnChargingColor
|
2014-12-17 19:29:22 +01:00
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.btnChargingColor.BackColor = System.Drawing.Color.White;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.btnChargingColor, "btnChargingColor");
|
2015-11-30 22:15:17 +01:00
|
|
|
|
this.btnChargingColor.Name = "btnChargingColor";
|
|
|
|
|
this.btnChargingColor.UseVisualStyleBackColor = false;
|
|
|
|
|
this.btnChargingColor.Click += new System.EventHandler(this.btnChargingColor_Click);
|
2014-12-17 19:29:22 +01:00
|
|
|
|
//
|
2015-11-30 22:15:17 +01:00
|
|
|
|
// lbWhileCharging
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbWhileCharging, "lbWhileCharging");
|
|
|
|
|
this.lbWhileCharging.Name = "lbWhileCharging";
|
|
|
|
|
//
|
|
|
|
|
// lbPercentFlashBar
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbPercentFlashBar, "lbPercentFlashBar");
|
|
|
|
|
this.lbPercentFlashBar.Name = "lbPercentFlashBar";
|
|
|
|
|
//
|
|
|
|
|
// nUDflashLED
|
|
|
|
|
//
|
|
|
|
|
this.nUDflashLED.Increment = new decimal(new int[] {
|
|
|
|
|
10,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.nUDflashLED, "nUDflashLED");
|
2015-11-30 22:15:17 +01:00
|
|
|
|
this.nUDflashLED.Name = "nUDflashLED";
|
|
|
|
|
this.nUDflashLED.ValueChanged += new System.EventHandler(this.nUDflashLED_ValueChanged);
|
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// 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);
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.gBRumble, "gBRumble");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
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
|
|
|
|
|
//
|
|
|
|
|
this.nUDSZ.DecimalPlaces = 2;
|
|
|
|
|
this.nUDSZ.Increment = new decimal(new int[] {
|
|
|
|
|
1,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
65536});
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.nUDSZ, "nUDSZ");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
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
|
|
|
|
|
//
|
|
|
|
|
this.nUDSX.DecimalPlaces = 2;
|
|
|
|
|
this.nUDSX.Increment = new decimal(new int[] {
|
|
|
|
|
1,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
65536});
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.nUDSX, "nUDSX");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
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);
|
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
// lbL2TrackS
|
|
|
|
|
//
|
|
|
|
|
this.lbL2TrackS.Controls.Add(this.pnlSATrack);
|
|
|
|
|
this.lbL2TrackS.Controls.Add(this.lbL2Track);
|
|
|
|
|
this.lbL2TrackS.Controls.Add(this.lbRSTip);
|
|
|
|
|
this.lbL2TrackS.Controls.Add(this.lbInputDelay);
|
|
|
|
|
this.lbL2TrackS.Controls.Add(this.lbR2Track);
|
|
|
|
|
this.lbL2TrackS.Controls.Add(this.lbLSTip);
|
|
|
|
|
this.lbL2TrackS.Controls.Add(this.lbSATip);
|
|
|
|
|
this.lbL2TrackS.Controls.Add(this.tBR2);
|
|
|
|
|
this.lbL2TrackS.Controls.Add(this.tBL2);
|
|
|
|
|
this.lbL2TrackS.Controls.Add(this.pnlSixaxis);
|
|
|
|
|
this.lbL2TrackS.Controls.Add(this.pnlLSTrack);
|
|
|
|
|
this.lbL2TrackS.Controls.Add(this.pnlRSTrack);
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.lbL2TrackS, "lbL2TrackS");
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.lbL2TrackS.Name = "lbL2TrackS";
|
|
|
|
|
this.lbL2TrackS.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// pnlSATrack
|
|
|
|
|
//
|
|
|
|
|
this.pnlSATrack.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
|
|
this.pnlSATrack.Controls.Add(this.btnSATrack);
|
|
|
|
|
this.pnlSATrack.Controls.Add(this.btnSATrackS);
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.pnlSATrack, "pnlSATrack");
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.pnlSATrack.Name = "pnlSATrack";
|
|
|
|
|
this.pnlSATrack.Paint += new System.Windows.Forms.PaintEventHandler(this.pnlSATrack_Paint);
|
|
|
|
|
//
|
|
|
|
|
// btnSATrack
|
|
|
|
|
//
|
|
|
|
|
this.btnSATrack.BackColor = System.Drawing.Color.Black;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.btnSATrack, "btnSATrack");
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.btnSATrack.Name = "btnSATrack";
|
|
|
|
|
this.btnSATrack.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// btnSATrackS
|
|
|
|
|
//
|
|
|
|
|
this.btnSATrackS.BackColor = System.Drawing.Color.DimGray;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.btnSATrackS, "btnSATrackS");
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.btnSATrackS.ForeColor = System.Drawing.SystemColors.ControlDark;
|
|
|
|
|
this.btnSATrackS.Name = "btnSATrackS";
|
|
|
|
|
this.btnSATrackS.UseVisualStyleBackColor = false;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
//
|
|
|
|
|
// lbL2Track
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbL2Track, "lbL2Track");
|
|
|
|
|
this.lbL2Track.Name = "lbL2Track";
|
|
|
|
|
//
|
|
|
|
|
// 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);
|
|
|
|
|
//
|
|
|
|
|
// 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;
|
|
|
|
|
//
|
|
|
|
|
// pnlSixaxis
|
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.pnlSixaxis.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
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);
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.pnlSixaxis, "pnlSixaxis");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.pnlSixaxis.Name = "pnlSixaxis";
|
|
|
|
|
this.pnlSixaxis.Click += new System.EventHandler(this.SixaxisPanel_Click);
|
2014-11-15 22:54:14 +01:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// tBsixaxisAccelX
|
2014-11-15 22:54:14 +01:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
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;
|
2014-11-15 22:54:14 +01:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// lb6Accel
|
2014-11-15 22:54:14 +01:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
resources.ApplyResources(this.lb6Accel, "lb6Accel");
|
|
|
|
|
this.lb6Accel.Name = "lb6Accel";
|
2014-11-15 22:54:14 +01:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// tBsixaxisGyroX
|
2014-11-01 22:49:22 +01:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
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;
|
2014-11-01 22:49:22 +01:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// lb6Gryo
|
2014-11-01 22:49:22 +01:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
resources.ApplyResources(this.lb6Gryo, "lb6Gryo");
|
|
|
|
|
this.lb6Gryo.Name = "lb6Gryo";
|
2014-11-01 22:49:22 +01:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// tBsixaxisGyroY
|
2014-11-01 22:49:22 +01:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
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;
|
2014-11-01 22:49:22 +01:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// tBsixaxisGyroZ
|
2014-11-01 22:49:22 +01:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
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;
|
2014-11-01 22:49:22 +01:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// tBsixaxisAccelY
|
2014-11-01 22:49:22 +01:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
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;
|
2014-11-01 22:49:22 +01:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// tBsixaxisAccelZ
|
2014-11-01 22:49:22 +01:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
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;
|
2014-11-01 22:49:22 +01:00
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
// pnlLSTrack
|
|
|
|
|
//
|
|
|
|
|
this.pnlLSTrack.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
|
|
this.pnlLSTrack.Controls.Add(this.btnLSTrack);
|
|
|
|
|
this.pnlLSTrack.Controls.Add(this.btnLSTrackS);
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.pnlLSTrack, "pnlLSTrack");
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.pnlLSTrack.Name = "pnlLSTrack";
|
|
|
|
|
this.pnlLSTrack.Paint += new System.Windows.Forms.PaintEventHandler(this.pnlLSTrack_Paint);
|
|
|
|
|
//
|
|
|
|
|
// btnLSTrack
|
|
|
|
|
//
|
|
|
|
|
this.btnLSTrack.BackColor = System.Drawing.Color.Black;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.btnLSTrack, "btnLSTrack");
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.btnLSTrack.Name = "btnLSTrack";
|
|
|
|
|
this.btnLSTrack.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// btnLSTrackS
|
|
|
|
|
//
|
|
|
|
|
this.btnLSTrackS.BackColor = System.Drawing.Color.DimGray;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.btnLSTrackS, "btnLSTrackS");
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.btnLSTrackS.ForeColor = System.Drawing.SystemColors.ControlDark;
|
|
|
|
|
this.btnLSTrackS.Name = "btnLSTrackS";
|
|
|
|
|
this.btnLSTrackS.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// pnlRSTrack
|
|
|
|
|
//
|
|
|
|
|
this.pnlRSTrack.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
|
|
this.pnlRSTrack.Controls.Add(this.btnRSTrackS);
|
|
|
|
|
this.pnlRSTrack.Controls.Add(this.btnRSTrack);
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.pnlRSTrack, "pnlRSTrack");
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.pnlRSTrack.Name = "pnlRSTrack";
|
|
|
|
|
this.pnlRSTrack.Paint += new System.Windows.Forms.PaintEventHandler(this.pnlRSTrack_Paint);
|
|
|
|
|
//
|
|
|
|
|
// btnRSTrackS
|
|
|
|
|
//
|
|
|
|
|
this.btnRSTrackS.BackColor = System.Drawing.Color.DimGray;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.btnRSTrackS, "btnRSTrackS");
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.btnRSTrackS.ForeColor = System.Drawing.SystemColors.ControlDark;
|
|
|
|
|
this.btnRSTrackS.Name = "btnRSTrackS";
|
|
|
|
|
this.btnRSTrackS.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// btnRSTrack
|
|
|
|
|
//
|
|
|
|
|
this.btnRSTrack.BackColor = System.Drawing.Color.Black;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.btnRSTrack, "btnRSTrack");
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.btnRSTrack.Name = "btnRSTrack";
|
|
|
|
|
this.btnRSTrack.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
2015-11-30 22:15:17 +01:00
|
|
|
|
// 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);
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.fLPTiltControls, "fLPTiltControls");
|
2015-11-30 22:15:17 +01:00
|
|
|
|
this.fLPTiltControls.Name = "fLPTiltControls";
|
|
|
|
|
//
|
|
|
|
|
// bnGyroZN
|
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.bnGyroZN.ContextMenuStrip = this.cMSPresets;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.bnGyroZN, "bnGyroZN");
|
2015-11-30 22:15:17 +01:00
|
|
|
|
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
|
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.bnGyroZP.ContextMenuStrip = this.cMSPresets;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.bnGyroZP, "bnGyroZP");
|
2015-11-30 22:15:17 +01:00
|
|
|
|
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
|
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.bnGyroXP.ContextMenuStrip = this.cMSPresets;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.bnGyroXP, "bnGyroXP");
|
2015-11-30 22:15:17 +01:00
|
|
|
|
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
|
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.bnGyroXN.ContextMenuStrip = this.cMSPresets;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.bnGyroXN, "bnGyroXN");
|
2015-11-30 22:15:17 +01:00
|
|
|
|
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";
|
|
|
|
|
//
|
|
|
|
|
// tCControls
|
|
|
|
|
//
|
|
|
|
|
this.tCControls.Controls.Add(this.tPControls);
|
|
|
|
|
this.tCControls.Controls.Add(this.tPSpecial);
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.tCControls.Controls.Add(this.lbL2TrackS);
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.tCControls, "tCControls");
|
2015-11-30 22:15:17 +01:00
|
|
|
|
this.tCControls.Name = "tCControls";
|
|
|
|
|
this.tCControls.SelectedIndex = 0;
|
|
|
|
|
this.tCControls.SelectedIndexChanged += new System.EventHandler(this.tabControls_SelectedIndexChanged);
|
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// tPControls
|
2014-11-01 22:49:22 +01:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
resources.ApplyResources(this.tPControls, "tPControls");
|
|
|
|
|
this.tPControls.BackColor = System.Drawing.SystemColors.WindowFrame;
|
|
|
|
|
this.tPControls.Controls.Add(this.lBControls);
|
2015-11-30 22:15:17 +01:00
|
|
|
|
this.tPControls.Controls.Add(this.gBTouchpad);
|
|
|
|
|
this.tPControls.Controls.Add(this.lbControlTip);
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.tPControls.Controls.Add(this.pnlController);
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.tPControls.Name = "tPControls";
|
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
// 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);
|
|
|
|
|
//
|
2015-12-18 07:25:51 +01:00
|
|
|
|
// lbControlTip
|
2015-11-28 06:47:26 +01:00
|
|
|
|
//
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.lbControlTip.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.lbControlTip.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
resources.ApplyResources(this.lbControlTip, "lbControlTip");
|
|
|
|
|
this.lbControlTip.Name = "lbControlTip";
|
2015-11-28 06:47:26 +01:00
|
|
|
|
//
|
|
|
|
|
// pnlController
|
|
|
|
|
//
|
|
|
|
|
this.pnlController.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.pnlController.BackgroundImage = global::DS4Windows.Properties.Resources.DS4_Config;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.pnlController, "pnlController");
|
|
|
|
|
this.pnlController.Controls.Add(this.pBHoveredButton);
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.pnlController.Controls.Add(this.lbLRS);
|
|
|
|
|
this.pnlController.Controls.Add(this.lbLLS);
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.pnlController.Controls.Add(this.bnRSDown);
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.pnlController.Controls.Add(this.lbLTouchUpper);
|
|
|
|
|
this.pnlController.Controls.Add(this.lbLTouchRight);
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.pnlController.Controls.Add(this.bnL3);
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.pnlController.Controls.Add(this.lbLTouchLM);
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.pnlController.Controls.Add(this.bnRSUp);
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.pnlController.Controls.Add(this.lbLR2);
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.pnlController.Controls.Add(this.bnRSRight);
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.pnlController.Controls.Add(this.lbLL2);
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.pnlController.Controls.Add(this.bnR3);
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.pnlController.Controls.Add(this.lbLR1);
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.pnlController.Controls.Add(this.bnRSLeft);
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.pnlController.Controls.Add(this.lbLL1);
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.pnlController.Controls.Add(this.bnLSLeft);
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.pnlController.Controls.Add(this.lbLPS);
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.pnlController.Controls.Add(this.bnLSUp);
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.pnlController.Controls.Add(this.lbLLeft);
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.pnlController.Controls.Add(this.bnLSRight);
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.pnlController.Controls.Add(this.lbLright);
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.pnlController.Controls.Add(this.bnLSDown);
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.pnlController.Controls.Add(this.lbLDown);
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.pnlController.Controls.Add(this.bnR2);
|
|
|
|
|
this.pnlController.Controls.Add(this.bnUp);
|
|
|
|
|
this.pnlController.Controls.Add(this.bnDown);
|
|
|
|
|
this.pnlController.Controls.Add(this.bnTriangle);
|
|
|
|
|
this.pnlController.Controls.Add(this.bnR1);
|
|
|
|
|
this.pnlController.Controls.Add(this.bnSquare);
|
|
|
|
|
this.pnlController.Controls.Add(this.bnRight);
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.pnlController.Controls.Add(this.lbLUp);
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.pnlController.Controls.Add(this.bnLeft);
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.pnlController.Controls.Add(this.lbLShare);
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.pnlController.Controls.Add(this.bnOptions);
|
|
|
|
|
this.pnlController.Controls.Add(this.bnShare);
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.pnlController.Controls.Add(this.lbLOptions);
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.pnlController.Controls.Add(this.bnL1);
|
|
|
|
|
this.pnlController.Controls.Add(this.bnTouchRight);
|
|
|
|
|
this.pnlController.Controls.Add(this.bnL2);
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.pnlController.Controls.Add(this.lbLTriangle);
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.pnlController.Controls.Add(this.bnTouchLeft);
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.pnlController.Controls.Add(this.lbLSquare);
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.pnlController.Controls.Add(this.bnTouchMulti);
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.pnlController.Controls.Add(this.lbLCircle);
|
|
|
|
|
this.pnlController.Controls.Add(this.lbLCross);
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.pnlController.Controls.Add(this.bnTouchUpper);
|
|
|
|
|
this.pnlController.Controls.Add(this.btnLightbar);
|
|
|
|
|
this.pnlController.Controls.Add(this.bnPS);
|
|
|
|
|
this.pnlController.Controls.Add(this.bnCross);
|
|
|
|
|
this.pnlController.Controls.Add(this.bnCircle);
|
|
|
|
|
this.pnlController.Controls.Add(this.lbControlName);
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.pnlController.Name = "pnlController";
|
|
|
|
|
//
|
2015-12-18 07:25:51 +01:00
|
|
|
|
// pBHoveredButton
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.pBHoveredButton, "pBHoveredButton");
|
|
|
|
|
this.pBHoveredButton.Image = global::DS4Windows.Properties.Resources.DS4_Config_RS;
|
|
|
|
|
this.pBHoveredButton.Name = "pBHoveredButton";
|
|
|
|
|
this.pBHoveredButton.TabStop = false;
|
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// lbLRS
|
|
|
|
|
//
|
|
|
|
|
this.lbLRS.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.lbLRS.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.lbLRS, "lbLRS");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.lbLRS.Name = "lbLRS";
|
|
|
|
|
//
|
|
|
|
|
// lbLLS
|
|
|
|
|
//
|
|
|
|
|
this.lbLLS.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.lbLLS.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.lbLLS, "lbLLS");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.lbLLS.Name = "lbLLS";
|
|
|
|
|
//
|
|
|
|
|
// bnRSDown
|
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.bnRSDown.BackColor = System.Drawing.Color.Transparent;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.bnRSDown, "bnRSDown");
|
2015-11-30 22:15:17 +01:00
|
|
|
|
this.bnRSDown.ContextMenuStrip = this.cMSPresets;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnRSDown.Cursor = System.Windows.Forms.Cursors.Default;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.bnRSDown.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnRSDown.FlatAppearance.BorderSize = 0;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.bnRSDown.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnRSDown.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnRSDown.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnRSDown.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
this.bnRSDown.Name = "bnRSDown";
|
|
|
|
|
this.bnRSDown.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnRSDown.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
|
|
|
//
|
2015-12-18 07:25:51 +01:00
|
|
|
|
// lbLTouchUpper
|
2015-12-05 09:55:11 +01:00
|
|
|
|
//
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.lbLTouchUpper.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.lbLTouchUpper.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
resources.ApplyResources(this.lbLTouchUpper, "lbLTouchUpper");
|
|
|
|
|
this.lbLTouchUpper.Name = "lbLTouchUpper";
|
|
|
|
|
//
|
|
|
|
|
// lbLTouchRight
|
|
|
|
|
//
|
|
|
|
|
this.lbLTouchRight.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.lbLTouchRight.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
resources.ApplyResources(this.lbLTouchRight, "lbLTouchRight");
|
|
|
|
|
this.lbLTouchRight.Name = "lbLTouchRight";
|
2015-12-05 09:55:11 +01:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// bnL3
|
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.bnL3.BackColor = System.Drawing.Color.Transparent;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.bnL3, "bnL3");
|
2015-11-30 22:15:17 +01:00
|
|
|
|
this.bnL3.ContextMenuStrip = this.cMSPresets;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnL3.Cursor = System.Windows.Forms.Cursors.Default;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.bnL3.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnL3.FlatAppearance.BorderSize = 0;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.bnL3.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnL3.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnL3.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnL3.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
this.bnL3.Name = "bnL3";
|
|
|
|
|
this.bnL3.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnL3.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
|
|
|
//
|
2015-12-18 07:25:51 +01:00
|
|
|
|
// lbLTouchLM
|
|
|
|
|
//
|
|
|
|
|
this.lbLTouchLM.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.lbLTouchLM.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
resources.ApplyResources(this.lbLTouchLM, "lbLTouchLM");
|
|
|
|
|
this.lbLTouchLM.Name = "lbLTouchLM";
|
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// bnRSUp
|
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.bnRSUp.BackColor = System.Drawing.Color.Transparent;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.bnRSUp, "bnRSUp");
|
2015-11-30 22:15:17 +01:00
|
|
|
|
this.bnRSUp.ContextMenuStrip = this.cMSPresets;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnRSUp.Cursor = System.Windows.Forms.Cursors.Default;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.bnRSUp.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnRSUp.FlatAppearance.BorderSize = 0;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.bnRSUp.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnRSUp.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnRSUp.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnRSUp.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
this.bnRSUp.Name = "bnRSUp";
|
|
|
|
|
this.bnRSUp.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnRSUp.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
|
|
|
//
|
2015-12-18 07:25:51 +01:00
|
|
|
|
// lbLR2
|
|
|
|
|
//
|
|
|
|
|
this.lbLR2.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.lbLR2.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
resources.ApplyResources(this.lbLR2, "lbLR2");
|
|
|
|
|
this.lbLR2.Name = "lbLR2";
|
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// bnRSRight
|
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.bnRSRight.BackColor = System.Drawing.Color.Transparent;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.bnRSRight, "bnRSRight");
|
2015-11-30 22:15:17 +01:00
|
|
|
|
this.bnRSRight.ContextMenuStrip = this.cMSPresets;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnRSRight.Cursor = System.Windows.Forms.Cursors.Default;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.bnRSRight.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnRSRight.FlatAppearance.BorderSize = 0;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.bnRSRight.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnRSRight.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnRSRight.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnRSRight.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
this.bnRSRight.Name = "bnRSRight";
|
|
|
|
|
this.bnRSRight.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnRSRight.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
|
|
|
//
|
2015-12-18 07:25:51 +01:00
|
|
|
|
// lbLL2
|
|
|
|
|
//
|
|
|
|
|
this.lbLL2.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.lbLL2.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
resources.ApplyResources(this.lbLL2, "lbLL2");
|
|
|
|
|
this.lbLL2.Name = "lbLL2";
|
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// bnR3
|
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.bnR3.BackColor = System.Drawing.Color.Transparent;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.bnR3, "bnR3");
|
2015-11-30 22:15:17 +01:00
|
|
|
|
this.bnR3.ContextMenuStrip = this.cMSPresets;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnR3.Cursor = System.Windows.Forms.Cursors.Default;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.bnR3.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnR3.FlatAppearance.BorderSize = 0;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.bnR3.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnR3.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnR3.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnR3.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
this.bnR3.Name = "bnR3";
|
|
|
|
|
this.bnR3.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnR3.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
|
|
|
//
|
2015-12-18 07:25:51 +01:00
|
|
|
|
// lbLR1
|
|
|
|
|
//
|
|
|
|
|
this.lbLR1.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.lbLR1.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
resources.ApplyResources(this.lbLR1, "lbLR1");
|
|
|
|
|
this.lbLR1.Name = "lbLR1";
|
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// bnRSLeft
|
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.bnRSLeft.BackColor = System.Drawing.Color.Transparent;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.bnRSLeft, "bnRSLeft");
|
2015-11-30 22:15:17 +01:00
|
|
|
|
this.bnRSLeft.ContextMenuStrip = this.cMSPresets;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnRSLeft.Cursor = System.Windows.Forms.Cursors.Default;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.bnRSLeft.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnRSLeft.FlatAppearance.BorderSize = 0;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.bnRSLeft.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnRSLeft.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnRSLeft.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnRSLeft.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
this.bnRSLeft.Name = "bnRSLeft";
|
|
|
|
|
this.bnRSLeft.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnRSLeft.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
|
|
|
//
|
2015-12-18 07:25:51 +01:00
|
|
|
|
// lbLL1
|
|
|
|
|
//
|
|
|
|
|
this.lbLL1.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.lbLL1.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
resources.ApplyResources(this.lbLL1, "lbLL1");
|
|
|
|
|
this.lbLL1.Name = "lbLL1";
|
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// bnLSLeft
|
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.bnLSLeft.BackColor = System.Drawing.Color.Transparent;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.bnLSLeft, "bnLSLeft");
|
2015-11-30 22:15:17 +01:00
|
|
|
|
this.bnLSLeft.ContextMenuStrip = this.cMSPresets;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnLSLeft.Cursor = System.Windows.Forms.Cursors.Default;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.bnLSLeft.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnLSLeft.FlatAppearance.BorderSize = 0;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.bnLSLeft.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnLSLeft.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnLSLeft.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnLSLeft.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
this.bnLSLeft.Name = "bnLSLeft";
|
|
|
|
|
this.bnLSLeft.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnLSLeft.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
|
|
|
//
|
2015-12-18 07:25:51 +01:00
|
|
|
|
// lbLPS
|
|
|
|
|
//
|
|
|
|
|
this.lbLPS.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.lbLPS.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
resources.ApplyResources(this.lbLPS, "lbLPS");
|
|
|
|
|
this.lbLPS.Name = "lbLPS";
|
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// bnLSUp
|
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.bnLSUp.BackColor = System.Drawing.Color.Transparent;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.bnLSUp, "bnLSUp");
|
2015-11-30 22:15:17 +01:00
|
|
|
|
this.bnLSUp.ContextMenuStrip = this.cMSPresets;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnLSUp.Cursor = System.Windows.Forms.Cursors.Default;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.bnLSUp.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnLSUp.FlatAppearance.BorderSize = 0;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.bnLSUp.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnLSUp.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnLSUp.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnLSUp.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
this.bnLSUp.Name = "bnLSUp";
|
|
|
|
|
this.bnLSUp.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnLSUp.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
|
|
|
//
|
2015-12-18 07:25:51 +01:00
|
|
|
|
// lbLLeft
|
|
|
|
|
//
|
|
|
|
|
this.lbLLeft.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.lbLLeft.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
resources.ApplyResources(this.lbLLeft, "lbLLeft");
|
|
|
|
|
this.lbLLeft.Name = "lbLLeft";
|
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// bnLSRight
|
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.bnLSRight.BackColor = System.Drawing.Color.Transparent;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.bnLSRight, "bnLSRight");
|
2015-11-30 22:15:17 +01:00
|
|
|
|
this.bnLSRight.ContextMenuStrip = this.cMSPresets;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnLSRight.Cursor = System.Windows.Forms.Cursors.Default;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.bnLSRight.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnLSRight.FlatAppearance.BorderSize = 0;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.bnLSRight.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnLSRight.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnLSRight.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnLSRight.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
this.bnLSRight.Name = "bnLSRight";
|
|
|
|
|
this.bnLSRight.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnLSRight.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
|
|
|
//
|
2015-12-18 07:25:51 +01:00
|
|
|
|
// lbLright
|
|
|
|
|
//
|
|
|
|
|
this.lbLright.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.lbLright.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
resources.ApplyResources(this.lbLright, "lbLright");
|
|
|
|
|
this.lbLright.Name = "lbLright";
|
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// bnLSDown
|
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.bnLSDown.BackColor = System.Drawing.Color.Transparent;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.bnLSDown, "bnLSDown");
|
2015-11-30 22:15:17 +01:00
|
|
|
|
this.bnLSDown.ContextMenuStrip = this.cMSPresets;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnLSDown.Cursor = System.Windows.Forms.Cursors.Default;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.bnLSDown.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnLSDown.FlatAppearance.BorderSize = 0;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.bnLSDown.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnLSDown.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnLSDown.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnLSDown.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
this.bnLSDown.Name = "bnLSDown";
|
|
|
|
|
this.bnLSDown.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnLSDown.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
|
|
|
//
|
2015-12-18 07:25:51 +01:00
|
|
|
|
// lbLDown
|
2015-11-28 06:47:26 +01:00
|
|
|
|
//
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.lbLDown.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.lbLDown.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
resources.ApplyResources(this.lbLDown, "lbLDown");
|
|
|
|
|
this.lbLDown.Name = "lbLDown";
|
2015-11-28 06:47:26 +01:00
|
|
|
|
//
|
|
|
|
|
// bnR2
|
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.bnR2.BackColor = System.Drawing.Color.Transparent;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.bnR2, "bnR2");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnR2.Cursor = System.Windows.Forms.Cursors.Default;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.bnR2.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnR2.FlatAppearance.BorderSize = 0;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.bnR2.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnR2.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnR2.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnR2.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
this.bnR2.Name = "bnR2";
|
|
|
|
|
this.bnR2.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnR2.Click += new System.EventHandler(this.Show_ControlsBn);
|
2014-11-01 22:49:22 +01:00
|
|
|
|
//
|
2014-11-14 20:44:50 +01:00
|
|
|
|
// bnUp
|
2014-11-01 22:49:22 +01:00
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.bnUp.BackColor = System.Drawing.Color.Transparent;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.bnUp, "bnUp");
|
2014-12-17 19:29:22 +01:00
|
|
|
|
this.bnUp.ContextMenuStrip = this.cMSPresets;
|
2014-11-14 20:44:50 +01:00
|
|
|
|
this.bnUp.Cursor = System.Windows.Forms.Cursors.Default;
|
|
|
|
|
this.bnUp.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.bnUp.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
2014-11-14 20:44:50 +01:00
|
|
|
|
this.bnUp.FlatAppearance.BorderSize = 0;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.bnUp.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnUp.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnUp.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
2014-11-14 20:44:50 +01:00
|
|
|
|
this.bnUp.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
this.bnUp.Name = "bnUp";
|
|
|
|
|
this.bnUp.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnUp.Click += new System.EventHandler(this.Show_ControlsBn);
|
2014-11-01 22:49:22 +01:00
|
|
|
|
//
|
2014-11-14 20:44:50 +01:00
|
|
|
|
// bnDown
|
2014-11-01 22:49:22 +01:00
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.bnDown.BackColor = System.Drawing.Color.Transparent;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.bnDown, "bnDown");
|
2014-12-17 19:29:22 +01:00
|
|
|
|
this.bnDown.ContextMenuStrip = this.cMSPresets;
|
2014-11-14 20:44:50 +01:00
|
|
|
|
this.bnDown.Cursor = System.Windows.Forms.Cursors.Default;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.bnDown.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
2014-11-14 20:44:50 +01:00
|
|
|
|
this.bnDown.FlatAppearance.BorderSize = 0;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.bnDown.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnDown.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnDown.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
2014-11-14 20:44:50 +01:00
|
|
|
|
this.bnDown.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
this.bnDown.Name = "bnDown";
|
|
|
|
|
this.bnDown.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnDown.Click += new System.EventHandler(this.Show_ControlsBn);
|
2014-11-01 22:49:22 +01:00
|
|
|
|
//
|
2015-12-18 07:25:51 +01:00
|
|
|
|
// bnTriangle
|
|
|
|
|
//
|
|
|
|
|
this.bnTriangle.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
resources.ApplyResources(this.bnTriangle, "bnTriangle");
|
|
|
|
|
this.bnTriangle.ContextMenuStrip = this.cMSPresets;
|
|
|
|
|
this.bnTriangle.Cursor = System.Windows.Forms.Cursors.Default;
|
|
|
|
|
this.bnTriangle.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
|
|
|
this.bnTriangle.FlatAppearance.BorderSize = 0;
|
|
|
|
|
this.bnTriangle.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnTriangle.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnTriangle.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnTriangle.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
this.bnTriangle.Name = "bnTriangle";
|
|
|
|
|
this.bnTriangle.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnTriangle.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// bnR1
|
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.bnR1.BackColor = System.Drawing.Color.Transparent;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.bnR1, "bnR1");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnR1.Cursor = System.Windows.Forms.Cursors.Default;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.bnR1.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnR1.FlatAppearance.BorderSize = 0;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.bnR1.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnR1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnR1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnR1.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
this.bnR1.Name = "bnR1";
|
|
|
|
|
this.bnR1.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnR1.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
|
|
|
//
|
2015-12-18 07:25:51 +01:00
|
|
|
|
// bnSquare
|
|
|
|
|
//
|
|
|
|
|
this.bnSquare.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
resources.ApplyResources(this.bnSquare, "bnSquare");
|
|
|
|
|
this.bnSquare.ContextMenuStrip = this.cMSPresets;
|
|
|
|
|
this.bnSquare.Cursor = System.Windows.Forms.Cursors.Default;
|
|
|
|
|
this.bnSquare.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
|
|
|
this.bnSquare.FlatAppearance.BorderSize = 0;
|
|
|
|
|
this.bnSquare.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnSquare.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnSquare.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnSquare.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
this.bnSquare.Name = "bnSquare";
|
|
|
|
|
this.bnSquare.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnSquare.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
|
|
|
//
|
2014-11-01 22:49:22 +01:00
|
|
|
|
// bnRight
|
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.bnRight.BackColor = System.Drawing.Color.Transparent;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.bnRight, "bnRight");
|
2014-12-17 19:29:22 +01:00
|
|
|
|
this.bnRight.ContextMenuStrip = this.cMSPresets;
|
2014-11-01 22:49:22 +01:00
|
|
|
|
this.bnRight.Cursor = System.Windows.Forms.Cursors.Default;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.bnRight.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
2014-11-01 22:49:22 +01:00
|
|
|
|
this.bnRight.FlatAppearance.BorderSize = 0;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.bnRight.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnRight.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnRight.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
2014-11-01 22:49:22 +01:00
|
|
|
|
this.bnRight.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
this.bnRight.Name = "bnRight";
|
|
|
|
|
this.bnRight.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnRight.Click += new System.EventHandler(this.Show_ControlsBn);
|
Shift modifier: Hold an action to use another set of controls, if nothing is set to the shifted control, in falls back to the default action
View input of controls in profiles, see exactly when a deadzone is passed and check the input delay for controllers (special thanks to jhebbel), click the on sixaxis panel
Click the Empty text on in the lightbar box to copy the lightbar color from full to empty.
While opened, option to keep the window size after closing the profile's settings
Old profiles are automatically upgraded if it's missing new settings, such as how colors are now saved, sixaxis deadzones, and shift controls
Other UI changes for profile settings, flipped touchpad and other settings boxes
Others:
Fix for when clicking the semicolon in the select an action screen
Fix assigning Sixaxis action to a key
minor UI changes and bug fixes, such as auto resize of the log listview
DS4Updater: Also now works for the new numbering system, can read the version number right from the exe instead of in profiles.xml, UI additions to better notify users of errors, Bug fixes for non-portable users
2014-07-07 21:22:42 +02:00
|
|
|
|
//
|
2015-12-18 07:25:51 +01:00
|
|
|
|
// lbLUp
|
|
|
|
|
//
|
|
|
|
|
this.lbLUp.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.lbLUp.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
resources.ApplyResources(this.lbLUp, "lbLUp");
|
|
|
|
|
this.lbLUp.Name = "lbLUp";
|
|
|
|
|
//
|
2014-11-14 20:44:50 +01:00
|
|
|
|
// bnLeft
|
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.bnLeft.BackColor = System.Drawing.Color.Transparent;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.bnLeft, "bnLeft");
|
2014-12-17 19:29:22 +01:00
|
|
|
|
this.bnLeft.ContextMenuStrip = this.cMSPresets;
|
2014-11-14 20:44:50 +01:00
|
|
|
|
this.bnLeft.Cursor = System.Windows.Forms.Cursors.Default;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.bnLeft.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
2014-11-14 20:44:50 +01:00
|
|
|
|
this.bnLeft.FlatAppearance.BorderSize = 0;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.bnLeft.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnLeft.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnLeft.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
2014-11-14 20:44:50 +01:00
|
|
|
|
this.bnLeft.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
this.bnLeft.Name = "bnLeft";
|
|
|
|
|
this.bnLeft.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnLeft.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
|
|
|
//
|
2015-12-18 07:25:51 +01:00
|
|
|
|
// lbLShare
|
Shift modifier: Hold an action to use another set of controls, if nothing is set to the shifted control, in falls back to the default action
View input of controls in profiles, see exactly when a deadzone is passed and check the input delay for controllers (special thanks to jhebbel), click the on sixaxis panel
Click the Empty text on in the lightbar box to copy the lightbar color from full to empty.
While opened, option to keep the window size after closing the profile's settings
Old profiles are automatically upgraded if it's missing new settings, such as how colors are now saved, sixaxis deadzones, and shift controls
Other UI changes for profile settings, flipped touchpad and other settings boxes
Others:
Fix for when clicking the semicolon in the select an action screen
Fix assigning Sixaxis action to a key
minor UI changes and bug fixes, such as auto resize of the log listview
DS4Updater: Also now works for the new numbering system, can read the version number right from the exe instead of in profiles.xml, UI additions to better notify users of errors, Bug fixes for non-portable users
2014-07-07 21:22:42 +02:00
|
|
|
|
//
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.lbLShare.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.lbLShare.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
resources.ApplyResources(this.lbLShare, "lbLShare");
|
|
|
|
|
this.lbLShare.Name = "lbLShare";
|
2014-07-26 01:17:45 +02:00
|
|
|
|
//
|
2014-11-14 20:44:50 +01:00
|
|
|
|
// bnOptions
|
2014-07-26 01:17:45 +02:00
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.bnOptions.BackColor = System.Drawing.Color.Transparent;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.bnOptions, "bnOptions");
|
2014-11-14 20:44:50 +01:00
|
|
|
|
this.bnOptions.Cursor = System.Windows.Forms.Cursors.Default;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.bnOptions.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
2014-11-14 20:44:50 +01:00
|
|
|
|
this.bnOptions.FlatAppearance.BorderSize = 0;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.bnOptions.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnOptions.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnOptions.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
2014-11-14 20:44:50 +01:00
|
|
|
|
this.bnOptions.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
this.bnOptions.Name = "bnOptions";
|
|
|
|
|
this.bnOptions.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnOptions.Click += new System.EventHandler(this.Show_ControlsBn);
|
Shift modifier: Hold an action to use another set of controls, if nothing is set to the shifted control, in falls back to the default action
View input of controls in profiles, see exactly when a deadzone is passed and check the input delay for controllers (special thanks to jhebbel), click the on sixaxis panel
Click the Empty text on in the lightbar box to copy the lightbar color from full to empty.
While opened, option to keep the window size after closing the profile's settings
Old profiles are automatically upgraded if it's missing new settings, such as how colors are now saved, sixaxis deadzones, and shift controls
Other UI changes for profile settings, flipped touchpad and other settings boxes
Others:
Fix for when clicking the semicolon in the select an action screen
Fix assigning Sixaxis action to a key
minor UI changes and bug fixes, such as auto resize of the log listview
DS4Updater: Also now works for the new numbering system, can read the version number right from the exe instead of in profiles.xml, UI additions to better notify users of errors, Bug fixes for non-portable users
2014-07-07 21:22:42 +02:00
|
|
|
|
//
|
2014-11-14 20:44:50 +01:00
|
|
|
|
// bnShare
|
Shift modifier: Hold an action to use another set of controls, if nothing is set to the shifted control, in falls back to the default action
View input of controls in profiles, see exactly when a deadzone is passed and check the input delay for controllers (special thanks to jhebbel), click the on sixaxis panel
Click the Empty text on in the lightbar box to copy the lightbar color from full to empty.
While opened, option to keep the window size after closing the profile's settings
Old profiles are automatically upgraded if it's missing new settings, such as how colors are now saved, sixaxis deadzones, and shift controls
Other UI changes for profile settings, flipped touchpad and other settings boxes
Others:
Fix for when clicking the semicolon in the select an action screen
Fix assigning Sixaxis action to a key
minor UI changes and bug fixes, such as auto resize of the log listview
DS4Updater: Also now works for the new numbering system, can read the version number right from the exe instead of in profiles.xml, UI additions to better notify users of errors, Bug fixes for non-portable users
2014-07-07 21:22:42 +02:00
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.bnShare.BackColor = System.Drawing.Color.Transparent;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.bnShare, "bnShare");
|
2014-11-14 20:44:50 +01:00
|
|
|
|
this.bnShare.Cursor = System.Windows.Forms.Cursors.Default;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.bnShare.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
2014-11-14 20:44:50 +01:00
|
|
|
|
this.bnShare.FlatAppearance.BorderSize = 0;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.bnShare.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnShare.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnShare.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
2014-11-14 20:44:50 +01:00
|
|
|
|
this.bnShare.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
this.bnShare.Name = "bnShare";
|
|
|
|
|
this.bnShare.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnShare.Click += new System.EventHandler(this.Show_ControlsBn);
|
Shift modifier: Hold an action to use another set of controls, if nothing is set to the shifted control, in falls back to the default action
View input of controls in profiles, see exactly when a deadzone is passed and check the input delay for controllers (special thanks to jhebbel), click the on sixaxis panel
Click the Empty text on in the lightbar box to copy the lightbar color from full to empty.
While opened, option to keep the window size after closing the profile's settings
Old profiles are automatically upgraded if it's missing new settings, such as how colors are now saved, sixaxis deadzones, and shift controls
Other UI changes for profile settings, flipped touchpad and other settings boxes
Others:
Fix for when clicking the semicolon in the select an action screen
Fix assigning Sixaxis action to a key
minor UI changes and bug fixes, such as auto resize of the log listview
DS4Updater: Also now works for the new numbering system, can read the version number right from the exe instead of in profiles.xml, UI additions to better notify users of errors, Bug fixes for non-portable users
2014-07-07 21:22:42 +02:00
|
|
|
|
//
|
2015-12-18 07:25:51 +01:00
|
|
|
|
// lbLOptions
|
|
|
|
|
//
|
|
|
|
|
this.lbLOptions.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.lbLOptions.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
resources.ApplyResources(this.lbLOptions, "lbLOptions");
|
|
|
|
|
this.lbLOptions.Name = "lbLOptions";
|
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// bnL1
|
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.bnL1.BackColor = System.Drawing.Color.Transparent;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.bnL1, "bnL1");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnL1.Cursor = System.Windows.Forms.Cursors.Default;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.bnL1.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnL1.FlatAppearance.BorderSize = 0;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.bnL1.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnL1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnL1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnL1.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
this.bnL1.Name = "bnL1";
|
|
|
|
|
this.bnL1.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnL1.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
|
|
|
//
|
2015-12-18 07:25:51 +01:00
|
|
|
|
// bnTouchRight
|
|
|
|
|
//
|
|
|
|
|
this.bnTouchRight.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
resources.ApplyResources(this.bnTouchRight, "bnTouchRight");
|
|
|
|
|
this.bnTouchRight.Cursor = System.Windows.Forms.Cursors.Default;
|
|
|
|
|
this.bnTouchRight.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
|
|
|
this.bnTouchRight.FlatAppearance.BorderSize = 0;
|
|
|
|
|
this.bnTouchRight.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnTouchRight.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnTouchRight.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnTouchRight.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
this.bnTouchRight.Name = "bnTouchRight";
|
|
|
|
|
this.bnTouchRight.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnTouchRight.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
|
|
|
//
|
2014-11-14 20:44:50 +01:00
|
|
|
|
// bnL2
|
Shift modifier: Hold an action to use another set of controls, if nothing is set to the shifted control, in falls back to the default action
View input of controls in profiles, see exactly when a deadzone is passed and check the input delay for controllers (special thanks to jhebbel), click the on sixaxis panel
Click the Empty text on in the lightbar box to copy the lightbar color from full to empty.
While opened, option to keep the window size after closing the profile's settings
Old profiles are automatically upgraded if it's missing new settings, such as how colors are now saved, sixaxis deadzones, and shift controls
Other UI changes for profile settings, flipped touchpad and other settings boxes
Others:
Fix for when clicking the semicolon in the select an action screen
Fix assigning Sixaxis action to a key
minor UI changes and bug fixes, such as auto resize of the log listview
DS4Updater: Also now works for the new numbering system, can read the version number right from the exe instead of in profiles.xml, UI additions to better notify users of errors, Bug fixes for non-portable users
2014-07-07 21:22:42 +02:00
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.bnL2.BackColor = System.Drawing.Color.Transparent;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.bnL2, "bnL2");
|
2014-11-14 20:44:50 +01:00
|
|
|
|
this.bnL2.Cursor = System.Windows.Forms.Cursors.Default;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.bnL2.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
2014-11-14 20:44:50 +01:00
|
|
|
|
this.bnL2.FlatAppearance.BorderSize = 0;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.bnL2.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnL2.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnL2.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
2014-11-14 20:44:50 +01:00
|
|
|
|
this.bnL2.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
this.bnL2.Name = "bnL2";
|
|
|
|
|
this.bnL2.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnL2.Click += new System.EventHandler(this.Show_ControlsBn);
|
Shift modifier: Hold an action to use another set of controls, if nothing is set to the shifted control, in falls back to the default action
View input of controls in profiles, see exactly when a deadzone is passed and check the input delay for controllers (special thanks to jhebbel), click the on sixaxis panel
Click the Empty text on in the lightbar box to copy the lightbar color from full to empty.
While opened, option to keep the window size after closing the profile's settings
Old profiles are automatically upgraded if it's missing new settings, such as how colors are now saved, sixaxis deadzones, and shift controls
Other UI changes for profile settings, flipped touchpad and other settings boxes
Others:
Fix for when clicking the semicolon in the select an action screen
Fix assigning Sixaxis action to a key
minor UI changes and bug fixes, such as auto resize of the log listview
DS4Updater: Also now works for the new numbering system, can read the version number right from the exe instead of in profiles.xml, UI additions to better notify users of errors, Bug fixes for non-portable users
2014-07-07 21:22:42 +02:00
|
|
|
|
//
|
2015-12-18 07:25:51 +01:00
|
|
|
|
// lbLTriangle
|
|
|
|
|
//
|
|
|
|
|
this.lbLTriangle.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.lbLTriangle.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
resources.ApplyResources(this.lbLTriangle, "lbLTriangle");
|
|
|
|
|
this.lbLTriangle.Name = "lbLTriangle";
|
|
|
|
|
//
|
|
|
|
|
// bnTouchLeft
|
|
|
|
|
//
|
|
|
|
|
this.bnTouchLeft.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
resources.ApplyResources(this.bnTouchLeft, "bnTouchLeft");
|
|
|
|
|
this.bnTouchLeft.Cursor = System.Windows.Forms.Cursors.Default;
|
|
|
|
|
this.bnTouchLeft.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
|
|
|
this.bnTouchLeft.FlatAppearance.BorderSize = 0;
|
|
|
|
|
this.bnTouchLeft.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnTouchLeft.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnTouchLeft.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnTouchLeft.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
this.bnTouchLeft.Name = "bnTouchLeft";
|
|
|
|
|
this.bnTouchLeft.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnTouchLeft.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
|
|
|
//
|
|
|
|
|
// lbLSquare
|
|
|
|
|
//
|
|
|
|
|
this.lbLSquare.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.lbLSquare.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
resources.ApplyResources(this.lbLSquare, "lbLSquare");
|
|
|
|
|
this.lbLSquare.Name = "lbLSquare";
|
|
|
|
|
//
|
|
|
|
|
// bnTouchMulti
|
|
|
|
|
//
|
|
|
|
|
this.bnTouchMulti.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
resources.ApplyResources(this.bnTouchMulti, "bnTouchMulti");
|
|
|
|
|
this.bnTouchMulti.Cursor = System.Windows.Forms.Cursors.Default;
|
|
|
|
|
this.bnTouchMulti.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
|
|
|
this.bnTouchMulti.FlatAppearance.BorderSize = 0;
|
|
|
|
|
this.bnTouchMulti.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnTouchMulti.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnTouchMulti.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnTouchMulti.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
this.bnTouchMulti.Name = "bnTouchMulti";
|
|
|
|
|
this.bnTouchMulti.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnTouchMulti.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
|
|
|
//
|
|
|
|
|
// lbLCircle
|
|
|
|
|
//
|
|
|
|
|
this.lbLCircle.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.lbLCircle.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
resources.ApplyResources(this.lbLCircle, "lbLCircle");
|
|
|
|
|
this.lbLCircle.Name = "lbLCircle";
|
|
|
|
|
//
|
|
|
|
|
// lbLCross
|
|
|
|
|
//
|
|
|
|
|
this.lbLCross.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.lbLCross.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
resources.ApplyResources(this.lbLCross, "lbLCross");
|
|
|
|
|
this.lbLCross.Name = "lbLCross";
|
|
|
|
|
//
|
|
|
|
|
// bnTouchUpper
|
|
|
|
|
//
|
|
|
|
|
this.bnTouchUpper.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
resources.ApplyResources(this.bnTouchUpper, "bnTouchUpper");
|
|
|
|
|
this.bnTouchUpper.Cursor = System.Windows.Forms.Cursors.Default;
|
|
|
|
|
this.bnTouchUpper.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
|
|
|
this.bnTouchUpper.FlatAppearance.BorderSize = 0;
|
|
|
|
|
this.bnTouchUpper.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnTouchUpper.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnTouchUpper.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnTouchUpper.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
this.bnTouchUpper.Name = "bnTouchUpper";
|
|
|
|
|
this.bnTouchUpper.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnTouchUpper.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
|
|
|
//
|
|
|
|
|
// btnLightbar
|
|
|
|
|
//
|
|
|
|
|
this.btnLightbar.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.btnLightbar.BackgroundImage = global::DS4Windows.Properties.Resources.DS4_lightbar;
|
|
|
|
|
resources.ApplyResources(this.btnLightbar, "btnLightbar");
|
|
|
|
|
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.Color.Transparent;
|
|
|
|
|
this.btnLightbar.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.btnLightbar.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
this.btnLightbar.Name = "btnLightbar";
|
|
|
|
|
this.btnLightbar.UseVisualStyleBackColor = false;
|
|
|
|
|
this.btnLightbar.Click += new System.EventHandler(this.btnLightbar_Click);
|
|
|
|
|
this.btnLightbar.MouseHover += new System.EventHandler(this.btnLightbar_MouseHover);
|
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// bnPS
|
Shift modifier: Hold an action to use another set of controls, if nothing is set to the shifted control, in falls back to the default action
View input of controls in profiles, see exactly when a deadzone is passed and check the input delay for controllers (special thanks to jhebbel), click the on sixaxis panel
Click the Empty text on in the lightbar box to copy the lightbar color from full to empty.
While opened, option to keep the window size after closing the profile's settings
Old profiles are automatically upgraded if it's missing new settings, such as how colors are now saved, sixaxis deadzones, and shift controls
Other UI changes for profile settings, flipped touchpad and other settings boxes
Others:
Fix for when clicking the semicolon in the select an action screen
Fix assigning Sixaxis action to a key
minor UI changes and bug fixes, such as auto resize of the log listview
DS4Updater: Also now works for the new numbering system, can read the version number right from the exe instead of in profiles.xml, UI additions to better notify users of errors, Bug fixes for non-portable users
2014-07-07 21:22:42 +02:00
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.bnPS.BackColor = System.Drawing.Color.Transparent;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.bnPS, "bnPS");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnPS.Cursor = System.Windows.Forms.Cursors.Default;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.bnPS.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnPS.FlatAppearance.BorderSize = 0;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.bnPS.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnPS.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnPS.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.bnPS.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
this.bnPS.Name = "bnPS";
|
|
|
|
|
this.bnPS.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnPS.Click += new System.EventHandler(this.Show_ControlsBn);
|
Shift modifier: Hold an action to use another set of controls, if nothing is set to the shifted control, in falls back to the default action
View input of controls in profiles, see exactly when a deadzone is passed and check the input delay for controllers (special thanks to jhebbel), click the on sixaxis panel
Click the Empty text on in the lightbar box to copy the lightbar color from full to empty.
While opened, option to keep the window size after closing the profile's settings
Old profiles are automatically upgraded if it's missing new settings, such as how colors are now saved, sixaxis deadzones, and shift controls
Other UI changes for profile settings, flipped touchpad and other settings boxes
Others:
Fix for when clicking the semicolon in the select an action screen
Fix assigning Sixaxis action to a key
minor UI changes and bug fixes, such as auto resize of the log listview
DS4Updater: Also now works for the new numbering system, can read the version number right from the exe instead of in profiles.xml, UI additions to better notify users of errors, Bug fixes for non-portable users
2014-07-07 21:22:42 +02:00
|
|
|
|
//
|
2015-12-18 07:25:51 +01:00
|
|
|
|
// bnCross
|
|
|
|
|
//
|
|
|
|
|
this.bnCross.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
resources.ApplyResources(this.bnCross, "bnCross");
|
|
|
|
|
this.bnCross.ContextMenuStrip = this.cMSPresets;
|
|
|
|
|
this.bnCross.Cursor = System.Windows.Forms.Cursors.Default;
|
|
|
|
|
this.bnCross.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
|
|
|
this.bnCross.FlatAppearance.BorderSize = 0;
|
|
|
|
|
this.bnCross.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnCross.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnCross.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnCross.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
this.bnCross.Name = "bnCross";
|
|
|
|
|
this.bnCross.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnCross.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
|
|
|
//
|
|
|
|
|
// bnCircle
|
|
|
|
|
//
|
|
|
|
|
this.bnCircle.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
resources.ApplyResources(this.bnCircle, "bnCircle");
|
|
|
|
|
this.bnCircle.ContextMenuStrip = this.cMSPresets;
|
|
|
|
|
this.bnCircle.Cursor = System.Windows.Forms.Cursors.Default;
|
|
|
|
|
this.bnCircle.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
|
|
|
this.bnCircle.FlatAppearance.BorderSize = 0;
|
|
|
|
|
this.bnCircle.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnCircle.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnCircle.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnCircle.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
this.bnCircle.Name = "bnCircle";
|
|
|
|
|
this.bnCircle.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnCircle.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
|
|
|
//
|
|
|
|
|
// lbControlName
|
|
|
|
|
//
|
|
|
|
|
this.lbControlName.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.lbControlName.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
resources.ApplyResources(this.lbControlName, "lbControlName");
|
|
|
|
|
this.lbControlName.Name = "lbControlName";
|
|
|
|
|
this.lbControlName.Click += new System.EventHandler(this.Show_ControlsList);
|
|
|
|
|
//
|
2014-12-13 21:12:03 +01:00
|
|
|
|
// tPSpecial
|
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.tPSpecial.Controls.Add(this.pnlActions);
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.tPSpecial, "tPSpecial");
|
2014-12-13 21:12:03 +01:00
|
|
|
|
this.tPSpecial.Name = "tPSpecial";
|
|
|
|
|
this.tPSpecial.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// pnlActions
|
|
|
|
|
//
|
|
|
|
|
this.pnlActions.Controls.Add(this.lVActions);
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.pnlActions.Controls.Add(this.panel2);
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.pnlActions, "pnlActions");
|
2014-12-13 21:12:03 +01:00
|
|
|
|
this.pnlActions.Name = "pnlActions";
|
|
|
|
|
//
|
|
|
|
|
// lVActions
|
|
|
|
|
//
|
|
|
|
|
this.lVActions.CheckBoxes = true;
|
|
|
|
|
this.lVActions.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
|
|
|
this.cHName,
|
|
|
|
|
this.cHTrigger,
|
|
|
|
|
this.cHAction});
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.lVActions, "lVActions");
|
2014-12-13 21:12:03 +01:00
|
|
|
|
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");
|
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// panel2
|
|
|
|
|
//
|
|
|
|
|
this.panel2.Controls.Add(this.fLPActionButtons);
|
|
|
|
|
this.panel2.Controls.Add(this.lbActionsTip);
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.panel2, "panel2");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.panel2.Name = "panel2";
|
|
|
|
|
//
|
2014-12-13 21:12:03 +01:00
|
|
|
|
// fLPActionButtons
|
|
|
|
|
//
|
|
|
|
|
this.fLPActionButtons.Controls.Add(this.btnNewAction);
|
|
|
|
|
this.fLPActionButtons.Controls.Add(this.btnEditAction);
|
|
|
|
|
this.fLPActionButtons.Controls.Add(this.btnRemAction);
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.fLPActionButtons, "fLPActionButtons");
|
2014-12-13 21:12:03 +01:00
|
|
|
|
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);
|
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// lbActionsTip
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbActionsTip, "lbActionsTip");
|
|
|
|
|
this.lbActionsTip.Name = "lbActionsTip";
|
|
|
|
|
//
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
// tCSens
|
2014-12-13 21:12:03 +01:00
|
|
|
|
//
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
this.tCSens.Controls.Add(this.tPDeadzone);
|
|
|
|
|
this.tCSens.Controls.Add(this.tPCurve);
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.tCSens, "tCSens");
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
this.tCSens.Name = "tCSens";
|
|
|
|
|
this.tCSens.SelectedIndex = 0;
|
2014-12-13 21:12:03 +01:00
|
|
|
|
//
|
|
|
|
|
// tPDeadzone
|
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.tPDeadzone.BackColor = System.Drawing.Color.WhiteSmoke;
|
2014-12-13 21:12:03 +01:00
|
|
|
|
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);
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.tPDeadzone, "tPDeadzone");
|
2014-12-13 21:12:03 +01:00
|
|
|
|
this.tPDeadzone.Name = "tPDeadzone";
|
|
|
|
|
//
|
|
|
|
|
// tPCurve
|
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.tPCurve.BackColor = System.Drawing.Color.WhiteSmoke;
|
2014-12-13 21:12:03 +01:00
|
|
|
|
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);
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.tPCurve, "tPCurve");
|
2014-12-13 21:12:03 +01:00
|
|
|
|
this.tPCurve.Name = "tPCurve";
|
|
|
|
|
//
|
|
|
|
|
// nUDLSCurve
|
|
|
|
|
//
|
|
|
|
|
this.nUDLSCurve.Increment = new decimal(new int[] {
|
|
|
|
|
10,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.nUDLSCurve, "nUDLSCurve");
|
2014-12-13 21:12:03 +01:00
|
|
|
|
this.nUDLSCurve.Name = "nUDLSCurve";
|
|
|
|
|
this.nUDLSCurve.ValueChanged += new System.EventHandler(this.nUDLSCurve_ValueChanged);
|
|
|
|
|
//
|
|
|
|
|
// nUDRSCurve
|
|
|
|
|
//
|
|
|
|
|
this.nUDRSCurve.Increment = new decimal(new int[] {
|
|
|
|
|
10,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.nUDRSCurve, "nUDRSCurve");
|
2014-12-13 21:12:03 +01:00
|
|
|
|
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";
|
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// fLPSettings
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.fLPSettings, "fLPSettings");
|
|
|
|
|
this.fLPSettings.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
|
|
|
this.fLPSettings.Controls.Add(this.gBLightbar);
|
|
|
|
|
this.fLPSettings.Controls.Add(this.gBGyro);
|
|
|
|
|
this.fLPSettings.Controls.Add(this.gBRumble);
|
|
|
|
|
this.fLPSettings.Controls.Add(this.tCSens);
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.fLPSettings.Controls.Add(this.gBSensitivity);
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.fLPSettings.Controls.Add(this.gBOther);
|
|
|
|
|
this.fLPSettings.Name = "fLPSettings";
|
|
|
|
|
//
|
|
|
|
|
// gBGyro
|
|
|
|
|
//
|
|
|
|
|
this.gBGyro.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
|
|
|
this.gBGyro.Controls.Add(this.rBSAControls);
|
|
|
|
|
this.gBGyro.Controls.Add(this.rBSAMouse);
|
|
|
|
|
this.gBGyro.Controls.Add(this.pnlSAMouse);
|
2015-11-30 22:15:17 +01:00
|
|
|
|
this.gBGyro.Controls.Add(this.fLPTiltControls);
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.gBGyro, "gBGyro");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
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
|
|
|
|
|
//
|
|
|
|
|
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);
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.pnlSAMouse, "pnlSAMouse");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
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";
|
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
// gBSensitivity
|
|
|
|
|
//
|
|
|
|
|
this.gBSensitivity.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
|
|
|
this.gBSensitivity.Controls.Add(this.lbL2S);
|
|
|
|
|
this.gBSensitivity.Controls.Add(this.nUDL2S);
|
|
|
|
|
this.gBSensitivity.Controls.Add(this.nUDLSS);
|
|
|
|
|
this.gBSensitivity.Controls.Add(this.lbSixaxisXS);
|
|
|
|
|
this.gBSensitivity.Controls.Add(this.nUDR2S);
|
|
|
|
|
this.gBSensitivity.Controls.Add(this.lbSixaxisZS);
|
|
|
|
|
this.gBSensitivity.Controls.Add(this.nUDRSS);
|
|
|
|
|
this.gBSensitivity.Controls.Add(this.lbR2LS);
|
|
|
|
|
this.gBSensitivity.Controls.Add(this.nUDSXS);
|
|
|
|
|
this.gBSensitivity.Controls.Add(this.lbRSS);
|
|
|
|
|
this.gBSensitivity.Controls.Add(this.lbLSS);
|
|
|
|
|
this.gBSensitivity.Controls.Add(this.nUDSZS);
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.gBSensitivity, "gBSensitivity");
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.gBSensitivity.Name = "gBSensitivity";
|
|
|
|
|
this.gBSensitivity.TabStop = false;
|
|
|
|
|
//
|
|
|
|
|
// lbL2S
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbL2S, "lbL2S");
|
|
|
|
|
this.lbL2S.Name = "lbL2S";
|
|
|
|
|
//
|
|
|
|
|
// nUDL2S
|
|
|
|
|
//
|
|
|
|
|
this.nUDL2S.DecimalPlaces = 2;
|
|
|
|
|
this.nUDL2S.Increment = new decimal(new int[] {
|
|
|
|
|
1,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
65536});
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.nUDL2S, "nUDL2S");
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.nUDL2S.Maximum = new decimal(new int[] {
|
|
|
|
|
15,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
65536});
|
|
|
|
|
this.nUDL2S.Minimum = new decimal(new int[] {
|
|
|
|
|
5,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
65536});
|
|
|
|
|
this.nUDL2S.Name = "nUDL2S";
|
|
|
|
|
this.nUDL2S.Value = new decimal(new int[] {
|
|
|
|
|
1,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
this.nUDL2S.ValueChanged += new System.EventHandler(this.nUDSens_ValueChanged);
|
2015-11-30 22:15:17 +01:00
|
|
|
|
//
|
2015-12-05 09:55:11 +01:00
|
|
|
|
// nUDLSS
|
|
|
|
|
//
|
|
|
|
|
this.nUDLSS.DecimalPlaces = 2;
|
|
|
|
|
this.nUDLSS.Increment = new decimal(new int[] {
|
|
|
|
|
1,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
65536});
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.nUDLSS, "nUDLSS");
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.nUDLSS.Maximum = new decimal(new int[] {
|
|
|
|
|
15,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
65536});
|
|
|
|
|
this.nUDLSS.Minimum = new decimal(new int[] {
|
|
|
|
|
5,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
65536});
|
|
|
|
|
this.nUDLSS.Name = "nUDLSS";
|
|
|
|
|
this.nUDLSS.Value = new decimal(new int[] {
|
|
|
|
|
1,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
this.nUDLSS.ValueChanged += new System.EventHandler(this.nUDSens_ValueChanged);
|
|
|
|
|
//
|
|
|
|
|
// lbSixaxisXS
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbSixaxisXS, "lbSixaxisXS");
|
|
|
|
|
this.lbSixaxisXS.Name = "lbSixaxisXS";
|
|
|
|
|
//
|
|
|
|
|
// nUDR2S
|
|
|
|
|
//
|
|
|
|
|
this.nUDR2S.DecimalPlaces = 2;
|
|
|
|
|
this.nUDR2S.Increment = new decimal(new int[] {
|
|
|
|
|
1,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
65536});
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.nUDR2S, "nUDR2S");
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.nUDR2S.Maximum = new decimal(new int[] {
|
|
|
|
|
15,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
65536});
|
|
|
|
|
this.nUDR2S.Minimum = new decimal(new int[] {
|
|
|
|
|
5,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
65536});
|
|
|
|
|
this.nUDR2S.Name = "nUDR2S";
|
|
|
|
|
this.nUDR2S.Value = new decimal(new int[] {
|
|
|
|
|
1,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
this.nUDR2S.ValueChanged += new System.EventHandler(this.nUDSens_ValueChanged);
|
|
|
|
|
//
|
|
|
|
|
// lbSixaxisZS
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbSixaxisZS, "lbSixaxisZS");
|
|
|
|
|
this.lbSixaxisZS.Name = "lbSixaxisZS";
|
|
|
|
|
//
|
|
|
|
|
// nUDRSS
|
|
|
|
|
//
|
|
|
|
|
this.nUDRSS.DecimalPlaces = 2;
|
|
|
|
|
this.nUDRSS.Increment = new decimal(new int[] {
|
|
|
|
|
1,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
65536});
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.nUDRSS, "nUDRSS");
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.nUDRSS.Maximum = new decimal(new int[] {
|
|
|
|
|
15,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
65536});
|
|
|
|
|
this.nUDRSS.Minimum = new decimal(new int[] {
|
|
|
|
|
5,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
65536});
|
|
|
|
|
this.nUDRSS.Name = "nUDRSS";
|
|
|
|
|
this.nUDRSS.Value = new decimal(new int[] {
|
|
|
|
|
1,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
this.nUDRSS.ValueChanged += new System.EventHandler(this.nUDSens_ValueChanged);
|
|
|
|
|
//
|
|
|
|
|
// lbR2LS
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbR2LS, "lbR2LS");
|
|
|
|
|
this.lbR2LS.Name = "lbR2LS";
|
|
|
|
|
//
|
|
|
|
|
// nUDSXS
|
|
|
|
|
//
|
|
|
|
|
this.nUDSXS.DecimalPlaces = 2;
|
|
|
|
|
this.nUDSXS.Increment = new decimal(new int[] {
|
|
|
|
|
1,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
65536});
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.nUDSXS, "nUDSXS");
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.nUDSXS.Maximum = new decimal(new int[] {
|
|
|
|
|
15,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
65536});
|
|
|
|
|
this.nUDSXS.Minimum = new decimal(new int[] {
|
|
|
|
|
5,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
65536});
|
|
|
|
|
this.nUDSXS.Name = "nUDSXS";
|
|
|
|
|
this.nUDSXS.Value = new decimal(new int[] {
|
|
|
|
|
1,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
this.nUDSXS.ValueChanged += new System.EventHandler(this.nUDSens_ValueChanged);
|
|
|
|
|
//
|
|
|
|
|
// lbRSS
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbRSS, "lbRSS");
|
|
|
|
|
this.lbRSS.Name = "lbRSS";
|
|
|
|
|
//
|
|
|
|
|
// lbLSS
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbLSS, "lbLSS");
|
|
|
|
|
this.lbLSS.Name = "lbLSS";
|
|
|
|
|
//
|
|
|
|
|
// nUDSZS
|
|
|
|
|
//
|
|
|
|
|
this.nUDSZS.DecimalPlaces = 2;
|
|
|
|
|
this.nUDSZS.Increment = new decimal(new int[] {
|
|
|
|
|
1,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
65536});
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.nUDSZS, "nUDSZS");
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.nUDSZS.Maximum = new decimal(new int[] {
|
|
|
|
|
15,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
65536});
|
|
|
|
|
this.nUDSZS.Minimum = new decimal(new int[] {
|
|
|
|
|
5,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
65536});
|
|
|
|
|
this.nUDSZS.Name = "nUDSZS";
|
|
|
|
|
this.nUDSZS.Value = new decimal(new int[] {
|
|
|
|
|
1,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
this.nUDSZS.ValueChanged += new System.EventHandler(this.nUDSens_ValueChanged);
|
2015-11-30 22:15:17 +01:00
|
|
|
|
//
|
2015-11-28 06:47:26 +01:00
|
|
|
|
// 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,
|
2015-12-13 22:30:54 +01:00
|
|
|
|
this.alwaysOnToolStripMenuItem});
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.cMGyroTriggers.Name = "cMGyroTriggers";
|
|
|
|
|
this.cMGyroTriggers.ShowCheckMargin = true;
|
|
|
|
|
this.cMGyroTriggers.ShowImageMargin = false;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.cMGyroTriggers, "cMGyroTriggers");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
//
|
|
|
|
|
// crossToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.crossToolStripMenuItem.CheckOnClick = true;
|
|
|
|
|
this.crossToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
|
|
this.crossToolStripMenuItem.Name = "crossToolStripMenuItem";
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.crossToolStripMenuItem, "crossToolStripMenuItem");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.crossToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// circleToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.circleToolStripMenuItem.CheckOnClick = true;
|
|
|
|
|
this.circleToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
|
|
this.circleToolStripMenuItem.Name = "circleToolStripMenuItem";
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.circleToolStripMenuItem, "circleToolStripMenuItem");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.circleToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// squareToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.squareToolStripMenuItem.CheckOnClick = true;
|
|
|
|
|
this.squareToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
|
|
this.squareToolStripMenuItem.Name = "squareToolStripMenuItem";
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.squareToolStripMenuItem, "squareToolStripMenuItem");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.squareToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// triangleToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.triangleToolStripMenuItem.CheckOnClick = true;
|
|
|
|
|
this.triangleToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
|
|
this.triangleToolStripMenuItem.Name = "triangleToolStripMenuItem";
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.triangleToolStripMenuItem, "triangleToolStripMenuItem");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.triangleToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// l1ToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.l1ToolStripMenuItem.CheckOnClick = true;
|
|
|
|
|
this.l1ToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
|
|
this.l1ToolStripMenuItem.Name = "l1ToolStripMenuItem";
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.l1ToolStripMenuItem, "l1ToolStripMenuItem");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.l1ToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// l2ToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.l2ToolStripMenuItem.CheckOnClick = true;
|
|
|
|
|
this.l2ToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
|
|
this.l2ToolStripMenuItem.Name = "l2ToolStripMenuItem";
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.l2ToolStripMenuItem, "l2ToolStripMenuItem");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.l2ToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// r1ToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.r1ToolStripMenuItem.CheckOnClick = true;
|
|
|
|
|
this.r1ToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
|
|
this.r1ToolStripMenuItem.Name = "r1ToolStripMenuItem";
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.r1ToolStripMenuItem, "r1ToolStripMenuItem");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.r1ToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// r2ToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.r2ToolStripMenuItem.CheckOnClick = true;
|
|
|
|
|
this.r2ToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
|
|
this.r2ToolStripMenuItem.Name = "r2ToolStripMenuItem";
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.r2ToolStripMenuItem, "r2ToolStripMenuItem");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.r2ToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// onTouchpadToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.onTouchpadToolStripMenuItem.CheckOnClick = true;
|
|
|
|
|
this.onTouchpadToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
|
|
this.onTouchpadToolStripMenuItem.Name = "onTouchpadToolStripMenuItem";
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.onTouchpadToolStripMenuItem, "onTouchpadToolStripMenuItem");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.onTouchpadToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// downToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.downToolStripMenuItem.CheckOnClick = true;
|
|
|
|
|
this.downToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
|
|
this.downToolStripMenuItem.Name = "downToolStripMenuItem";
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.downToolStripMenuItem, "downToolStripMenuItem");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.downToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// leftToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.leftToolStripMenuItem.CheckOnClick = true;
|
|
|
|
|
this.leftToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
|
|
this.leftToolStripMenuItem.Name = "leftToolStripMenuItem";
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.leftToolStripMenuItem, "leftToolStripMenuItem");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.leftToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// rightToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.rightToolStripMenuItem.CheckOnClick = true;
|
|
|
|
|
this.rightToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
|
|
this.rightToolStripMenuItem.Name = "rightToolStripMenuItem";
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.rightToolStripMenuItem, "rightToolStripMenuItem");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.rightToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// l3ToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.l3ToolStripMenuItem.CheckOnClick = true;
|
|
|
|
|
this.l3ToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
|
|
this.l3ToolStripMenuItem.Name = "l3ToolStripMenuItem";
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.l3ToolStripMenuItem, "l3ToolStripMenuItem");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.l3ToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// r3ToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.r3ToolStripMenuItem.CheckOnClick = true;
|
|
|
|
|
this.r3ToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
|
|
this.r3ToolStripMenuItem.Name = "r3ToolStripMenuItem";
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.r3ToolStripMenuItem, "r3ToolStripMenuItem");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.r3ToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// fingerOnTouchpadToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.fingerOnTouchpadToolStripMenuItem.CheckOnClick = true;
|
|
|
|
|
this.fingerOnTouchpadToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
|
|
this.fingerOnTouchpadToolStripMenuItem.Name = "fingerOnTouchpadToolStripMenuItem";
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.fingerOnTouchpadToolStripMenuItem, "fingerOnTouchpadToolStripMenuItem");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.fingerOnTouchpadToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// fingersOnTouchpadToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.fingersOnTouchpadToolStripMenuItem.CheckOnClick = true;
|
|
|
|
|
this.fingersOnTouchpadToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
|
|
this.fingersOnTouchpadToolStripMenuItem.Name = "fingersOnTouchpadToolStripMenuItem";
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.fingersOnTouchpadToolStripMenuItem, "fingersOnTouchpadToolStripMenuItem");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.fingersOnTouchpadToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// optionsToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.optionsToolStripMenuItem.CheckOnClick = true;
|
|
|
|
|
this.optionsToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
|
|
this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.optionsToolStripMenuItem, "optionsToolStripMenuItem");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.optionsToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// shareToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.shareToolStripMenuItem.CheckOnClick = true;
|
|
|
|
|
this.shareToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
|
|
this.shareToolStripMenuItem.Name = "shareToolStripMenuItem";
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.shareToolStripMenuItem, "shareToolStripMenuItem");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.shareToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// pSToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.pSToolStripMenuItem.CheckOnClick = true;
|
|
|
|
|
this.pSToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
|
|
this.pSToolStripMenuItem.Name = "pSToolStripMenuItem";
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.pSToolStripMenuItem, "pSToolStripMenuItem");
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.pSToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
|
|
|
|
|
//
|
2015-12-13 22:30:54 +01:00
|
|
|
|
// alwaysOnToolStripMenuItem
|
2015-11-28 06:47:26 +01:00
|
|
|
|
//
|
2015-12-13 22:30:54 +01:00
|
|
|
|
this.alwaysOnToolStripMenuItem.CheckOnClick = true;
|
|
|
|
|
this.alwaysOnToolStripMenuItem.Name = "alwaysOnToolStripMenuItem";
|
2015-12-18 07:25:51 +01:00
|
|
|
|
resources.ApplyResources(this.alwaysOnToolStripMenuItem, "alwaysOnToolStripMenuItem");
|
2015-12-13 22:30:54 +01:00
|
|
|
|
this.alwaysOnToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SATrigger_CheckedChanged);
|
2015-11-28 06:47:26 +01:00
|
|
|
|
//
|
2014-03-28 02:50:40 +01:00
|
|
|
|
// Options
|
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this, "$this");
|
2014-06-03 07:29:42 +02:00
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
|
|
|
this.Controls.Add(this.fLPSettings);
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.Controls.Add(this.tCControls);
|
2014-03-29 06:56:30 +01:00
|
|
|
|
this.MaximizeBox = false;
|
|
|
|
|
this.MinimizeBox = false;
|
2014-03-28 02:50:40 +01:00
|
|
|
|
this.Name = "Options";
|
2015-11-30 22:15:17 +01:00
|
|
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Options_FormClosing);
|
2014-04-27 21:32:09 +02:00
|
|
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Options_Closed);
|
2015-11-30 22:15:17 +01:00
|
|
|
|
this.Resize += new System.EventHandler(this.Options_Resize);
|
2014-06-09 01:41:36 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDRainbow)).EndInit();
|
2014-10-21 04:31:13 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tBBlueBar)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tBGreenBar)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tBRedBar)).EndInit();
|
2014-06-09 01:41:36 +02:00
|
|
|
|
((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();
|
2014-10-21 04:31:13 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tBLowRedBar)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tBLowGreenBar)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tBLowBlueBar)).EndInit();
|
2014-11-01 22:49:22 +01:00
|
|
|
|
this.pnlFull.ResumeLayout(false);
|
|
|
|
|
this.pnlFull.PerformLayout();
|
|
|
|
|
this.pnlLowBattery.ResumeLayout(false);
|
|
|
|
|
this.pnlLowBattery.PerformLayout();
|
2014-06-09 01:41:36 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDRS)).EndInit();
|
2014-05-24 04:30:43 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.numUDMouseSens)).EndInit();
|
2014-06-09 01:41:36 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDLS)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDL2)).EndInit();
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.gBTouchpad.ResumeLayout(false);
|
|
|
|
|
this.gBTouchpad.PerformLayout();
|
2015-12-18 07:25:51 +01:00
|
|
|
|
this.fLPTouchSwipe.ResumeLayout(false);
|
|
|
|
|
this.cMSPresets.ResumeLayout(false);
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.pnlTPMouse.ResumeLayout(false);
|
|
|
|
|
this.pnlTPMouse.PerformLayout();
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.gBOther.ResumeLayout(false);
|
|
|
|
|
this.gBOther.PerformLayout();
|
2014-08-17 00:09:15 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pBProgram)).EndInit();
|
2014-05-30 22:39:39 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDSixaxis)).EndInit();
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.gBLightbar.ResumeLayout(false);
|
|
|
|
|
this.gBLightbar.PerformLayout();
|
2015-11-30 22:15:17 +01:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDRainbowB)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDflashLED)).EndInit();
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.gBRumble.ResumeLayout(false);
|
|
|
|
|
this.gBRumble.PerformLayout();
|
2014-06-26 20:02:01 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDSZ)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDSX)).EndInit();
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.lbL2TrackS.ResumeLayout(false);
|
|
|
|
|
this.lbL2TrackS.PerformLayout();
|
|
|
|
|
this.pnlSATrack.ResumeLayout(false);
|
2015-02-08 22:51:52 +01:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tBR2)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tBL2)).EndInit();
|
2014-11-01 22:49:22 +01:00
|
|
|
|
this.pnlSixaxis.ResumeLayout(false);
|
|
|
|
|
this.pnlSixaxis.PerformLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tBsixaxisAccelX)).EndInit();
|
2014-11-14 20:44:50 +01:00
|
|
|
|
((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();
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.pnlLSTrack.ResumeLayout(false);
|
|
|
|
|
this.pnlRSTrack.ResumeLayout(false);
|
2015-11-30 22:15:17 +01:00
|
|
|
|
this.fLPTiltControls.ResumeLayout(false);
|
|
|
|
|
this.tCControls.ResumeLayout(false);
|
2014-11-01 22:49:22 +01:00
|
|
|
|
this.tPControls.ResumeLayout(false);
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.pnlController.ResumeLayout(false);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pBHoveredButton)).EndInit();
|
2014-12-13 21:12:03 +01:00
|
|
|
|
this.tPSpecial.ResumeLayout(false);
|
|
|
|
|
this.pnlActions.ResumeLayout(false);
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.panel2.ResumeLayout(false);
|
2014-12-13 21:12:03 +01:00
|
|
|
|
this.fLPActionButtons.ResumeLayout(false);
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
this.tCSens.ResumeLayout(false);
|
2014-12-13 21:12:03 +01:00
|
|
|
|
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();
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.fLPSettings.ResumeLayout(false);
|
|
|
|
|
this.gBGyro.ResumeLayout(false);
|
|
|
|
|
this.gBGyro.PerformLayout();
|
|
|
|
|
this.pnlSAMouse.ResumeLayout(false);
|
|
|
|
|
this.pnlSAMouse.PerformLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDGyroSensitivity)).EndInit();
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.gBSensitivity.ResumeLayout(false);
|
|
|
|
|
this.gBSensitivity.PerformLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDL2S)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDLSS)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDR2S)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDRSS)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDSXS)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDSZS)).EndInit();
|
2015-11-28 06:47:26 +01:00
|
|
|
|
this.cMGyroTriggers.ResumeLayout(false);
|
2014-03-28 02:50:40 +01:00
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
2015-11-30 22:15:17 +01:00
|
|
|
|
|
2014-03-28 02:50:40 +01:00
|
|
|
|
//private System.Windows.Forms.TrackBar tBsixaxisGyroX;
|
|
|
|
|
//private System.Windows.Forms.TrackBar tBsixaxisGyroY;
|
2014-06-09 01:41:36 +02:00
|
|
|
|
private System.Windows.Forms.NumericUpDown nUDRainbow;
|
2014-05-12 07:48:50 +02:00
|
|
|
|
private System.Windows.Forms.Button lowColorChooserButton;
|
2014-10-21 04:31:13 +02:00
|
|
|
|
private System.Windows.Forms.TrackBar tBBlueBar;
|
|
|
|
|
private System.Windows.Forms.TrackBar tBGreenBar;
|
|
|
|
|
private System.Windows.Forms.TrackBar tBRedBar;
|
2014-06-21 20:00:28 +02:00
|
|
|
|
private System.Windows.Forms.CheckBox cBLightbyBattery;
|
2014-07-26 01:17:45 +02:00
|
|
|
|
private System.Windows.Forms.Label lbBlue;
|
|
|
|
|
private System.Windows.Forms.Label lbGreen;
|
|
|
|
|
private System.Windows.Forms.Label lbspc;
|
|
|
|
|
private System.Windows.Forms.Label lbRed;
|
2014-05-12 07:48:50 +02:00
|
|
|
|
private System.Windows.Forms.CheckBox cBDoubleTap;
|
|
|
|
|
private System.Windows.Forms.CheckBox cBTap;
|
2014-06-09 01:41:36 +02:00
|
|
|
|
private System.Windows.Forms.NumericUpDown nUDTap;
|
2014-05-12 07:48:50 +02:00
|
|
|
|
private System.Windows.Forms.CheckBox cBScroll;
|
|
|
|
|
private System.Windows.Forms.CheckBox cBSlide;
|
2014-06-09 01:41:36 +02:00
|
|
|
|
private System.Windows.Forms.NumericUpDown nUDScroll;
|
|
|
|
|
private System.Windows.Forms.NumericUpDown nUDTouch;
|
2014-07-26 01:17:45 +02:00
|
|
|
|
private System.Windows.Forms.Label lbButtonMouseSens;
|
2014-05-12 07:48:50 +02:00
|
|
|
|
private System.Windows.Forms.CheckBox cBlowerRCOn;
|
2014-06-21 20:00:28 +02:00
|
|
|
|
private System.Windows.Forms.CheckBox cBTouchpadJitterCompensation;
|
2014-07-26 01:17:45 +02:00
|
|
|
|
private System.Windows.Forms.Label lbL2;
|
|
|
|
|
private System.Windows.Forms.Label lbR2;
|
|
|
|
|
private System.Windows.Forms.Label lbIdleMinutes;
|
2014-06-09 01:41:36 +02:00
|
|
|
|
private System.Windows.Forms.NumericUpDown nUDIdleDisconnect;
|
|
|
|
|
private System.Windows.Forms.NumericUpDown nUDR2;
|
2014-06-21 20:00:28 +02:00
|
|
|
|
private System.Windows.Forms.CheckBox cBFlushHIDQueue;
|
2014-06-09 01:41:36 +02:00
|
|
|
|
private System.Windows.Forms.NumericUpDown nUDRumbleBoost;
|
2014-11-18 22:23:41 +01:00
|
|
|
|
private System.Windows.Forms.Button btnRumbleHeavyTest;
|
2014-05-24 04:30:43 +02:00
|
|
|
|
private System.Windows.Forms.Label lbFull;
|
2014-07-26 01:17:45 +02:00
|
|
|
|
private System.Windows.Forms.Label lbLowRed;
|
|
|
|
|
private System.Windows.Forms.Label lbLowGreen;
|
|
|
|
|
private System.Windows.Forms.Label lbLowBlue;
|
2014-10-21 04:31:13 +02:00
|
|
|
|
private System.Windows.Forms.TrackBar tBLowRedBar;
|
|
|
|
|
private System.Windows.Forms.TrackBar tBLowGreenBar;
|
|
|
|
|
private System.Windows.Forms.TrackBar tBLowBlueBar;
|
2014-07-26 01:17:45 +02:00
|
|
|
|
private System.Windows.Forms.Label lbEmpty;
|
2014-11-01 22:49:22 +01:00
|
|
|
|
private System.Windows.Forms.Panel pnlLowBattery;
|
|
|
|
|
private System.Windows.Forms.Panel pnlFull;
|
2014-05-21 23:42:25 +02:00
|
|
|
|
private System.Windows.Forms.Label lbRS;
|
|
|
|
|
private System.Windows.Forms.Label lbLS;
|
2014-06-09 01:41:36 +02:00
|
|
|
|
private System.Windows.Forms.NumericUpDown nUDRS;
|
2014-05-24 04:30:43 +02:00
|
|
|
|
private System.Windows.Forms.NumericUpDown numUDMouseSens;
|
2014-06-09 01:41:36 +02:00
|
|
|
|
private System.Windows.Forms.NumericUpDown nUDL2;
|
|
|
|
|
private System.Windows.Forms.NumericUpDown nUDLS;
|
2014-05-24 04:30:43 +02:00
|
|
|
|
private System.Windows.Forms.GroupBox gBTouchpad;
|
|
|
|
|
private System.Windows.Forms.GroupBox gBOther;
|
|
|
|
|
private System.Windows.Forms.GroupBox gBLightbar;
|
|
|
|
|
private System.Windows.Forms.GroupBox gBRumble;
|
2014-05-28 04:49:58 +02:00
|
|
|
|
private System.Windows.Forms.CheckBox cBControllerInput;
|
2014-05-30 22:39:39 +02:00
|
|
|
|
private System.Windows.Forms.NumericUpDown nUDSixaxis;
|
2014-05-31 06:37:02 +02:00
|
|
|
|
private System.Windows.Forms.NumericUpDown nUDflashLED;
|
2014-07-26 01:17:45 +02:00
|
|
|
|
private System.Windows.Forms.Label lbPercentFlashBar;
|
2014-06-21 20:00:28 +02:00
|
|
|
|
private System.Windows.Forms.Label lbWhileCharging;
|
2014-06-02 19:29:38 +02:00
|
|
|
|
private System.Windows.Forms.Button btnChargingColor;
|
2014-06-09 01:41:36 +02:00
|
|
|
|
private System.Windows.Forms.CheckBox cBIdleDisconnect;
|
2014-06-26 20:02:01 +02:00
|
|
|
|
private System.Windows.Forms.Label lbSixaxisX;
|
|
|
|
|
private System.Windows.Forms.Label lbSixaxisZ;
|
|
|
|
|
private System.Windows.Forms.NumericUpDown nUDSZ;
|
|
|
|
|
private System.Windows.Forms.NumericUpDown nUDSX;
|
2014-07-26 01:17:45 +02:00
|
|
|
|
private System.Windows.Forms.Label lbPercentRumble;
|
2014-06-26 20:02:01 +02:00
|
|
|
|
private System.Windows.Forms.CheckBox cBMouseAccel;
|
2014-07-26 01:17:45 +02:00
|
|
|
|
private System.Windows.Forms.Label lbUseController;
|
|
|
|
|
private System.Windows.Forms.CheckBox cBLaunchProgram;
|
|
|
|
|
private System.Windows.Forms.Button btnBrowse;
|
|
|
|
|
private System.Windows.Forms.OpenFileDialog openFileDialog1;
|
|
|
|
|
private System.Windows.Forms.PictureBox pBProgram;
|
2014-08-23 22:52:20 +02:00
|
|
|
|
private System.Windows.Forms.CheckBox cBDinput;
|
2014-09-15 04:37:14 +02:00
|
|
|
|
private System.Windows.Forms.CheckBox cbStartTouchpadOff;
|
2015-12-05 09:55:11 +01:00
|
|
|
|
private System.Windows.Forms.TabPage lbL2TrackS;
|
2014-11-01 22:49:22 +01:00
|
|
|
|
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.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.TrackBar tBR2;
|
|
|
|
|
private System.Windows.Forms.TrackBar tBL2;
|
|
|
|
|
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;
|
2015-11-30 22:15:17 +01:00
|
|
|
|
private System.Windows.Forms.TabControl tCControls;
|
2014-11-15 22:54:14 +01:00
|
|
|
|
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;
|
2014-11-18 22:23:41 +01:00
|
|
|
|
private System.Windows.Forms.Button btnRumbleLightTest;
|
2014-12-13 21:12:03 +01:00
|
|
|
|
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;
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
private System.Windows.Forms.TabControl tCSens;
|
2014-12-13 21:12:03 +01:00
|
|
|
|
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;
|
2014-12-17 19:29:22 +01:00
|
|
|
|
private System.Windows.Forms.ContextMenuStrip cMSPresets;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem defaultToolStripMenuItem;
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
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;
|
2014-12-17 19:29:22 +01:00
|
|
|
|
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;
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
private System.Windows.Forms.ComboBox cBWhileCharging;
|
2015-02-08 22:51:52 +01:00
|
|
|
|
private System.Windows.Forms.Button btnFlashColor;
|
|
|
|
|
private System.Windows.Forms.ComboBox cBFlashType;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
private System.Windows.Forms.Label lbRainbowB;
|
2015-02-08 22:51:52 +01:00
|
|
|
|
private System.Windows.Forms.NumericUpDown nUDRainbowB;
|
2015-04-21 21:00:09 +02:00
|
|
|
|
private System.Windows.Forms.Button btnRSTrack;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
private System.Windows.Forms.FlowLayoutPanel fLPSettings;
|
|
|
|
|
private System.Windows.Forms.RadioButton rBTPControls;
|
|
|
|
|
private System.Windows.Forms.RadioButton rBTPMouse;
|
|
|
|
|
private System.Windows.Forms.GroupBox gBGyro;
|
|
|
|
|
private System.Windows.Forms.Label lbGyroSens;
|
|
|
|
|
private System.Windows.Forms.NumericUpDown nUDGyroSensitivity;
|
|
|
|
|
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 fingersOnTouchpadToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem shareToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem pSToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.CheckBox cBGyroInvertY;
|
|
|
|
|
private System.Windows.Forms.CheckBox cBGyroInvertX;
|
|
|
|
|
private System.Windows.Forms.Label lbGyroInvert;
|
2015-11-30 22:15:17 +01:00
|
|
|
|
private System.Windows.Forms.Panel panel2;
|
|
|
|
|
private AdvancedColorDialog advColorDialog;
|
|
|
|
|
private System.Windows.Forms.TabPage tPControls;
|
|
|
|
|
private System.Windows.Forms.Label lbControlTip;
|
|
|
|
|
private System.Windows.Forms.Panel pnlController;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
private System.Windows.Forms.Label lbLRS;
|
2015-11-30 22:15:17 +01:00
|
|
|
|
private System.Windows.Forms.Label lbControlName;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
private System.Windows.Forms.Label lbLLS;
|
2015-11-30 22:15:17 +01:00
|
|
|
|
private System.Windows.Forms.Label lbLTouchUpper;
|
2015-11-28 06:47:26 +01:00
|
|
|
|
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;
|
2015-11-30 22:15:17 +01:00
|
|
|
|
private System.Windows.Forms.Label lbLCross;
|
|
|
|
|
private System.Windows.Forms.PictureBox pBHoveredButton;
|
|
|
|
|
public System.Windows.Forms.ListBox lBControls;
|
|
|
|
|
private System.Windows.Forms.Button bnRSDown;
|
|
|
|
|
private System.Windows.Forms.Button bnL3;
|
|
|
|
|
private System.Windows.Forms.Button bnRSUp;
|
|
|
|
|
private System.Windows.Forms.Button bnRSRight;
|
|
|
|
|
private System.Windows.Forms.Button bnR3;
|
|
|
|
|
private System.Windows.Forms.Button bnRSLeft;
|
|
|
|
|
private System.Windows.Forms.Button bnLSLeft;
|
|
|
|
|
private System.Windows.Forms.Button bnLSUp;
|
|
|
|
|
private System.Windows.Forms.Button bnLSRight;
|
|
|
|
|
private System.Windows.Forms.Button bnLSDown;
|
|
|
|
|
private System.Windows.Forms.Button bnCircle;
|
|
|
|
|
private System.Windows.Forms.Button bnCross;
|
|
|
|
|
private System.Windows.Forms.Button bnTouchRight;
|
|
|
|
|
private System.Windows.Forms.Button bnTriangle;
|
|
|
|
|
private System.Windows.Forms.Button bnSquare;
|
|
|
|
|
private System.Windows.Forms.Button bnTouchLeft;
|
|
|
|
|
private System.Windows.Forms.Button bnTouchUpper;
|
|
|
|
|
private System.Windows.Forms.Button bnTouchMulti;
|
|
|
|
|
private System.Windows.Forms.Button bnR2;
|
|
|
|
|
private System.Windows.Forms.Button bnUp;
|
|
|
|
|
private System.Windows.Forms.Button bnDown;
|
|
|
|
|
private System.Windows.Forms.Button bnR1;
|
|
|
|
|
private System.Windows.Forms.Button bnRight;
|
|
|
|
|
private System.Windows.Forms.Button bnLeft;
|
|
|
|
|
private System.Windows.Forms.Button btnLightbar;
|
|
|
|
|
private System.Windows.Forms.Button bnOptions;
|
|
|
|
|
private System.Windows.Forms.Button bnShare;
|
|
|
|
|
private System.Windows.Forms.Button bnL1;
|
|
|
|
|
private System.Windows.Forms.Button bnL2;
|
|
|
|
|
private System.Windows.Forms.Button bnPS;
|
2015-12-05 09:55:11 +01:00
|
|
|
|
private System.Windows.Forms.GroupBox gBSensitivity;
|
|
|
|
|
private System.Windows.Forms.Label lbL2S;
|
|
|
|
|
private System.Windows.Forms.NumericUpDown nUDL2S;
|
|
|
|
|
private System.Windows.Forms.NumericUpDown nUDLSS;
|
|
|
|
|
private System.Windows.Forms.Label lbSixaxisXS;
|
|
|
|
|
private System.Windows.Forms.NumericUpDown nUDR2S;
|
|
|
|
|
private System.Windows.Forms.Label lbSixaxisZS;
|
|
|
|
|
private System.Windows.Forms.NumericUpDown nUDRSS;
|
|
|
|
|
private System.Windows.Forms.Label lbR2LS;
|
|
|
|
|
private System.Windows.Forms.NumericUpDown nUDSXS;
|
|
|
|
|
private System.Windows.Forms.Label lbRSS;
|
|
|
|
|
private System.Windows.Forms.Label lbLSS;
|
|
|
|
|
private System.Windows.Forms.NumericUpDown nUDSZS;
|
|
|
|
|
private System.Windows.Forms.Button btnLSTrackS;
|
|
|
|
|
private System.Windows.Forms.Button btnSATrackS;
|
|
|
|
|
private System.Windows.Forms.Button btnRSTrackS;
|
|
|
|
|
private System.Windows.Forms.Panel pnlRSTrack;
|
|
|
|
|
private System.Windows.Forms.Panel pnlLSTrack;
|
|
|
|
|
private System.Windows.Forms.Panel pnlSATrack;
|
2015-12-13 22:30:54 +01:00
|
|
|
|
private System.Windows.Forms.Button btnRainbow;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem alwaysOnToolStripMenuItem;
|
2015-12-18 07:25:51 +01:00
|
|
|
|
public System.Windows.Forms.ToolStripMenuItem fingerOnTouchpadToolStripMenuItem;
|
2014-03-28 02:50:40 +01:00
|
|
|
|
}
|
2014-11-01 22:49:22 +01:00
|
|
|
|
}
|