1 namespace UpdateNotification
3 partial class Notification
8 private System.ComponentModel.IContainer components = null;
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()
31 this.components =
new System.ComponentModel.Container();
32 System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(
Notification));
33 this.NoticficationRotated =
new System.Windows.Forms.PictureBox();
34 this.NotificationNormal =
new System.Windows.Forms.PictureBox();
35 this.CloseTimer =
new System.Windows.Forms.Timer(this.components);
36 this.TopTimer =
new System.Windows.Forms.Timer(this.components);
37 ((System.ComponentModel.ISupportInitialize)(this.NoticficationRotated)).BeginInit();
38 ((System.ComponentModel.ISupportInitialize)(this.NotificationNormal)).BeginInit();
43 this.NoticficationRotated.Dock = System.Windows.Forms.DockStyle.Fill;
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);
48 this.NoticficationRotated.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
49 this.NoticficationRotated.TabIndex = 0;
50 this.NoticficationRotated.TabStop =
false;
54 this.NotificationNormal.BackColor = System.Drawing.Color.Transparent;
55 this.NotificationNormal.Dock = System.Windows.Forms.DockStyle.Fill;
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);
60 this.NotificationNormal.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
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);
77 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
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);
83 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
84 this.Icon = ((System.Drawing.Icon)(resources.GetObject(
"$this.Icon")));
85 this.Name =
"Notification";
86 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
87 this.Text =
"UpdateNotfication";
89 this.TransparencyKey = System.Drawing.Color.Black;
90 this.Shown +=
new System.EventHandler(this.UpdateNotfication_Shown);
91 ((System.ComponentModel.ISupportInitialize)(this.NoticficationRotated)).EndInit();
92 ((System.ComponentModel.ISupportInitialize)(this.NotificationNormal)).EndInit();
93 this.ResumeLayout(
false);
99 private System.Windows.Forms.PictureBox NoticficationRotated;
100 private System.Windows.Forms.PictureBox NotificationNormal;
101 private System.Windows.Forms.Timer CloseTimer;
102 private System.Windows.Forms.Timer TopTimer;