mirror of
https://github.com/TheUltimateHacker/ShiftOS.git
synced 2025-01-22 16:12:14 +00:00
294 lines
12 KiB
VB.net
294 lines
12 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class Snakey
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Form overrides dispose to clean up the component list.
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
|
Try
|
|
If disposing AndAlso components IsNot Nothing Then
|
|
components.Dispose()
|
|
End If
|
|
Finally
|
|
MyBase.Dispose(disposing)
|
|
End Try
|
|
End Sub
|
|
|
|
'Required by the Windows Form Designer
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'NOTE: The following procedure is required by the Windows Form Designer
|
|
'It can be modified using the Windows Form Designer.
|
|
'Do not modify it using the code editor.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Me.components = New System.ComponentModel.Container()
|
|
Me.pnlicon = New System.Windows.Forms.PictureBox()
|
|
Me.pgbottom = New System.Windows.Forms.Panel()
|
|
Me.pullside = New System.Windows.Forms.Timer(Me.components)
|
|
Me.pullbs = New System.Windows.Forms.Timer(Me.components)
|
|
Me.closebutton = New System.Windows.Forms.Panel()
|
|
Me.lbtitletext = New System.Windows.Forms.Label()
|
|
Me.pgtoplcorner = New System.Windows.Forms.Panel()
|
|
Me.pgtoprcorner = New System.Windows.Forms.Panel()
|
|
Me.length = New System.Windows.Forms.Label()
|
|
Me.speed = New System.Windows.Forms.Label()
|
|
Me.rollupbutton = New System.Windows.Forms.Panel()
|
|
Me.score = New System.Windows.Forms.Label()
|
|
Me.pullbottom = New System.Windows.Forms.Timer(Me.components)
|
|
Me.minimizebutton = New System.Windows.Forms.Panel()
|
|
Me.pgleft = New System.Windows.Forms.Panel()
|
|
Me.pgbottomlcorner = New System.Windows.Forms.Panel()
|
|
Me.pgbottomrcorner = New System.Windows.Forms.Panel()
|
|
Me.pgright = New System.Windows.Forms.Panel()
|
|
Me.tmr = New System.Windows.Forms.Timer(Me.components)
|
|
Me.pgcontents = New System.Windows.Forms.Panel()
|
|
Me.titlebar = New System.Windows.Forms.Panel()
|
|
CType(Me.pnlicon, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.pgleft.SuspendLayout()
|
|
Me.pgright.SuspendLayout()
|
|
Me.pgcontents.SuspendLayout()
|
|
Me.titlebar.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'pnlicon
|
|
'
|
|
Me.pnlicon.BackColor = System.Drawing.Color.Transparent
|
|
Me.pnlicon.Image = Global.ShiftOS.My.Resources.Resources.iconTextPad
|
|
Me.pnlicon.Location = New System.Drawing.Point(8, 8)
|
|
Me.pnlicon.Name = "pnlicon"
|
|
Me.pnlicon.Size = New System.Drawing.Size(16, 16)
|
|
Me.pnlicon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
|
Me.pnlicon.TabIndex = 24
|
|
Me.pnlicon.TabStop = False
|
|
Me.pnlicon.Visible = False
|
|
'
|
|
'pgbottom
|
|
'
|
|
Me.pgbottom.BackColor = System.Drawing.Color.Gray
|
|
Me.pgbottom.Dock = System.Windows.Forms.DockStyle.Bottom
|
|
Me.pgbottom.Location = New System.Drawing.Point(2, 505)
|
|
Me.pgbottom.Name = "pgbottom"
|
|
Me.pgbottom.Size = New System.Drawing.Size(669, 2)
|
|
Me.pgbottom.TabIndex = 33
|
|
'
|
|
'pullside
|
|
'
|
|
Me.pullside.Interval = 1
|
|
'
|
|
'pullbs
|
|
'
|
|
Me.pullbs.Interval = 1
|
|
'
|
|
'closebutton
|
|
'
|
|
Me.closebutton.BackColor = System.Drawing.Color.Black
|
|
Me.closebutton.Location = New System.Drawing.Point(302, 3)
|
|
Me.closebutton.Name = "closebutton"
|
|
Me.closebutton.Size = New System.Drawing.Size(22, 22)
|
|
Me.closebutton.TabIndex = 20
|
|
'
|
|
'lbtitletext
|
|
'
|
|
Me.lbtitletext.AutoSize = True
|
|
Me.lbtitletext.BackColor = System.Drawing.Color.Transparent
|
|
Me.lbtitletext.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lbtitletext.Location = New System.Drawing.Point(26, 7)
|
|
Me.lbtitletext.Name = "lbtitletext"
|
|
Me.lbtitletext.Size = New System.Drawing.Size(63, 18)
|
|
Me.lbtitletext.TabIndex = 19
|
|
Me.lbtitletext.Text = "Snakey"
|
|
'
|
|
'pgtoplcorner
|
|
'
|
|
Me.pgtoplcorner.BackColor = System.Drawing.Color.Red
|
|
Me.pgtoplcorner.Dock = System.Windows.Forms.DockStyle.Left
|
|
Me.pgtoplcorner.Location = New System.Drawing.Point(0, 0)
|
|
Me.pgtoplcorner.Name = "pgtoplcorner"
|
|
Me.pgtoplcorner.Size = New System.Drawing.Size(2, 30)
|
|
Me.pgtoplcorner.TabIndex = 17
|
|
'
|
|
'pgtoprcorner
|
|
'
|
|
Me.pgtoprcorner.BackColor = System.Drawing.Color.Red
|
|
Me.pgtoprcorner.Dock = System.Windows.Forms.DockStyle.Right
|
|
Me.pgtoprcorner.Location = New System.Drawing.Point(671, 0)
|
|
Me.pgtoprcorner.Name = "pgtoprcorner"
|
|
Me.pgtoprcorner.Size = New System.Drawing.Size(2, 30)
|
|
Me.pgtoprcorner.TabIndex = 16
|
|
'
|
|
'length
|
|
'
|
|
Me.length.AutoSize = True
|
|
Me.length.BackColor = System.Drawing.Color.Transparent
|
|
Me.length.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(238, Byte))
|
|
Me.length.ForeColor = System.Drawing.Color.White
|
|
Me.length.Location = New System.Drawing.Point(574, 15)
|
|
Me.length.Name = "length"
|
|
Me.length.Size = New System.Drawing.Size(76, 20)
|
|
Me.length.TabIndex = 13
|
|
Me.length.Text = "Length: 5"
|
|
'
|
|
'speed
|
|
'
|
|
Me.speed.AutoSize = True
|
|
Me.speed.BackColor = System.Drawing.Color.Transparent
|
|
Me.speed.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(238, Byte))
|
|
Me.speed.ForeColor = System.Drawing.Color.White
|
|
Me.speed.Location = New System.Drawing.Point(288, 15)
|
|
Me.speed.Name = "speed"
|
|
Me.speed.Size = New System.Drawing.Size(73, 20)
|
|
Me.speed.TabIndex = 12
|
|
Me.speed.Text = "Speed: 1"
|
|
'
|
|
'rollupbutton
|
|
'
|
|
Me.rollupbutton.BackColor = System.Drawing.Color.Black
|
|
Me.rollupbutton.Location = New System.Drawing.Point(274, 3)
|
|
Me.rollupbutton.Name = "rollupbutton"
|
|
Me.rollupbutton.Size = New System.Drawing.Size(22, 22)
|
|
Me.rollupbutton.TabIndex = 22
|
|
'
|
|
'score
|
|
'
|
|
Me.score.AutoSize = True
|
|
Me.score.BackColor = System.Drawing.Color.Transparent
|
|
Me.score.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(238, Byte))
|
|
Me.score.ForeColor = System.Drawing.Color.White
|
|
Me.score.Location = New System.Drawing.Point(25, 15)
|
|
Me.score.Name = "score"
|
|
Me.score.Size = New System.Drawing.Size(100, 20)
|
|
Me.score.TabIndex = 11
|
|
Me.score.Text = "Total Points: "
|
|
'
|
|
'pullbottom
|
|
'
|
|
Me.pullbottom.Interval = 1
|
|
'
|
|
'minimizebutton
|
|
'
|
|
Me.minimizebutton.BackColor = System.Drawing.Color.Black
|
|
Me.minimizebutton.Location = New System.Drawing.Point(246, 5)
|
|
Me.minimizebutton.Name = "minimizebutton"
|
|
Me.minimizebutton.Size = New System.Drawing.Size(22, 22)
|
|
Me.minimizebutton.TabIndex = 24
|
|
'
|
|
'pgleft
|
|
'
|
|
Me.pgleft.BackColor = System.Drawing.Color.Gray
|
|
Me.pgleft.Controls.Add(Me.pgbottomlcorner)
|
|
Me.pgleft.Dock = System.Windows.Forms.DockStyle.Left
|
|
Me.pgleft.Location = New System.Drawing.Point(0, 30)
|
|
Me.pgleft.Name = "pgleft"
|
|
Me.pgleft.Size = New System.Drawing.Size(2, 477)
|
|
Me.pgleft.TabIndex = 31
|
|
'
|
|
'pgbottomlcorner
|
|
'
|
|
Me.pgbottomlcorner.BackColor = System.Drawing.Color.Red
|
|
Me.pgbottomlcorner.Dock = System.Windows.Forms.DockStyle.Bottom
|
|
Me.pgbottomlcorner.Location = New System.Drawing.Point(0, 475)
|
|
Me.pgbottomlcorner.Name = "pgbottomlcorner"
|
|
Me.pgbottomlcorner.Size = New System.Drawing.Size(2, 2)
|
|
Me.pgbottomlcorner.TabIndex = 14
|
|
'
|
|
'pgbottomrcorner
|
|
'
|
|
Me.pgbottomrcorner.BackColor = System.Drawing.Color.Red
|
|
Me.pgbottomrcorner.Dock = System.Windows.Forms.DockStyle.Bottom
|
|
Me.pgbottomrcorner.Location = New System.Drawing.Point(0, 475)
|
|
Me.pgbottomrcorner.Name = "pgbottomrcorner"
|
|
Me.pgbottomrcorner.Size = New System.Drawing.Size(2, 2)
|
|
Me.pgbottomrcorner.TabIndex = 15
|
|
'
|
|
'pgright
|
|
'
|
|
Me.pgright.BackColor = System.Drawing.Color.Gray
|
|
Me.pgright.Controls.Add(Me.pgbottomrcorner)
|
|
Me.pgright.Dock = System.Windows.Forms.DockStyle.Right
|
|
Me.pgright.Location = New System.Drawing.Point(671, 30)
|
|
Me.pgright.Name = "pgright"
|
|
Me.pgright.Size = New System.Drawing.Size(2, 477)
|
|
Me.pgright.TabIndex = 32
|
|
'
|
|
'tmr
|
|
'
|
|
Me.tmr.Enabled = True
|
|
Me.tmr.Interval = 50
|
|
'
|
|
'pgcontents
|
|
'
|
|
Me.pgcontents.BackColor = System.Drawing.Color.Black
|
|
Me.pgcontents.Controls.Add(Me.length)
|
|
Me.pgcontents.Controls.Add(Me.speed)
|
|
Me.pgcontents.Controls.Add(Me.score)
|
|
Me.pgcontents.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.pgcontents.Location = New System.Drawing.Point(0, 30)
|
|
Me.pgcontents.Name = "pgcontents"
|
|
Me.pgcontents.Size = New System.Drawing.Size(673, 477)
|
|
Me.pgcontents.TabIndex = 30
|
|
'
|
|
'titlebar
|
|
'
|
|
Me.titlebar.BackColor = System.Drawing.Color.Gray
|
|
Me.titlebar.Controls.Add(Me.minimizebutton)
|
|
Me.titlebar.Controls.Add(Me.pnlicon)
|
|
Me.titlebar.Controls.Add(Me.rollupbutton)
|
|
Me.titlebar.Controls.Add(Me.closebutton)
|
|
Me.titlebar.Controls.Add(Me.lbtitletext)
|
|
Me.titlebar.Controls.Add(Me.pgtoplcorner)
|
|
Me.titlebar.Controls.Add(Me.pgtoprcorner)
|
|
Me.titlebar.Dock = System.Windows.Forms.DockStyle.Top
|
|
Me.titlebar.ForeColor = System.Drawing.Color.White
|
|
Me.titlebar.Location = New System.Drawing.Point(0, 0)
|
|
Me.titlebar.Name = "titlebar"
|
|
Me.titlebar.Size = New System.Drawing.Size(673, 30)
|
|
Me.titlebar.TabIndex = 29
|
|
'
|
|
'Snakey
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(673, 507)
|
|
Me.Controls.Add(Me.pgbottom)
|
|
Me.Controls.Add(Me.pgleft)
|
|
Me.Controls.Add(Me.pgright)
|
|
Me.Controls.Add(Me.pgcontents)
|
|
Me.Controls.Add(Me.titlebar)
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
|
|
Me.MaximumSize = New System.Drawing.Size(673, 507)
|
|
Me.MinimumSize = New System.Drawing.Size(673, 507)
|
|
Me.Name = "Snakey"
|
|
Me.Text = "Snakey"
|
|
CType(Me.pnlicon, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.pgleft.ResumeLayout(False)
|
|
Me.pgright.ResumeLayout(False)
|
|
Me.pgcontents.ResumeLayout(False)
|
|
Me.pgcontents.PerformLayout()
|
|
Me.titlebar.ResumeLayout(False)
|
|
Me.titlebar.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents pnlicon As System.Windows.Forms.PictureBox
|
|
Friend WithEvents pgbottom As System.Windows.Forms.Panel
|
|
Friend WithEvents pullside As System.Windows.Forms.Timer
|
|
Friend WithEvents pullbs As System.Windows.Forms.Timer
|
|
Friend WithEvents closebutton As System.Windows.Forms.Panel
|
|
Friend WithEvents lbtitletext As System.Windows.Forms.Label
|
|
Friend WithEvents pgtoplcorner As System.Windows.Forms.Panel
|
|
Friend WithEvents pgtoprcorner As System.Windows.Forms.Panel
|
|
Friend WithEvents length As System.Windows.Forms.Label
|
|
Friend WithEvents speed As System.Windows.Forms.Label
|
|
Friend WithEvents rollupbutton As System.Windows.Forms.Panel
|
|
Friend WithEvents score As System.Windows.Forms.Label
|
|
Friend WithEvents pullbottom As System.Windows.Forms.Timer
|
|
Friend WithEvents minimizebutton As System.Windows.Forms.Panel
|
|
Friend WithEvents pgleft As System.Windows.Forms.Panel
|
|
Friend WithEvents pgbottomlcorner As System.Windows.Forms.Panel
|
|
Friend WithEvents pgbottomrcorner As System.Windows.Forms.Panel
|
|
Friend WithEvents pgright As System.Windows.Forms.Panel
|
|
Friend WithEvents tmr As System.Windows.Forms.Timer
|
|
Friend WithEvents pgcontents As System.Windows.Forms.Panel
|
|
Friend WithEvents titlebar As System.Windows.Forms.Panel
|
|
End Class
|