ATML1671Reader.forms.TPSSoftwareReferenceForm.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.tpsSoftwareReferenceControl = new ATML1671Reader.controls.TpsSoftwareReferenceControl();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.tpsSoftwareReferenceControl);
            this.panel1.Size = new System.Drawing.Size(712, 483);
            // 
            // btnCancel
            // 
            this.btnCancel.Location = new System.Drawing.Point(650, 502);
            // 
            // btnOk
            // 
            this.btnOk.Location = new System.Drawing.Point(569, 502);
            // 
            // lblDenoteRequiredField
            // 
            this.lblDenoteRequiredField.Location = new System.Drawing.Point(1, 513);
            // 
            // tpsSoftwareReferenceControl
            // 
            this.tpsSoftwareReferenceControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tpsSoftwareReferenceControl.HelpKeyWord = null;
            this.tpsSoftwareReferenceControl.Location = new System.Drawing.Point(0, 0);
            this.tpsSoftwareReferenceControl.Name = "tpsSoftwareReferenceControl";
            this.tpsSoftwareReferenceControl.SchemaTypeName = null;
            this.tpsSoftwareReferenceControl.Size = new System.Drawing.Size(712, 483);
            this.tpsSoftwareReferenceControl.TabIndex = 0;
            this.tpsSoftwareReferenceControl.TargetNamespace = null;
            // 
            // TPSSoftwareReferenceForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(737, 529);
            this.Name = "TPSSoftwareReferenceForm";
            this.Text = "TPS Software Reference";
            this.panel1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }