WIP
DirectOutput framework for virtual pinball cabinets WIP
Go to:
Overview 
Notification.Designer.cs
Go to the documentation of this file.
1 namespace UpdateNotification
2 {
3  partial class Notification
4  {
8  private System.ComponentModel.IContainer components = null;
9 
14  protected override void Dispose(bool disposing)
15  {
16  if (disposing && (components != null))
17  {
18  components.Dispose();
19  }
20  base.Dispose(disposing);
21  }
22 
23  #region Windows Form Designer generated code
24 
29  private void InitializeComponent()
30  {
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();
39  this.SuspendLayout();
40  //
41  // NoticficationRotated
42  //
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;
51  //
52  // NotificationNormal
53  //
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;
63  //
64  // CloseTimer
65  //
66  this.CloseTimer.Interval = 6000;
67  this.CloseTimer.Tick += new System.EventHandler(this.CloseTimer_Tick);
68  //
69  // TopTimer
70  //
71  this.TopTimer.Interval = 2000;
72  this.TopTimer.Tick += new System.EventHandler(this.TopTimer_Tick);
73  //
74  // Notification
75  //
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";
88  this.TopMost = true;
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);
94 
95  }
96 
97  #endregion
98 
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;
103 
104  }
105 }
override void Dispose(bool disposing)
Clean up any resources being used.