Auxilium.Forms.frmNews.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.tbNews = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            // 
            // tbNews
            // 
            this.tbNews.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.tbNews.BackColor = System.Drawing.Color.White;
            this.tbNews.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.tbNews.Location = new System.Drawing.Point(12, 11);
            this.tbNews.Multiline = true;
            this.tbNews.Name = "tbNews";
            this.tbNews.ReadOnly = true;
            this.tbNews.Size = new System.Drawing.Size(389, 160);
            this.tbNews.TabIndex = 0;
            // 
            // News
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(413, 182);
            this.Controls.Add(this.tbNews);
            this.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Name = "News";
            this.ShowIcon = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "News";
            this.Shown += new System.EventHandler(this.News_Shown);
            this.ResumeLayout(false);
            this.PerformLayout();

        }