Bloom.MiscUI.MarkDownTextBox.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._htmlLabel = new SIL.Windows.Forms.Widgets.HtmlLabel();
			this.SuspendLayout();
			// 
			// _htmlLabel
			// 
			this._htmlLabel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
			this._htmlLabel.Dock = System.Windows.Forms.DockStyle.Fill;
			this._htmlLabel.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this._htmlLabel.HTML = null;
			this._htmlLabel.Location = new System.Drawing.Point(0, 0);
			this._htmlLabel.Margin = new System.Windows.Forms.Padding(0);
			this._htmlLabel.Name = "_htmlLabel";
			this._htmlLabel.Size = new System.Drawing.Size(150, 150);
			this._htmlLabel.TabIndex = 0;
			// 
			// MarkDownTextBox
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Controls.Add(this._htmlLabel);
			this.Name = "MarkDownTextBox";
			this.Load += new System.EventHandler(this.MarkDownTextBox_Load);
			this.ResumeLayout(false);

		}