You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
SCJMapper-V2/Devices/Monitor/FormDeviceMonitor.Designer.cs

537 lines
25 KiB
C#

namespace SCJMapper_V2.Devices.Monitor
{
partial class FormDeviceMonitor
{
/// <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(FormDeviceMonitor));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.lblJ_03 = new System.Windows.Forms.Label();
this.txJoystick03 = new System.Windows.Forms.TextBox();
this.txJoystick02 = new System.Windows.Forms.TextBox();
this.txJoystick01 = new System.Windows.Forms.TextBox();
this.txJoystick00 = new System.Windows.Forms.TextBox();
this.txGamepad = new System.Windows.Forms.TextBox();
this.txMouse = new System.Windows.Forms.TextBox();
this.txKeyboard = new System.Windows.Forms.TextBox();
this.lblJ_02 = new System.Windows.Forms.Label();
this.lblJ_01 = new System.Windows.Forms.Label();
this.lblJ_00 = new System.Windows.Forms.Label();
this.lblGamepad = new System.Windows.Forms.Label();
this.lblMouse = new System.Windows.Forms.Label();
this.lblKeyboard = new System.Windows.Forms.Label();
this.btTogMonitor = new System.Windows.Forms.Button();
this.IL = new System.Windows.Forms.ImageList(this.components);
this.lbxOther = new System.Windows.Forms.RichTextBox();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.flpToggle = new System.Windows.Forms.FlowLayoutPanel();
this.uC_Toggle1 = new SCJMapper_V2.Devices.Monitor.UC_Toggle();
this.uC_Toggle2 = new SCJMapper_V2.Devices.Monitor.UC_Toggle();
this.uC_Toggle3 = new SCJMapper_V2.Devices.Monitor.UC_Toggle();
this.uC_Toggle4 = new SCJMapper_V2.Devices.Monitor.UC_Toggle();
this.uC_Toggle5 = new SCJMapper_V2.Devices.Monitor.UC_Toggle();
this.uC_Toggle6 = new SCJMapper_V2.Devices.Monitor.UC_Toggle();
this.uC_Toggle7 = new SCJMapper_V2.Devices.Monitor.UC_Toggle();
this.uC_Toggle8 = new SCJMapper_V2.Devices.Monitor.UC_Toggle();
this.uC_Toggle9 = new SCJMapper_V2.Devices.Monitor.UC_Toggle();
this.uC_Toggle10 = new SCJMapper_V2.Devices.Monitor.UC_Toggle();
this.panel1 = new System.Windows.Forms.Panel();
this.chkReport = new System.Windows.Forms.CheckBox();
this.chkMonitorMouse = new System.Windows.Forms.CheckBox();
this.groupBox1.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.flpToggle.SuspendLayout();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.lblJ_03);
this.groupBox1.Controls.Add(this.txJoystick03);
this.groupBox1.Controls.Add(this.txJoystick02);
this.groupBox1.Controls.Add(this.txJoystick01);
this.groupBox1.Controls.Add(this.txJoystick00);
this.groupBox1.Controls.Add(this.txGamepad);
this.groupBox1.Controls.Add(this.txMouse);
this.groupBox1.Controls.Add(this.txKeyboard);
this.groupBox1.Controls.Add(this.lblJ_02);
this.groupBox1.Controls.Add(this.lblJ_01);
this.groupBox1.Controls.Add(this.lblJ_00);
this.groupBox1.Controls.Add(this.lblGamepad);
this.groupBox1.Controls.Add(this.lblMouse);
this.groupBox1.Controls.Add(this.lblKeyboard);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Left;
this.groupBox1.ForeColor = System.Drawing.Color.Gainsboro;
this.groupBox1.Location = new System.Drawing.Point(175, 3);
this.groupBox1.Margin = new System.Windows.Forms.Padding(5, 3, 3, 3);
this.groupBox1.Name = "groupBox1";
this.tableLayoutPanel1.SetRowSpan(this.groupBox1, 2);
this.groupBox1.Size = new System.Drawing.Size(519, 144);
this.groupBox1.TabIndex = 6;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "...";
//
// lblJ_03
//
this.lblJ_03.AutoSize = true;
this.lblJ_03.ForeColor = System.Drawing.Color.Gainsboro;
this.lblJ_03.Location = new System.Drawing.Point(278, 108);
this.lblJ_03.Name = "lblJ_03";
this.lblJ_03.Size = new System.Drawing.Size(56, 13);
this.lblJ_03.TabIndex = 8;
this.lblJ_03.Text = "Joystick-3";
//
// txJoystick03
//
this.txJoystick03.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
this.txJoystick03.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txJoystick03.ForeColor = System.Drawing.Color.Gainsboro;
this.txJoystick03.Location = new System.Drawing.Point(363, 105);
this.txJoystick03.Name = "txJoystick03";
this.txJoystick03.ReadOnly = true;
this.txJoystick03.Size = new System.Drawing.Size(145, 22);
this.txJoystick03.TabIndex = 7;
//
// txJoystick02
//
this.txJoystick02.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
this.txJoystick02.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txJoystick02.ForeColor = System.Drawing.Color.Gainsboro;
this.txJoystick02.Location = new System.Drawing.Point(363, 77);
this.txJoystick02.Name = "txJoystick02";
this.txJoystick02.ReadOnly = true;
this.txJoystick02.Size = new System.Drawing.Size(145, 22);
this.txJoystick02.TabIndex = 6;
//
// txJoystick01
//
this.txJoystick01.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
this.txJoystick01.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txJoystick01.ForeColor = System.Drawing.Color.Gainsboro;
this.txJoystick01.Location = new System.Drawing.Point(363, 49);
this.txJoystick01.Name = "txJoystick01";
this.txJoystick01.ReadOnly = true;
this.txJoystick01.Size = new System.Drawing.Size(145, 22);
this.txJoystick01.TabIndex = 5;
//
// txJoystick00
//
this.txJoystick00.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
this.txJoystick00.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txJoystick00.ForeColor = System.Drawing.Color.Gainsboro;
this.txJoystick00.Location = new System.Drawing.Point(363, 21);
this.txJoystick00.Name = "txJoystick00";
this.txJoystick00.ReadOnly = true;
this.txJoystick00.Size = new System.Drawing.Size(145, 22);
this.txJoystick00.TabIndex = 4;
//
// txGamepad
//
this.txGamepad.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
this.txGamepad.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txGamepad.ForeColor = System.Drawing.Color.Gainsboro;
this.txGamepad.Location = new System.Drawing.Point(99, 77);
this.txGamepad.Name = "txGamepad";
this.txGamepad.ReadOnly = true;
this.txGamepad.Size = new System.Drawing.Size(145, 22);
this.txGamepad.TabIndex = 3;
//
// txMouse
//
this.txMouse.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
this.txMouse.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txMouse.ForeColor = System.Drawing.Color.Gainsboro;
this.txMouse.Location = new System.Drawing.Point(99, 49);
this.txMouse.Name = "txMouse";
this.txMouse.ReadOnly = true;
this.txMouse.Size = new System.Drawing.Size(145, 22);
this.txMouse.TabIndex = 2;
//
// txKeyboard
//
this.txKeyboard.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
this.txKeyboard.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txKeyboard.ForeColor = System.Drawing.Color.Gainsboro;
this.txKeyboard.Location = new System.Drawing.Point(99, 21);
this.txKeyboard.Name = "txKeyboard";
this.txKeyboard.ReadOnly = true;
this.txKeyboard.Size = new System.Drawing.Size(145, 22);
this.txKeyboard.TabIndex = 1;
//
// lblJ_02
//
this.lblJ_02.AutoSize = true;
this.lblJ_02.ForeColor = System.Drawing.Color.Gainsboro;
this.lblJ_02.Location = new System.Drawing.Point(278, 80);
this.lblJ_02.Name = "lblJ_02";
this.lblJ_02.Size = new System.Drawing.Size(56, 13);
this.lblJ_02.TabIndex = 0;
this.lblJ_02.Text = "Joystick-2";
//
// lblJ_01
//
this.lblJ_01.AutoSize = true;
this.lblJ_01.ForeColor = System.Drawing.Color.Gainsboro;
this.lblJ_01.Location = new System.Drawing.Point(278, 52);
this.lblJ_01.Name = "lblJ_01";
this.lblJ_01.Size = new System.Drawing.Size(56, 13);
this.lblJ_01.TabIndex = 0;
this.lblJ_01.Text = "Joystick-1";
//
// lblJ_00
//
this.lblJ_00.AutoSize = true;
this.lblJ_00.ForeColor = System.Drawing.Color.Gainsboro;
this.lblJ_00.Location = new System.Drawing.Point(278, 24);
this.lblJ_00.Name = "lblJ_00";
this.lblJ_00.Size = new System.Drawing.Size(56, 13);
this.lblJ_00.TabIndex = 0;
this.lblJ_00.Text = "Joystick-0";
//
// lblGamepad
//
this.lblGamepad.AutoSize = true;
this.lblGamepad.ForeColor = System.Drawing.Color.Gainsboro;
this.lblGamepad.Location = new System.Drawing.Point(6, 80);
this.lblGamepad.Name = "lblGamepad";
this.lblGamepad.Size = new System.Drawing.Size(56, 13);
this.lblGamepad.TabIndex = 0;
this.lblGamepad.Text = "Gamepad";
//
// lblMouse
//
this.lblMouse.AutoSize = true;
this.lblMouse.ForeColor = System.Drawing.Color.Gainsboro;
this.lblMouse.Location = new System.Drawing.Point(6, 52);
this.lblMouse.Name = "lblMouse";
this.lblMouse.Size = new System.Drawing.Size(42, 13);
this.lblMouse.TabIndex = 0;
this.lblMouse.Text = "Mouse";
//
// lblKeyboard
//
this.lblKeyboard.AutoSize = true;
this.lblKeyboard.ForeColor = System.Drawing.Color.Gainsboro;
this.lblKeyboard.Location = new System.Drawing.Point(6, 24);
this.lblKeyboard.Name = "lblKeyboard";
this.lblKeyboard.Size = new System.Drawing.Size(55, 13);
this.lblKeyboard.TabIndex = 0;
this.lblKeyboard.Text = "Keyboard";
//
// btTogMonitor
//
this.btTogMonitor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btTogMonitor.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btTogMonitor.ForeColor = System.Drawing.Color.Gainsboro;
this.btTogMonitor.ImageIndex = 1;
this.btTogMonitor.ImageList = this.IL;
this.btTogMonitor.Location = new System.Drawing.Point(10, 10);
this.btTogMonitor.Margin = new System.Windows.Forms.Padding(10, 10, 3, 3);
this.btTogMonitor.Name = "btTogMonitor";
this.btTogMonitor.Size = new System.Drawing.Size(144, 54);
this.btTogMonitor.TabIndex = 4;
this.btTogMonitor.Tag = "§";
this.btTogMonitor.Text = "Monitoring";
this.btTogMonitor.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.btTogMonitor.UseVisualStyleBackColor = false;
this.btTogMonitor.Click += new System.EventHandler(this.btTogMonitor_Click);
//
// IL
//
this.IL.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("IL.ImageStream")));
this.IL.TransparentColor = System.Drawing.Color.Transparent;
this.IL.Images.SetKeyName(0, "Monitoring");
this.IL.Images.SetKeyName(1, "NotMonitoring");
//
// lbxOther
//
this.lbxOther.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
this.tableLayoutPanel1.SetColumnSpan(this.lbxOther, 2);
this.lbxOther.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbxOther.ForeColor = System.Drawing.Color.Gainsboro;
this.lbxOther.Location = new System.Drawing.Point(3, 253);
this.lbxOther.Name = "lbxOther";
this.lbxOther.Size = new System.Drawing.Size(698, 125);
this.lbxOther.TabIndex = 7;
this.lbxOther.Text = "";
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 2;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 170F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Controls.Add(this.lbxOther, 0, 3);
this.tableLayoutPanel1.Controls.Add(this.groupBox1, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.flpToggle, 0, 2);
this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.btTogMonitor, 0, 0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 4;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 70F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 80F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 100F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(704, 381);
this.tableLayoutPanel1.TabIndex = 8;
//
// flpToggle
//
this.tableLayoutPanel1.SetColumnSpan(this.flpToggle, 2);
this.flpToggle.Controls.Add(this.uC_Toggle1);
this.flpToggle.Controls.Add(this.uC_Toggle2);
this.flpToggle.Controls.Add(this.uC_Toggle3);
this.flpToggle.Controls.Add(this.uC_Toggle4);
this.flpToggle.Controls.Add(this.uC_Toggle5);
this.flpToggle.Controls.Add(this.uC_Toggle6);
this.flpToggle.Controls.Add(this.uC_Toggle7);
this.flpToggle.Controls.Add(this.uC_Toggle8);
this.flpToggle.Controls.Add(this.uC_Toggle9);
this.flpToggle.Controls.Add(this.uC_Toggle10);
this.flpToggle.Dock = System.Windows.Forms.DockStyle.Fill;
this.flpToggle.Location = new System.Drawing.Point(3, 153);
this.flpToggle.Name = "flpToggle";
this.flpToggle.Size = new System.Drawing.Size(698, 94);
this.flpToggle.TabIndex = 10;
//
// uC_Toggle1
//
this.uC_Toggle1.BackColor = System.Drawing.Color.Transparent;
this.uC_Toggle1.Dock = System.Windows.Forms.DockStyle.Top;
this.uC_Toggle1.Label = "";
this.uC_Toggle1.Location = new System.Drawing.Point(0, 0);
this.uC_Toggle1.Margin = new System.Windows.Forms.Padding(0);
this.uC_Toggle1.Name = "uC_Toggle1";
this.uC_Toggle1.Size = new System.Drawing.Size(64, 95);
this.uC_Toggle1.Switch = false;
this.uC_Toggle1.TabIndex = 0;
//
// uC_Toggle2
//
this.uC_Toggle2.BackColor = System.Drawing.Color.Transparent;
this.uC_Toggle2.Dock = System.Windows.Forms.DockStyle.Top;
this.uC_Toggle2.Label = "";
this.uC_Toggle2.Location = new System.Drawing.Point(64, 0);
this.uC_Toggle2.Margin = new System.Windows.Forms.Padding(0);
this.uC_Toggle2.Name = "uC_Toggle2";
this.uC_Toggle2.Size = new System.Drawing.Size(64, 95);
this.uC_Toggle2.Switch = false;
this.uC_Toggle2.TabIndex = 1;
//
// uC_Toggle3
//
this.uC_Toggle3.BackColor = System.Drawing.Color.Transparent;
this.uC_Toggle3.Dock = System.Windows.Forms.DockStyle.Top;
this.uC_Toggle3.Label = "";
this.uC_Toggle3.Location = new System.Drawing.Point(128, 0);
this.uC_Toggle3.Margin = new System.Windows.Forms.Padding(0);
this.uC_Toggle3.Name = "uC_Toggle3";
this.uC_Toggle3.Size = new System.Drawing.Size(64, 95);
this.uC_Toggle3.Switch = false;
this.uC_Toggle3.TabIndex = 2;
//
// uC_Toggle4
//
this.uC_Toggle4.BackColor = System.Drawing.Color.Transparent;
this.uC_Toggle4.Dock = System.Windows.Forms.DockStyle.Top;
this.uC_Toggle4.Label = "";
this.uC_Toggle4.Location = new System.Drawing.Point(192, 0);
this.uC_Toggle4.Margin = new System.Windows.Forms.Padding(0);
this.uC_Toggle4.Name = "uC_Toggle4";
this.uC_Toggle4.Size = new System.Drawing.Size(64, 95);
this.uC_Toggle4.Switch = false;
this.uC_Toggle4.TabIndex = 3;
//
// uC_Toggle5
//
this.uC_Toggle5.BackColor = System.Drawing.Color.Transparent;
this.uC_Toggle5.Dock = System.Windows.Forms.DockStyle.Top;
this.uC_Toggle5.Label = "";
this.uC_Toggle5.Location = new System.Drawing.Point(256, 0);
this.uC_Toggle5.Margin = new System.Windows.Forms.Padding(0);
this.uC_Toggle5.Name = "uC_Toggle5";
this.uC_Toggle5.Size = new System.Drawing.Size(64, 95);
this.uC_Toggle5.Switch = false;
this.uC_Toggle5.TabIndex = 4;
//
// uC_Toggle6
//
this.uC_Toggle6.BackColor = System.Drawing.Color.Transparent;
this.uC_Toggle6.Dock = System.Windows.Forms.DockStyle.Top;
this.uC_Toggle6.Label = "";
this.uC_Toggle6.Location = new System.Drawing.Point(320, 0);
this.uC_Toggle6.Margin = new System.Windows.Forms.Padding(0);
this.uC_Toggle6.Name = "uC_Toggle6";
this.uC_Toggle6.Size = new System.Drawing.Size(64, 95);
this.uC_Toggle6.Switch = false;
this.uC_Toggle6.TabIndex = 5;
//
// uC_Toggle7
//
this.uC_Toggle7.BackColor = System.Drawing.Color.Transparent;
this.uC_Toggle7.Dock = System.Windows.Forms.DockStyle.Top;
this.uC_Toggle7.Label = "";
this.uC_Toggle7.Location = new System.Drawing.Point(384, 0);
this.uC_Toggle7.Margin = new System.Windows.Forms.Padding(0);
this.uC_Toggle7.Name = "uC_Toggle7";
this.uC_Toggle7.Size = new System.Drawing.Size(64, 95);
this.uC_Toggle7.Switch = false;
this.uC_Toggle7.TabIndex = 6;
//
// uC_Toggle8
//
this.uC_Toggle8.BackColor = System.Drawing.Color.Transparent;
this.uC_Toggle8.Dock = System.Windows.Forms.DockStyle.Top;
this.uC_Toggle8.Label = "";
this.uC_Toggle8.Location = new System.Drawing.Point(448, 0);
this.uC_Toggle8.Margin = new System.Windows.Forms.Padding(0);
this.uC_Toggle8.Name = "uC_Toggle8";
this.uC_Toggle8.Size = new System.Drawing.Size(64, 95);
this.uC_Toggle8.Switch = false;
this.uC_Toggle8.TabIndex = 7;
//
// uC_Toggle9
//
this.uC_Toggle9.BackColor = System.Drawing.Color.Transparent;
this.uC_Toggle9.Dock = System.Windows.Forms.DockStyle.Top;
this.uC_Toggle9.Label = "";
this.uC_Toggle9.Location = new System.Drawing.Point(512, 0);
this.uC_Toggle9.Margin = new System.Windows.Forms.Padding(0);
this.uC_Toggle9.Name = "uC_Toggle9";
this.uC_Toggle9.Size = new System.Drawing.Size(64, 95);
this.uC_Toggle9.Switch = false;
this.uC_Toggle9.TabIndex = 8;
//
// uC_Toggle10
//
this.uC_Toggle10.BackColor = System.Drawing.Color.Transparent;
this.uC_Toggle10.Dock = System.Windows.Forms.DockStyle.Top;
this.uC_Toggle10.Label = "";
this.uC_Toggle10.Location = new System.Drawing.Point(576, 0);
this.uC_Toggle10.Margin = new System.Windows.Forms.Padding(0);
this.uC_Toggle10.Name = "uC_Toggle10";
this.uC_Toggle10.Size = new System.Drawing.Size(64, 95);
this.uC_Toggle10.Switch = false;
this.uC_Toggle10.TabIndex = 9;
//
// panel1
//
this.panel1.Controls.Add(this.chkReport);
this.panel1.Controls.Add(this.chkMonitorMouse);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(3, 73);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(164, 74);
this.panel1.TabIndex = 11;
//
// chkReport
//
this.chkReport.AutoSize = true;
this.chkReport.ForeColor = System.Drawing.Color.Gainsboro;
this.chkReport.Location = new System.Drawing.Point(9, 44);
this.chkReport.Name = "chkReport";
this.chkReport.Size = new System.Drawing.Size(84, 17);
this.chkReport.TabIndex = 10;
this.chkReport.Tag = "§";
this.chkReport.Text = "List Actions";
this.chkReport.UseVisualStyleBackColor = true;
//
// chkMonitorMouse
//
this.chkMonitorMouse.AutoSize = true;
this.chkMonitorMouse.ForeColor = System.Drawing.Color.Gainsboro;
this.chkMonitorMouse.Location = new System.Drawing.Point(9, 16);
this.chkMonitorMouse.Name = "chkMonitorMouse";
this.chkMonitorMouse.Size = new System.Drawing.Size(127, 17);
this.chkMonitorMouse.TabIndex = 9;
this.chkMonitorMouse.Tag = "§";
this.chkMonitorMouse.Text = "Monitor mouse axis";
this.chkMonitorMouse.UseVisualStyleBackColor = true;
//
// FormDeviceMonitor
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
this.ClientSize = new System.Drawing.Size(704, 381);
this.Controls.Add(this.tableLayoutPanel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
this.MinimumSize = new System.Drawing.Size(720, 420);
this.Name = "FormDeviceMonitor";
this.Tag = "§";
this.Text = "Device Monitor";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormDeviceMonitor_FormClosing);
this.Load += new System.EventHandler(this.FormDeviceMonitor_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.tableLayoutPanel1.ResumeLayout(false);
this.flpToggle.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label lblJ_03;
private System.Windows.Forms.TextBox txJoystick03;
private System.Windows.Forms.TextBox txJoystick02;
private System.Windows.Forms.TextBox txJoystick01;
private System.Windows.Forms.TextBox txJoystick00;
private System.Windows.Forms.TextBox txGamepad;
private System.Windows.Forms.TextBox txMouse;
private System.Windows.Forms.TextBox txKeyboard;
private System.Windows.Forms.Label lblJ_02;
private System.Windows.Forms.Label lblJ_01;
private System.Windows.Forms.Label lblJ_00;
private System.Windows.Forms.Label lblGamepad;
private System.Windows.Forms.Label lblMouse;
private System.Windows.Forms.Label lblKeyboard;
private System.Windows.Forms.Button btTogMonitor;
private System.Windows.Forms.RichTextBox lbxOther;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.ImageList IL;
private System.Windows.Forms.CheckBox chkMonitorMouse;
private System.Windows.Forms.FlowLayoutPanel flpToggle;
private UC_Toggle uC_Toggle1;
private UC_Toggle uC_Toggle2;
private UC_Toggle uC_Toggle3;
private UC_Toggle uC_Toggle4;
private UC_Toggle uC_Toggle5;
private UC_Toggle uC_Toggle6;
private UC_Toggle uC_Toggle7;
private UC_Toggle uC_Toggle8;
private UC_Toggle uC_Toggle9;
private UC_Toggle uC_Toggle10;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.CheckBox chkReport;
}
}