ATMLCommonLibrary.forms.SpecificationGroupForm.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.specificationGroupControl = new ATMLCommonLibrary.controls.SpecificationGroupControl();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.specificationGroupControl);
            this.panel1.Location = new System.Drawing.Point(12, 12);
            this.panel1.Size = new System.Drawing.Size(544, 361);
            this.panel1.TabIndex = 4;
            // 
            // btnCancel
            // 
            this.btnCancel.Location = new System.Drawing.Point(481, 380);
            // 
            // btnOk
            // 
            this.btnOk.Location = new System.Drawing.Point(400, 380);
            // 
            // lblDenoteRequiredField
            // 
            this.lblDenoteRequiredField.Location = new System.Drawing.Point(2, 390);
            // 
            // specificationGroupControl
            // 
            this.specificationGroupControl.BackColor = System.Drawing.Color.Transparent;
            this.specificationGroupControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.specificationGroupControl.Location = new System.Drawing.Point(0, 0);
            this.specificationGroupControl.Name = "specificationGroupControl";
            this.specificationGroupControl.Size = new System.Drawing.Size(544, 361);
            this.specificationGroupControl.TabIndex = 0;
            // 
            // SpecificationGroupForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(568, 410);
            this.Name = "SpecificationGroupForm";
            this.Text = "Specification Group";
            this.panel1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }