ATMLCommonLibrary.controls.controller.ControllerDriveForm.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.controllerDriveControl1 = new ControllerDriveControl();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.controllerDriveControl1);
            this.panel1.Size = new System.Drawing.Size(376, 127);
            // 
            // btnCancel
            // 
            this.btnCancel.Location = new System.Drawing.Point(314, 145);
            // 
            // btnOk
            // 
            this.btnOk.Location = new System.Drawing.Point(233, 145);
            // 
            // lblDenoteRequiredField
            // 
            this.lblDenoteRequiredField.Location = new System.Drawing.Point(1, 156);
            // 
            // controllerDriveControl1
            // 
            this.controllerDriveControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.controllerDriveControl1.Location = new System.Drawing.Point(0, 0);
            this.controllerDriveControl1.Name = "controllerDriveControl1";
            this.controllerDriveControl1.SchemaTypeName = null;
            this.controllerDriveControl1.Size = new System.Drawing.Size(376, 127);
            this.controllerDriveControl1.TabIndex = 0;
            this.controllerDriveControl1.TargetNamespace = null;
            // 
            // ControllerDriveForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(401, 172);
            this.Name = "ControllerDriveForm";
            this.Text = "ControllerDriveForm";
            this.panel1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }