ATMLCommonLibrary.controls.control.driver.ControlDriverForm.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.controlDriverControl1 = new ATMLCommonLibrary.controls.control.driver.ControlDriverControl();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.controlDriverControl1);
            this.panel1.Size = new System.Drawing.Size(519, 573);
            // 
            // btnCancel
            // 
            this.btnCancel.Location = new System.Drawing.Point(457, 591);
            // 
            // btnOk
            // 
            this.btnOk.Location = new System.Drawing.Point(376, 591);
            // 
            // lblDenoteRequiredField
            // 
            this.lblDenoteRequiredField.Location = new System.Drawing.Point(1, 602);
            // 
            // controlDriverControl1
            // 
            this.controlDriverControl1.BackColor = System.Drawing.Color.AliceBlue;
            this.controlDriverControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.controlDriverControl1.HasErrors = false;
            this.controlDriverControl1.HelpKeyWord = null;
            this.controlDriverControl1.LastError = null;
            this.controlDriverControl1.Location = new System.Drawing.Point(0, 0);
            this.controlDriverControl1.Name = "controlDriverControl1";
            this.controlDriverControl1.SchemaTypeName = null;
            this.controlDriverControl1.Size = new System.Drawing.Size(519, 573);
            this.controlDriverControl1.TabIndex = 0;
            this.controlDriverControl1.TargetNamespace = null;
            // 
            // ControlDriverForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(544, 618);
            this.Name = "ControlDriverForm";
            this.Text = "Control Driver";
            this.panel1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }