mirror of
https://github.com/TheUltimateHacker/ShiftOS.git
synced 2025-01-22 16:12:14 +00:00
4caacce50c
ShiftOS is a game about evolving an experimental operating system called "ShiftOS" from a completely black and white text based command line based OS to a fully graphical operating system filled with advanced features and beautiful colours. The level of customization will exceed the levels of real world operating systems
404 lines
18 KiB
VB.net
404 lines
18 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class Skinshifter
|
|
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.pullside = New System.Windows.Forms.Timer(Me.components)
|
|
Me.pullbs = New System.Windows.Forms.Timer(Me.components)
|
|
Me.pgcontents = New System.Windows.Forms.Panel()
|
|
Me.lblsecondstillshift = New System.Windows.Forms.Label()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.btnStartStop = New System.Windows.Forms.Button()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.txtShift = New System.Windows.Forms.TextBox()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.btnAddSkin = New System.Windows.Forms.Button()
|
|
Me.lbskinlist = New System.Windows.Forms.ListBox()
|
|
Me.pgbottom = New System.Windows.Forms.Panel()
|
|
Me.pullbottom = New System.Windows.Forms.Timer(Me.components)
|
|
Me.minimizebutton = New System.Windows.Forms.Panel()
|
|
Me.rollupbutton = New System.Windows.Forms.Panel()
|
|
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.pgbottomrcorner = New System.Windows.Forms.Panel()
|
|
Me.pgright = New System.Windows.Forms.Panel()
|
|
Me.pgbottomlcorner = New System.Windows.Forms.Panel()
|
|
Me.pgleft = New System.Windows.Forms.Panel()
|
|
Me.titlebar = New System.Windows.Forms.Panel()
|
|
Me.tmrchangeskin = New System.Windows.Forms.Timer(Me.components)
|
|
Me.btnmoveup = New System.Windows.Forms.Button()
|
|
Me.btnmovedown = New System.Windows.Forms.Button()
|
|
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
|
|
Me.pnlicon = New System.Windows.Forms.PictureBox()
|
|
Me.pgcontents.SuspendLayout()
|
|
Me.pgright.SuspendLayout()
|
|
Me.pgleft.SuspendLayout()
|
|
Me.titlebar.SuspendLayout()
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.pnlicon, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'pullside
|
|
'
|
|
Me.pullside.Interval = 1
|
|
'
|
|
'pullbs
|
|
'
|
|
Me.pullbs.Interval = 1
|
|
'
|
|
'pgcontents
|
|
'
|
|
Me.pgcontents.Controls.Add(Me.btnmovedown)
|
|
Me.pgcontents.Controls.Add(Me.btnmoveup)
|
|
Me.pgcontents.Controls.Add(Me.PictureBox1)
|
|
Me.pgcontents.Controls.Add(Me.lblsecondstillshift)
|
|
Me.pgcontents.Controls.Add(Me.Label3)
|
|
Me.pgcontents.Controls.Add(Me.btnStartStop)
|
|
Me.pgcontents.Controls.Add(Me.Label2)
|
|
Me.pgcontents.Controls.Add(Me.txtShift)
|
|
Me.pgcontents.Controls.Add(Me.Label1)
|
|
Me.pgcontents.Controls.Add(Me.btnAddSkin)
|
|
Me.pgcontents.Controls.Add(Me.lbskinlist)
|
|
Me.pgcontents.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.pgcontents.Location = New System.Drawing.Point(2, 30)
|
|
Me.pgcontents.Name = "pgcontents"
|
|
Me.pgcontents.Size = New System.Drawing.Size(455, 199)
|
|
Me.pgcontents.TabIndex = 20
|
|
'
|
|
'lblsecondstillshift
|
|
'
|
|
Me.lblsecondstillshift.Font = New System.Drawing.Font("Microsoft Sans Serif", 21.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblsecondstillshift.Location = New System.Drawing.Point(347, 76)
|
|
Me.lblsecondstillshift.Name = "lblsecondstillshift"
|
|
Me.lblsecondstillshift.Size = New System.Drawing.Size(100, 42)
|
|
Me.lblsecondstillshift.TabIndex = 9
|
|
Me.lblsecondstillshift.Text = "20"
|
|
Me.lblsecondstillshift.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label3.Location = New System.Drawing.Point(364, 60)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(66, 16)
|
|
Me.Label3.TabIndex = 8
|
|
Me.Label3.Text = "Next Shift:"
|
|
'
|
|
'btnStartStop
|
|
'
|
|
Me.btnStartStop.FlatAppearance.BorderColor = System.Drawing.Color.Black
|
|
Me.btnStartStop.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnStartStop.Location = New System.Drawing.Point(346, 160)
|
|
Me.btnStartStop.Name = "btnStartStop"
|
|
Me.btnStartStop.Size = New System.Drawing.Size(104, 35)
|
|
Me.btnStartStop.TabIndex = 7
|
|
Me.btnStartStop.Text = "Enable"
|
|
Me.btnStartStop.UseVisualStyleBackColor = True
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label2.Location = New System.Drawing.Point(384, 30)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(62, 16)
|
|
Me.Label2.TabIndex = 6
|
|
Me.Label2.Text = "Seconds"
|
|
'
|
|
'txtShift
|
|
'
|
|
Me.txtShift.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.txtShift.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtShift.Location = New System.Drawing.Point(351, 28)
|
|
Me.txtShift.Multiline = True
|
|
Me.txtShift.Name = "txtShift"
|
|
Me.txtShift.Size = New System.Drawing.Size(32, 20)
|
|
Me.txtShift.TabIndex = 5
|
|
Me.txtShift.Text = "20"
|
|
Me.txtShift.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label1.Location = New System.Drawing.Point(358, 8)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(79, 16)
|
|
Me.Label1.TabIndex = 4
|
|
Me.Label1.Text = "Shift Interval"
|
|
'
|
|
'btnAddSkin
|
|
'
|
|
Me.btnAddSkin.FlatAppearance.BorderColor = System.Drawing.Color.Black
|
|
Me.btnAddSkin.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnAddSkin.Location = New System.Drawing.Point(371, 121)
|
|
Me.btnAddSkin.Name = "btnAddSkin"
|
|
Me.btnAddSkin.Size = New System.Drawing.Size(79, 35)
|
|
Me.btnAddSkin.TabIndex = 3
|
|
Me.btnAddSkin.Text = "Add Skin"
|
|
Me.btnAddSkin.UseVisualStyleBackColor = True
|
|
'
|
|
'lbskinlist
|
|
'
|
|
Me.lbskinlist.BackColor = System.Drawing.Color.White
|
|
Me.lbskinlist.BorderStyle = System.Windows.Forms.BorderStyle.None
|
|
Me.lbskinlist.Dock = System.Windows.Forms.DockStyle.Left
|
|
Me.lbskinlist.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed
|
|
Me.lbskinlist.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lbskinlist.FormattingEnabled = True
|
|
Me.lbskinlist.ItemHeight = 15
|
|
Me.lbskinlist.Location = New System.Drawing.Point(0, 0)
|
|
Me.lbskinlist.Name = "lbskinlist"
|
|
Me.lbskinlist.Size = New System.Drawing.Size(340, 199)
|
|
Me.lbskinlist.TabIndex = 2
|
|
'
|
|
'pgbottom
|
|
'
|
|
Me.pgbottom.BackColor = System.Drawing.Color.Gray
|
|
Me.pgbottom.Dock = System.Windows.Forms.DockStyle.Bottom
|
|
Me.pgbottom.Location = New System.Drawing.Point(2, 229)
|
|
Me.pgbottom.Name = "pgbottom"
|
|
Me.pgbottom.Size = New System.Drawing.Size(455, 2)
|
|
Me.pgbottom.TabIndex = 23
|
|
'
|
|
'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
|
|
'
|
|
'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
|
|
'
|
|
'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("Felix Titling", 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(118, 18)
|
|
Me.lbtitletext.TabIndex = 19
|
|
Me.lbtitletext.Text = "Skin Shifter"
|
|
'
|
|
'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(457, 0)
|
|
Me.pgtoprcorner.Name = "pgtoprcorner"
|
|
Me.pgtoprcorner.Size = New System.Drawing.Size(2, 30)
|
|
Me.pgtoprcorner.TabIndex = 16
|
|
'
|
|
'pgbottomrcorner
|
|
'
|
|
Me.pgbottomrcorner.BackColor = System.Drawing.Color.Red
|
|
Me.pgbottomrcorner.Dock = System.Windows.Forms.DockStyle.Bottom
|
|
Me.pgbottomrcorner.Location = New System.Drawing.Point(0, 199)
|
|
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(457, 30)
|
|
Me.pgright.Name = "pgright"
|
|
Me.pgright.Size = New System.Drawing.Size(2, 201)
|
|
Me.pgright.TabIndex = 22
|
|
'
|
|
'pgbottomlcorner
|
|
'
|
|
Me.pgbottomlcorner.BackColor = System.Drawing.Color.Red
|
|
Me.pgbottomlcorner.Dock = System.Windows.Forms.DockStyle.Bottom
|
|
Me.pgbottomlcorner.Location = New System.Drawing.Point(0, 199)
|
|
Me.pgbottomlcorner.Name = "pgbottomlcorner"
|
|
Me.pgbottomlcorner.Size = New System.Drawing.Size(2, 2)
|
|
Me.pgbottomlcorner.TabIndex = 14
|
|
'
|
|
'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, 201)
|
|
Me.pgleft.TabIndex = 21
|
|
'
|
|
'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(459, 30)
|
|
Me.titlebar.TabIndex = 19
|
|
'
|
|
'tmrchangeskin
|
|
'
|
|
Me.tmrchangeskin.Interval = 1000
|
|
'
|
|
'btnmoveup
|
|
'
|
|
Me.btnmoveup.BackgroundImage = Global.ShiftOS.My.Resources.Resources.skinuparrow
|
|
Me.btnmoveup.FlatAppearance.BorderColor = System.Drawing.Color.Black
|
|
Me.btnmoveup.FlatAppearance.BorderSize = 0
|
|
Me.btnmoveup.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnmoveup.Location = New System.Drawing.Point(346, 121)
|
|
Me.btnmoveup.Name = "btnmoveup"
|
|
Me.btnmoveup.Size = New System.Drawing.Size(21, 16)
|
|
Me.btnmoveup.TabIndex = 11
|
|
Me.btnmoveup.UseVisualStyleBackColor = True
|
|
'
|
|
'btnmovedown
|
|
'
|
|
Me.btnmovedown.BackgroundImage = Global.ShiftOS.My.Resources.Resources.skindownarrow
|
|
Me.btnmovedown.FlatAppearance.BorderColor = System.Drawing.Color.Black
|
|
Me.btnmovedown.FlatAppearance.BorderSize = 0
|
|
Me.btnmovedown.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnmovedown.Location = New System.Drawing.Point(346, 140)
|
|
Me.btnmovedown.Name = "btnmovedown"
|
|
Me.btnmovedown.Size = New System.Drawing.Size(21, 16)
|
|
Me.btnmovedown.TabIndex = 12
|
|
Me.btnmovedown.UseVisualStyleBackColor = True
|
|
'
|
|
'PictureBox1
|
|
'
|
|
Me.PictureBox1.BackColor = System.Drawing.Color.Black
|
|
Me.PictureBox1.Dock = System.Windows.Forms.DockStyle.Left
|
|
Me.PictureBox1.Location = New System.Drawing.Point(340, 0)
|
|
Me.PictureBox1.Name = "PictureBox1"
|
|
Me.PictureBox1.Size = New System.Drawing.Size(1, 199)
|
|
Me.PictureBox1.TabIndex = 10
|
|
Me.PictureBox1.TabStop = False
|
|
'
|
|
'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
|
|
'
|
|
'Skinshifter
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.BackColor = System.Drawing.Color.White
|
|
Me.ClientSize = New System.Drawing.Size(459, 231)
|
|
Me.Controls.Add(Me.pgcontents)
|
|
Me.Controls.Add(Me.pgbottom)
|
|
Me.Controls.Add(Me.pgright)
|
|
Me.Controls.Add(Me.pgleft)
|
|
Me.Controls.Add(Me.titlebar)
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
|
|
Me.Name = "Skinshifter"
|
|
Me.Text = "Skinshifter"
|
|
Me.TopMost = True
|
|
Me.pgcontents.ResumeLayout(False)
|
|
Me.pgcontents.PerformLayout()
|
|
Me.pgright.ResumeLayout(False)
|
|
Me.pgleft.ResumeLayout(False)
|
|
Me.titlebar.ResumeLayout(False)
|
|
Me.titlebar.PerformLayout()
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.pnlicon, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents pullside As System.Windows.Forms.Timer
|
|
Friend WithEvents pullbs As System.Windows.Forms.Timer
|
|
Friend WithEvents pgcontents As System.Windows.Forms.Panel
|
|
Friend WithEvents pgbottom As System.Windows.Forms.Panel
|
|
Friend WithEvents pullbottom As System.Windows.Forms.Timer
|
|
Friend WithEvents minimizebutton As System.Windows.Forms.Panel
|
|
Friend WithEvents pnlicon As System.Windows.Forms.PictureBox
|
|
Friend WithEvents rollupbutton As System.Windows.Forms.Panel
|
|
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 pgbottomrcorner As System.Windows.Forms.Panel
|
|
Friend WithEvents pgright As System.Windows.Forms.Panel
|
|
Friend WithEvents pgbottomlcorner As System.Windows.Forms.Panel
|
|
Friend WithEvents pgleft As System.Windows.Forms.Panel
|
|
Friend WithEvents titlebar As System.Windows.Forms.Panel
|
|
Friend WithEvents lblsecondstillshift As System.Windows.Forms.Label
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|
Friend WithEvents btnStartStop As System.Windows.Forms.Button
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents txtShift As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents btnAddSkin As System.Windows.Forms.Button
|
|
Friend WithEvents lbskinlist As System.Windows.Forms.ListBox
|
|
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
|
|
Friend WithEvents tmrchangeskin As System.Windows.Forms.Timer
|
|
Friend WithEvents btnmovedown As System.Windows.Forms.Button
|
|
Friend WithEvents btnmoveup As System.Windows.Forms.Button
|
|
End Class
|