mirror of
https://github.com/TheUltimateHacker/ShiftOS.git
synced 2025-01-23 00:12:15 +00:00
1576 lines
89 KiB
VB.net
1576 lines
89 KiB
VB.net
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|||
|
Partial Class ShiftOSDesktop
|
|||
|
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.desktoppanel = New System.Windows.Forms.Panel()
|
|||
|
Me.pnlpanelbuttonholder = New System.Windows.Forms.FlowLayoutPanel()
|
|||
|
Me.pnlpanelbuttonclock = New System.Windows.Forms.Panel()
|
|||
|
Me.tbclockicon = New System.Windows.Forms.PictureBox()
|
|||
|
Me.tbclocktext = New System.Windows.Forms.Label()
|
|||
|
Me.pnlpanelbuttonskinloader = New System.Windows.Forms.Panel()
|
|||
|
Me.tbskinloadericon = New System.Windows.Forms.PictureBox()
|
|||
|
Me.tbskinloadertext = New System.Windows.Forms.Label()
|
|||
|
Me.pnlpanelbuttonfileskimmer = New System.Windows.Forms.Panel()
|
|||
|
Me.tbfileskimmericon = New System.Windows.Forms.PictureBox()
|
|||
|
Me.tbfileskimmertext = New System.Windows.Forms.Label()
|
|||
|
Me.pnlpanelbuttonfileopener = New System.Windows.Forms.Panel()
|
|||
|
Me.tbfileopenericon = New System.Windows.Forms.PictureBox()
|
|||
|
Me.tbfileopenertext = New System.Windows.Forms.Label()
|
|||
|
Me.pnlpanelbuttoninfobox = New System.Windows.Forms.Panel()
|
|||
|
Me.tbinfoboxicon = New System.Windows.Forms.PictureBox()
|
|||
|
Me.tbinfoboxtext = New System.Windows.Forms.Label()
|
|||
|
Me.pnlpanelbuttonknowledgeinput = New System.Windows.Forms.Panel()
|
|||
|
Me.tbknowledgeinputicon = New System.Windows.Forms.PictureBox()
|
|||
|
Me.tbknowledgeinputtext = New System.Windows.Forms.Label()
|
|||
|
Me.pnlpanelbuttoncolourpicker = New System.Windows.Forms.Panel()
|
|||
|
Me.tbcolourpickericon = New System.Windows.Forms.PictureBox()
|
|||
|
Me.tbcolourpickertext = New System.Windows.Forms.Label()
|
|||
|
Me.pnlpanelbuttonshiftorium = New System.Windows.Forms.Panel()
|
|||
|
Me.tbshiftoriumicon = New System.Windows.Forms.PictureBox()
|
|||
|
Me.tbshiftoriumtext = New System.Windows.Forms.Label()
|
|||
|
Me.pnlpanelbuttonfilesaver = New System.Windows.Forms.Panel()
|
|||
|
Me.tbfilesavericon = New System.Windows.Forms.PictureBox()
|
|||
|
Me.tbfilesavertext = New System.Windows.Forms.Label()
|
|||
|
Me.pnlpanelbuttonshifter = New System.Windows.Forms.Panel()
|
|||
|
Me.tbshiftericon = New System.Windows.Forms.PictureBox()
|
|||
|
Me.tbshiftertext = New System.Windows.Forms.Label()
|
|||
|
Me.pnlpanelbuttonpong = New System.Windows.Forms.Panel()
|
|||
|
Me.tbpongicon = New System.Windows.Forms.PictureBox()
|
|||
|
Me.tbpongtext = New System.Windows.Forms.Label()
|
|||
|
Me.pnlpanelbuttonterminal = New System.Windows.Forms.Panel()
|
|||
|
Me.tbterminalicon = New System.Windows.Forms.PictureBox()
|
|||
|
Me.tbterminaltext = New System.Windows.Forms.Label()
|
|||
|
Me.pnlpanelbuttontextpad = New System.Windows.Forms.Panel()
|
|||
|
Me.tbtextpadicon = New System.Windows.Forms.PictureBox()
|
|||
|
Me.tbtextpadtext = New System.Windows.Forms.Label()
|
|||
|
Me.pnlpanelbuttongraphicpicker = New System.Windows.Forms.Panel()
|
|||
|
Me.tbgraphicpickericon = New System.Windows.Forms.PictureBox()
|
|||
|
Me.tbgraphicpickertext = New System.Windows.Forms.Label()
|
|||
|
Me.pnlpanelbuttonartpad = New System.Windows.Forms.Panel()
|
|||
|
Me.tbartpadicon = New System.Windows.Forms.PictureBox()
|
|||
|
Me.tbartpadtext = New System.Windows.Forms.Label()
|
|||
|
Me.pnlpanelbuttoncalculator = New System.Windows.Forms.Panel()
|
|||
|
Me.tbcalculatoricon = New System.Windows.Forms.PictureBox()
|
|||
|
Me.tbcalculatortext = New System.Windows.Forms.Label()
|
|||
|
Me.pnlpanelbuttonaudioplayer = New System.Windows.Forms.Panel()
|
|||
|
Me.tbaudioplayericon = New System.Windows.Forms.PictureBox()
|
|||
|
Me.tbaudioplayertext = New System.Windows.Forms.Label()
|
|||
|
Me.pnlpanelbuttonwebbrowser = New System.Windows.Forms.Panel()
|
|||
|
Me.tbwebbrowsericon = New System.Windows.Forms.PictureBox()
|
|||
|
Me.tbwebbrowsertext = New System.Windows.Forms.Label()
|
|||
|
Me.pnlpanelbuttonvideoplayer = New System.Windows.Forms.Panel()
|
|||
|
Me.tbvideoplayericon = New System.Windows.Forms.PictureBox()
|
|||
|
Me.tbvideoplayertext = New System.Windows.Forms.Label()
|
|||
|
Me.pnlpanelbuttonnamechanger = New System.Windows.Forms.Panel()
|
|||
|
Me.tbnamechangericon = New System.Windows.Forms.PictureBox()
|
|||
|
Me.tbnamechangertext = New System.Windows.Forms.Label()
|
|||
|
Me.pnlpanelbuttoniconmanager = New System.Windows.Forms.Panel()
|
|||
|
Me.tbiconmanagericon = New System.Windows.Forms.PictureBox()
|
|||
|
Me.tbiconmanagertext = New System.Windows.Forms.Label()
|
|||
|
Me.pnlpanelbuttonbitnotewallet = New System.Windows.Forms.Panel()
|
|||
|
Me.tbbitnotewalleticon = New System.Windows.Forms.PictureBox()
|
|||
|
Me.tbbitnotewallettext = New System.Windows.Forms.Label()
|
|||
|
Me.pnlpanelbuttonbitnotedigger = New System.Windows.Forms.Panel()
|
|||
|
Me.tbbitnotediggericon = New System.Windows.Forms.PictureBox()
|
|||
|
Me.tbbitnotediggertext = New System.Windows.Forms.Label()
|
|||
|
Me.pnlpanelbuttonskinshifter = New System.Windows.Forms.Panel()
|
|||
|
Me.tbskinshiftericon = New System.Windows.Forms.PictureBox()
|
|||
|
Me.tbskinshiftertext = New System.Windows.Forms.Label()
|
|||
|
Me.applaunchermenuholder = New System.Windows.Forms.Panel()
|
|||
|
Me.desktopappmenu = New System.Windows.Forms.MenuStrip()
|
|||
|
Me.ApplicationsToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
Me.KnowledgeInputToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
Me.ShiftoriumToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
Me.ClockToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
Me.TerminalToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
Me.FileSkimmerToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
Me.TextPadToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
Me.ShifterToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
Me.PongToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
Me.SkinLoaderToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
Me.ArtpadToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
Me.CalculatorToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
Me.AudioplayerToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
Me.WebBrowserToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
Me.VideoplayerToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
Me.NameChangerToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
Me.IconManagerToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
Me.BitnoteWalletToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
Me.BitnoteDiggerToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
Me.SkinShifterToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
|
|||
|
Me.ShutdownToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
Me.timepanel = New System.Windows.Forms.Panel()
|
|||
|
Me.paneltimetext = New System.Windows.Forms.Label()
|
|||
|
Me.clocktick = New System.Windows.Forms.Timer(Me.components)
|
|||
|
Me.autosave = New System.Windows.Forms.Timer(Me.components)
|
|||
|
Me.pnlpanelbuttonshiftnet = New System.Windows.Forms.Panel()
|
|||
|
Me.tbshiftneticon = New System.Windows.Forms.PictureBox()
|
|||
|
Me.tbshiftnettext = New System.Windows.Forms.Label()
|
|||
|
Me.pnlpanelbuttondownloader = New System.Windows.Forms.Panel()
|
|||
|
Me.tbdownloadericon = New System.Windows.Forms.PictureBox()
|
|||
|
Me.tbdownloadertext = New System.Windows.Forms.Label()
|
|||
|
Me.ShiftnetToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|||
|
Me.desktoppanel.SuspendLayout()
|
|||
|
Me.pnlpanelbuttonholder.SuspendLayout()
|
|||
|
Me.pnlpanelbuttonclock.SuspendLayout()
|
|||
|
CType(Me.tbclockicon, System.ComponentModel.ISupportInitialize).BeginInit()
|
|||
|
Me.pnlpanelbuttonskinloader.SuspendLayout()
|
|||
|
CType(Me.tbskinloadericon, System.ComponentModel.ISupportInitialize).BeginInit()
|
|||
|
Me.pnlpanelbuttonfileskimmer.SuspendLayout()
|
|||
|
CType(Me.tbfileskimmericon, System.ComponentModel.ISupportInitialize).BeginInit()
|
|||
|
Me.pnlpanelbuttonfileopener.SuspendLayout()
|
|||
|
CType(Me.tbfileopenericon, System.ComponentModel.ISupportInitialize).BeginInit()
|
|||
|
Me.pnlpanelbuttoninfobox.SuspendLayout()
|
|||
|
CType(Me.tbinfoboxicon, System.ComponentModel.ISupportInitialize).BeginInit()
|
|||
|
Me.pnlpanelbuttonknowledgeinput.SuspendLayout()
|
|||
|
CType(Me.tbknowledgeinputicon, System.ComponentModel.ISupportInitialize).BeginInit()
|
|||
|
Me.pnlpanelbuttoncolourpicker.SuspendLayout()
|
|||
|
CType(Me.tbcolourpickericon, System.ComponentModel.ISupportInitialize).BeginInit()
|
|||
|
Me.pnlpanelbuttonshiftorium.SuspendLayout()
|
|||
|
CType(Me.tbshiftoriumicon, System.ComponentModel.ISupportInitialize).BeginInit()
|
|||
|
Me.pnlpanelbuttonfilesaver.SuspendLayout()
|
|||
|
CType(Me.tbfilesavericon, System.ComponentModel.ISupportInitialize).BeginInit()
|
|||
|
Me.pnlpanelbuttonshifter.SuspendLayout()
|
|||
|
CType(Me.tbshiftericon, System.ComponentModel.ISupportInitialize).BeginInit()
|
|||
|
Me.pnlpanelbuttonpong.SuspendLayout()
|
|||
|
CType(Me.tbpongicon, System.ComponentModel.ISupportInitialize).BeginInit()
|
|||
|
Me.pnlpanelbuttonterminal.SuspendLayout()
|
|||
|
CType(Me.tbterminalicon, System.ComponentModel.ISupportInitialize).BeginInit()
|
|||
|
Me.pnlpanelbuttontextpad.SuspendLayout()
|
|||
|
CType(Me.tbtextpadicon, System.ComponentModel.ISupportInitialize).BeginInit()
|
|||
|
Me.pnlpanelbuttongraphicpicker.SuspendLayout()
|
|||
|
CType(Me.tbgraphicpickericon, System.ComponentModel.ISupportInitialize).BeginInit()
|
|||
|
Me.pnlpanelbuttonartpad.SuspendLayout()
|
|||
|
CType(Me.tbartpadicon, System.ComponentModel.ISupportInitialize).BeginInit()
|
|||
|
Me.pnlpanelbuttoncalculator.SuspendLayout()
|
|||
|
CType(Me.tbcalculatoricon, System.ComponentModel.ISupportInitialize).BeginInit()
|
|||
|
Me.pnlpanelbuttonaudioplayer.SuspendLayout()
|
|||
|
CType(Me.tbaudioplayericon, System.ComponentModel.ISupportInitialize).BeginInit()
|
|||
|
Me.pnlpanelbuttonwebbrowser.SuspendLayout()
|
|||
|
CType(Me.tbwebbrowsericon, System.ComponentModel.ISupportInitialize).BeginInit()
|
|||
|
Me.pnlpanelbuttonvideoplayer.SuspendLayout()
|
|||
|
CType(Me.tbvideoplayericon, System.ComponentModel.ISupportInitialize).BeginInit()
|
|||
|
Me.pnlpanelbuttonnamechanger.SuspendLayout()
|
|||
|
CType(Me.tbnamechangericon, System.ComponentModel.ISupportInitialize).BeginInit()
|
|||
|
Me.pnlpanelbuttoniconmanager.SuspendLayout()
|
|||
|
CType(Me.tbiconmanagericon, System.ComponentModel.ISupportInitialize).BeginInit()
|
|||
|
Me.pnlpanelbuttonbitnotewallet.SuspendLayout()
|
|||
|
CType(Me.tbbitnotewalleticon, System.ComponentModel.ISupportInitialize).BeginInit()
|
|||
|
Me.pnlpanelbuttonbitnotedigger.SuspendLayout()
|
|||
|
CType(Me.tbbitnotediggericon, System.ComponentModel.ISupportInitialize).BeginInit()
|
|||
|
Me.pnlpanelbuttonskinshifter.SuspendLayout()
|
|||
|
CType(Me.tbskinshiftericon, System.ComponentModel.ISupportInitialize).BeginInit()
|
|||
|
Me.applaunchermenuholder.SuspendLayout()
|
|||
|
Me.desktopappmenu.SuspendLayout()
|
|||
|
Me.timepanel.SuspendLayout()
|
|||
|
Me.pnlpanelbuttonshiftnet.SuspendLayout()
|
|||
|
CType(Me.tbshiftneticon, System.ComponentModel.ISupportInitialize).BeginInit()
|
|||
|
Me.pnlpanelbuttondownloader.SuspendLayout()
|
|||
|
CType(Me.tbdownloadericon, System.ComponentModel.ISupportInitialize).BeginInit()
|
|||
|
Me.SuspendLayout()
|
|||
|
'
|
|||
|
'desktoppanel
|
|||
|
'
|
|||
|
Me.desktoppanel.BackColor = System.Drawing.Color.Gray
|
|||
|
Me.desktoppanel.Controls.Add(Me.pnlpanelbuttonholder)
|
|||
|
Me.desktoppanel.Controls.Add(Me.applaunchermenuholder)
|
|||
|
Me.desktoppanel.Controls.Add(Me.timepanel)
|
|||
|
Me.desktoppanel.Dock = System.Windows.Forms.DockStyle.Top
|
|||
|
Me.desktoppanel.Location = New System.Drawing.Point(0, 0)
|
|||
|
Me.desktoppanel.Name = "desktoppanel"
|
|||
|
Me.desktoppanel.Size = New System.Drawing.Size(1745, 24)
|
|||
|
Me.desktoppanel.TabIndex = 0
|
|||
|
Me.desktoppanel.Visible = False
|
|||
|
'
|
|||
|
'pnlpanelbuttonholder
|
|||
|
'
|
|||
|
Me.pnlpanelbuttonholder.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.pnlpanelbuttonholder.Controls.Add(Me.pnlpanelbuttonclock)
|
|||
|
Me.pnlpanelbuttonholder.Controls.Add(Me.pnlpanelbuttonskinloader)
|
|||
|
Me.pnlpanelbuttonholder.Controls.Add(Me.pnlpanelbuttonfileskimmer)
|
|||
|
Me.pnlpanelbuttonholder.Controls.Add(Me.pnlpanelbuttonfileopener)
|
|||
|
Me.pnlpanelbuttonholder.Controls.Add(Me.pnlpanelbuttoninfobox)
|
|||
|
Me.pnlpanelbuttonholder.Controls.Add(Me.pnlpanelbuttonknowledgeinput)
|
|||
|
Me.pnlpanelbuttonholder.Controls.Add(Me.pnlpanelbuttoncolourpicker)
|
|||
|
Me.pnlpanelbuttonholder.Controls.Add(Me.pnlpanelbuttonshiftorium)
|
|||
|
Me.pnlpanelbuttonholder.Controls.Add(Me.pnlpanelbuttonfilesaver)
|
|||
|
Me.pnlpanelbuttonholder.Controls.Add(Me.pnlpanelbuttonshifter)
|
|||
|
Me.pnlpanelbuttonholder.Controls.Add(Me.pnlpanelbuttonpong)
|
|||
|
Me.pnlpanelbuttonholder.Controls.Add(Me.pnlpanelbuttonterminal)
|
|||
|
Me.pnlpanelbuttonholder.Controls.Add(Me.pnlpanelbuttontextpad)
|
|||
|
Me.pnlpanelbuttonholder.Controls.Add(Me.pnlpanelbuttongraphicpicker)
|
|||
|
Me.pnlpanelbuttonholder.Controls.Add(Me.pnlpanelbuttonartpad)
|
|||
|
Me.pnlpanelbuttonholder.Controls.Add(Me.pnlpanelbuttoncalculator)
|
|||
|
Me.pnlpanelbuttonholder.Controls.Add(Me.pnlpanelbuttonaudioplayer)
|
|||
|
Me.pnlpanelbuttonholder.Controls.Add(Me.pnlpanelbuttonwebbrowser)
|
|||
|
Me.pnlpanelbuttonholder.Controls.Add(Me.pnlpanelbuttonvideoplayer)
|
|||
|
Me.pnlpanelbuttonholder.Controls.Add(Me.pnlpanelbuttonnamechanger)
|
|||
|
Me.pnlpanelbuttonholder.Controls.Add(Me.pnlpanelbuttoniconmanager)
|
|||
|
Me.pnlpanelbuttonholder.Controls.Add(Me.pnlpanelbuttonbitnotewallet)
|
|||
|
Me.pnlpanelbuttonholder.Controls.Add(Me.pnlpanelbuttonbitnotedigger)
|
|||
|
Me.pnlpanelbuttonholder.Controls.Add(Me.pnlpanelbuttonskinshifter)
|
|||
|
Me.pnlpanelbuttonholder.Controls.Add(Me.pnlpanelbuttonshiftnet)
|
|||
|
Me.pnlpanelbuttonholder.Controls.Add(Me.pnlpanelbuttondownloader)
|
|||
|
Me.pnlpanelbuttonholder.Dock = System.Windows.Forms.DockStyle.Fill
|
|||
|
Me.pnlpanelbuttonholder.Location = New System.Drawing.Point(130, 0)
|
|||
|
Me.pnlpanelbuttonholder.Name = "pnlpanelbuttonholder"
|
|||
|
Me.pnlpanelbuttonholder.Padding = New System.Windows.Forms.Padding(2, 0, 0, 0)
|
|||
|
Me.pnlpanelbuttonholder.Size = New System.Drawing.Size(1518, 24)
|
|||
|
Me.pnlpanelbuttonholder.TabIndex = 1
|
|||
|
'
|
|||
|
'pnlpanelbuttonclock
|
|||
|
'
|
|||
|
Me.pnlpanelbuttonclock.BackColor = System.Drawing.Color.Black
|
|||
|
Me.pnlpanelbuttonclock.Controls.Add(Me.tbclockicon)
|
|||
|
Me.pnlpanelbuttonclock.Controls.Add(Me.tbclocktext)
|
|||
|
Me.pnlpanelbuttonclock.Location = New System.Drawing.Point(5, 3)
|
|||
|
Me.pnlpanelbuttonclock.Name = "pnlpanelbuttonclock"
|
|||
|
Me.pnlpanelbuttonclock.Size = New System.Drawing.Size(52, 20)
|
|||
|
Me.pnlpanelbuttonclock.TabIndex = 5
|
|||
|
Me.pnlpanelbuttonclock.Visible = False
|
|||
|
'
|
|||
|
'tbclockicon
|
|||
|
'
|
|||
|
Me.tbclockicon.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.tbclockicon.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
|
|||
|
Me.tbclockicon.Image = Global.ShiftOS.My.Resources.Resources.iconClock
|
|||
|
Me.tbclockicon.Location = New System.Drawing.Point(4, 2)
|
|||
|
Me.tbclockicon.Name = "tbclockicon"
|
|||
|
Me.tbclockicon.Size = New System.Drawing.Size(16, 16)
|
|||
|
Me.tbclockicon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
|||
|
Me.tbclockicon.TabIndex = 1
|
|||
|
Me.tbclockicon.TabStop = False
|
|||
|
'
|
|||
|
'tbclocktext
|
|||
|
'
|
|||
|
Me.tbclocktext.AutoSize = True
|
|||
|
Me.tbclocktext.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.tbclocktext.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.tbclocktext.ForeColor = System.Drawing.Color.White
|
|||
|
Me.tbclocktext.Location = New System.Drawing.Point(24, 2)
|
|||
|
Me.tbclocktext.Name = "tbclocktext"
|
|||
|
Me.tbclocktext.Size = New System.Drawing.Size(42, 16)
|
|||
|
Me.tbclocktext.TabIndex = 0
|
|||
|
Me.tbclocktext.Text = "Clock"
|
|||
|
'
|
|||
|
'pnlpanelbuttonskinloader
|
|||
|
'
|
|||
|
Me.pnlpanelbuttonskinloader.BackColor = System.Drawing.Color.Black
|
|||
|
Me.pnlpanelbuttonskinloader.Controls.Add(Me.tbskinloadericon)
|
|||
|
Me.pnlpanelbuttonskinloader.Controls.Add(Me.tbskinloadertext)
|
|||
|
Me.pnlpanelbuttonskinloader.Location = New System.Drawing.Point(63, 3)
|
|||
|
Me.pnlpanelbuttonskinloader.Name = "pnlpanelbuttonskinloader"
|
|||
|
Me.pnlpanelbuttonskinloader.Size = New System.Drawing.Size(52, 20)
|
|||
|
Me.pnlpanelbuttonskinloader.TabIndex = 7
|
|||
|
Me.pnlpanelbuttonskinloader.Visible = False
|
|||
|
'
|
|||
|
'tbskinloadericon
|
|||
|
'
|
|||
|
Me.tbskinloadericon.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.tbskinloadericon.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
|
|||
|
Me.tbskinloadericon.Image = Global.ShiftOS.My.Resources.Resources.iconSkinLoader
|
|||
|
Me.tbskinloadericon.Location = New System.Drawing.Point(4, 2)
|
|||
|
Me.tbskinloadericon.Name = "tbskinloadericon"
|
|||
|
Me.tbskinloadericon.Size = New System.Drawing.Size(16, 16)
|
|||
|
Me.tbskinloadericon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
|||
|
Me.tbskinloadericon.TabIndex = 1
|
|||
|
Me.tbskinloadericon.TabStop = False
|
|||
|
'
|
|||
|
'tbskinloadertext
|
|||
|
'
|
|||
|
Me.tbskinloadertext.AutoSize = True
|
|||
|
Me.tbskinloadertext.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.tbskinloadertext.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.tbskinloadertext.ForeColor = System.Drawing.Color.White
|
|||
|
Me.tbskinloadertext.Location = New System.Drawing.Point(24, 2)
|
|||
|
Me.tbskinloadertext.Name = "tbskinloadertext"
|
|||
|
Me.tbskinloadertext.Size = New System.Drawing.Size(80, 16)
|
|||
|
Me.tbskinloadertext.TabIndex = 0
|
|||
|
Me.tbskinloadertext.Text = "Skin Loader"
|
|||
|
'
|
|||
|
'pnlpanelbuttonfileskimmer
|
|||
|
'
|
|||
|
Me.pnlpanelbuttonfileskimmer.BackColor = System.Drawing.Color.Black
|
|||
|
Me.pnlpanelbuttonfileskimmer.Controls.Add(Me.tbfileskimmericon)
|
|||
|
Me.pnlpanelbuttonfileskimmer.Controls.Add(Me.tbfileskimmertext)
|
|||
|
Me.pnlpanelbuttonfileskimmer.Location = New System.Drawing.Point(121, 3)
|
|||
|
Me.pnlpanelbuttonfileskimmer.Name = "pnlpanelbuttonfileskimmer"
|
|||
|
Me.pnlpanelbuttonfileskimmer.Size = New System.Drawing.Size(52, 20)
|
|||
|
Me.pnlpanelbuttonfileskimmer.TabIndex = 6
|
|||
|
Me.pnlpanelbuttonfileskimmer.Visible = False
|
|||
|
'
|
|||
|
'tbfileskimmericon
|
|||
|
'
|
|||
|
Me.tbfileskimmericon.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.tbfileskimmericon.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
|
|||
|
Me.tbfileskimmericon.Image = Global.ShiftOS.My.Resources.Resources.iconFileSkimmer
|
|||
|
Me.tbfileskimmericon.Location = New System.Drawing.Point(4, 2)
|
|||
|
Me.tbfileskimmericon.Name = "tbfileskimmericon"
|
|||
|
Me.tbfileskimmericon.Size = New System.Drawing.Size(16, 16)
|
|||
|
Me.tbfileskimmericon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
|||
|
Me.tbfileskimmericon.TabIndex = 1
|
|||
|
Me.tbfileskimmericon.TabStop = False
|
|||
|
'
|
|||
|
'tbfileskimmertext
|
|||
|
'
|
|||
|
Me.tbfileskimmertext.AutoSize = True
|
|||
|
Me.tbfileskimmertext.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.tbfileskimmertext.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.tbfileskimmertext.ForeColor = System.Drawing.Color.White
|
|||
|
Me.tbfileskimmertext.Location = New System.Drawing.Point(24, 2)
|
|||
|
Me.tbfileskimmertext.Name = "tbfileskimmertext"
|
|||
|
Me.tbfileskimmertext.Size = New System.Drawing.Size(86, 16)
|
|||
|
Me.tbfileskimmertext.TabIndex = 0
|
|||
|
Me.tbfileskimmertext.Text = "File Skimmer"
|
|||
|
'
|
|||
|
'pnlpanelbuttonfileopener
|
|||
|
'
|
|||
|
Me.pnlpanelbuttonfileopener.BackColor = System.Drawing.Color.Black
|
|||
|
Me.pnlpanelbuttonfileopener.Controls.Add(Me.tbfileopenericon)
|
|||
|
Me.pnlpanelbuttonfileopener.Controls.Add(Me.tbfileopenertext)
|
|||
|
Me.pnlpanelbuttonfileopener.Location = New System.Drawing.Point(179, 3)
|
|||
|
Me.pnlpanelbuttonfileopener.Name = "pnlpanelbuttonfileopener"
|
|||
|
Me.pnlpanelbuttonfileopener.Size = New System.Drawing.Size(52, 20)
|
|||
|
Me.pnlpanelbuttonfileopener.TabIndex = 6
|
|||
|
Me.pnlpanelbuttonfileopener.Visible = False
|
|||
|
'
|
|||
|
'tbfileopenericon
|
|||
|
'
|
|||
|
Me.tbfileopenericon.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.tbfileopenericon.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
|
|||
|
Me.tbfileopenericon.Image = Global.ShiftOS.My.Resources.Resources.iconFileOpener
|
|||
|
Me.tbfileopenericon.Location = New System.Drawing.Point(4, 2)
|
|||
|
Me.tbfileopenericon.Name = "tbfileopenericon"
|
|||
|
Me.tbfileopenericon.Size = New System.Drawing.Size(16, 16)
|
|||
|
Me.tbfileopenericon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
|||
|
Me.tbfileopenericon.TabIndex = 1
|
|||
|
Me.tbfileopenericon.TabStop = False
|
|||
|
'
|
|||
|
'tbfileopenertext
|
|||
|
'
|
|||
|
Me.tbfileopenertext.AutoSize = True
|
|||
|
Me.tbfileopenertext.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.tbfileopenertext.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.tbfileopenertext.ForeColor = System.Drawing.Color.White
|
|||
|
Me.tbfileopenertext.Location = New System.Drawing.Point(24, 2)
|
|||
|
Me.tbfileopenertext.Name = "tbfileopenertext"
|
|||
|
Me.tbfileopenertext.Size = New System.Drawing.Size(78, 16)
|
|||
|
Me.tbfileopenertext.TabIndex = 0
|
|||
|
Me.tbfileopenertext.Text = "File Opener"
|
|||
|
'
|
|||
|
'pnlpanelbuttoninfobox
|
|||
|
'
|
|||
|
Me.pnlpanelbuttoninfobox.BackColor = System.Drawing.Color.Black
|
|||
|
Me.pnlpanelbuttoninfobox.Controls.Add(Me.tbinfoboxicon)
|
|||
|
Me.pnlpanelbuttoninfobox.Controls.Add(Me.tbinfoboxtext)
|
|||
|
Me.pnlpanelbuttoninfobox.Location = New System.Drawing.Point(237, 3)
|
|||
|
Me.pnlpanelbuttoninfobox.Name = "pnlpanelbuttoninfobox"
|
|||
|
Me.pnlpanelbuttoninfobox.Size = New System.Drawing.Size(52, 20)
|
|||
|
Me.pnlpanelbuttoninfobox.TabIndex = 6
|
|||
|
Me.pnlpanelbuttoninfobox.Visible = False
|
|||
|
'
|
|||
|
'tbinfoboxicon
|
|||
|
'
|
|||
|
Me.tbinfoboxicon.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.tbinfoboxicon.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
|
|||
|
Me.tbinfoboxicon.Image = Global.ShiftOS.My.Resources.Resources.iconInfoBox
|
|||
|
Me.tbinfoboxicon.Location = New System.Drawing.Point(4, 2)
|
|||
|
Me.tbinfoboxicon.Name = "tbinfoboxicon"
|
|||
|
Me.tbinfoboxicon.Size = New System.Drawing.Size(16, 16)
|
|||
|
Me.tbinfoboxicon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
|||
|
Me.tbinfoboxicon.TabIndex = 1
|
|||
|
Me.tbinfoboxicon.TabStop = False
|
|||
|
'
|
|||
|
'tbinfoboxtext
|
|||
|
'
|
|||
|
Me.tbinfoboxtext.AutoSize = True
|
|||
|
Me.tbinfoboxtext.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.tbinfoboxtext.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.tbinfoboxtext.ForeColor = System.Drawing.Color.White
|
|||
|
Me.tbinfoboxtext.Location = New System.Drawing.Point(24, 2)
|
|||
|
Me.tbinfoboxtext.Name = "tbinfoboxtext"
|
|||
|
Me.tbinfoboxtext.Size = New System.Drawing.Size(52, 16)
|
|||
|
Me.tbinfoboxtext.TabIndex = 0
|
|||
|
Me.tbinfoboxtext.Text = "InfoBox"
|
|||
|
'
|
|||
|
'pnlpanelbuttonknowledgeinput
|
|||
|
'
|
|||
|
Me.pnlpanelbuttonknowledgeinput.BackColor = System.Drawing.Color.Black
|
|||
|
Me.pnlpanelbuttonknowledgeinput.Controls.Add(Me.tbknowledgeinputicon)
|
|||
|
Me.pnlpanelbuttonknowledgeinput.Controls.Add(Me.tbknowledgeinputtext)
|
|||
|
Me.pnlpanelbuttonknowledgeinput.Location = New System.Drawing.Point(295, 3)
|
|||
|
Me.pnlpanelbuttonknowledgeinput.Name = "pnlpanelbuttonknowledgeinput"
|
|||
|
Me.pnlpanelbuttonknowledgeinput.Size = New System.Drawing.Size(52, 20)
|
|||
|
Me.pnlpanelbuttonknowledgeinput.TabIndex = 6
|
|||
|
Me.pnlpanelbuttonknowledgeinput.Visible = False
|
|||
|
'
|
|||
|
'tbknowledgeinputicon
|
|||
|
'
|
|||
|
Me.tbknowledgeinputicon.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.tbknowledgeinputicon.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
|
|||
|
Me.tbknowledgeinputicon.Image = Global.ShiftOS.My.Resources.Resources.iconKnowledgeInput
|
|||
|
Me.tbknowledgeinputicon.Location = New System.Drawing.Point(4, 2)
|
|||
|
Me.tbknowledgeinputicon.Name = "tbknowledgeinputicon"
|
|||
|
Me.tbknowledgeinputicon.Size = New System.Drawing.Size(16, 16)
|
|||
|
Me.tbknowledgeinputicon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
|||
|
Me.tbknowledgeinputicon.TabIndex = 1
|
|||
|
Me.tbknowledgeinputicon.TabStop = False
|
|||
|
'
|
|||
|
'tbknowledgeinputtext
|
|||
|
'
|
|||
|
Me.tbknowledgeinputtext.AutoSize = True
|
|||
|
Me.tbknowledgeinputtext.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.tbknowledgeinputtext.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.tbknowledgeinputtext.ForeColor = System.Drawing.Color.White
|
|||
|
Me.tbknowledgeinputtext.Location = New System.Drawing.Point(24, 2)
|
|||
|
Me.tbknowledgeinputtext.Name = "tbknowledgeinputtext"
|
|||
|
Me.tbknowledgeinputtext.Size = New System.Drawing.Size(106, 16)
|
|||
|
Me.tbknowledgeinputtext.TabIndex = 0
|
|||
|
Me.tbknowledgeinputtext.Text = "Knowledge Input"
|
|||
|
'
|
|||
|
'pnlpanelbuttoncolourpicker
|
|||
|
'
|
|||
|
Me.pnlpanelbuttoncolourpicker.BackColor = System.Drawing.Color.Black
|
|||
|
Me.pnlpanelbuttoncolourpicker.Controls.Add(Me.tbcolourpickericon)
|
|||
|
Me.pnlpanelbuttoncolourpicker.Controls.Add(Me.tbcolourpickertext)
|
|||
|
Me.pnlpanelbuttoncolourpicker.Location = New System.Drawing.Point(353, 3)
|
|||
|
Me.pnlpanelbuttoncolourpicker.Name = "pnlpanelbuttoncolourpicker"
|
|||
|
Me.pnlpanelbuttoncolourpicker.Size = New System.Drawing.Size(52, 20)
|
|||
|
Me.pnlpanelbuttoncolourpicker.TabIndex = 6
|
|||
|
Me.pnlpanelbuttoncolourpicker.Visible = False
|
|||
|
'
|
|||
|
'tbcolourpickericon
|
|||
|
'
|
|||
|
Me.tbcolourpickericon.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.tbcolourpickericon.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
|
|||
|
Me.tbcolourpickericon.Image = Global.ShiftOS.My.Resources.Resources.iconColourPicker
|
|||
|
Me.tbcolourpickericon.Location = New System.Drawing.Point(4, 2)
|
|||
|
Me.tbcolourpickericon.Name = "tbcolourpickericon"
|
|||
|
Me.tbcolourpickericon.Size = New System.Drawing.Size(16, 16)
|
|||
|
Me.tbcolourpickericon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
|||
|
Me.tbcolourpickericon.TabIndex = 1
|
|||
|
Me.tbcolourpickericon.TabStop = False
|
|||
|
'
|
|||
|
'tbcolourpickertext
|
|||
|
'
|
|||
|
Me.tbcolourpickertext.AutoSize = True
|
|||
|
Me.tbcolourpickertext.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.tbcolourpickertext.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.tbcolourpickertext.ForeColor = System.Drawing.Color.White
|
|||
|
Me.tbcolourpickertext.Location = New System.Drawing.Point(24, 2)
|
|||
|
Me.tbcolourpickertext.Name = "tbcolourpickertext"
|
|||
|
Me.tbcolourpickertext.Size = New System.Drawing.Size(88, 16)
|
|||
|
Me.tbcolourpickertext.TabIndex = 0
|
|||
|
Me.tbcolourpickertext.Text = "Colour Picker"
|
|||
|
'
|
|||
|
'pnlpanelbuttonshiftorium
|
|||
|
'
|
|||
|
Me.pnlpanelbuttonshiftorium.BackColor = System.Drawing.Color.Black
|
|||
|
Me.pnlpanelbuttonshiftorium.Controls.Add(Me.tbshiftoriumicon)
|
|||
|
Me.pnlpanelbuttonshiftorium.Controls.Add(Me.tbshiftoriumtext)
|
|||
|
Me.pnlpanelbuttonshiftorium.Location = New System.Drawing.Point(411, 3)
|
|||
|
Me.pnlpanelbuttonshiftorium.Name = "pnlpanelbuttonshiftorium"
|
|||
|
Me.pnlpanelbuttonshiftorium.Size = New System.Drawing.Size(52, 20)
|
|||
|
Me.pnlpanelbuttonshiftorium.TabIndex = 7
|
|||
|
Me.pnlpanelbuttonshiftorium.Visible = False
|
|||
|
'
|
|||
|
'tbshiftoriumicon
|
|||
|
'
|
|||
|
Me.tbshiftoriumicon.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.tbshiftoriumicon.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
|
|||
|
Me.tbshiftoriumicon.Image = Global.ShiftOS.My.Resources.Resources.iconShiftorium
|
|||
|
Me.tbshiftoriumicon.Location = New System.Drawing.Point(4, 2)
|
|||
|
Me.tbshiftoriumicon.Name = "tbshiftoriumicon"
|
|||
|
Me.tbshiftoriumicon.Size = New System.Drawing.Size(16, 16)
|
|||
|
Me.tbshiftoriumicon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
|||
|
Me.tbshiftoriumicon.TabIndex = 1
|
|||
|
Me.tbshiftoriumicon.TabStop = False
|
|||
|
'
|
|||
|
'tbshiftoriumtext
|
|||
|
'
|
|||
|
Me.tbshiftoriumtext.AutoSize = True
|
|||
|
Me.tbshiftoriumtext.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.tbshiftoriumtext.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.tbshiftoriumtext.ForeColor = System.Drawing.Color.White
|
|||
|
Me.tbshiftoriumtext.Location = New System.Drawing.Point(24, 2)
|
|||
|
Me.tbshiftoriumtext.Name = "tbshiftoriumtext"
|
|||
|
Me.tbshiftoriumtext.Size = New System.Drawing.Size(66, 16)
|
|||
|
Me.tbshiftoriumtext.TabIndex = 0
|
|||
|
Me.tbshiftoriumtext.Text = "Shiftorium"
|
|||
|
'
|
|||
|
'pnlpanelbuttonfilesaver
|
|||
|
'
|
|||
|
Me.pnlpanelbuttonfilesaver.BackColor = System.Drawing.Color.Black
|
|||
|
Me.pnlpanelbuttonfilesaver.Controls.Add(Me.tbfilesavericon)
|
|||
|
Me.pnlpanelbuttonfilesaver.Controls.Add(Me.tbfilesavertext)
|
|||
|
Me.pnlpanelbuttonfilesaver.Location = New System.Drawing.Point(469, 3)
|
|||
|
Me.pnlpanelbuttonfilesaver.Name = "pnlpanelbuttonfilesaver"
|
|||
|
Me.pnlpanelbuttonfilesaver.Size = New System.Drawing.Size(52, 20)
|
|||
|
Me.pnlpanelbuttonfilesaver.TabIndex = 6
|
|||
|
Me.pnlpanelbuttonfilesaver.Visible = False
|
|||
|
'
|
|||
|
'tbfilesavericon
|
|||
|
'
|
|||
|
Me.tbfilesavericon.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.tbfilesavericon.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
|
|||
|
Me.tbfilesavericon.Image = Global.ShiftOS.My.Resources.Resources.iconFileSaver
|
|||
|
Me.tbfilesavericon.Location = New System.Drawing.Point(4, 2)
|
|||
|
Me.tbfilesavericon.Name = "tbfilesavericon"
|
|||
|
Me.tbfilesavericon.Size = New System.Drawing.Size(16, 16)
|
|||
|
Me.tbfilesavericon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
|||
|
Me.tbfilesavericon.TabIndex = 1
|
|||
|
Me.tbfilesavericon.TabStop = False
|
|||
|
'
|
|||
|
'tbfilesavertext
|
|||
|
'
|
|||
|
Me.tbfilesavertext.AutoSize = True
|
|||
|
Me.tbfilesavertext.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.tbfilesavertext.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.tbfilesavertext.ForeColor = System.Drawing.Color.White
|
|||
|
Me.tbfilesavertext.Location = New System.Drawing.Point(24, 2)
|
|||
|
Me.tbfilesavertext.Name = "tbfilesavertext"
|
|||
|
Me.tbfilesavertext.Size = New System.Drawing.Size(69, 16)
|
|||
|
Me.tbfilesavertext.TabIndex = 0
|
|||
|
Me.tbfilesavertext.Text = "File Saver"
|
|||
|
'
|
|||
|
'pnlpanelbuttonshifter
|
|||
|
'
|
|||
|
Me.pnlpanelbuttonshifter.BackColor = System.Drawing.Color.Black
|
|||
|
Me.pnlpanelbuttonshifter.Controls.Add(Me.tbshiftericon)
|
|||
|
Me.pnlpanelbuttonshifter.Controls.Add(Me.tbshiftertext)
|
|||
|
Me.pnlpanelbuttonshifter.Location = New System.Drawing.Point(527, 3)
|
|||
|
Me.pnlpanelbuttonshifter.Name = "pnlpanelbuttonshifter"
|
|||
|
Me.pnlpanelbuttonshifter.Size = New System.Drawing.Size(52, 20)
|
|||
|
Me.pnlpanelbuttonshifter.TabIndex = 6
|
|||
|
Me.pnlpanelbuttonshifter.Visible = False
|
|||
|
'
|
|||
|
'tbshiftericon
|
|||
|
'
|
|||
|
Me.tbshiftericon.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.tbshiftericon.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
|
|||
|
Me.tbshiftericon.Image = Global.ShiftOS.My.Resources.Resources.iconShifter
|
|||
|
Me.tbshiftericon.Location = New System.Drawing.Point(4, 2)
|
|||
|
Me.tbshiftericon.Name = "tbshiftericon"
|
|||
|
Me.tbshiftericon.Size = New System.Drawing.Size(16, 16)
|
|||
|
Me.tbshiftericon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
|||
|
Me.tbshiftericon.TabIndex = 1
|
|||
|
Me.tbshiftericon.TabStop = False
|
|||
|
'
|
|||
|
'tbshiftertext
|
|||
|
'
|
|||
|
Me.tbshiftertext.AutoSize = True
|
|||
|
Me.tbshiftertext.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.tbshiftertext.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.tbshiftertext.ForeColor = System.Drawing.Color.White
|
|||
|
Me.tbshiftertext.Location = New System.Drawing.Point(24, 2)
|
|||
|
Me.tbshiftertext.Name = "tbshiftertext"
|
|||
|
Me.tbshiftertext.Size = New System.Drawing.Size(45, 16)
|
|||
|
Me.tbshiftertext.TabIndex = 0
|
|||
|
Me.tbshiftertext.Text = "Shifter"
|
|||
|
'
|
|||
|
'pnlpanelbuttonpong
|
|||
|
'
|
|||
|
Me.pnlpanelbuttonpong.BackColor = System.Drawing.Color.Black
|
|||
|
Me.pnlpanelbuttonpong.Controls.Add(Me.tbpongicon)
|
|||
|
Me.pnlpanelbuttonpong.Controls.Add(Me.tbpongtext)
|
|||
|
Me.pnlpanelbuttonpong.Location = New System.Drawing.Point(585, 3)
|
|||
|
Me.pnlpanelbuttonpong.Name = "pnlpanelbuttonpong"
|
|||
|
Me.pnlpanelbuttonpong.Size = New System.Drawing.Size(52, 20)
|
|||
|
Me.pnlpanelbuttonpong.TabIndex = 6
|
|||
|
Me.pnlpanelbuttonpong.Visible = False
|
|||
|
'
|
|||
|
'tbpongicon
|
|||
|
'
|
|||
|
Me.tbpongicon.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.tbpongicon.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
|
|||
|
Me.tbpongicon.Image = Global.ShiftOS.My.Resources.Resources.iconPong
|
|||
|
Me.tbpongicon.Location = New System.Drawing.Point(4, 2)
|
|||
|
Me.tbpongicon.Name = "tbpongicon"
|
|||
|
Me.tbpongicon.Size = New System.Drawing.Size(16, 16)
|
|||
|
Me.tbpongicon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
|||
|
Me.tbpongicon.TabIndex = 1
|
|||
|
Me.tbpongicon.TabStop = False
|
|||
|
'
|
|||
|
'tbpongtext
|
|||
|
'
|
|||
|
Me.tbpongtext.AutoSize = True
|
|||
|
Me.tbpongtext.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.tbpongtext.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.tbpongtext.ForeColor = System.Drawing.Color.White
|
|||
|
Me.tbpongtext.Location = New System.Drawing.Point(24, 2)
|
|||
|
Me.tbpongtext.Name = "tbpongtext"
|
|||
|
Me.tbpongtext.Size = New System.Drawing.Size(40, 16)
|
|||
|
Me.tbpongtext.TabIndex = 0
|
|||
|
Me.tbpongtext.Text = "Pong"
|
|||
|
'
|
|||
|
'pnlpanelbuttonterminal
|
|||
|
'
|
|||
|
Me.pnlpanelbuttonterminal.BackColor = System.Drawing.Color.Black
|
|||
|
Me.pnlpanelbuttonterminal.Controls.Add(Me.tbterminalicon)
|
|||
|
Me.pnlpanelbuttonterminal.Controls.Add(Me.tbterminaltext)
|
|||
|
Me.pnlpanelbuttonterminal.Location = New System.Drawing.Point(643, 3)
|
|||
|
Me.pnlpanelbuttonterminal.Name = "pnlpanelbuttonterminal"
|
|||
|
Me.pnlpanelbuttonterminal.Size = New System.Drawing.Size(52, 20)
|
|||
|
Me.pnlpanelbuttonterminal.TabIndex = 8
|
|||
|
Me.pnlpanelbuttonterminal.Visible = False
|
|||
|
'
|
|||
|
'tbterminalicon
|
|||
|
'
|
|||
|
Me.tbterminalicon.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.tbterminalicon.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
|
|||
|
Me.tbterminalicon.Image = Global.ShiftOS.My.Resources.Resources.iconTerminal
|
|||
|
Me.tbterminalicon.Location = New System.Drawing.Point(4, 2)
|
|||
|
Me.tbterminalicon.Name = "tbterminalicon"
|
|||
|
Me.tbterminalicon.Size = New System.Drawing.Size(16, 16)
|
|||
|
Me.tbterminalicon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
|||
|
Me.tbterminalicon.TabIndex = 1
|
|||
|
Me.tbterminalicon.TabStop = False
|
|||
|
'
|
|||
|
'tbterminaltext
|
|||
|
'
|
|||
|
Me.tbterminaltext.AutoSize = True
|
|||
|
Me.tbterminaltext.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.tbterminaltext.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.tbterminaltext.ForeColor = System.Drawing.Color.White
|
|||
|
Me.tbterminaltext.Location = New System.Drawing.Point(24, 2)
|
|||
|
Me.tbterminaltext.Name = "tbterminaltext"
|
|||
|
Me.tbterminaltext.Size = New System.Drawing.Size(61, 16)
|
|||
|
Me.tbterminaltext.TabIndex = 0
|
|||
|
Me.tbterminaltext.Text = "Terminal"
|
|||
|
'
|
|||
|
'pnlpanelbuttontextpad
|
|||
|
'
|
|||
|
Me.pnlpanelbuttontextpad.BackColor = System.Drawing.Color.Black
|
|||
|
Me.pnlpanelbuttontextpad.Controls.Add(Me.tbtextpadicon)
|
|||
|
Me.pnlpanelbuttontextpad.Controls.Add(Me.tbtextpadtext)
|
|||
|
Me.pnlpanelbuttontextpad.Location = New System.Drawing.Point(701, 3)
|
|||
|
Me.pnlpanelbuttontextpad.Name = "pnlpanelbuttontextpad"
|
|||
|
Me.pnlpanelbuttontextpad.Size = New System.Drawing.Size(52, 20)
|
|||
|
Me.pnlpanelbuttontextpad.TabIndex = 4
|
|||
|
Me.pnlpanelbuttontextpad.Visible = False
|
|||
|
'
|
|||
|
'tbtextpadicon
|
|||
|
'
|
|||
|
Me.tbtextpadicon.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.tbtextpadicon.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
|
|||
|
Me.tbtextpadicon.Image = Global.ShiftOS.My.Resources.Resources.iconTextPad
|
|||
|
Me.tbtextpadicon.Location = New System.Drawing.Point(4, 2)
|
|||
|
Me.tbtextpadicon.Name = "tbtextpadicon"
|
|||
|
Me.tbtextpadicon.Size = New System.Drawing.Size(16, 16)
|
|||
|
Me.tbtextpadicon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
|||
|
Me.tbtextpadicon.TabIndex = 1
|
|||
|
Me.tbtextpadicon.TabStop = False
|
|||
|
'
|
|||
|
'tbtextpadtext
|
|||
|
'
|
|||
|
Me.tbtextpadtext.AutoSize = True
|
|||
|
Me.tbtextpadtext.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.tbtextpadtext.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.tbtextpadtext.ForeColor = System.Drawing.Color.White
|
|||
|
Me.tbtextpadtext.Location = New System.Drawing.Point(24, 2)
|
|||
|
Me.tbtextpadtext.Name = "tbtextpadtext"
|
|||
|
Me.tbtextpadtext.Size = New System.Drawing.Size(58, 16)
|
|||
|
Me.tbtextpadtext.TabIndex = 0
|
|||
|
Me.tbtextpadtext.Text = "Textpad"
|
|||
|
'
|
|||
|
'pnlpanelbuttongraphicpicker
|
|||
|
'
|
|||
|
Me.pnlpanelbuttongraphicpicker.BackColor = System.Drawing.Color.Black
|
|||
|
Me.pnlpanelbuttongraphicpicker.Controls.Add(Me.tbgraphicpickericon)
|
|||
|
Me.pnlpanelbuttongraphicpicker.Controls.Add(Me.tbgraphicpickertext)
|
|||
|
Me.pnlpanelbuttongraphicpicker.Location = New System.Drawing.Point(759, 3)
|
|||
|
Me.pnlpanelbuttongraphicpicker.Name = "pnlpanelbuttongraphicpicker"
|
|||
|
Me.pnlpanelbuttongraphicpicker.Size = New System.Drawing.Size(52, 20)
|
|||
|
Me.pnlpanelbuttongraphicpicker.TabIndex = 6
|
|||
|
Me.pnlpanelbuttongraphicpicker.Visible = False
|
|||
|
'
|
|||
|
'tbgraphicpickericon
|
|||
|
'
|
|||
|
Me.tbgraphicpickericon.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.tbgraphicpickericon.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
|
|||
|
Me.tbgraphicpickericon.Image = Global.ShiftOS.My.Resources.Resources.iconGraphicPicker
|
|||
|
Me.tbgraphicpickericon.Location = New System.Drawing.Point(4, 2)
|
|||
|
Me.tbgraphicpickericon.Name = "tbgraphicpickericon"
|
|||
|
Me.tbgraphicpickericon.Size = New System.Drawing.Size(16, 16)
|
|||
|
Me.tbgraphicpickericon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
|||
|
Me.tbgraphicpickericon.TabIndex = 1
|
|||
|
Me.tbgraphicpickericon.TabStop = False
|
|||
|
'
|
|||
|
'tbgraphicpickertext
|
|||
|
'
|
|||
|
Me.tbgraphicpickertext.AutoSize = True
|
|||
|
Me.tbgraphicpickertext.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.tbgraphicpickertext.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.tbgraphicpickertext.ForeColor = System.Drawing.Color.White
|
|||
|
Me.tbgraphicpickertext.Location = New System.Drawing.Point(24, 2)
|
|||
|
Me.tbgraphicpickertext.Name = "tbgraphicpickertext"
|
|||
|
Me.tbgraphicpickertext.Size = New System.Drawing.Size(96, 16)
|
|||
|
Me.tbgraphicpickertext.TabIndex = 0
|
|||
|
Me.tbgraphicpickertext.Text = "Graphic Picker"
|
|||
|
'
|
|||
|
'pnlpanelbuttonartpad
|
|||
|
'
|
|||
|
Me.pnlpanelbuttonartpad.BackColor = System.Drawing.Color.Black
|
|||
|
Me.pnlpanelbuttonartpad.Controls.Add(Me.tbartpadicon)
|
|||
|
Me.pnlpanelbuttonartpad.Controls.Add(Me.tbartpadtext)
|
|||
|
Me.pnlpanelbuttonartpad.Location = New System.Drawing.Point(817, 3)
|
|||
|
Me.pnlpanelbuttonartpad.Name = "pnlpanelbuttonartpad"
|
|||
|
Me.pnlpanelbuttonartpad.Size = New System.Drawing.Size(52, 20)
|
|||
|
Me.pnlpanelbuttonartpad.TabIndex = 9
|
|||
|
Me.pnlpanelbuttonartpad.Visible = False
|
|||
|
'
|
|||
|
'tbartpadicon
|
|||
|
'
|
|||
|
Me.tbartpadicon.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.tbartpadicon.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
|
|||
|
Me.tbartpadicon.Image = Global.ShiftOS.My.Resources.Resources.iconArtpad
|
|||
|
Me.tbartpadicon.Location = New System.Drawing.Point(4, 2)
|
|||
|
Me.tbartpadicon.Name = "tbartpadicon"
|
|||
|
Me.tbartpadicon.Size = New System.Drawing.Size(16, 16)
|
|||
|
Me.tbartpadicon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
|||
|
Me.tbartpadicon.TabIndex = 1
|
|||
|
Me.tbartpadicon.TabStop = False
|
|||
|
'
|
|||
|
'tbartpadtext
|
|||
|
'
|
|||
|
Me.tbartpadtext.AutoSize = True
|
|||
|
Me.tbartpadtext.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.tbartpadtext.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.tbartpadtext.ForeColor = System.Drawing.Color.White
|
|||
|
Me.tbartpadtext.Location = New System.Drawing.Point(23, 2)
|
|||
|
Me.tbartpadtext.Name = "tbartpadtext"
|
|||
|
Me.tbartpadtext.Size = New System.Drawing.Size(49, 16)
|
|||
|
Me.tbartpadtext.TabIndex = 0
|
|||
|
Me.tbartpadtext.Text = "ArtPad"
|
|||
|
'
|
|||
|
'pnlpanelbuttoncalculator
|
|||
|
'
|
|||
|
Me.pnlpanelbuttoncalculator.BackColor = System.Drawing.Color.Black
|
|||
|
Me.pnlpanelbuttoncalculator.Controls.Add(Me.tbcalculatoricon)
|
|||
|
Me.pnlpanelbuttoncalculator.Controls.Add(Me.tbcalculatortext)
|
|||
|
Me.pnlpanelbuttoncalculator.Location = New System.Drawing.Point(875, 3)
|
|||
|
Me.pnlpanelbuttoncalculator.Name = "pnlpanelbuttoncalculator"
|
|||
|
Me.pnlpanelbuttoncalculator.Size = New System.Drawing.Size(52, 20)
|
|||
|
Me.pnlpanelbuttoncalculator.TabIndex = 10
|
|||
|
Me.pnlpanelbuttoncalculator.Visible = False
|
|||
|
'
|
|||
|
'tbcalculatoricon
|
|||
|
'
|
|||
|
Me.tbcalculatoricon.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.tbcalculatoricon.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
|
|||
|
Me.tbcalculatoricon.Image = Global.ShiftOS.My.Resources.Resources.iconCalculator
|
|||
|
Me.tbcalculatoricon.Location = New System.Drawing.Point(4, 2)
|
|||
|
Me.tbcalculatoricon.Name = "tbcalculatoricon"
|
|||
|
Me.tbcalculatoricon.Size = New System.Drawing.Size(16, 16)
|
|||
|
Me.tbcalculatoricon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
|||
|
Me.tbcalculatoricon.TabIndex = 1
|
|||
|
Me.tbcalculatoricon.TabStop = False
|
|||
|
'
|
|||
|
'tbcalculatortext
|
|||
|
'
|
|||
|
Me.tbcalculatortext.AutoSize = True
|
|||
|
Me.tbcalculatortext.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.tbcalculatortext.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.tbcalculatortext.ForeColor = System.Drawing.Color.White
|
|||
|
Me.tbcalculatortext.Location = New System.Drawing.Point(23, 2)
|
|||
|
Me.tbcalculatortext.Name = "tbcalculatortext"
|
|||
|
Me.tbcalculatortext.Size = New System.Drawing.Size(68, 16)
|
|||
|
Me.tbcalculatortext.TabIndex = 0
|
|||
|
Me.tbcalculatortext.Text = "Calculator"
|
|||
|
'
|
|||
|
'pnlpanelbuttonaudioplayer
|
|||
|
'
|
|||
|
Me.pnlpanelbuttonaudioplayer.BackColor = System.Drawing.Color.Black
|
|||
|
Me.pnlpanelbuttonaudioplayer.Controls.Add(Me.tbaudioplayericon)
|
|||
|
Me.pnlpanelbuttonaudioplayer.Controls.Add(Me.tbaudioplayertext)
|
|||
|
Me.pnlpanelbuttonaudioplayer.Location = New System.Drawing.Point(933, 3)
|
|||
|
Me.pnlpanelbuttonaudioplayer.Name = "pnlpanelbuttonaudioplayer"
|
|||
|
Me.pnlpanelbuttonaudioplayer.Size = New System.Drawing.Size(52, 20)
|
|||
|
Me.pnlpanelbuttonaudioplayer.TabIndex = 11
|
|||
|
Me.pnlpanelbuttonaudioplayer.Visible = False
|
|||
|
'
|
|||
|
'tbaudioplayericon
|
|||
|
'
|
|||
|
Me.tbaudioplayericon.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.tbaudioplayericon.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
|
|||
|
Me.tbaudioplayericon.Image = Global.ShiftOS.My.Resources.Resources.iconAudioPlayer
|
|||
|
Me.tbaudioplayericon.Location = New System.Drawing.Point(4, 2)
|
|||
|
Me.tbaudioplayericon.Name = "tbaudioplayericon"
|
|||
|
Me.tbaudioplayericon.Size = New System.Drawing.Size(16, 16)
|
|||
|
Me.tbaudioplayericon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
|||
|
Me.tbaudioplayericon.TabIndex = 1
|
|||
|
Me.tbaudioplayericon.TabStop = False
|
|||
|
'
|
|||
|
'tbaudioplayertext
|
|||
|
'
|
|||
|
Me.tbaudioplayertext.AutoSize = True
|
|||
|
Me.tbaudioplayertext.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.tbaudioplayertext.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.tbaudioplayertext.ForeColor = System.Drawing.Color.White
|
|||
|
Me.tbaudioplayertext.Location = New System.Drawing.Point(23, 2)
|
|||
|
Me.tbaudioplayertext.Name = "tbaudioplayertext"
|
|||
|
Me.tbaudioplayertext.Size = New System.Drawing.Size(85, 16)
|
|||
|
Me.tbaudioplayertext.TabIndex = 0
|
|||
|
Me.tbaudioplayertext.Text = "Audio Player"
|
|||
|
'
|
|||
|
'pnlpanelbuttonwebbrowser
|
|||
|
'
|
|||
|
Me.pnlpanelbuttonwebbrowser.BackColor = System.Drawing.Color.Black
|
|||
|
Me.pnlpanelbuttonwebbrowser.Controls.Add(Me.tbwebbrowsericon)
|
|||
|
Me.pnlpanelbuttonwebbrowser.Controls.Add(Me.tbwebbrowsertext)
|
|||
|
Me.pnlpanelbuttonwebbrowser.Location = New System.Drawing.Point(991, 3)
|
|||
|
Me.pnlpanelbuttonwebbrowser.Name = "pnlpanelbuttonwebbrowser"
|
|||
|
Me.pnlpanelbuttonwebbrowser.Size = New System.Drawing.Size(52, 20)
|
|||
|
Me.pnlpanelbuttonwebbrowser.TabIndex = 12
|
|||
|
Me.pnlpanelbuttonwebbrowser.Visible = False
|
|||
|
'
|
|||
|
'tbwebbrowsericon
|
|||
|
'
|
|||
|
Me.tbwebbrowsericon.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.tbwebbrowsericon.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
|
|||
|
Me.tbwebbrowsericon.Image = Global.ShiftOS.My.Resources.Resources.iconWebBrowser
|
|||
|
Me.tbwebbrowsericon.Location = New System.Drawing.Point(4, 2)
|
|||
|
Me.tbwebbrowsericon.Name = "tbwebbrowsericon"
|
|||
|
Me.tbwebbrowsericon.Size = New System.Drawing.Size(16, 16)
|
|||
|
Me.tbwebbrowsericon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
|||
|
Me.tbwebbrowsericon.TabIndex = 1
|
|||
|
Me.tbwebbrowsericon.TabStop = False
|
|||
|
'
|
|||
|
'tbwebbrowsertext
|
|||
|
'
|
|||
|
Me.tbwebbrowsertext.AutoSize = True
|
|||
|
Me.tbwebbrowsertext.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.tbwebbrowsertext.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.tbwebbrowsertext.ForeColor = System.Drawing.Color.White
|
|||
|
Me.tbwebbrowsertext.Location = New System.Drawing.Point(23, 2)
|
|||
|
Me.tbwebbrowsertext.Name = "tbwebbrowsertext"
|
|||
|
Me.tbwebbrowsertext.Size = New System.Drawing.Size(89, 16)
|
|||
|
Me.tbwebbrowsertext.TabIndex = 0
|
|||
|
Me.tbwebbrowsertext.Text = "Web Browser"
|
|||
|
'
|
|||
|
'pnlpanelbuttonvideoplayer
|
|||
|
'
|
|||
|
Me.pnlpanelbuttonvideoplayer.BackColor = System.Drawing.Color.Black
|
|||
|
Me.pnlpanelbuttonvideoplayer.Controls.Add(Me.tbvideoplayericon)
|
|||
|
Me.pnlpanelbuttonvideoplayer.Controls.Add(Me.tbvideoplayertext)
|
|||
|
Me.pnlpanelbuttonvideoplayer.Location = New System.Drawing.Point(1049, 3)
|
|||
|
Me.pnlpanelbuttonvideoplayer.Name = "pnlpanelbuttonvideoplayer"
|
|||
|
Me.pnlpanelbuttonvideoplayer.Size = New System.Drawing.Size(52, 20)
|
|||
|
Me.pnlpanelbuttonvideoplayer.TabIndex = 13
|
|||
|
Me.pnlpanelbuttonvideoplayer.Visible = False
|
|||
|
'
|
|||
|
'tbvideoplayericon
|
|||
|
'
|
|||
|
Me.tbvideoplayericon.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.tbvideoplayericon.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
|
|||
|
Me.tbvideoplayericon.Image = Global.ShiftOS.My.Resources.Resources.iconVideoPlayer
|
|||
|
Me.tbvideoplayericon.Location = New System.Drawing.Point(4, 2)
|
|||
|
Me.tbvideoplayericon.Name = "tbvideoplayericon"
|
|||
|
Me.tbvideoplayericon.Size = New System.Drawing.Size(16, 16)
|
|||
|
Me.tbvideoplayericon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
|||
|
Me.tbvideoplayericon.TabIndex = 1
|
|||
|
Me.tbvideoplayericon.TabStop = False
|
|||
|
'
|
|||
|
'tbvideoplayertext
|
|||
|
'
|
|||
|
Me.tbvideoplayertext.AutoSize = True
|
|||
|
Me.tbvideoplayertext.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.tbvideoplayertext.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.tbvideoplayertext.ForeColor = System.Drawing.Color.White
|
|||
|
Me.tbvideoplayertext.Location = New System.Drawing.Point(22, 2)
|
|||
|
Me.tbvideoplayertext.Name = "tbvideoplayertext"
|
|||
|
Me.tbvideoplayertext.Size = New System.Drawing.Size(86, 16)
|
|||
|
Me.tbvideoplayertext.TabIndex = 0
|
|||
|
Me.tbvideoplayertext.Text = "Video Player"
|
|||
|
'
|
|||
|
'pnlpanelbuttonnamechanger
|
|||
|
'
|
|||
|
Me.pnlpanelbuttonnamechanger.BackColor = System.Drawing.Color.Black
|
|||
|
Me.pnlpanelbuttonnamechanger.Controls.Add(Me.tbnamechangericon)
|
|||
|
Me.pnlpanelbuttonnamechanger.Controls.Add(Me.tbnamechangertext)
|
|||
|
Me.pnlpanelbuttonnamechanger.Location = New System.Drawing.Point(1107, 3)
|
|||
|
Me.pnlpanelbuttonnamechanger.Name = "pnlpanelbuttonnamechanger"
|
|||
|
Me.pnlpanelbuttonnamechanger.Size = New System.Drawing.Size(52, 20)
|
|||
|
Me.pnlpanelbuttonnamechanger.TabIndex = 14
|
|||
|
Me.pnlpanelbuttonnamechanger.Visible = False
|
|||
|
'
|
|||
|
'tbnamechangericon
|
|||
|
'
|
|||
|
Me.tbnamechangericon.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.tbnamechangericon.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
|
|||
|
Me.tbnamechangericon.Image = Global.ShiftOS.My.Resources.Resources.iconNameChanger
|
|||
|
Me.tbnamechangericon.Location = New System.Drawing.Point(4, 2)
|
|||
|
Me.tbnamechangericon.Name = "tbnamechangericon"
|
|||
|
Me.tbnamechangericon.Size = New System.Drawing.Size(16, 16)
|
|||
|
Me.tbnamechangericon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
|||
|
Me.tbnamechangericon.TabIndex = 1
|
|||
|
Me.tbnamechangericon.TabStop = False
|
|||
|
'
|
|||
|
'tbnamechangertext
|
|||
|
'
|
|||
|
Me.tbnamechangertext.AutoSize = True
|
|||
|
Me.tbnamechangertext.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.tbnamechangertext.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.tbnamechangertext.ForeColor = System.Drawing.Color.White
|
|||
|
Me.tbnamechangertext.Location = New System.Drawing.Point(22, 2)
|
|||
|
Me.tbnamechangertext.Name = "tbnamechangertext"
|
|||
|
Me.tbnamechangertext.Size = New System.Drawing.Size(99, 16)
|
|||
|
Me.tbnamechangertext.TabIndex = 0
|
|||
|
Me.tbnamechangertext.Text = "Name Changer"
|
|||
|
'
|
|||
|
'pnlpanelbuttoniconmanager
|
|||
|
'
|
|||
|
Me.pnlpanelbuttoniconmanager.BackColor = System.Drawing.Color.Black
|
|||
|
Me.pnlpanelbuttoniconmanager.Controls.Add(Me.tbiconmanagericon)
|
|||
|
Me.pnlpanelbuttoniconmanager.Controls.Add(Me.tbiconmanagertext)
|
|||
|
Me.pnlpanelbuttoniconmanager.Location = New System.Drawing.Point(1165, 3)
|
|||
|
Me.pnlpanelbuttoniconmanager.Name = "pnlpanelbuttoniconmanager"
|
|||
|
Me.pnlpanelbuttoniconmanager.Size = New System.Drawing.Size(52, 20)
|
|||
|
Me.pnlpanelbuttoniconmanager.TabIndex = 15
|
|||
|
Me.pnlpanelbuttoniconmanager.Visible = False
|
|||
|
'
|
|||
|
'tbiconmanagericon
|
|||
|
'
|
|||
|
Me.tbiconmanagericon.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.tbiconmanagericon.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
|
|||
|
Me.tbiconmanagericon.Image = Global.ShiftOS.My.Resources.Resources.iconNameChanger
|
|||
|
Me.tbiconmanagericon.Location = New System.Drawing.Point(4, 2)
|
|||
|
Me.tbiconmanagericon.Name = "tbiconmanagericon"
|
|||
|
Me.tbiconmanagericon.Size = New System.Drawing.Size(16, 16)
|
|||
|
Me.tbiconmanagericon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
|||
|
Me.tbiconmanagericon.TabIndex = 1
|
|||
|
Me.tbiconmanagericon.TabStop = False
|
|||
|
'
|
|||
|
'tbiconmanagertext
|
|||
|
'
|
|||
|
Me.tbiconmanagertext.AutoSize = True
|
|||
|
Me.tbiconmanagertext.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.tbiconmanagertext.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.tbiconmanagertext.ForeColor = System.Drawing.Color.White
|
|||
|
Me.tbiconmanagertext.Location = New System.Drawing.Point(22, 2)
|
|||
|
Me.tbiconmanagertext.Name = "tbiconmanagertext"
|
|||
|
Me.tbiconmanagertext.Size = New System.Drawing.Size(90, 16)
|
|||
|
Me.tbiconmanagertext.TabIndex = 0
|
|||
|
Me.tbiconmanagertext.Text = "Icon Manager"
|
|||
|
'
|
|||
|
'pnlpanelbuttonbitnotewallet
|
|||
|
'
|
|||
|
Me.pnlpanelbuttonbitnotewallet.BackColor = System.Drawing.Color.Black
|
|||
|
Me.pnlpanelbuttonbitnotewallet.Controls.Add(Me.tbbitnotewalleticon)
|
|||
|
Me.pnlpanelbuttonbitnotewallet.Controls.Add(Me.tbbitnotewallettext)
|
|||
|
Me.pnlpanelbuttonbitnotewallet.Location = New System.Drawing.Point(1223, 3)
|
|||
|
Me.pnlpanelbuttonbitnotewallet.Name = "pnlpanelbuttonbitnotewallet"
|
|||
|
Me.pnlpanelbuttonbitnotewallet.Size = New System.Drawing.Size(52, 20)
|
|||
|
Me.pnlpanelbuttonbitnotewallet.TabIndex = 16
|
|||
|
Me.pnlpanelbuttonbitnotewallet.Visible = False
|
|||
|
'
|
|||
|
'tbbitnotewalleticon
|
|||
|
'
|
|||
|
Me.tbbitnotewalleticon.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.tbbitnotewalleticon.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
|
|||
|
Me.tbbitnotewalleticon.Image = Global.ShiftOS.My.Resources.Resources.iconBitnoteWallet
|
|||
|
Me.tbbitnotewalleticon.Location = New System.Drawing.Point(4, 2)
|
|||
|
Me.tbbitnotewalleticon.Name = "tbbitnotewalleticon"
|
|||
|
Me.tbbitnotewalleticon.Size = New System.Drawing.Size(16, 16)
|
|||
|
Me.tbbitnotewalleticon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
|||
|
Me.tbbitnotewalleticon.TabIndex = 1
|
|||
|
Me.tbbitnotewalleticon.TabStop = False
|
|||
|
'
|
|||
|
'tbbitnotewallettext
|
|||
|
'
|
|||
|
Me.tbbitnotewallettext.AutoSize = True
|
|||
|
Me.tbbitnotewallettext.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.tbbitnotewallettext.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.tbbitnotewallettext.ForeColor = System.Drawing.Color.White
|
|||
|
Me.tbbitnotewallettext.Location = New System.Drawing.Point(22, 2)
|
|||
|
Me.tbbitnotewallettext.Name = "tbbitnotewallettext"
|
|||
|
Me.tbbitnotewallettext.Size = New System.Drawing.Size(90, 16)
|
|||
|
Me.tbbitnotewallettext.TabIndex = 0
|
|||
|
Me.tbbitnotewallettext.Text = "Bitnote Wallet"
|
|||
|
'
|
|||
|
'pnlpanelbuttonbitnotedigger
|
|||
|
'
|
|||
|
Me.pnlpanelbuttonbitnotedigger.BackColor = System.Drawing.Color.Black
|
|||
|
Me.pnlpanelbuttonbitnotedigger.Controls.Add(Me.tbbitnotediggericon)
|
|||
|
Me.pnlpanelbuttonbitnotedigger.Controls.Add(Me.tbbitnotediggertext)
|
|||
|
Me.pnlpanelbuttonbitnotedigger.Location = New System.Drawing.Point(1281, 3)
|
|||
|
Me.pnlpanelbuttonbitnotedigger.Name = "pnlpanelbuttonbitnotedigger"
|
|||
|
Me.pnlpanelbuttonbitnotedigger.Size = New System.Drawing.Size(52, 20)
|
|||
|
Me.pnlpanelbuttonbitnotedigger.TabIndex = 17
|
|||
|
Me.pnlpanelbuttonbitnotedigger.Visible = False
|
|||
|
'
|
|||
|
'tbbitnotediggericon
|
|||
|
'
|
|||
|
Me.tbbitnotediggericon.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.tbbitnotediggericon.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
|
|||
|
Me.tbbitnotediggericon.Image = Global.ShiftOS.My.Resources.Resources.iconBitnoteDigger
|
|||
|
Me.tbbitnotediggericon.Location = New System.Drawing.Point(4, 2)
|
|||
|
Me.tbbitnotediggericon.Name = "tbbitnotediggericon"
|
|||
|
Me.tbbitnotediggericon.Size = New System.Drawing.Size(16, 16)
|
|||
|
Me.tbbitnotediggericon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
|||
|
Me.tbbitnotediggericon.TabIndex = 1
|
|||
|
Me.tbbitnotediggericon.TabStop = False
|
|||
|
'
|
|||
|
'tbbitnotediggertext
|
|||
|
'
|
|||
|
Me.tbbitnotediggertext.AutoSize = True
|
|||
|
Me.tbbitnotediggertext.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.tbbitnotediggertext.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.tbbitnotediggertext.ForeColor = System.Drawing.Color.White
|
|||
|
Me.tbbitnotediggertext.Location = New System.Drawing.Point(22, 2)
|
|||
|
Me.tbbitnotediggertext.Name = "tbbitnotediggertext"
|
|||
|
Me.tbbitnotediggertext.Size = New System.Drawing.Size(93, 16)
|
|||
|
Me.tbbitnotediggertext.TabIndex = 0
|
|||
|
Me.tbbitnotediggertext.Text = "Bitnote Digger"
|
|||
|
'
|
|||
|
'pnlpanelbuttonskinshifter
|
|||
|
'
|
|||
|
Me.pnlpanelbuttonskinshifter.BackColor = System.Drawing.Color.Black
|
|||
|
Me.pnlpanelbuttonskinshifter.Controls.Add(Me.tbskinshiftericon)
|
|||
|
Me.pnlpanelbuttonskinshifter.Controls.Add(Me.tbskinshiftertext)
|
|||
|
Me.pnlpanelbuttonskinshifter.Location = New System.Drawing.Point(1339, 3)
|
|||
|
Me.pnlpanelbuttonskinshifter.Name = "pnlpanelbuttonskinshifter"
|
|||
|
Me.pnlpanelbuttonskinshifter.Size = New System.Drawing.Size(52, 20)
|
|||
|
Me.pnlpanelbuttonskinshifter.TabIndex = 18
|
|||
|
Me.pnlpanelbuttonskinshifter.Visible = False
|
|||
|
'
|
|||
|
'tbskinshiftericon
|
|||
|
'
|
|||
|
Me.tbskinshiftericon.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.tbskinshiftericon.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
|
|||
|
Me.tbskinshiftericon.Image = Global.ShiftOS.My.Resources.Resources.iconSkinShifter
|
|||
|
Me.tbskinshiftericon.Location = New System.Drawing.Point(4, 2)
|
|||
|
Me.tbskinshiftericon.Name = "tbskinshiftericon"
|
|||
|
Me.tbskinshiftericon.Size = New System.Drawing.Size(16, 16)
|
|||
|
Me.tbskinshiftericon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
|||
|
Me.tbskinshiftericon.TabIndex = 1
|
|||
|
Me.tbskinshiftericon.TabStop = False
|
|||
|
'
|
|||
|
'tbskinshiftertext
|
|||
|
'
|
|||
|
Me.tbskinshiftertext.AutoSize = True
|
|||
|
Me.tbskinshiftertext.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.tbskinshiftertext.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.tbskinshiftertext.ForeColor = System.Drawing.Color.White
|
|||
|
Me.tbskinshiftertext.Location = New System.Drawing.Point(22, 2)
|
|||
|
Me.tbskinshiftertext.Name = "tbskinshiftertext"
|
|||
|
Me.tbskinshiftertext.Size = New System.Drawing.Size(74, 16)
|
|||
|
Me.tbskinshiftertext.TabIndex = 0
|
|||
|
Me.tbskinshiftertext.Text = "Skin Shifter"
|
|||
|
'
|
|||
|
'applaunchermenuholder
|
|||
|
'
|
|||
|
Me.applaunchermenuholder.Controls.Add(Me.desktopappmenu)
|
|||
|
Me.applaunchermenuholder.Dock = System.Windows.Forms.DockStyle.Left
|
|||
|
Me.applaunchermenuholder.Location = New System.Drawing.Point(0, 0)
|
|||
|
Me.applaunchermenuholder.Name = "applaunchermenuholder"
|
|||
|
Me.applaunchermenuholder.Size = New System.Drawing.Size(130, 24)
|
|||
|
Me.applaunchermenuholder.TabIndex = 3
|
|||
|
'
|
|||
|
'desktopappmenu
|
|||
|
'
|
|||
|
Me.desktopappmenu.AutoSize = False
|
|||
|
Me.desktopappmenu.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.desktopappmenu.GripMargin = New System.Windows.Forms.Padding(0)
|
|||
|
Me.desktopappmenu.ImageScalingSize = New System.Drawing.Size(32, 32)
|
|||
|
Me.desktopappmenu.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ApplicationsToolStripMenuItem})
|
|||
|
Me.desktopappmenu.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow
|
|||
|
Me.desktopappmenu.Location = New System.Drawing.Point(0, 0)
|
|||
|
Me.desktopappmenu.Name = "desktopappmenu"
|
|||
|
Me.desktopappmenu.Padding = New System.Windows.Forms.Padding(0)
|
|||
|
Me.desktopappmenu.Size = New System.Drawing.Size(130, 24)
|
|||
|
Me.desktopappmenu.TabIndex = 0
|
|||
|
Me.desktopappmenu.TabStop = True
|
|||
|
Me.desktopappmenu.Text = "MenuStrip1"
|
|||
|
'
|
|||
|
'ApplicationsToolStripMenuItem
|
|||
|
'
|
|||
|
Me.ApplicationsToolStripMenuItem.AutoSize = False
|
|||
|
Me.ApplicationsToolStripMenuItem.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.ApplicationsToolStripMenuItem.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
|
|||
|
Me.ApplicationsToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.KnowledgeInputToolStripMenuItem, Me.ShiftoriumToolStripMenuItem, Me.ClockToolStripMenuItem, Me.TerminalToolStripMenuItem, Me.FileSkimmerToolStripMenuItem, Me.TextPadToolStripMenuItem, Me.ShifterToolStripMenuItem, Me.PongToolStripMenuItem, Me.SkinLoaderToolStripMenuItem, Me.ArtpadToolStripMenuItem, Me.CalculatorToolStripMenuItem, Me.AudioplayerToolStripMenuItem, Me.WebBrowserToolStripMenuItem, Me.VideoplayerToolStripMenuItem, Me.NameChangerToolStripMenuItem, Me.IconManagerToolStripMenuItem, Me.BitnoteWalletToolStripMenuItem, Me.BitnoteDiggerToolStripMenuItem, Me.SkinShifterToolStripMenuItem, Me.ShiftnetToolStripMenuItem, Me.ToolStripSeparator1, Me.ShutdownToolStripMenuItem})
|
|||
|
Me.ApplicationsToolStripMenuItem.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.749999!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.ApplicationsToolStripMenuItem.Name = "ApplicationsToolStripMenuItem"
|
|||
|
Me.ApplicationsToolStripMenuItem.Padding = New System.Windows.Forms.Padding(2, 0, 2, 0)
|
|||
|
Me.ApplicationsToolStripMenuItem.ShowShortcutKeys = False
|
|||
|
Me.ApplicationsToolStripMenuItem.Size = New System.Drawing.Size(94, 24)
|
|||
|
Me.ApplicationsToolStripMenuItem.Text = "Applications"
|
|||
|
Me.ApplicationsToolStripMenuItem.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal
|
|||
|
Me.ApplicationsToolStripMenuItem.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage
|
|||
|
'
|
|||
|
'KnowledgeInputToolStripMenuItem
|
|||
|
'
|
|||
|
Me.KnowledgeInputToolStripMenuItem.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.KnowledgeInputToolStripMenuItem.Name = "KnowledgeInputToolStripMenuItem"
|
|||
|
Me.KnowledgeInputToolStripMenuItem.ShowShortcutKeys = False
|
|||
|
Me.KnowledgeInputToolStripMenuItem.Size = New System.Drawing.Size(181, 22)
|
|||
|
Me.KnowledgeInputToolStripMenuItem.Text = "Knowledge Input"
|
|||
|
'
|
|||
|
'ShiftoriumToolStripMenuItem
|
|||
|
'
|
|||
|
Me.ShiftoriumToolStripMenuItem.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.ShiftoriumToolStripMenuItem.Name = "ShiftoriumToolStripMenuItem"
|
|||
|
Me.ShiftoriumToolStripMenuItem.ShowShortcutKeys = False
|
|||
|
Me.ShiftoriumToolStripMenuItem.Size = New System.Drawing.Size(181, 22)
|
|||
|
Me.ShiftoriumToolStripMenuItem.Text = "Shiftorium"
|
|||
|
'
|
|||
|
'ClockToolStripMenuItem
|
|||
|
'
|
|||
|
Me.ClockToolStripMenuItem.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.ClockToolStripMenuItem.Name = "ClockToolStripMenuItem"
|
|||
|
Me.ClockToolStripMenuItem.ShowShortcutKeys = False
|
|||
|
Me.ClockToolStripMenuItem.Size = New System.Drawing.Size(181, 22)
|
|||
|
Me.ClockToolStripMenuItem.Text = "Clock"
|
|||
|
'
|
|||
|
'TerminalToolStripMenuItem
|
|||
|
'
|
|||
|
Me.TerminalToolStripMenuItem.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.TerminalToolStripMenuItem.Name = "TerminalToolStripMenuItem"
|
|||
|
Me.TerminalToolStripMenuItem.ShowShortcutKeys = False
|
|||
|
Me.TerminalToolStripMenuItem.Size = New System.Drawing.Size(181, 22)
|
|||
|
Me.TerminalToolStripMenuItem.Text = "Terminal"
|
|||
|
'
|
|||
|
'FileSkimmerToolStripMenuItem
|
|||
|
'
|
|||
|
Me.FileSkimmerToolStripMenuItem.Name = "FileSkimmerToolStripMenuItem"
|
|||
|
Me.FileSkimmerToolStripMenuItem.Size = New System.Drawing.Size(181, 22)
|
|||
|
Me.FileSkimmerToolStripMenuItem.Text = "File Skimmer"
|
|||
|
'
|
|||
|
'TextPadToolStripMenuItem
|
|||
|
'
|
|||
|
Me.TextPadToolStripMenuItem.Name = "TextPadToolStripMenuItem"
|
|||
|
Me.TextPadToolStripMenuItem.Size = New System.Drawing.Size(181, 22)
|
|||
|
Me.TextPadToolStripMenuItem.Text = "TextPad"
|
|||
|
'
|
|||
|
'ShifterToolStripMenuItem
|
|||
|
'
|
|||
|
Me.ShifterToolStripMenuItem.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.ShifterToolStripMenuItem.Name = "ShifterToolStripMenuItem"
|
|||
|
Me.ShifterToolStripMenuItem.Size = New System.Drawing.Size(181, 22)
|
|||
|
Me.ShifterToolStripMenuItem.Text = "Shifter"
|
|||
|
'
|
|||
|
'PongToolStripMenuItem
|
|||
|
'
|
|||
|
Me.PongToolStripMenuItem.Name = "PongToolStripMenuItem"
|
|||
|
Me.PongToolStripMenuItem.Size = New System.Drawing.Size(181, 22)
|
|||
|
Me.PongToolStripMenuItem.Text = "Pong"
|
|||
|
'
|
|||
|
'SkinLoaderToolStripMenuItem
|
|||
|
'
|
|||
|
Me.SkinLoaderToolStripMenuItem.Name = "SkinLoaderToolStripMenuItem"
|
|||
|
Me.SkinLoaderToolStripMenuItem.Size = New System.Drawing.Size(181, 22)
|
|||
|
Me.SkinLoaderToolStripMenuItem.Text = "Skin Loader"
|
|||
|
'
|
|||
|
'ArtpadToolStripMenuItem
|
|||
|
'
|
|||
|
Me.ArtpadToolStripMenuItem.Name = "ArtpadToolStripMenuItem"
|
|||
|
Me.ArtpadToolStripMenuItem.Size = New System.Drawing.Size(181, 22)
|
|||
|
Me.ArtpadToolStripMenuItem.Text = "ArtPad"
|
|||
|
'
|
|||
|
'CalculatorToolStripMenuItem
|
|||
|
'
|
|||
|
Me.CalculatorToolStripMenuItem.Name = "CalculatorToolStripMenuItem"
|
|||
|
Me.CalculatorToolStripMenuItem.Size = New System.Drawing.Size(181, 22)
|
|||
|
Me.CalculatorToolStripMenuItem.Text = "Calculator"
|
|||
|
'
|
|||
|
'AudioplayerToolStripMenuItem
|
|||
|
'
|
|||
|
Me.AudioplayerToolStripMenuItem.Name = "AudioplayerToolStripMenuItem"
|
|||
|
Me.AudioplayerToolStripMenuItem.Size = New System.Drawing.Size(181, 22)
|
|||
|
Me.AudioplayerToolStripMenuItem.Text = "Audio Player"
|
|||
|
'
|
|||
|
'WebBrowserToolStripMenuItem
|
|||
|
'
|
|||
|
Me.WebBrowserToolStripMenuItem.Name = "WebBrowserToolStripMenuItem"
|
|||
|
Me.WebBrowserToolStripMenuItem.Size = New System.Drawing.Size(181, 22)
|
|||
|
Me.WebBrowserToolStripMenuItem.Text = "Web Browser"
|
|||
|
'
|
|||
|
'VideoplayerToolStripMenuItem
|
|||
|
'
|
|||
|
Me.VideoplayerToolStripMenuItem.Name = "VideoplayerToolStripMenuItem"
|
|||
|
Me.VideoplayerToolStripMenuItem.Size = New System.Drawing.Size(181, 22)
|
|||
|
Me.VideoplayerToolStripMenuItem.Text = "Video Player"
|
|||
|
'
|
|||
|
'NameChangerToolStripMenuItem
|
|||
|
'
|
|||
|
Me.NameChangerToolStripMenuItem.Name = "NameChangerToolStripMenuItem"
|
|||
|
Me.NameChangerToolStripMenuItem.Size = New System.Drawing.Size(181, 22)
|
|||
|
Me.NameChangerToolStripMenuItem.Text = "Name Changer"
|
|||
|
'
|
|||
|
'IconManagerToolStripMenuItem
|
|||
|
'
|
|||
|
Me.IconManagerToolStripMenuItem.Name = "IconManagerToolStripMenuItem"
|
|||
|
Me.IconManagerToolStripMenuItem.Size = New System.Drawing.Size(181, 22)
|
|||
|
Me.IconManagerToolStripMenuItem.Text = "Icon Manager"
|
|||
|
'
|
|||
|
'BitnoteWalletToolStripMenuItem
|
|||
|
'
|
|||
|
Me.BitnoteWalletToolStripMenuItem.Name = "BitnoteWalletToolStripMenuItem"
|
|||
|
Me.BitnoteWalletToolStripMenuItem.Size = New System.Drawing.Size(181, 22)
|
|||
|
Me.BitnoteWalletToolStripMenuItem.Text = "Bitnote Wallet"
|
|||
|
'
|
|||
|
'BitnoteDiggerToolStripMenuItem
|
|||
|
'
|
|||
|
Me.BitnoteDiggerToolStripMenuItem.Name = "BitnoteDiggerToolStripMenuItem"
|
|||
|
Me.BitnoteDiggerToolStripMenuItem.Size = New System.Drawing.Size(181, 22)
|
|||
|
Me.BitnoteDiggerToolStripMenuItem.Text = "Bitnote Digger"
|
|||
|
'
|
|||
|
'SkinShifterToolStripMenuItem
|
|||
|
'
|
|||
|
Me.SkinShifterToolStripMenuItem.Name = "SkinShifterToolStripMenuItem"
|
|||
|
Me.SkinShifterToolStripMenuItem.Size = New System.Drawing.Size(181, 22)
|
|||
|
Me.SkinShifterToolStripMenuItem.Text = "Skin Shifter"
|
|||
|
'
|
|||
|
'ToolStripSeparator1
|
|||
|
'
|
|||
|
Me.ToolStripSeparator1.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.ToolStripSeparator1.ForeColor = System.Drawing.Color.White
|
|||
|
Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
|
|||
|
Me.ToolStripSeparator1.Size = New System.Drawing.Size(178, 6)
|
|||
|
'
|
|||
|
'ShutdownToolStripMenuItem
|
|||
|
'
|
|||
|
Me.ShutdownToolStripMenuItem.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.ShutdownToolStripMenuItem.Name = "ShutdownToolStripMenuItem"
|
|||
|
Me.ShutdownToolStripMenuItem.Size = New System.Drawing.Size(181, 22)
|
|||
|
Me.ShutdownToolStripMenuItem.Text = "Shut Down"
|
|||
|
'
|
|||
|
'timepanel
|
|||
|
'
|
|||
|
Me.timepanel.Controls.Add(Me.paneltimetext)
|
|||
|
Me.timepanel.Dock = System.Windows.Forms.DockStyle.Right
|
|||
|
Me.timepanel.Location = New System.Drawing.Point(1648, 0)
|
|||
|
Me.timepanel.Name = "timepanel"
|
|||
|
Me.timepanel.Size = New System.Drawing.Size(97, 24)
|
|||
|
Me.timepanel.TabIndex = 2
|
|||
|
'
|
|||
|
'paneltimetext
|
|||
|
'
|
|||
|
Me.paneltimetext.AutoSize = True
|
|||
|
Me.paneltimetext.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.paneltimetext.Font = New System.Drawing.Font("Trebuchet MS", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.paneltimetext.Location = New System.Drawing.Point(5, 0)
|
|||
|
Me.paneltimetext.Name = "paneltimetext"
|
|||
|
Me.paneltimetext.Size = New System.Drawing.Size(80, 24)
|
|||
|
Me.paneltimetext.TabIndex = 1
|
|||
|
Me.paneltimetext.Text = "5000023"
|
|||
|
Me.paneltimetext.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
|||
|
'
|
|||
|
'clocktick
|
|||
|
'
|
|||
|
Me.clocktick.Enabled = True
|
|||
|
Me.clocktick.Interval = 1000
|
|||
|
'
|
|||
|
'autosave
|
|||
|
'
|
|||
|
Me.autosave.Enabled = True
|
|||
|
Me.autosave.Interval = 60000
|
|||
|
'
|
|||
|
'pnlpanelbuttonshiftnet
|
|||
|
'
|
|||
|
Me.pnlpanelbuttonshiftnet.BackColor = System.Drawing.Color.Black
|
|||
|
Me.pnlpanelbuttonshiftnet.Controls.Add(Me.tbshiftneticon)
|
|||
|
Me.pnlpanelbuttonshiftnet.Controls.Add(Me.tbshiftnettext)
|
|||
|
Me.pnlpanelbuttonshiftnet.Location = New System.Drawing.Point(1397, 3)
|
|||
|
Me.pnlpanelbuttonshiftnet.Name = "pnlpanelbuttonshiftnet"
|
|||
|
Me.pnlpanelbuttonshiftnet.Size = New System.Drawing.Size(52, 20)
|
|||
|
Me.pnlpanelbuttonshiftnet.TabIndex = 19
|
|||
|
Me.pnlpanelbuttonshiftnet.Visible = False
|
|||
|
'
|
|||
|
'tbshiftneticon
|
|||
|
'
|
|||
|
Me.tbshiftneticon.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.tbshiftneticon.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
|
|||
|
Me.tbshiftneticon.Image = Global.ShiftOS.My.Resources.Resources.iconShiftnet
|
|||
|
Me.tbshiftneticon.Location = New System.Drawing.Point(4, 2)
|
|||
|
Me.tbshiftneticon.Name = "tbshiftneticon"
|
|||
|
Me.tbshiftneticon.Size = New System.Drawing.Size(16, 16)
|
|||
|
Me.tbshiftneticon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
|||
|
Me.tbshiftneticon.TabIndex = 1
|
|||
|
Me.tbshiftneticon.TabStop = False
|
|||
|
'
|
|||
|
'tbshiftnettext
|
|||
|
'
|
|||
|
Me.tbshiftnettext.AutoSize = True
|
|||
|
Me.tbshiftnettext.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.tbshiftnettext.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.tbshiftnettext.ForeColor = System.Drawing.Color.White
|
|||
|
Me.tbshiftnettext.Location = New System.Drawing.Point(22, 2)
|
|||
|
Me.tbshiftnettext.Name = "tbshiftnettext"
|
|||
|
Me.tbshiftnettext.Size = New System.Drawing.Size(51, 16)
|
|||
|
Me.tbshiftnettext.TabIndex = 0
|
|||
|
Me.tbshiftnettext.Text = "Shiftnet"
|
|||
|
'
|
|||
|
'pnlpanelbuttondownloader
|
|||
|
'
|
|||
|
Me.pnlpanelbuttondownloader.BackColor = System.Drawing.Color.Black
|
|||
|
Me.pnlpanelbuttondownloader.Controls.Add(Me.tbdownloadericon)
|
|||
|
Me.pnlpanelbuttondownloader.Controls.Add(Me.tbdownloadertext)
|
|||
|
Me.pnlpanelbuttondownloader.Location = New System.Drawing.Point(1455, 3)
|
|||
|
Me.pnlpanelbuttondownloader.Name = "pnlpanelbuttondownloader"
|
|||
|
Me.pnlpanelbuttondownloader.Size = New System.Drawing.Size(52, 20)
|
|||
|
Me.pnlpanelbuttondownloader.TabIndex = 20
|
|||
|
Me.pnlpanelbuttondownloader.Visible = False
|
|||
|
'
|
|||
|
'tbdownloadericon
|
|||
|
'
|
|||
|
Me.tbdownloadericon.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.tbdownloadericon.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
|
|||
|
Me.tbdownloadericon.Image = Global.ShiftOS.My.Resources.Resources.iconDownloader
|
|||
|
Me.tbdownloadericon.Location = New System.Drawing.Point(4, 2)
|
|||
|
Me.tbdownloadericon.Name = "tbdownloadericon"
|
|||
|
Me.tbdownloadericon.Size = New System.Drawing.Size(16, 16)
|
|||
|
Me.tbdownloadericon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
|||
|
Me.tbdownloadericon.TabIndex = 1
|
|||
|
Me.tbdownloadericon.TabStop = False
|
|||
|
'
|
|||
|
'tbdownloadertext
|
|||
|
'
|
|||
|
Me.tbdownloadertext.AutoSize = True
|
|||
|
Me.tbdownloadertext.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.tbdownloadertext.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.tbdownloadertext.ForeColor = System.Drawing.Color.White
|
|||
|
Me.tbdownloadertext.Location = New System.Drawing.Point(22, 2)
|
|||
|
Me.tbdownloadertext.Name = "tbdownloadertext"
|
|||
|
Me.tbdownloadertext.Size = New System.Drawing.Size(81, 16)
|
|||
|
Me.tbdownloadertext.TabIndex = 0
|
|||
|
Me.tbdownloadertext.Text = "Downloader"
|
|||
|
'
|
|||
|
'ShiftnetToolStripMenuItem
|
|||
|
'
|
|||
|
Me.ShiftnetToolStripMenuItem.Name = "ShiftnetToolStripMenuItem"
|
|||
|
Me.ShiftnetToolStripMenuItem.Size = New System.Drawing.Size(181, 22)
|
|||
|
Me.ShiftnetToolStripMenuItem.Text = "Shiftnet"
|
|||
|
'
|
|||
|
'ShiftOSDesktop
|
|||
|
'
|
|||
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|||
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|||
|
Me.BackColor = System.Drawing.Color.Black
|
|||
|
Me.ClientSize = New System.Drawing.Size(1745, 805)
|
|||
|
Me.Controls.Add(Me.desktoppanel)
|
|||
|
Me.KeyPreview = True
|
|||
|
Me.MainMenuStrip = Me.desktopappmenu
|
|||
|
Me.Name = "ShiftOSDesktop"
|
|||
|
Me.Text = "ShiftOSDesktop"
|
|||
|
Me.desktoppanel.ResumeLayout(False)
|
|||
|
Me.pnlpanelbuttonholder.ResumeLayout(False)
|
|||
|
Me.pnlpanelbuttonclock.ResumeLayout(False)
|
|||
|
Me.pnlpanelbuttonclock.PerformLayout()
|
|||
|
CType(Me.tbclockicon, System.ComponentModel.ISupportInitialize).EndInit()
|
|||
|
Me.pnlpanelbuttonskinloader.ResumeLayout(False)
|
|||
|
Me.pnlpanelbuttonskinloader.PerformLayout()
|
|||
|
CType(Me.tbskinloadericon, System.ComponentModel.ISupportInitialize).EndInit()
|
|||
|
Me.pnlpanelbuttonfileskimmer.ResumeLayout(False)
|
|||
|
Me.pnlpanelbuttonfileskimmer.PerformLayout()
|
|||
|
CType(Me.tbfileskimmericon, System.ComponentModel.ISupportInitialize).EndInit()
|
|||
|
Me.pnlpanelbuttonfileopener.ResumeLayout(False)
|
|||
|
Me.pnlpanelbuttonfileopener.PerformLayout()
|
|||
|
CType(Me.tbfileopenericon, System.ComponentModel.ISupportInitialize).EndInit()
|
|||
|
Me.pnlpanelbuttoninfobox.ResumeLayout(False)
|
|||
|
Me.pnlpanelbuttoninfobox.PerformLayout()
|
|||
|
CType(Me.tbinfoboxicon, System.ComponentModel.ISupportInitialize).EndInit()
|
|||
|
Me.pnlpanelbuttonknowledgeinput.ResumeLayout(False)
|
|||
|
Me.pnlpanelbuttonknowledgeinput.PerformLayout()
|
|||
|
CType(Me.tbknowledgeinputicon, System.ComponentModel.ISupportInitialize).EndInit()
|
|||
|
Me.pnlpanelbuttoncolourpicker.ResumeLayout(False)
|
|||
|
Me.pnlpanelbuttoncolourpicker.PerformLayout()
|
|||
|
CType(Me.tbcolourpickericon, System.ComponentModel.ISupportInitialize).EndInit()
|
|||
|
Me.pnlpanelbuttonshiftorium.ResumeLayout(False)
|
|||
|
Me.pnlpanelbuttonshiftorium.PerformLayout()
|
|||
|
CType(Me.tbshiftoriumicon, System.ComponentModel.ISupportInitialize).EndInit()
|
|||
|
Me.pnlpanelbuttonfilesaver.ResumeLayout(False)
|
|||
|
Me.pnlpanelbuttonfilesaver.PerformLayout()
|
|||
|
CType(Me.tbfilesavericon, System.ComponentModel.ISupportInitialize).EndInit()
|
|||
|
Me.pnlpanelbuttonshifter.ResumeLayout(False)
|
|||
|
Me.pnlpanelbuttonshifter.PerformLayout()
|
|||
|
CType(Me.tbshiftericon, System.ComponentModel.ISupportInitialize).EndInit()
|
|||
|
Me.pnlpanelbuttonpong.ResumeLayout(False)
|
|||
|
Me.pnlpanelbuttonpong.PerformLayout()
|
|||
|
CType(Me.tbpongicon, System.ComponentModel.ISupportInitialize).EndInit()
|
|||
|
Me.pnlpanelbuttonterminal.ResumeLayout(False)
|
|||
|
Me.pnlpanelbuttonterminal.PerformLayout()
|
|||
|
CType(Me.tbterminalicon, System.ComponentModel.ISupportInitialize).EndInit()
|
|||
|
Me.pnlpanelbuttontextpad.ResumeLayout(False)
|
|||
|
Me.pnlpanelbuttontextpad.PerformLayout()
|
|||
|
CType(Me.tbtextpadicon, System.ComponentModel.ISupportInitialize).EndInit()
|
|||
|
Me.pnlpanelbuttongraphicpicker.ResumeLayout(False)
|
|||
|
Me.pnlpanelbuttongraphicpicker.PerformLayout()
|
|||
|
CType(Me.tbgraphicpickericon, System.ComponentModel.ISupportInitialize).EndInit()
|
|||
|
Me.pnlpanelbuttonartpad.ResumeLayout(False)
|
|||
|
Me.pnlpanelbuttonartpad.PerformLayout()
|
|||
|
CType(Me.tbartpadicon, System.ComponentModel.ISupportInitialize).EndInit()
|
|||
|
Me.pnlpanelbuttoncalculator.ResumeLayout(False)
|
|||
|
Me.pnlpanelbuttoncalculator.PerformLayout()
|
|||
|
CType(Me.tbcalculatoricon, System.ComponentModel.ISupportInitialize).EndInit()
|
|||
|
Me.pnlpanelbuttonaudioplayer.ResumeLayout(False)
|
|||
|
Me.pnlpanelbuttonaudioplayer.PerformLayout()
|
|||
|
CType(Me.tbaudioplayericon, System.ComponentModel.ISupportInitialize).EndInit()
|
|||
|
Me.pnlpanelbuttonwebbrowser.ResumeLayout(False)
|
|||
|
Me.pnlpanelbuttonwebbrowser.PerformLayout()
|
|||
|
CType(Me.tbwebbrowsericon, System.ComponentModel.ISupportInitialize).EndInit()
|
|||
|
Me.pnlpanelbuttonvideoplayer.ResumeLayout(False)
|
|||
|
Me.pnlpanelbuttonvideoplayer.PerformLayout()
|
|||
|
CType(Me.tbvideoplayericon, System.ComponentModel.ISupportInitialize).EndInit()
|
|||
|
Me.pnlpanelbuttonnamechanger.ResumeLayout(False)
|
|||
|
Me.pnlpanelbuttonnamechanger.PerformLayout()
|
|||
|
CType(Me.tbnamechangericon, System.ComponentModel.ISupportInitialize).EndInit()
|
|||
|
Me.pnlpanelbuttoniconmanager.ResumeLayout(False)
|
|||
|
Me.pnlpanelbuttoniconmanager.PerformLayout()
|
|||
|
CType(Me.tbiconmanagericon, System.ComponentModel.ISupportInitialize).EndInit()
|
|||
|
Me.pnlpanelbuttonbitnotewallet.ResumeLayout(False)
|
|||
|
Me.pnlpanelbuttonbitnotewallet.PerformLayout()
|
|||
|
CType(Me.tbbitnotewalleticon, System.ComponentModel.ISupportInitialize).EndInit()
|
|||
|
Me.pnlpanelbuttonbitnotedigger.ResumeLayout(False)
|
|||
|
Me.pnlpanelbuttonbitnotedigger.PerformLayout()
|
|||
|
CType(Me.tbbitnotediggericon, System.ComponentModel.ISupportInitialize).EndInit()
|
|||
|
Me.pnlpanelbuttonskinshifter.ResumeLayout(False)
|
|||
|
Me.pnlpanelbuttonskinshifter.PerformLayout()
|
|||
|
CType(Me.tbskinshiftericon, System.ComponentModel.ISupportInitialize).EndInit()
|
|||
|
Me.applaunchermenuholder.ResumeLayout(False)
|
|||
|
Me.desktopappmenu.ResumeLayout(False)
|
|||
|
Me.desktopappmenu.PerformLayout()
|
|||
|
Me.timepanel.ResumeLayout(False)
|
|||
|
Me.timepanel.PerformLayout()
|
|||
|
Me.pnlpanelbuttonshiftnet.ResumeLayout(False)
|
|||
|
Me.pnlpanelbuttonshiftnet.PerformLayout()
|
|||
|
CType(Me.tbshiftneticon, System.ComponentModel.ISupportInitialize).EndInit()
|
|||
|
Me.pnlpanelbuttondownloader.ResumeLayout(False)
|
|||
|
Me.pnlpanelbuttondownloader.PerformLayout()
|
|||
|
CType(Me.tbdownloadericon, System.ComponentModel.ISupportInitialize).EndInit()
|
|||
|
Me.ResumeLayout(False)
|
|||
|
|
|||
|
End Sub
|
|||
|
Friend WithEvents desktoppanel As System.Windows.Forms.Panel
|
|||
|
Friend WithEvents desktopappmenu As System.Windows.Forms.MenuStrip
|
|||
|
Friend WithEvents ApplicationsToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|||
|
Friend WithEvents KnowledgeInputToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|||
|
Friend WithEvents ShiftoriumToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|||
|
Friend WithEvents ClockToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|||
|
Friend WithEvents TerminalToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|||
|
Friend WithEvents ToolStripSeparator1 As System.Windows.Forms.ToolStripSeparator
|
|||
|
Friend WithEvents ShutdownToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|||
|
Friend WithEvents paneltimetext As System.Windows.Forms.Label
|
|||
|
Friend WithEvents clocktick As System.Windows.Forms.Timer
|
|||
|
Friend WithEvents timepanel As System.Windows.Forms.Panel
|
|||
|
Friend WithEvents ShifterToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|||
|
Friend WithEvents applaunchermenuholder As System.Windows.Forms.Panel
|
|||
|
Friend WithEvents PongToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|||
|
Friend WithEvents FileSkimmerToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|||
|
Friend WithEvents TextPadToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|||
|
Friend WithEvents autosave As System.Windows.Forms.Timer
|
|||
|
Friend WithEvents SkinLoaderToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|||
|
Friend WithEvents pnlpanelbuttontextpad As System.Windows.Forms.Panel
|
|||
|
Friend WithEvents tbtextpadicon As System.Windows.Forms.PictureBox
|
|||
|
Friend WithEvents tbtextpadtext As System.Windows.Forms.Label
|
|||
|
Friend WithEvents pnlpanelbuttonclock As System.Windows.Forms.Panel
|
|||
|
Friend WithEvents tbclockicon As System.Windows.Forms.PictureBox
|
|||
|
Friend WithEvents tbclocktext As System.Windows.Forms.Label
|
|||
|
Friend WithEvents pnlpanelbuttoncolourpicker As System.Windows.Forms.Panel
|
|||
|
Friend WithEvents tbcolourpickericon As System.Windows.Forms.PictureBox
|
|||
|
Friend WithEvents tbcolourpickertext As System.Windows.Forms.Label
|
|||
|
Friend WithEvents pnlpanelbuttonfilesaver As System.Windows.Forms.Panel
|
|||
|
Friend WithEvents tbfilesavericon As System.Windows.Forms.PictureBox
|
|||
|
Friend WithEvents tbfilesavertext As System.Windows.Forms.Label
|
|||
|
Friend WithEvents pnlpanelbuttongraphicpicker As System.Windows.Forms.Panel
|
|||
|
Friend WithEvents tbgraphicpickericon As System.Windows.Forms.PictureBox
|
|||
|
Friend WithEvents tbgraphicpickertext As System.Windows.Forms.Label
|
|||
|
Friend WithEvents pnlpanelbuttonfileopener As System.Windows.Forms.Panel
|
|||
|
Friend WithEvents tbfileopenericon As System.Windows.Forms.PictureBox
|
|||
|
Friend WithEvents tbfileopenertext As System.Windows.Forms.Label
|
|||
|
Friend WithEvents pnlpanelbuttonfileskimmer As System.Windows.Forms.Panel
|
|||
|
Friend WithEvents tbfileskimmericon As System.Windows.Forms.PictureBox
|
|||
|
Friend WithEvents tbfileskimmertext As System.Windows.Forms.Label
|
|||
|
Friend WithEvents pnlpanelbuttonknowledgeinput As System.Windows.Forms.Panel
|
|||
|
Friend WithEvents tbknowledgeinputicon As System.Windows.Forms.PictureBox
|
|||
|
Friend WithEvents tbknowledgeinputtext As System.Windows.Forms.Label
|
|||
|
Friend WithEvents pnlpanelbuttoninfobox As System.Windows.Forms.Panel
|
|||
|
Friend WithEvents tbinfoboxicon As System.Windows.Forms.PictureBox
|
|||
|
Friend WithEvents tbinfoboxtext As System.Windows.Forms.Label
|
|||
|
Friend WithEvents pnlpanelbuttonshifter As System.Windows.Forms.Panel
|
|||
|
Friend WithEvents tbshiftericon As System.Windows.Forms.PictureBox
|
|||
|
Friend WithEvents tbshiftertext As System.Windows.Forms.Label
|
|||
|
Friend WithEvents pnlpanelbuttonpong As System.Windows.Forms.Panel
|
|||
|
Friend WithEvents tbpongicon As System.Windows.Forms.PictureBox
|
|||
|
Friend WithEvents tbpongtext As System.Windows.Forms.Label
|
|||
|
Friend WithEvents pnlpanelbuttonshiftorium As System.Windows.Forms.Panel
|
|||
|
Friend WithEvents tbshiftoriumicon As System.Windows.Forms.PictureBox
|
|||
|
Friend WithEvents tbshiftoriumtext As System.Windows.Forms.Label
|
|||
|
Friend WithEvents pnlpanelbuttonskinloader As System.Windows.Forms.Panel
|
|||
|
Friend WithEvents tbskinloadericon As System.Windows.Forms.PictureBox
|
|||
|
Friend WithEvents tbskinloadertext As System.Windows.Forms.Label
|
|||
|
Friend WithEvents pnlpanelbuttonterminal As System.Windows.Forms.Panel
|
|||
|
Friend WithEvents tbterminalicon As System.Windows.Forms.PictureBox
|
|||
|
Friend WithEvents tbterminaltext As System.Windows.Forms.Label
|
|||
|
Friend WithEvents pnlpanelbuttonholder As System.Windows.Forms.FlowLayoutPanel
|
|||
|
Friend WithEvents pnlpanelbuttonartpad As System.Windows.Forms.Panel
|
|||
|
Friend WithEvents tbartpadicon As System.Windows.Forms.PictureBox
|
|||
|
Friend WithEvents tbartpadtext As System.Windows.Forms.Label
|
|||
|
Friend WithEvents ArtpadToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|||
|
Friend WithEvents CalculatorToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|||
|
Friend WithEvents pnlpanelbuttoncalculator As System.Windows.Forms.Panel
|
|||
|
Friend WithEvents tbcalculatoricon As System.Windows.Forms.PictureBox
|
|||
|
Friend WithEvents tbcalculatortext As System.Windows.Forms.Label
|
|||
|
Friend WithEvents pnlpanelbuttonaudioplayer As System.Windows.Forms.Panel
|
|||
|
Friend WithEvents tbaudioplayericon As System.Windows.Forms.PictureBox
|
|||
|
Friend WithEvents tbaudioplayertext As System.Windows.Forms.Label
|
|||
|
Friend WithEvents AudioplayerToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|||
|
Friend WithEvents pnlpanelbuttonwebbrowser As System.Windows.Forms.Panel
|
|||
|
Friend WithEvents tbwebbrowsericon As System.Windows.Forms.PictureBox
|
|||
|
Friend WithEvents tbwebbrowsertext As System.Windows.Forms.Label
|
|||
|
Friend WithEvents WebBrowserToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|||
|
Friend WithEvents pnlpanelbuttonvideoplayer As System.Windows.Forms.Panel
|
|||
|
Friend WithEvents tbvideoplayericon As System.Windows.Forms.PictureBox
|
|||
|
Friend WithEvents tbvideoplayertext As System.Windows.Forms.Label
|
|||
|
Friend WithEvents VideoplayerToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|||
|
Friend WithEvents pnlpanelbuttonnamechanger As System.Windows.Forms.Panel
|
|||
|
Friend WithEvents tbnamechangericon As System.Windows.Forms.PictureBox
|
|||
|
Friend WithEvents tbnamechangertext As System.Windows.Forms.Label
|
|||
|
Friend WithEvents NameChangerToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|||
|
Friend WithEvents pnlpanelbuttoniconmanager As System.Windows.Forms.Panel
|
|||
|
Friend WithEvents tbiconmanagericon As System.Windows.Forms.PictureBox
|
|||
|
Friend WithEvents tbiconmanagertext As System.Windows.Forms.Label
|
|||
|
Friend WithEvents IconManagerToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|||
|
Friend WithEvents pnlpanelbuttonbitnotewallet As System.Windows.Forms.Panel
|
|||
|
Friend WithEvents tbbitnotewalleticon As System.Windows.Forms.PictureBox
|
|||
|
Friend WithEvents tbbitnotewallettext As System.Windows.Forms.Label
|
|||
|
Friend WithEvents pnlpanelbuttonbitnotedigger As System.Windows.Forms.Panel
|
|||
|
Friend WithEvents tbbitnotediggericon As System.Windows.Forms.PictureBox
|
|||
|
Friend WithEvents tbbitnotediggertext As System.Windows.Forms.Label
|
|||
|
Friend WithEvents BitnoteWalletToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|||
|
Friend WithEvents BitnoteDiggerToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|||
|
Friend WithEvents pnlpanelbuttonskinshifter As System.Windows.Forms.Panel
|
|||
|
Friend WithEvents tbskinshiftericon As System.Windows.Forms.PictureBox
|
|||
|
Friend WithEvents tbskinshiftertext As System.Windows.Forms.Label
|
|||
|
Friend WithEvents SkinShifterToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|||
|
Friend WithEvents pnlpanelbuttonshiftnet As System.Windows.Forms.Panel
|
|||
|
Friend WithEvents tbshiftneticon As System.Windows.Forms.PictureBox
|
|||
|
Friend WithEvents tbshiftnettext As System.Windows.Forms.Label
|
|||
|
Friend WithEvents pnlpanelbuttondownloader As System.Windows.Forms.Panel
|
|||
|
Friend WithEvents tbdownloadericon As System.Windows.Forms.PictureBox
|
|||
|
Friend WithEvents tbdownloadertext As System.Windows.Forms.Label
|
|||
|
Friend WithEvents ShiftnetToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|||
|
End Class
|