2014-03-28 02:50:40 +01:00
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 )
{
2014-03-29 06:29:08 +01:00
if ( disposing & & ( components ! = null ) )
2014-03-28 02:50:40 +01:00
{
2014-03-29 06:29:08 +01:00
components . Dispose ( ) ;
2014-03-28 02:50:40 +01:00
}
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 ( ) ;
2014-05-30 22:39:39 +02:00
this . label1 = new System . Windows . Forms . Label ( ) ;
2014-05-19 07:55:12 +02:00
this . llbHelp = new System . Windows . Forms . LinkLabel ( ) ;
2014-03-28 02:50:40 +01:00
this . btnStartStop = new System . Windows . Forms . Button ( ) ;
this . lnkControllers = new System . Windows . Forms . LinkLabel ( ) ;
2014-05-21 19:39:56 +02:00
this . StartWindowsCheckBox = new System . Windows . Forms . CheckBox ( ) ;
2014-03-28 02:50:40 +01:00
this . lbLastMessage = new System . Windows . Forms . Label ( ) ;
2014-05-30 22:39:39 +02:00
this . startMinimizedCheckBox = new System . Windows . Forms . CheckBox ( ) ;
this . hideDS4CheckBox = new System . Windows . Forms . CheckBox ( ) ;
2014-05-31 06:37:02 +02:00
this . btnClear = new System . Windows . Forms . Button ( ) ;
2014-03-28 02:50:40 +01:00
this . notifyIcon1 = new System . Windows . Forms . NotifyIcon ( this . components ) ;
2014-04-29 03:14:01 +02:00
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 ( ) ;
2014-05-12 07:48:50 +02:00
this . toolStripSeparator1 = new System . Windows . Forms . ToolStripSeparator ( ) ;
this . openToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2014-04-29 03:14:01 +02:00
this . exitToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . toolStripSeparator2 = new System . Windows . Forms . ToolStripSeparator ( ) ;
2014-05-16 00:10:17 +02:00
this . openProfiles = new System . Windows . Forms . OpenFileDialog ( ) ;
2014-05-30 22:39:39 +02:00
this . tabMain = new System . Windows . Forms . TabControl ( ) ;
this . tabControllers = new System . Windows . Forms . TabPage ( ) ;
2014-05-31 06:37:02 +02:00
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 ( ) ;
2014-05-30 22:39:39 +02:00
this . tabProfiles = new System . Windows . Forms . TabPage ( ) ;
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 ( ) ;
2014-05-31 06:37:02 +02:00
this . tSBImportProfile = new System . Windows . Forms . ToolStripButton ( ) ;
this . tSBExportProfile = new System . Windows . Forms . ToolStripButton ( ) ;
2014-05-30 22:39:39 +02:00
this . lBProfiles = new System . Windows . Forms . ListBox ( ) ;
this . tabLog = new System . Windows . Forms . TabPage ( ) ;
this . tabAutoProfiles = new System . Windows . Forms . TabPage ( ) ;
2014-05-31 06:37:02 +02:00
this . saveProfiles = new System . Windows . Forms . SaveFileDialog ( ) ;
2014-03-28 02:50:40 +01:00
this . pnlButton . SuspendLayout ( ) ;
2014-04-29 03:14:01 +02:00
this . cMTaskbar . SuspendLayout ( ) ;
2014-05-30 22:39:39 +02:00
this . tabMain . SuspendLayout ( ) ;
this . tabControllers . SuspendLayout ( ) ;
2014-05-31 06:37:02 +02:00
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 ( ) ;
2014-05-30 22:39:39 +02:00
this . tabProfiles . SuspendLayout ( ) ;
this . toolStrip1 . SuspendLayout ( ) ;
this . tabLog . SuspendLayout ( ) ;
2014-03-28 02:50:40 +01:00
this . SuspendLayout ( ) ;
//
// lvDebug
//
this . lvDebug . Columns . AddRange ( new System . Windows . Forms . ColumnHeader [ ] {
this . chTime ,
this . chData } ) ;
2014-05-30 22:39:39 +02:00
this . lvDebug . Dock = System . Windows . Forms . DockStyle . Fill ;
2014-03-28 02:50:40 +01:00
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 ;
2014-05-30 22:39:39 +02:00
this . lvDebug . Location = new System . Drawing . Point ( 3 , 3 ) ;
2014-03-28 02:50:40 +01:00
this . lvDebug . Name = "lvDebug" ;
2014-05-31 06:37:02 +02:00
this . lvDebug . Size = new System . Drawing . Size ( 780 , 284 ) ;
2014-03-28 02:50:40 +01:00
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
//
2014-03-29 06:29:08 +01:00
this . tmrUpdate . Interval = 1 ;
this . tmrUpdate . Tick + = new System . EventHandler ( this . ControllerStatusChange ) ;
2014-03-28 02:50:40 +01:00
//
// pnlButton
//
2014-05-30 22:39:39 +02:00
this . pnlButton . BackColor = System . Drawing . SystemColors . Control ;
this . pnlButton . Controls . Add ( this . label1 ) ;
2014-05-16 00:10:17 +02:00
this . pnlButton . Controls . Add ( this . llbHelp ) ;
2014-03-28 02:50:40 +01:00
this . pnlButton . Controls . Add ( this . btnStartStop ) ;
2014-04-27 21:32:09 +02:00
this . pnlButton . Controls . Add ( this . lnkControllers ) ;
2014-05-30 22:39:39 +02:00
this . pnlButton . Controls . Add ( this . StartWindowsCheckBox ) ;
this . pnlButton . Controls . Add ( this . lbLastMessage ) ;
this . pnlButton . Controls . Add ( this . startMinimizedCheckBox ) ;
this . pnlButton . Controls . Add ( this . hideDS4CheckBox ) ;
2014-03-28 02:50:40 +01:00
this . pnlButton . Dock = System . Windows . Forms . DockStyle . Bottom ;
2014-05-31 06:37:02 +02:00
this . pnlButton . Location = new System . Drawing . Point ( 0 , 339 ) ;
2014-03-28 02:50:40 +01:00
this . pnlButton . Name = "pnlButton" ;
2014-05-31 06:37:02 +02:00
this . pnlButton . Size = new System . Drawing . Size ( 794 , 54 ) ;
2014-03-28 02:50:40 +01:00
this . pnlButton . TabIndex = 10 ;
//
2014-05-30 22:39:39 +02:00
// label1
2014-05-28 21:47:25 +02:00
//
2014-05-30 22:39:39 +02:00
this . label1 . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Bottom | System . Windows . Forms . AnchorStyles . Left ) ) ) ;
this . label1 . AutoSize = true ;
2014-05-31 06:37:02 +02:00
this . label1 . Location = new System . Drawing . Point ( 526 , 5 ) ;
2014-05-30 22:39:39 +02:00
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 ;
2014-05-28 21:47:25 +02:00
//
2014-05-19 07:55:12 +02:00
// llbHelp
//
2014-05-30 22:39:39 +02:00
this . llbHelp . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Bottom | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2014-05-19 07:55:12 +02:00
this . llbHelp . AutoSize = true ;
2014-05-31 06:37:02 +02:00
this . llbHelp . Location = new System . Drawing . Point ( 642 , 5 ) ;
2014-05-19 07:55:12 +02:00
this . llbHelp . Name = "llbHelp" ;
2014-05-30 22:39:39 +02:00
this . llbHelp . Size = new System . Drawing . Size ( 79 , 13 ) ;
2014-05-19 07:55:12 +02:00
this . llbHelp . TabIndex = 13 ;
this . llbHelp . TabStop = true ;
2014-05-30 22:39:39 +02:00
this . llbHelp . Text = "Hotkeys/About" ;
2014-05-19 07:55:12 +02:00
this . llbHelp . LinkClicked + = new System . Windows . Forms . LinkLabelLinkClickedEventHandler ( this . llbHelp_LinkClicked ) ;
//
2014-03-28 02:50:40 +01:00
// btnStartStop
//
2014-05-31 06:37:02 +02:00
this . btnStartStop . Anchor = System . Windows . Forms . AnchorStyles . Bottom ;
this . btnStartStop . Location = new System . Drawing . Point ( 535 , 26 ) ;
2014-03-28 02:50:40 +01:00
this . btnStartStop . Name = "btnStartStop" ;
2014-05-31 06:37:02 +02:00
this . btnStartStop . Size = new System . Drawing . Size ( 58 , 23 ) ;
2014-03-28 02:50:40 +01:00
this . btnStartStop . TabIndex = 1 ;
this . btnStartStop . Text = "Start" ;
this . btnStartStop . UseVisualStyleBackColor = true ;
this . btnStartStop . Click + = new System . EventHandler ( this . btnStartStop_Click ) ;
//
// lnkControllers
//
2014-05-30 22:39:39 +02:00
this . lnkControllers . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Bottom | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2014-03-28 02:50:40 +01:00
this . lnkControllers . AutoSize = true ;
2014-05-31 06:37:02 +02:00
this . lnkControllers . Location = new System . Drawing . Point ( 727 , 5 ) ;
2014-03-28 02:50:40 +01:00
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 ) ;
//
2014-05-21 19:39:56 +02:00
// StartWindowsCheckBox
//
2014-05-30 22:39:39 +02:00
this . StartWindowsCheckBox . Anchor = System . Windows . Forms . AnchorStyles . Bottom ;
2014-05-21 19:39:56 +02:00
this . StartWindowsCheckBox . AutoSize = true ;
2014-05-31 06:37:02 +02:00
this . StartWindowsCheckBox . Location = new System . Drawing . Point ( 206 , 30 ) ;
2014-05-21 19:39:56 +02:00
this . StartWindowsCheckBox . Name = "StartWindowsCheckBox" ;
2014-05-31 06:37:02 +02:00
this . StartWindowsCheckBox . Size = new System . Drawing . Size ( 95 , 17 ) ;
2014-05-21 19:39:56 +02:00
this . StartWindowsCheckBox . TabIndex = 40 ;
2014-05-31 06:37:02 +02:00
this . StartWindowsCheckBox . Text = "Run at Startup" ;
2014-05-21 19:39:56 +02:00
this . StartWindowsCheckBox . UseVisualStyleBackColor = true ;
this . StartWindowsCheckBox . CheckedChanged + = new System . EventHandler ( this . StartWindowsCheckBox_CheckedChanged ) ;
//
2014-03-28 02:50:40 +01:00
// lbLastMessage
//
2014-05-30 22:39:39 +02:00
this . lbLastMessage . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( System . Windows . Forms . AnchorStyles . Bottom | System . Windows . Forms . AnchorStyles . Left )
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2014-03-28 02:50:40 +01:00
this . lbLastMessage . ForeColor = System . Drawing . SystemColors . GrayText ;
2014-05-31 06:37:02 +02:00
this . lbLastMessage . Location = new System . Drawing . Point ( 8 , 5 ) ;
2014-03-28 02:50:40 +01:00
this . lbLastMessage . Name = "lbLastMessage" ;
2014-05-30 22:39:39 +02:00
this . lbLastMessage . Size = new System . Drawing . Size ( 628 , 17 ) ;
2014-03-28 02:50:40 +01:00
this . lbLastMessage . TabIndex = 41 ;
2014-05-30 22:39:39 +02:00
//
// startMinimizedCheckBox
//
this . startMinimizedCheckBox . Anchor = System . Windows . Forms . AnchorStyles . Bottom ;
this . startMinimizedCheckBox . AutoSize = true ;
2014-05-31 06:37:02 +02:00
this . startMinimizedCheckBox . Location = new System . Drawing . Point ( 307 , 30 ) ;
2014-05-30 22:39:39 +02:00
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 ;
2014-05-31 06:37:02 +02:00
this . hideDS4CheckBox . Location = new System . Drawing . Point ( 410 , 30 ) ;
2014-05-30 22:39:39 +02:00
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 ) ;
2014-03-28 02:50:40 +01:00
//
2014-05-31 06:37:02 +02:00
// 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 ) ;
//
2014-03-28 02:50:40 +01:00
// notifyIcon1
//
this . notifyIcon1 . BalloonTipIcon = System . Windows . Forms . ToolTipIcon . Info ;
this . notifyIcon1 . BalloonTipTitle = "Scp server" ;
2014-04-29 03:14:01 +02:00
this . notifyIcon1 . ContextMenuStrip = this . cMTaskbar ;
2014-03-28 02:50:40 +01:00
this . notifyIcon1 . Icon = ( ( System . Drawing . Icon ) ( resources . GetObject ( "notifyIcon1.Icon" ) ) ) ;
this . notifyIcon1 . Text = "DS4 Xinput Tool" ;
2014-05-28 04:49:58 +02:00
this . notifyIcon1 . Visible = true ;
2014-05-30 22:39:39 +02:00
this . notifyIcon1 . BalloonTipClicked + = new System . EventHandler ( this . notifyIcon1_BalloonTipClicked ) ;
this . notifyIcon1 . MouseClick + = new System . Windows . Forms . MouseEventHandler ( this . notifyIcon1_MouseClick ) ;
2014-04-29 03:14:01 +02:00
//
// cMTaskbar
//
this . cMTaskbar . Items . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . editProfileForController1ToolStripMenuItem ,
this . editProfileForController2ToolStripMenuItem ,
this . editProfileForController3ToolStripMenuItem ,
this . editProfileForController4ToolStripMenuItem ,
2014-04-30 05:54:41 +02:00
this . toolStripSeparator1 ,
this . openToolStripMenuItem ,
2014-04-29 03:14:01 +02:00
this . exitToolStripMenuItem } ) ;
this . cMTaskbar . Name = "cMTaskbar" ;
2014-05-12 07:48:50 +02:00
this . cMTaskbar . Size = new System . Drawing . Size ( 215 , 142 ) ;
2014-04-29 03:14:01 +02:00
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 ) ;
//
2014-05-12 07:48:50 +02:00
// toolStripSeparator1
//
this . toolStripSeparator1 . Name = "toolStripSeparator1" ;
this . toolStripSeparator1 . Size = new System . Drawing . Size ( 211 , 6 ) ;
//
// openToolStripMenuItem
//
2014-05-30 22:39:39 +02:00
this . openToolStripMenuItem . Font = new System . Drawing . Font ( "Segoe UI" , 9F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2014-05-12 07:48:50 +02:00
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 ) ;
//
2014-04-29 03:14:01 +02:00
// exitToolStripMenuItem
//
this . exitToolStripMenuItem . Name = "exitToolStripMenuItem" ;
this . exitToolStripMenuItem . Size = new System . Drawing . Size ( 214 , 22 ) ;
2014-05-30 22:39:39 +02:00
this . exitToolStripMenuItem . Text = "Exit (Middle Mouse)" ;
2014-04-29 03:14:01 +02:00
this . exitToolStripMenuItem . Click + = new System . EventHandler ( this . exitToolStripMenuItem_Click ) ;
//
// toolStripSeparator2
//
this . toolStripSeparator2 . Name = "toolStripSeparator2" ;
this . toolStripSeparator2 . Size = new System . Drawing . Size ( 211 , 6 ) ;
2014-03-28 02:50:40 +01:00
//
2014-05-16 00:10:17 +02:00
// openProfiles
//
this . openProfiles . Filter = "XML Files (*.xml)|*.xml" ;
this . openProfiles . Multiselect = true ;
//
2014-05-30 22:39:39 +02:00
// 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 ;
2014-05-31 06:37:02 +02:00
this . tabMain . Size = new System . Drawing . Size ( 794 , 339 ) ;
2014-05-30 22:39:39 +02:00
this . tabMain . TabIndex = 12 ;
2014-05-31 06:37:02 +02:00
this . tabMain . SelectedIndexChanged + = new System . EventHandler ( this . tabMain_SelectedIndexChanged ) ;
2014-05-30 22:39:39 +02:00
//
// tabControllers
//
this . tabControllers . Controls . Add ( this . tLPControllers ) ;
this . tabControllers . Location = new System . Drawing . Point ( 4 , 22 ) ;
this . tabControllers . Name = "tabControllers" ;
2014-05-31 06:37:02 +02:00
this . tabControllers . Size = new System . Drawing . Size ( 786 , 313 ) ;
2014-05-30 22:39:39 +02:00
this . tabControllers . TabIndex = 3 ;
this . tabControllers . Text = "Controllers" ;
this . tabControllers . UseVisualStyleBackColor = true ;
//
2014-05-31 06:37:02 +02:00
// tLPControllers
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
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 , 44F ) ) ;
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 ;
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
// pBStatus1
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
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 ( 373 , 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 ;
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
// lbPad1
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
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" ;
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
// lbPad2
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
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" ;
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
// bnEditC3
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
this . bnEditC3 . Anchor = System . Windows . Forms . AnchorStyles . Left ;
this . bnEditC3 . Location = new System . Drawing . Point ( 743 , 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 ) ;
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
// bnEditC4
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
this . bnEditC4 . Anchor = System . Windows . Forms . AnchorStyles . Left ;
this . bnEditC4 . Location = new System . Drawing . Point ( 743 , 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 ) ;
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
// lbPad3
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
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" ;
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
// lbPad4
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
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" ;
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
// cBController1
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
this . cBController1 . Anchor = System . Windows . Forms . AnchorStyles . Left ;
this . cBController1 . FormattingEnabled = true ;
this . cBController1 . Location = new System . Drawing . Point ( 626 , 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 ) ;
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
// bnEditC2
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
this . bnEditC2 . Anchor = System . Windows . Forms . AnchorStyles . Left ;
this . bnEditC2 . Location = new System . Drawing . Point ( 743 , 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 ) ;
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
// cBController2
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
this . cBController2 . Anchor = System . Windows . Forms . AnchorStyles . Left ;
this . cBController2 . FormattingEnabled = true ;
this . cBController2 . Location = new System . Drawing . Point ( 626 , 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 ) ;
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
// cBController3
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
this . cBController3 . Anchor = System . Windows . Forms . AnchorStyles . Left ;
this . cBController3 . FormattingEnabled = true ;
this . cBController3 . Location = new System . Drawing . Point ( 626 , 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 ) ;
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
// bnEditC1
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
this . bnEditC1 . Anchor = System . Windows . Forms . AnchorStyles . Left ;
this . bnEditC1 . Location = new System . Drawing . Point ( 743 , 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 ) ;
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
// cBController4
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
this . cBController4 . Anchor = System . Windows . Forms . AnchorStyles . Left ;
this . cBController4 . FormattingEnabled = true ;
this . cBController4 . Location = new System . Drawing . Point ( 626 , 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 ) ;
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
// label2
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
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 ( 627 , 0 ) ;
this . label2 . Name = "label2" ;
this . label2 . Size = new System . Drawing . Size ( 109 , 15 ) ;
this . label2 . TabIndex = 45 ;
this . label2 . Text = "Selected Profile" ;
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
// label3
//
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 ( 369 , 0 ) ;
this . label4 . Name = "label4" ;
this . label4 . Size = new System . Drawing . Size ( 47 , 15 ) ;
this . label4 . TabIndex = 45 ;
this . label4 . Text = "Status" ;
2014-05-30 22:39:39 +02:00
//
// 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 ) ) ) ;
2014-05-31 06:37:02 +02:00
this . label5 . Location = new System . Drawing . Point ( 518 , 0 ) ;
2014-05-30 22:39:39 +02:00
this . label5 . Name = "label5" ;
this . label5 . Size = new System . Drawing . Size ( 51 , 15 ) ;
this . label5 . TabIndex = 45 ;
this . label5 . Text = "Battery" ;
//
2014-05-31 06:37:02 +02:00
// lBBatt1
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
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 ( 524 , 22 ) ;
this . lBBatt1 . Name = "lBBatt1" ;
this . lBBatt1 . Size = new System . Drawing . Size ( 39 , 15 ) ;
this . lBBatt1 . TabIndex = 44 ;
this . lBBatt1 . Text = "100%" ;
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
// lBBatt2
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
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 ( 524 , 51 ) ;
this . lBBatt2 . Name = "lBBatt2" ;
this . lBBatt2 . Size = new System . Drawing . Size ( 39 , 15 ) ;
this . lBBatt2 . TabIndex = 44 ;
this . lBBatt2 . Text = "100%" ;
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
// lBBatt3
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
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 ( 524 , 80 ) ;
this . lBBatt3 . Name = "lBBatt3" ;
this . lBBatt3 . Size = new System . Drawing . Size ( 39 , 15 ) ;
this . lBBatt3 . TabIndex = 44 ;
this . lBBatt3 . Text = "100%" ;
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
// lBBatt4
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
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 ( 524 , 109 ) ;
this . lBBatt4 . Name = "lBBatt4" ;
this . lBBatt4 . Size = new System . Drawing . Size ( 39 , 15 ) ;
this . lBBatt4 . TabIndex = 44 ;
this . lBBatt4 . Text = "100%" ;
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
// pBStatus2
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
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 ( 373 , 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 ;
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
// pBStatus3
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
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 ( 373 , 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 ;
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
// pBStatus4
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
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 ( 373 , 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 ;
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
// tabProfiles
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
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 ;
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
// toolStrip1
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
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" ;
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
// tsBNewProfle
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
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 ) ;
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
// tsBEditProfile
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
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 ) ;
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
// tsBDeleteProfile
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
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 ) ;
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
// tSBDupProfile
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
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 ) ;
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
// tSBImportProfile
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
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 ) ;
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
// tSBExportProfile
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
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 ) ;
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
// lBProfiles
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
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 . 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 ) ;
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
// tabLog
2014-05-30 22:39:39 +02:00
//
2014-05-31 06:37:02 +02:00
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" ;
2014-05-30 22:39:39 +02:00
//
2014-03-28 02:50:40 +01:00
// ScpForm
//
this . AutoScaleDimensions = new System . Drawing . SizeF ( 6F , 13F ) ;
this . AutoScaleMode = System . Windows . Forms . AutoScaleMode . Font ;
2014-05-30 22:39:39 +02:00
this . BackColor = System . Drawing . Color . White ;
this . ClientSize = new System . Drawing . Size ( 794 , 393 ) ;
this . Controls . Add ( this . tabMain ) ;
2014-03-28 02:50:40 +01:00
this . Controls . Add ( this . pnlButton ) ;
2014-05-31 06:37:02 +02:00
this . MinimumSize = new System . Drawing . Size ( 420 , 161 ) ;
2014-03-28 02:50:40 +01:00
this . Name = "ScpForm" ;
2014-04-27 21:32:09 +02:00
this . Text = "DS4Windows 1.0 Beta J2K Build" ;
2014-03-28 02:50:40 +01:00
this . FormClosing + = new System . Windows . Forms . FormClosingEventHandler ( this . Form_Close ) ;
this . Load + = new System . EventHandler ( this . Form_Load ) ;
this . Resize + = new System . EventHandler ( this . Form_Resize ) ;
this . pnlButton . ResumeLayout ( false ) ;
2014-04-27 21:32:09 +02:00
this . pnlButton . PerformLayout ( ) ;
2014-04-29 03:14:01 +02:00
this . cMTaskbar . ResumeLayout ( false ) ;
2014-05-30 22:39:39 +02:00
this . tabMain . ResumeLayout ( false ) ;
this . tabControllers . ResumeLayout ( false ) ;
2014-05-31 06:37:02 +02:00
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 ( ) ;
2014-05-30 22:39:39 +02:00
this . tabProfiles . ResumeLayout ( false ) ;
this . tabProfiles . PerformLayout ( ) ;
this . toolStrip1 . ResumeLayout ( false ) ;
this . toolStrip1 . PerformLayout ( ) ;
this . tabLog . ResumeLayout ( false ) ;
2014-03-28 02:50:40 +01:00
this . ResumeLayout ( false ) ;
}
#endregion
private System . Windows . Forms . ListView lvDebug ;
private System . Windows . Forms . ColumnHeader chTime ;
private System . Windows . Forms . ColumnHeader chData ;
2014-03-29 06:29:08 +01:00
private System . Windows . Forms . Timer tmrUpdate ;
2014-03-28 02:50:40 +01:00
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 ;
2014-04-29 03:14:01 +02:00
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 ;
2014-05-16 00:10:17 +02:00
private System . Windows . Forms . OpenFileDialog openProfiles ;
private System . Windows . Forms . LinkLabel llbHelp ;
2014-05-21 19:39:56 +02:00
private System . Windows . Forms . CheckBox StartWindowsCheckBox ;
2014-05-28 04:49:58 +02:00
private System . Windows . Forms . Label label1 ;
2014-05-30 22:39:39 +02:00
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 ;
2014-05-31 06:37:02 +02:00
private System . Windows . Forms . ToolStripButton tSBImportProfile ;
private System . Windows . Forms . ToolStripButton tSBExportProfile ;
private System . Windows . Forms . SaveFileDialog saveProfiles ;
2014-04-29 03:14:01 +02:00
//private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
2014-03-28 02:50:40 +01:00
}
}