diff options
| author | TheUltimateHacker <[email protected]> | 2015-05-23 10:21:24 -0400 |
|---|---|---|
| committer | TheUltimateHacker <[email protected]> | 2015-05-23 10:21:24 -0400 |
| commit | 57e6eec1bc00eaedeb6004c225184ba03f1155e0 (patch) | |
| tree | 9f4a55082f6715f6b9515867a392c4be1a6366ef /shiftos_next/shiftorium_cmd.Designer.vb | |
| parent | 02df35aba0fc3b92fdd72eca5a35c6744e993951 (diff) | |
| download | shiftos-next-57e6eec1bc00eaedeb6004c225184ba03f1155e0.tar.gz shiftos-next-57e6eec1bc00eaedeb6004c225184ba03f1155e0.tar.bz2 shiftos-next-57e6eec1bc00eaedeb6004c225184ba03f1155e0.zip | |
Basic Window Manager implemented0.0.1
WARNING: Due to a bug that made the save engine think it was ShiftOS
0.0.8, I had to change the actualshiftversion variable to prevent older
ShiftOS versions opening the save file thus crashing. Due to this,
ShiftOS-Next will automatically delete C:\ShiftOS and rewrite the save.
Besides that, I've added a new Window Manager that can be bought after
buying Gray, Basic GUI Server, File Skimmer, and Textpad. This window
manager allows you to run multiple apps at once in their own window, as
well as having up to 3 Terminals running at once. It is a
work-in-progress feature, but it's currently stable.
Diffstat (limited to 'shiftos_next/shiftorium_cmd.Designer.vb')
| -rw-r--r-- | shiftos_next/shiftorium_cmd.Designer.vb | 120 |
1 files changed, 60 insertions, 60 deletions
diff --git a/shiftos_next/shiftorium_cmd.Designer.vb b/shiftos_next/shiftorium_cmd.Designer.vb index 62015ea..78c1ad7 100644 --- a/shiftos_next/shiftorium_cmd.Designer.vb +++ b/shiftos_next/shiftorium_cmd.Designer.vb @@ -23,17 +23,17 @@ Partial Class shiftorium_cmd <System.Diagnostics.DebuggerStepThrough()> _ Private Sub InitializeComponent() Me.pnltop = New System.Windows.Forms.Panel() - Me.Label1 = New System.Windows.Forms.Label() + Me.lbtitle = New System.Windows.Forms.Label() Me.pnlbottom = New System.Windows.Forms.Panel() Me.lbcodepoints = New System.Windows.Forms.Label() Me.lbcontrols = New System.Windows.Forms.Label() Me.pnldetails = New System.Windows.Forms.Panel() - Me.lbitems = New System.Windows.Forms.ListBox() - Me.lbitemname = New System.Windows.Forms.Label() - Me.lbdescription = New System.Windows.Forms.Label() Me.pnlbuy = New System.Windows.Forms.Panel() - Me.lbprice = New System.Windows.Forms.Label() Me.btnbuy = New System.Windows.Forms.Button() + Me.lbprice = New System.Windows.Forms.Label() + Me.lbdescription = New System.Windows.Forms.Label() + Me.lbitemname = New System.Windows.Forms.Label() + Me.lbitems = New System.Windows.Forms.ListBox() Me.pnltop.SuspendLayout() Me.pnlbottom.SuspendLayout() Me.pnldetails.SuspendLayout() @@ -42,22 +42,22 @@ Partial Class shiftorium_cmd ' 'pnltop ' - Me.pnltop.Controls.Add(Me.Label1) + Me.pnltop.Controls.Add(Me.lbtitle) Me.pnltop.Dock = System.Windows.Forms.DockStyle.Top Me.pnltop.Location = New System.Drawing.Point(0, 0) Me.pnltop.Name = "pnltop" Me.pnltop.Size = New System.Drawing.Size(1007, 30) Me.pnltop.TabIndex = 0 ' - 'Label1 + 'lbtitle ' - Me.Label1.Dock = System.Windows.Forms.DockStyle.Fill - Me.Label1.Location = New System.Drawing.Point(0, 0) - Me.Label1.Name = "Label1" - Me.Label1.Size = New System.Drawing.Size(1007, 30) - Me.Label1.TabIndex = 0 - Me.Label1.Text = "SHIFTORIUM" - Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter + Me.lbtitle.Dock = System.Windows.Forms.DockStyle.Fill + Me.lbtitle.Location = New System.Drawing.Point(0, 0) + Me.lbtitle.Name = "lbtitle" + Me.lbtitle.Size = New System.Drawing.Size(1007, 30) + Me.lbtitle.TabIndex = 0 + Me.lbtitle.Text = "SHIFTORIUM" + Me.lbtitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'pnlbottom ' @@ -100,41 +100,6 @@ Partial Class shiftorium_cmd Me.pnldetails.Size = New System.Drawing.Size(1007, 205) Me.pnldetails.TabIndex = 2 ' - 'lbitems - ' - Me.lbitems.BackColor = System.Drawing.Color.Black - Me.lbitems.BorderStyle = System.Windows.Forms.BorderStyle.None - Me.lbitems.Dock = System.Windows.Forms.DockStyle.Fill - Me.lbitems.ForeColor = System.Drawing.Color.White - Me.lbitems.FormattingEnabled = True - Me.lbitems.ItemHeight = 14 - Me.lbitems.Location = New System.Drawing.Point(0, 235) - Me.lbitems.Name = "lbitems" - Me.lbitems.Size = New System.Drawing.Size(1007, 335) - Me.lbitems.TabIndex = 3 - ' - 'lbitemname - ' - Me.lbitemname.Dock = System.Windows.Forms.DockStyle.Top - Me.lbitemname.Location = New System.Drawing.Point(0, 0) - Me.lbitemname.Name = "lbitemname" - Me.lbitemname.Size = New System.Drawing.Size(1007, 28) - Me.lbitemname.TabIndex = 0 - Me.lbitemname.Text = "Welcome to the Shiftorium!" - Me.lbitemname.TextAlign = System.Drawing.ContentAlignment.MiddleCenter - ' - 'lbdescription - ' - Me.lbdescription.Dock = System.Windows.Forms.DockStyle.Fill - Me.lbdescription.Location = New System.Drawing.Point(0, 28) - Me.lbdescription.Name = "lbdescription" - Me.lbdescription.Size = New System.Drawing.Size(1007, 177) - Me.lbdescription.TabIndex = 1 - Me.lbdescription.Text = "The Shiftorium lets you upgrade different aspects of ShiftOS using Codepoints. Yo" & _ - "u can download anything from color support, terminal commands, programs, and eve" & _ - "n desktop environments." - Me.lbdescription.TextAlign = System.Drawing.ContentAlignment.MiddleCenter - ' 'pnlbuy ' Me.pnlbuy.Controls.Add(Me.btnbuy) @@ -145,16 +110,6 @@ Partial Class shiftorium_cmd Me.pnlbuy.Size = New System.Drawing.Size(1007, 29) Me.pnlbuy.TabIndex = 2 ' - 'lbprice - ' - Me.lbprice.Dock = System.Windows.Forms.DockStyle.Left - Me.lbprice.Location = New System.Drawing.Point(0, 0) - Me.lbprice.Name = "lbprice" - Me.lbprice.Size = New System.Drawing.Size(815, 29) - Me.lbprice.TabIndex = 0 - Me.lbprice.Text = "This item costs {0} Codepoints." - Me.lbprice.TextAlign = System.Drawing.ContentAlignment.MiddleLeft - ' 'btnbuy ' Me.btnbuy.Dock = System.Windows.Forms.DockStyle.Fill @@ -167,6 +122,51 @@ Partial Class shiftorium_cmd Me.btnbuy.Text = "Press SPACE to buy" Me.btnbuy.UseVisualStyleBackColor = True ' + 'lbprice + ' + Me.lbprice.Dock = System.Windows.Forms.DockStyle.Left + Me.lbprice.Location = New System.Drawing.Point(0, 0) + Me.lbprice.Name = "lbprice" + Me.lbprice.Size = New System.Drawing.Size(815, 29) + Me.lbprice.TabIndex = 0 + Me.lbprice.Text = "This item costs {0} Codepoints." + Me.lbprice.TextAlign = System.Drawing.ContentAlignment.MiddleLeft + ' + 'lbdescription + ' + Me.lbdescription.Dock = System.Windows.Forms.DockStyle.Fill + Me.lbdescription.Location = New System.Drawing.Point(0, 28) + Me.lbdescription.Name = "lbdescription" + Me.lbdescription.Size = New System.Drawing.Size(1007, 177) + Me.lbdescription.TabIndex = 1 + Me.lbdescription.Text = "The Shiftorium lets you upgrade different aspects of ShiftOS using Codepoints. Yo" & _ + "u can download anything from color support, terminal commands, programs, and eve" & _ + "n desktop environments." + Me.lbdescription.TextAlign = System.Drawing.ContentAlignment.MiddleCenter + ' + 'lbitemname + ' + Me.lbitemname.Dock = System.Windows.Forms.DockStyle.Top + Me.lbitemname.Location = New System.Drawing.Point(0, 0) + Me.lbitemname.Name = "lbitemname" + Me.lbitemname.Size = New System.Drawing.Size(1007, 28) + Me.lbitemname.TabIndex = 0 + Me.lbitemname.Text = "Welcome to the Shiftorium!" + Me.lbitemname.TextAlign = System.Drawing.ContentAlignment.MiddleCenter + ' + 'lbitems + ' + Me.lbitems.BackColor = System.Drawing.Color.Black + Me.lbitems.BorderStyle = System.Windows.Forms.BorderStyle.None + Me.lbitems.Dock = System.Windows.Forms.DockStyle.Fill + Me.lbitems.ForeColor = System.Drawing.Color.White + Me.lbitems.FormattingEnabled = True + Me.lbitems.ItemHeight = 14 + Me.lbitems.Location = New System.Drawing.Point(0, 235) + Me.lbitems.Name = "lbitems" + Me.lbitems.Size = New System.Drawing.Size(1007, 335) + Me.lbitems.TabIndex = 3 + ' 'shiftorium_cmd ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 14.0!) @@ -191,7 +191,7 @@ Partial Class shiftorium_cmd End Sub Friend WithEvents pnltop As System.Windows.Forms.Panel - Friend WithEvents Label1 As System.Windows.Forms.Label + Friend WithEvents lbtitle As System.Windows.Forms.Label Friend WithEvents pnlbottom As System.Windows.Forms.Panel Friend WithEvents lbcodepoints As System.Windows.Forms.Label Friend WithEvents lbcontrols As System.Windows.Forms.Label |
