ATMLCommonLibrary.controls.collection.CollectionItemForm.InitializeComponent C# (CSharp) Méthode

InitializeComponent() private méthode

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
Résultat void
        private void InitializeComponent()
        {
            this.collectionItemControl = new ATMLCommonLibrary.controls.common.CollectionItemControl();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.collectionItemControl);
            this.panel1.Size = new System.Drawing.Size(594, 498);
            // 
            // btnCancel
            // 
            this.btnCancel.Location = new System.Drawing.Point(532, 516);
            // 
            // btnOk
            // 
            this.btnOk.Location = new System.Drawing.Point(451, 516);
            // 
            // lblDenoteRequiredField
            // 
            this.lblDenoteRequiredField.Location = new System.Drawing.Point(1, 527);
            // 
            // collectionItemControl
            // 
            this.collectionItemControl.BackColor = System.Drawing.Color.AliceBlue;
            this.collectionItemControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.collectionItemControl.Location = new System.Drawing.Point(0, 0);
            this.collectionItemControl.MinimumSize = new System.Drawing.Size(518, 463);
            this.collectionItemControl.Name = "collectionItemControl";
            this.collectionItemControl.Size = new System.Drawing.Size(594, 498);
            this.collectionItemControl.TabIndex = 0;
            // 
            // CollectionItemForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(619, 543);
            this.Location = new System.Drawing.Point(0, 0);
            this.Name = "CollectionItemForm";
            this.Text = "Collection Item";
            this.panel1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }