ATMLCommonLibrary.controls.controller.ControllerForm.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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControllerForm));
            this.controllerControl = new ATMLCommonLibrary.controls.controller.ControllerControl();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.controllerControl);
            this.panel1.Size = new System.Drawing.Size(574, 567);
            // 
            // btnCancel
            // 
            this.btnCancel.Location = new System.Drawing.Point(512, 585);
            // 
            // btnOk
            // 
            this.btnOk.Location = new System.Drawing.Point(431, 585);
            // 
            // lblDenoteRequiredField
            // 
            this.lblDenoteRequiredField.Location = new System.Drawing.Point(1, 596);
            // 
            // controllerControl
            // 
            this.controllerControl.BackColor = System.Drawing.Color.AliceBlue;
            this.controllerControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.controllerControl.Location = new System.Drawing.Point(0, 0);
            this.controllerControl.Name = "controllerControl";
            this.controllerControl.Size = new System.Drawing.Size(574, 567);
            this.controllerControl.TabIndex = 0;
            // 
            // ControllerForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(599, 612);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "ControllerForm";
            this.Text = "Controller";
            this.panel1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }