namespace TradeIdeas.TIProGUI.UserNotifications
{
partial class UserNotificationsControl
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UserNotificationsControl));
this.picNoMessage = new System.Windows.Forms.PictureBox();
this.picNewMessage = new System.Windows.Forms.PictureBox();
this.timer1 = new System.Windows.Forms.Timer(this.components);
((System.ComponentModel.ISupportInitialize)(this.picNoMessage)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picNewMessage)).BeginInit();
this.SuspendLayout();
//
// picNoMessage
//
this.picNoMessage.Image = ((System.Drawing.Image)(resources.GetObject("picNoMessage.Image")));
this.picNoMessage.Location = new System.Drawing.Point(3, 3);
this.picNoMessage.Margin = new System.Windows.Forms.Padding(0);
this.picNoMessage.Name = "picNoMessage";
this.picNoMessage.Size = new System.Drawing.Size(16, 13);
this.picNoMessage.TabIndex = 0;
this.picNoMessage.TabStop = false;
this.picNoMessage.Click += new System.EventHandler(this.picNoMessage_Click);
//
// picNewMessage
//
this.picNewMessage.Image = ((System.Drawing.Image)(resources.GetObject("picNewMessage.Image")));
this.picNewMessage.Location = new System.Drawing.Point(3, 3);
this.picNewMessage.Margin = new System.Windows.Forms.Padding(0);
this.picNewMessage.Name = "picNewMessage";
this.picNewMessage.Size = new System.Drawing.Size(16, 13);
this.picNewMessage.TabIndex = 1;
this.picNewMessage.TabStop = false;
this.picNewMessage.Visible = false;
this.picNewMessage.Click += new System.EventHandler(this.picNewMessage_Click);
//
// timer1
//
this.timer1.Interval = 500;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// UserNotificationsControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Black;
this.Controls.Add(this.picNewMessage);
this.Controls.Add(this.picNoMessage);
this.Margin = new System.Windows.Forms.Padding(0);
this.Name = "UserNotificationsControl";
this.Size = new System.Drawing.Size(23, 19);
this.Click += new System.EventHandler(this.UserNotificationsControl_Click);
this.Resize += new System.EventHandler(this.UserNotificationsControl_Resize);
((System.ComponentModel.ISupportInitialize)(this.picNoMessage)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picNewMessage)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox picNoMessage;
private System.Windows.Forms.PictureBox picNewMessage;
private System.Windows.Forms.Timer timer1;
}
}