2014-03-28 02:50:40 +01:00
|
|
|
|
namespace ScpServer
|
|
|
|
|
{
|
|
|
|
|
partial class Options
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required designer variable.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Clean up any resources being used.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
|
|
protected override void Dispose(bool disposing)
|
|
|
|
|
{
|
|
|
|
|
if (disposing && (components != null))
|
|
|
|
|
{
|
|
|
|
|
components.Dispose();
|
|
|
|
|
}
|
|
|
|
|
base.Dispose(disposing);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required method for Designer support - do not modify
|
|
|
|
|
/// the contents of this method with the code editor.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.bnTouchUpper = new System.Windows.Forms.Button();
|
|
|
|
|
this.bnTouchMulti = new System.Windows.Forms.Button();
|
|
|
|
|
this.bnTouchRight = new System.Windows.Forms.Button();
|
|
|
|
|
this.bnTouchLeft = new System.Windows.Forms.Button();
|
|
|
|
|
this.MainPanel = new System.Windows.Forms.Panel();
|
2014-04-27 21:32:09 +02:00
|
|
|
|
this.pBController = new System.Windows.Forms.PictureBox();
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.bnR1 = new System.Windows.Forms.Button();
|
|
|
|
|
this.bnCross = new System.Windows.Forms.Button();
|
|
|
|
|
this.bnCircle = new System.Windows.Forms.Button();
|
2014-04-27 21:32:09 +02:00
|
|
|
|
this.btnRightStick = new System.Windows.Forms.Button();
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.bnSquare = new System.Windows.Forms.Button();
|
2014-04-27 21:32:09 +02:00
|
|
|
|
this.btnLightbar = new System.Windows.Forms.Button();
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.bnTriangle = new System.Windows.Forms.Button();
|
|
|
|
|
this.bnUp = new System.Windows.Forms.Button();
|
2014-04-27 21:32:09 +02:00
|
|
|
|
this.btnLeftStick = new System.Windows.Forms.Button();
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.bnDown = new System.Windows.Forms.Button();
|
2014-04-27 21:32:09 +02:00
|
|
|
|
this.bnL2 = new System.Windows.Forms.Button();
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.bnRight = new System.Windows.Forms.Button();
|
2014-04-27 21:32:09 +02:00
|
|
|
|
this.bnR2 = new System.Windows.Forms.Button();
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.bnLeft = new System.Windows.Forms.Button();
|
2014-04-27 21:32:09 +02:00
|
|
|
|
this.bnL1 = new System.Windows.Forms.Button();
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.bnOptions = new System.Windows.Forms.Button();
|
2014-04-27 21:32:09 +02:00
|
|
|
|
this.bnPS = new System.Windows.Forms.Button();
|
|
|
|
|
this.bnShare = new System.Windows.Forms.Button();
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.SticksPanel = new System.Windows.Forms.Panel();
|
|
|
|
|
this.btnFullView = new System.Windows.Forms.Button();
|
2014-04-27 21:32:09 +02:00
|
|
|
|
this.pBSticks = new System.Windows.Forms.PictureBox();
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.bnL3 = new System.Windows.Forms.Button();
|
2014-04-27 21:32:09 +02:00
|
|
|
|
this.bnRSDown = new System.Windows.Forms.Button();
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.bnLSUp = new System.Windows.Forms.Button();
|
2014-04-27 21:32:09 +02:00
|
|
|
|
this.bnRSUp = new System.Windows.Forms.Button();
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.bnLSLeft = new System.Windows.Forms.Button();
|
2014-04-27 21:32:09 +02:00
|
|
|
|
this.bnRSRight = new System.Windows.Forms.Button();
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.bnLSRight = new System.Windows.Forms.Button();
|
2014-04-27 21:32:09 +02:00
|
|
|
|
this.bnRSLeft = new System.Windows.Forms.Button();
|
|
|
|
|
this.bnLSDown = new System.Windows.Forms.Button();
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.bnR3 = new System.Windows.Forms.Button();
|
|
|
|
|
this.lBControlTip = new System.Windows.Forms.Label();
|
|
|
|
|
this.lBControls = new System.Windows.Forms.ListBox();
|
|
|
|
|
this.lowColorChooserButton = new System.Windows.Forms.Button();
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.nUDRainbow = new System.Windows.Forms.NumericUpDown();
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.pBRainbow = new System.Windows.Forms.PictureBox();
|
|
|
|
|
this.blueBar = new System.Windows.Forms.TrackBar();
|
|
|
|
|
this.greenBar = new System.Windows.Forms.TrackBar();
|
|
|
|
|
this.redBar = new System.Windows.Forms.TrackBar();
|
|
|
|
|
this.batteryLed = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.lBBlue = new System.Windows.Forms.Label();
|
|
|
|
|
this.lBGreen = new System.Windows.Forms.Label();
|
|
|
|
|
this.lBspc = new System.Windows.Forms.Label();
|
|
|
|
|
this.lBRed = new System.Windows.Forms.Label();
|
|
|
|
|
this.cBDoubleTap = new System.Windows.Forms.CheckBox();
|
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-05-12 07:48:50 +02:00
|
|
|
|
this.lBButtonMouseSens = new System.Windows.Forms.Label();
|
|
|
|
|
this.cBlowerRCOn = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.touchpadJitterCompensation = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.lBL2 = new System.Windows.Forms.Label();
|
|
|
|
|
this.lBR2 = new System.Windows.Forms.Label();
|
|
|
|
|
this.lBIdleMinutes = new System.Windows.Forms.Label();
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.nUDIdleDisconnect = new System.Windows.Forms.NumericUpDown();
|
|
|
|
|
this.nUDR2 = new System.Windows.Forms.NumericUpDown();
|
2014-05-05 09:31:24 +02:00
|
|
|
|
this.tBsixaxisAccelZ = new System.Windows.Forms.TrackBar();
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.flushHIDQueue = new System.Windows.Forms.CheckBox();
|
2014-05-05 09:31:24 +02:00
|
|
|
|
this.tBsixaxisAccelY = new System.Windows.Forms.TrackBar();
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.leftMotorLabel = new System.Windows.Forms.Label();
|
2014-05-05 09:31:24 +02:00
|
|
|
|
this.tBsixaxisAccelX = new System.Windows.Forms.TrackBar();
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.rightMotorLabel = new System.Windows.Forms.Label();
|
2014-05-05 09:31:24 +02:00
|
|
|
|
this.tBsixaxisGyroZ = new System.Windows.Forms.TrackBar();
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.rumbleBoostLabel = new System.Windows.Forms.Label();
|
2014-05-05 09:31:24 +02:00
|
|
|
|
this.tBsixaxisGyroY = new System.Windows.Forms.TrackBar();
|
|
|
|
|
this.tBsixaxisGyroX = new System.Windows.Forms.TrackBar();
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.nUDRumbleBoost = new System.Windows.Forms.NumericUpDown();
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.lB6Accel = new System.Windows.Forms.Label();
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.nUDHeavyRumble = new System.Windows.Forms.NumericUpDown();
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.lB6Gryo = new System.Windows.Forms.Label();
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.nUDLightRumble = new System.Windows.Forms.NumericUpDown();
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.btnRumbleTest = new System.Windows.Forms.Button();
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.lbFull = new System.Windows.Forms.Label();
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.lBLowRed = new System.Windows.Forms.Label();
|
|
|
|
|
this.lBLowGreen = new System.Windows.Forms.Label();
|
|
|
|
|
this.lBLowBlue = new System.Windows.Forms.Label();
|
|
|
|
|
this.lowRedBar = new System.Windows.Forms.TrackBar();
|
|
|
|
|
this.lowGreenBar = new System.Windows.Forms.TrackBar();
|
|
|
|
|
this.lowBlueBar = new System.Windows.Forms.TrackBar();
|
|
|
|
|
this.lBEmpty = new System.Windows.Forms.Label();
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.FullPanel = new System.Windows.Forms.Panel();
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.lowBatteryPanel = new System.Windows.Forms.Panel();
|
|
|
|
|
this.SixaxisPanel = new System.Windows.Forms.Panel();
|
|
|
|
|
this.lBProfileTip = new System.Windows.Forms.Label();
|
2014-05-05 09:42:05 +02:00
|
|
|
|
this.tBProfile = new System.Windows.Forms.TextBox();
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.btnSaveProfile = new System.Windows.Forms.Button();
|
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();
|
|
|
|
|
this.gBOther = new System.Windows.Forms.GroupBox();
|
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.nUDHideMouse = new System.Windows.Forms.NumericUpDown();
|
|
|
|
|
this.cBHideCursor = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.cBIdleDisconnect = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.lBMouseMins = new System.Windows.Forms.Label();
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.gBLightbar = new System.Windows.Forms.GroupBox();
|
2014-06-02 19:29:38 +02:00
|
|
|
|
this.btnChargingColor = new System.Windows.Forms.Button();
|
|
|
|
|
this.rBColor = new System.Windows.Forms.RadioButton();
|
|
|
|
|
this.rBFade = new System.Windows.Forms.RadioButton();
|
|
|
|
|
this.rBNormal = new System.Windows.Forms.RadioButton();
|
|
|
|
|
this.rBRainbow = new System.Windows.Forms.RadioButton();
|
|
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
|
|
this.lBFlashAt = new System.Windows.Forms.Label();
|
|
|
|
|
this.nUDflashLED = new System.Windows.Forms.NumericUpDown();
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.gBRumble = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.gBDeadzone = new System.Windows.Forms.GroupBox();
|
2014-05-30 22:39:39 +02:00
|
|
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
2014-05-19 07:55:12 +02:00
|
|
|
|
this.advColorDialog = new ScpServer.AdvancedColorDialog();
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.MainPanel.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pBController)).BeginInit();
|
|
|
|
|
this.SticksPanel.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pBSticks)).BeginInit();
|
2014-06-09 01:41:36 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDRainbow)).BeginInit();
|
2014-05-12 07:48:50 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pBRainbow)).BeginInit();
|
2014-03-28 02:50:40 +01:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.blueBar)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.greenBar)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.redBar)).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();
|
2014-05-05 09:31:24 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tBsixaxisAccelZ)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tBsixaxisAccelY)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tBsixaxisAccelX)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tBsixaxisGyroZ)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tBsixaxisGyroY)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tBsixaxisGyroX)).BeginInit();
|
2014-06-09 01:41:36 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDRumbleBoost)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDHeavyRumble)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDLightRumble)).BeginInit();
|
2014-05-12 07:48:50 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.lowRedBar)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.lowGreenBar)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.lowBlueBar)).BeginInit();
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.FullPanel.SuspendLayout();
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.lowBatteryPanel.SuspendLayout();
|
|
|
|
|
this.SixaxisPanel.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();
|
|
|
|
|
this.gBOther.SuspendLayout();
|
2014-05-30 22:39:39 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDSixaxis)).BeginInit();
|
2014-06-09 01:41:36 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDHideMouse)).BeginInit();
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.gBLightbar.SuspendLayout();
|
2014-06-02 19:29:38 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDflashLED)).BeginInit();
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.gBRumble.SuspendLayout();
|
|
|
|
|
this.gBDeadzone.SuspendLayout();
|
2014-03-28 02:50:40 +01:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
// bnTouchUpper
|
2014-03-28 02:50:40 +01:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.bnTouchUpper.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnTouchUpper.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
|
|
|
this.bnTouchUpper.Cursor = System.Windows.Forms.Cursors.Default;
|
|
|
|
|
this.bnTouchUpper.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
|
|
|
this.bnTouchUpper.FlatAppearance.BorderSize = 0;
|
|
|
|
|
this.bnTouchUpper.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnTouchUpper.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnTouchUpper.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.bnTouchUpper.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
this.bnTouchUpper.Location = new System.Drawing.Point(84, 25);
|
|
|
|
|
this.bnTouchUpper.Name = "bnTouchUpper";
|
|
|
|
|
this.bnTouchUpper.Size = new System.Drawing.Size(78, 16);
|
|
|
|
|
this.bnTouchUpper.TabIndex = 193;
|
|
|
|
|
this.bnTouchUpper.Text = "Middle Mouse Button";
|
|
|
|
|
this.bnTouchUpper.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnTouchUpper.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
|
|
|
this.bnTouchUpper.MouseLeave += new System.EventHandler(this.Toucpad_Leave);
|
|
|
|
|
this.bnTouchUpper.MouseHover += new System.EventHandler(this.bnTouchUpper_MouseHover);
|
2014-03-28 02:50:40 +01:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
// bnTouchMulti
|
2014-03-28 02:50:40 +01:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.bnTouchMulti.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnTouchMulti.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
|
|
|
this.bnTouchMulti.Cursor = System.Windows.Forms.Cursors.Default;
|
|
|
|
|
this.bnTouchMulti.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
|
|
|
this.bnTouchMulti.FlatAppearance.BorderSize = 0;
|
|
|
|
|
this.bnTouchMulti.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnTouchMulti.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnTouchMulti.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.bnTouchMulti.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
this.bnTouchMulti.Location = new System.Drawing.Point(109, 40);
|
|
|
|
|
this.bnTouchMulti.Name = "bnTouchMulti";
|
|
|
|
|
this.bnTouchMulti.Size = new System.Drawing.Size(30, 34);
|
|
|
|
|
this.bnTouchMulti.TabIndex = 192;
|
|
|
|
|
this.bnTouchMulti.Text = "Right Mouse Button";
|
|
|
|
|
this.bnTouchMulti.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnTouchMulti.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
|
|
|
this.bnTouchMulti.MouseLeave += new System.EventHandler(this.Toucpad_Leave);
|
|
|
|
|
this.bnTouchMulti.MouseHover += new System.EventHandler(this.bnTouchMulti_MouseHover);
|
2014-03-28 02:50:40 +01:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
// bnTouchRight
|
2014-03-28 02:50:40 +01:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.bnTouchRight.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnTouchRight.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
|
|
|
this.bnTouchRight.Cursor = System.Windows.Forms.Cursors.Default;
|
|
|
|
|
this.bnTouchRight.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
|
|
|
this.bnTouchRight.FlatAppearance.BorderSize = 0;
|
|
|
|
|
this.bnTouchRight.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnTouchRight.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnTouchRight.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.bnTouchRight.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
this.bnTouchRight.Location = new System.Drawing.Point(139, 40);
|
|
|
|
|
this.bnTouchRight.Name = "bnTouchRight";
|
|
|
|
|
this.bnTouchRight.Size = new System.Drawing.Size(23, 34);
|
|
|
|
|
this.bnTouchRight.TabIndex = 190;
|
|
|
|
|
this.bnTouchRight.Text = "Left Mouse Button";
|
|
|
|
|
this.bnTouchRight.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnTouchRight.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
|
|
|
this.bnTouchRight.MouseLeave += new System.EventHandler(this.Toucpad_Leave);
|
|
|
|
|
this.bnTouchRight.MouseHover += new System.EventHandler(this.bnTouchRight_MouseHover);
|
2014-03-28 02:50:40 +01:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
// bnTouchLeft
|
2014-03-28 02:50:40 +01:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.bnTouchLeft.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnTouchLeft.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
|
|
|
this.bnTouchLeft.Cursor = System.Windows.Forms.Cursors.Default;
|
|
|
|
|
this.bnTouchLeft.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
|
|
|
this.bnTouchLeft.FlatAppearance.BorderSize = 0;
|
|
|
|
|
this.bnTouchLeft.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnTouchLeft.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnTouchLeft.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.bnTouchLeft.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
this.bnTouchLeft.Location = new System.Drawing.Point(84, 40);
|
|
|
|
|
this.bnTouchLeft.Name = "bnTouchLeft";
|
|
|
|
|
this.bnTouchLeft.Size = new System.Drawing.Size(25, 35);
|
|
|
|
|
this.bnTouchLeft.TabIndex = 191;
|
|
|
|
|
this.bnTouchLeft.Text = "Left Mouse Button";
|
|
|
|
|
this.bnTouchLeft.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnTouchLeft.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
|
|
|
this.bnTouchLeft.MouseLeave += new System.EventHandler(this.Toucpad_Leave);
|
|
|
|
|
this.bnTouchLeft.MouseHover += new System.EventHandler(this.bnTouchLeft_MouseHover);
|
|
|
|
|
//
|
|
|
|
|
// MainPanel
|
|
|
|
|
//
|
|
|
|
|
this.MainPanel.Controls.Add(this.pBController);
|
|
|
|
|
this.MainPanel.Controls.Add(this.bnTouchUpper);
|
|
|
|
|
this.MainPanel.Controls.Add(this.bnTouchLeft);
|
|
|
|
|
this.MainPanel.Controls.Add(this.bnTouchRight);
|
|
|
|
|
this.MainPanel.Controls.Add(this.bnTouchMulti);
|
|
|
|
|
this.MainPanel.Controls.Add(this.bnR1);
|
|
|
|
|
this.MainPanel.Controls.Add(this.bnCross);
|
|
|
|
|
this.MainPanel.Controls.Add(this.bnCircle);
|
|
|
|
|
this.MainPanel.Controls.Add(this.btnRightStick);
|
|
|
|
|
this.MainPanel.Controls.Add(this.bnSquare);
|
|
|
|
|
this.MainPanel.Controls.Add(this.btnLightbar);
|
|
|
|
|
this.MainPanel.Controls.Add(this.bnTriangle);
|
|
|
|
|
this.MainPanel.Controls.Add(this.bnUp);
|
|
|
|
|
this.MainPanel.Controls.Add(this.btnLeftStick);
|
|
|
|
|
this.MainPanel.Controls.Add(this.bnDown);
|
|
|
|
|
this.MainPanel.Controls.Add(this.bnL2);
|
|
|
|
|
this.MainPanel.Controls.Add(this.bnRight);
|
|
|
|
|
this.MainPanel.Controls.Add(this.bnR2);
|
|
|
|
|
this.MainPanel.Controls.Add(this.bnLeft);
|
|
|
|
|
this.MainPanel.Controls.Add(this.bnL1);
|
|
|
|
|
this.MainPanel.Controls.Add(this.bnOptions);
|
|
|
|
|
this.MainPanel.Controls.Add(this.bnPS);
|
|
|
|
|
this.MainPanel.Controls.Add(this.bnShare);
|
2014-06-02 19:29:38 +02:00
|
|
|
|
this.MainPanel.Location = new System.Drawing.Point(7, 44);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.MainPanel.Name = "MainPanel";
|
2014-05-28 04:49:58 +02:00
|
|
|
|
this.MainPanel.Size = new System.Drawing.Size(249, 137);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.MainPanel.TabIndex = 185;
|
2014-03-28 02:50:40 +01:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
// pBController
|
2014-03-28 02:50:40 +01:00
|
|
|
|
//
|
2014-06-03 07:29:42 +02:00
|
|
|
|
this.pBController.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.pBController.Enabled = false;
|
2014-05-30 22:39:39 +02:00
|
|
|
|
this.pBController.Image = global::ScpServer.Properties.Resources.DS4_Controller;
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.pBController.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.pBController.Name = "pBController";
|
|
|
|
|
this.pBController.Size = new System.Drawing.Size(245, 132);
|
2014-06-03 07:29:42 +02:00
|
|
|
|
this.pBController.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.pBController.TabIndex = 1;
|
|
|
|
|
this.pBController.TabStop = false;
|
2014-03-28 02:50:40 +01:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
// bnR1
|
2014-03-28 02:50:40 +01:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.bnR1.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnR1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
|
|
|
this.bnR1.Cursor = System.Windows.Forms.Cursors.Default;
|
|
|
|
|
this.bnR1.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
|
|
|
this.bnR1.FlatAppearance.BorderSize = 0;
|
|
|
|
|
this.bnR1.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnR1.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnR1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.bnR1.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
this.bnR1.Location = new System.Drawing.Point(175, 13);
|
|
|
|
|
this.bnR1.Name = "bnR1";
|
|
|
|
|
this.bnR1.Size = new System.Drawing.Size(43, 15);
|
|
|
|
|
this.bnR1.TabIndex = 87;
|
|
|
|
|
this.bnR1.Text = "Right Bumper";
|
|
|
|
|
this.bnR1.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnR1.Click += new System.EventHandler(this.Show_ControlsBn);
|
2014-03-28 02:50:40 +01:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
// bnCross
|
2014-03-28 02:50:40 +01:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.bnCross.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnCross.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
|
|
|
this.bnCross.Cursor = System.Windows.Forms.Cursors.Default;
|
|
|
|
|
this.bnCross.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
|
|
|
this.bnCross.FlatAppearance.BorderSize = 0;
|
|
|
|
|
this.bnCross.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnCross.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnCross.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.bnCross.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
this.bnCross.Location = new System.Drawing.Point(187, 76);
|
|
|
|
|
this.bnCross.Name = "bnCross";
|
|
|
|
|
this.bnCross.Size = new System.Drawing.Size(19, 17);
|
|
|
|
|
this.bnCross.TabIndex = 74;
|
|
|
|
|
this.bnCross.Text = "A Button";
|
|
|
|
|
this.bnCross.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnCross.Click += new System.EventHandler(this.Show_ControlsBn);
|
2014-03-28 02:50:40 +01:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
// bnCircle
|
2014-03-28 02:50:40 +01:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.bnCircle.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnCircle.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
|
|
|
this.bnCircle.Cursor = System.Windows.Forms.Cursors.Default;
|
|
|
|
|
this.bnCircle.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
|
|
|
this.bnCircle.FlatAppearance.BorderSize = 0;
|
|
|
|
|
this.bnCircle.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnCircle.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnCircle.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.bnCircle.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
this.bnCircle.Location = new System.Drawing.Point(208, 60);
|
|
|
|
|
this.bnCircle.Name = "bnCircle";
|
|
|
|
|
this.bnCircle.Size = new System.Drawing.Size(16, 17);
|
|
|
|
|
this.bnCircle.TabIndex = 71;
|
|
|
|
|
this.bnCircle.Text = "B Button";
|
|
|
|
|
this.bnCircle.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnCircle.Click += new System.EventHandler(this.Show_ControlsBn);
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
|
|
|
|
// btnRightStick
|
|
|
|
|
//
|
|
|
|
|
this.btnRightStick.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.btnRightStick.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
|
|
|
this.btnRightStick.Cursor = System.Windows.Forms.Cursors.Default;
|
|
|
|
|
this.btnRightStick.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
|
|
|
this.btnRightStick.FlatAppearance.BorderSize = 0;
|
|
|
|
|
this.btnRightStick.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.btnRightStick.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.btnRightStick.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.btnRightStick.ForeColor = System.Drawing.SystemColors.WindowText;
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.btnRightStick.Location = new System.Drawing.Point(150, 90);
|
2014-04-27 21:32:09 +02:00
|
|
|
|
this.btnRightStick.Name = "btnRightStick";
|
|
|
|
|
this.btnRightStick.Size = new System.Drawing.Size(28, 28);
|
|
|
|
|
this.btnRightStick.TabIndex = 91;
|
|
|
|
|
this.btnRightStick.Text = "RS";
|
|
|
|
|
this.btnRightStick.UseVisualStyleBackColor = false;
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.btnRightStick.Click += new System.EventHandler(this.btnSticks_Enter);
|
|
|
|
|
//
|
|
|
|
|
// bnSquare
|
|
|
|
|
//
|
|
|
|
|
this.bnSquare.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnSquare.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
|
|
|
this.bnSquare.Cursor = System.Windows.Forms.Cursors.Default;
|
|
|
|
|
this.bnSquare.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
|
|
|
this.bnSquare.FlatAppearance.BorderSize = 0;
|
|
|
|
|
this.bnSquare.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnSquare.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnSquare.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.bnSquare.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
this.bnSquare.Location = new System.Drawing.Point(173, 61);
|
|
|
|
|
this.bnSquare.Name = "bnSquare";
|
|
|
|
|
this.bnSquare.Size = new System.Drawing.Size(15, 14);
|
|
|
|
|
this.bnSquare.TabIndex = 72;
|
|
|
|
|
this.bnSquare.Text = "X Button";
|
|
|
|
|
this.bnSquare.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnSquare.Click += new System.EventHandler(this.Show_ControlsBn);
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
|
|
|
|
// btnLightbar
|
|
|
|
|
//
|
|
|
|
|
this.btnLightbar.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.btnLightbar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
|
|
|
this.btnLightbar.Cursor = System.Windows.Forms.Cursors.Default;
|
|
|
|
|
this.btnLightbar.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
|
|
|
this.btnLightbar.FlatAppearance.BorderSize = 0;
|
|
|
|
|
this.btnLightbar.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.btnLightbar.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.btnLightbar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.btnLightbar.ForeColor = System.Drawing.SystemColors.WindowText;
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.btnLightbar.Location = new System.Drawing.Point(84, 6);
|
2014-04-27 21:32:09 +02:00
|
|
|
|
this.btnLightbar.Name = "btnLightbar";
|
|
|
|
|
this.btnLightbar.Size = new System.Drawing.Size(78, 19);
|
|
|
|
|
this.btnLightbar.TabIndex = 91;
|
|
|
|
|
this.btnLightbar.Text = "Lightbar";
|
|
|
|
|
this.btnLightbar.UseVisualStyleBackColor = false;
|
2014-05-05 04:25:53 +02:00
|
|
|
|
this.btnLightbar.Click += new System.EventHandler(this.btnLightbar_Click);
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
// bnTriangle
|
|
|
|
|
//
|
|
|
|
|
this.bnTriangle.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnTriangle.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
|
|
|
this.bnTriangle.Cursor = System.Windows.Forms.Cursors.Default;
|
|
|
|
|
this.bnTriangle.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
|
|
|
this.bnTriangle.FlatAppearance.BorderSize = 0;
|
|
|
|
|
this.bnTriangle.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnTriangle.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnTriangle.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.bnTriangle.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
this.bnTriangle.Location = new System.Drawing.Point(188, 45);
|
|
|
|
|
this.bnTriangle.Name = "bnTriangle";
|
|
|
|
|
this.bnTriangle.Size = new System.Drawing.Size(20, 16);
|
|
|
|
|
this.bnTriangle.TabIndex = 73;
|
|
|
|
|
this.bnTriangle.Text = "Y Button";
|
|
|
|
|
this.bnTriangle.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnTriangle.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
|
|
|
//
|
|
|
|
|
// bnUp
|
|
|
|
|
//
|
|
|
|
|
this.bnUp.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
|
|
|
this.bnUp.Cursor = System.Windows.Forms.Cursors.Default;
|
2014-05-31 06:37:02 +02:00
|
|
|
|
this.bnUp.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.bnUp.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
|
|
|
this.bnUp.FlatAppearance.BorderSize = 0;
|
|
|
|
|
this.bnUp.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnUp.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnUp.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.bnUp.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
this.bnUp.Location = new System.Drawing.Point(44, 48);
|
|
|
|
|
this.bnUp.Name = "bnUp";
|
|
|
|
|
this.bnUp.Size = new System.Drawing.Size(11, 15);
|
|
|
|
|
this.bnUp.TabIndex = 80;
|
|
|
|
|
this.bnUp.Text = "Up Button";
|
|
|
|
|
this.bnUp.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnUp.Click += new System.EventHandler(this.Show_ControlsBn);
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
|
|
|
|
// btnLeftStick
|
|
|
|
|
//
|
|
|
|
|
this.btnLeftStick.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.btnLeftStick.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
|
|
|
this.btnLeftStick.Cursor = System.Windows.Forms.Cursors.Default;
|
|
|
|
|
this.btnLeftStick.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
|
|
|
this.btnLeftStick.FlatAppearance.BorderSize = 0;
|
|
|
|
|
this.btnLeftStick.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.btnLeftStick.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.btnLeftStick.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.btnLeftStick.ForeColor = System.Drawing.SystemColors.WindowText;
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.btnLeftStick.Location = new System.Drawing.Point(70, 90);
|
2014-04-27 21:32:09 +02:00
|
|
|
|
this.btnLeftStick.Name = "btnLeftStick";
|
|
|
|
|
this.btnLeftStick.Size = new System.Drawing.Size(28, 28);
|
|
|
|
|
this.btnLeftStick.TabIndex = 91;
|
|
|
|
|
this.btnLeftStick.Text = "LS";
|
|
|
|
|
this.btnLeftStick.UseVisualStyleBackColor = false;
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.btnLeftStick.Click += new System.EventHandler(this.btnSticks_Enter);
|
|
|
|
|
//
|
|
|
|
|
// bnDown
|
|
|
|
|
//
|
|
|
|
|
this.bnDown.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnDown.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
|
|
|
this.bnDown.Cursor = System.Windows.Forms.Cursors.Default;
|
|
|
|
|
this.bnDown.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
|
|
|
this.bnDown.FlatAppearance.BorderSize = 0;
|
|
|
|
|
this.bnDown.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnDown.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnDown.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.bnDown.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
this.bnDown.Location = new System.Drawing.Point(44, 73);
|
|
|
|
|
this.bnDown.Name = "bnDown";
|
|
|
|
|
this.bnDown.Size = new System.Drawing.Size(12, 12);
|
|
|
|
|
this.bnDown.TabIndex = 81;
|
|
|
|
|
this.bnDown.Text = "Down Button";
|
|
|
|
|
this.bnDown.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnDown.Click += new System.EventHandler(this.Show_ControlsBn);
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
|
|
|
|
// bnL2
|
|
|
|
|
//
|
|
|
|
|
this.bnL2.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnL2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
|
|
|
this.bnL2.Cursor = System.Windows.Forms.Cursors.Default;
|
|
|
|
|
this.bnL2.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
|
|
|
this.bnL2.FlatAppearance.BorderSize = 0;
|
|
|
|
|
this.bnL2.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnL2.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnL2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.bnL2.ForeColor = System.Drawing.SystemColors.WindowText;
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.bnL2.Location = new System.Drawing.Point(31, 0);
|
2014-04-27 21:32:09 +02:00
|
|
|
|
this.bnL2.Name = "bnL2";
|
|
|
|
|
this.bnL2.Size = new System.Drawing.Size(43, 12);
|
|
|
|
|
this.bnL2.TabIndex = 90;
|
|
|
|
|
this.bnL2.Text = "Left Trigger";
|
|
|
|
|
this.bnL2.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnL2.Click += new System.EventHandler(this.Show_ControlsBn);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
//
|
|
|
|
|
// bnRight
|
|
|
|
|
//
|
|
|
|
|
this.bnRight.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnRight.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
|
|
|
this.bnRight.Cursor = System.Windows.Forms.Cursors.Default;
|
|
|
|
|
this.bnRight.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
|
|
|
this.bnRight.FlatAppearance.BorderSize = 0;
|
|
|
|
|
this.bnRight.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnRight.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnRight.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.bnRight.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
this.bnRight.Location = new System.Drawing.Point(55, 61);
|
|
|
|
|
this.bnRight.Name = "bnRight";
|
|
|
|
|
this.bnRight.Size = new System.Drawing.Size(14, 14);
|
|
|
|
|
this.bnRight.TabIndex = 82;
|
|
|
|
|
this.bnRight.Text = "Right Button";
|
|
|
|
|
this.bnRight.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnRight.Click += new System.EventHandler(this.Show_ControlsBn);
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
|
|
|
|
// bnR2
|
|
|
|
|
//
|
|
|
|
|
this.bnR2.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnR2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
|
|
|
this.bnR2.Cursor = System.Windows.Forms.Cursors.Default;
|
|
|
|
|
this.bnR2.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
|
|
|
this.bnR2.FlatAppearance.BorderSize = 0;
|
|
|
|
|
this.bnR2.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnR2.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnR2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.bnR2.ForeColor = System.Drawing.SystemColors.WindowText;
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.bnR2.Location = new System.Drawing.Point(174, 0);
|
2014-04-27 21:32:09 +02:00
|
|
|
|
this.bnR2.Name = "bnR2";
|
|
|
|
|
this.bnR2.Size = new System.Drawing.Size(40, 13);
|
|
|
|
|
this.bnR2.TabIndex = 89;
|
|
|
|
|
this.bnR2.Text = "Right Trigger";
|
|
|
|
|
this.bnR2.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnR2.Click += new System.EventHandler(this.Show_ControlsBn);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
//
|
|
|
|
|
// bnLeft
|
|
|
|
|
//
|
|
|
|
|
this.bnLeft.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnLeft.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
|
|
|
this.bnLeft.Cursor = System.Windows.Forms.Cursors.Default;
|
|
|
|
|
this.bnLeft.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
|
|
|
this.bnLeft.FlatAppearance.BorderSize = 0;
|
|
|
|
|
this.bnLeft.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnLeft.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnLeft.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.bnLeft.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
this.bnLeft.Location = new System.Drawing.Point(31, 61);
|
|
|
|
|
this.bnLeft.Name = "bnLeft";
|
|
|
|
|
this.bnLeft.Size = new System.Drawing.Size(14, 12);
|
|
|
|
|
this.bnLeft.TabIndex = 83;
|
|
|
|
|
this.bnLeft.Text = "Left Button";
|
|
|
|
|
this.bnLeft.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnLeft.Click += new System.EventHandler(this.Show_ControlsBn);
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
|
|
|
|
// bnL1
|
|
|
|
|
//
|
|
|
|
|
this.bnL1.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnL1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
|
|
|
this.bnL1.Cursor = System.Windows.Forms.Cursors.Default;
|
|
|
|
|
this.bnL1.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
|
|
|
this.bnL1.FlatAppearance.BorderSize = 0;
|
|
|
|
|
this.bnL1.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnL1.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnL1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.bnL1.ForeColor = System.Drawing.SystemColors.WindowText;
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.bnL1.Location = new System.Drawing.Point(31, 13);
|
2014-04-27 21:32:09 +02:00
|
|
|
|
this.bnL1.Name = "bnL1";
|
|
|
|
|
this.bnL1.Size = new System.Drawing.Size(43, 15);
|
|
|
|
|
this.bnL1.TabIndex = 88;
|
|
|
|
|
this.bnL1.Text = "Left Bumper";
|
|
|
|
|
this.bnL1.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnL1.Click += new System.EventHandler(this.Show_ControlsBn);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
//
|
|
|
|
|
// bnOptions
|
|
|
|
|
//
|
|
|
|
|
this.bnOptions.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnOptions.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
|
|
|
this.bnOptions.Cursor = System.Windows.Forms.Cursors.Default;
|
|
|
|
|
this.bnOptions.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
|
|
|
this.bnOptions.FlatAppearance.BorderSize = 0;
|
|
|
|
|
this.bnOptions.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnOptions.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnOptions.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.bnOptions.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
this.bnOptions.Location = new System.Drawing.Point(167, 33);
|
|
|
|
|
this.bnOptions.Name = "bnOptions";
|
|
|
|
|
this.bnOptions.Size = new System.Drawing.Size(11, 21);
|
|
|
|
|
this.bnOptions.TabIndex = 84;
|
|
|
|
|
this.bnOptions.Text = "Start";
|
|
|
|
|
this.bnOptions.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnOptions.Click += new System.EventHandler(this.Show_ControlsBn);
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
|
|
|
|
// bnPS
|
|
|
|
|
//
|
|
|
|
|
this.bnPS.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnPS.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
|
|
|
this.bnPS.Cursor = System.Windows.Forms.Cursors.Default;
|
|
|
|
|
this.bnPS.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
|
|
|
this.bnPS.FlatAppearance.BorderSize = 0;
|
|
|
|
|
this.bnPS.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnPS.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnPS.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.bnPS.ForeColor = System.Drawing.SystemColors.WindowText;
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.bnPS.Location = new System.Drawing.Point(115, 87);
|
2014-04-27 21:32:09 +02:00
|
|
|
|
this.bnPS.Name = "bnPS";
|
|
|
|
|
this.bnPS.Size = new System.Drawing.Size(18, 18);
|
|
|
|
|
this.bnPS.TabIndex = 86;
|
|
|
|
|
this.bnPS.Text = "Guide";
|
|
|
|
|
this.bnPS.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnPS.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
|
|
|
//
|
|
|
|
|
// bnShare
|
|
|
|
|
//
|
|
|
|
|
this.bnShare.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnShare.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
|
|
|
this.bnShare.Cursor = System.Windows.Forms.Cursors.Default;
|
|
|
|
|
this.bnShare.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
|
|
|
this.bnShare.FlatAppearance.BorderSize = 0;
|
|
|
|
|
this.bnShare.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnShare.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnShare.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.bnShare.ForeColor = System.Drawing.SystemColors.WindowText;
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.bnShare.Location = new System.Drawing.Point(71, 33);
|
2014-04-27 21:32:09 +02:00
|
|
|
|
this.bnShare.Name = "bnShare";
|
|
|
|
|
this.bnShare.Size = new System.Drawing.Size(11, 18);
|
|
|
|
|
this.bnShare.TabIndex = 85;
|
|
|
|
|
this.bnShare.Text = "Back";
|
|
|
|
|
this.bnShare.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnShare.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
// SticksPanel
|
|
|
|
|
//
|
|
|
|
|
this.SticksPanel.Controls.Add(this.btnFullView);
|
|
|
|
|
this.SticksPanel.Controls.Add(this.pBSticks);
|
|
|
|
|
this.SticksPanel.Controls.Add(this.bnL3);
|
|
|
|
|
this.SticksPanel.Controls.Add(this.bnRSDown);
|
|
|
|
|
this.SticksPanel.Controls.Add(this.bnLSUp);
|
|
|
|
|
this.SticksPanel.Controls.Add(this.bnRSUp);
|
|
|
|
|
this.SticksPanel.Controls.Add(this.bnLSLeft);
|
|
|
|
|
this.SticksPanel.Controls.Add(this.bnRSRight);
|
|
|
|
|
this.SticksPanel.Controls.Add(this.bnLSRight);
|
|
|
|
|
this.SticksPanel.Controls.Add(this.bnRSLeft);
|
|
|
|
|
this.SticksPanel.Controls.Add(this.bnLSDown);
|
|
|
|
|
this.SticksPanel.Controls.Add(this.bnR3);
|
2014-06-02 19:29:38 +02:00
|
|
|
|
this.SticksPanel.Location = new System.Drawing.Point(7, 44);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.SticksPanel.Name = "SticksPanel";
|
2014-05-28 04:49:58 +02:00
|
|
|
|
this.SticksPanel.Size = new System.Drawing.Size(249, 142);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.SticksPanel.TabIndex = 187;
|
|
|
|
|
this.SticksPanel.Visible = false;
|
|
|
|
|
//
|
|
|
|
|
// btnFullView
|
|
|
|
|
//
|
|
|
|
|
this.btnFullView.Location = new System.Drawing.Point(71, 9);
|
|
|
|
|
this.btnFullView.Name = "btnFullView";
|
|
|
|
|
this.btnFullView.Size = new System.Drawing.Size(106, 23);
|
|
|
|
|
this.btnFullView.TabIndex = 184;
|
|
|
|
|
this.btnFullView.Text = "<- Back to full view";
|
|
|
|
|
this.btnFullView.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btnFullView.Click += new System.EventHandler(this.btnFullView_Click);
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
// pBSticks
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.pBSticks.Enabled = false;
|
|
|
|
|
this.pBSticks.Image = global::ScpServer.Properties.Resources.sticks;
|
|
|
|
|
this.pBSticks.Location = new System.Drawing.Point(0, 1);
|
|
|
|
|
this.pBSticks.Name = "pBSticks";
|
|
|
|
|
this.pBSticks.Size = new System.Drawing.Size(245, 132);
|
Rest of DS4Windows has been upped to .NET 4.5 (If you have .net 4/already can run DS4Windows, this won't affect you), thanks to this update, you can now...
Add delay to macros from one millisecond to 60 seconds, macros with delays only run once until pressed again. Without delays, the macro can be repeated while held down.
Profiles and settings are now back inside the application folder to help portability. It will remain in appdata as previous versions if DS4Windows is in a admin folder, I may try to add a setting for location saving.
Import profile option will automatically go to the appdata profile folder, auto profiles and settings will automatically copy over.
Option to delete the appdata folder if not in use in the settings tab, this way it helps with cleanup.
Another fix for auto profiles startup bug
Better reading of autoprofile program path names
Now only one instance of DS4Windows is possible, if another DS4Tool or DS4Windows that is not this version is started, this DS4Windows comes back into focus.
UI fixes
2014-06-10 21:45:09 +02:00
|
|
|
|
this.pBSticks.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.pBSticks.TabIndex = 161;
|
|
|
|
|
this.pBSticks.TabStop = false;
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
// bnL3
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.bnL3.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnL3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
|
|
|
this.bnL3.Cursor = System.Windows.Forms.Cursors.Default;
|
|
|
|
|
this.bnL3.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
|
|
|
this.bnL3.FlatAppearance.BorderSize = 0;
|
|
|
|
|
this.bnL3.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnL3.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnL3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.bnL3.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
this.bnL3.Location = new System.Drawing.Point(36, 92);
|
|
|
|
|
this.bnL3.Name = "bnL3";
|
|
|
|
|
this.bnL3.Size = new System.Drawing.Size(23, 23);
|
|
|
|
|
this.bnL3.TabIndex = 163;
|
|
|
|
|
this.bnL3.Text = "Left Stick";
|
|
|
|
|
this.bnL3.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnL3.Click += new System.EventHandler(this.Show_ControlsBn);
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
// bnRSDown
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.bnRSDown.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnRSDown.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
|
|
|
this.bnRSDown.Cursor = System.Windows.Forms.Cursors.Default;
|
|
|
|
|
this.bnRSDown.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
|
|
|
this.bnRSDown.FlatAppearance.BorderSize = 0;
|
|
|
|
|
this.bnRSDown.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnRSDown.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnRSDown.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.bnRSDown.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
this.bnRSDown.Location = new System.Drawing.Point(182, 116);
|
|
|
|
|
this.bnRSDown.Name = "bnRSDown";
|
|
|
|
|
this.bnRSDown.Size = new System.Drawing.Size(23, 11);
|
|
|
|
|
this.bnRSDown.TabIndex = 172;
|
|
|
|
|
this.bnRSDown.Text = "Right Y-Axis+";
|
|
|
|
|
this.bnRSDown.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnRSDown.Click += new System.EventHandler(this.Show_ControlsBn);
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
// bnLSUp
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.bnLSUp.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnLSUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
|
|
|
this.bnLSUp.Cursor = System.Windows.Forms.Cursors.Default;
|
|
|
|
|
this.bnLSUp.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
|
|
|
this.bnLSUp.FlatAppearance.BorderSize = 0;
|
|
|
|
|
this.bnLSUp.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnLSUp.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnLSUp.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.bnLSUp.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
this.bnLSUp.Location = new System.Drawing.Point(36, 77);
|
|
|
|
|
this.bnLSUp.Name = "bnLSUp";
|
|
|
|
|
this.bnLSUp.Size = new System.Drawing.Size(23, 11);
|
|
|
|
|
this.bnLSUp.TabIndex = 167;
|
|
|
|
|
this.bnLSUp.Text = "Left Y-Axis-";
|
|
|
|
|
this.bnLSUp.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnLSUp.Click += new System.EventHandler(this.Show_ControlsBn);
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
// bnRSUp
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.bnRSUp.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnRSUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
|
|
|
this.bnRSUp.Cursor = System.Windows.Forms.Cursors.Default;
|
|
|
|
|
this.bnRSUp.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
|
|
|
this.bnRSUp.FlatAppearance.BorderSize = 0;
|
|
|
|
|
this.bnRSUp.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnRSUp.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnRSUp.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.bnRSUp.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
this.bnRSUp.Location = new System.Drawing.Point(182, 78);
|
|
|
|
|
this.bnRSUp.Name = "bnRSUp";
|
|
|
|
|
this.bnRSUp.Size = new System.Drawing.Size(23, 11);
|
|
|
|
|
this.bnRSUp.TabIndex = 171;
|
|
|
|
|
this.bnRSUp.Text = "Right Y-Axis-";
|
|
|
|
|
this.bnRSUp.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnRSUp.Click += new System.EventHandler(this.Show_ControlsBn);
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
// bnLSLeft
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.bnLSLeft.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnLSLeft.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
|
|
|
this.bnLSLeft.Cursor = System.Windows.Forms.Cursors.Default;
|
|
|
|
|
this.bnLSLeft.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
|
|
|
this.bnLSLeft.FlatAppearance.BorderSize = 0;
|
|
|
|
|
this.bnLSLeft.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnLSLeft.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnLSLeft.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.bnLSLeft.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
this.bnLSLeft.Location = new System.Drawing.Point(21, 92);
|
|
|
|
|
this.bnLSLeft.Name = "bnLSLeft";
|
|
|
|
|
this.bnLSLeft.Size = new System.Drawing.Size(11, 23);
|
|
|
|
|
this.bnLSLeft.TabIndex = 164;
|
|
|
|
|
this.bnLSLeft.Text = "Left X-Axis-";
|
|
|
|
|
this.bnLSLeft.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnLSLeft.Click += new System.EventHandler(this.Show_ControlsBn);
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
// bnRSRight
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.bnRSRight.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnRSRight.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
|
|
|
this.bnRSRight.Cursor = System.Windows.Forms.Cursors.Default;
|
|
|
|
|
this.bnRSRight.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
|
|
|
this.bnRSRight.FlatAppearance.BorderSize = 0;
|
|
|
|
|
this.bnRSRight.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnRSRight.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnRSRight.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.bnRSRight.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
this.bnRSRight.Location = new System.Drawing.Point(210, 92);
|
|
|
|
|
this.bnRSRight.Name = "bnRSRight";
|
|
|
|
|
this.bnRSRight.Size = new System.Drawing.Size(13, 23);
|
|
|
|
|
this.bnRSRight.TabIndex = 170;
|
|
|
|
|
this.bnRSRight.Text = "Right X-Axis+";
|
|
|
|
|
this.bnRSRight.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnRSRight.Click += new System.EventHandler(this.Show_ControlsBn);
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
// bnLSRight
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.bnLSRight.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnLSRight.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
|
|
|
this.bnLSRight.Cursor = System.Windows.Forms.Cursors.Default;
|
|
|
|
|
this.bnLSRight.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
|
|
|
this.bnLSRight.FlatAppearance.BorderSize = 0;
|
|
|
|
|
this.bnLSRight.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnLSRight.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnLSRight.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.bnLSRight.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
this.bnLSRight.Location = new System.Drawing.Point(65, 92);
|
|
|
|
|
this.bnLSRight.Name = "bnLSRight";
|
|
|
|
|
this.bnLSRight.Size = new System.Drawing.Size(11, 23);
|
|
|
|
|
this.bnLSRight.TabIndex = 165;
|
|
|
|
|
this.bnLSRight.Text = "Left X-Axis+";
|
|
|
|
|
this.bnLSRight.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnLSRight.Click += new System.EventHandler(this.Show_ControlsBn);
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
// bnRSLeft
|
|
|
|
|
//
|
|
|
|
|
this.bnRSLeft.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnRSLeft.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
|
|
|
this.bnRSLeft.Cursor = System.Windows.Forms.Cursors.Default;
|
|
|
|
|
this.bnRSLeft.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
|
|
|
this.bnRSLeft.FlatAppearance.BorderSize = 0;
|
|
|
|
|
this.bnRSLeft.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnRSLeft.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnRSLeft.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.bnRSLeft.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
this.bnRSLeft.Location = new System.Drawing.Point(165, 92);
|
|
|
|
|
this.bnRSLeft.Name = "bnRSLeft";
|
|
|
|
|
this.bnRSLeft.Size = new System.Drawing.Size(11, 23);
|
|
|
|
|
this.bnRSLeft.TabIndex = 169;
|
|
|
|
|
this.bnRSLeft.Text = "Right X-Axis-";
|
|
|
|
|
this.bnRSLeft.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnRSLeft.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
|
|
|
//
|
|
|
|
|
// bnLSDown
|
|
|
|
|
//
|
|
|
|
|
this.bnLSDown.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnLSDown.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
|
|
|
this.bnLSDown.Cursor = System.Windows.Forms.Cursors.Default;
|
|
|
|
|
this.bnLSDown.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
|
|
|
this.bnLSDown.FlatAppearance.BorderSize = 0;
|
|
|
|
|
this.bnLSDown.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnLSDown.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnLSDown.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.bnLSDown.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
this.bnLSDown.Location = new System.Drawing.Point(36, 120);
|
|
|
|
|
this.bnLSDown.Name = "bnLSDown";
|
|
|
|
|
this.bnLSDown.Size = new System.Drawing.Size(23, 11);
|
|
|
|
|
this.bnLSDown.TabIndex = 166;
|
|
|
|
|
this.bnLSDown.Text = "Left Y-Axis+";
|
|
|
|
|
this.bnLSDown.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnLSDown.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
|
|
|
//
|
|
|
|
|
// bnR3
|
|
|
|
|
//
|
|
|
|
|
this.bnR3.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.bnR3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
|
|
|
this.bnR3.Cursor = System.Windows.Forms.Cursors.Default;
|
|
|
|
|
this.bnR3.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
|
|
|
this.bnR3.FlatAppearance.BorderSize = 0;
|
|
|
|
|
this.bnR3.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnR3.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.bnR3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.bnR3.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
this.bnR3.Location = new System.Drawing.Point(182, 92);
|
|
|
|
|
this.bnR3.Name = "bnR3";
|
|
|
|
|
this.bnR3.Size = new System.Drawing.Size(23, 23);
|
|
|
|
|
this.bnR3.TabIndex = 168;
|
|
|
|
|
this.bnR3.Text = "Right Stick";
|
|
|
|
|
this.bnR3.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnR3.Click += new System.EventHandler(this.Show_ControlsBn);
|
|
|
|
|
//
|
|
|
|
|
// lBControlTip
|
|
|
|
|
//
|
|
|
|
|
this.lBControlTip.AutoSize = true;
|
2014-06-02 19:29:38 +02:00
|
|
|
|
this.lBControlTip.Location = new System.Drawing.Point(25, 9);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.lBControlTip.Name = "lBControlTip";
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.lBControlTip.Size = new System.Drawing.Size(219, 26);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.lBControlTip.TabIndex = 181;
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.lBControlTip.Text = "Click a part of the controller to change action\r\nClick the lightbar for color pic" +
|
|
|
|
|
"ker";
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.lBControlTip.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
|
|
|
|
// lBControls
|
|
|
|
|
//
|
|
|
|
|
this.lBControls.FormattingEnabled = true;
|
|
|
|
|
this.lBControls.Items.AddRange(new object[] {
|
|
|
|
|
"Cross :",
|
|
|
|
|
"Circle :",
|
|
|
|
|
"Sqaure :",
|
|
|
|
|
"Triangle :",
|
|
|
|
|
"Options :",
|
|
|
|
|
"Share :",
|
|
|
|
|
"Up :",
|
|
|
|
|
"Down :",
|
|
|
|
|
"Left :",
|
|
|
|
|
"Right :",
|
|
|
|
|
"PS :",
|
|
|
|
|
"L1 :",
|
|
|
|
|
"R1 :",
|
|
|
|
|
"L2 :",
|
|
|
|
|
"R2 :",
|
|
|
|
|
"L3 :",
|
|
|
|
|
"R3 :",
|
2014-05-12 07:48:50 +02:00
|
|
|
|
"Left Touch :",
|
|
|
|
|
"Upper Touch : ",
|
|
|
|
|
"Multitouch :",
|
|
|
|
|
"Right Touch :",
|
2014-04-27 21:32:09 +02:00
|
|
|
|
"Left Stick Up :",
|
|
|
|
|
"Left Stick Down :",
|
|
|
|
|
"Left Stick Left :",
|
|
|
|
|
"Left Stick Right :",
|
|
|
|
|
"Right Stick Up :",
|
|
|
|
|
"Right Stick Down :",
|
|
|
|
|
"Right Stick Left :",
|
|
|
|
|
"Right Stick Right :"});
|
2014-06-02 19:29:38 +02:00
|
|
|
|
this.lBControls.Location = new System.Drawing.Point(258, 9);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.lBControls.Name = "lBControls";
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.lBControls.Size = new System.Drawing.Size(169, 173);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.lBControls.TabIndex = 180;
|
|
|
|
|
this.lBControls.DoubleClick += new System.EventHandler(this.Show_ControlsList);
|
|
|
|
|
this.lBControls.KeyDown += new System.Windows.Forms.KeyEventHandler(this.List_KeyDown);
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
// lowColorChooserButton
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.lowColorChooserButton.BackColor = System.Drawing.Color.White;
|
|
|
|
|
this.lowColorChooserButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.lowColorChooserButton.Location = new System.Drawing.Point(44, 9);
|
|
|
|
|
this.lowColorChooserButton.Name = "lowColorChooserButton";
|
|
|
|
|
this.lowColorChooserButton.Size = new System.Drawing.Size(13, 13);
|
|
|
|
|
this.lowColorChooserButton.TabIndex = 49;
|
|
|
|
|
this.lowColorChooserButton.UseVisualStyleBackColor = false;
|
|
|
|
|
this.lowColorChooserButton.Click += new System.EventHandler(this.lowColorChooserButton_Click);
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-06-09 01:41:36 +02:00
|
|
|
|
// nUDRainbow
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.nUDRainbow.Location = new System.Drawing.Point(181, 16);
|
|
|
|
|
this.nUDRainbow.Maximum = new decimal(new int[] {
|
2014-05-12 07:48:50 +02:00
|
|
|
|
60,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.nUDRainbow.Name = "nUDRainbow";
|
|
|
|
|
this.nUDRainbow.Size = new System.Drawing.Size(39, 20);
|
|
|
|
|
this.nUDRainbow.TabIndex = 167;
|
|
|
|
|
this.nUDRainbow.ValueChanged += new System.EventHandler(this.numUDRainbow_ValueChanged);
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
// pBRainbow
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.pBRainbow.Image = global::ScpServer.Properties.Resources.rainbow;
|
2014-06-02 19:29:38 +02:00
|
|
|
|
this.pBRainbow.Location = new System.Drawing.Point(159, 18);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.pBRainbow.Name = "pBRainbow";
|
|
|
|
|
this.pBRainbow.Size = new System.Drawing.Size(16, 16);
|
2014-06-03 07:29:42 +02:00
|
|
|
|
this.pBRainbow.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.pBRainbow.TabIndex = 166;
|
|
|
|
|
this.pBRainbow.TabStop = false;
|
|
|
|
|
this.pBRainbow.Click += new System.EventHandler(this.pbRainbow_Click);
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
// blueBar
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.blueBar.AutoSize = false;
|
|
|
|
|
this.blueBar.BackColor = System.Drawing.Color.Blue;
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.blueBar.Location = new System.Drawing.Point(325, 4);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.blueBar.Maximum = 255;
|
|
|
|
|
this.blueBar.Name = "blueBar";
|
|
|
|
|
this.blueBar.Size = new System.Drawing.Size(100, 20);
|
|
|
|
|
this.blueBar.TabIndex = 12;
|
|
|
|
|
this.blueBar.TickFrequency = 25;
|
|
|
|
|
this.blueBar.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
|
|
|
this.blueBar.Value = 255;
|
|
|
|
|
this.blueBar.ValueChanged += new System.EventHandler(this.blueBar_ValueChanged);
|
2014-05-25 01:08:40 +02:00
|
|
|
|
this.blueBar.MouseDown += new System.Windows.Forms.MouseEventHandler(this.LightBar_MouseDown);
|
|
|
|
|
this.blueBar.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Lightbar_MouseUp);
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
// greenBar
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.greenBar.AutoSize = false;
|
|
|
|
|
this.greenBar.BackColor = System.Drawing.Color.Green;
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.greenBar.Location = new System.Drawing.Point(196, 4);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.greenBar.Maximum = 255;
|
|
|
|
|
this.greenBar.Name = "greenBar";
|
|
|
|
|
this.greenBar.Size = new System.Drawing.Size(100, 20);
|
|
|
|
|
this.greenBar.TabIndex = 11;
|
|
|
|
|
this.greenBar.TickFrequency = 25;
|
|
|
|
|
this.greenBar.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
|
|
|
this.greenBar.Value = 255;
|
|
|
|
|
this.greenBar.ValueChanged += new System.EventHandler(this.greenBar_ValueChanged);
|
2014-05-25 01:08:40 +02:00
|
|
|
|
this.greenBar.MouseDown += new System.Windows.Forms.MouseEventHandler(this.LightBar_MouseDown);
|
|
|
|
|
this.greenBar.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Lightbar_MouseUp);
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
// redBar
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.redBar.AutoSize = false;
|
|
|
|
|
this.redBar.BackColor = System.Drawing.Color.Red;
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.redBar.Location = new System.Drawing.Point(73, 4);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.redBar.Maximum = 255;
|
|
|
|
|
this.redBar.Name = "redBar";
|
|
|
|
|
this.redBar.Size = new System.Drawing.Size(100, 20);
|
|
|
|
|
this.redBar.TabIndex = 10;
|
|
|
|
|
this.redBar.TickFrequency = 25;
|
|
|
|
|
this.redBar.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
|
|
|
this.redBar.Value = 255;
|
|
|
|
|
this.redBar.ValueChanged += new System.EventHandler(this.redBar_ValueChanged);
|
2014-05-25 01:08:40 +02:00
|
|
|
|
this.redBar.MouseDown += new System.Windows.Forms.MouseEventHandler(this.LightBar_MouseDown);
|
|
|
|
|
this.redBar.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Lightbar_MouseUp);
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
// batteryLed
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.batteryLed.AutoSize = true;
|
2014-06-02 19:29:38 +02:00
|
|
|
|
this.batteryLed.Location = new System.Drawing.Point(316, 17);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.batteryLed.Name = "batteryLed";
|
2014-06-02 19:29:38 +02:00
|
|
|
|
this.batteryLed.Size = new System.Drawing.Size(111, 17);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.batteryLed.TabIndex = 162;
|
2014-06-02 19:29:38 +02:00
|
|
|
|
this.batteryLed.Text = "Color by Battery %";
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.batteryLed.UseVisualStyleBackColor = true;
|
|
|
|
|
this.batteryLed.CheckedChanged += new System.EventHandler(this.ledAsBatteryIndicator_CheckedChanged);
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
// lBBlue
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.lBBlue.AutoSize = true;
|
|
|
|
|
this.lBBlue.Location = new System.Drawing.Point(308, 7);
|
|
|
|
|
this.lBBlue.Name = "lBBlue";
|
|
|
|
|
this.lBBlue.Size = new System.Drawing.Size(14, 13);
|
|
|
|
|
this.lBBlue.TabIndex = 160;
|
|
|
|
|
this.lBBlue.Text = "B";
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
// lBGreen
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.lBGreen.AutoSize = true;
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.lBGreen.Location = new System.Drawing.Point(180, 7);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.lBGreen.Name = "lBGreen";
|
|
|
|
|
this.lBGreen.Size = new System.Drawing.Size(15, 13);
|
|
|
|
|
this.lBGreen.TabIndex = 159;
|
|
|
|
|
this.lBGreen.Text = "G";
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
// lBspc
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.lBspc.AutoSize = true;
|
2014-06-02 19:29:38 +02:00
|
|
|
|
this.lBspc.Location = new System.Drawing.Point(223, 19);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.lBspc.Name = "lBspc";
|
2014-05-31 06:37:02 +02:00
|
|
|
|
this.lBspc.Size = new System.Drawing.Size(59, 13);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.lBspc.TabIndex = 157;
|
2014-05-31 06:37:02 +02:00
|
|
|
|
this.lBspc.Text = "secs/cycle";
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
// lBRed
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.lBRed.AutoSize = true;
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.lBRed.Location = new System.Drawing.Point(58, 7);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.lBRed.Name = "lBRed";
|
|
|
|
|
this.lBRed.Size = new System.Drawing.Size(15, 13);
|
|
|
|
|
this.lBRed.TabIndex = 158;
|
|
|
|
|
this.lBRed.Text = "R";
|
|
|
|
|
//
|
|
|
|
|
// cBDoubleTap
|
|
|
|
|
//
|
|
|
|
|
this.cBDoubleTap.AutoSize = true;
|
|
|
|
|
this.cBDoubleTap.Checked = true;
|
|
|
|
|
this.cBDoubleTap.CheckState = System.Windows.Forms.CheckState.Checked;
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.cBDoubleTap.Location = new System.Drawing.Point(357, 17);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.cBDoubleTap.Name = "cBDoubleTap";
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.cBDoubleTap.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.cBDoubleTap.Size = new System.Drawing.Size(82, 17);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.cBDoubleTap.TabIndex = 226;
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.cBDoubleTap.Text = "Double Tap";
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.cBDoubleTap.UseVisualStyleBackColor = true;
|
|
|
|
|
this.cBDoubleTap.CheckedChanged += new System.EventHandler(this.cBDoubleTap_CheckedChanged);
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
|
|
|
|
// cBTap
|
|
|
|
|
//
|
|
|
|
|
this.cBTap.AutoSize = true;
|
|
|
|
|
this.cBTap.Checked = true;
|
|
|
|
|
this.cBTap.CheckState = System.Windows.Forms.CheckState.Checked;
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.cBTap.Location = new System.Drawing.Point(326, 47);
|
2014-04-27 21:32:09 +02:00
|
|
|
|
this.cBTap.Name = "cBTap";
|
|
|
|
|
this.cBTap.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
|
|
|
this.cBTap.Size = new System.Drawing.Size(45, 17);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.cBTap.TabIndex = 230;
|
2014-04-27 21:32:09 +02:00
|
|
|
|
this.cBTap.Text = "Tap";
|
|
|
|
|
this.cBTap.UseVisualStyleBackColor = true;
|
|
|
|
|
this.cBTap.CheckedChanged += new System.EventHandler(this.cBTap_CheckedChanged);
|
|
|
|
|
//
|
2014-06-09 01:41:36 +02:00
|
|
|
|
// nUDTap
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.nUDTap.Location = new System.Drawing.Point(377, 46);
|
|
|
|
|
this.nUDTap.Maximum = new decimal(new int[] {
|
2014-04-27 21:32:09 +02:00
|
|
|
|
200,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.nUDTap.Name = "nUDTap";
|
|
|
|
|
this.nUDTap.Size = new System.Drawing.Size(40, 20);
|
|
|
|
|
this.nUDTap.TabIndex = 227;
|
|
|
|
|
this.nUDTap.Value = new decimal(new int[] {
|
2014-04-27 21:32:09 +02:00
|
|
|
|
100,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.nUDTap.ValueChanged += new System.EventHandler(this.numUDTap_ValueChanged);
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
// cBScroll
|
|
|
|
|
//
|
|
|
|
|
this.cBScroll.AutoSize = true;
|
|
|
|
|
this.cBScroll.Checked = true;
|
|
|
|
|
this.cBScroll.CheckState = System.Windows.Forms.CheckState.Checked;
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.cBScroll.Location = new System.Drawing.Point(180, 48);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.cBScroll.Name = "cBScroll";
|
|
|
|
|
this.cBScroll.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
|
|
|
this.cBScroll.Size = new System.Drawing.Size(52, 17);
|
|
|
|
|
this.cBScroll.TabIndex = 231;
|
|
|
|
|
this.cBScroll.Text = "Scroll";
|
|
|
|
|
this.cBScroll.UseVisualStyleBackColor = true;
|
|
|
|
|
this.cBScroll.CheckedChanged += new System.EventHandler(this.cBScroll_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// cBSlide
|
|
|
|
|
//
|
|
|
|
|
this.cBSlide.AutoSize = true;
|
|
|
|
|
this.cBSlide.Checked = true;
|
|
|
|
|
this.cBSlide.CheckState = System.Windows.Forms.CheckState.Checked;
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.cBSlide.Location = new System.Drawing.Point(7, 48);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.cBSlide.Name = "cBSlide";
|
|
|
|
|
this.cBSlide.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
|
|
|
this.cBSlide.Size = new System.Drawing.Size(49, 17);
|
|
|
|
|
this.cBSlide.TabIndex = 232;
|
|
|
|
|
this.cBSlide.Text = "Slide";
|
|
|
|
|
this.cBSlide.UseVisualStyleBackColor = true;
|
|
|
|
|
this.cBSlide.CheckedChanged += new System.EventHandler(this.cBSlide_CheckedChanged);
|
|
|
|
|
//
|
2014-06-09 01:41:36 +02:00
|
|
|
|
// nUDScroll
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.nUDScroll.Location = new System.Drawing.Point(234, 46);
|
|
|
|
|
this.nUDScroll.Maximum = new decimal(new int[] {
|
2014-04-27 21:32:09 +02:00
|
|
|
|
10,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.nUDScroll.Minimum = new decimal(new int[] {
|
2014-04-27 21:32:09 +02:00
|
|
|
|
10,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
-2147483648});
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.nUDScroll.Name = "nUDScroll";
|
|
|
|
|
this.nUDScroll.Size = new System.Drawing.Size(40, 20);
|
|
|
|
|
this.nUDScroll.TabIndex = 228;
|
|
|
|
|
this.nUDScroll.Value = new decimal(new int[] {
|
2014-04-27 21:32:09 +02:00
|
|
|
|
5,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.nUDScroll.ValueChanged += new System.EventHandler(this.numUDScroll_ValueChanged);
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-06-09 01:41:36 +02:00
|
|
|
|
// nUDTouch
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.nUDTouch.Location = new System.Drawing.Point(62, 46);
|
|
|
|
|
this.nUDTouch.Maximum = new decimal(new int[] {
|
2014-04-27 21:32:09 +02:00
|
|
|
|
150,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.nUDTouch.Name = "nUDTouch";
|
|
|
|
|
this.nUDTouch.Size = new System.Drawing.Size(40, 20);
|
|
|
|
|
this.nUDTouch.TabIndex = 229;
|
|
|
|
|
this.nUDTouch.Value = new decimal(new int[] {
|
2014-04-27 21:32:09 +02:00
|
|
|
|
100,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.nUDTouch.ValueChanged += new System.EventHandler(this.numUDTouch_ValueChanged);
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
// lBButtonMouseSens
|
|
|
|
|
//
|
|
|
|
|
this.lBButtonMouseSens.AutoSize = true;
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.lBButtonMouseSens.Location = new System.Drawing.Point(5, 18);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.lBButtonMouseSens.Name = "lBButtonMouseSens";
|
2014-05-28 04:49:58 +02:00
|
|
|
|
this.lBButtonMouseSens.Size = new System.Drawing.Size(92, 13);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.lBButtonMouseSens.TabIndex = 206;
|
2014-05-28 04:49:58 +02:00
|
|
|
|
this.lBButtonMouseSens.Text = "Mouse Sensitivity:";
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.lBButtonMouseSens.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
|
|
|
//
|
|
|
|
|
// cBlowerRCOn
|
|
|
|
|
//
|
|
|
|
|
this.cBlowerRCOn.AutoSize = true;
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.cBlowerRCOn.Location = new System.Drawing.Point(218, 10);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.cBlowerRCOn.Name = "cBlowerRCOn";
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.cBlowerRCOn.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
|
|
|
this.cBlowerRCOn.Size = new System.Drawing.Size(100, 30);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.cBlowerRCOn.TabIndex = 223;
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.cBlowerRCOn.Text = "Lower Right as \r\nRight Mouse";
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.cBlowerRCOn.UseVisualStyleBackColor = true;
|
|
|
|
|
this.cBlowerRCOn.CheckedChanged += new System.EventHandler(this.lowerRCOffCheckBox_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// touchpadJitterCompensation
|
|
|
|
|
//
|
|
|
|
|
this.touchpadJitterCompensation.AutoSize = true;
|
2014-05-28 04:49:58 +02:00
|
|
|
|
this.touchpadJitterCompensation.Checked = true;
|
|
|
|
|
this.touchpadJitterCompensation.CheckState = System.Windows.Forms.CheckState.Checked;
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.touchpadJitterCompensation.Location = new System.Drawing.Point(42, 17);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.touchpadJitterCompensation.Name = "touchpadJitterCompensation";
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.touchpadJitterCompensation.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.touchpadJitterCompensation.Size = new System.Drawing.Size(118, 17);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.touchpadJitterCompensation.TabIndex = 224;
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.touchpadJitterCompensation.Text = "Jitter Compensation";
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.touchpadJitterCompensation.UseVisualStyleBackColor = true;
|
|
|
|
|
this.touchpadJitterCompensation.CheckedChanged += new System.EventHandler(this.touchpadJitterCompensation_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// lBL2
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.lBL2.AutoSize = true;
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.lBL2.Location = new System.Drawing.Point(7, 17);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.lBL2.Name = "lBL2";
|
|
|
|
|
this.lBL2.Size = new System.Drawing.Size(19, 13);
|
|
|
|
|
this.lBL2.TabIndex = 196;
|
|
|
|
|
this.lBL2.Text = "L2";
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
// lBR2
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.lBR2.AutoSize = true;
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.lBR2.Location = new System.Drawing.Point(109, 17);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.lBR2.Name = "lBR2";
|
|
|
|
|
this.lBR2.Size = new System.Drawing.Size(21, 13);
|
|
|
|
|
this.lBR2.TabIndex = 197;
|
|
|
|
|
this.lBR2.Text = "R2";
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
// lBIdleMinutes
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.lBIdleMinutes.AutoSize = true;
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.lBIdleMinutes.Location = new System.Drawing.Point(164, 49);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.lBIdleMinutes.Name = "lBIdleMinutes";
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.lBIdleMinutes.Size = new System.Drawing.Size(28, 13);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.lBIdleMinutes.TabIndex = 200;
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.lBIdleMinutes.Text = "mins";
|
2014-04-30 21:32:44 +02:00
|
|
|
|
//
|
2014-06-09 01:41:36 +02:00
|
|
|
|
// nUDIdleDisconnect
|
2014-04-30 21:32:44 +02:00
|
|
|
|
//
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.nUDIdleDisconnect.DecimalPlaces = 1;
|
|
|
|
|
this.nUDIdleDisconnect.Location = new System.Drawing.Point(108, 46);
|
|
|
|
|
this.nUDIdleDisconnect.Maximum = new decimal(new int[] {
|
2014-05-21 23:42:25 +02:00
|
|
|
|
60,
|
2014-04-30 21:32:44 +02:00
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.nUDIdleDisconnect.Name = "nUDIdleDisconnect";
|
|
|
|
|
this.nUDIdleDisconnect.Size = new System.Drawing.Size(50, 20);
|
|
|
|
|
this.nUDIdleDisconnect.TabIndex = 201;
|
|
|
|
|
this.nUDIdleDisconnect.ValueChanged += new System.EventHandler(this.nUDIdleDisconnect_ValueChanged);
|
2014-04-30 21:32:44 +02:00
|
|
|
|
//
|
2014-06-09 01:41:36 +02:00
|
|
|
|
// nUDR2
|
2014-04-30 21:32:44 +02:00
|
|
|
|
//
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.nUDR2.DecimalPlaces = 2;
|
|
|
|
|
this.nUDR2.Increment = new decimal(new int[] {
|
2014-05-21 23:42:25 +02:00
|
|
|
|
1,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
65536});
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.nUDR2.Location = new System.Drawing.Point(133, 15);
|
|
|
|
|
this.nUDR2.Maximum = new decimal(new int[] {
|
2014-05-21 23:42:25 +02:00
|
|
|
|
1,
|
2014-05-12 07:48:50 +02:00
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.nUDR2.Name = "nUDR2";
|
|
|
|
|
this.nUDR2.Size = new System.Drawing.Size(50, 20);
|
|
|
|
|
this.nUDR2.TabIndex = 202;
|
|
|
|
|
this.nUDR2.ValueChanged += new System.EventHandler(this.numUDR2_ValueChanged);
|
2014-04-30 21:32:44 +02:00
|
|
|
|
//
|
2014-05-05 09:42:05 +02:00
|
|
|
|
// tBsixaxisAccelZ
|
2014-04-30 21:32:44 +02:00
|
|
|
|
//
|
2014-05-05 09:42:05 +02:00
|
|
|
|
this.tBsixaxisAccelZ.AutoSize = false;
|
2014-05-30 22:39:39 +02:00
|
|
|
|
this.tBsixaxisAccelZ.BackColor = System.Drawing.Color.White;
|
2014-05-05 09:42:05 +02:00
|
|
|
|
this.tBsixaxisAccelZ.Enabled = false;
|
2014-06-02 19:29:38 +02:00
|
|
|
|
this.tBsixaxisAccelZ.Location = new System.Drawing.Point(382, 6);
|
2014-05-05 09:42:05 +02:00
|
|
|
|
this.tBsixaxisAccelZ.Maximum = 32767;
|
|
|
|
|
this.tBsixaxisAccelZ.Minimum = -32768;
|
|
|
|
|
this.tBsixaxisAccelZ.Name = "tBsixaxisAccelZ";
|
|
|
|
|
this.tBsixaxisAccelZ.Size = new System.Drawing.Size(50, 19);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.tBsixaxisAccelZ.TabIndex = 217;
|
2014-05-05 09:42:05 +02:00
|
|
|
|
this.tBsixaxisAccelZ.TickFrequency = 16384;
|
2014-04-30 21:32:44 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
// flushHIDQueue
|
|
|
|
|
//
|
|
|
|
|
this.flushHIDQueue.AccessibleName = "flushHIDQueue";
|
|
|
|
|
this.flushHIDQueue.AutoSize = true;
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.flushHIDQueue.Location = new System.Drawing.Point(306, 45);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.flushHIDQueue.Name = "flushHIDQueue";
|
|
|
|
|
this.flushHIDQueue.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.flushHIDQueue.Size = new System.Drawing.Size(73, 17);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.flushHIDQueue.TabIndex = 198;
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.flushHIDQueue.Text = "Flush HID\r\n";
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.flushHIDQueue.UseVisualStyleBackColor = true;
|
|
|
|
|
this.flushHIDQueue.CheckedChanged += new System.EventHandler(this.flushHIDQueue_CheckedChanged);
|
|
|
|
|
//
|
2014-05-05 09:42:05 +02:00
|
|
|
|
// tBsixaxisAccelY
|
2014-04-30 21:32:44 +02:00
|
|
|
|
//
|
2014-05-05 09:42:05 +02:00
|
|
|
|
this.tBsixaxisAccelY.AutoSize = false;
|
2014-05-30 22:39:39 +02:00
|
|
|
|
this.tBsixaxisAccelY.BackColor = System.Drawing.Color.White;
|
2014-05-05 09:42:05 +02:00
|
|
|
|
this.tBsixaxisAccelY.Enabled = false;
|
2014-06-02 19:29:38 +02:00
|
|
|
|
this.tBsixaxisAccelY.Location = new System.Drawing.Point(335, 6);
|
2014-05-05 09:42:05 +02:00
|
|
|
|
this.tBsixaxisAccelY.Maximum = 32767;
|
|
|
|
|
this.tBsixaxisAccelY.Minimum = -32768;
|
|
|
|
|
this.tBsixaxisAccelY.Name = "tBsixaxisAccelY";
|
|
|
|
|
this.tBsixaxisAccelY.Size = new System.Drawing.Size(50, 19);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.tBsixaxisAccelY.TabIndex = 218;
|
2014-05-05 09:42:05 +02:00
|
|
|
|
this.tBsixaxisAccelY.TickFrequency = 16384;
|
2014-04-30 21:32:44 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
// leftMotorLabel
|
|
|
|
|
//
|
|
|
|
|
this.leftMotorLabel.AutoSize = true;
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.leftMotorLabel.Location = new System.Drawing.Point(8, 45);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.leftMotorLabel.Name = "leftMotorLabel";
|
|
|
|
|
this.leftMotorLabel.Size = new System.Drawing.Size(25, 13);
|
|
|
|
|
this.leftMotorLabel.TabIndex = 209;
|
|
|
|
|
this.leftMotorLabel.Text = "Left";
|
|
|
|
|
//
|
2014-05-05 09:42:05 +02:00
|
|
|
|
// tBsixaxisAccelX
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-05-05 09:42:05 +02:00
|
|
|
|
this.tBsixaxisAccelX.AutoSize = false;
|
2014-05-30 22:39:39 +02:00
|
|
|
|
this.tBsixaxisAccelX.BackColor = System.Drawing.Color.White;
|
2014-05-05 09:42:05 +02:00
|
|
|
|
this.tBsixaxisAccelX.Enabled = false;
|
2014-06-02 19:29:38 +02:00
|
|
|
|
this.tBsixaxisAccelX.Location = new System.Drawing.Point(289, 6);
|
2014-05-05 09:42:05 +02:00
|
|
|
|
this.tBsixaxisAccelX.Maximum = 32767;
|
|
|
|
|
this.tBsixaxisAccelX.Minimum = -32768;
|
|
|
|
|
this.tBsixaxisAccelX.Name = "tBsixaxisAccelX";
|
|
|
|
|
this.tBsixaxisAccelX.Size = new System.Drawing.Size(50, 19);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.tBsixaxisAccelX.TabIndex = 219;
|
2014-05-05 09:42:05 +02:00
|
|
|
|
this.tBsixaxisAccelX.TickFrequency = 16384;
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
// rightMotorLabel
|
|
|
|
|
//
|
|
|
|
|
this.rightMotorLabel.AutoSize = true;
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.rightMotorLabel.Location = new System.Drawing.Point(111, 45);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.rightMotorLabel.Name = "rightMotorLabel";
|
|
|
|
|
this.rightMotorLabel.Size = new System.Drawing.Size(32, 13);
|
|
|
|
|
this.rightMotorLabel.TabIndex = 208;
|
|
|
|
|
this.rightMotorLabel.Text = "Right";
|
|
|
|
|
//
|
2014-05-05 09:42:05 +02:00
|
|
|
|
// tBsixaxisGyroZ
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-05-05 09:42:05 +02:00
|
|
|
|
this.tBsixaxisGyroZ.AutoSize = false;
|
2014-05-30 22:39:39 +02:00
|
|
|
|
this.tBsixaxisGyroZ.BackColor = System.Drawing.Color.White;
|
2014-05-05 09:42:05 +02:00
|
|
|
|
this.tBsixaxisGyroZ.Enabled = false;
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.tBsixaxisGyroZ.Location = new System.Drawing.Point(163, 6);
|
2014-05-05 09:42:05 +02:00
|
|
|
|
this.tBsixaxisGyroZ.Maximum = 32767;
|
|
|
|
|
this.tBsixaxisGyroZ.Minimum = -32768;
|
|
|
|
|
this.tBsixaxisGyroZ.Name = "tBsixaxisGyroZ";
|
|
|
|
|
this.tBsixaxisGyroZ.Size = new System.Drawing.Size(50, 19);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.tBsixaxisGyroZ.TabIndex = 220;
|
2014-05-05 09:42:05 +02:00
|
|
|
|
this.tBsixaxisGyroZ.TickFrequency = 16384;
|
2014-04-27 21:32:09 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
// rumbleBoostLabel
|
|
|
|
|
//
|
|
|
|
|
this.rumbleBoostLabel.AutoSize = true;
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.rumbleBoostLabel.Location = new System.Drawing.Point(8, 17);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.rumbleBoostLabel.Name = "rumbleBoostLabel";
|
|
|
|
|
this.rumbleBoostLabel.Size = new System.Drawing.Size(34, 13);
|
|
|
|
|
this.rumbleBoostLabel.TabIndex = 207;
|
|
|
|
|
this.rumbleBoostLabel.Text = "Boost";
|
|
|
|
|
//
|
2014-05-05 09:42:05 +02:00
|
|
|
|
// tBsixaxisGyroY
|
2014-04-30 21:32:44 +02:00
|
|
|
|
//
|
2014-05-05 09:42:05 +02:00
|
|
|
|
this.tBsixaxisGyroY.AutoSize = false;
|
2014-05-30 22:39:39 +02:00
|
|
|
|
this.tBsixaxisGyroY.BackColor = System.Drawing.Color.White;
|
2014-05-05 09:42:05 +02:00
|
|
|
|
this.tBsixaxisGyroY.Enabled = false;
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.tBsixaxisGyroY.Location = new System.Drawing.Point(116, 6);
|
2014-05-05 09:42:05 +02:00
|
|
|
|
this.tBsixaxisGyroY.Maximum = 32767;
|
|
|
|
|
this.tBsixaxisGyroY.Minimum = -32768;
|
|
|
|
|
this.tBsixaxisGyroY.Name = "tBsixaxisGyroY";
|
|
|
|
|
this.tBsixaxisGyroY.Size = new System.Drawing.Size(50, 19);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.tBsixaxisGyroY.TabIndex = 221;
|
2014-05-05 09:42:05 +02:00
|
|
|
|
this.tBsixaxisGyroY.TickFrequency = 16384;
|
2014-04-30 21:32:44 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
// tBsixaxisGyroX
|
2014-05-05 09:42:05 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.tBsixaxisGyroX.AutoSize = false;
|
2014-05-30 22:39:39 +02:00
|
|
|
|
this.tBsixaxisGyroX.BackColor = System.Drawing.Color.White;
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.tBsixaxisGyroX.Enabled = false;
|
|
|
|
|
this.tBsixaxisGyroX.Location = new System.Drawing.Point(69, 6);
|
|
|
|
|
this.tBsixaxisGyroX.Maximum = 32767;
|
|
|
|
|
this.tBsixaxisGyroX.Minimum = -32768;
|
|
|
|
|
this.tBsixaxisGyroX.Name = "tBsixaxisGyroX";
|
|
|
|
|
this.tBsixaxisGyroX.Size = new System.Drawing.Size(50, 19);
|
|
|
|
|
this.tBsixaxisGyroX.TabIndex = 222;
|
|
|
|
|
this.tBsixaxisGyroX.TickFrequency = 16384;
|
2014-05-05 09:42:05 +02:00
|
|
|
|
//
|
2014-06-09 01:41:36 +02:00
|
|
|
|
// nUDRumbleBoost
|
2014-05-12 07:48:50 +02:00
|
|
|
|
//
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.nUDRumbleBoost.Location = new System.Drawing.Point(46, 14);
|
|
|
|
|
this.nUDRumbleBoost.Maximum = new decimal(new int[] {
|
2014-05-12 07:48:50 +02:00
|
|
|
|
200,
|
2014-05-05 09:31:24 +02:00
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.nUDRumbleBoost.Name = "nUDRumbleBoost";
|
|
|
|
|
this.nUDRumbleBoost.Size = new System.Drawing.Size(52, 20);
|
|
|
|
|
this.nUDRumbleBoost.TabIndex = 211;
|
|
|
|
|
this.nUDRumbleBoost.Value = new decimal(new int[] {
|
2014-05-12 07:48:50 +02:00
|
|
|
|
100,
|
2014-05-05 09:31:24 +02:00
|
|
|
|
0,
|
|
|
|
|
0,
|
2014-05-12 07:48:50 +02:00
|
|
|
|
0});
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.nUDRumbleBoost.ValueChanged += new System.EventHandler(this.rumbleBoostBar_ValueChanged);
|
2014-05-05 09:31:24 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
// lB6Accel
|
2014-05-05 09:31:24 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.lB6Accel.AutoSize = true;
|
2014-06-02 19:29:38 +02:00
|
|
|
|
this.lB6Accel.Location = new System.Drawing.Point(220, 6);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.lB6Accel.Name = "lB6Accel";
|
|
|
|
|
this.lB6Accel.Size = new System.Drawing.Size(72, 13);
|
|
|
|
|
this.lB6Accel.TabIndex = 215;
|
|
|
|
|
this.lB6Accel.Text = "Sixaxis Accel:";
|
|
|
|
|
//
|
2014-06-09 01:41:36 +02:00
|
|
|
|
// nUDHeavyRumble
|
2014-05-12 07:48:50 +02:00
|
|
|
|
//
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.nUDHeavyRumble.Location = new System.Drawing.Point(149, 43);
|
|
|
|
|
this.nUDHeavyRumble.Maximum = new decimal(new int[] {
|
2014-05-05 09:31:24 +02:00
|
|
|
|
255,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.nUDHeavyRumble.Name = "nUDHeavyRumble";
|
|
|
|
|
this.nUDHeavyRumble.Size = new System.Drawing.Size(52, 20);
|
|
|
|
|
this.nUDHeavyRumble.TabIndex = 212;
|
|
|
|
|
this.nUDHeavyRumble.ValueChanged += new System.EventHandler(this.numUDHeavyRumble_ValueChanged);
|
2014-05-05 09:31:24 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
// lB6Gryo
|
2014-05-05 09:31:24 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.lB6Gryo.AutoSize = true;
|
|
|
|
|
this.lB6Gryo.Location = new System.Drawing.Point(5, 6);
|
|
|
|
|
this.lB6Gryo.Name = "lB6Gryo";
|
|
|
|
|
this.lB6Gryo.Size = new System.Drawing.Size(67, 13);
|
|
|
|
|
this.lB6Gryo.TabIndex = 216;
|
|
|
|
|
this.lB6Gryo.Text = "Sixaxis Gyro:";
|
|
|
|
|
//
|
2014-06-09 01:41:36 +02:00
|
|
|
|
// nUDLightRumble
|
2014-05-12 07:48:50 +02:00
|
|
|
|
//
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.nUDLightRumble.Location = new System.Drawing.Point(46, 43);
|
|
|
|
|
this.nUDLightRumble.Maximum = new decimal(new int[] {
|
2014-05-12 07:48:50 +02:00
|
|
|
|
255,
|
2014-05-05 09:31:24 +02:00
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.nUDLightRumble.Name = "nUDLightRumble";
|
|
|
|
|
this.nUDLightRumble.Size = new System.Drawing.Size(52, 20);
|
|
|
|
|
this.nUDLightRumble.TabIndex = 213;
|
|
|
|
|
this.nUDLightRumble.ValueChanged += new System.EventHandler(this.numUDLightRumble_ValueChanged);
|
2014-05-05 09:42:05 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
// btnRumbleTest
|
2014-05-05 09:42:05 +02:00
|
|
|
|
//
|
2014-05-30 22:39:39 +02:00
|
|
|
|
this.btnRumbleTest.Location = new System.Drawing.Point(161, 11);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.btnRumbleTest.Name = "btnRumbleTest";
|
2014-05-30 22:39:39 +02:00
|
|
|
|
this.btnRumbleTest.Size = new System.Drawing.Size(41, 23);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.btnRumbleTest.TabIndex = 214;
|
|
|
|
|
this.btnRumbleTest.Text = "Test";
|
|
|
|
|
this.btnRumbleTest.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btnRumbleTest.Click += new System.EventHandler(this.btnRumbleTest_Click);
|
2014-05-05 09:31:24 +02:00
|
|
|
|
//
|
2014-05-24 04:30:43 +02:00
|
|
|
|
// lbFull
|
|
|
|
|
//
|
|
|
|
|
this.lbFull.AutoSize = true;
|
|
|
|
|
this.lbFull.Location = new System.Drawing.Point(7, 7);
|
|
|
|
|
this.lbFull.Name = "lbFull";
|
|
|
|
|
this.lbFull.Size = new System.Drawing.Size(26, 13);
|
|
|
|
|
this.lbFull.TabIndex = 225;
|
|
|
|
|
this.lbFull.Text = "Full:";
|
2014-05-12 07:48:50 +02:00
|
|
|
|
//
|
|
|
|
|
// lBLowRed
|
|
|
|
|
//
|
|
|
|
|
this.lBLowRed.AutoSize = true;
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.lBLowRed.Location = new System.Drawing.Point(58, 9);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.lBLowRed.Name = "lBLowRed";
|
|
|
|
|
this.lBLowRed.Size = new System.Drawing.Size(15, 13);
|
|
|
|
|
this.lBLowRed.TabIndex = 158;
|
|
|
|
|
this.lBLowRed.Text = "R";
|
|
|
|
|
//
|
|
|
|
|
// lBLowGreen
|
|
|
|
|
//
|
|
|
|
|
this.lBLowGreen.AutoSize = true;
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.lBLowGreen.Location = new System.Drawing.Point(180, 9);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.lBLowGreen.Name = "lBLowGreen";
|
|
|
|
|
this.lBLowGreen.Size = new System.Drawing.Size(15, 13);
|
|
|
|
|
this.lBLowGreen.TabIndex = 159;
|
|
|
|
|
this.lBLowGreen.Text = "G";
|
|
|
|
|
//
|
|
|
|
|
// lBLowBlue
|
|
|
|
|
//
|
|
|
|
|
this.lBLowBlue.AutoSize = true;
|
|
|
|
|
this.lBLowBlue.Location = new System.Drawing.Point(308, 9);
|
|
|
|
|
this.lBLowBlue.Name = "lBLowBlue";
|
|
|
|
|
this.lBLowBlue.Size = new System.Drawing.Size(14, 13);
|
|
|
|
|
this.lBLowBlue.TabIndex = 160;
|
|
|
|
|
this.lBLowBlue.Text = "B";
|
|
|
|
|
//
|
|
|
|
|
// lowRedBar
|
|
|
|
|
//
|
|
|
|
|
this.lowRedBar.AutoSize = false;
|
|
|
|
|
this.lowRedBar.BackColor = System.Drawing.Color.Red;
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.lowRedBar.Location = new System.Drawing.Point(73, 5);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.lowRedBar.Maximum = 255;
|
|
|
|
|
this.lowRedBar.Name = "lowRedBar";
|
|
|
|
|
this.lowRedBar.Size = new System.Drawing.Size(100, 20);
|
|
|
|
|
this.lowRedBar.TabIndex = 10;
|
|
|
|
|
this.lowRedBar.TickFrequency = 25;
|
|
|
|
|
this.lowRedBar.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
|
|
|
this.lowRedBar.Value = 255;
|
|
|
|
|
this.lowRedBar.ValueChanged += new System.EventHandler(this.lowRedBar_ValueChanged);
|
2014-05-25 01:08:40 +02:00
|
|
|
|
this.lowRedBar.MouseDown += new System.Windows.Forms.MouseEventHandler(this.LightBar_MouseDown);
|
|
|
|
|
this.lowRedBar.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Lightbar_MouseUp);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
//
|
|
|
|
|
// lowGreenBar
|
|
|
|
|
//
|
|
|
|
|
this.lowGreenBar.AutoSize = false;
|
|
|
|
|
this.lowGreenBar.BackColor = System.Drawing.Color.Green;
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.lowGreenBar.Location = new System.Drawing.Point(196, 5);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.lowGreenBar.Maximum = 255;
|
|
|
|
|
this.lowGreenBar.Name = "lowGreenBar";
|
|
|
|
|
this.lowGreenBar.Size = new System.Drawing.Size(100, 20);
|
|
|
|
|
this.lowGreenBar.TabIndex = 11;
|
|
|
|
|
this.lowGreenBar.TickFrequency = 25;
|
|
|
|
|
this.lowGreenBar.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
|
|
|
this.lowGreenBar.Value = 255;
|
|
|
|
|
this.lowGreenBar.ValueChanged += new System.EventHandler(this.lowGreenBar_ValueChanged);
|
2014-05-25 01:08:40 +02:00
|
|
|
|
this.lowGreenBar.MouseDown += new System.Windows.Forms.MouseEventHandler(this.LightBar_MouseDown);
|
|
|
|
|
this.lowGreenBar.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Lightbar_MouseUp);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
//
|
|
|
|
|
// lowBlueBar
|
|
|
|
|
//
|
|
|
|
|
this.lowBlueBar.AutoSize = false;
|
|
|
|
|
this.lowBlueBar.BackColor = System.Drawing.Color.Blue;
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.lowBlueBar.Location = new System.Drawing.Point(325, 5);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.lowBlueBar.Maximum = 255;
|
|
|
|
|
this.lowBlueBar.Name = "lowBlueBar";
|
|
|
|
|
this.lowBlueBar.Size = new System.Drawing.Size(100, 20);
|
|
|
|
|
this.lowBlueBar.TabIndex = 12;
|
|
|
|
|
this.lowBlueBar.TickFrequency = 25;
|
|
|
|
|
this.lowBlueBar.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
|
|
|
this.lowBlueBar.Value = 255;
|
|
|
|
|
this.lowBlueBar.ValueChanged += new System.EventHandler(this.lowBlueBar_ValueChanged);
|
2014-05-25 01:08:40 +02:00
|
|
|
|
this.lowBlueBar.MouseDown += new System.Windows.Forms.MouseEventHandler(this.LightBar_MouseDown);
|
|
|
|
|
this.lowBlueBar.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Lightbar_MouseUp);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
//
|
|
|
|
|
// lBEmpty
|
|
|
|
|
//
|
|
|
|
|
this.lBEmpty.AutoSize = true;
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.lBEmpty.Location = new System.Drawing.Point(7, 9);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.lBEmpty.Name = "lBEmpty";
|
|
|
|
|
this.lBEmpty.Size = new System.Drawing.Size(39, 13);
|
|
|
|
|
this.lBEmpty.TabIndex = 225;
|
|
|
|
|
this.lBEmpty.Text = "Empty:";
|
|
|
|
|
//
|
2014-05-24 04:30:43 +02:00
|
|
|
|
// FullPanel
|
2014-05-12 07:48:50 +02:00
|
|
|
|
//
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.FullPanel.Controls.Add(this.lbFull);
|
|
|
|
|
this.FullPanel.Controls.Add(this.lBRed);
|
|
|
|
|
this.FullPanel.Controls.Add(this.lBGreen);
|
|
|
|
|
this.FullPanel.Controls.Add(this.lBBlue);
|
|
|
|
|
this.FullPanel.Controls.Add(this.redBar);
|
|
|
|
|
this.FullPanel.Controls.Add(this.greenBar);
|
|
|
|
|
this.FullPanel.Controls.Add(this.blueBar);
|
|
|
|
|
this.FullPanel.Location = new System.Drawing.Point(2, 42);
|
|
|
|
|
this.FullPanel.Name = "FullPanel";
|
|
|
|
|
this.FullPanel.Size = new System.Drawing.Size(435, 29);
|
|
|
|
|
this.FullPanel.TabIndex = 235;
|
2014-05-12 07:48:50 +02:00
|
|
|
|
//
|
|
|
|
|
// lowBatteryPanel
|
|
|
|
|
//
|
|
|
|
|
this.lowBatteryPanel.Controls.Add(this.lowColorChooserButton);
|
|
|
|
|
this.lowBatteryPanel.Controls.Add(this.lBLowRed);
|
|
|
|
|
this.lowBatteryPanel.Controls.Add(this.lBLowGreen);
|
|
|
|
|
this.lowBatteryPanel.Controls.Add(this.lBLowBlue);
|
|
|
|
|
this.lowBatteryPanel.Controls.Add(this.lowRedBar);
|
|
|
|
|
this.lowBatteryPanel.Controls.Add(this.lowGreenBar);
|
|
|
|
|
this.lowBatteryPanel.Controls.Add(this.lowBlueBar);
|
|
|
|
|
this.lowBatteryPanel.Controls.Add(this.lBEmpty);
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.lowBatteryPanel.Location = new System.Drawing.Point(2, 72);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.lowBatteryPanel.Name = "lowBatteryPanel";
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.lowBatteryPanel.Size = new System.Drawing.Size(435, 29);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.lowBatteryPanel.TabIndex = 234;
|
|
|
|
|
//
|
|
|
|
|
// SixaxisPanel
|
|
|
|
|
//
|
|
|
|
|
this.SixaxisPanel.Controls.Add(this.tBsixaxisAccelX);
|
|
|
|
|
this.SixaxisPanel.Controls.Add(this.lB6Gryo);
|
|
|
|
|
this.SixaxisPanel.Controls.Add(this.lB6Accel);
|
|
|
|
|
this.SixaxisPanel.Controls.Add(this.tBsixaxisGyroX);
|
|
|
|
|
this.SixaxisPanel.Controls.Add(this.tBsixaxisGyroY);
|
|
|
|
|
this.SixaxisPanel.Controls.Add(this.tBsixaxisGyroZ);
|
|
|
|
|
this.SixaxisPanel.Controls.Add(this.tBsixaxisAccelY);
|
|
|
|
|
this.SixaxisPanel.Controls.Add(this.tBsixaxisAccelZ);
|
2014-06-02 19:29:38 +02:00
|
|
|
|
this.SixaxisPanel.Location = new System.Drawing.Point(1, 193);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.SixaxisPanel.Name = "SixaxisPanel";
|
2014-06-02 19:29:38 +02:00
|
|
|
|
this.SixaxisPanel.Size = new System.Drawing.Size(435, 27);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.SixaxisPanel.TabIndex = 236;
|
|
|
|
|
//
|
|
|
|
|
// lBProfileTip
|
|
|
|
|
//
|
|
|
|
|
this.lBProfileTip.AutoSize = true;
|
2014-06-02 19:29:38 +02:00
|
|
|
|
this.lBProfileTip.Location = new System.Drawing.Point(13, 302);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.lBProfileTip.Name = "lBProfileTip";
|
|
|
|
|
this.lBProfileTip.Size = new System.Drawing.Size(70, 13);
|
|
|
|
|
this.lBProfileTip.TabIndex = 239;
|
|
|
|
|
this.lBProfileTip.Text = "Profile Name:";
|
2014-06-02 19:29:38 +02:00
|
|
|
|
this.lBProfileTip.Visible = false;
|
2014-05-05 09:31:24 +02:00
|
|
|
|
//
|
2014-05-05 09:42:05 +02:00
|
|
|
|
// tBProfile
|
2014-05-05 09:31:24 +02:00
|
|
|
|
//
|
2014-05-05 09:42:05 +02:00
|
|
|
|
this.tBProfile.ForeColor = System.Drawing.SystemColors.GrayText;
|
2014-06-02 19:29:38 +02:00
|
|
|
|
this.tBProfile.Location = new System.Drawing.Point(85, 299);
|
2014-05-05 09:42:05 +02:00
|
|
|
|
this.tBProfile.Name = "tBProfile";
|
2014-05-30 22:39:39 +02:00
|
|
|
|
this.tBProfile.Size = new System.Drawing.Size(185, 20);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.tBProfile.TabIndex = 238;
|
2014-05-05 09:42:05 +02:00
|
|
|
|
this.tBProfile.Text = "<type profile name here>";
|
2014-06-02 19:29:38 +02:00
|
|
|
|
this.tBProfile.Visible = false;
|
2014-05-05 09:42:05 +02:00
|
|
|
|
this.tBProfile.TextChanged += new System.EventHandler(this.tBProfile_TextChanged);
|
|
|
|
|
this.tBProfile.Enter += new System.EventHandler(this.tBProfile_Enter);
|
|
|
|
|
this.tBProfile.Leave += new System.EventHandler(this.tBProfile_Leave);
|
2014-05-05 09:31:24 +02:00
|
|
|
|
//
|
2014-05-12 07:48:50 +02:00
|
|
|
|
// btnSaveProfile
|
2014-05-05 09:31:24 +02:00
|
|
|
|
//
|
2014-06-02 19:29:38 +02:00
|
|
|
|
this.btnSaveProfile.Location = new System.Drawing.Point(276, 297);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.btnSaveProfile.Name = "btnSaveProfile";
|
|
|
|
|
this.btnSaveProfile.Size = new System.Drawing.Size(78, 23);
|
|
|
|
|
this.btnSaveProfile.TabIndex = 237;
|
|
|
|
|
this.btnSaveProfile.Text = "Save Profile";
|
|
|
|
|
this.btnSaveProfile.UseVisualStyleBackColor = true;
|
2014-06-02 19:29:38 +02:00
|
|
|
|
this.btnSaveProfile.Visible = false;
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.btnSaveProfile.Click += new System.EventHandler(this.saveButton_Click);
|
2014-05-05 09:31:24 +02:00
|
|
|
|
//
|
2014-05-21 23:42:25 +02:00
|
|
|
|
// lbRS
|
|
|
|
|
//
|
|
|
|
|
this.lbRS.AutoSize = true;
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.lbRS.Location = new System.Drawing.Point(110, 46);
|
2014-05-21 23:42:25 +02:00
|
|
|
|
this.lbRS.Name = "lbRS";
|
|
|
|
|
this.lbRS.Size = new System.Drawing.Size(22, 13);
|
|
|
|
|
this.lbRS.TabIndex = 197;
|
|
|
|
|
this.lbRS.Text = "RS";
|
|
|
|
|
//
|
|
|
|
|
// lbLS
|
|
|
|
|
//
|
|
|
|
|
this.lbLS.AutoSize = true;
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.lbLS.Location = new System.Drawing.Point(6, 46);
|
2014-05-21 23:42:25 +02:00
|
|
|
|
this.lbLS.Name = "lbLS";
|
|
|
|
|
this.lbLS.Size = new System.Drawing.Size(20, 13);
|
|
|
|
|
this.lbLS.TabIndex = 196;
|
|
|
|
|
this.lbLS.Text = "LS";
|
|
|
|
|
//
|
2014-06-09 01:41:36 +02:00
|
|
|
|
// nUDRS
|
2014-05-21 23:42:25 +02:00
|
|
|
|
//
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.nUDRS.DecimalPlaces = 2;
|
|
|
|
|
this.nUDRS.Increment = new decimal(new int[] {
|
2014-05-21 23:42:25 +02:00
|
|
|
|
1,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
65536});
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.nUDRS.Location = new System.Drawing.Point(133, 43);
|
|
|
|
|
this.nUDRS.Maximum = new decimal(new int[] {
|
2014-05-21 23:42:25 +02:00
|
|
|
|
1,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.nUDRS.Name = "nUDRS";
|
|
|
|
|
this.nUDRS.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
|
|
|
this.nUDRS.Size = new System.Drawing.Size(50, 20);
|
|
|
|
|
this.nUDRS.TabIndex = 203;
|
|
|
|
|
this.nUDRS.ValueChanged += new System.EventHandler(this.numUDRS_ValueChanged);
|
2014-05-21 23:42:25 +02:00
|
|
|
|
//
|
2014-05-24 04:30:43 +02:00
|
|
|
|
// numUDMouseSens
|
|
|
|
|
//
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.numUDMouseSens.Location = new System.Drawing.Point(109, 16);
|
2014-05-28 21:47:25 +02:00
|
|
|
|
this.numUDMouseSens.Maximum = new decimal(new int[] {
|
|
|
|
|
255,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.numUDMouseSens.Name = "numUDMouseSens";
|
|
|
|
|
this.numUDMouseSens.Size = new System.Drawing.Size(50, 20);
|
|
|
|
|
this.numUDMouseSens.TabIndex = 241;
|
|
|
|
|
this.numUDMouseSens.Value = new decimal(new int[] {
|
2014-05-28 04:49:58 +02:00
|
|
|
|
25,
|
2014-05-24 04:30:43 +02:00
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
this.numUDMouseSens.ValueChanged += new System.EventHandler(this.numUDMouseSens_ValueChanged);
|
|
|
|
|
//
|
2014-06-09 01:41:36 +02:00
|
|
|
|
// nUDLS
|
2014-05-24 04:30:43 +02:00
|
|
|
|
//
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.nUDLS.DecimalPlaces = 2;
|
|
|
|
|
this.nUDLS.Increment = new decimal(new int[] {
|
2014-05-24 04:30:43 +02:00
|
|
|
|
1,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
65536});
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.nUDLS.Location = new System.Drawing.Point(31, 44);
|
|
|
|
|
this.nUDLS.Maximum = new decimal(new int[] {
|
2014-05-24 04:30:43 +02:00
|
|
|
|
1,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.nUDLS.Name = "nUDLS";
|
|
|
|
|
this.nUDLS.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
|
|
|
this.nUDLS.Size = new System.Drawing.Size(50, 20);
|
|
|
|
|
this.nUDLS.TabIndex = 203;
|
|
|
|
|
this.nUDLS.ValueChanged += new System.EventHandler(this.numUDLS_ValueChanged);
|
2014-05-24 04:30:43 +02:00
|
|
|
|
//
|
2014-06-09 01:41:36 +02:00
|
|
|
|
// nUDL2
|
2014-05-24 04:30:43 +02:00
|
|
|
|
//
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.nUDL2.DecimalPlaces = 2;
|
|
|
|
|
this.nUDL2.Increment = new decimal(new int[] {
|
2014-05-24 04:30:43 +02:00
|
|
|
|
1,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
65536});
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.nUDL2.Location = new System.Drawing.Point(31, 15);
|
|
|
|
|
this.nUDL2.Maximum = new decimal(new int[] {
|
2014-05-24 04:30:43 +02:00
|
|
|
|
1,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.nUDL2.Name = "nUDL2";
|
|
|
|
|
this.nUDL2.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
|
|
|
this.nUDL2.Size = new System.Drawing.Size(50, 20);
|
|
|
|
|
this.nUDL2.TabIndex = 203;
|
|
|
|
|
this.nUDL2.ValueChanged += new System.EventHandler(this.numUDL2_ValueChanged);
|
2014-05-24 04:30:43 +02:00
|
|
|
|
//
|
|
|
|
|
// gBTouchpad
|
|
|
|
|
//
|
|
|
|
|
this.gBTouchpad.Controls.Add(this.touchpadJitterCompensation);
|
|
|
|
|
this.gBTouchpad.Controls.Add(this.cBDoubleTap);
|
|
|
|
|
this.gBTouchpad.Controls.Add(this.cBlowerRCOn);
|
|
|
|
|
this.gBTouchpad.Controls.Add(this.cBSlide);
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.gBTouchpad.Controls.Add(this.nUDTouch);
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.gBTouchpad.Controls.Add(this.cBTap);
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.gBTouchpad.Controls.Add(this.nUDScroll);
|
|
|
|
|
this.gBTouchpad.Controls.Add(this.nUDTap);
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.gBTouchpad.Controls.Add(this.cBScroll);
|
2014-06-02 19:29:38 +02:00
|
|
|
|
this.gBTouchpad.Location = new System.Drawing.Point(440, 220);
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.gBTouchpad.Name = "gBTouchpad";
|
|
|
|
|
this.gBTouchpad.Size = new System.Drawing.Size(438, 70);
|
|
|
|
|
this.gBTouchpad.TabIndex = 246;
|
|
|
|
|
this.gBTouchpad.TabStop = false;
|
|
|
|
|
this.gBTouchpad.Text = "Touchpad";
|
|
|
|
|
//
|
|
|
|
|
// gBOther
|
|
|
|
|
//
|
2014-05-30 22:39:39 +02:00
|
|
|
|
this.gBOther.Controls.Add(this.nUDSixaxis);
|
2014-05-28 04:49:58 +02:00
|
|
|
|
this.gBOther.Controls.Add(this.cBControllerInput);
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.gBOther.Controls.Add(this.nUDHideMouse);
|
|
|
|
|
this.gBOther.Controls.Add(this.nUDIdleDisconnect);
|
|
|
|
|
this.gBOther.Controls.Add(this.cBHideCursor);
|
|
|
|
|
this.gBOther.Controls.Add(this.cBIdleDisconnect);
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.gBOther.Controls.Add(this.lBButtonMouseSens);
|
|
|
|
|
this.gBOther.Controls.Add(this.numUDMouseSens);
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.gBOther.Controls.Add(this.lBMouseMins);
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.gBOther.Controls.Add(this.flushHIDQueue);
|
|
|
|
|
this.gBOther.Controls.Add(this.lBIdleMinutes);
|
2014-06-02 19:29:38 +02:00
|
|
|
|
this.gBOther.Location = new System.Drawing.Point(7, 220);
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.gBOther.Name = "gBOther";
|
2014-05-25 01:08:40 +02:00
|
|
|
|
this.gBOther.Size = new System.Drawing.Size(421, 70);
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.gBOther.TabIndex = 247;
|
|
|
|
|
this.gBOther.TabStop = false;
|
|
|
|
|
this.gBOther.Text = "Other";
|
|
|
|
|
//
|
2014-05-30 22:39:39 +02:00
|
|
|
|
// nUDSixaxis
|
|
|
|
|
//
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.nUDSixaxis.Location = new System.Drawing.Point(385, 16);
|
2014-05-30 22:39:39 +02:00
|
|
|
|
this.nUDSixaxis.Maximum = new decimal(new int[] {
|
|
|
|
|
4,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
this.nUDSixaxis.Minimum = new decimal(new int[] {
|
|
|
|
|
1,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
this.nUDSixaxis.Name = "nUDSixaxis";
|
|
|
|
|
this.nUDSixaxis.Size = new System.Drawing.Size(29, 20);
|
|
|
|
|
this.nUDSixaxis.TabIndex = 250;
|
|
|
|
|
this.nUDSixaxis.Value = new decimal(new int[] {
|
|
|
|
|
1,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
//
|
2014-05-28 04:49:58 +02:00
|
|
|
|
// cBControllerInput
|
|
|
|
|
//
|
|
|
|
|
this.cBControllerInput.AutoSize = true;
|
|
|
|
|
this.cBControllerInput.Checked = true;
|
|
|
|
|
this.cBControllerInput.CheckState = System.Windows.Forms.CheckState.Checked;
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.cBControllerInput.Location = new System.Drawing.Point(266, 17);
|
2014-05-28 04:49:58 +02:00
|
|
|
|
this.cBControllerInput.Name = "cBControllerInput";
|
|
|
|
|
this.cBControllerInput.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.cBControllerInput.Size = new System.Drawing.Size(113, 17);
|
2014-05-28 04:49:58 +02:00
|
|
|
|
this.cBControllerInput.TabIndex = 242;
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.cBControllerInput.Text = "Use a DS4 to map";
|
2014-05-28 04:49:58 +02:00
|
|
|
|
this.cBControllerInput.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2014-06-09 01:41:36 +02:00
|
|
|
|
// nUDHideMouse
|
|
|
|
|
//
|
|
|
|
|
this.nUDHideMouse.DecimalPlaces = 1;
|
|
|
|
|
this.nUDHideMouse.Location = new System.Drawing.Point(182, 14);
|
|
|
|
|
this.nUDHideMouse.Maximum = new decimal(new int[] {
|
|
|
|
|
60,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
this.nUDHideMouse.Name = "nUDHideMouse";
|
|
|
|
|
this.nUDHideMouse.Size = new System.Drawing.Size(50, 20);
|
|
|
|
|
this.nUDHideMouse.TabIndex = 201;
|
|
|
|
|
this.nUDHideMouse.Visible = false;
|
|
|
|
|
//
|
|
|
|
|
// cBHideCursor
|
|
|
|
|
//
|
|
|
|
|
this.cBHideCursor.AutoSize = true;
|
|
|
|
|
this.cBHideCursor.Checked = true;
|
|
|
|
|
this.cBHideCursor.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
|
|
this.cBHideCursor.Location = new System.Drawing.Point(167, 14);
|
|
|
|
|
this.cBHideCursor.Name = "cBHideCursor";
|
|
|
|
|
this.cBHideCursor.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
|
|
|
this.cBHideCursor.Size = new System.Drawing.Size(105, 17);
|
|
|
|
|
this.cBHideCursor.TabIndex = 232;
|
|
|
|
|
this.cBHideCursor.Text = "Hide Cursor after";
|
|
|
|
|
this.cBHideCursor.UseVisualStyleBackColor = true;
|
|
|
|
|
this.cBHideCursor.Visible = false;
|
|
|
|
|
//
|
|
|
|
|
// cBIdleDisconnect
|
|
|
|
|
//
|
|
|
|
|
this.cBIdleDisconnect.AutoSize = true;
|
|
|
|
|
this.cBIdleDisconnect.Checked = true;
|
|
|
|
|
this.cBIdleDisconnect.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
|
|
this.cBIdleDisconnect.Location = new System.Drawing.Point(6, 47);
|
|
|
|
|
this.cBIdleDisconnect.Name = "cBIdleDisconnect";
|
|
|
|
|
this.cBIdleDisconnect.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
|
|
|
this.cBIdleDisconnect.Size = new System.Drawing.Size(100, 17);
|
|
|
|
|
this.cBIdleDisconnect.TabIndex = 232;
|
|
|
|
|
this.cBIdleDisconnect.Text = "Idle Disconnect";
|
|
|
|
|
this.cBIdleDisconnect.UseVisualStyleBackColor = true;
|
|
|
|
|
this.cBIdleDisconnect.CheckedChanged += new System.EventHandler(this.cBIdleDisconnect_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// lBMouseMins
|
|
|
|
|
//
|
|
|
|
|
this.lBMouseMins.AutoSize = true;
|
|
|
|
|
this.lBMouseMins.Location = new System.Drawing.Point(205, 21);
|
|
|
|
|
this.lBMouseMins.Name = "lBMouseMins";
|
|
|
|
|
this.lBMouseMins.Size = new System.Drawing.Size(28, 13);
|
|
|
|
|
this.lBMouseMins.TabIndex = 200;
|
|
|
|
|
this.lBMouseMins.Text = "mins";
|
|
|
|
|
this.lBMouseMins.Visible = false;
|
|
|
|
|
//
|
2014-05-24 04:30:43 +02:00
|
|
|
|
// gBLightbar
|
|
|
|
|
//
|
2014-06-02 19:29:38 +02:00
|
|
|
|
this.gBLightbar.Controls.Add(this.btnChargingColor);
|
|
|
|
|
this.gBLightbar.Controls.Add(this.rBColor);
|
|
|
|
|
this.gBLightbar.Controls.Add(this.rBFade);
|
|
|
|
|
this.gBLightbar.Controls.Add(this.rBNormal);
|
|
|
|
|
this.gBLightbar.Controls.Add(this.rBRainbow);
|
|
|
|
|
this.gBLightbar.Controls.Add(this.label2);
|
2014-05-31 06:37:02 +02:00
|
|
|
|
this.gBLightbar.Controls.Add(this.label1);
|
|
|
|
|
this.gBLightbar.Controls.Add(this.lBFlashAt);
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.gBLightbar.Controls.Add(this.pBRainbow);
|
|
|
|
|
this.gBLightbar.Controls.Add(this.lowBatteryPanel);
|
2014-05-31 06:37:02 +02:00
|
|
|
|
this.gBLightbar.Controls.Add(this.nUDflashLED);
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.gBLightbar.Controls.Add(this.nUDRainbow);
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.gBLightbar.Controls.Add(this.FullPanel);
|
|
|
|
|
this.gBLightbar.Controls.Add(this.lBspc);
|
|
|
|
|
this.gBLightbar.Controls.Add(this.batteryLed);
|
2014-06-02 19:29:38 +02:00
|
|
|
|
this.gBLightbar.Location = new System.Drawing.Point(440, 76);
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.gBLightbar.Name = "gBLightbar";
|
2014-06-02 19:29:38 +02:00
|
|
|
|
this.gBLightbar.Size = new System.Drawing.Size(438, 129);
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.gBLightbar.TabIndex = 247;
|
|
|
|
|
this.gBLightbar.TabStop = false;
|
|
|
|
|
this.gBLightbar.Text = "Lightbar";
|
|
|
|
|
//
|
2014-06-02 19:29:38 +02:00
|
|
|
|
// btnChargingColor
|
|
|
|
|
//
|
|
|
|
|
this.btnChargingColor.BackColor = System.Drawing.Color.White;
|
|
|
|
|
this.btnChargingColor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.btnChargingColor.Location = new System.Drawing.Point(391, 108);
|
|
|
|
|
this.btnChargingColor.Name = "btnChargingColor";
|
|
|
|
|
this.btnChargingColor.Size = new System.Drawing.Size(13, 13);
|
|
|
|
|
this.btnChargingColor.TabIndex = 49;
|
|
|
|
|
this.btnChargingColor.UseVisualStyleBackColor = false;
|
|
|
|
|
this.btnChargingColor.Visible = false;
|
|
|
|
|
this.btnChargingColor.Click += new System.EventHandler(this.btnChargingColor_Click);
|
|
|
|
|
//
|
|
|
|
|
// rBColor
|
|
|
|
|
//
|
|
|
|
|
this.rBColor.AutoSize = true;
|
|
|
|
|
this.rBColor.Location = new System.Drawing.Point(336, 106);
|
|
|
|
|
this.rBColor.Name = "rBColor";
|
|
|
|
|
this.rBColor.Size = new System.Drawing.Size(49, 17);
|
|
|
|
|
this.rBColor.TabIndex = 238;
|
|
|
|
|
this.rBColor.TabStop = true;
|
|
|
|
|
this.rBColor.Text = "Color";
|
|
|
|
|
this.rBColor.UseVisualStyleBackColor = true;
|
|
|
|
|
this.rBColor.CheckedChanged += new System.EventHandler(this.rBColor_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// rBFade
|
|
|
|
|
//
|
|
|
|
|
this.rBFade.AutoSize = true;
|
|
|
|
|
this.rBFade.Location = new System.Drawing.Point(158, 106);
|
|
|
|
|
this.rBFade.Name = "rBFade";
|
|
|
|
|
this.rBFade.Size = new System.Drawing.Size(99, 17);
|
|
|
|
|
this.rBFade.TabIndex = 237;
|
|
|
|
|
this.rBFade.Text = "Fade in and out";
|
|
|
|
|
this.rBFade.UseVisualStyleBackColor = true;
|
|
|
|
|
this.rBFade.CheckedChanged += new System.EventHandler(this.rBFade_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// rBNormal
|
|
|
|
|
//
|
|
|
|
|
this.rBNormal.AutoSize = true;
|
|
|
|
|
this.rBNormal.Checked = true;
|
|
|
|
|
this.rBNormal.Location = new System.Drawing.Point(97, 106);
|
|
|
|
|
this.rBNormal.Name = "rBNormal";
|
|
|
|
|
this.rBNormal.Size = new System.Drawing.Size(58, 17);
|
|
|
|
|
this.rBNormal.TabIndex = 237;
|
|
|
|
|
this.rBNormal.TabStop = true;
|
|
|
|
|
this.rBNormal.Text = "Normal";
|
|
|
|
|
this.rBNormal.UseVisualStyleBackColor = true;
|
|
|
|
|
this.rBNormal.CheckedChanged += new System.EventHandler(this.rBNormal_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// rBRainbow
|
|
|
|
|
//
|
|
|
|
|
this.rBRainbow.AutoSize = true;
|
|
|
|
|
this.rBRainbow.Location = new System.Drawing.Point(263, 106);
|
|
|
|
|
this.rBRainbow.Name = "rBRainbow";
|
|
|
|
|
this.rBRainbow.Size = new System.Drawing.Size(67, 17);
|
|
|
|
|
this.rBRainbow.TabIndex = 237;
|
|
|
|
|
this.rBRainbow.Text = "Rainbow";
|
|
|
|
|
this.rBRainbow.UseVisualStyleBackColor = true;
|
|
|
|
|
this.rBRainbow.CheckedChanged += new System.EventHandler(this.rBRainbow_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// label2
|
|
|
|
|
//
|
|
|
|
|
this.label2.AutoSize = true;
|
|
|
|
|
this.label2.Location = new System.Drawing.Point(9, 108);
|
|
|
|
|
this.label2.Name = "label2";
|
|
|
|
|
this.label2.Size = new System.Drawing.Size(82, 13);
|
|
|
|
|
this.label2.TabIndex = 236;
|
|
|
|
|
this.label2.Text = "While Charging:";
|
|
|
|
|
//
|
|
|
|
|
// label1
|
|
|
|
|
//
|
|
|
|
|
this.label1.AutoSize = true;
|
|
|
|
|
this.label1.Location = new System.Drawing.Point(98, 18);
|
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
|
this.label1.Size = new System.Drawing.Size(15, 13);
|
|
|
|
|
this.label1.TabIndex = 207;
|
|
|
|
|
this.label1.Text = "%";
|
|
|
|
|
//
|
|
|
|
|
// lBFlashAt
|
|
|
|
|
//
|
|
|
|
|
this.lBFlashAt.AutoSize = true;
|
|
|
|
|
this.lBFlashAt.Location = new System.Drawing.Point(9, 18);
|
|
|
|
|
this.lBFlashAt.Name = "lBFlashAt";
|
|
|
|
|
this.lBFlashAt.Size = new System.Drawing.Size(44, 13);
|
|
|
|
|
this.lBFlashAt.TabIndex = 207;
|
|
|
|
|
this.lBFlashAt.Text = "Flash at";
|
|
|
|
|
//
|
|
|
|
|
// nUDflashLED
|
|
|
|
|
//
|
|
|
|
|
this.nUDflashLED.Increment = new decimal(new int[] {
|
|
|
|
|
10,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
this.nUDflashLED.Location = new System.Drawing.Point(54, 16);
|
|
|
|
|
this.nUDflashLED.Name = "nUDflashLED";
|
|
|
|
|
this.nUDflashLED.Size = new System.Drawing.Size(43, 20);
|
|
|
|
|
this.nUDflashLED.TabIndex = 167;
|
|
|
|
|
this.nUDflashLED.ValueChanged += new System.EventHandler(this.nUDflashLED_ValueChanged);
|
|
|
|
|
//
|
2014-05-24 04:30:43 +02:00
|
|
|
|
// gBRumble
|
|
|
|
|
//
|
|
|
|
|
this.gBRumble.Controls.Add(this.rumbleBoostLabel);
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.gBRumble.Controls.Add(this.nUDHeavyRumble);
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.gBRumble.Controls.Add(this.btnRumbleTest);
|
|
|
|
|
this.gBRumble.Controls.Add(this.leftMotorLabel);
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.gBRumble.Controls.Add(this.nUDLightRumble);
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.gBRumble.Controls.Add(this.rightMotorLabel);
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.gBRumble.Controls.Add(this.nUDRumbleBoost);
|
2014-06-02 19:29:38 +02:00
|
|
|
|
this.gBRumble.Location = new System.Drawing.Point(442, 3);
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.gBRumble.Name = "gBRumble";
|
|
|
|
|
this.gBRumble.Size = new System.Drawing.Size(213, 67);
|
|
|
|
|
this.gBRumble.TabIndex = 247;
|
|
|
|
|
this.gBRumble.TabStop = false;
|
|
|
|
|
this.gBRumble.Text = "Rumble";
|
|
|
|
|
//
|
|
|
|
|
// gBDeadzone
|
|
|
|
|
//
|
|
|
|
|
this.gBDeadzone.Controls.Add(this.lBL2);
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.gBDeadzone.Controls.Add(this.nUDL2);
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.gBDeadzone.Controls.Add(this.lBR2);
|
|
|
|
|
this.gBDeadzone.Controls.Add(this.lbRS);
|
|
|
|
|
this.gBDeadzone.Controls.Add(this.lbLS);
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.gBDeadzone.Controls.Add(this.nUDRS);
|
|
|
|
|
this.gBDeadzone.Controls.Add(this.nUDR2);
|
|
|
|
|
this.gBDeadzone.Controls.Add(this.nUDLS);
|
2014-06-02 19:29:38 +02:00
|
|
|
|
this.gBDeadzone.Location = new System.Drawing.Point(684, 3);
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.gBDeadzone.Name = "gBDeadzone";
|
|
|
|
|
this.gBDeadzone.Size = new System.Drawing.Size(194, 67);
|
|
|
|
|
this.gBDeadzone.TabIndex = 248;
|
|
|
|
|
this.gBDeadzone.TabStop = false;
|
|
|
|
|
this.gBDeadzone.Text = "Deadzone";
|
|
|
|
|
//
|
2014-05-30 22:39:39 +02:00
|
|
|
|
// btnCancel
|
|
|
|
|
//
|
2014-05-31 06:37:02 +02:00
|
|
|
|
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
2014-06-02 19:29:38 +02:00
|
|
|
|
this.btnCancel.Location = new System.Drawing.Point(360, 297);
|
2014-05-30 22:39:39 +02:00
|
|
|
|
this.btnCancel.Name = "btnCancel";
|
|
|
|
|
this.btnCancel.Size = new System.Drawing.Size(75, 23);
|
|
|
|
|
this.btnCancel.TabIndex = 249;
|
|
|
|
|
this.btnCancel.Text = "Cancel";
|
|
|
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
2014-06-02 19:29:38 +02:00
|
|
|
|
this.btnCancel.Visible = false;
|
2014-05-30 22:39:39 +02:00
|
|
|
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
|
|
|
|
//
|
2014-05-19 07:55:12 +02:00
|
|
|
|
// advColorDialog
|
|
|
|
|
//
|
|
|
|
|
this.advColorDialog.AnyColor = true;
|
|
|
|
|
this.advColorDialog.Color = System.Drawing.Color.Blue;
|
|
|
|
|
this.advColorDialog.FullOpen = true;
|
|
|
|
|
//
|
2014-03-28 02:50:40 +01:00
|
|
|
|
// Options
|
|
|
|
|
//
|
2014-06-03 07:29:42 +02:00
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
|
|
|
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
2014-05-30 22:39:39 +02:00
|
|
|
|
this.BackColor = System.Drawing.Color.White;
|
2014-05-31 06:37:02 +02:00
|
|
|
|
this.CancelButton = this.btnCancel;
|
2014-06-02 19:29:38 +02:00
|
|
|
|
this.ClientSize = new System.Drawing.Size(888, 295);
|
2014-05-30 22:39:39 +02:00
|
|
|
|
this.Controls.Add(this.btnCancel);
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.Controls.Add(this.gBDeadzone);
|
|
|
|
|
this.Controls.Add(this.gBRumble);
|
|
|
|
|
this.Controls.Add(this.gBLightbar);
|
|
|
|
|
this.Controls.Add(this.gBTouchpad);
|
|
|
|
|
this.Controls.Add(this.SixaxisPanel);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.Controls.Add(this.lBProfileTip);
|
2014-04-27 21:32:09 +02:00
|
|
|
|
this.Controls.Add(this.tBProfile);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.Controls.Add(this.btnSaveProfile);
|
|
|
|
|
this.Controls.Add(this.lBControlTip);
|
|
|
|
|
this.Controls.Add(this.lBControls);
|
|
|
|
|
this.Controls.Add(this.MainPanel);
|
|
|
|
|
this.Controls.Add(this.SticksPanel);
|
2014-06-02 19:29:38 +02:00
|
|
|
|
this.Controls.Add(this.gBOther);
|
2014-03-29 06:56:30 +01:00
|
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
|
|
|
this.MaximizeBox = false;
|
|
|
|
|
this.MinimizeBox = false;
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.MinimumSize = new System.Drawing.Size(450, 270);
|
2014-03-28 02:50:40 +01:00
|
|
|
|
this.Name = "Options";
|
|
|
|
|
this.Text = "Options";
|
2014-04-27 21:32:09 +02:00
|
|
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Options_Closed);
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.MainPanel.ResumeLayout(false);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pBController)).EndInit();
|
|
|
|
|
this.SticksPanel.ResumeLayout(false);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pBSticks)).EndInit();
|
2014-06-09 01:41:36 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDRainbow)).EndInit();
|
2014-05-12 07:48:50 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pBRainbow)).EndInit();
|
2014-03-28 02:50:40 +01:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.blueBar)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.greenBar)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.redBar)).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();
|
2014-05-05 09:31:24 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tBsixaxisAccelZ)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tBsixaxisAccelY)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tBsixaxisAccelX)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tBsixaxisGyroZ)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tBsixaxisGyroY)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tBsixaxisGyroX)).EndInit();
|
2014-06-09 01:41:36 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDRumbleBoost)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDHeavyRumble)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDLightRumble)).EndInit();
|
2014-05-12 07:48:50 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.lowRedBar)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.lowGreenBar)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.lowBlueBar)).EndInit();
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.FullPanel.ResumeLayout(false);
|
|
|
|
|
this.FullPanel.PerformLayout();
|
2014-05-12 07:48:50 +02:00
|
|
|
|
this.lowBatteryPanel.ResumeLayout(false);
|
|
|
|
|
this.lowBatteryPanel.PerformLayout();
|
|
|
|
|
this.SixaxisPanel.ResumeLayout(false);
|
|
|
|
|
this.SixaxisPanel.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();
|
|
|
|
|
this.gBOther.ResumeLayout(false);
|
|
|
|
|
this.gBOther.PerformLayout();
|
2014-05-30 22:39:39 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDSixaxis)).EndInit();
|
2014-06-09 01:41:36 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDHideMouse)).EndInit();
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.gBLightbar.ResumeLayout(false);
|
|
|
|
|
this.gBLightbar.PerformLayout();
|
2014-06-02 19:29:38 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDflashLED)).EndInit();
|
2014-05-24 04:30:43 +02:00
|
|
|
|
this.gBRumble.ResumeLayout(false);
|
|
|
|
|
this.gBRumble.PerformLayout();
|
|
|
|
|
this.gBDeadzone.ResumeLayout(false);
|
|
|
|
|
this.gBDeadzone.PerformLayout();
|
2014-03-28 02:50:40 +01:00
|
|
|
|
this.ResumeLayout(false);
|
2014-04-27 21:32:09 +02:00
|
|
|
|
this.PerformLayout();
|
2014-03-28 02:50:40 +01:00
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private AdvancedColorDialog advColorDialog;
|
|
|
|
|
//private System.Windows.Forms.TrackBar tBsixaxisGyroX;
|
|
|
|
|
//private System.Windows.Forms.TrackBar tBsixaxisGyroY;
|
2014-04-27 21:32:09 +02:00
|
|
|
|
private System.Windows.Forms.Button bnTouchUpper;
|
|
|
|
|
private System.Windows.Forms.Button bnTouchMulti;
|
2014-05-12 07:48:50 +02:00
|
|
|
|
private System.Windows.Forms.Button bnTouchRight;
|
2014-04-27 21:32:09 +02:00
|
|
|
|
private System.Windows.Forms.Button bnTouchLeft;
|
2014-05-12 07:48:50 +02:00
|
|
|
|
private System.Windows.Forms.Panel MainPanel;
|
|
|
|
|
private System.Windows.Forms.PictureBox pBController;
|
|
|
|
|
private System.Windows.Forms.Button bnR1;
|
|
|
|
|
private System.Windows.Forms.Button bnCross;
|
|
|
|
|
private System.Windows.Forms.Button bnCircle;
|
|
|
|
|
private System.Windows.Forms.Button btnRightStick;
|
|
|
|
|
private System.Windows.Forms.Button bnSquare;
|
|
|
|
|
private System.Windows.Forms.Button btnLightbar;
|
|
|
|
|
private System.Windows.Forms.Button bnTriangle;
|
|
|
|
|
private System.Windows.Forms.Button bnUp;
|
|
|
|
|
private System.Windows.Forms.Button btnLeftStick;
|
|
|
|
|
private System.Windows.Forms.Button bnDown;
|
2014-04-27 21:32:09 +02:00
|
|
|
|
private System.Windows.Forms.Button bnL2;
|
2014-05-12 07:48:50 +02:00
|
|
|
|
private System.Windows.Forms.Button bnRight;
|
2014-04-27 21:32:09 +02:00
|
|
|
|
private System.Windows.Forms.Button bnR2;
|
2014-05-12 07:48:50 +02:00
|
|
|
|
private System.Windows.Forms.Button bnLeft;
|
2014-04-27 21:32:09 +02:00
|
|
|
|
private System.Windows.Forms.Button bnL1;
|
2014-05-12 07:48:50 +02:00
|
|
|
|
private System.Windows.Forms.Button bnOptions;
|
2014-04-27 21:32:09 +02:00
|
|
|
|
private System.Windows.Forms.Button bnPS;
|
|
|
|
|
private System.Windows.Forms.Button bnShare;
|
2014-05-12 07:48:50 +02:00
|
|
|
|
private System.Windows.Forms.Panel SticksPanel;
|
|
|
|
|
private System.Windows.Forms.PictureBox pBSticks;
|
|
|
|
|
private System.Windows.Forms.Button bnL3;
|
|
|
|
|
private System.Windows.Forms.Button bnRSDown;
|
|
|
|
|
private System.Windows.Forms.Button bnLSUp;
|
|
|
|
|
private System.Windows.Forms.Button bnRSUp;
|
|
|
|
|
private System.Windows.Forms.Button bnLSLeft;
|
|
|
|
|
private System.Windows.Forms.Button bnRSRight;
|
|
|
|
|
private System.Windows.Forms.Button bnLSRight;
|
|
|
|
|
private System.Windows.Forms.Button bnRSLeft;
|
|
|
|
|
private System.Windows.Forms.Button bnLSDown;
|
|
|
|
|
private System.Windows.Forms.Button bnR3;
|
|
|
|
|
private System.Windows.Forms.Button btnFullView;
|
|
|
|
|
public System.Windows.Forms.ListBox lBControls;
|
2014-06-09 01:41:36 +02:00
|
|
|
|
private System.Windows.Forms.NumericUpDown nUDRainbow;
|
2014-04-30 21:32:44 +02:00
|
|
|
|
private System.Windows.Forms.PictureBox pBRainbow;
|
2014-05-12 07:48:50 +02:00
|
|
|
|
private System.Windows.Forms.Button lowColorChooserButton;
|
|
|
|
|
private System.Windows.Forms.TrackBar blueBar;
|
|
|
|
|
private System.Windows.Forms.TrackBar greenBar;
|
|
|
|
|
private System.Windows.Forms.TrackBar redBar;
|
|
|
|
|
private System.Windows.Forms.CheckBox batteryLed;
|
|
|
|
|
private System.Windows.Forms.Label lBBlue;
|
|
|
|
|
private System.Windows.Forms.Label lBGreen;
|
2014-04-30 21:32:44 +02:00
|
|
|
|
private System.Windows.Forms.Label lBspc;
|
2014-05-12 07:48:50 +02:00
|
|
|
|
private System.Windows.Forms.Label lBRed;
|
|
|
|
|
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-05-12 07:48:50 +02:00
|
|
|
|
private System.Windows.Forms.Label lBButtonMouseSens;
|
|
|
|
|
private System.Windows.Forms.CheckBox cBlowerRCOn;
|
|
|
|
|
private System.Windows.Forms.CheckBox touchpadJitterCompensation;
|
|
|
|
|
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-05-05 09:31:24 +02:00
|
|
|
|
private System.Windows.Forms.TrackBar tBsixaxisAccelZ;
|
2014-05-12 07:48:50 +02:00
|
|
|
|
private System.Windows.Forms.CheckBox flushHIDQueue;
|
2014-05-05 09:31:24 +02:00
|
|
|
|
private System.Windows.Forms.TrackBar tBsixaxisAccelY;
|
2014-05-12 07:48:50 +02:00
|
|
|
|
private System.Windows.Forms.Label leftMotorLabel;
|
2014-05-05 09:31:24 +02:00
|
|
|
|
private System.Windows.Forms.TrackBar tBsixaxisAccelX;
|
2014-05-12 07:48:50 +02:00
|
|
|
|
private System.Windows.Forms.Label rightMotorLabel;
|
2014-05-05 09:31:24 +02:00
|
|
|
|
private System.Windows.Forms.TrackBar tBsixaxisGyroZ;
|
2014-05-12 07:48:50 +02:00
|
|
|
|
private System.Windows.Forms.Label rumbleBoostLabel;
|
2014-05-05 09:31:24 +02:00
|
|
|
|
private System.Windows.Forms.TrackBar tBsixaxisGyroY;
|
|
|
|
|
private System.Windows.Forms.TrackBar tBsixaxisGyroX;
|
2014-06-09 01:41:36 +02:00
|
|
|
|
private System.Windows.Forms.NumericUpDown nUDRumbleBoost;
|
2014-05-12 07:48:50 +02:00
|
|
|
|
private System.Windows.Forms.Label lB6Accel;
|
2014-06-09 01:41:36 +02:00
|
|
|
|
private System.Windows.Forms.NumericUpDown nUDHeavyRumble;
|
2014-05-12 07:48:50 +02:00
|
|
|
|
private System.Windows.Forms.Label lB6Gryo;
|
2014-06-09 01:41:36 +02:00
|
|
|
|
private System.Windows.Forms.NumericUpDown nUDLightRumble;
|
2014-05-12 07:48:50 +02:00
|
|
|
|
private System.Windows.Forms.Button btnRumbleTest;
|
2014-05-24 04:30:43 +02:00
|
|
|
|
private System.Windows.Forms.Label lbFull;
|
2014-05-12 07:48:50 +02:00
|
|
|
|
private System.Windows.Forms.Label lBLowRed;
|
|
|
|
|
private System.Windows.Forms.Label lBLowGreen;
|
|
|
|
|
private System.Windows.Forms.Label lBLowBlue;
|
|
|
|
|
private System.Windows.Forms.TrackBar lowRedBar;
|
|
|
|
|
private System.Windows.Forms.TrackBar lowGreenBar;
|
|
|
|
|
private System.Windows.Forms.TrackBar lowBlueBar;
|
|
|
|
|
private System.Windows.Forms.Label lBEmpty;
|
|
|
|
|
private System.Windows.Forms.Panel lowBatteryPanel;
|
2014-05-24 04:30:43 +02:00
|
|
|
|
private System.Windows.Forms.Panel FullPanel;
|
2014-05-12 07:48:50 +02:00
|
|
|
|
private System.Windows.Forms.Panel SixaxisPanel;
|
|
|
|
|
private System.Windows.Forms.Label lBProfileTip;
|
|
|
|
|
private System.Windows.Forms.TextBox tBProfile;
|
|
|
|
|
private System.Windows.Forms.Button btnSaveProfile;
|
2014-05-19 07:55:12 +02:00
|
|
|
|
private System.Windows.Forms.Label lBControlTip;
|
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;
|
|
|
|
|
private System.Windows.Forms.GroupBox gBDeadzone;
|
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.Button btnCancel;
|
|
|
|
|
private System.Windows.Forms.NumericUpDown nUDSixaxis;
|
2014-05-31 06:37:02 +02:00
|
|
|
|
private System.Windows.Forms.NumericUpDown nUDflashLED;
|
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
|
|
private System.Windows.Forms.Label lBFlashAt;
|
2014-06-02 19:29:38 +02:00
|
|
|
|
private System.Windows.Forms.RadioButton rBFade;
|
|
|
|
|
private System.Windows.Forms.RadioButton rBNormal;
|
|
|
|
|
private System.Windows.Forms.RadioButton rBRainbow;
|
|
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
|
|
private System.Windows.Forms.Button btnChargingColor;
|
|
|
|
|
private System.Windows.Forms.RadioButton rBColor;
|
2014-06-09 01:41:36 +02:00
|
|
|
|
private System.Windows.Forms.CheckBox cBIdleDisconnect;
|
|
|
|
|
private System.Windows.Forms.NumericUpDown nUDHideMouse;
|
|
|
|
|
private System.Windows.Forms.CheckBox cBHideCursor;
|
|
|
|
|
private System.Windows.Forms.Label lBMouseMins;
|
2014-03-28 02:50:40 +01:00
|
|
|
|
}
|
|
|
|
|
}
|
2014-04-27 21:32:09 +02:00
|
|
|
|
|