ATMLCommonLibrary.controls.hardware.VersionIdentifierForm.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.versionIdentifierControl = new ATMLCommonLibrary.controls.hardware.VersionIdentifierControl();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.versionIdentifierControl);
            this.panel1.Size = new System.Drawing.Size(433, 76);
            // 
            // btnCancel
            // 
            this.btnCancel.Location = new System.Drawing.Point(371, 94);
            // 
            // btnOk
            // 
            this.btnOk.Location = new System.Drawing.Point(290, 94);
            // 
            // lblDenoteRequiredField
            // 
            this.lblDenoteRequiredField.Location = new System.Drawing.Point(1, 105);
            // 
            // versionIdentifierControl
            // 
            this.versionIdentifierControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.versionIdentifierControl.Location = new System.Drawing.Point(0, 0);
            this.versionIdentifierControl.Name = "versionIdentifierControl";
            this.versionIdentifierControl.SchemaTypeName = null;
            this.versionIdentifierControl.Size = new System.Drawing.Size(433, 76);
            this.versionIdentifierControl.TabIndex = 0;
            this.versionIdentifierControl.TargetNamespace = null;
            // 
            // VersionIdentifierForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(458, 121);
            this.MinimumSize = new System.Drawing.Size(474, 159);
            this.Name = "VersionIdentifierForm";
            this.Text = "Verion Identifier";
            this.panel1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }