private void InitializeComponent()

in ScpMonitor/ScpForm.Designer.cs [29:216]


        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.lblHost = new System.Windows.Forms.Label();
            this.lblPad_1 = new System.Windows.Forms.Label();
            this.lblPad_2 = new System.Windows.Forms.Label();
            this.lblPad_3 = new System.Windows.Forms.Label();
            this.lblPad_4 = new System.Windows.Forms.Label();
            this.niTray = new System.Windows.Forms.NotifyIcon(this.components);
            this.cmTray = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.tmProfile = new System.Windows.Forms.ToolStripMenuItem();
            this.tmReset = new System.Windows.Forms.ToolStripMenuItem();
            this.tmExit = new System.Windows.Forms.ToolStripMenuItem();
            this.btnUp_1 = new System.Windows.Forms.Button();
            this.btnUp_2 = new System.Windows.Forms.Button();
            this.btnUp_3 = new System.Windows.Forms.Button();
            this.tmrUpdate = new System.Windows.Forms.Timer(this.components);
            this.scpProxy = new ScpControl.ScpProxy(this.components);
            this.cmTray.SuspendLayout();
            this.SuspendLayout();
            // 
            // lblHost
            // 
            this.lblHost.AutoSize = true;
            this.lblHost.Font = new System.Drawing.Font("Lucida Console", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblHost.Location = new System.Drawing.Point(10, 10);
            this.lblHost.Name = "lblHost";
            this.lblHost.Size = new System.Drawing.Size(223, 13);
            this.lblHost.TabIndex = 1;
            this.lblHost.Text = "Host Address : Disconnected";
            // 
            // lblPad_1
            // 
            this.lblPad_1.AutoSize = true;
            this.lblPad_1.Font = new System.Drawing.Font("Lucida Console", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblPad_1.Location = new System.Drawing.Point(320, 10);
            this.lblPad_1.Name = "lblPad_1";
            this.lblPad_1.Size = new System.Drawing.Size(167, 13);
            this.lblPad_1.TabIndex = 2;
            this.lblPad_1.Text = "Pad 1 : Disconnected";
            // 
            // lblPad_2
            // 
            this.lblPad_2.AutoSize = true;
            this.lblPad_2.Font = new System.Drawing.Font("Lucida Console", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblPad_2.Location = new System.Drawing.Point(320, 35);
            this.lblPad_2.Name = "lblPad_2";
            this.lblPad_2.Size = new System.Drawing.Size(167, 13);
            this.lblPad_2.TabIndex = 3;
            this.lblPad_2.Text = "Pad 2 : Disconnected";
            // 
            // lblPad_3
            // 
            this.lblPad_3.AutoSize = true;
            this.lblPad_3.Font = new System.Drawing.Font("Lucida Console", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblPad_3.Location = new System.Drawing.Point(320, 60);
            this.lblPad_3.Name = "lblPad_3";
            this.lblPad_3.Size = new System.Drawing.Size(167, 13);
            this.lblPad_3.TabIndex = 4;
            this.lblPad_3.Text = "Pad 3 : Disconnected";
            // 
            // lblPad_4
            // 
            this.lblPad_4.AutoSize = true;
            this.lblPad_4.Font = new System.Drawing.Font("Lucida Console", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblPad_4.Location = new System.Drawing.Point(320, 85);
            this.lblPad_4.Name = "lblPad_4";
            this.lblPad_4.Size = new System.Drawing.Size(167, 13);
            this.lblPad_4.TabIndex = 5;
            this.lblPad_4.Text = "Pad 4 : Disconnected";
            // 
            // niTray
            // 
            this.niTray.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info;
            this.niTray.BalloonTipTitle = "SCP Monitor";
            this.niTray.ContextMenuStrip = this.cmTray;
            this.niTray.Text = "SCP Monitor";
            this.niTray.Visible = true;
            this.niTray.MouseClick += new System.Windows.Forms.MouseEventHandler(this.niTray_Click);
            // 
            // cmTray
            // 
            this.cmTray.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tmProfile,
            this.tmReset,
            this.tmExit});
            this.cmTray.Name = "cmTray";
            this.cmTray.Size = new System.Drawing.Size(149, 70);
            // 
            // tmProfile
            // 
            this.tmProfile.Enabled = false;
            this.tmProfile.Name = "tmProfile";
            this.tmProfile.Size = new System.Drawing.Size(148, 22);
            this.tmProfile.Text = "&Input Tester";
            this.tmProfile.Click += new System.EventHandler(this.tmProfile_Click);
            // 
            // tmReset
            // 
            this.tmReset.Name = "tmReset";
            this.tmReset.Size = new System.Drawing.Size(148, 22);
            this.tmReset.Text = "&Reset Position";
            this.tmReset.Click += new System.EventHandler(this.tmReset_Click);
            // 
            // tmExit
            // 
            this.tmExit.Name = "tmExit";
            this.tmExit.Size = new System.Drawing.Size(148, 22);
            this.tmExit.Text = "E&xit";
            this.tmExit.Click += new System.EventHandler(this.tmExit_Click);
            // 
            // btnUp_1
            // 
            this.btnUp_1.Enabled = false;
            this.btnUp_1.Location = new System.Drawing.Point(294, 29);
            this.btnUp_1.Name = "btnUp_1";
            this.btnUp_1.Size = new System.Drawing.Size(20, 23);
            this.btnUp_1.TabIndex = 6;
            this.btnUp_1.Tag = "1";
            this.btnUp_1.Text = "^";
            this.btnUp_1.UseVisualStyleBackColor = true;
            this.btnUp_1.Click += new System.EventHandler(this.btnUp_Click);
            this.btnUp_1.Enter += new System.EventHandler(this.Button_Enter);
            // 
            // btnUp_2
            // 
            this.btnUp_2.Enabled = false;
            this.btnUp_2.Location = new System.Drawing.Point(294, 54);
            this.btnUp_2.Name = "btnUp_2";
            this.btnUp_2.Size = new System.Drawing.Size(20, 23);
            this.btnUp_2.TabIndex = 7;
            this.btnUp_2.Tag = "2";
            this.btnUp_2.Text = "^";
            this.btnUp_2.UseVisualStyleBackColor = true;
            this.btnUp_2.Click += new System.EventHandler(this.btnUp_Click);
            this.btnUp_2.Enter += new System.EventHandler(this.Button_Enter);
            // 
            // btnUp_3
            // 
            this.btnUp_3.Enabled = false;
            this.btnUp_3.Location = new System.Drawing.Point(294, 79);
            this.btnUp_3.Name = "btnUp_3";
            this.btnUp_3.Size = new System.Drawing.Size(20, 23);
            this.btnUp_3.TabIndex = 8;
            this.btnUp_3.Tag = "3";
            this.btnUp_3.Text = "^";
            this.btnUp_3.UseVisualStyleBackColor = true;
            this.btnUp_3.Click += new System.EventHandler(this.btnUp_Click);
            this.btnUp_3.Enter += new System.EventHandler(this.Button_Enter);
            // 
            // tmrUpdate
            // 
            this.tmrUpdate.Tick += new System.EventHandler(this.tmrUpdate_Tick);
            // 
            // scpProxy
            // 
            this.scpProxy.RootHubDisconnected += new System.EventHandler<System.EventArgs>(this.scpProxy_RootHubDisconnected);
            // 
            // ScpForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.ClientSize = new System.Drawing.Size(824, 111);
            this.Controls.Add(this.btnUp_3);
            this.Controls.Add(this.btnUp_2);
            this.Controls.Add(this.btnUp_1);
            this.Controls.Add(this.lblPad_4);
            this.Controls.Add(this.lblPad_3);
            this.Controls.Add(this.lblPad_2);
            this.Controls.Add(this.lblPad_1);
            this.Controls.Add(this.lblHost);
            this.DoubleBuffered = true;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "ScpForm";
            this.ShowInTaskbar = false;
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "SCP Monitor";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form_Closing);
            this.Load += new System.EventHandler(this.Form_Load);
            this.cmTray.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }