Geb.Utils.WinForm.Demo.FrmColorSccrollBarSkin.InitializeComponent C# (CSharp) Method

InitializeComponent() private method

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
return void
        private void InitializeComponent()
        {
            this.tbDemo = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            // 
            // tbDemo
            // 
            this.tbDemo.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.tbDemo.Location = new System.Drawing.Point(13, 13);
            this.tbDemo.Multiline = true;
            this.tbDemo.Name = "tbDemo";
            this.tbDemo.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.tbDemo.Size = new System.Drawing.Size(657, 455);
            this.tbDemo.TabIndex = 0;
            // 
            // FrmColorSccrollBarSkin
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(682, 480);
            this.Controls.Add(this.tbDemo);
            this.Name = "FrmColorSccrollBarSkin";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "ColorSccrollBarSkin Demo";
            this.Load += new System.EventHandler(this.FrmColorSccrollBarSkin_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }