aboutsummaryrefslogtreecommitdiff
path: root/source/WindowsFormsApplication1/CreditScroller.Designer.cs
diff options
context:
space:
mode:
authorwilliam341 <[email protected]>2016-07-23 12:29:30 -0700
committerwilliam341 <[email protected]>2016-07-23 12:29:30 -0700
commit5b19fab8d6b101367aaccd3cdcb26e46db9b44f0 (patch)
tree4ff0d87e127ab74679998a9360e3e7be440912a4 /source/WindowsFormsApplication1/CreditScroller.Designer.cs
parent31aeb2ac4d662d08665aa463a98318bdee923af5 (diff)
downloadshiftos-c--5b19fab8d6b101367aaccd3cdcb26e46db9b44f0.tar.gz
shiftos-c--5b19fab8d6b101367aaccd3cdcb26e46db9b44f0.tar.bz2
shiftos-c--5b19fab8d6b101367aaccd3cdcb26e46db9b44f0.zip
DISCLAIMER IN ALL CAPS
JUST SO NO ONE SUES US
Diffstat (limited to 'source/WindowsFormsApplication1/CreditScroller.Designer.cs')
-rw-r--r--source/WindowsFormsApplication1/CreditScroller.Designer.cs37
1 files changed, 19 insertions, 18 deletions
diff --git a/source/WindowsFormsApplication1/CreditScroller.Designer.cs b/source/WindowsFormsApplication1/CreditScroller.Designer.cs
index f453b50..f137e27 100644
--- a/source/WindowsFormsApplication1/CreditScroller.Designer.cs
+++ b/source/WindowsFormsApplication1/CreditScroller.Designer.cs
@@ -33,8 +33,6 @@
this.pnlscroll = new System.Windows.Forms.Panel();
this.btnclose = new System.Windows.Forms.Button();
this.lbcreditstext = new System.Windows.Forms.Label();
- this.lbgametitle = new System.Windows.Forms.Label();
- this.tmrredraw = new System.Windows.Forms.Timer(this.components);
this.pgcontents = new System.Windows.Forms.Panel();
this.lblcountdown = new System.Windows.Forms.Label();
this.ball = new System.Windows.Forms.Panel();
@@ -43,6 +41,8 @@
this.lbllevelandtime = new System.Windows.Forms.Label();
this.lblstatsY = new System.Windows.Forms.Label();
this.lblstatsX = new System.Windows.Forms.Label();
+ this.lbgametitle = new System.Windows.Forms.Label();
+ this.tmrredraw = new System.Windows.Forms.Timer(this.components);
this.pongGameTimer = new System.Windows.Forms.Timer(this.components);
this.counter = new System.Windows.Forms.Timer(this.components);
this.tmrcountdown = new System.Windows.Forms.Timer(this.components);
@@ -100,22 +100,6 @@
this.lbcreditstext.TabIndex = 0;
this.lbcreditstext.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
- // 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;
- //
- // tmrredraw
- //
- this.tmrredraw.Enabled = true;
- this.tmrredraw.Tick += new System.EventHandler(this.tmrredraw_Tick);
- //
// pgcontents
//
this.pgcontents.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
@@ -205,6 +189,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;