/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(InformationPanel));
     this._labelTitle       = new System.Windows.Forms.Label();
     this._pictureBox       = new System.Windows.Forms.PictureBox();
     this._labelDescription = new System.Windows.Forms.Label();
     this._marquee          = new Razor.MarqueeControl();
     this.SuspendLayout();
     //
     // _labelTitle
     //
     this._labelTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this._labelTitle.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this._labelTitle.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this._labelTitle.Location  = new System.Drawing.Point(10, 10);
     this._labelTitle.Name      = "_labelTitle";
     this._labelTitle.Size      = new System.Drawing.Size(305, 20);
     this._labelTitle.TabIndex  = 0;
     //
     // _pictureBox
     //
     this._pictureBox.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this._pictureBox.BackColor = System.Drawing.Color.Transparent;
     this._pictureBox.Location  = new System.Drawing.Point(325, 10);
     this._pictureBox.Name      = "_pictureBox";
     this._pictureBox.Size      = new System.Drawing.Size(64, 64);
     this._pictureBox.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this._pictureBox.TabIndex  = 1;
     this._pictureBox.TabStop   = false;
     //
     // _labelDescription
     //
     this._labelDescription.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._labelDescription.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this._labelDescription.Location  = new System.Drawing.Point(30, 35);
     this._labelDescription.Name      = "_labelDescription";
     this._labelDescription.Size      = new System.Drawing.Size(285, 40);
     this._labelDescription.TabIndex  = 2;
     //
     // _marquee
     //
     this._marquee.Dock          = System.Windows.Forms.DockStyle.Bottom;
     this._marquee.FrameRate     = 33;
     this._marquee.ImageToScroll = ((System.Drawing.Image)(resources.GetObject("_marquee.ImageToScroll")));
     this._marquee.IsScrolling   = false;
     this._marquee.Location      = new System.Drawing.Point(0, 80);
     this._marquee.Name          = "_marquee";
     this._marquee.Size          = new System.Drawing.Size(400, 5);
     this._marquee.StepSize      = 10;
     this._marquee.TabIndex      = 0;
     //
     // InformationPanel
     //
     this.BackColor = System.Drawing.Color.White;
     this.Controls.Add(this._marquee);
     this.Controls.Add(this._labelDescription);
     this.Controls.Add(this._pictureBox);
     this.Controls.Add(this._labelTitle);
     this.Name = "InformationPanel";
     this.Size = new System.Drawing.Size(400, 85);
     this.ResumeLayout(false);
 }
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(InformationPanel));
			this._labelTitle = new System.Windows.Forms.Label();
			this._pictureBox = new System.Windows.Forms.PictureBox();
			this._labelDescription = new System.Windows.Forms.Label();
			this._marquee = new Razor.MarqueeControl();
			this.SuspendLayout();
			// 
			// _labelTitle
			// 
			this._labelTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this._labelTitle.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this._labelTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this._labelTitle.Location = new System.Drawing.Point(10, 10);
			this._labelTitle.Name = "_labelTitle";
			this._labelTitle.Size = new System.Drawing.Size(305, 20);
			this._labelTitle.TabIndex = 0;
			// 
			// _pictureBox
			// 
			this._pictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this._pictureBox.BackColor = System.Drawing.Color.Transparent;
			this._pictureBox.Location = new System.Drawing.Point(325, 10);
			this._pictureBox.Name = "_pictureBox";
			this._pictureBox.Size = new System.Drawing.Size(64, 64);
			this._pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
			this._pictureBox.TabIndex = 1;
			this._pictureBox.TabStop = false;
			// 
			// _labelDescription
			// 
			this._labelDescription.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._labelDescription.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this._labelDescription.Location = new System.Drawing.Point(30, 35);
			this._labelDescription.Name = "_labelDescription";
			this._labelDescription.Size = new System.Drawing.Size(285, 40);
			this._labelDescription.TabIndex = 2;
			// 
			// _marquee
			// 
			this._marquee.Dock = System.Windows.Forms.DockStyle.Bottom;
			this._marquee.FrameRate = 33;
			this._marquee.ImageToScroll = ((System.Drawing.Image)(resources.GetObject("_marquee.ImageToScroll")));
			this._marquee.IsScrolling = false;
			this._marquee.Location = new System.Drawing.Point(0, 80);
			this._marquee.Name = "_marquee";
			this._marquee.Size = new System.Drawing.Size(400, 5);
			this._marquee.StepSize = 10;
			this._marquee.TabIndex = 0;
			// 
			// InformationPanel
			// 
			this.BackColor = System.Drawing.Color.White;
			this.Controls.Add(this._marquee);
			this.Controls.Add(this._labelDescription);
			this.Controls.Add(this._pictureBox);
			this.Controls.Add(this._labelTitle);
			this.Name = "InformationPanel";
			this.Size = new System.Drawing.Size(400, 85);
			this.ResumeLayout(false);

		}