diff options
Diffstat (limited to 'source/WindowsFormsApplication1/CreditScroller.Designer.cs')
| -rw-r--r-- | source/WindowsFormsApplication1/CreditScroller.Designer.cs | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/source/WindowsFormsApplication1/CreditScroller.Designer.cs b/source/WindowsFormsApplication1/CreditScroller.Designer.cs index 4c03266..c6dffcc 100644 --- a/source/WindowsFormsApplication1/CreditScroller.Designer.cs +++ b/source/WindowsFormsApplication1/CreditScroller.Designer.cs @@ -205,6 +205,23 @@ this.lblstatsX.Text = "Xspeed: "; this.lblstatsX.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // + // lbgametitle + // + this.lbgametitle.Dock = System.Windows.Forms.DockStyle.Top; + this.lbgametitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 25F); + this.lbgametitle.Location = new System.Drawing.Point(0, 0); + this.lbgametitle.Name = "lbgametitle"; + this.lbgametitle.Size = new System.Drawing.Size(916, 66); + this.lbgametitle.TabIndex = 0; + this.lbgametitle.Text = "ShiftOS Credits"; + this.lbgametitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + this.lbgametitle.Click += new System.EventHandler(this.lbgametitle_Click); + // + // tmrredraw + // + this.tmrredraw.Enabled = true; + this.tmrredraw.Tick += new System.EventHandler(this.tmrredraw_Tick); + // // pongGameTimer // this.pongGameTimer.Interval = 30; |
