Server.FormMain.InitializeComponent C# (CSharp) Méthode

InitializeComponent() private méthode

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
Résultat void
        private void InitializeComponent() {
            this.tcTabs = new System.Windows.Forms.TabControl();
            this.SuspendLayout();
            // 
            // tcTabs
            // 
            this.tcTabs.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tcTabs.Location = new System.Drawing.Point(0, 0);
            this.tcTabs.Name = "tcTabs";
            this.tcTabs.SelectedIndex = 0;
            this.tcTabs.Size = new System.Drawing.Size(809, 493);
            this.tcTabs.TabIndex = 0;
            this.tcTabs.Selecting += new System.Windows.Forms.TabControlCancelEventHandler(this.tcTabs_Selecting);
            this.tcTabs.Deselecting += new System.Windows.Forms.TabControlCancelEventHandler(this.tcTabs_Deselecting);
            // 
            // FormMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(809, 493);
            this.Controls.Add(this.tcTabs);
            this.Name = "FormMain";
            this.Text = "Intelligend Home Server";
            this.Load += new System.EventHandler(this.FormMain_Load);
            this.ResumeLayout(false);

        }