ATMLCommonLibrary.forms.CheckedListForm.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.chkList = new System.Windows.Forms.CheckedListBox();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.chkList);
            // 
            // chkList
            // 
            this.chkList.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chkList.FormattingEnabled = true;
            this.chkList.Location = new System.Drawing.Point(0, 0);
            this.chkList.Name = "chkList";
            this.chkList.Size = new System.Drawing.Size(433, 270);
            this.chkList.TabIndex = 0;
            // 
            // CheckedListForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(458, 315);
            this.Name = "CheckedListForm";
            this.Text = "Checked List";
            this.panel1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }