|
@@ -30,15 +30,15 @@
|
|
|
{
|
|
{
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NotificationPopup));
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NotificationPopup));
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
+ this.pictureBox4 = new System.Windows.Forms.PictureBox();
|
|
|
this.pictureBox3 = new System.Windows.Forms.PictureBox();
|
|
this.pictureBox3 = new System.Windows.Forms.PictureBox();
|
|
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
|
- this.pictureBox4 = new System.Windows.Forms.PictureBox();
|
|
|
|
|
this.groupBox1.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
|
|
|
|
|
this.SuspendLayout();
|
|
this.SuspendLayout();
|
|
|
//
|
|
//
|
|
|
// groupBox1
|
|
// groupBox1
|
|
@@ -52,6 +52,13 @@
|
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Name = "groupBox1";
|
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.TabStop = false;
|
|
|
//
|
|
//
|
|
|
|
|
+ // pictureBox4
|
|
|
|
|
+ //
|
|
|
|
|
+ resources.ApplyResources(this.pictureBox4, "pictureBox4");
|
|
|
|
|
+ this.pictureBox4.Name = "pictureBox4";
|
|
|
|
|
+ this.pictureBox4.TabStop = false;
|
|
|
|
|
+ this.pictureBox4.Click += new System.EventHandler(this.pictureBox4_Click);
|
|
|
|
|
+ //
|
|
|
// pictureBox3
|
|
// pictureBox3
|
|
|
//
|
|
//
|
|
|
resources.ApplyResources(this.pictureBox3, "pictureBox3");
|
|
resources.ApplyResources(this.pictureBox3, "pictureBox3");
|
|
@@ -70,13 +77,6 @@
|
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
|
this.pictureBox1.TabStop = false;
|
|
this.pictureBox1.TabStop = false;
|
|
|
//
|
|
//
|
|
|
- // pictureBox4
|
|
|
|
|
- //
|
|
|
|
|
- resources.ApplyResources(this.pictureBox4, "pictureBox4");
|
|
|
|
|
- this.pictureBox4.Name = "pictureBox4";
|
|
|
|
|
- this.pictureBox4.TabStop = false;
|
|
|
|
|
- this.pictureBox4.Click += new System.EventHandler(this.pictureBox4_Click);
|
|
|
|
|
- //
|
|
|
|
|
// NotificationPopup
|
|
// NotificationPopup
|
|
|
//
|
|
//
|
|
|
resources.ApplyResources(this, "$this");
|
|
resources.ApplyResources(this, "$this");
|
|
@@ -90,11 +90,12 @@
|
|
|
this.ShowIcon = false;
|
|
this.ShowIcon = false;
|
|
|
this.ShowInTaskbar = false;
|
|
this.ShowInTaskbar = false;
|
|
|
this.Shown += new System.EventHandler(this.NotificationPopup_Shown);
|
|
this.Shown += new System.EventHandler(this.NotificationPopup_Shown);
|
|
|
|
|
+ this.Leave += new System.EventHandler(this.NotificationPopup_Leave);
|
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.ResumeLayout(false);
|
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
|
|
|
|
|
this.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
}
|
|
}
|