diff options
| author | william341 <[email protected]> | 2016-07-23 15:03:30 -0700 |
|---|---|---|
| committer | william341 <[email protected]> | 2016-07-23 15:03:30 -0700 |
| commit | 4e630d1ab9f7c241bfd659b3a7cbe4c1f65dc021 (patch) | |
| tree | cb2ca442ee191ff0a4eb6c02dd16276756e2d10d | |
| parent | 676685761aa29bd94f89f9d1010494a1281347dd (diff) | |
| download | shiftos-c--4e630d1ab9f7c241bfd659b3a7cbe4c1f65dc021.tar.gz shiftos-c--4e630d1ab9f7c241bfd659b3a7cbe4c1f65dc021.tar.bz2 shiftos-c--4e630d1ab9f7c241bfd659b3a7cbe4c1f65dc021.zip | |
Shiftorium fully functional
| -rw-r--r-- | source/WindowsFormsApplication1/Apps/Shiftorium.Designer.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/WindowsFormsApplication1/Apps/Shiftorium.Designer.cs b/source/WindowsFormsApplication1/Apps/Shiftorium.Designer.cs index a0b907d..70d1a3d 100644 --- a/source/WindowsFormsApplication1/Apps/Shiftorium.Designer.cs +++ b/source/WindowsFormsApplication1/Apps/Shiftorium.Designer.cs @@ -26,6 +26,7 @@ namespace Shiftorium { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frontend)); + this.btnbuy = new ShiftUI.Button(); this.pgcontents = new ShiftUI.Panel(); this.lbcodepoints = new ShiftUI.Label(); this.lbupgrades = new ShiftUI.ListView(); @@ -35,7 +36,6 @@ namespace Shiftorium this.Label4 = new ShiftUI.Label(); this.Label2 = new ShiftUI.Label(); this.Label5 = new ShiftUI.Label(); - this.btnbuy = new ShiftUI.Button(); this.lbprice = new ShiftUI.Label(); this.picpreview = new ShiftUI.PictureBox(); this.lbudescription = new ShiftUI.Label(); @@ -109,11 +109,11 @@ namespace Shiftorium // pnlinfo // this.pnlinfo.Widgets.Add(this.pnlintro); - this.pnlinfo.Widgets.Add(this.btnbuy); this.pnlinfo.Widgets.Add(this.lbprice); this.pnlinfo.Widgets.Add(this.picpreview); this.pnlinfo.Widgets.Add(this.lbudescription); this.pnlinfo.Widgets.Add(this.lbupgradename); + this.pnlinfo.Widgets.Add(this.btnbuy); this.pnlinfo.Dock = ShiftUI.DockStyle.Right; this.pnlinfo.Location = new System.Drawing.Point(332, 0); this.pnlinfo.Name = "pnlinfo"; @@ -165,7 +165,7 @@ namespace Shiftorium // // btnbuy // - this.btnbuy.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right))); + //this.btnbuy.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right))); this.btnbuy.FlatStyle = ShiftUI.FlatStyle.Standard; this.btnbuy.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnbuy.ForeColor = System.Drawing.Color.Black; |
