ATMLCommonLibrary.controls.driver.DriverSelectionForm.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.driverSelectionControl1 = new ATMLCommonLibrary.controls.driver.DriverSelectionControl();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.driverSelectionControl1);
            this.panel1.Size = new System.Drawing.Size(569, 566);
            // 
            // btnCancel
            // 
            this.btnCancel.Location = new System.Drawing.Point(507, 584);
            // 
            // btnOk
            // 
            this.btnOk.Location = new System.Drawing.Point(426, 584);
            // 
            // lblDenoteRequiredField
            // 
            this.lblDenoteRequiredField.Location = new System.Drawing.Point(1, 595);
            // 
            // driverSelectionControl1
            // 
            this.driverSelectionControl1.BackColor = System.Drawing.Color.AliceBlue;
            this.driverSelectionControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.driverSelectionControl1.HasErrors = false;
            this.driverSelectionControl1.HelpKeyWord = null;
            this.driverSelectionControl1.LastError = null;
            this.driverSelectionControl1.Location = new System.Drawing.Point(0, 0);
            this.driverSelectionControl1.Margin = new System.Windows.Forms.Padding(0);
            this.driverSelectionControl1.Name = "driverSelectionControl1";
            this.driverSelectionControl1.SchemaTypeName = null;
            this.driverSelectionControl1.Size = new System.Drawing.Size(569, 566);
            this.driverSelectionControl1.TabIndex = 0;
            this.driverSelectionControl1.TargetNamespace = null;
            // 
            // DriverSelectionForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(594, 611);
            this.Name = "DriverSelectionForm";
            this.Text = "Control Driver";
            this.panel1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }