BTool.DeviceForm.InitializeComponent C# (CSharp) Method

InitializeComponent() private method

private InitializeComponent ( ) : void
return void
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.scTopLeftRight = new System.Windows.Forms.SplitContainer();
            this.plLog = new System.Windows.Forms.Panel();
            this.plUserTabs = new System.Windows.Forms.Panel();
            this.scanTimer = new System.Windows.Forms.Timer(this.components);
            this.initTimer = new System.Windows.Forms.Timer(this.components);
            this.establishTimer = new System.Windows.Forms.Timer(this.components);
            this.pairBondTimer = new System.Windows.Forms.Timer(this.components);
            this.scTopBottom = new System.Windows.Forms.SplitContainer();
            this.plAttributes = new System.Windows.Forms.Panel();
            ((System.ComponentModel.ISupportInitialize)(this.scTopLeftRight)).BeginInit();
            this.scTopLeftRight.Panel1.SuspendLayout();
            this.scTopLeftRight.Panel2.SuspendLayout();
            this.scTopLeftRight.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.scTopBottom)).BeginInit();
            this.scTopBottom.Panel1.SuspendLayout();
            this.scTopBottom.Panel2.SuspendLayout();
            this.scTopBottom.SuspendLayout();
            this.SuspendLayout();
            //
            // scTopLeftRight
            //
            this.scTopLeftRight.BackColor = System.Drawing.SystemColors.Highlight;
            this.scTopLeftRight.Dock = System.Windows.Forms.DockStyle.Fill;
            this.scTopLeftRight.Location = new System.Drawing.Point(0, 0);
            this.scTopLeftRight.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
            this.scTopLeftRight.Name = "scTopLeftRight";
            //
            // scTopLeftRight.Panel1
            //
            this.scTopLeftRight.Panel1.Controls.Add(this.plLog);
            //
            // scTopLeftRight.Panel2
            //
            this.scTopLeftRight.Panel2.Controls.Add(this.plUserTabs);
            this.scTopLeftRight.Panel2.SizeChanged += new System.EventHandler(this.scTopLeftRightPanel2_SizeChanged);
            this.scTopLeftRight.Size = new System.Drawing.Size(780, 530);
            this.scTopLeftRight.SplitterDistance = 376;
            this.scTopLeftRight.TabIndex = 11;
            //
            // plLog
            //
            this.plLog.BackColor = System.Drawing.SystemColors.Control;
            this.plLog.Dock = System.Windows.Forms.DockStyle.Fill;
            this.plLog.Location = new System.Drawing.Point(0, 0);
            this.plLog.Name = "plLog";
            this.plLog.Size = new System.Drawing.Size(376, 530);
            this.plLog.TabIndex = 0;
            //
            // plUserTabs
            //
            this.plUserTabs.AutoScroll = true;
            this.plUserTabs.BackColor = System.Drawing.SystemColors.Control;
            this.plUserTabs.Dock = System.Windows.Forms.DockStyle.Fill;
            this.plUserTabs.Location = new System.Drawing.Point(0, 0);
            this.plUserTabs.Name = "plUserTabs";
            this.plUserTabs.Size = new System.Drawing.Size(400, 530);
            this.plUserTabs.TabIndex = 0;
            //
            // scTopBottom
            //
            this.scTopBottom.BackColor = System.Drawing.SystemColors.Highlight;
            this.scTopBottom.Dock = System.Windows.Forms.DockStyle.Fill;
            this.scTopBottom.Location = new System.Drawing.Point(0, 0);
            this.scTopBottom.Name = "scTopBottom";
            this.scTopBottom.Orientation = System.Windows.Forms.Orientation.Horizontal;
            //
            // scTopBottom.Panel1
            //
            this.scTopBottom.Panel1.Controls.Add(this.scTopLeftRight);
            //
            // scTopBottom.Panel2
            //
            this.scTopBottom.Panel2.Controls.Add(this.plAttributes);
            this.scTopBottom.Size = new System.Drawing.Size(780, 659);
            this.scTopBottom.SplitterDistance = 530;
            this.scTopBottom.TabIndex = 1;
            //
            // plAttributes
            //
            this.plAttributes.BackColor = System.Drawing.SystemColors.Control;
            this.plAttributes.Dock = System.Windows.Forms.DockStyle.Fill;
            this.plAttributes.Location = new System.Drawing.Point(0, 0);
            this.plAttributes.Name = "plAttributes";
            this.plAttributes.Size = new System.Drawing.Size(780, 125);
            this.plAttributes.TabIndex = 0;
            //
            // DeviceForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(780, 659);
            this.ControlBox = false;
            this.Controls.Add(this.scTopBottom);
            this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "DeviceForm";
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
            this.Text = "Device";
            this.Activated += new System.EventHandler(this.deviceForm_Activated);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.DeviceForm_FormClosing);
            this.Load += new System.EventHandler(this.DeviceForm_Load);
            this.LocationChanged += new System.EventHandler(this.DeviceForm_LocationChanged);
            this.scTopLeftRight.Panel1.ResumeLayout(false);
            this.scTopLeftRight.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.scTopLeftRight)).EndInit();
            this.scTopLeftRight.ResumeLayout(false);
            this.scTopBottom.Panel1.ResumeLayout(false);
            this.scTopBottom.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.scTopBottom)).EndInit();
            this.scTopBottom.ResumeLayout(false);
            this.ResumeLayout(false);
        }