Binboo.BinbooMainForm.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.components = new System.ComponentModel.Container();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BinbooMainForm));
			this.binbooNotifyPopUp = new System.Windows.Forms.ContextMenuStrip(this.components);
			this.popupOptions = new System.Windows.Forms.ToolStripMenuItem();
			this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
			this.popupExit = new System.Windows.Forms.ToolStripMenuItem();
			this.binbooNotify = new System.Windows.Forms.NotifyIcon(this.components);
			this.txtConsole = new System.Windows.Forms.TextBox();
			this.binbooNotifyPopUp.SuspendLayout();
			this.SuspendLayout();
			// 
			// binbooNotifyPopUp
			// 
			this.binbooNotifyPopUp.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.popupOptions,
            this.toolStripMenuItem1,
            this.popupExit});
			this.binbooNotifyPopUp.Name = "vagabotNotifyPopUp";
			this.binbooNotifyPopUp.Size = new System.Drawing.Size(153, 76);
			// 
			// popupOptions
			// 
			this.popupOptions.Name = "popupOptions";
			this.popupOptions.Size = new System.Drawing.Size(152, 22);
			this.popupOptions.Text = "Options...";
			this.popupOptions.Click += new System.EventHandler(this.popupOptions_Click);
			// 
			// toolStripMenuItem1
			// 
			this.toolStripMenuItem1.Name = "toolStripMenuItem1";
			this.toolStripMenuItem1.Size = new System.Drawing.Size(149, 6);
			// 
			// popupExit
			// 
			this.popupExit.Name = "popupExit";
			this.popupExit.Size = new System.Drawing.Size(152, 22);
			this.popupExit.Text = "Exit";
			// 
			// binbooNotify
			// 
			this.binbooNotify.ContextMenuStrip = this.binbooNotifyPopUp;
			this.binbooNotify.Icon = ((System.Drawing.Icon)(resources.GetObject("binbooNotify.Icon")));
			this.binbooNotify.Text = "Binboo";
			this.binbooNotify.Visible = true;
			// 
			// txtConsole
			// 
			this.txtConsole.BackColor = System.Drawing.Color.Black;
			this.txtConsole.Dock = System.Windows.Forms.DockStyle.Fill;
			this.txtConsole.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.txtConsole.ForeColor = System.Drawing.Color.LawnGreen;
			this.txtConsole.Location = new System.Drawing.Point(0, 0);
			this.txtConsole.Multiline = true;
			this.txtConsole.Name = "txtConsole";
			this.txtConsole.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
			this.txtConsole.Size = new System.Drawing.Size(527, 456);
			this.txtConsole.TabIndex = 1;
			// 
			// BinbooMainForm
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(527, 456);
			this.Controls.Add(this.txtConsole);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.Name = "BinbooMainForm";
			this.Text = "Binboo Console";
			this.binbooNotifyPopUp.ResumeLayout(false);
			this.ResumeLayout(false);
			this.PerformLayout();

		}