diff options
| author | william341 <[email protected]> | 2016-07-23 14:47:25 -0700 |
|---|---|---|
| committer | william341 <[email protected]> | 2016-07-23 14:47:25 -0700 |
| commit | 676685761aa29bd94f89f9d1010494a1281347dd (patch) | |
| tree | 8a7cd6ac4c0fba974ffa9d806a133ede48cfd611 | |
| parent | 2932b3e2301e872dc079dcd8a66dd6def17ab737 (diff) | |
| download | shiftos-c--676685761aa29bd94f89f9d1010494a1281347dd.tar.gz shiftos-c--676685761aa29bd94f89f9d1010494a1281347dd.tar.bz2 shiftos-c--676685761aa29bd94f89f9d1010494a1281347dd.zip | |
Fixed shiftorium
| -rw-r--r-- | source/WindowsFormsApplication1/Apps/Shiftorium.Designer.cs | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/source/WindowsFormsApplication1/Apps/Shiftorium.Designer.cs b/source/WindowsFormsApplication1/Apps/Shiftorium.Designer.cs index 32f3827..a0b907d 100644 --- a/source/WindowsFormsApplication1/Apps/Shiftorium.Designer.cs +++ b/source/WindowsFormsApplication1/Apps/Shiftorium.Designer.cs @@ -41,9 +41,9 @@ namespace Shiftorium this.lbudescription = new ShiftUI.Label(); this.lbupgradename = new ShiftUI.Label(); this.tmrcodepointsupdate = new ShiftUI.Timer(this.components); + this.lbcategory = new ShiftUI.Label(); this.btnback = new ShiftUI.Button(); this.btnforward = new ShiftUI.Button(); - this.lbcategory = new ShiftUI.Label(); this.btnhack = new ShiftUI.Button(); this.pgcontents.SuspendLayout(); this.pnlinfo.SuspendLayout(); @@ -55,9 +55,9 @@ namespace Shiftorium // this.pgcontents.BackColor = System.Drawing.Color.White; this.pgcontents.Widgets.Add(this.btnhack); - this.pgcontents.Widgets.Add(this.lbcategory); this.pgcontents.Widgets.Add(this.btnforward); this.pgcontents.Widgets.Add(this.btnback); + this.pgcontents.Widgets.Add(this.lbcategory); this.pgcontents.Widgets.Add(this.lbcodepoints); this.pgcontents.Widgets.Add(this.lbupgrades); this.pgcontents.Widgets.Add(this.Label1); @@ -65,7 +65,7 @@ namespace Shiftorium this.pgcontents.Dock = ShiftUI.DockStyle.Fill; this.pgcontents.Location = new System.Drawing.Point(0, 0); this.pgcontents.Name = "pgcontents"; - this.pgcontents.Size = new System.Drawing.Size(701, 462); + this.pgcontents.Size = new System.Drawing.Size(201, 462); this.pgcontents.TabIndex = 0; this.pgcontents.TabStop = true; // @@ -225,20 +225,33 @@ namespace Shiftorium this.tmrcodepointsupdate.Interval = 1000; this.tmrcodepointsupdate.Tick += new System.EventHandler(this.tmrcodepointsupdate_Tick); // + // lbcategory + // + this.lbcategory.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Left) + | ShiftUI.AnchorStyles.Left))); + this.lbcategory.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold); + this.lbcategory.ForeColor = System.Drawing.Color.Black; + this.lbcategory.Location = new System.Drawing.Point(64, 72); + this.lbcategory.Name = "lbcategory"; + this.lbcategory.Size = new System.Drawing.Size(221, 26); + this.lbcategory.TabIndex = 9; + this.lbcategory.Text = "Upgrades"; + this.lbcategory.TextAlign = System.Drawing.ContentAlignment.TopCenter; + // // btnback // this.btnback.FlatStyle = ShiftUI.FlatStyle.Standard; this.btnback.Location = new System.Drawing.Point(22, 72); this.btnback.Name = "btnback"; this.btnback.Size = new System.Drawing.Size(36, 23); - this.btnback.TabIndex = 9; + this.btnback.TabIndex = 11; this.btnback.Text = "<<"; this.btnback.UseVisualStyleBackColor = true; this.btnback.Click += new System.EventHandler(this.btnback_Click); // // btnforward // - this.btnforward.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Right))); + this.btnforward.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Left))); this.btnforward.FlatStyle = ShiftUI.FlatStyle.Standard; this.btnforward.Location = new System.Drawing.Point(289, 72); this.btnforward.Name = "btnforward"; @@ -248,19 +261,6 @@ namespace Shiftorium this.btnforward.UseVisualStyleBackColor = true; this.btnforward.Click += new System.EventHandler(this.btnforward_Click); // - // lbcategory - // - this.lbcategory.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Left) - | ShiftUI.AnchorStyles.Right))); - this.lbcategory.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold); - this.lbcategory.ForeColor = System.Drawing.Color.Black; - this.lbcategory.Location = new System.Drawing.Point(64, 72); - this.lbcategory.Name = "lbcategory"; - this.lbcategory.Size = new System.Drawing.Size(219, 26); - this.lbcategory.TabIndex = 11; - this.lbcategory.Text = "Upgrades"; - this.lbcategory.TextAlign = System.Drawing.ContentAlignment.TopCenter; - // // btnhack // this.btnhack.Anchor = ((ShiftUI.AnchorStyles)((((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Bottom) |
