aboutsummaryrefslogtreecommitdiff
path: root/source/WindowsFormsApplication1/CreditScroller.Designer.cs
diff options
context:
space:
mode:
authorMichael VanOverbeek <[email protected]>2016-07-25 12:54:08 -0400
committerMichael VanOverbeek <[email protected]>2016-07-25 12:54:08 -0400
commit6fa16209519896de09949a27425dff00ebf2970a (patch)
treef00af7ea3f6ad2641fb26fa1d310fd8b7179b39c /source/WindowsFormsApplication1/CreditScroller.Designer.cs
parent401ae1bb353887a2b90a3dbf53b8913dc84d70a9 (diff)
parentaf48e774189596b8d7a058c564a7d6d75205ca03 (diff)
downloadshiftos-c--6fa16209519896de09949a27425dff00ebf2970a.tar.gz
shiftos-c--6fa16209519896de09949a27425dff00ebf2970a.tar.bz2
shiftos-c--6fa16209519896de09949a27425dff00ebf2970a.zip
Merge remote-tracking branch 'refs/remotes/origin/master' into shiftui_integration
Diffstat (limited to 'source/WindowsFormsApplication1/CreditScroller.Designer.cs')
-rw-r--r--source/WindowsFormsApplication1/CreditScroller.Designer.cs17
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;