ATMLCommonLibrary.controls.physical.PhysicalTypeErrorLimitForm.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.physicalTypeErrorLimitControl = new ATMLCommonLibrary.controls.physical.PhysicalTypeErrorLimitControl();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.physicalTypeErrorLimitControl);
            this.panel1.Size = new System.Drawing.Size(631, 294);
            // 
            // btnCancel
            // 
            this.btnCancel.Location = new System.Drawing.Point(569, 312);
            // 
            // btnOk
            // 
            this.btnOk.Location = new System.Drawing.Point(488, 312);
            // 
            // lblDenoteRequiredField
            // 
            this.lblDenoteRequiredField.Location = new System.Drawing.Point(1, 323);
            // 
            // physicalTypeErrorLimitControl
            // 
            this.physicalTypeErrorLimitControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.physicalTypeErrorLimitControl.ErrorLimit = null;
            this.physicalTypeErrorLimitControl.Location = new System.Drawing.Point(0, 0);
            this.physicalTypeErrorLimitControl.Name = "physicalTypeErrorLimitControl";
            this.physicalTypeErrorLimitControl.SchemaTypeName = null;
            this.physicalTypeErrorLimitControl.Size = new System.Drawing.Size(631, 294);
            this.physicalTypeErrorLimitControl.TabIndex = 0;
            this.physicalTypeErrorLimitControl.TargetNamespace = null;
            // 
            // PhysicalTypeErrorLimitForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(656, 339);
            this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Name = "PhysicalTypeErrorLimitForm";
            this.Text = "Physical Type Uncertainty Value";
            this.panel1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }