ATMLCommonLibrary.controls.network.NetworkForm.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.networkControl = new ATMLCommonLibrary.controls.network.NetworkControl();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.networkControl);
            this.panel1.Location = new System.Drawing.Point(7, 9);
            this.panel1.Size = new System.Drawing.Size(615, 368);
            // 
            // btnCancel
            // 
            this.btnCancel.Location = new System.Drawing.Point(549, 383);
            // 
            // btnOk
            // 
            this.btnOk.Location = new System.Drawing.Point(468, 383);
            // 
            // lblDenoteRequiredField
            // 
            this.lblDenoteRequiredField.Location = new System.Drawing.Point(-2, 394);
            // 
            // networkControl
            // 
            this.networkControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.networkControl.Location = new System.Drawing.Point(0, 0);
            this.networkControl.MinimumSize = new System.Drawing.Size(599, 370);
            this.networkControl.Name = "networkControl";
            this.networkControl.SchemaTypeName = null;
            this.networkControl.Size = new System.Drawing.Size(615, 370);
            this.networkControl.TabIndex = 0;
            this.networkControl.TargetNamespace = null;
            // 
            // NetworkForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(629, 410);
            this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.MinimumSize = new System.Drawing.Size(645, 448);
            this.Name = "NetworkForm";
            this.Text = "Network";
            this.panel1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }