mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-27 03:24:20 +01:00
fe9fec0e78
Fix for those using text at 125% Small fix for swapping profiles with touchpad Fix for profile name when making a new profile
1108 lines
62 KiB
C#
1108 lines
62 KiB
C#
namespace ScpServer
|
|
{
|
|
partial class ScpForm
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ScpForm));
|
|
this.lvDebug = new System.Windows.Forms.ListView();
|
|
this.chTime = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.chData = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.tmrUpdate = new System.Windows.Forms.Timer(this.components);
|
|
this.pnlButton = new System.Windows.Forms.Panel();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.llbHelp = new System.Windows.Forms.LinkLabel();
|
|
this.btnStartStop = new System.Windows.Forms.Button();
|
|
this.lnkControllers = new System.Windows.Forms.LinkLabel();
|
|
this.StartWindowsCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.lbLastMessage = new System.Windows.Forms.Label();
|
|
this.startMinimizedCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.hideDS4CheckBox = new System.Windows.Forms.CheckBox();
|
|
this.btnClear = new System.Windows.Forms.Button();
|
|
this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
|
|
this.cMTaskbar = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.editProfileForController1ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.editProfileForController2ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.editProfileForController3ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.editProfileForController4ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.openProfiles = new System.Windows.Forms.OpenFileDialog();
|
|
this.tabMain = new System.Windows.Forms.TabControl();
|
|
this.tabControllers = new System.Windows.Forms.TabPage();
|
|
this.tLPControllers = new System.Windows.Forms.TableLayoutPanel();
|
|
this.pBStatus1 = new System.Windows.Forms.PictureBox();
|
|
this.lbPad1 = new System.Windows.Forms.Label();
|
|
this.lbPad2 = new System.Windows.Forms.Label();
|
|
this.bnEditC3 = new System.Windows.Forms.Button();
|
|
this.bnEditC4 = new System.Windows.Forms.Button();
|
|
this.lbPad3 = new System.Windows.Forms.Label();
|
|
this.lbPad4 = new System.Windows.Forms.Label();
|
|
this.cBController1 = new System.Windows.Forms.ComboBox();
|
|
this.bnEditC2 = new System.Windows.Forms.Button();
|
|
this.cBController2 = new System.Windows.Forms.ComboBox();
|
|
this.cBController3 = new System.Windows.Forms.ComboBox();
|
|
this.bnEditC1 = new System.Windows.Forms.Button();
|
|
this.cBController4 = new System.Windows.Forms.ComboBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.lBBatt1 = new System.Windows.Forms.Label();
|
|
this.lBBatt2 = new System.Windows.Forms.Label();
|
|
this.lBBatt3 = new System.Windows.Forms.Label();
|
|
this.lBBatt4 = new System.Windows.Forms.Label();
|
|
this.pBStatus2 = new System.Windows.Forms.PictureBox();
|
|
this.pBStatus3 = new System.Windows.Forms.PictureBox();
|
|
this.pBStatus4 = new System.Windows.Forms.PictureBox();
|
|
this.tabProfiles = new System.Windows.Forms.TabPage();
|
|
this.tSOptions = new System.Windows.Forms.ToolStrip();
|
|
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
|
|
this.tSTBProfile = new System.Windows.Forms.ToolStripTextBox();
|
|
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
|
this.tSBCancel = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
|
this.tsBNewProfle = new System.Windows.Forms.ToolStripButton();
|
|
this.tsBEditProfile = new System.Windows.Forms.ToolStripButton();
|
|
this.tsBDeleteProfile = new System.Windows.Forms.ToolStripButton();
|
|
this.tSBDupProfile = new System.Windows.Forms.ToolStripButton();
|
|
this.tSBImportProfile = new System.Windows.Forms.ToolStripButton();
|
|
this.tSBExportProfile = new System.Windows.Forms.ToolStripButton();
|
|
this.lBProfiles = new System.Windows.Forms.ListBox();
|
|
this.cMProfile = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.assignToController1ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.assignToController2ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.assignToController3ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.assignToController4ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.duplicateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.newProfileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.importToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.exportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tabLog = new System.Windows.Forms.TabPage();
|
|
this.tabAutoProfiles = new System.Windows.Forms.TabPage();
|
|
this.saveProfiles = new System.Windows.Forms.SaveFileDialog();
|
|
this.pnlButton.SuspendLayout();
|
|
this.cMTaskbar.SuspendLayout();
|
|
this.tabMain.SuspendLayout();
|
|
this.tabControllers.SuspendLayout();
|
|
this.tLPControllers.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pBStatus1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pBStatus2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pBStatus3)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pBStatus4)).BeginInit();
|
|
this.tabProfiles.SuspendLayout();
|
|
this.tSOptions.SuspendLayout();
|
|
this.toolStrip1.SuspendLayout();
|
|
this.cMProfile.SuspendLayout();
|
|
this.tabLog.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// lvDebug
|
|
//
|
|
this.lvDebug.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
this.chTime,
|
|
this.chData});
|
|
this.lvDebug.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.lvDebug.Font = new System.Drawing.Font("Lucida Console", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lvDebug.FullRowSelect = true;
|
|
this.lvDebug.Location = new System.Drawing.Point(3, 3);
|
|
this.lvDebug.Name = "lvDebug";
|
|
this.lvDebug.Size = new System.Drawing.Size(780, 284);
|
|
this.lvDebug.TabIndex = 0;
|
|
this.lvDebug.UseCompatibleStateImageBehavior = false;
|
|
this.lvDebug.View = System.Windows.Forms.View.Details;
|
|
this.lvDebug.ItemActivate += new System.EventHandler(this.lvDebug_ItemActivate);
|
|
//
|
|
// chTime
|
|
//
|
|
this.chTime.Text = "Time";
|
|
this.chTime.Width = 200;
|
|
//
|
|
// chData
|
|
//
|
|
this.chData.Text = "Data";
|
|
this.chData.Width = 563;
|
|
//
|
|
// tmrUpdate
|
|
//
|
|
this.tmrUpdate.Interval = 1;
|
|
this.tmrUpdate.Tick += new System.EventHandler(this.ControllerStatusChange);
|
|
//
|
|
// pnlButton
|
|
//
|
|
this.pnlButton.BackColor = System.Drawing.SystemColors.Control;
|
|
this.pnlButton.Controls.Add(this.label1);
|
|
this.pnlButton.Controls.Add(this.llbHelp);
|
|
this.pnlButton.Controls.Add(this.btnStartStop);
|
|
this.pnlButton.Controls.Add(this.lnkControllers);
|
|
this.pnlButton.Controls.Add(this.StartWindowsCheckBox);
|
|
this.pnlButton.Controls.Add(this.lbLastMessage);
|
|
this.pnlButton.Controls.Add(this.startMinimizedCheckBox);
|
|
this.pnlButton.Controls.Add(this.hideDS4CheckBox);
|
|
this.pnlButton.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.pnlButton.Location = new System.Drawing.Point(0, 339);
|
|
this.pnlButton.Name = "pnlButton";
|
|
this.pnlButton.Size = new System.Drawing.Size(794, 54);
|
|
this.pnlButton.TabIndex = 10;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(526, 5);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(98, 13);
|
|
this.label1.TabIndex = 46;
|
|
this.label1.Text = "Used to test values";
|
|
this.label1.Visible = false;
|
|
//
|
|
// llbHelp
|
|
//
|
|
this.llbHelp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.llbHelp.AutoSize = true;
|
|
this.llbHelp.Location = new System.Drawing.Point(649, 5);
|
|
this.llbHelp.Name = "llbHelp";
|
|
this.llbHelp.Size = new System.Drawing.Size(79, 13);
|
|
this.llbHelp.TabIndex = 13;
|
|
this.llbHelp.TabStop = true;
|
|
this.llbHelp.Text = "Hotkeys/About";
|
|
this.llbHelp.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llbHelp_LinkClicked);
|
|
//
|
|
// btnStartStop
|
|
//
|
|
this.btnStartStop.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
|
|
this.btnStartStop.Location = new System.Drawing.Point(535, 26);
|
|
this.btnStartStop.Name = "btnStartStop";
|
|
this.btnStartStop.Size = new System.Drawing.Size(58, 23);
|
|
this.btnStartStop.TabIndex = 1;
|
|
this.btnStartStop.Text = "Start";
|
|
this.btnStartStop.UseVisualStyleBackColor = true;
|
|
this.btnStartStop.Click += new System.EventHandler(this.btnStartStop_Click);
|
|
//
|
|
// lnkControllers
|
|
//
|
|
this.lnkControllers.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.lnkControllers.AutoSize = true;
|
|
this.lnkControllers.Location = new System.Drawing.Point(734, 5);
|
|
this.lnkControllers.Name = "lnkControllers";
|
|
this.lnkControllers.Size = new System.Drawing.Size(56, 13);
|
|
this.lnkControllers.TabIndex = 11;
|
|
this.lnkControllers.TabStop = true;
|
|
this.lnkControllers.Text = "Controllers";
|
|
this.lnkControllers.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkControllers_LinkClicked);
|
|
//
|
|
// StartWindowsCheckBox
|
|
//
|
|
this.StartWindowsCheckBox.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
|
|
this.StartWindowsCheckBox.AutoSize = true;
|
|
this.StartWindowsCheckBox.Location = new System.Drawing.Point(206, 30);
|
|
this.StartWindowsCheckBox.Name = "StartWindowsCheckBox";
|
|
this.StartWindowsCheckBox.Size = new System.Drawing.Size(95, 17);
|
|
this.StartWindowsCheckBox.TabIndex = 40;
|
|
this.StartWindowsCheckBox.Text = "Run at Startup";
|
|
this.StartWindowsCheckBox.UseVisualStyleBackColor = true;
|
|
this.StartWindowsCheckBox.CheckedChanged += new System.EventHandler(this.StartWindowsCheckBox_CheckedChanged);
|
|
//
|
|
// lbLastMessage
|
|
//
|
|
this.lbLastMessage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.lbLastMessage.ForeColor = System.Drawing.SystemColors.GrayText;
|
|
this.lbLastMessage.Location = new System.Drawing.Point(8, 5);
|
|
this.lbLastMessage.Name = "lbLastMessage";
|
|
this.lbLastMessage.Size = new System.Drawing.Size(635, 18);
|
|
this.lbLastMessage.TabIndex = 41;
|
|
//
|
|
// startMinimizedCheckBox
|
|
//
|
|
this.startMinimizedCheckBox.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
|
|
this.startMinimizedCheckBox.AutoSize = true;
|
|
this.startMinimizedCheckBox.Location = new System.Drawing.Point(307, 30);
|
|
this.startMinimizedCheckBox.Name = "startMinimizedCheckBox";
|
|
this.startMinimizedCheckBox.Size = new System.Drawing.Size(97, 17);
|
|
this.startMinimizedCheckBox.TabIndex = 40;
|
|
this.startMinimizedCheckBox.Text = "Start Minimized";
|
|
this.startMinimizedCheckBox.UseVisualStyleBackColor = true;
|
|
this.startMinimizedCheckBox.CheckedChanged += new System.EventHandler(this.startMinimizedCheckBox_CheckedChanged);
|
|
//
|
|
// hideDS4CheckBox
|
|
//
|
|
this.hideDS4CheckBox.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
|
|
this.hideDS4CheckBox.AutoSize = true;
|
|
this.hideDS4CheckBox.Location = new System.Drawing.Point(410, 30);
|
|
this.hideDS4CheckBox.Name = "hideDS4CheckBox";
|
|
this.hideDS4CheckBox.Size = new System.Drawing.Size(119, 17);
|
|
this.hideDS4CheckBox.TabIndex = 13;
|
|
this.hideDS4CheckBox.Text = "Hide DS4 Controller";
|
|
this.hideDS4CheckBox.UseVisualStyleBackColor = true;
|
|
this.hideDS4CheckBox.CheckedChanged += new System.EventHandler(this.hideDS4CheckBox_CheckedChanged);
|
|
//
|
|
// btnClear
|
|
//
|
|
this.btnClear.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.btnClear.Enabled = false;
|
|
this.btnClear.Location = new System.Drawing.Point(3, 287);
|
|
this.btnClear.Name = "btnClear";
|
|
this.btnClear.Size = new System.Drawing.Size(780, 23);
|
|
this.btnClear.TabIndex = 9;
|
|
this.btnClear.Text = "Clear";
|
|
this.btnClear.UseVisualStyleBackColor = true;
|
|
this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
|
|
//
|
|
// notifyIcon1
|
|
//
|
|
this.notifyIcon1.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info;
|
|
this.notifyIcon1.BalloonTipTitle = "Scp server";
|
|
this.notifyIcon1.ContextMenuStrip = this.cMTaskbar;
|
|
this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
|
|
this.notifyIcon1.Text = "DS4 Xinput Tool";
|
|
this.notifyIcon1.Visible = true;
|
|
this.notifyIcon1.BalloonTipClicked += new System.EventHandler(this.notifyIcon1_BalloonTipClicked);
|
|
this.notifyIcon1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon1_MouseClick);
|
|
//
|
|
// cMTaskbar
|
|
//
|
|
this.cMTaskbar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.editProfileForController1ToolStripMenuItem,
|
|
this.editProfileForController2ToolStripMenuItem,
|
|
this.editProfileForController3ToolStripMenuItem,
|
|
this.editProfileForController4ToolStripMenuItem,
|
|
this.toolStripSeparator1,
|
|
this.openToolStripMenuItem,
|
|
this.exitToolStripMenuItem});
|
|
this.cMTaskbar.Name = "cMTaskbar";
|
|
this.cMTaskbar.Size = new System.Drawing.Size(215, 142);
|
|
this.cMTaskbar.Tag = "25";
|
|
//
|
|
// editProfileForController1ToolStripMenuItem
|
|
//
|
|
this.editProfileForController1ToolStripMenuItem.Name = "editProfileForController1ToolStripMenuItem";
|
|
this.editProfileForController1ToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
|
|
this.editProfileForController1ToolStripMenuItem.Tag = "0";
|
|
this.editProfileForController1ToolStripMenuItem.Text = "Edit Profile for Controller 1";
|
|
this.editProfileForController1ToolStripMenuItem.Click += new System.EventHandler(this.editMenu_Click);
|
|
//
|
|
// editProfileForController2ToolStripMenuItem
|
|
//
|
|
this.editProfileForController2ToolStripMenuItem.Name = "editProfileForController2ToolStripMenuItem";
|
|
this.editProfileForController2ToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
|
|
this.editProfileForController2ToolStripMenuItem.Tag = "1";
|
|
this.editProfileForController2ToolStripMenuItem.Text = "Edit Profile for Controller 2";
|
|
this.editProfileForController2ToolStripMenuItem.Click += new System.EventHandler(this.editMenu_Click);
|
|
//
|
|
// editProfileForController3ToolStripMenuItem
|
|
//
|
|
this.editProfileForController3ToolStripMenuItem.Name = "editProfileForController3ToolStripMenuItem";
|
|
this.editProfileForController3ToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
|
|
this.editProfileForController3ToolStripMenuItem.Tag = "2";
|
|
this.editProfileForController3ToolStripMenuItem.Text = "Edit Profile for Controller 3";
|
|
this.editProfileForController3ToolStripMenuItem.Click += new System.EventHandler(this.editMenu_Click);
|
|
//
|
|
// editProfileForController4ToolStripMenuItem
|
|
//
|
|
this.editProfileForController4ToolStripMenuItem.Name = "editProfileForController4ToolStripMenuItem";
|
|
this.editProfileForController4ToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
|
|
this.editProfileForController4ToolStripMenuItem.Tag = "4";
|
|
this.editProfileForController4ToolStripMenuItem.Text = "Edit Profile for Controller 4";
|
|
this.editProfileForController4ToolStripMenuItem.Click += new System.EventHandler(this.editMenu_Click);
|
|
//
|
|
// toolStripSeparator1
|
|
//
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
this.toolStripSeparator1.Size = new System.Drawing.Size(211, 6);
|
|
//
|
|
// openToolStripMenuItem
|
|
//
|
|
this.openToolStripMenuItem.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.openToolStripMenuItem.Name = "openToolStripMenuItem";
|
|
this.openToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
|
|
this.openToolStripMenuItem.Text = "Open";
|
|
this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
|
|
//
|
|
// exitToolStripMenuItem
|
|
//
|
|
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
|
|
this.exitToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
|
|
this.exitToolStripMenuItem.Text = "Exit (Middle Mouse)";
|
|
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
|
|
//
|
|
// toolStripSeparator2
|
|
//
|
|
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
|
this.toolStripSeparator2.Size = new System.Drawing.Size(211, 6);
|
|
//
|
|
// openProfiles
|
|
//
|
|
this.openProfiles.Filter = "XML Files (*.xml)|*.xml";
|
|
this.openProfiles.Multiselect = true;
|
|
//
|
|
// tabMain
|
|
//
|
|
this.tabMain.Controls.Add(this.tabControllers);
|
|
this.tabMain.Controls.Add(this.tabProfiles);
|
|
this.tabMain.Controls.Add(this.tabLog);
|
|
this.tabMain.Controls.Add(this.tabAutoProfiles);
|
|
this.tabMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tabMain.Location = new System.Drawing.Point(0, 0);
|
|
this.tabMain.Name = "tabMain";
|
|
this.tabMain.SelectedIndex = 0;
|
|
this.tabMain.Size = new System.Drawing.Size(794, 339);
|
|
this.tabMain.TabIndex = 12;
|
|
this.tabMain.SelectedIndexChanged += new System.EventHandler(this.tabMain_SelectedIndexChanged);
|
|
//
|
|
// tabControllers
|
|
//
|
|
this.tabControllers.Controls.Add(this.tLPControllers);
|
|
this.tabControllers.Location = new System.Drawing.Point(4, 22);
|
|
this.tabControllers.Name = "tabControllers";
|
|
this.tabControllers.Size = new System.Drawing.Size(786, 313);
|
|
this.tabControllers.TabIndex = 3;
|
|
this.tabControllers.Text = "Controllers";
|
|
this.tabControllers.UseVisualStyleBackColor = true;
|
|
//
|
|
// tLPControllers
|
|
//
|
|
this.tLPControllers.ColumnCount = 5;
|
|
this.tLPControllers.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 51.34884F));
|
|
this.tLPControllers.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 23.34039F));
|
|
this.tLPControllers.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25.31077F));
|
|
this.tLPControllers.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 117F));
|
|
this.tLPControllers.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 48F));
|
|
this.tLPControllers.Controls.Add(this.pBStatus1, 1, 1);
|
|
this.tLPControllers.Controls.Add(this.lbPad1, 0, 1);
|
|
this.tLPControllers.Controls.Add(this.lbPad2, 0, 2);
|
|
this.tLPControllers.Controls.Add(this.bnEditC3, 4, 3);
|
|
this.tLPControllers.Controls.Add(this.bnEditC4, 4, 4);
|
|
this.tLPControllers.Controls.Add(this.lbPad3, 0, 3);
|
|
this.tLPControllers.Controls.Add(this.lbPad4, 0, 4);
|
|
this.tLPControllers.Controls.Add(this.cBController1, 3, 1);
|
|
this.tLPControllers.Controls.Add(this.bnEditC2, 4, 2);
|
|
this.tLPControllers.Controls.Add(this.cBController2, 3, 2);
|
|
this.tLPControllers.Controls.Add(this.cBController3, 3, 3);
|
|
this.tLPControllers.Controls.Add(this.bnEditC1, 4, 1);
|
|
this.tLPControllers.Controls.Add(this.cBController4, 3, 4);
|
|
this.tLPControllers.Controls.Add(this.label2, 3, 0);
|
|
this.tLPControllers.Controls.Add(this.label3, 0, 0);
|
|
this.tLPControllers.Controls.Add(this.label4, 1, 0);
|
|
this.tLPControllers.Controls.Add(this.label5, 2, 0);
|
|
this.tLPControllers.Controls.Add(this.lBBatt1, 2, 1);
|
|
this.tLPControllers.Controls.Add(this.lBBatt2, 2, 2);
|
|
this.tLPControllers.Controls.Add(this.lBBatt3, 2, 3);
|
|
this.tLPControllers.Controls.Add(this.lBBatt4, 2, 4);
|
|
this.tLPControllers.Controls.Add(this.pBStatus2, 1, 2);
|
|
this.tLPControllers.Controls.Add(this.pBStatus3, 1, 3);
|
|
this.tLPControllers.Controls.Add(this.pBStatus4, 1, 4);
|
|
this.tLPControllers.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.tLPControllers.Location = new System.Drawing.Point(0, 0);
|
|
this.tLPControllers.Name = "tLPControllers";
|
|
this.tLPControllers.RowCount = 5;
|
|
this.tLPControllers.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tLPControllers.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tLPControllers.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tLPControllers.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tLPControllers.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tLPControllers.Size = new System.Drawing.Size(786, 130);
|
|
this.tLPControllers.TabIndex = 46;
|
|
//
|
|
// pBStatus1
|
|
//
|
|
this.pBStatus1.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.pBStatus1.Image = ((System.Drawing.Image)(resources.GetObject("pBStatus1.Image")));
|
|
this.pBStatus1.InitialImage = global::ScpServer.Properties.Resources.BT;
|
|
this.pBStatus1.Location = new System.Drawing.Point(370, 19);
|
|
this.pBStatus1.Name = "pBStatus1";
|
|
this.pBStatus1.Size = new System.Drawing.Size(39, 20);
|
|
this.pBStatus1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
|
this.pBStatus1.TabIndex = 47;
|
|
this.pBStatus1.TabStop = false;
|
|
//
|
|
// lbPad1
|
|
//
|
|
this.lbPad1.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.lbPad1.AutoSize = true;
|
|
this.lbPad1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lbPad1.Location = new System.Drawing.Point(3, 22);
|
|
this.lbPad1.Name = "lbPad1";
|
|
this.lbPad1.Size = new System.Drawing.Size(123, 15);
|
|
this.lbPad1.TabIndex = 44;
|
|
this.lbPad1.Text = "Pad 1 : Disconnected";
|
|
//
|
|
// lbPad2
|
|
//
|
|
this.lbPad2.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.lbPad2.AutoSize = true;
|
|
this.lbPad2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lbPad2.Location = new System.Drawing.Point(3, 51);
|
|
this.lbPad2.Name = "lbPad2";
|
|
this.lbPad2.Size = new System.Drawing.Size(123, 15);
|
|
this.lbPad2.TabIndex = 44;
|
|
this.lbPad2.Text = "Pad 2 : Disconnected";
|
|
//
|
|
// bnEditC3
|
|
//
|
|
this.bnEditC3.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.bnEditC3.Location = new System.Drawing.Point(739, 76);
|
|
this.bnEditC3.Name = "bnEditC3";
|
|
this.bnEditC3.Size = new System.Drawing.Size(40, 23);
|
|
this.bnEditC3.TabIndex = 43;
|
|
this.bnEditC3.Tag = "2";
|
|
this.bnEditC3.Text = "Edit";
|
|
this.bnEditC3.UseVisualStyleBackColor = true;
|
|
this.bnEditC3.Click += new System.EventHandler(this.editButtons_Click);
|
|
//
|
|
// bnEditC4
|
|
//
|
|
this.bnEditC4.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.bnEditC4.Location = new System.Drawing.Point(739, 105);
|
|
this.bnEditC4.Name = "bnEditC4";
|
|
this.bnEditC4.Size = new System.Drawing.Size(40, 23);
|
|
this.bnEditC4.TabIndex = 43;
|
|
this.bnEditC4.Tag = "3";
|
|
this.bnEditC4.Text = "Edit";
|
|
this.bnEditC4.UseVisualStyleBackColor = true;
|
|
this.bnEditC4.Click += new System.EventHandler(this.editButtons_Click);
|
|
//
|
|
// lbPad3
|
|
//
|
|
this.lbPad3.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.lbPad3.AutoSize = true;
|
|
this.lbPad3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lbPad3.Location = new System.Drawing.Point(3, 80);
|
|
this.lbPad3.Name = "lbPad3";
|
|
this.lbPad3.Size = new System.Drawing.Size(123, 15);
|
|
this.lbPad3.TabIndex = 44;
|
|
this.lbPad3.Text = "Pad 3 : Disconnected";
|
|
//
|
|
// lbPad4
|
|
//
|
|
this.lbPad4.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.lbPad4.AutoSize = true;
|
|
this.lbPad4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lbPad4.Location = new System.Drawing.Point(3, 109);
|
|
this.lbPad4.Name = "lbPad4";
|
|
this.lbPad4.Size = new System.Drawing.Size(123, 15);
|
|
this.lbPad4.TabIndex = 44;
|
|
this.lbPad4.Text = "Pad 4 : Disconnected";
|
|
//
|
|
// cBController1
|
|
//
|
|
this.cBController1.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.cBController1.FormattingEnabled = true;
|
|
this.cBController1.Location = new System.Drawing.Point(622, 19);
|
|
this.cBController1.Name = "cBController1";
|
|
this.cBController1.Size = new System.Drawing.Size(111, 21);
|
|
this.cBController1.TabIndex = 42;
|
|
this.cBController1.Tag = "0";
|
|
this.cBController1.SelectedValueChanged += new System.EventHandler(this.Profile_Changed);
|
|
//
|
|
// bnEditC2
|
|
//
|
|
this.bnEditC2.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.bnEditC2.Location = new System.Drawing.Point(739, 47);
|
|
this.bnEditC2.Name = "bnEditC2";
|
|
this.bnEditC2.Size = new System.Drawing.Size(40, 23);
|
|
this.bnEditC2.TabIndex = 43;
|
|
this.bnEditC2.Tag = "1";
|
|
this.bnEditC2.Text = "Edit";
|
|
this.bnEditC2.UseVisualStyleBackColor = true;
|
|
this.bnEditC2.Click += new System.EventHandler(this.editButtons_Click);
|
|
//
|
|
// cBController2
|
|
//
|
|
this.cBController2.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.cBController2.FormattingEnabled = true;
|
|
this.cBController2.Location = new System.Drawing.Point(622, 48);
|
|
this.cBController2.Name = "cBController2";
|
|
this.cBController2.Size = new System.Drawing.Size(111, 21);
|
|
this.cBController2.TabIndex = 42;
|
|
this.cBController2.Tag = "1";
|
|
this.cBController2.SelectedValueChanged += new System.EventHandler(this.Profile_Changed);
|
|
//
|
|
// cBController3
|
|
//
|
|
this.cBController3.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.cBController3.FormattingEnabled = true;
|
|
this.cBController3.Location = new System.Drawing.Point(622, 77);
|
|
this.cBController3.Name = "cBController3";
|
|
this.cBController3.Size = new System.Drawing.Size(111, 21);
|
|
this.cBController3.TabIndex = 42;
|
|
this.cBController3.Tag = "2";
|
|
this.cBController3.SelectedValueChanged += new System.EventHandler(this.Profile_Changed);
|
|
//
|
|
// bnEditC1
|
|
//
|
|
this.bnEditC1.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.bnEditC1.Location = new System.Drawing.Point(739, 18);
|
|
this.bnEditC1.Name = "bnEditC1";
|
|
this.bnEditC1.Size = new System.Drawing.Size(40, 23);
|
|
this.bnEditC1.TabIndex = 43;
|
|
this.bnEditC1.Tag = "0";
|
|
this.bnEditC1.Text = "Edit";
|
|
this.bnEditC1.UseVisualStyleBackColor = true;
|
|
this.bnEditC1.Click += new System.EventHandler(this.editButtons_Click);
|
|
//
|
|
// cBController4
|
|
//
|
|
this.cBController4.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.cBController4.FormattingEnabled = true;
|
|
this.cBController4.Location = new System.Drawing.Point(622, 106);
|
|
this.cBController4.Name = "cBController4";
|
|
this.cBController4.Size = new System.Drawing.Size(111, 21);
|
|
this.cBController4.TabIndex = 42;
|
|
this.cBController4.Tag = "3";
|
|
this.cBController4.SelectedValueChanged += new System.EventHandler(this.Profile_Changed);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label2.Location = new System.Drawing.Point(623, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(109, 15);
|
|
this.label2.TabIndex = 45;
|
|
this.label2.Text = "Selected Profile";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.label3.AutoSize = true;
|
|
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label3.Location = new System.Drawing.Point(3, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(21, 15);
|
|
this.label3.TabIndex = 45;
|
|
this.label3.Text = "ID";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.label4.AutoSize = true;
|
|
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label4.Location = new System.Drawing.Point(366, 0);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(47, 15);
|
|
this.label4.TabIndex = 45;
|
|
this.label4.Text = "Status";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.label5.AutoSize = true;
|
|
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label5.Location = new System.Drawing.Point(515, 0);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(51, 15);
|
|
this.label5.TabIndex = 45;
|
|
this.label5.Text = "Battery";
|
|
//
|
|
// lBBatt1
|
|
//
|
|
this.lBBatt1.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.lBBatt1.AutoSize = true;
|
|
this.lBBatt1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lBBatt1.Location = new System.Drawing.Point(521, 22);
|
|
this.lBBatt1.Name = "lBBatt1";
|
|
this.lBBatt1.Size = new System.Drawing.Size(39, 15);
|
|
this.lBBatt1.TabIndex = 44;
|
|
this.lBBatt1.Text = "100%";
|
|
//
|
|
// lBBatt2
|
|
//
|
|
this.lBBatt2.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.lBBatt2.AutoSize = true;
|
|
this.lBBatt2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lBBatt2.Location = new System.Drawing.Point(521, 51);
|
|
this.lBBatt2.Name = "lBBatt2";
|
|
this.lBBatt2.Size = new System.Drawing.Size(39, 15);
|
|
this.lBBatt2.TabIndex = 44;
|
|
this.lBBatt2.Text = "100%";
|
|
//
|
|
// lBBatt3
|
|
//
|
|
this.lBBatt3.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.lBBatt3.AutoSize = true;
|
|
this.lBBatt3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lBBatt3.Location = new System.Drawing.Point(521, 80);
|
|
this.lBBatt3.Name = "lBBatt3";
|
|
this.lBBatt3.Size = new System.Drawing.Size(39, 15);
|
|
this.lBBatt3.TabIndex = 44;
|
|
this.lBBatt3.Text = "100%";
|
|
//
|
|
// lBBatt4
|
|
//
|
|
this.lBBatt4.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.lBBatt4.AutoSize = true;
|
|
this.lBBatt4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lBBatt4.Location = new System.Drawing.Point(521, 109);
|
|
this.lBBatt4.Name = "lBBatt4";
|
|
this.lBBatt4.Size = new System.Drawing.Size(39, 15);
|
|
this.lBBatt4.TabIndex = 44;
|
|
this.lBBatt4.Text = "100%";
|
|
//
|
|
// pBStatus2
|
|
//
|
|
this.pBStatus2.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.pBStatus2.Image = ((System.Drawing.Image)(resources.GetObject("pBStatus2.Image")));
|
|
this.pBStatus2.InitialImage = global::ScpServer.Properties.Resources.BT;
|
|
this.pBStatus2.Location = new System.Drawing.Point(370, 48);
|
|
this.pBStatus2.Name = "pBStatus2";
|
|
this.pBStatus2.Size = new System.Drawing.Size(39, 20);
|
|
this.pBStatus2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
|
this.pBStatus2.TabIndex = 47;
|
|
this.pBStatus2.TabStop = false;
|
|
//
|
|
// pBStatus3
|
|
//
|
|
this.pBStatus3.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.pBStatus3.Image = ((System.Drawing.Image)(resources.GetObject("pBStatus3.Image")));
|
|
this.pBStatus3.InitialImage = global::ScpServer.Properties.Resources.BT;
|
|
this.pBStatus3.Location = new System.Drawing.Point(370, 77);
|
|
this.pBStatus3.Name = "pBStatus3";
|
|
this.pBStatus3.Size = new System.Drawing.Size(39, 20);
|
|
this.pBStatus3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
|
this.pBStatus3.TabIndex = 47;
|
|
this.pBStatus3.TabStop = false;
|
|
//
|
|
// pBStatus4
|
|
//
|
|
this.pBStatus4.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.pBStatus4.Image = ((System.Drawing.Image)(resources.GetObject("pBStatus4.Image")));
|
|
this.pBStatus4.InitialImage = global::ScpServer.Properties.Resources.BT;
|
|
this.pBStatus4.Location = new System.Drawing.Point(370, 106);
|
|
this.pBStatus4.Name = "pBStatus4";
|
|
this.pBStatus4.Size = new System.Drawing.Size(39, 20);
|
|
this.pBStatus4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
|
this.pBStatus4.TabIndex = 47;
|
|
this.pBStatus4.TabStop = false;
|
|
//
|
|
// tabProfiles
|
|
//
|
|
this.tabProfiles.Controls.Add(this.tSOptions);
|
|
this.tabProfiles.Controls.Add(this.toolStrip1);
|
|
this.tabProfiles.Controls.Add(this.lBProfiles);
|
|
this.tabProfiles.Location = new System.Drawing.Point(4, 22);
|
|
this.tabProfiles.Name = "tabProfiles";
|
|
this.tabProfiles.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabProfiles.Size = new System.Drawing.Size(786, 313);
|
|
this.tabProfiles.TabIndex = 0;
|
|
this.tabProfiles.Text = "Profiles";
|
|
this.tabProfiles.UseVisualStyleBackColor = true;
|
|
//
|
|
// tSOptions
|
|
//
|
|
this.tSOptions.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
|
|
this.tSOptions.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.toolStripLabel1,
|
|
this.tSTBProfile,
|
|
this.toolStripButton1,
|
|
this.tSBCancel});
|
|
this.tSOptions.Location = new System.Drawing.Point(3, 28);
|
|
this.tSOptions.Name = "tSOptions";
|
|
this.tSOptions.Size = new System.Drawing.Size(780, 25);
|
|
this.tSOptions.TabIndex = 2;
|
|
this.tSOptions.Text = "toolStrip2";
|
|
//
|
|
// toolStripLabel1
|
|
//
|
|
this.toolStripLabel1.Name = "toolStripLabel1";
|
|
this.toolStripLabel1.Size = new System.Drawing.Size(82, 22);
|
|
this.toolStripLabel1.Text = "Profile Name: ";
|
|
//
|
|
// tSTBProfile
|
|
//
|
|
this.tSTBProfile.ForeColor = System.Drawing.SystemColors.GrayText;
|
|
this.tSTBProfile.Name = "tSTBProfile";
|
|
this.tSTBProfile.Size = new System.Drawing.Size(185, 25);
|
|
this.tSTBProfile.Text = "<type profile name here>";
|
|
this.tSTBProfile.Enter += new System.EventHandler(this.tBProfile_Enter);
|
|
this.tSTBProfile.Leave += new System.EventHandler(this.tBProfile_Leave);
|
|
this.tSTBProfile.TextChanged += new System.EventHandler(this.tBProfile_TextChanged);
|
|
//
|
|
// toolStripButton1
|
|
//
|
|
this.toolStripButton1.AutoToolTip = false;
|
|
this.toolStripButton1.Image = global::ScpServer.Properties.Resources.saveprofile;
|
|
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.toolStripButton1.Name = "toolStripButton1";
|
|
this.toolStripButton1.Size = new System.Drawing.Size(88, 22);
|
|
this.toolStripButton1.Text = "Save Profile";
|
|
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
|
|
//
|
|
// tSBCancel
|
|
//
|
|
this.tSBCancel.AutoToolTip = false;
|
|
this.tSBCancel.Image = global::ScpServer.Properties.Resources.delete;
|
|
this.tSBCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tSBCancel.Name = "tSBCancel";
|
|
this.tSBCancel.Size = new System.Drawing.Size(63, 22);
|
|
this.tSBCancel.Text = "Cancel";
|
|
this.tSBCancel.Click += new System.EventHandler(this.tSBCancel_Click);
|
|
//
|
|
// toolStrip1
|
|
//
|
|
this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
|
|
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.tsBNewProfle,
|
|
this.tsBEditProfile,
|
|
this.tsBDeleteProfile,
|
|
this.tSBDupProfile,
|
|
this.tSBImportProfile,
|
|
this.tSBExportProfile});
|
|
this.toolStrip1.Location = new System.Drawing.Point(3, 3);
|
|
this.toolStrip1.Name = "toolStrip1";
|
|
this.toolStrip1.Size = new System.Drawing.Size(780, 25);
|
|
this.toolStrip1.TabIndex = 1;
|
|
this.toolStrip1.Text = "toolStrip1";
|
|
//
|
|
// tsBNewProfle
|
|
//
|
|
this.tsBNewProfle.Image = global::ScpServer.Properties.Resources.newprofile;
|
|
this.tsBNewProfle.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tsBNewProfle.Name = "tsBNewProfle";
|
|
this.tsBNewProfle.Size = new System.Drawing.Size(51, 22);
|
|
this.tsBNewProfle.Text = "New";
|
|
this.tsBNewProfle.TextAlign = System.Drawing.ContentAlignment.TopLeft;
|
|
this.tsBNewProfle.ToolTipText = "Make New Profile";
|
|
this.tsBNewProfle.Click += new System.EventHandler(this.tsBNewProfile_Click);
|
|
//
|
|
// tsBEditProfile
|
|
//
|
|
this.tsBEditProfile.Image = global::ScpServer.Properties.Resources.edit;
|
|
this.tsBEditProfile.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tsBEditProfile.Name = "tsBEditProfile";
|
|
this.tsBEditProfile.Size = new System.Drawing.Size(47, 22);
|
|
this.tsBEditProfile.Text = "Edit";
|
|
this.tsBEditProfile.TextAlign = System.Drawing.ContentAlignment.TopLeft;
|
|
this.tsBEditProfile.ToolTipText = "Edit Selected Profile (Enter)";
|
|
this.tsBEditProfile.Click += new System.EventHandler(this.tsBNEditProfile_Click);
|
|
//
|
|
// tsBDeleteProfile
|
|
//
|
|
this.tsBDeleteProfile.Image = ((System.Drawing.Image)(resources.GetObject("tsBDeleteProfile.Image")));
|
|
this.tsBDeleteProfile.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tsBDeleteProfile.Name = "tsBDeleteProfile";
|
|
this.tsBDeleteProfile.Size = new System.Drawing.Size(60, 22);
|
|
this.tsBDeleteProfile.Text = "Delete";
|
|
this.tsBDeleteProfile.TextAlign = System.Drawing.ContentAlignment.TopLeft;
|
|
this.tsBDeleteProfile.ToolTipText = "Delete Selected Profle (Delete)";
|
|
this.tsBDeleteProfile.Click += new System.EventHandler(this.tsBDeleteProfle_Click);
|
|
//
|
|
// tSBDupProfile
|
|
//
|
|
this.tSBDupProfile.Image = ((System.Drawing.Image)(resources.GetObject("tSBDupProfile.Image")));
|
|
this.tSBDupProfile.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tSBDupProfile.Name = "tSBDupProfile";
|
|
this.tSBDupProfile.Size = new System.Drawing.Size(83, 22);
|
|
this.tSBDupProfile.Text = "Dupliacate";
|
|
this.tSBDupProfile.TextAlign = System.Drawing.ContentAlignment.TopLeft;
|
|
this.tSBDupProfile.ToolTipText = "Dupliacate Selected Profile (Ctrl+C)";
|
|
this.tSBDupProfile.Click += new System.EventHandler(this.tSBDupProfile_Click);
|
|
//
|
|
// tSBImportProfile
|
|
//
|
|
this.tSBImportProfile.Image = global::ScpServer.Properties.Resources.import;
|
|
this.tSBImportProfile.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tSBImportProfile.Name = "tSBImportProfile";
|
|
this.tSBImportProfile.Size = new System.Drawing.Size(63, 22);
|
|
this.tSBImportProfile.Text = "Import";
|
|
this.tSBImportProfile.ToolTipText = "Import Profile or Profiles";
|
|
this.tSBImportProfile.Click += new System.EventHandler(this.tSBImportProfile_Click);
|
|
//
|
|
// tSBExportProfile
|
|
//
|
|
this.tSBExportProfile.Image = ((System.Drawing.Image)(resources.GetObject("tSBExportProfile.Image")));
|
|
this.tSBExportProfile.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tSBExportProfile.Name = "tSBExportProfile";
|
|
this.tSBExportProfile.Size = new System.Drawing.Size(60, 22);
|
|
this.tSBExportProfile.Text = "Export";
|
|
this.tSBExportProfile.ToolTipText = "Export Selected Profile";
|
|
this.tSBExportProfile.Click += new System.EventHandler(this.tSBExportProfile_Click);
|
|
//
|
|
// lBProfiles
|
|
//
|
|
this.lBProfiles.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.lBProfiles.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.lBProfiles.ContextMenuStrip = this.cMProfile;
|
|
this.lBProfiles.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lBProfiles.FormattingEnabled = true;
|
|
this.lBProfiles.ItemHeight = 16;
|
|
this.lBProfiles.Location = new System.Drawing.Point(3, 29);
|
|
this.lBProfiles.MultiColumn = true;
|
|
this.lBProfiles.Name = "lBProfiles";
|
|
this.lBProfiles.Size = new System.Drawing.Size(780, 272);
|
|
this.lBProfiles.TabIndex = 0;
|
|
this.lBProfiles.KeyDown += new System.Windows.Forms.KeyEventHandler(this.lBProfiles_KeyDown);
|
|
this.lBProfiles.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lBProfiles_MouseDoubleClick);
|
|
this.lBProfiles.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lBProfiles_MouseDown);
|
|
//
|
|
// cMProfile
|
|
//
|
|
this.cMProfile.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.editToolStripMenuItem,
|
|
this.assignToController1ToolStripMenuItem,
|
|
this.assignToController2ToolStripMenuItem,
|
|
this.assignToController3ToolStripMenuItem,
|
|
this.assignToController4ToolStripMenuItem,
|
|
this.deleteToolStripMenuItem,
|
|
this.duplicateToolStripMenuItem,
|
|
this.newProfileToolStripMenuItem,
|
|
this.importToolStripMenuItem,
|
|
this.exportToolStripMenuItem});
|
|
this.cMProfile.Name = "cMProfile";
|
|
this.cMProfile.Size = new System.Drawing.Size(189, 224);
|
|
//
|
|
// editToolStripMenuItem
|
|
//
|
|
this.editToolStripMenuItem.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.editToolStripMenuItem.Name = "editToolStripMenuItem";
|
|
this.editToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
|
|
this.editToolStripMenuItem.Text = "Edit";
|
|
this.editToolStripMenuItem.Click += new System.EventHandler(this.tsBNEditProfile_Click);
|
|
//
|
|
// assignToController1ToolStripMenuItem
|
|
//
|
|
this.assignToController1ToolStripMenuItem.Name = "assignToController1ToolStripMenuItem";
|
|
this.assignToController1ToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
|
|
this.assignToController1ToolStripMenuItem.Text = "Assign to Controller 1";
|
|
this.assignToController1ToolStripMenuItem.Click += new System.EventHandler(this.assignToController1ToolStripMenuItem_Click);
|
|
//
|
|
// assignToController2ToolStripMenuItem
|
|
//
|
|
this.assignToController2ToolStripMenuItem.Name = "assignToController2ToolStripMenuItem";
|
|
this.assignToController2ToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
|
|
this.assignToController2ToolStripMenuItem.Text = "Assign to Controller 2";
|
|
this.assignToController2ToolStripMenuItem.Click += new System.EventHandler(this.assignToController2ToolStripMenuItem_Click);
|
|
//
|
|
// assignToController3ToolStripMenuItem
|
|
//
|
|
this.assignToController3ToolStripMenuItem.Name = "assignToController3ToolStripMenuItem";
|
|
this.assignToController3ToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
|
|
this.assignToController3ToolStripMenuItem.Text = "Assign to Controller 3";
|
|
this.assignToController3ToolStripMenuItem.Click += new System.EventHandler(this.assignToController3ToolStripMenuItem_Click);
|
|
//
|
|
// assignToController4ToolStripMenuItem
|
|
//
|
|
this.assignToController4ToolStripMenuItem.Name = "assignToController4ToolStripMenuItem";
|
|
this.assignToController4ToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
|
|
this.assignToController4ToolStripMenuItem.Text = "Assign to Controller 4";
|
|
this.assignToController4ToolStripMenuItem.Click += new System.EventHandler(this.assignToController4ToolStripMenuItem_Click);
|
|
//
|
|
// deleteToolStripMenuItem
|
|
//
|
|
this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
|
|
this.deleteToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
|
|
this.deleteToolStripMenuItem.Text = "Delete (Del)";
|
|
this.deleteToolStripMenuItem.Click += new System.EventHandler(this.tsBDeleteProfle_Click);
|
|
//
|
|
// duplicateToolStripMenuItem
|
|
//
|
|
this.duplicateToolStripMenuItem.Name = "duplicateToolStripMenuItem";
|
|
this.duplicateToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
|
|
this.duplicateToolStripMenuItem.Text = "Duplicate (Ctrl+C)";
|
|
this.duplicateToolStripMenuItem.Click += new System.EventHandler(this.tSBDupProfile_Click);
|
|
//
|
|
// newProfileToolStripMenuItem
|
|
//
|
|
this.newProfileToolStripMenuItem.Name = "newProfileToolStripMenuItem";
|
|
this.newProfileToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
|
|
this.newProfileToolStripMenuItem.Text = "New Profile";
|
|
this.newProfileToolStripMenuItem.Click += new System.EventHandler(this.tsBNewProfile_Click);
|
|
//
|
|
// importToolStripMenuItem
|
|
//
|
|
this.importToolStripMenuItem.Name = "importToolStripMenuItem";
|
|
this.importToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
|
|
this.importToolStripMenuItem.Text = "Import";
|
|
this.importToolStripMenuItem.Click += new System.EventHandler(this.tSBImportProfile_Click);
|
|
//
|
|
// exportToolStripMenuItem
|
|
//
|
|
this.exportToolStripMenuItem.Name = "exportToolStripMenuItem";
|
|
this.exportToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
|
|
this.exportToolStripMenuItem.Text = "Export";
|
|
this.exportToolStripMenuItem.Click += new System.EventHandler(this.tSBExportProfile_Click);
|
|
//
|
|
// tabLog
|
|
//
|
|
this.tabLog.Controls.Add(this.lvDebug);
|
|
this.tabLog.Controls.Add(this.btnClear);
|
|
this.tabLog.Location = new System.Drawing.Point(4, 22);
|
|
this.tabLog.Name = "tabLog";
|
|
this.tabLog.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabLog.Size = new System.Drawing.Size(786, 313);
|
|
this.tabLog.TabIndex = 1;
|
|
this.tabLog.Text = "Log";
|
|
this.tabLog.UseVisualStyleBackColor = true;
|
|
//
|
|
// tabAutoProfiles
|
|
//
|
|
this.tabAutoProfiles.Location = new System.Drawing.Point(4, 22);
|
|
this.tabAutoProfiles.Name = "tabAutoProfiles";
|
|
this.tabAutoProfiles.Size = new System.Drawing.Size(786, 313);
|
|
this.tabAutoProfiles.TabIndex = 2;
|
|
this.tabAutoProfiles.Text = "Auto Profiles (Alpha)";
|
|
this.tabAutoProfiles.UseVisualStyleBackColor = true;
|
|
//
|
|
// saveProfiles
|
|
//
|
|
this.saveProfiles.Filter = "XML Files (*.xml)|*.xml";
|
|
//
|
|
// ScpForm
|
|
//
|
|
this.AllowDrop = true;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.BackColor = System.Drawing.Color.White;
|
|
this.ClientSize = new System.Drawing.Size(794, 393);
|
|
this.Controls.Add(this.tabMain);
|
|
this.Controls.Add(this.pnlButton);
|
|
this.MinimumSize = new System.Drawing.Size(420, 161);
|
|
this.Name = "ScpForm";
|
|
this.Text = "DS4Windows 1.0 Beta J2K Build";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form_Close);
|
|
this.Load += new System.EventHandler(this.Form_Load);
|
|
this.DragDrop += new System.Windows.Forms.DragEventHandler(this.ScpForm_DragDrop);
|
|
this.DragEnter += new System.Windows.Forms.DragEventHandler(this.ScpForm_DragEnter);
|
|
this.Resize += new System.EventHandler(this.Form_Resize);
|
|
this.pnlButton.ResumeLayout(false);
|
|
this.pnlButton.PerformLayout();
|
|
this.cMTaskbar.ResumeLayout(false);
|
|
this.tabMain.ResumeLayout(false);
|
|
this.tabControllers.ResumeLayout(false);
|
|
this.tLPControllers.ResumeLayout(false);
|
|
this.tLPControllers.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pBStatus1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pBStatus2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pBStatus3)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pBStatus4)).EndInit();
|
|
this.tabProfiles.ResumeLayout(false);
|
|
this.tabProfiles.PerformLayout();
|
|
this.tSOptions.ResumeLayout(false);
|
|
this.tSOptions.PerformLayout();
|
|
this.toolStrip1.ResumeLayout(false);
|
|
this.toolStrip1.PerformLayout();
|
|
this.cMProfile.ResumeLayout(false);
|
|
this.tabLog.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.ListView lvDebug;
|
|
private System.Windows.Forms.ColumnHeader chTime;
|
|
private System.Windows.Forms.ColumnHeader chData;
|
|
private System.Windows.Forms.Timer tmrUpdate;
|
|
private System.Windows.Forms.Panel pnlButton;
|
|
private System.Windows.Forms.Button btnStartStop;
|
|
private System.Windows.Forms.Button btnClear;
|
|
private System.Windows.Forms.NotifyIcon notifyIcon1;
|
|
private System.Windows.Forms.CheckBox hideDS4CheckBox;
|
|
private System.Windows.Forms.CheckBox startMinimizedCheckBox;
|
|
private System.Windows.Forms.Label lbLastMessage;
|
|
private System.Windows.Forms.LinkLabel lnkControllers;
|
|
private System.Windows.Forms.ContextMenuStrip cMTaskbar;
|
|
private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem editProfileForController1ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem editProfileForController2ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem editProfileForController4ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem editProfileForController3ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
|
|
private System.Windows.Forms.OpenFileDialog openProfiles;
|
|
private System.Windows.Forms.LinkLabel llbHelp;
|
|
private System.Windows.Forms.CheckBox StartWindowsCheckBox;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TabControl tabMain;
|
|
private System.Windows.Forms.TabPage tabProfiles;
|
|
private System.Windows.Forms.TabPage tabLog;
|
|
private System.Windows.Forms.ListBox lBProfiles;
|
|
private System.Windows.Forms.ToolStrip toolStrip1;
|
|
private System.Windows.Forms.ToolStripButton tsBNewProfle;
|
|
private System.Windows.Forms.ToolStripButton tsBEditProfile;
|
|
private System.Windows.Forms.ToolStripButton tsBDeleteProfile;
|
|
private System.Windows.Forms.TabPage tabAutoProfiles;
|
|
private System.Windows.Forms.ToolStripButton tSBDupProfile;
|
|
private System.Windows.Forms.TabPage tabControllers;
|
|
private System.Windows.Forms.TableLayoutPanel tLPControllers;
|
|
private System.Windows.Forms.PictureBox pBStatus1;
|
|
private System.Windows.Forms.Label lbPad1;
|
|
private System.Windows.Forms.Label lbPad2;
|
|
private System.Windows.Forms.Button bnEditC3;
|
|
private System.Windows.Forms.Button bnEditC4;
|
|
private System.Windows.Forms.Label lbPad3;
|
|
private System.Windows.Forms.Label lbPad4;
|
|
private System.Windows.Forms.ComboBox cBController1;
|
|
private System.Windows.Forms.Button bnEditC2;
|
|
private System.Windows.Forms.ComboBox cBController2;
|
|
private System.Windows.Forms.ComboBox cBController3;
|
|
private System.Windows.Forms.Button bnEditC1;
|
|
private System.Windows.Forms.ComboBox cBController4;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label lBBatt1;
|
|
private System.Windows.Forms.Label lBBatt2;
|
|
private System.Windows.Forms.Label lBBatt3;
|
|
private System.Windows.Forms.Label lBBatt4;
|
|
private System.Windows.Forms.PictureBox pBStatus2;
|
|
private System.Windows.Forms.PictureBox pBStatus3;
|
|
private System.Windows.Forms.PictureBox pBStatus4;
|
|
private System.Windows.Forms.ToolStripButton tSBImportProfile;
|
|
private System.Windows.Forms.ToolStripButton tSBExportProfile;
|
|
private System.Windows.Forms.SaveFileDialog saveProfiles;
|
|
private System.Windows.Forms.ContextMenuStrip cMProfile;
|
|
private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem assignToController1ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem assignToController2ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem assignToController3ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem assignToController4ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem deleteToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem duplicateToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem newProfileToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem importToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem exportToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStrip tSOptions;
|
|
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
|
|
private System.Windows.Forms.ToolStripTextBox tSTBProfile;
|
|
private System.Windows.Forms.ToolStripButton toolStripButton1;
|
|
private System.Windows.Forms.ToolStripButton tSBCancel;
|
|
//private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
|
|
}
|
|
}
|
|
|