ATMLCommonLibrary.controls.limit.SingleLimitForm.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.singleLimitControl = new ATMLCommonLibrary.controls.limit.SingleLimitControl();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.singleLimitControl);
            this.panel1.Size = new System.Drawing.Size(646, 546);
            // 
            // btnCancel
            // 
            this.btnCancel.Location = new System.Drawing.Point(584, 564);
            // 
            // btnOk
            // 
            this.btnOk.Location = new System.Drawing.Point(503, 564);
            // 
            // lblDenoteRequiredField
            // 
            this.lblDenoteRequiredField.Location = new System.Drawing.Point(1, 575);
            // 
            // singleLimitControl
            // 
            this.singleLimitControl.BackColor = System.Drawing.Color.AliceBlue;
            this.singleLimitControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.singleLimitControl.Location = new System.Drawing.Point(0, 0);
            this.singleLimitControl.MinimumSize = new System.Drawing.Size(541, 517);
            this.singleLimitControl.Name = "singleLimitControl";
            this.singleLimitControl.Size = new System.Drawing.Size(646, 546);
            this.singleLimitControl.TabIndex = 0;
            // 
            // SingleLimitForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(671, 591);
            this.Location = new System.Drawing.Point(0, 0);
            this.MinimumSize = new System.Drawing.Size(600, 629);
            this.Name = "SingleLimitForm";
            this.Text = "Single Limit";
            this.panel1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }