aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/MainForms/ShiftOSMenu.Designer.vb
diff options
context:
space:
mode:
authorEverythingWindows <[email protected]>2022-11-05 23:48:35 +0700
committerEverythingWindows <[email protected]>2022-11-05 23:48:35 +0700
commita0e7f1ba37f891bec48fcc20ec0b629dc52abc90 (patch)
tree7fc265c56cd894bbd2e05a3dc431a89a6ccca058 /ShiftOS-TheRevival/MainForms/ShiftOSMenu.Designer.vb
parented6f6ee29d5d29a6e06cb15fadb4c0e3520c6e40 (diff)
downloadshiftos-therevival-old-a0e7f1ba37f891bec48fcc20ec0b629dc52abc90.tar.gz
shiftos-therevival-old-a0e7f1ba37f891bec48fcc20ec0b629dc52abc90.tar.bz2
shiftos-therevival-old-a0e7f1ba37f891bec48fcc20ec0b629dc52abc90.zip
Menu system, bc fixings, and references to directory navigation added
Diffstat (limited to 'ShiftOS-TheRevival/MainForms/ShiftOSMenu.Designer.vb')
-rw-r--r--ShiftOS-TheRevival/MainForms/ShiftOSMenu.Designer.vb10
1 files changed, 9 insertions, 1 deletions
diff --git a/ShiftOS-TheRevival/MainForms/ShiftOSMenu.Designer.vb b/ShiftOS-TheRevival/MainForms/ShiftOSMenu.Designer.vb
index de8b732..024dbdf 100644
--- a/ShiftOS-TheRevival/MainForms/ShiftOSMenu.Designer.vb
+++ b/ShiftOS-TheRevival/MainForms/ShiftOSMenu.Designer.vb
@@ -22,6 +22,7 @@ Partial Class ShiftOSMenu
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
+ Me.components = New System.ComponentModel.Container()
Me.Label1 = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.btn_Aboot = New System.Windows.Forms.Button()
@@ -31,6 +32,7 @@ Partial Class ShiftOSMenu
Me.btn_Exit = New System.Windows.Forms.Button()
Me.BackgroundWorker1 = New System.ComponentModel.BackgroundWorker()
Me.Thumbnail = New System.Windows.Forms.PictureBox()
+ Me.BannerChange = New System.Windows.Forms.Timer(Me.components)
CType(Me.Thumbnail, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
@@ -113,6 +115,8 @@ Partial Class ShiftOSMenu
'Thumbnail
'
Me.Thumbnail.BackColor = System.Drawing.Color.Silver
+ Me.Thumbnail.BackgroundImage = Global.ShiftOS_TheRevival.My.Resources.Resources.MenuBanner1
+ Me.Thumbnail.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.Thumbnail.Dock = System.Windows.Forms.DockStyle.Right
Me.Thumbnail.Location = New System.Drawing.Point(264, 0)
Me.Thumbnail.Name = "Thumbnail"
@@ -120,11 +124,14 @@ Partial Class ShiftOSMenu
Me.Thumbnail.TabIndex = 5
Me.Thumbnail.TabStop = False
'
+ 'BannerChange
+ '
+ '
'ShiftOSMenu
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.BackColor = System.Drawing.Color.Black
+ Me.BackColor = System.Drawing.Color.DimGray
Me.ClientSize = New System.Drawing.Size(624, 441)
Me.Controls.Add(Me.Thumbnail)
Me.Controls.Add(Me.lbl_BuildString)
@@ -156,4 +163,5 @@ Partial Class ShiftOSMenu
Friend WithEvents btn_Exit As Button
Friend WithEvents BackgroundWorker1 As System.ComponentModel.BackgroundWorker
Friend WithEvents Thumbnail As PictureBox
+ Friend WithEvents BannerChange As Timer
End Class