ATMLCommonLibrary.controls.switching.MatrixPortForm.InitializeComponent C# (CSharp) Method

InitializeComponent() private method

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
return void
        private void InitializeComponent()
        {
            this.matrixPortControl = new ATMLCommonLibrary.controls.switching.MatrixPortControl();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.matrixPortControl);
            this.panel1.Size = new System.Drawing.Size(510, 177);
            // 
            // btnCancel
            // 
            this.btnCancel.Location = new System.Drawing.Point(448, 195);
            // 
            // btnOk
            // 
            this.btnOk.Location = new System.Drawing.Point(367, 195);
            // 
            // lblDenoteRequiredField
            // 
            this.lblDenoteRequiredField.Location = new System.Drawing.Point(1, 206);
            // 
            // matrixPortControl
            // 
            this.matrixPortControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.matrixPortControl.Location = new System.Drawing.Point(0, 0);
            this.matrixPortControl.MinimumSize = new System.Drawing.Size(507, 167);
            this.matrixPortControl.Name = "matrixPortControl";
            this.matrixPortControl.Size = new System.Drawing.Size(510, 177);
            this.matrixPortControl.TabIndex = 0;
            // 
            // MatrixPortForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.ClientSize = new System.Drawing.Size(535, 222);
            this.MinimumSize = new System.Drawing.Size(551, 260);
            this.Name = "MatrixPortForm";
            this.Text = "Matrix Port";
            this.panel1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }