ATMLCommonLibrary.controls.common.CollectionItemControl.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.components = new System.ComponentModel.Container();
            this.label1 = new ATMLCommonLibrary.controls.HelpLabel(this.components);
            this.edtItemName = new ATMLCommonLibrary.controls.awb.AWBTextBox();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // collectionControl
            // 
            this.collectionControl.Size = new System.Drawing.Size(660, 583);
            // 
            // panel1
            // 
            this.panel1.Size = new System.Drawing.Size(664, 587);
            // 
            // datumTypeControl
            // 
            this.datumTypeControl.Size = new System.Drawing.Size(660, 583);
            // 
            // indexArrayControl
            // 
            this.indexArrayControl.Size = new System.Drawing.Size(660, 583);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.HelpMessageKey = "CollectionItem.ItemName";
            this.label1.Location = new System.Drawing.Point(233, 6);
            this.label1.Name = "label1";
            this.label1.RequiredField = false;
            this.label1.RequiredFieldMarkerFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.Size = new System.Drawing.Size(58, 13);
            this.label1.TabIndex = 5;
            this.label1.Text = "Item Name";
            // 
            // edtItemName
            // 
            this.edtItemName.Location = new System.Drawing.Point(298, 3);
            this.edtItemName.Name = "edtItemName";
            this.edtItemName.Size = new System.Drawing.Size(186, 20);
            this.edtItemName.TabIndex = 6;
            // 
            // CollectionItemControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.edtItemName);
            this.Controls.Add(this.label1);
            this.MinimumSize = new System.Drawing.Size(518, 463);
            this.Name = "CollectionItemControl";
            this.Size = new System.Drawing.Size(686, 628);
            this.Controls.SetChildIndex(this.helpLabel1, 0);
            this.Controls.SetChildIndex(this.cmbValueType, 0);
            this.Controls.SetChildIndex(this.panel1, 0);
            this.Controls.SetChildIndex(this.label1, 0);
            this.Controls.SetChildIndex(this.edtItemName, 0);
            this.panel1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }