3 partial class Notification
14 protected override void Dispose(
bool disposing)
16 if (disposing && (components != null))
20 base.Dispose(disposing);
23 #region Windows Form Designer generated code
29 private void InitializeComponent()
44 this.NoticficationRotated.Image = ((
System.Drawing.Image)(resources.GetObject(
"NoticficationRotated.Image")));
45 this.NoticficationRotated.Location =
new System.Drawing.Point(0, 0);
46 this.NoticficationRotated.Name =
"NoticficationRotated";
47 this.NoticficationRotated.Size =
new System.Drawing.Size(804, 792);
49 this.NoticficationRotated.TabIndex = 0;
50 this.NoticficationRotated.TabStop =
false;
54 this.NotificationNormal.BackColor =
System.Drawing.Color.Transparent;
56 this.NotificationNormal.Image = ((
System.Drawing.Image)(resources.GetObject(
"NotificationNormal.Image")));
57 this.NotificationNormal.Location =
new System.Drawing.Point(0, 0);
58 this.NotificationNormal.Name =
"NotificationNormal";
59 this.NotificationNormal.Size =
new System.Drawing.Size(804, 792);
61 this.NotificationNormal.TabIndex = 1;
62 this.NotificationNormal.TabStop =
false;
66 this.CloseTimer.Interval = 6000;
67 this.CloseTimer.Tick +=
new System.EventHandler(this.CloseTimer_Tick);
71 this.TopTimer.Interval = 2000;
72 this.TopTimer.Tick +=
new System.EventHandler(this.TopTimer_Tick);
76 this.AutoScaleDimensions =
new System.Drawing.SizeF(6F, 13F);
78 this.BackColor =
System.Drawing.Color.Black;
79 this.ClientSize =
new System.Drawing.Size(804, 792);
80 this.ControlBox =
false;
81 this.Controls.Add(this.NotificationNormal);
82 this.Controls.Add(this.NoticficationRotated);
84 this.Icon = ((
System.Drawing.Icon)(resources.GetObject(
"$this.Icon")));
85 this.Name =
"Notification";
87 this.Text =
"UpdateNotfication";
89 this.TransparencyKey =
System.Drawing.Color.Black;
90 this.Shown +=
new System.EventHandler(this.UpdateNotfication_Shown);
93 this.ResumeLayout(
false);
override void Dispose(bool disposing)
Clean up any resources being used.