/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.textLabel = new Growl.DisplayStyle.ExpandingLabel();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // textLabel
     //
     this.textLabel.BackColor = System.Drawing.Color.Transparent;
     this.textLabel.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textLabel.ForeColor = System.Drawing.Color.Black;
     this.textLabel.Location = new System.Drawing.Point(46, 6);
     this.textLabel.Name = "textLabel";
     this.textLabel.Size = new System.Drawing.Size(776, 18);
     this.textLabel.TabIndex = 0;
     this.textLabel.Text = "[appname]: [title] - [text] ";
     this.textLabel.TextRenderingHint = System.Drawing.Text.TextRenderingHint.AntiAliasGridFit;
     this.textLabel.UseMnemonic = false;
     this.textLabel.LabelHeightChanged += new Growl.DisplayStyle.ExpandingLabel.LabelHeightChangedEventHandler(this.textLabel_LabelHeightChanged_1);
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.pictureBox1.Location = new System.Drawing.Point(15, 3);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(24, 24);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 2;
     this.pictureBox1.TabStop = false;
     //
     // MiniVisorWindow
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.Crimson;
     this.BackgroundImage = global::MiniVisor.Properties.Resources.background;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.ClientSize = new System.Drawing.Size(834, 30);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.textLabel);
     this.DoubleBuffered = true;
     this.Name = "MiniVisorWindow";
     this.Text = "MiniVisorWindow";
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     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()
 {
     this.titleLabel = new System.Windows.Forms.Label();
     this.applicationNameLabel = new System.Windows.Forms.Label();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.descriptionLabel = new Growl.DisplayStyle.ExpandingLabel();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // titleLabel
     //
     this.titleLabel.BackColor = System.Drawing.Color.Transparent;
     this.titleLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.titleLabel.Location = new System.Drawing.Point(107, 6);
     this.titleLabel.Name = "titleLabel";
     this.titleLabel.Size = new System.Drawing.Size(493, 25);
     this.titleLabel.TabIndex = 0;
     this.titleLabel.Text = "[title]";
     //
     // applicationNameLabel
     //
     this.applicationNameLabel.BackColor = System.Drawing.Color.Transparent;
     this.applicationNameLabel.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.applicationNameLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.applicationNameLabel.Location = new System.Drawing.Point(0, 44);
     this.applicationNameLabel.Name = "applicationNameLabel";
     this.applicationNameLabel.Size = new System.Drawing.Size(749, 19);
     this.applicationNameLabel.TabIndex = 2;
     this.applicationNameLabel.Text = "[applicationName]";
     this.applicationNameLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // pictureBox1
     //
     this.pictureBox1.Location = new System.Drawing.Point(32, 6);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(48, 48);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 3;
     this.pictureBox1.TabStop = false;
     this.pictureBox1.Visible = false;
     //
     // descriptionLabel
     //
     this.descriptionLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F);
     this.descriptionLabel.Location = new System.Drawing.Point(109, 31);
     this.descriptionLabel.Name = "descriptionLabel";
     this.descriptionLabel.Size = new System.Drawing.Size(511, 19);
     this.descriptionLabel.TabIndex = 4;
     this.descriptionLabel.Text = "desc";
     this.descriptionLabel.TextRenderingHint = System.Drawing.Text.TextRenderingHint.SystemDefault;
     this.descriptionLabel.UseMnemonic = false;
     this.descriptionLabel.LabelHeightChanged += new Growl.DisplayStyle.ExpandingLabel.LabelHeightChangedEventHandler(this.descriptionLabel_LabelHeightChanged);
     //
     // RisorWindow
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.LightGray;
     this.ClientSize = new System.Drawing.Size(749, 63);
     this.ControlBox = false;
     this.Controls.Add(this.descriptionLabel);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.titleLabel);
     this.Controls.Add(this.applicationNameLabel);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "RisorWindow";
     this.Text = "Risor";
     this.Click += new System.EventHandler(this.RisorWindow_Click);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     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()
 {
     this.textLabel = new Growl.DisplayStyle.ExpandingLabel();
     this.titleLabel = new Growl.DisplayStyle.ExpandingLabel();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // textLabel
     //
     this.textLabel.BackColor = System.Drawing.Color.Transparent;
     //this.textLabel.Font = new System.Drawing.Font("Trebuchet MS", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textLabel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textLabel.ForeColor = System.Drawing.Color.DimGray;
     this.textLabel.Location = new System.Drawing.Point(12, 62);
     this.textLabel.Name = "textLabel";
     this.textLabel.Size = new System.Drawing.Size(171, 46);
     this.textLabel.TabIndex = 0;
     this.textLabel.Text = "[text]";
     this.textLabel.TextRenderingHint = System.Drawing.Text.TextRenderingHint.AntiAliasGridFit;
     this.textLabel.UseMnemonic = false;
     this.textLabel.LabelHeightChanged += new Growl.DisplayStyle.ExpandingLabel.LabelHeightChangedEventHandler(this.textLabel_LabelHeightChanged);
     //
     // titleLabel
     //
     this.titleLabel.BackColor = System.Drawing.Color.Transparent;
     //this.titleLabel.Font = new System.Drawing.Font("Trebuchet MS", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.titleLabel.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.titleLabel.ForeColor = System.Drawing.Color.DimGray;
     this.titleLabel.Location = new System.Drawing.Point(13, 19);
     this.titleLabel.Name = "titleLabel";
     this.titleLabel.Size = new System.Drawing.Size(116, 41);
     this.titleLabel.TabIndex = 1;
     this.titleLabel.Text = "[title]";
     this.titleLabel.TextRenderingHint = System.Drawing.Text.TextRenderingHint.AntiAliasGridFit;
     this.titleLabel.UseMnemonic = false;
     this.titleLabel.LabelHeightChanged += new Growl.DisplayStyle.ExpandingLabel.LabelHeightChangedEventHandler(this.titleLabel_LabelHeightChanged);
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.pictureBox1.Location = new System.Drawing.Point(135, 12);
     this.pictureBox1.Margin = new System.Windows.Forms.Padding(0);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(48, 48);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox1.TabIndex = 2;
     this.pictureBox1.TabStop = false;
     //
     // StickyNoteWindow
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.Crimson;
     this.BackgroundImage = global::StickyNote.Properties.Resources.sticky;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.ClientSize = new System.Drawing.Size(207, 117);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.titleLabel);
     this.Controls.Add(this.textLabel);
     this.DoubleBuffered = true;
     this.Name = "StickyNoteWindow";
     this.Text = "StickyNoteWindow";
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     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()
 {
     this.applicationNameLabel = new Growl.DisplayStyle.ExpandingLabel();
     this.descriptionLabel = new Growl.DisplayStyle.ExpandingLabel();
     this.titleLabel = new Growl.DisplayStyle.ExpandingLabel();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // applicationNameLabel
     //
     this.applicationNameLabel.BackColor = System.Drawing.Color.Transparent;
     this.applicationNameLabel.Location = new System.Drawing.Point(9, 59);
     this.applicationNameLabel.Name = "applicationNameLabel";
     this.applicationNameLabel.Size = new System.Drawing.Size(240, 13);
     this.applicationNameLabel.TabIndex = 7;
     this.applicationNameLabel.Text = "From: [application]";
     this.applicationNameLabel.TextRenderingHint = System.Drawing.Text.TextRenderingHint.SystemDefault;
     this.applicationNameLabel.UseMnemonic = false;
     this.applicationNameLabel.LabelHeightChanged += new Growl.DisplayStyle.ExpandingLabel.LabelHeightChangedEventHandler(this.applicationNameLabel_LabelHeightChanged);
     //
     // descriptionLabel
     //
     this.descriptionLabel.BackColor = System.Drawing.Color.Transparent;
     this.descriptionLabel.Location = new System.Drawing.Point(9, 27);
     this.descriptionLabel.Name = "descriptionLabel";
     this.descriptionLabel.Size = new System.Drawing.Size(240, 13);
     this.descriptionLabel.TabIndex = 6;
     this.descriptionLabel.Text = "[description]";
     this.descriptionLabel.TextRenderingHint = System.Drawing.Text.TextRenderingHint.SystemDefault;
     this.descriptionLabel.UseMnemonic = false;
     this.descriptionLabel.LabelHeightChanged += new Growl.DisplayStyle.ExpandingLabel.LabelHeightChangedEventHandler(this.descriptionLabel_LabelHeightChanged);
     //
     // titleLabel
     //
     this.titleLabel.BackColor = System.Drawing.Color.Transparent;
     this.titleLabel.Font = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.titleLabel.Location = new System.Drawing.Point(9, 9);
     this.titleLabel.Name = "titleLabel";
     this.titleLabel.Size = new System.Drawing.Size(240, 16);
     this.titleLabel.TabIndex = 5;
     this.titleLabel.Text = "[title]";
     this.titleLabel.TextRenderingHint = System.Drawing.Text.TextRenderingHint.SystemDefault;
     this.titleLabel.UseMnemonic = false;
     this.titleLabel.LabelHeightChanged += new Growl.DisplayStyle.ExpandingLabel.LabelHeightChangedEventHandler(this.titleLabel_LabelHeightChanged);
     //
     // pictureBox1
     //
     this.pictureBox1.Location = new System.Drawing.Point(9, 9);
     this.pictureBox1.Margin = new System.Windows.Forms.Padding(0);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(64, 64);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 4;
     this.pictureBox1.TabStop = false;
     //
     // PlainWindow
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 16F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.Control;
     this.ClientSize = new System.Drawing.Size(260, 82);
     this.Controls.Add(this.applicationNameLabel);
     this.Controls.Add(this.descriptionLabel);
     this.Controls.Add(this.titleLabel);
     this.Controls.Add(this.pictureBox1);
     this.DoubleBuffered = true;
     this.Font = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.Name = "PlainWindow";
     this.Text = "PlainWindow";
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     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()
 {
     this.titleLabel = new Growl.DisplayStyle.ExpandingLabel();
     this.applicationNameLabel = new System.Windows.Forms.Label();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.descriptionLabel = new Growl.DisplayStyle.ExpandingLabel();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // titleLabel
     //
     this.titleLabel.BackColor = System.Drawing.Color.Transparent;
     this.titleLabel.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.titleLabel.Location = new System.Drawing.Point(3, 4);
     this.titleLabel.Name = "titleLabel";
     this.titleLabel.Size = new System.Drawing.Size(242, 16);
     this.titleLabel.TabIndex = 0;
     this.titleLabel.Text = "[title]";
     this.titleLabel.TextRenderingHint = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;
     this.titleLabel.UseMnemonic = false;
     this.titleLabel.LabelHeightChanged += new Growl.DisplayStyle.ExpandingLabel.LabelHeightChangedEventHandler(this.titleLabel_LabelHeightChanged);
     //
     // applicationNameLabel
     //
     this.applicationNameLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.applicationNameLabel.BackColor = System.Drawing.Color.Transparent;
     this.applicationNameLabel.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.applicationNameLabel.Location = new System.Drawing.Point(6, 59);
     this.applicationNameLabel.Name = "applicationNameLabel";
     this.applicationNameLabel.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.applicationNameLabel.Size = new System.Drawing.Size(239, 12);
     this.applicationNameLabel.TabIndex = 2;
     this.applicationNameLabel.Text = "[applicationName]";
     this.applicationNameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.applicationNameLabel.UseMnemonic = false;
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox1.Location = new System.Drawing.Point(6, 22);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(48, 48);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 3;
     this.pictureBox1.TabStop = false;
     this.pictureBox1.Visible = false;
     //
     // descriptionLabel
     //
     this.descriptionLabel.BackColor = System.Drawing.Color.Transparent;
     this.descriptionLabel.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.descriptionLabel.Location = new System.Drawing.Point(3, 25);
     this.descriptionLabel.Name = "descriptionLabel";
     this.descriptionLabel.Size = new System.Drawing.Size(242, 30);
     this.descriptionLabel.TabIndex = 1;
     this.descriptionLabel.Text = "[description]";
     this.descriptionLabel.TextRenderingHint = System.Drawing.Text.TextRenderingHint.SystemDefault;
     this.descriptionLabel.UseMnemonic = false;
     this.descriptionLabel.LabelHeightChanged += new Growl.DisplayStyle.ExpandingLabel.LabelHeightChangedEventHandler(this.descriptionLabel_LabelHeightChanged);
     //
     // StandardWindow
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
     this.BackColor = System.Drawing.Color.LightGray;
     this.ClientSize = new System.Drawing.Size(250, 75);
     this.ControlBox = false;
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.descriptionLabel);
     this.Controls.Add(this.applicationNameLabel);
     this.Controls.Add(this.titleLabel);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "StandardWindow";
     this.Text = "Standard";
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
 }