ARCed.Scripting.ScriptSearchForm.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.searchControl = new ARCed.Controls.SearchControl();
			this.SuspendLayout();
			// 
			// searchControl
			// 
			this.searchControl.Dock = System.Windows.Forms.DockStyle.Fill;
			this.searchControl.Location = new System.Drawing.Point(0, 0);
			this.searchControl.Name = "searchControl";
			this.searchControl.Size = new System.Drawing.Size(525, 348);
			this.searchControl.TabIndex = 0;
			// 
			// ScriptSearchForm
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(525, 348);
			this.Controls.Add(this.searchControl);
			this.DefaultFloatSize = new System.Drawing.Size(541, 382);
			this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
			this.Name = "ScriptSearchForm";
			this.ShowHint = ARCed.UI.DockState.DockBottom;
			this.Text = "ScriptSearchForm";
			this.ResumeLayout(false);

		}