ATMLCommonLibrary.controls.physical.PhysicalTypeForm.InitializeComponent C# (CSharp) Метод

InitializeComponent() приватный Метод

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
Результат void
        private void InitializeComponent()
        {
            this.physicalTypeControl = new ATMLCommonLibrary.controls.physical.PhysicalTypeControl();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.physicalTypeControl);
            this.panel1.Size = new System.Drawing.Size(960, 465);
            // 
            // btnCancel
            // 
            this.btnCancel.BackColor = System.Drawing.SystemColors.ButtonFace;
            this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.btnCancel.Location = new System.Drawing.Point(898, 483);
            this.btnCancel.UseVisualStyleBackColor = false;
            // 
            // btnOk
            // 
            this.btnOk.BackColor = System.Drawing.SystemColors.ButtonFace;
            this.btnOk.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.btnOk.Location = new System.Drawing.Point(817, 483);
            this.btnOk.UseVisualStyleBackColor = false;
            // 
            // lblDenoteRequiredField
            // 
            this.lblDenoteRequiredField.Location = new System.Drawing.Point(1, 494);
            // 
            // physicalTypeControl
            // 
            this.physicalTypeControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.physicalTypeControl.Location = new System.Drawing.Point(0, 0);
            this.physicalTypeControl.Name = "physicalTypeControl";
            this.physicalTypeControl.PhysicalValue = null;
            this.physicalTypeControl.SchemaTypeName = null;
            this.physicalTypeControl.Size = new System.Drawing.Size(960, 465);
            this.physicalTypeControl.TabIndex = 0;
            this.physicalTypeControl.TargetNamespace = null;
            // 
            // PhysicalTypeForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(985, 510);
            this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Name = "PhysicalTypeForm";
            this.Text = "Physical Type";
            this.panel1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }