2016-04-09 13:16:39 -04:00
using System ;
namespace Shiftorium
{
partial class Frontend
{
/// <summary>
/// Required designer variable.
/// </summary>
private System . ComponentModel . IContainer components = null ;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose ( bool disposing )
{
if ( disposing & & ( components ! = null ) )
{
components . Dispose ( ) ;
}
base . Dispose ( disposing ) ;
}
private void InitializeComponent ( )
{
this . components = new System . ComponentModel . Container ( ) ;
System . ComponentModel . ComponentResourceManager resources = new System . ComponentModel . ComponentResourceManager ( typeof ( Frontend ) ) ;
2016-07-19 21:53:26 -04:00
this . pgcontents = new ShiftUI . Panel ( ) ;
this . lbcodepoints = new ShiftUI . Label ( ) ;
this . lbupgrades = new ShiftUI . ListView ( ) ;
this . Label1 = new ShiftUI . Label ( ) ;
this . pnlinfo = new ShiftUI . Panel ( ) ;
this . pnlintro = new ShiftUI . Panel ( ) ;
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 ( ) ;
this . lbupgradename = new ShiftUI . Label ( ) ;
this . tmrcodepointsupdate = new ShiftUI . Timer ( this . components ) ;
this . btnback = new ShiftUI . Button ( ) ;
this . btnforward = new ShiftUI . Button ( ) ;
this . lbcategory = new ShiftUI . Label ( ) ;
this . btnhack = new ShiftUI . Button ( ) ;
2016-04-09 13:16:39 -04:00
this . pgcontents . SuspendLayout ( ) ;
this . pnlinfo . SuspendLayout ( ) ;
this . pnlintro . SuspendLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . picpreview ) ) . BeginInit ( ) ;
this . SuspendLayout ( ) ;
//
// pgcontents
//
this . pgcontents . BackColor = System . Drawing . Color . White ;
2016-07-19 21:53:26 -04:00
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 . lbcodepoints ) ;
this . pgcontents . Widgets . Add ( this . lbupgrades ) ;
this . pgcontents . Widgets . Add ( this . Label1 ) ;
this . pgcontents . Widgets . Add ( this . pnlinfo ) ;
this . pgcontents . Dock = ShiftUI . DockStyle . Fill ;
2016-04-09 13:16:39 -04:00
this . pgcontents . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . pgcontents . Name = "pgcontents" ;
this . pgcontents . Size = new System . Drawing . Size ( 701 , 462 ) ;
this . pgcontents . TabIndex = 0 ;
this . pgcontents . TabStop = true ;
//
// lbcodepoints
//
this . lbcodepoints . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 20.25F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . lbcodepoints . ForeColor = System . Drawing . Color . Black ;
this . lbcodepoints . Location = new System . Drawing . Point ( 16 , 372 ) ;
this . lbcodepoints . Name = "lbcodepoints" ;
this . lbcodepoints . Size = new System . Drawing . Size ( 309 , 43 ) ;
this . lbcodepoints . TabIndex = 8 ;
this . lbcodepoints . Text = "Codepoints: 25" ;
this . lbcodepoints . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
//
// lbupgrades
//
this . lbupgrades . BackColor = System . Drawing . Color . White ;
2016-07-19 21:53:26 -04:00
this . lbupgrades . BorderStyle = ShiftUI . BorderStyle . None ;
2016-04-09 13:16:39 -04:00
this . lbupgrades . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 12F , System . Drawing . FontStyle . Italic , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . lbupgrades . ForeColor = System . Drawing . Color . Black ;
this . lbupgrades . Location = new System . Drawing . Point ( 21 , 101 ) ;
this . lbupgrades . MultiSelect = false ;
this . lbupgrades . Name = "lbupgrades" ;
this . lbupgrades . Size = new System . Drawing . Size ( 304 , 254 ) ;
this . lbupgrades . TabIndex = 0 ;
this . lbupgrades . UseCompatibleStateImageBehavior = false ;
2016-07-19 21:53:26 -04:00
this . lbupgrades . View = ShiftUI . View . Details ;
2016-04-09 13:16:39 -04:00
this . lbupgrades . SelectedIndexChanged + = new System . EventHandler ( this . lbupgrades_SelectedIndexChanged ) ;
//
// Label1
//
this . Label1 . AutoSize = true ;
this . Label1 . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 26.25F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . Label1 . ForeColor = System . Drawing . Color . Black ;
this . Label1 . Location = new System . Drawing . Point ( 85 , 17 ) ;
this . Label1 . Name = "Label1" ;
this . Label1 . Size = new System . Drawing . Size ( 175 , 39 ) ;
this . Label1 . TabIndex = 1 ;
this . Label1 . Text = "Upgrades" ;
//
// pnlinfo
//
2016-07-19 21:53:26 -04:00
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 . Dock = ShiftUI . DockStyle . Right ;
2016-04-09 13:16:39 -04:00
this . pnlinfo . Location = new System . Drawing . Point ( 332 , 0 ) ;
this . pnlinfo . Name = "pnlinfo" ;
this . pnlinfo . Size = new System . Drawing . Size ( 369 , 462 ) ;
this . pnlinfo . TabIndex = 0 ;
//
// pnlintro
//
2016-07-19 21:53:26 -04:00
this . pnlintro . Widgets . Add ( this . Label4 ) ;
this . pnlintro . Widgets . Add ( this . Label2 ) ;
this . pnlintro . Widgets . Add ( this . Label5 ) ;
this . pnlintro . Dock = ShiftUI . DockStyle . Fill ;
2016-04-09 13:16:39 -04:00
this . pnlintro . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . pnlintro . Name = "pnlintro" ;
this . pnlintro . Size = new System . Drawing . Size ( 369 , 462 ) ;
this . pnlintro . TabIndex = 8 ;
this . pnlintro . TabStop = true ;
//
// Label4
//
this . Label4 . AutoSize = true ;
this . Label4 . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 11.25F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . Label4 . Location = new System . Drawing . Point ( - 3 , 397 ) ;
this . Label4 . Name = "Label4" ;
this . Label4 . Size = new System . Drawing . Size ( 358 , 18 ) ;
this . Label4 . TabIndex = 7 ;
this . Label4 . Text = "Select an upgrade on the left to view its details" ;
//
// Label2
//
this . Label2 . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 9.75F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . Label2 . Location = new System . Drawing . Point ( 3 , 53 ) ;
this . Label2 . Name = "Label2" ;
this . Label2 . Size = new System . Drawing . Size ( 340 , 341 ) ;
this . Label2 . TabIndex = 5 ;
this . Label2 . Text = resources . GetString ( "Label2.Text" ) ;
this . Label2 . TextAlign = System . Drawing . ContentAlignment . TopCenter ;
//
// Label5
//
this . Label5 . AutoSize = true ;
this . Label5 . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 20.25F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . Label5 . ForeColor = System . Drawing . Color . Black ;
this . Label5 . Location = new System . Drawing . Point ( - 4 , 14 ) ;
this . Label5 . Name = "Label5" ;
this . Label5 . Size = new System . Drawing . Size ( 355 , 31 ) ;
this . Label5 . TabIndex = 4 ;
this . Label5 . Text = "Welcome to the Shiftorium" ;
//
// btnbuy
//
2016-07-19 21:53:26 -04:00
this . btnbuy . Anchor = ( ( ShiftUI . AnchorStyles ) ( ( ShiftUI . AnchorStyles . Bottom | ShiftUI . AnchorStyles . Right ) ) ) ;
2016-07-20 09:17:10 -04:00
this . btnbuy . FlatStyle = ShiftUI . FlatStyle . Standard ;
2016-04-09 13:16:39 -04:00
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 ;
this . btnbuy . Location = new System . Drawing . Point ( 160 , 362 ) ;
this . btnbuy . Name = "btnbuy" ;
this . btnbuy . Size = new System . Drawing . Size ( 185 , 56 ) ;
this . btnbuy . TabIndex = 7 ;
this . btnbuy . Text = "Buy" ;
this . btnbuy . UseVisualStyleBackColor = true ;
this . btnbuy . Click + = new System . EventHandler ( this . btnbuy_Click ) ;
//
// lbprice
//
2016-07-19 21:53:26 -04:00
this . lbprice . Anchor = ( ( ShiftUI . AnchorStyles ) ( ( ShiftUI . AnchorStyles . Bottom | ShiftUI . AnchorStyles . Left ) ) ) ;
2016-04-09 13:16:39 -04:00
this . lbprice . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 14F , System . Drawing . FontStyle . Bold ) ;
this . lbprice . ForeColor = System . Drawing . Color . Black ;
this . lbprice . Location = new System . Drawing . Point ( 15 , 362 ) ;
this . lbprice . Name = "lbprice" ;
this . lbprice . Size = new System . Drawing . Size ( 127 , 59 ) ;
this . lbprice . TabIndex = 6 ;
this . lbprice . Text = "50 CP" ;
this . lbprice . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
//
// picpreview
//
this . picpreview . Image = global :: ShiftOS . Properties . Resources . upgradegray ;
this . picpreview . Location = new System . Drawing . Point ( 25 , 218 ) ;
this . picpreview . Name = "picpreview" ;
this . picpreview . Size = new System . Drawing . Size ( 320 , 130 ) ;
this . picpreview . TabIndex = 5 ;
this . picpreview . TabStop = false ;
//
// lbudescription
//
this . lbudescription . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 12F , System . Drawing . FontStyle . Italic , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . lbudescription . ForeColor = System . Drawing . Color . Black ;
this . lbudescription . Location = new System . Drawing . Point ( 24 , 63 ) ;
this . lbudescription . Name = "lbudescription" ;
this . lbudescription . Size = new System . Drawing . Size ( 321 , 144 ) ;
this . lbudescription . TabIndex = 4 ;
this . lbudescription . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
//
// lbupgradename
//
this . lbupgradename . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 24F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . lbupgradename . ForeColor = System . Drawing . Color . Black ;
this . lbupgradename . Location = new System . Drawing . Point ( 5 , 17 ) ;
this . lbupgradename . Name = "lbupgradename" ;
this . lbupgradename . Size = new System . Drawing . Size ( 361 , 43 ) ;
this . lbupgradename . TabIndex = 3 ;
this . lbupgradename . Text = "Upgradename" ;
this . lbupgradename . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
//
// tmrcodepointsupdate
//
this . tmrcodepointsupdate . Enabled = true ;
this . tmrcodepointsupdate . Interval = 1000 ;
this . tmrcodepointsupdate . Tick + = new System . EventHandler ( this . tmrcodepointsupdate_Tick ) ;
//
// btnback
//
2016-07-20 09:17:10 -04:00
this . btnback . FlatStyle = ShiftUI . FlatStyle . Standard ;
2016-04-09 13:16:39 -04:00
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 . Text = "<<" ;
this . btnback . UseVisualStyleBackColor = true ;
this . btnback . Click + = new System . EventHandler ( this . btnback_Click ) ;
//
// btnforward
//
2016-07-19 21:53:26 -04:00
this . btnforward . Anchor = ( ( ShiftUI . AnchorStyles ) ( ( ShiftUI . AnchorStyles . Top | ShiftUI . AnchorStyles . Right ) ) ) ;
2016-07-20 09:17:10 -04:00
this . btnforward . FlatStyle = ShiftUI . FlatStyle . Standard ;
2016-04-09 13:16:39 -04:00
this . btnforward . Location = new System . Drawing . Point ( 289 , 72 ) ;
this . btnforward . Name = "btnforward" ;
this . btnforward . Size = new System . Drawing . Size ( 36 , 23 ) ;
this . btnforward . TabIndex = 10 ;
this . btnforward . Text = ">>" ;
this . btnforward . UseVisualStyleBackColor = true ;
this . btnforward . Click + = new System . EventHandler ( this . btnforward_Click ) ;
//
// lbcategory
//
2016-07-19 21:53:26 -04:00
this . lbcategory . Anchor = ( ( ShiftUI . AnchorStyles ) ( ( ( ShiftUI . AnchorStyles . Top | ShiftUI . AnchorStyles . Left )
| ShiftUI . AnchorStyles . Right ) ) ) ;
2016-04-09 13:16:39 -04:00
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
//
2016-07-19 21:53:26 -04:00
this . btnhack . Anchor = ( ( ShiftUI . AnchorStyles ) ( ( ( ( ShiftUI . AnchorStyles . Top | ShiftUI . AnchorStyles . Bottom )
| ShiftUI . AnchorStyles . Left )
| ShiftUI . AnchorStyles . Right ) ) ) ;
2016-04-09 13:16:39 -04:00
this . btnhack . AutoSize = true ;
2016-07-20 09:17:10 -04:00
this . btnhack . FlatStyle = ShiftUI . FlatStyle . Standard ;
2016-04-09 13:16:39 -04:00
this . btnhack . Location = new System . Drawing . Point ( 143 , 218 ) ;
this . btnhack . Name = "btnhack" ;
this . btnhack . Size = new System . Drawing . Size ( 68 , 25 ) ;
this . btnhack . TabIndex = 12 ;
this . btnhack . Text = "Hack it." ;
this . btnhack . UseVisualStyleBackColor = true ;
this . btnhack . Visible = false ;
this . btnhack . Click + = new System . EventHandler ( this . btnhack_Click ) ;
//
// Frontend
//
this . AutoScaleDimensions = new System . Drawing . SizeF ( 6F , 13F ) ;
2016-07-19 21:53:26 -04:00
this . AutoScaleMode = ShiftUI . AutoScaleMode . Font ;
2016-04-09 13:16:39 -04:00
this . BackColor = System . Drawing . Color . White ;
this . ClientSize = new System . Drawing . Size ( 701 , 462 ) ;
2016-07-19 21:53:26 -04:00
this . Widgets . Add ( this . pgcontents ) ;
this . FormBorderStyle = ShiftUI . FormBorderStyle . None ;
2016-04-09 13:16:39 -04:00
this . KeyPreview = true ;
this . Name = "Frontend" ;
this . Text = "Shiftorium" ;
this . TopMost = true ;
this . Load + = new System . EventHandler ( this . Frontend_Load ) ;
this . pgcontents . ResumeLayout ( false ) ;
this . pgcontents . PerformLayout ( ) ;
this . pnlinfo . ResumeLayout ( false ) ;
this . pnlintro . ResumeLayout ( false ) ;
this . pnlintro . PerformLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . picpreview ) ) . EndInit ( ) ;
this . ResumeLayout ( false ) ;
}
2016-07-19 21:53:26 -04:00
internal ShiftUI . Panel pgcontents ;
internal ShiftUI . ListView lbupgrades ;
internal ShiftUI . Label Label1 ;
internal ShiftUI . Panel pnlinfo ;
internal ShiftUI . Label lbcodepoints ;
internal ShiftUI . Button btnbuy ;
internal ShiftUI . Label lbprice ;
internal ShiftUI . PictureBox picpreview ;
internal ShiftUI . Label lbudescription ;
internal ShiftUI . Label lbupgradename ;
internal ShiftUI . Panel pnlintro ;
internal ShiftUI . Label Label4 ;
internal ShiftUI . Label Label2 ;
internal ShiftUI . Label Label5 ;
internal ShiftUI . Timer tmrcodepointsupdate ;
internal ShiftUI . Label lbcategory ;
private ShiftUI . Button btnforward ;
private ShiftUI . Button btnback ;
private ShiftUI . Button btnhack ;
2016-04-09 13:16:39 -04:00
}
}