summaryrefslogtreecommitdiff
path: root/windows 95
diff options
context:
space:
mode:
authorjakeypearce <[email protected]>2015-08-07 16:12:38 +0100
committerjakeypearce <[email protected]>2015-08-07 16:12:38 +0100
commit636946ca544727b387993dbce5094c704cd61aa7 (patch)
tree896eeb74d931fabeb646bd2c39ee206179821892 /windows 95
parent5a66fa33aa3ee6cf168bf03a6e106211d39e3d03 (diff)
downloadhistacom-636946ca544727b387993dbce5094c704cd61aa7.tar.gz
histacom-636946ca544727b387993dbce5094c704cd61aa7.tar.bz2
histacom-636946ca544727b387993dbce5094c704cd61aa7.zip
Web Chat 1998 modified (not the interface, but the storyline)
Diffstat (limited to 'windows 95')
-rwxr-xr-xwindows 95/Command prompt.Designer.vb3
-rwxr-xr-xwindows 95/Command prompt.vb4
-rwxr-xr-xwindows 95/Guess The Number app.Designer.vb5
-rwxr-xr-xwindows 95/Guess The Number app.vb6
-rw-r--r--windows 95/InternetExplorer7test.Designer.vb29
-rw-r--r--windows 95/InternetExplorer7test.vb3
-rwxr-xr-xwindows 95/My Project/Resources.Designer.vb124
-rwxr-xr-xwindows 95/My Project/Resources.resx1288
-rw-r--r--windows 95/Resources/Command-Prompt-icon.pngbin0 -> 11874 bytes
-rw-r--r--windows 95/Resources/money.gifbin0 -> 68376 bytes
-rw-r--r--windows 95/Resources/other-fire-143887964479415.gifbin0 -> 68376 bytes
-rwxr-xr-xwindows 95/Skindows 95.Designer.vb1735
-rwxr-xr-xwindows 95/Skindows 95.vb8
-rwxr-xr-xwindows 95/WebChat 1999.vb172
-rwxr-xr-xwindows 95/Webchat.Designer.vb25
-rwxr-xr-xwindows 95/Webchat1998.vb277
-rwxr-xr-xwindows 95/commandpromptxp.Designer.vb8
-rwxr-xr-xwindows 95/formcalculator.Designer.vb195
-rwxr-xr-xwindows 95/formcalculator.resx6
-rwxr-xr-xwindows 95/formcalculator.vb4
-rwxr-xr-xwindows 95/histacom icon.icobin61798 -> 99678 bytes
21 files changed, 2082 insertions, 1810 deletions
diff --git a/windows 95/Command prompt.Designer.vb b/windows 95/Command prompt.Designer.vb
index c6d0eb4..3cce6ba 100755
--- a/windows 95/Command prompt.Designer.vb
+++ b/windows 95/Command prompt.Designer.vb
@@ -61,6 +61,9 @@ Partial Class Command_prompt
Me.TextBox1.Size = New System.Drawing.Size(405, 189)
Me.TextBox1.TabIndex = 6
'
+ 'look
+ '
+ '
'pullbs
'
Me.pullbs.Interval = 1
diff --git a/windows 95/Command prompt.vb b/windows 95/Command prompt.vb
index c86560e..eaa1a1a 100755
--- a/windows 95/Command prompt.vb
+++ b/windows 95/Command prompt.vb
@@ -103,6 +103,10 @@
End If
End Sub
+ Private Sub TextBox1_TextChanged(sender As Object, e As EventArgs) Handles TextBox1.TextChanged
+
+ End Sub
+
Private Sub look_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles look.Tick
Me.programtopbar.BackColor = Windows95.exampleprogramtopbar.BackColor
Me.programtopbar.BackgroundImage = Windows95.exampleprogramtopbar.BackgroundImage
diff --git a/windows 95/Guess The Number app.Designer.vb b/windows 95/Guess The Number app.Designer.vb
index 25d368d..b3028dd 100755
--- a/windows 95/Guess The Number app.Designer.vb
+++ b/windows 95/Guess The Number app.Designer.vb
@@ -101,7 +101,7 @@ Partial Class Guess_The_Number_app
'txtGuessedNumber
'
Me.txtGuessedNumber.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.txtGuessedNumber.Location = New System.Drawing.Point(136, 65)
Me.txtGuessedNumber.Name = "txtGuessedNumber"
Me.txtGuessedNumber.Size = New System.Drawing.Size(43, 20)
@@ -133,6 +133,9 @@ Partial Class Guess_The_Number_app
'
Me.selector.Interval = 1000
'
+ 'look
+ '
+ '
'pullbs
'
Me.pullbs.Interval = 1
diff --git a/windows 95/Guess The Number app.vb b/windows 95/Guess The Number app.vb
index 3ff4686..7a83ad7 100755
--- a/windows 95/Guess The Number app.vb
+++ b/windows 95/Guess The Number app.vb
@@ -10,7 +10,7 @@
Dim randnumb As New Random
Private Sub Guess_The_Number_app_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
- thenumber = randnumb.Next(1, 101)
+ thenumber = randnumb.Next(1, 100)
look.Start()
End Sub
@@ -200,6 +200,10 @@
End If
End Sub
+ Private Sub program_Paint(sender As Object, e As PaintEventArgs) Handles program.Paint
+
+ End Sub
+
Private Sub look_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles look.Tick
Me.programtopbar.BackColor = Windows95.exampleprogramtopbar.BackColor
Me.programtopbar.BackgroundImage = Windows95.exampleprogramtopbar.BackgroundImage
diff --git a/windows 95/InternetExplorer7test.Designer.vb b/windows 95/InternetExplorer7test.Designer.vb
new file mode 100644
index 0000000..d6198f4
--- /dev/null
+++ b/windows 95/InternetExplorer7test.Designer.vb
@@ -0,0 +1,29 @@
+<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
+Partial Class InternetExplorer7test
+ 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()
+ components = New System.ComponentModel.Container
+ Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
+ Me.Text = "InternetExplorer7test"
+ End Sub
+End Class
diff --git a/windows 95/InternetExplorer7test.vb b/windows 95/InternetExplorer7test.vb
new file mode 100644
index 0000000..39f3441
--- /dev/null
+++ b/windows 95/InternetExplorer7test.vb
@@ -0,0 +1,3 @@
+Public Class InternetExplorer7test
+
+End Class \ No newline at end of file
diff --git a/windows 95/My Project/Resources.Designer.vb b/windows 95/My Project/Resources.Designer.vb
index 2cbd0c6..6966029 100755
--- a/windows 95/My Project/Resources.Designer.vb
+++ b/windows 95/My Project/Resources.Designer.vb
@@ -1,7 +1,7 @@
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
-' Runtime Version:4.0.30319.0
+' Runtime Version:4.0.30319.42000
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
@@ -193,6 +193,16 @@ Namespace My.Resources
'''<summary>
''' Looks up a localized resource of type System.Drawing.Bitmap.
'''</summary>
+ Friend ReadOnly Property Command_Prompt_icon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("Command-Prompt-icon", resourceCulture)
+ Return CType(obj,System.Drawing.Bitmap)
+ End Get
+ End Property
+
+ '''<summary>
+ ''' Looks up a localized resource of type System.Drawing.Bitmap.
+ '''</summary>
Friend ReadOnly Property documents_pic_start() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("documents pic start", resourceCulture)
@@ -693,6 +703,16 @@ Namespace My.Resources
'''<summary>
''' Looks up a localized resource of type System.Drawing.Bitmap.
'''</summary>
+ Friend ReadOnly Property money() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("money", resourceCulture)
+ Return CType(obj,System.Drawing.Bitmap)
+ End Get
+ End Property
+
+ '''<summary>
+ ''' Looks up a localized resource of type System.Drawing.Bitmap.
+ '''</summary>
Friend ReadOnly Property mozilla_firefox_icon() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("mozilla firefox icon", resourceCulture)
@@ -743,6 +763,16 @@ Namespace My.Resources
'''<summary>
''' Looks up a localized resource of type System.Drawing.Bitmap.
'''</summary>
+ Friend ReadOnly Property other_fire_143887964479415() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("other_fire_143887964479415", resourceCulture)
+ Return CType(obj,System.Drawing.Bitmap)
+ End Get
+ End Property
+
+ '''<summary>
+ ''' Looks up a localized resource of type System.Drawing.Bitmap.
+ '''</summary>
Friend ReadOnly Property programs_icon() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("programs icon", resourceCulture)
@@ -1201,15 +1231,6 @@ Namespace My.Resources
End Property
'''<summary>
- ''' Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
- '''</summary>
- Friend ReadOnly Property windows_2000_boot_sound() As System.IO.UnmanagedMemoryStream
- Get
- Return ResourceManager.GetStream("windows_2000_boot_sound", resourceCulture)
- End Get
- End Property
-
- '''<summary>
''' Looks up a localized resource of type System.Drawing.Bitmap.
'''</summary>
Friend ReadOnly Property windows_2000_history_image() As System.Drawing.Bitmap
@@ -1230,6 +1251,15 @@ Namespace My.Resources
End Property
'''<summary>
+ ''' Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
+ '''</summary>
+ Friend ReadOnly Property Windows_2000_Shutdown() As System.IO.UnmanagedMemoryStream
+ Get
+ Return ResourceManager.GetStream("Windows_2000_Shutdown", resourceCulture)
+ End Get
+ End Property
+
+ '''<summary>
''' Looks up a localized resource of type System.Drawing.Bitmap.
'''</summary>
Friend ReadOnly Property windows_2000_splitter() As System.Drawing.Bitmap
@@ -1240,6 +1270,15 @@ Namespace My.Resources
End Property
'''<summary>
+ ''' Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
+ '''</summary>
+ Friend ReadOnly Property Windows_2000_Startup() As System.IO.UnmanagedMemoryStream
+ Get
+ Return ResourceManager.GetStream("Windows_2000_Startup", resourceCulture)
+ End Get
+ End Property
+
+ '''<summary>
''' Looks up a localized resource of type System.Drawing.Bitmap.
'''</summary>
Friend ReadOnly Property windows_95_background() As System.Drawing.Bitmap
@@ -1260,6 +1299,15 @@ Namespace My.Resources
End Property
'''<summary>
+ ''' Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
+ '''</summary>
+ Friend ReadOnly Property Windows_95_Shutdown() As System.IO.UnmanagedMemoryStream
+ Get
+ Return ResourceManager.GetStream("Windows_95_Shutdown", resourceCulture)
+ End Get
+ End Property
+
+ '''<summary>
''' Looks up a localized resource of type System.Drawing.Bitmap.
'''</summary>
Friend ReadOnly Property windows_95_sidemenustart() As System.Drawing.Bitmap
@@ -1284,7 +1332,16 @@ Namespace My.Resources
'''</summary>
Friend ReadOnly Property windows_98_error_sound() As System.IO.UnmanagedMemoryStream
Get
- Return ResourceManager.GetStream("windows 98 error sound", resourceCulture)
+ Return ResourceManager.GetStream("windows_98_error_sound", resourceCulture)
+ End Get
+ End Property
+
+ '''<summary>
+ ''' Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
+ '''</summary>
+ Friend ReadOnly Property Windows_98_Shutdown() As System.IO.UnmanagedMemoryStream
+ Get
+ Return ResourceManager.GetStream("Windows_98_Shutdown", resourceCulture)
End Get
End Property
@@ -1311,6 +1368,51 @@ Namespace My.Resources
'''<summary>
''' Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
'''</summary>
+ Friend ReadOnly Property windows_ME_boot_sound() As System.IO.UnmanagedMemoryStream
+ Get
+ Return ResourceManager.GetStream("windows_ME_boot_sound", resourceCulture)
+ End Get
+ End Property
+
+ '''<summary>
+ ''' Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
+ '''</summary>
+ Friend ReadOnly Property Windows_ME_Shutdown() As System.IO.UnmanagedMemoryStream
+ Get
+ Return ResourceManager.GetStream("Windows_ME_Shutdown", resourceCulture)
+ End Get
+ End Property
+
+ '''<summary>
+ ''' Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
+ '''</summary>
+ Friend ReadOnly Property Windows_ME_Startup() As System.IO.UnmanagedMemoryStream
+ Get
+ Return ResourceManager.GetStream("Windows_ME_Startup", resourceCulture)
+ End Get
+ End Property
+
+ '''<summary>
+ ''' Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
+ '''</summary>
+ Friend ReadOnly Property Windows_Vista_Shutdown() As System.IO.UnmanagedMemoryStream
+ Get
+ Return ResourceManager.GetStream("Windows_Vista_Shutdown", resourceCulture)
+ End Get
+ End Property
+
+ '''<summary>
+ ''' Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
+ '''</summary>
+ Friend ReadOnly Property Windows_XP_Shutdown() As System.IO.UnmanagedMemoryStream
+ Get
+ Return ResourceManager.GetStream("Windows_XP_Shutdown", resourceCulture)
+ End Get
+ End Property
+
+ '''<summary>
+ ''' Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
+ '''</summary>
Friend ReadOnly Property Windows_XP_Startup() As System.IO.UnmanagedMemoryStream
Get
Return ResourceManager.GetStream("Windows_XP_Startup", resourceCulture)
diff --git a/windows 95/My Project/Resources.resx b/windows 95/My Project/Resources.resx
index 98b5633..0d617f8 100755
--- a/windows 95/My Project/Resources.resx
+++ b/windows 95/My Project/Resources.resx
@@ -118,6 +118,9 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
+ <data name="windows95calcualatorstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95calcualatorstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
<data name="windowsxpstartmenumagnifier" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenumagnifier.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
@@ -127,11 +130,8 @@
<data name="windowsmestartmenuinternetbackhammon" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsmestartmenuinternetbackhammon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95addressbookprintblackandwhiteicon1" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95addressbookprintblackandwhiteicon1.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
- <data name="windowsxptaskbarright" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windowsxptaskbarright.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95addressbookpropertiesblackandwhiteicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95addressbookpropertiesblackandwhiteicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsmestartmenuclipboardviewer" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsmestartmenuclipboardviewer.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
@@ -139,11 +139,23 @@
<data name="windowsxpstartmenuinternethearts" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenuinternethearts.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
+ <data name="windowsxpstartmenusidebackground1" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windowsxpstartmenusidebackground1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
<data name="windowsxpleftside" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpleftside.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows 98 background" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows 98 background.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows2000mindsweeperstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows2000mindsweeperstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="windows95painteracer" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95painteracer.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="windows2000mydocumentsstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows2000mydocumentsstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="windowsxpstartbuttonpressed" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windowsxpstartbuttonpressed.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsmestartmenudrivespace" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsmestartmenudrivespace.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
@@ -151,14 +163,14 @@
<data name="windowsxpmaximizebutton" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpmaximizebutton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="Windows2.0" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\Windows2.0.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windowsxpstartmenuaccessibilitywizard" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windowsxpstartmenuaccessibilitywizard.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="find pic start" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\find pic start.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95atandtworldsignupstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95atandtworldsignupstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows98startmenuamericaonline" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows98startmenuamericaonline.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsxpstartmenunetworkwizard" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenunetworkwizard.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
@@ -166,117 +178,126 @@
<data name="close" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\close.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
+ <data name="windows95aolandinternetfreetrial!startmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95aolandinternetfreetrial!startmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
<data name="windowsxpstartmenumindsweeper" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenumindsweeper.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="mozilla firefox icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\mozilla firefox icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="programs icon1" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\programs icon1.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
- <data name="windows2000disccleanupstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows2000disccleanupstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
- <data name="windows95speakerleft" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95speakerleft.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows2000utillitymanagerstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows2000utillitymanagerstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windowsxpstartbuttonpressed" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windowsxpstartbuttonpressed.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95paintrubberpress" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95paintrubberpress.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95cdplayerstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95cdplayerstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows2000schedualedtasksstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows2000schedualedtasksstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="hotmail signup button" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\hotmail signup button.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="internetexplorer6historybutton" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\internetexplorer6historybutton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
<data name="closereg" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\closereg.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windowsxpstartmenumydocumentsmain" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windowsxpstartmenumydocumentsmain.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95findontherinternetstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95findontherinternetstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows 95 background" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows 95 background.jpg;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="guess the number number 1 (32x32)" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\guess the number number 1 (32x32).png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="internetexplorer6backbutton" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\internetexplorer6backbutton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows 2000 set program access and defaults icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows 2000 set program access and defaults icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95internetexplorerhome" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95internetexplorerhome.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95paintcolorpick" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95paintcolorpick.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="windows2000networkanddialupconnectionstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows2000networkanddialupconnectionstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsmestartmenua&amp;tservice" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsmestartmenua&amp;tservice.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows2000backupstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows2000backupstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows 95 settings computer example" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows 95 settings computer example.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="windows2000taskbar" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows2000taskbar.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="shutdown pic start" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\shutdown pic start.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="settings pic start" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\settings pic start.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
- <data name="windows 2000 set program access and defaults icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows 2000 set program access and defaults icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
- <data name="windows95internetexplorerrefresh" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95internetexplorerrefresh.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="1994-mclaren-f1" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\1994-mclaren-f1.jpg;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95diskdefragmentorstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95diskdefragmentorstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95painttext" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95painttext.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows98startmenuwelcometowindows" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows98startmenuwelcometowindows.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="webchat 2000 title" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\webchat 2000 title.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="new game" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\new game.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="chat (32x32)" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\chat (32x32).png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows2000taskbar" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows2000taskbar.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="xpbottomstartmenubar1" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\xpbottomstartmenubar1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="internet explorer 4 fullscreen" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\internet explorer 4 fullscreen.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="Windows_Vista_Shutdown" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\Windows Vista Shutdown.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
- <data name="windowsxpstartmenumsn" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windowsxpstartmenumsn.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95paintbrushpress" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95paintbrushpress.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows 98 error sound" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\CHORD.WAV;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+ <data name="windows95atandtworldsignupstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95atandtworldsignupstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Vista Wallpaper" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Vista Wallpaper.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="Ps2_wallpaper" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\Ps2_wallpaper.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows98startmendisccleanup" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows98startmendisccleanup.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95runicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95runicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95 and 98 taskbar item" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95 and 98 taskbar item.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="msload_game" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\msload game.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95onlineregistrationstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95onlineregistrationstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="internetexplorer6stopbutton" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\internetexplorer6stopbutton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="internetexplorer6forwardbutton" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\internetexplorer6forwardbutton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="msnewgame" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\msnewgame.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95internetexplorerrefresh" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95internetexplorerrefresh.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows2000windowsupdate" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows2000windowsupdate.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95paintmagnifypress" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95paintmagnifypress.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="Windows 2000 background" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\Windows 2000 background.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95addressbookactionblackandwhiteicon1" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95addressbookactionblackandwhiteicon1.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="documents pic start" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\documents pic start.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="windows95addressbookprintblackandwhiteicon1" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95addressbookprintblackandwhiteicon1.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="windows95internetexplorerhome" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95internetexplorerhome.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="msload_game" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\msload game.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="time distorter 0.3 top" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\time distorter 0.3 top.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="windows98logoffscreen" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows98logoffscreen.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsmemsnstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsmemsnstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="down arrow" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\down arrow.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
<data name="windowsxpstartmenuleftsplitter" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenuleftsplitter.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
@@ -286,32 +307,44 @@
<data name="windowsxpstartmenumediaplayermain" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenumediaplayermain.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
+ <data name="windowsxpstartmenutopleft1" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windowsxpstartmenutopleft1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="winxpstartbutton1" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\winxpstartbutton1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
<data name="windowsxpstartmenupaintmain" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenupaintmain.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows2000networkanddialupconnectionstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows2000networkanddialupconnectionstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows2000pinballstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows2000pinballstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="windows95paintfill" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95paintfill.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="hotmailcirclearrow" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\hotmailcirclearrow.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
+ <data name="12padams2000logo" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\12padams2000logo.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
<data name="skindowsgrassbar" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\skindowsgrassbar.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="internet explorer 4 mail" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\internet explorer 4 mail.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="histcaom_1_7_background" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\histcaom 1.7 background.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows2000outlookexpressstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows2000outlookexpressstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95wordpadstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95wordpadstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="win98desktop" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\win98desktop.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95hyperterminalstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95hyperterminalstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsxpstartmenuinternetexplorer" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenuinternetexplorer.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="internet explorer 4 channels" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\internet explorer 4 channels.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95paintrectangle" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95paintrectangle.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Guess_the_Number__install_" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Guess the Number (install).png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
@@ -319,11 +352,14 @@
<data name="windowsxptopleftcorner" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxptopleftcorner1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
+ <data name="windows95outlookexpressstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95outlookexpressstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
<data name="windows95paintcurvylinepress" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windows95paintcurvylinepress.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="start_run__install___white_with_programname_" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\start run (install) (white with programname).png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95bootsound" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\The Microsoft Sound.wav;System.IO.MemoryStream, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="msexit" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\msexit.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
@@ -331,41 +367,47 @@
<data name="survive_the_day_option_holder" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\survive the day option holder.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95bottomrightcorner" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95bottomrightcorner.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
- <data name="windows2000mydocumentsstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows2000mydocumentsstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows2000backupstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows2000backupstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsxpstartmenusidebackground" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenusidebackground.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows2000cdplayerstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows2000cdplayerstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95setupcomuservicestartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95setupcomuservicestartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95paintfreeselectoricon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95paintfreeselectoricon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95scandiskstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95scandiskstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="skindowsfirebar1" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\skindowsfirebar1.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="xpstartmenutopbar" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\xpstartmenutopbar.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95aolandinternetfreetrial!startmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95aolandinternetfreetrial!startmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="internetexplorer6gobutton" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\internetexplorer6gobutton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="windows2000addressbookstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows2000addressbookstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsxpstartmenusolitare" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenusolitare.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
+ <data name="windows95paintlinepress" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95paintlinepress.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="sydney new years" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\sydney new years.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
<data name="windowsxpstartmenuinternetspades" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenuinternetspades.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95addressbookdeleteblackandwhiteicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95addressbookdeleteblackandwhiteicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
- <data name="windows95paintrubberpress" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95paintrubberpress.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows2000searchpeople" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows2000searchpeople.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows2000windowsexplorerstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows2000windowsexplorerstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows2000outlookexpressstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows2000outlookexpressstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsmestartmenuinternetspades" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsmestartmenuinternetspades.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
@@ -373,80 +415,77 @@
<data name="windowsxpstartmenusoliairmain" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenusoliairmain.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windowsxpstartmenucontrolpanelmain" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windowsxpstartmenucontrolpanelmain.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows98startmenupersonwebserver" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows98startmenupersonwebserver.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="webchat 2000 title" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\webchat 2000 title.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows98startmenudialupnetworking" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows98startmenudialupnetworking.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsxprightsplitter" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxprightsplitter.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="internetexplorer6searchbutton" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\internetexplorer6searchbutton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95notepadstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95notepadstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows2000help" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows2000help.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="skindowsskybar1" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\skindowsskybar1.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="windows95internetexplorerhistory" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95internetexplorerhistory.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="survive the day icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\survive the day icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="skindowsfirebar1" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\skindowsfirebar1.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="skindowsfirebar2" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\skindowsfirebar2.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsxpstartmenudisccleanup" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenudisccleanup.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="internetexplorer6homebutton" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\internetexplorer6homebutton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
- <data name="windows95paintline" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95paintline.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
- <data name="1999 sky" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\1999 sky.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="internetexplorer6backbutton" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\internetexplorer6backbutton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95dosstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95dosstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows2000solitairestartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows2000solitairestartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95paintpolygonepress" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95paintpolygonepress.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="internetexplorer6messengerbutton" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\internetexplorer6messengerbutton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="internetexplorer6refreshbutton" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\internetexplorer6refreshbutton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windowsxpstartmenusecuritycentre" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windowsxpstartmenusecuritycentre.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows98startmenudriveconvert" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows98startmenudriveconvert.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="energysave windows 95" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\energysave windows 95.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="survivethedaytop" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\survivethedaytop.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windowsxpstartmenuhyperterminal" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windowsxpstartmenuhyperterminal.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="skindowsskybar2" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\skindowsskybar2.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows98startmenusampler" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows98startmenusampler.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="internetexplorer6gobutton" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\internetexplorer6gobutton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="Windows_95_Shutdown" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\Windows 95 Shutdown.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
- <data name="windowsxpstartmenuhyperterminal" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windowsxpstartmenuhyperterminal.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95rectanglepress" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95rectanglepress.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="minimize" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\minimize.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="Windows2.0" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\Windows2.0.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="Windows1.0" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\Windows1.0.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="Ps2_wallpaper" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\Ps2_wallpaper.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="error_blast__big_" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\error blast (big).png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95paintfreeselectoricon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95paintfreeselectoricon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows2000windowsmediaplayerstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows2000windowsmediaplayerstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows2000commandpromptstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows2000commandpromptstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="1994-mclaren-f1" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\1994-mclaren-f1.jpg;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="hotmailwhysignup button" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\hotmailwhysignup button.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="ErrorBlast (One)" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\ErrorBlast (One).png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windowsxptoprightcorner" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windowsxptoprightcorner1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsxpstartmenupinball" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenupinball.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
@@ -454,8 +493,14 @@
<data name="xpbottomstartmenubar" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\xpbottomstartmenubar.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95wordpadstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95wordpadstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows2000windowsexplorerstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows2000windowsexplorerstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="windows95mediaplayerstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95mediaplayerstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="install icon (32x32) basic (liquify)" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\install icon (32x32) basic (liquify).png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsxpstartmenuinternetbackgammon" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenuinternetbackgammon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
@@ -463,41 +508,47 @@
<data name="load game" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\load game.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95painbrush" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95painbrush.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
- <data name="windows95volumecontrolstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95volumecontrolstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
- <data name="windows95paintfreeselectpush" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95paintfreeselectpush.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows98startmenuscedualed tasks" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows98startmenuscedualed tasks.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95mediaplayerstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95mediaplayerstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="256 color" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\256 color.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95internetexplorerfavorites" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95internetexplorerfavorites.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95 and 98 taskbar" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95 and 98 taskbar.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95controlpanelstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95controlpanelstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows98startmenuwelcometowindows" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows98startmenuwelcometowindows.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsxpstartmenumycomputermain" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenumycomputermain.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows2000commandpromptstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows2000commandpromptstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows98bootsound" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows98bootsound.wav;System.IO.MemoryStream, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+ </data>
+ <data name="windows2000narratorstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows2000narratorstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="windows95paintspraycanpress" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95paintspraycanpress.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsxpstartmenulogoffbutton" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenulogoffbutton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windowsxptoprightcorner" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windowsxptoprightcorner1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows2000splitter" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows2000splitter.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95printersstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95printersstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95findcomputerstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95findcomputerstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows2000netmeetingstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows2000netmeetingstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windowsxpstartmenunewconnectionwizard1" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windowsxpstartmenunewconnectionwizard1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="money" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\money.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="windows95setupwowstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95setupwowstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsmestartmenuinternetcheckers" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsmestartmenuinternetcheckers.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
@@ -505,92 +556,80 @@
<data name="windowsxpstartmenuremotedesktopconnection" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenuremotedesktopconnection.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95rightside" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95rightside.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95bottomrightcorner" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95bottomrightcorner.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95addressbookfindpeopleblackandwhiteicon1" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95addressbookfindpeopleblackandwhiteicon1.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95addressbookactionblackandwhiteicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95addressbookactionblackandwhiteicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95error" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95error.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95diskdefragmentorstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95diskdefragmentorstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsxprestorebutton" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxprestorebutton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="hwcvicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\hwcvicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
- <data name="xpbottomstartmenubar1" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\xpbottomstartmenubar1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windowsxpstartmenucommandprompt" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windowsxpstartmenucommandprompt.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsmestartmenuinternethearts" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsmestartmenuinternethearts.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows 95 settings computer example" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows 95 settings computer example.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95paintroundedcircle" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95paintroundedcircle.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="windows95findpeoplestartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95findpeoplestartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="survive the day text background" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\survive the day text background.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windowsxpstartmenunewconnectionwizard1" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windowsxpstartmenunewconnectionwizard1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
<data name="windowsxptopbarmiddle" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxptopbarmiddle.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
+ <data name="windows2000gettingstartedstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows2000gettingstartedstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
<data name="windowsmestartmenumaintanencewizard" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsmestartmenumaintanencewizard.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95paintrectangleselector" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95paintrectangleselector.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
- <data name="windows2000gradient" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows2000gradient.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows98startmenuupdate" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows98startmenuupdate.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Maximize" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Maximize.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95internetconnectionwizardstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95internetconnectionwizardstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windowsxpstartmenufilesandtrasnferwizardmain" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windowsxpstartmenufilesandtrasnferwizardmain.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="guess the number Icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\guess the number Icon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="hotmail2ndfromtopbar" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\hotmail2ndfromtopbar.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
- <data name="internet explorer 4 logo" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\internet explorer 4 logo.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windowsmestartmenuclassichearts" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windowsmestartmenuclassichearts.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows98startmenusampler" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows98startmenusampler.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="Windows3.11" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\Windows3.11.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows98startmenufavorites" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows98startmenufavorites.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="internetexplorer6faveroritesbutton" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\internetexplorer6faveroritesbutton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95addressbookactionblackandwhiteicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95addressbookactionblackandwhiteicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windowsxpstartmenubottom" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windowsxpstartmenubottom.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows2000synchronizestartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows2000synchronizestartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95controlpanelstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95controlpanelstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsxpstartmenuwindowsupdate" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenuwindowsupdate.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95imagingstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95imagingstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
- <data name="windows95scandiskstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95scandiskstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
<data name="windowsmestartmenuearthlink" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsmestartmenuearthlink.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsxpstartmenurightside" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenurightside.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows2000run" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows2000run.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95paintrectangleselectpress" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95paintrectangleselectpress.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsxpstartmenuwordpad" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenuwordpad.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
@@ -598,8 +637,8 @@
<data name="windowsmestartmenuwebtv" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsmestartmenuwebtv.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="time distorter 0.3 top" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\time distorter 0.3 top.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95imagingstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95imagingstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsxpstartmenuinternetreversi" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenuinternetreversi.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
@@ -607,29 +646,44 @@
<data name="windowsxpstartmenuonscreenkeyboard" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenuonscreenkeyboard.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windowsxpstartmenutopleft1" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windowsxpstartmenutopleft1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95internetexplorerstop" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95internetexplorerstop.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95_desktop" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95_desktop.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows2000searchontheinternetstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows2000searchontheinternetstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="windows95paintpolygonepress" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95paintpolygonepress.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsxpstartmenucharatormap" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenucharatormap.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windowsxpstartmenuremote assistance" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windowsxpstartmenuremote assistance.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows98startmenufavorites" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows98startmenufavorites.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsxpinstallimagesplitter" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpinstallimagesplitter.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="guess the number number 1 (32x32)" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\guess the number number 1 (32x32).png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows2000help" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows2000help.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows 2000 history image" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows 2000 history image.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95painbrush" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95painbrush.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="chat (32x32)" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\chat (32x32).png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95paintpencil" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95paintpencil.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="internet explorer 4 logo" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\internet explorer 4 logo.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="google 2000-2009 logo" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\google 2000-2009 logo.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="windows95addressbookprintblackandwhiteicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95addressbookprintblackandwhiteicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="exit" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\exit.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="help pic start" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\help pic start.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
@@ -637,32 +691,26 @@
<data name="windowsxpstartmenunotepad" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenunotepad.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="maximise" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\maximise.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
- <data name="internet explorer 4 print" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\internet explorer 4 print.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
- <data name="windows98startmenuamericaonline" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows98startmenuamericaonline.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windowsxptaskbarright" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windowsxptaskbarright.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95onlineregistrationstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95onlineregistrationstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95addressbookdeleteblackandwhiteicon1" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95addressbookdeleteblackandwhiteicon1.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windowsmestartmenuclassichearts" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windowsmestartmenuclassichearts.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95addressbookfindpeopleblackandwhiteicon1" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95addressbookfindpeopleblackandwhiteicon1.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows2000pinballstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows2000pinballstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95leftside" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95leftside.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="suspend pic start1" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\suspend pic start1.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windowsxpstartmenuinternetcheckers" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windowsxpstartmenuinternetcheckers.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="backarrow" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\backarrow.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="internetexplorer6forwardbutton" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\internetexplorer6forwardbutton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="survivethedaytop" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\survivethedaytop.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsxpstartmenuoutlookexpress" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenuoutlookexpress.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
@@ -670,38 +718,26 @@
<data name="windowsxpstartmenuuserimage" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenuuserimage.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95paintbrushpress" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95paintbrushpress.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
<data name="windowsmestartmenuscandisk" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsmestartmenuscandisk.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows2000onscreenkeyboardstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows2000onscreenkeyboardstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
- <data name="install icon (32x32) basic (liquify)" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\install icon (32x32) basic (liquify).png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
- <data name="windows2000newworkanddialupconnectionsstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows2000newworkanddialupconnectionsstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows 95 sidemenustart" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows 95 sidemenustart.bmp;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsxpstartmenutopleft" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenutopleft.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95painttextpress" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95painttextpress.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
- <data name="windowsxpstartmenuwordpadmain" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windowsxpstartmenuwordpadmain.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows2000systeminformationstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows2000systeminformationstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="internetexplorer6printbutton" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\internetexplorer6printbutton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows2000freecellstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows2000freecellstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsxpstartmenusetprogramaccessanddefaultsmain" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenusetprogramaccessanddefaultsmain.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windowsxpstartmenusysteminformation" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windowsxpstartmenusysteminformation.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows_98_error_sound" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\CHORD.WAV;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="windowsmestartmenudialupnetworking" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsmestartmenudialupnetworking.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
@@ -709,77 +745,104 @@
<data name="windowsxpstartmenuprogramfolder" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenuprogramfolder.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95toprightcorner" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95toprightcorner.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
<data name="windowsxpstartmenuwindowsmessenger" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenuwindowsmessenger.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsxpstartmenudiscdefragmentor" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenudiscdefragmentor.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="skindowsskybar1" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\skindowsskybar1.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="skindowsskybar2" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\skindowsskybar2.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows98startmenuupdate" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows98startmenuupdate.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95internetexplorergobutton" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95internetexplorergobutton.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95addressbookpropertiesblackandwhiteicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95addressbookpropertiesblackandwhiteicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95_desktop" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95_desktop.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="histcaom_1_7_background" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\histcaom 1.7 background.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows2000mediaplayerstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows2000mediaplayerstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95zoom" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95zoom.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows2000run" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows2000run.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="windows95topleftcorner" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95topleftcorner.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="windows2000internetexplorerstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows2000internetexplorerstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsxpstartmenusetprogramaccessanddefults" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenusetprogramaccessanddefults.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95paintrectangle" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95paintrectangle.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
- <data name="skindowsfirebar" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\skindowsfirebar.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows98" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows98.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windowsxpstartmenufilesandtrasnferwizardmain" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windowsxpstartmenufilesandtrasnferwizardmain.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="internetexplorer6mailbutton" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\internetexplorer6mailbutton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsxprightside" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxprightside.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95soundrecorderstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95soundrecorderstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95cdplayerstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95cdplayerstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="1999hotmailpassport" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\1999hotmailpassport.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="Windows_ME_Startup" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\Windows ME Startup.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
- <data name="windows95windowsexplorerstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95windowsexplorerstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows2000synchronizestartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows2000synchronizestartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="windows95dosstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95dosstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="windowsxpstartmenucompatibilitywizard" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windowsxpstartmenucompatibilitywizard.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="skindowswaterbar" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\skindowswaterbar.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows_ME_boot_sound" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows 2000 boot sound.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+ <data name="windows2000gradient" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows2000gradient.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="windows95spraycan" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95spraycan.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="windows95volumecontrolstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95volumecontrolstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="googleprotoype" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\googleprotoype.jpg;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="12padams2000logo" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\12padams2000logo.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windowsxpstartmenuwindowscatalog" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windowsxpstartmenuwindowscatalog.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95internetexplorertoplogo" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95internetexplorertoplogo.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="skindowsfirebar" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\skindowsfirebar.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="windows2000phonedialerstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows2000phonedialerstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="windows2000windowsupdate" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows2000windowsupdate.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="1999hotmailpassport" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\1999hotmailpassport.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsxpstartmenuunitillitymangaer" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenuunitillitymangaer.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95internetexplorerhistory" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95internetexplorerhistory.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="ErrorBlast (One)" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\ErrorBlast (One).png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95notepadstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95notepadstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="start run (32x32)" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\start run (32x32).png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="windows2000newworkanddialupconnectionsstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows2000newworkanddialupconnectionsstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="high color" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\high color.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsmestartmenuprogidyinternet" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsmestartmenuprogidyinternet.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
@@ -790,17 +853,20 @@
<data name="programs icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\programs icon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows98" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows98.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows2000onscreenkeyboardstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows2000onscreenkeyboardstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95paintmagnifypress" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95paintmagnifypress.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95paintpolygon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95paintpolygon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="windows2000messageboxerror" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows2000messageboxerror.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Time_Distortion_Blue" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Time Distortion Blue.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windowsxpbottomcorner" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windowsxpbottomcorner.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows2000discdefragmenterstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows2000discdefragmenterstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="time_distorter__install_Black_" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\time distorter (install Black).png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
@@ -808,95 +874,74 @@
<data name="windowsxperrorsound" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxperrorsound.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
+ <data name="windowsxpstartmenuwindowsexplorer" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windowsxpstartmenuwindowsexplorer.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
<data name="windowsmestartmenuisdnwizard" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsmestartmenuisdnwizard.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows2000freecellstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows2000freecellstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
- <data name="windows95setupwowstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95setupwowstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="internetexplorer6editbutton" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\internetexplorer6editbutton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows98startmenucompuserve" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows98startmenucompuserve.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="Windows_ME_Shutdown" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\Windows ME Shutdown.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="survive_the_day_install_banner" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\survive the day install banner.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows98startmenusysteminformation" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows98startmenusysteminformation.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95internetexplorerfavorites" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95internetexplorerfavorites.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsmestartmenuhomenetworkingwizard" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsmestartmenuhomenetworkingwizard.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows2000solitairestartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows2000solitairestartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
- <data name="windows95painttext" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95painttext.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="1999 sky" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\1999 sky.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsxpstartmenusoundrecorder" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenusoundrecorder.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows2000accessibilitywizardstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows2000accessibilitywizardstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
- <data name="windows95paintcurvyline" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95paintcurvyline.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95printersstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95printersstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95top" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95top.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95roundedrectanglepress" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95roundedrectanglepress.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows2000narratorstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows2000narratorstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="internetexplorer6searchbutton" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\internetexplorer6searchbutton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows2000gettingstartedstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows2000gettingstartedstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows98startmenusysteminformation" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows98startmenusysteminformation.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsvistaorb" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsvistaorb.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows2000sidebar" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows2000sidebar.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
<data name="windowsxpstartmenupaint" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenupaint.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Windows_XP_Startup" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Windows XP Startup.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
- <data name="windows2000internetexplorerstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows2000internetexplorerstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
<data name="windowsxpstartmenutop" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenutop.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="energysave windows 95" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\energysave windows 95.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
- <data name="windows95internetexplorerback" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95internetexplorerback.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windowsxpstartmenusysteminformation" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windowsxpstartmenusysteminformation.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsxpstartmenuschedualedtasks" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenuschedualedtasks.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95findpeoplestartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95findpeoplestartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
<data name="windowsxpstartmenusearchmain" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenusearchmain.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="skindowsconcrete" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\skindowsconcrete.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows2000error" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows2000error.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
- <data name="windows2000searchpeople" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows2000searchpeople.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95phonedialerstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95phonedialerstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows2000mediaplayerstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows2000mediaplayerstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windowsxpstartmenumypicturesmain" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windowsxpstartmenumypicturesmain.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsxpstartmenuspidersoliare" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenuspidersoliare.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
@@ -904,21 +949,27 @@
<data name="windowsxpstartmenumediaplayer" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenumediaplayer.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
+ <data name="windows95bottom" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95bottom.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
<data name="windowsxpstartmenuwindowsmoviemaker" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenuwindowsmoviemaker.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsxpstartmenunetworkconnections" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenunetworkconnections.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows2000mindsweeperstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows2000mindsweeperstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95internetexplorerback" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95internetexplorerback.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95internetexplorergobutton" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95internetexplorergobutton.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="minimize" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\minimize.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="googlebetalogo" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\googlebetalogo.jpg;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
+ <data name="windows2000error" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows2000error.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
<data name="minimise" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\minimise.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
@@ -928,77 +979,74 @@
<data name="windowsxpstartmenusoundcontrol" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenusoundcontrol.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows2000addressbookstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows2000addressbookstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows98startmenusidelogo" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows98startmenusidelogo.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsxpminimizebutton" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpminimizebutton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windowsxpstartmenuwindowscatalog" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windowsxpstartmenuwindowscatalog.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95internetexplorertoplogo" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95internetexplorertoplogo.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95paintcolorselectpress" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95paintcolorselectpress.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows2000disccleanupstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows2000disccleanupstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="windows95top" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95top.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsxpstartmenumymusicmain" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenumymusicmain.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="Histacom 1.8 Background" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\Histacom 1.8 Background.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
- <data name="windowsxpstartmenucommandprompt" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windowsxpstartmenucommandprompt.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
- <data name="windows2000messageboxerror" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows2000messageboxerror.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="new game" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\new game.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsxpstartmenuhelpandsupportmain" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenuhelpandsupportmain.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="256 color" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\256 color.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95bottomleftcorner" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95bottomleftcorner.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95paintovelpress" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95paintovelpress.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="start button windows 95" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\start button windows 95.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95paintfillpress" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95paintfillpress.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95paintpencilpress" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95paintpencilpress.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95addressbooknewblackandwhiteicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95addressbooknewblackandwhiteicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windowsxpstartmenunarrator" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windowsxpstartmenunarrator.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="hotmail slogan" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\hotmail slogan.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="settings pic start" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\settings pic start.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95bootsound" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\The Microsoft Sound.wav;System.IO.MemoryStream, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+ <data name="windows2000sidebar" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows2000sidebar.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="google 2000-2009 logo" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\google 2000-2009 logo.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="hotmail slogan" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\hotmail slogan.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows2000utillitymanagerstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows2000utillitymanagerstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="unmaximizebutton" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\unmaximizebutton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95roundedrectanglepress" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95roundedrectanglepress.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="Windows 2000 background" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\Windows 2000 background.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95painteracer" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95painteracer.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows2000windowsmediaplayerstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows2000windowsmediaplayerstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95paintpencilpress" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95paintpencilpress.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows98startmenudriveconvert" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows98startmenudriveconvert.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows98startmenupersonwebserver" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows98startmenupersonwebserver.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="Year2000bikebackground" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\Year2000bikebackground.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="mini applications window" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\mini applications window.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windowsxpstartmenutourwindowsxpmain" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windowsxpstartmenutourwindowsxpmain.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows 2000 splitter" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows 2000 splitter.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95hyperterminalstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95hyperterminalstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95zoom" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95zoom.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="skindowslightingbar" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\skindowslightingbar.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
@@ -1006,8 +1054,11 @@
<data name="windowsxpstartmenuwindowsmoviemakermain" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenuwindowsmoviemakermain.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="high color" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\high color.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windowsxpstartmenumsn" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windowsxpstartmenumsn.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="windows98startmenusampler1" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows98startmenusampler1.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsmeonscreenkeyboard" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsmeonscreenkeyboard.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
@@ -1015,20 +1066,26 @@
<data name="windowsxpstartmenuinternetexplorermain" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenuinternetexplorermain.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows98startmenusidelogo" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows98startmenusidelogo.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
<data name="windowsxpstartmenufreecell" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenufreecell.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="skindows 95 picture" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\skindows 95 picture.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="Windows_98_Shutdown" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\Windows 98 Shutdown.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+ </data>
+ <data name="windows95paintfreeselectpush" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95paintfreeselectpush.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsxpclosebutton" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpclosebutton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95leftside" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95leftside.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95runicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95runicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="windows2000accessibilitywizardstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows2000accessibilitywizardstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="internet explorer 4 mail" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\internet explorer 4 mail.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsmestartmenuside" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsmestartmenuside.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
@@ -1039,131 +1096,107 @@
<data name="windowsxpstartmenuoutlookexpressmain" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenuoutlookexpressmain.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95rectanglepress" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95rectanglepress.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="internetexplorer6historybutton" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\internetexplorer6historybutton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="windows2000paintstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows2000paintstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsmestartmenuinternetreversi" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsmestartmenuinternetreversi.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="Windows3.11" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\Windows3.11.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
- <data name="windows95addressbookdeleteblackandwhiteicon1" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95addressbookdeleteblackandwhiteicon1.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
- <data name="windows95addressbookprintblackandwhiteicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95addressbookprintblackandwhiteicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
- <data name="windows95topleftcorner" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95topleftcorner.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
- <data name="windowsxpstartmenuright" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windowsxpstartmenuright.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
- <data name="windows95paintcolorpick" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95paintcolorpick.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
- <data name="windows95paintlinepress" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95paintlinepress.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
- <data name="start run (32x32)" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\start run (32x32).png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows2000cdplayerstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows2000cdplayerstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windowsxpstartmenuaccessibilitywizard" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windowsxpstartmenuaccessibilitywizard.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows2000netmeetingstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows2000netmeetingstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windows2000magnifierstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windows2000magnifierstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows2000schedualedtasksstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows2000schedualedtasksstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windowsxpbottomcorner" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windowsxpbottomcorner.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windowsxpstartmenumypicturesmain" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windowsxpstartmenumypicturesmain.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95addressbooknewblackandwhiteicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95addressbooknewblackandwhiteicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95phonedialerstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95phonedialerstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windowsxpbottomleftcorner" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windowsxpbottomleftcorner.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="down arrow" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\down arrow.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsxpstartmenusplitter" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenusplitter.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows 95 sidemenustart" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows 95 sidemenustart.bmp;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
<data name="vistataskbar" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\vistataskbar.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="hotmailside" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\hotmailside.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windowsxpstartmenuwindowsexplorer" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windowsxpstartmenuwindowsexplorer.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="win98desktop" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\win98desktop.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows98bootsound" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows98bootsound.wav;System.IO.MemoryStream, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+ <data name="error_blast__big_" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\error blast (big).png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="survive the day choice mouseover" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\survive the day choice mouseover.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95netmeetingstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95netmeetingstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="Windows_XP_Shutdown" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\Windows XP Shutdown.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
- <data name="start button windows 95" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\start button windows 95.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95internetconnectionwizardstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95internetconnectionwizardstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="internetexplorer6mailbutton" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\internetexplorer6mailbutton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95paintcolorselectpress" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95paintcolorselectpress.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windowsxpstartmenunarrator" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windowsxpstartmenunarrator.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="1999hotmaillogo" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\1999hotmaillogo.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="windows95rightside" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95rightside.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windows me background color" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windows me background color.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95adressbookstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95adressbookstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
- <data name="windows2000phonedialerstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows2000phonedialerstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
<data name="windowsxpstartmenuturnoffcomputerbutton" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenuturnoffcomputerbutton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows2000systeminformationstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows2000systeminformationstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
- <data name="internetexplorer6editbutton" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\internetexplorer6editbutton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="internetexplorer6printbutton" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\internetexplorer6printbutton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows98startmenudialupnetworking" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows98startmenudialupnetworking.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="programs icon1" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\programs icon1.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95paintspraycanpress" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95paintspraycanpress.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95paintline" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95paintline.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95paintpolygon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95paintpolygon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windowsxpstartmenusychronise" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windowsxpstartmenusychronise.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="internetexplorer6messengerbutton" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\internetexplorer6messengerbutton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows 2000 history image" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows 2000 history image.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="unmaximizebutton" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\unmaximizebutton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95addressbookpropertiesblackandwhiteicon1" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95addressbookpropertiesblackandwhiteicon1.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsxpstartmenucalculator" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenucalculator.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95spraycan" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95spraycan.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
- <data name="windows95bottomleftcorner" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95bottomleftcorner.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="Windowsxpbackground" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\Windowsxpbackground.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="hotmailtop" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\hotmailtop.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows98startmendisccleanup" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows98startmendisccleanup.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95internetexplorerforward" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95internetexplorerforward.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="Histacom 1.8 Background" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\Histacom 1.8 Background.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsxpstartmenurunmain" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenurunmain.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
@@ -1171,17 +1204,20 @@
<data name="Run pic start" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Run pic start.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
+ <data name="windows95paintstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95paintstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
<data name="windowsxpstartmenutourwindowsxp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenutourwindowsxp.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95internetexplorerstop" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95internetexplorerstop.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows2000hyperterminalstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows2000hyperterminalstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows98startmenumaintanecewizard" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows98startmenumaintanecewizard.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95speakerleft" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95speakerleft.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows2000charactormapstartmenu" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows2000charactormapstartmenu.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95netmeetingstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95netmeetingstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsxpstartmenusystemrestore" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenusystemrestore.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
@@ -1189,44 +1225,47 @@
<data name="windowsmestartmenuspidersolitare" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsmestartmenuspidersolitare.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
+ <data name="internet explorer 4 channels" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\internet explorer 4 channels.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
<data name="windowsxpstartmenuside" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenuside.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsxpstartmenuaddressbook" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenuaddressbook.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows98logoffscreen" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows98logoffscreen.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95error" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95error.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95taskbarstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95taskbarstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows_ME_boot_sound" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows 2000 boot sound.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
- <data name="16 color" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\16 color.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95painoval" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95painoval.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95paintstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95paintstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95taskbarstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95taskbarstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsxperror" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxperror.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
+ <data name="windows95paintcurvyline" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95paintcurvyline.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
<data name="windowsxpstartmenunewconnectionwizard" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenunewconnectionwizard.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95 and 98 taskbar" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95 and 98 taskbar.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
- <data name="windows95setupcomuservicestartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95setupcomuservicestartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows98startmenucompuserve" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows98startmenucompuserve.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95calcualatorstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95calcualatorstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows98startmenuprodigyinternet" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows98startmenuprodigyinternet.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsxpstartmenuhearts" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenuhearts.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windowsxpstartmenubottom" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windowsxpstartmenubottom.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windowsxpstartmenumydocumentsmain" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windowsxpstartmenumydocumentsmain.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Time Distorter icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Time Distorter icon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
@@ -1234,38 +1273,32 @@
<data name="chat (big)" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\chat (big).png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows2000paintstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows2000paintstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
- <data name="Year2000bikebackground" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\Year2000bikebackground.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
- <data name="windows2000splitter" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows2000splitter.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
- <data name="windows95findcomputerstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95findcomputerstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95windowsexplorerstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95windowsexplorerstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95outlookexpressstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95outlookexpressstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="msnewgame" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\msnewgame.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="survive the day option" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\survive the day option.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windowsmestartmenuinternetspades1" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windowsmestartmenuinternetspades1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="hotmail2ndfromtopbar" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\hotmail2ndfromtopbar.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="internet explorer 4 print" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\internet explorer 4 print.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsmestartmenusystemmonitor" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsmestartmenusystemmonitor.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="hotmailwhysignup button" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\hotmailwhysignup button.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95paintfillpress" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95paintfillpress.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windowsxpstartmenusecuritycentre" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windowsxpstartmenusecuritycentre.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="other_fire_143887964479415" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\other-fire-143887964479415.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="winxpstartbutton1" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\winxpstartbutton1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="Windows1.0" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\Windows1.0.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="winxpstartbutton" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\winxpstartbutton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
@@ -1273,35 +1306,29 @@
<data name="windowsmestartmenumilleniumeditionpreveiw" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsmestartmenumilleniumeditionpreveiw.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="documents pic start" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\documents pic start.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
- <data name="windows95 and 98 taskbar item" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95 and 98 taskbar item.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
- <data name="windows95addressbooknewblackandwhiteicon1" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95addressbooknewblackandwhiteicon1.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="skindows 95 picture" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\skindows 95 picture.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows98startmenuprodigyinternet" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows98startmenuprodigyinternet.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95adressbookstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95adressbookstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95addressbookactionblackandwhiteicon1" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95addressbookactionblackandwhiteicon1.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="Windows_2000_Shutdown" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\Windows 2000 Shutdown.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="windowsxpstartmenufilesandsettingstransferwizard" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenufilesandsettingstransferwizard.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
+ <data name="windowsxpstartmenucontrolpanelmain" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windowsxpstartmenucontrolpanelmain.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
<data name="windowsmestartmenusystemrestore" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsmestartmenusystemrestore.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windowsxpbottomleftcorner" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windowsxpbottomleftcorner.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
<data name="windowsxpstartmenutopsideright" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenutopsideright.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95findfilesorcomputersstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95findfilesorcomputersstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windowsxpstartmenutourwindowsxpmain" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windowsxpstartmenutourwindowsxpmain.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="suspend pic start" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\suspend pic start.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
@@ -1309,62 +1336,74 @@
<data name="true color" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\true color.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows2000discdefragmenterstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows2000discdefragmenterstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="Windows_2000_Startup" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\Windows 2000 Startup.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
- <data name="windows95paintrectangleselectpress" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95paintrectangleselectpress.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95painttextpress" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95painttextpress.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="windows95soundrecorderstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95soundrecorderstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="16 color" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\16 color.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="skindowsskybar" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\skindowsskybar.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
+ <data name="suspend pic start1" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\suspend pic start1.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
<data name="windowsmestartmenuiconwindowsmediaplayer" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsmestartmenuiconwindowsmediaplayer.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95internetexplorerstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95internetexplorerstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windowsxpstartmenuright" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windowsxpstartmenuright.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95findontherinternetstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95findontherinternetstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="skindows 95 (install)" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\skindows 95 (install).png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95addressbookfindpeopleblackandwhiteicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95addressbookfindpeopleblackandwhiteicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="title" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\title.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows2000searchontheinternetstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows2000searchontheinternetstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windowsxpstartmenuremote assistance" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windowsxpstartmenuremote assistance.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95addressbookpropertiesblackandwhiteicon1" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95addressbookpropertiesblackandwhiteicon1.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="internet explorer 4 fullscreen" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\internet explorer 4 fullscreen.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows98startmenuscedualed tasks" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows98startmenuscedualed tasks.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windowsxpstartmenuwordpadmain" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windowsxpstartmenuwordpadmain.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsmestartmenuminesweeper" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsmestartmenuminesweeper.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="internetexplorer6faveroritesbutton" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\internetexplorer6faveroritesbutton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
- <data name="skindows 95 (install)" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\skindows 95 (install).png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows 98 background" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows 98 background.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95paintfill" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95paintfill.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="maximise" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\maximise.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsmestartmenuamericaonline" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsmestartmenuamericaonline.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="sydney new years" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\sydney new years.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
- <data name="Windowsxpbackground" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\Windowsxpbackground.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
<data name="windows95speakerright" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windows95speakerright.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95bottom" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95bottom.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95findfilesorcomputersstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95findfilesorcomputersstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="windowsxpstartmenuturnoffcomputerbutton1" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windowsxpstartmenuturnoffcomputerbutton1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="windows95addressbooknewblackandwhiteicon1" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95addressbooknewblackandwhiteicon1.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="start_run__install___white_with_programname_" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\start run (install) (white with programname).png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="windows95paintovelpress" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95paintovelpress.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsmestartmenuresourcemonitor" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsmestartmenuresourcemonitor.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
@@ -1375,50 +1414,44 @@
<data name="windowsxpbottom" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpbottom.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95painoval" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95painoval.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95addressbookfindpeopleblackandwhiteicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95addressbookfindpeopleblackandwhiteicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows98startmenusampler1" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows98startmenusampler1.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="internetexplorer6refreshbutton" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\internetexplorer6refreshbutton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="internetexplorer6homebutton" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\internetexplorer6homebutton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsxpstartmenuallprogramsmain" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpstartmenuallprogramsmain.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windowsxpstartmenusychronise" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windowsxpstartmenusychronise.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
- <data name="windows 2000 splitter" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows 2000 splitter.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
- <data name="skindowsfirebar2" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\skindowsfirebar2.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows2000charactormapstartmenu" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows2000charactormapstartmenu.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95paintroundedcircle" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95paintroundedcircle.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="internetexplorer6stopbutton" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\internetexplorer6stopbutton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windowsxpstartmenusidebackground1" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windowsxpstartmenusidebackground1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows 95 background" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows 95 background.jpg;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windows me background" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windows me background.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windowsxpstartmenuinternetcheckers" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windowsxpstartmenuinternetcheckers.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95toprightcorner" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95toprightcorner.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windowsxpstartmenuturnoffcomputerbutton1" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windowsxpstartmenuturnoffcomputerbutton1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95internetexplorerstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95internetexplorerstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows95internetexplorerforward" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95internetexplorerforward.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windows95paintrectangleselector" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95paintrectangleselector.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="windowsxpremotewirlesswizard" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsxpremotewirlesswizard.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windows2000hyperterminalstartmenuicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows2000hyperterminalstartmenuicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
- <data name="windows95paintpencil" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windows95paintpencil.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="windowsmestartmenuinternetspades1" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windowsmestartmenuinternetspades1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="skindowsbinary" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\skindowsbinary.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
@@ -1426,37 +1459,16 @@
<data name="skindowdirt" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\skindowdirt.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="windowsxpstartmenucompatibilitywizard" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\windowsxpstartmenucompatibilitywizard.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
- <data name="1999hotmaillogo" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\1999hotmaillogo.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
- <data name="exit" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\exit.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
- <data name="title" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\title.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
- </data>
- <data name="Windows_2000_Shutdown" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\Windows 2000 Shutdown.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
- </data>
- <data name="Windows_2000_Startup" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\Windows 2000 Startup.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
- </data>
- <data name="Windows_95_Shutdown" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\Windows 95 Shutdown.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
- </data>
- <data name="Windows_98_Shutdown" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\Windows 98 Shutdown.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+ <data name="windows95addressbookdeleteblackandwhiteicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows95addressbookdeleteblackandwhiteicon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="Windows_ME_Shutdown" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\Windows ME Shutdown.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+ <data name="windows98startmenumaintanecewizard" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windows98startmenumaintanecewizard.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="Windows_Vista_Shutdown" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\Windows Vista Shutdown.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+ <data name="hwcvicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\hwcvicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
- <data name="Windows_XP_Shutdown" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\Resources\Windows XP Shutdown.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+ <data name="Command-Prompt-icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\Command-Prompt-icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root> \ No newline at end of file
diff --git a/windows 95/Resources/Command-Prompt-icon.png b/windows 95/Resources/Command-Prompt-icon.png
new file mode 100644
index 0000000..3caebb2
--- /dev/null
+++ b/windows 95/Resources/Command-Prompt-icon.png
Binary files differ
diff --git a/windows 95/Resources/money.gif b/windows 95/Resources/money.gif
new file mode 100644
index 0000000..5bbb26e
--- /dev/null
+++ b/windows 95/Resources/money.gif
Binary files differ
diff --git a/windows 95/Resources/other-fire-143887964479415.gif b/windows 95/Resources/other-fire-143887964479415.gif
new file mode 100644
index 0000000..5bbb26e
--- /dev/null
+++ b/windows 95/Resources/other-fire-143887964479415.gif
Binary files differ
diff --git a/windows 95/Skindows 95.Designer.vb b/windows 95/Skindows 95.Designer.vb
index ce52be8..b76ef96 100755
--- a/windows 95/Skindows 95.Designer.vb
+++ b/windows 95/Skindows 95.Designer.vb
@@ -309,30 +309,11 @@ Partial Class Skindows_95
Me.captionbarimagestop = New System.Windows.Forms.Panel()
Me.themeslabel = New System.Windows.Forms.Label()
Me.captionbarimages = New System.Windows.Forms.Panel()
- Me.Panel23 = New System.Windows.Forms.Panel()
- Me.Label33 = New System.Windows.Forms.Label()
- Me.Panel22 = New System.Windows.Forms.Panel()
- Me.Label32 = New System.Windows.Forms.Label()
- Me.Panel21 = New System.Windows.Forms.Panel()
- Me.Label31 = New System.Windows.Forms.Label()
- Me.Panel20 = New System.Windows.Forms.Panel()
- Me.Label30 = New System.Windows.Forms.Label()
- Me.Panel19 = New System.Windows.Forms.Panel()
- Me.Label29 = New System.Windows.Forms.Label()
- Me.Panel18 = New System.Windows.Forms.Panel()
- Me.Label28 = New System.Windows.Forms.Label()
- Me.Panel17 = New System.Windows.Forms.Panel()
- Me.Label27 = New System.Windows.Forms.Label()
- Me.Panel16 = New System.Windows.Forms.Panel()
- Me.Label26 = New System.Windows.Forms.Label()
Me.Panel15 = New System.Windows.Forms.Panel()
Me.Label25 = New System.Windows.Forms.Label()
Me.Button1 = New System.Windows.Forms.Button()
Me.exampletopbar = New System.Windows.Forms.Panel()
- Me.PictureBox1 = New System.Windows.Forms.PictureBox()
- Me.PictureBox2 = New System.Windows.Forms.PictureBox()
Me.Label2 = New System.Windows.Forms.Label()
- Me.PictureBox3 = New System.Windows.Forms.PictureBox()
Me.Panel2 = New System.Windows.Forms.Panel()
Me.Label3 = New System.Windows.Forms.Label()
Me.captionbarcolorstop = New System.Windows.Forms.Panel()
@@ -341,7 +322,6 @@ Partial Class Skindows_95
Me.Label68 = New System.Windows.Forms.Label()
Me.Panel59 = New System.Windows.Forms.Panel()
Me.taskbar = New System.Windows.Forms.Panel()
- Me.startbutton = New System.Windows.Forms.PictureBox()
Me.taskbartime = New System.Windows.Forms.Label()
Me.Label67 = New System.Windows.Forms.Label()
Me.Label1 = New System.Windows.Forms.Label()
@@ -352,22 +332,6 @@ Partial Class Skindows_95
Me.Button2 = New System.Windows.Forms.Button()
Me.Panel25 = New System.Windows.Forms.Panel()
Me.Panel26 = New System.Windows.Forms.Panel()
- Me.Panel27 = New System.Windows.Forms.Panel()
- Me.Label36 = New System.Windows.Forms.Label()
- Me.Panel28 = New System.Windows.Forms.Panel()
- Me.Label37 = New System.Windows.Forms.Label()
- Me.Panel29 = New System.Windows.Forms.Panel()
- Me.Label38 = New System.Windows.Forms.Label()
- Me.Panel30 = New System.Windows.Forms.Panel()
- Me.Label39 = New System.Windows.Forms.Label()
- Me.Panel31 = New System.Windows.Forms.Panel()
- Me.Label40 = New System.Windows.Forms.Label()
- Me.Panel32 = New System.Windows.Forms.Panel()
- Me.Label41 = New System.Windows.Forms.Label()
- Me.Panel33 = New System.Windows.Forms.Panel()
- Me.Label42 = New System.Windows.Forms.Label()
- Me.Panel34 = New System.Windows.Forms.Panel()
- Me.Label43 = New System.Windows.Forms.Label()
Me.Panel35 = New System.Windows.Forms.Panel()
Me.Label44 = New System.Windows.Forms.Label()
Me.Panel36 = New System.Windows.Forms.Panel()
@@ -410,10 +374,7 @@ Partial Class Skindows_95
Me.Panel55 = New System.Windows.Forms.Panel()
Me.Label63 = New System.Windows.Forms.Label()
Me.Panel56 = New System.Windows.Forms.Panel()
- Me.PictureBox4 = New System.Windows.Forms.PictureBox()
- Me.PictureBox5 = New System.Windows.Forms.PictureBox()
Me.Label64 = New System.Windows.Forms.Label()
- Me.PictureBox6 = New System.Windows.Forms.PictureBox()
Me.Panel57 = New System.Windows.Forms.Panel()
Me.Label65 = New System.Windows.Forms.Label()
Me.Panel58 = New System.Windows.Forms.Panel()
@@ -425,10 +386,31 @@ Partial Class Skindows_95
Me.pullside = New System.Windows.Forms.Timer(Me.components)
Me.program = New System.Windows.Forms.Panel()
Me.programtopbar = New System.Windows.Forms.Panel()
+ Me.programname = New System.Windows.Forms.Label()
Me.maximizebutton = New System.Windows.Forms.PictureBox()
Me.minimizebutton = New System.Windows.Forms.PictureBox()
- Me.programname = New System.Windows.Forms.Label()
Me.closebutton = New System.Windows.Forms.PictureBox()
+ Me.Panel23 = New System.Windows.Forms.Panel()
+ Me.Label33 = New System.Windows.Forms.Label()
+ Me.Panel22 = New System.Windows.Forms.Panel()
+ Me.Label32 = New System.Windows.Forms.Label()
+ Me.Panel21 = New System.Windows.Forms.Panel()
+ Me.Label31 = New System.Windows.Forms.Label()
+ Me.Panel20 = New System.Windows.Forms.Panel()
+ Me.Label30 = New System.Windows.Forms.Label()
+ Me.Panel19 = New System.Windows.Forms.Panel()
+ Me.Label29 = New System.Windows.Forms.Label()
+ Me.Panel18 = New System.Windows.Forms.Panel()
+ Me.Label28 = New System.Windows.Forms.Label()
+ Me.Panel17 = New System.Windows.Forms.Panel()
+ Me.Label27 = New System.Windows.Forms.Label()
+ Me.Panel16 = New System.Windows.Forms.Panel()
+ Me.Label26 = New System.Windows.Forms.Label()
+ Me.PictureBox1 = New System.Windows.Forms.PictureBox()
+ Me.PictureBox2 = New System.Windows.Forms.PictureBox()
+ Me.PictureBox3 = New System.Windows.Forms.PictureBox()
+ Me.PictureBox7 = New System.Windows.Forms.PictureBox()
+ Me.startbutton = New System.Windows.Forms.PictureBox()
Me.toprightcorner = New System.Windows.Forms.Panel()
Me.bottomrightcorner = New System.Windows.Forms.Panel()
Me.bottomleftcorner = New System.Windows.Forms.Panel()
@@ -437,6 +419,25 @@ Partial Class Skindows_95
Me.bottom = New System.Windows.Forms.Panel()
Me.right = New System.Windows.Forms.Panel()
Me.top = New System.Windows.Forms.Panel()
+ Me.Panel27 = New System.Windows.Forms.Panel()
+ Me.Label36 = New System.Windows.Forms.Label()
+ Me.Panel28 = New System.Windows.Forms.Panel()
+ Me.Label37 = New System.Windows.Forms.Label()
+ Me.Panel29 = New System.Windows.Forms.Panel()
+ Me.Label38 = New System.Windows.Forms.Label()
+ Me.Panel30 = New System.Windows.Forms.Panel()
+ Me.Label39 = New System.Windows.Forms.Label()
+ Me.Panel31 = New System.Windows.Forms.Panel()
+ Me.Label40 = New System.Windows.Forms.Label()
+ Me.Panel32 = New System.Windows.Forms.Panel()
+ Me.Label41 = New System.Windows.Forms.Label()
+ Me.Panel33 = New System.Windows.Forms.Panel()
+ Me.Label42 = New System.Windows.Forms.Label()
+ Me.Panel34 = New System.Windows.Forms.Panel()
+ Me.Label43 = New System.Windows.Forms.Label()
+ Me.PictureBox4 = New System.Windows.Forms.PictureBox()
+ Me.PictureBox5 = New System.Windows.Forms.PictureBox()
+ Me.PictureBox6 = New System.Windows.Forms.PictureBox()
Me.TabControl1.SuspendLayout()
Me.TabPage1.SuspendLayout()
Me.Panel118.SuspendLayout()
@@ -582,36 +583,16 @@ Partial Class Skindows_95
Me.Panel142.SuspendLayout()
Me.captionbarimagestop.SuspendLayout()
Me.captionbarimages.SuspendLayout()
- Me.Panel23.SuspendLayout()
- Me.Panel22.SuspendLayout()
- Me.Panel21.SuspendLayout()
- Me.Panel20.SuspendLayout()
- Me.Panel19.SuspendLayout()
- Me.Panel18.SuspendLayout()
- Me.Panel17.SuspendLayout()
- Me.Panel16.SuspendLayout()
Me.Panel15.SuspendLayout()
Me.exampletopbar.SuspendLayout()
- CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit()
Me.Panel2.SuspendLayout()
Me.captionbarcolorstop.SuspendLayout()
Me.TabPage2.SuspendLayout()
Me.Panel59.SuspendLayout()
Me.taskbar.SuspendLayout()
- CType(Me.startbutton, System.ComponentModel.ISupportInitialize).BeginInit()
Me.Panel24.SuspendLayout()
Me.Panel25.SuspendLayout()
Me.Panel26.SuspendLayout()
- Me.Panel27.SuspendLayout()
- Me.Panel28.SuspendLayout()
- Me.Panel29.SuspendLayout()
- Me.Panel30.SuspendLayout()
- Me.Panel31.SuspendLayout()
- Me.Panel32.SuspendLayout()
- Me.Panel33.SuspendLayout()
- Me.Panel34.SuspendLayout()
Me.Panel35.SuspendLayout()
Me.Panel36.SuspendLayout()
Me.Panel37.SuspendLayout()
@@ -634,9 +615,6 @@ Partial Class Skindows_95
Me.Panel54.SuspendLayout()
Me.Panel55.SuspendLayout()
Me.Panel56.SuspendLayout()
- CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).BeginInit()
Me.Panel57.SuspendLayout()
Me.Panel58.SuspendLayout()
Me.program.SuspendLayout()
@@ -644,13 +622,37 @@ Partial Class Skindows_95
CType(Me.maximizebutton, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.minimizebutton, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.closebutton, System.ComponentModel.ISupportInitialize).BeginInit()
+ Me.Panel23.SuspendLayout()
+ Me.Panel22.SuspendLayout()
+ Me.Panel21.SuspendLayout()
+ Me.Panel20.SuspendLayout()
+ Me.Panel19.SuspendLayout()
+ Me.Panel18.SuspendLayout()
+ Me.Panel17.SuspendLayout()
+ Me.Panel16.SuspendLayout()
+ CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.PictureBox7, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.startbutton, System.ComponentModel.ISupportInitialize).BeginInit()
+ Me.Panel27.SuspendLayout()
+ Me.Panel28.SuspendLayout()
+ Me.Panel29.SuspendLayout()
+ Me.Panel30.SuspendLayout()
+ Me.Panel31.SuspendLayout()
+ Me.Panel32.SuspendLayout()
+ Me.Panel33.SuspendLayout()
+ Me.Panel34.SuspendLayout()
+ CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'TabControl1
'
Me.TabControl1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
- Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Left) _
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.TabControl1.Controls.Add(Me.TabPage1)
Me.TabControl1.Controls.Add(Me.TabPage2)
Me.TabControl1.Location = New System.Drawing.Point(13, 51)
@@ -679,8 +681,8 @@ Partial Class Skindows_95
'Panel118
'
Me.Panel118.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
- Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Left) _
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel118.AutoScroll = True
Me.Panel118.BackColor = System.Drawing.Color.BlanchedAlmond
Me.Panel118.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
@@ -832,13 +834,13 @@ Partial Class Skindows_95
'Panel68
'
Me.Panel68.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel68.BackColor = System.Drawing.Color.LightCoral
Me.Panel68.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel68.Controls.Add(Me.Label80)
Me.Panel68.Location = New System.Drawing.Point(2, 642)
Me.Panel68.Name = "Panel68"
- Me.Panel68.Size = New System.Drawing.Size(157, 34)
+ Me.Panel68.Size = New System.Drawing.Size(123, 34)
Me.Panel68.TabIndex = 32
'
'Label80
@@ -855,13 +857,13 @@ Partial Class Skindows_95
'Panel67
'
Me.Panel67.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel67.BackColor = System.Drawing.Color.Snow
Me.Panel67.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel67.Controls.Add(Me.Label79)
Me.Panel67.Location = New System.Drawing.Point(3, 602)
Me.Panel67.Name = "Panel67"
- Me.Panel67.Size = New System.Drawing.Size(157, 34)
+ Me.Panel67.Size = New System.Drawing.Size(123, 34)
Me.Panel67.TabIndex = 31
'
'Label79
@@ -878,13 +880,13 @@ Partial Class Skindows_95
'Panel63
'
Me.Panel63.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel63.BackColor = System.Drawing.Color.IndianRed
Me.Panel63.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel63.Controls.Add(Me.Label75)
Me.Panel63.Location = New System.Drawing.Point(3, 563)
Me.Panel63.Name = "Panel63"
- Me.Panel63.Size = New System.Drawing.Size(157, 34)
+ Me.Panel63.Size = New System.Drawing.Size(123, 34)
Me.Panel63.TabIndex = 30
'
'Label75
@@ -901,13 +903,13 @@ Partial Class Skindows_95
'Panel61
'
Me.Panel61.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel61.BackColor = System.Drawing.Color.DarkRed
Me.Panel61.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel61.Controls.Add(Me.Label73)
Me.Panel61.Location = New System.Drawing.Point(3, 403)
Me.Panel61.Name = "Panel61"
- Me.Panel61.Size = New System.Drawing.Size(157, 34)
+ Me.Panel61.Size = New System.Drawing.Size(123, 34)
Me.Panel61.TabIndex = 26
'
'Label73
@@ -924,13 +926,13 @@ Partial Class Skindows_95
'Panel64
'
Me.Panel64.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel64.BackColor = System.Drawing.Color.Brown
Me.Panel64.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel64.Controls.Add(Me.Label76)
Me.Panel64.Location = New System.Drawing.Point(3, 483)
Me.Panel64.Name = "Panel64"
- Me.Panel64.Size = New System.Drawing.Size(157, 34)
+ Me.Panel64.Size = New System.Drawing.Size(123, 34)
Me.Panel64.TabIndex = 28
'
'Label76
@@ -947,13 +949,13 @@ Partial Class Skindows_95
'Panel60
'
Me.Panel60.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel60.BackColor = System.Drawing.Color.WhiteSmoke
Me.Panel60.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel60.Controls.Add(Me.Label71)
Me.Panel60.Location = New System.Drawing.Point(3, 323)
Me.Panel60.Name = "Panel60"
- Me.Panel60.Size = New System.Drawing.Size(157, 34)
+ Me.Panel60.Size = New System.Drawing.Size(123, 34)
Me.Panel60.TabIndex = 24
'
'Label71
@@ -970,13 +972,13 @@ Partial Class Skindows_95
'Panel65
'
Me.Panel65.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel65.BackColor = System.Drawing.Color.Firebrick
Me.Panel65.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel65.Controls.Add(Me.Label77)
Me.Panel65.Location = New System.Drawing.Point(3, 523)
Me.Panel65.Name = "Panel65"
- Me.Panel65.Size = New System.Drawing.Size(157, 34)
+ Me.Panel65.Size = New System.Drawing.Size(123, 34)
Me.Panel65.TabIndex = 29
'
'Label77
@@ -993,13 +995,13 @@ Partial Class Skindows_95
'Panel62
'
Me.Panel62.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel62.BackColor = System.Drawing.Color.Maroon
Me.Panel62.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel62.Controls.Add(Me.Label74)
Me.Panel62.Location = New System.Drawing.Point(3, 363)
Me.Panel62.Name = "Panel62"
- Me.Panel62.Size = New System.Drawing.Size(157, 34)
+ Me.Panel62.Size = New System.Drawing.Size(123, 34)
Me.Panel62.TabIndex = 25
'
'Label74
@@ -1016,13 +1018,13 @@ Partial Class Skindows_95
'Panel66
'
Me.Panel66.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel66.BackColor = System.Drawing.Color.Red
Me.Panel66.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel66.Controls.Add(Me.Label78)
Me.Panel66.Location = New System.Drawing.Point(3, 443)
Me.Panel66.Name = "Panel66"
- Me.Panel66.Size = New System.Drawing.Size(157, 34)
+ Me.Panel66.Size = New System.Drawing.Size(123, 34)
Me.Panel66.TabIndex = 27
'
'Label78
@@ -1039,13 +1041,13 @@ Partial Class Skindows_95
'Panel148
'
Me.Panel148.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel148.BackColor = System.Drawing.Color.Gainsboro
Me.Panel148.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel148.Controls.Add(Me.Label155)
Me.Panel148.Location = New System.Drawing.Point(3, 283)
Me.Panel148.Name = "Panel148"
- Me.Panel148.Size = New System.Drawing.Size(157, 34)
+ Me.Panel148.Size = New System.Drawing.Size(123, 34)
Me.Panel148.TabIndex = 23
'
'Label155
@@ -1062,13 +1064,13 @@ Partial Class Skindows_95
'Panel146
'
Me.Panel146.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel146.BackColor = System.Drawing.Color.Gray
Me.Panel146.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel146.Controls.Add(Me.Label153)
Me.Panel146.Location = New System.Drawing.Point(2, 123)
Me.Panel146.Name = "Panel146"
- Me.Panel146.Size = New System.Drawing.Size(151, 34)
+ Me.Panel146.Size = New System.Drawing.Size(117, 34)
Me.Panel146.TabIndex = 19
'
'Label153
@@ -1085,13 +1087,13 @@ Partial Class Skindows_95
'Panel149
'
Me.Panel149.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel149.BackColor = System.Drawing.Color.Silver
Me.Panel149.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel149.Controls.Add(Me.Label156)
Me.Panel149.Location = New System.Drawing.Point(3, 203)
Me.Panel149.Name = "Panel149"
- Me.Panel149.Size = New System.Drawing.Size(151, 34)
+ Me.Panel149.Size = New System.Drawing.Size(117, 34)
Me.Panel149.TabIndex = 21
'
'Label156
@@ -1108,13 +1110,13 @@ Partial Class Skindows_95
'Panel145
'
Me.Panel145.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel145.BackColor = System.Drawing.Color.White
Me.Panel145.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel145.Controls.Add(Me.Label152)
Me.Panel145.Location = New System.Drawing.Point(2, 43)
Me.Panel145.Name = "Panel145"
- Me.Panel145.Size = New System.Drawing.Size(151, 34)
+ Me.Panel145.Size = New System.Drawing.Size(117, 34)
Me.Panel145.TabIndex = 17
'
'Label152
@@ -1131,13 +1133,13 @@ Partial Class Skindows_95
'Panel150
'
Me.Panel150.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel150.BackColor = System.Drawing.Color.LightGray
Me.Panel150.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel150.Controls.Add(Me.Label157)
Me.Panel150.Location = New System.Drawing.Point(3, 243)
Me.Panel150.Name = "Panel150"
- Me.Panel150.Size = New System.Drawing.Size(151, 34)
+ Me.Panel150.Size = New System.Drawing.Size(117, 34)
Me.Panel150.TabIndex = 22
'
'Label157
@@ -1154,13 +1156,13 @@ Partial Class Skindows_95
'Panel147
'
Me.Panel147.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel147.BackColor = System.Drawing.Color.DimGray
Me.Panel147.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel147.Controls.Add(Me.Label154)
Me.Panel147.Location = New System.Drawing.Point(2, 83)
Me.Panel147.Name = "Panel147"
- Me.Panel147.Size = New System.Drawing.Size(151, 34)
+ Me.Panel147.Size = New System.Drawing.Size(117, 34)
Me.Panel147.TabIndex = 18
'
'Label154
@@ -1177,13 +1179,13 @@ Partial Class Skindows_95
'Panel152
'
Me.Panel152.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel152.BackColor = System.Drawing.Color.DarkGray
Me.Panel152.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel152.Controls.Add(Me.Label158)
Me.Panel152.Location = New System.Drawing.Point(3, 163)
Me.Panel152.Name = "Panel152"
- Me.Panel152.Size = New System.Drawing.Size(151, 34)
+ Me.Panel152.Size = New System.Drawing.Size(117, 34)
Me.Panel152.TabIndex = 20
'
'Label158
@@ -1200,14 +1202,14 @@ Partial Class Skindows_95
'Panel144
'
Me.Panel144.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel144.BackColor = System.Drawing.Color.Black
Me.Panel144.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel144.Controls.Add(Me.Label151)
Me.Panel144.ForeColor = System.Drawing.SystemColors.ControlText
Me.Panel144.Location = New System.Drawing.Point(2, 3)
Me.Panel144.Name = "Panel144"
- Me.Panel144.Size = New System.Drawing.Size(151, 34)
+ Me.Panel144.Size = New System.Drawing.Size(117, 34)
Me.Panel144.TabIndex = 16
'
'Label151
@@ -1224,13 +1226,13 @@ Partial Class Skindows_95
'Panel151
'
Me.Panel151.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel151.BackColor = System.Drawing.Color.RosyBrown
Me.Panel151.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel151.Controls.Add(Me.Label82)
Me.Panel151.Location = New System.Drawing.Point(3, 683)
Me.Panel151.Name = "Panel151"
- Me.Panel151.Size = New System.Drawing.Size(157, 34)
+ Me.Panel151.Size = New System.Drawing.Size(123, 34)
Me.Panel151.TabIndex = 15
'
'Label82
@@ -1247,13 +1249,13 @@ Partial Class Skindows_95
'Panel75
'
Me.Panel75.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel75.BackColor = System.Drawing.Color.MistyRose
Me.Panel75.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel75.Controls.Add(Me.Label72)
Me.Panel75.Location = New System.Drawing.Point(3, 723)
Me.Panel75.Name = "Panel75"
- Me.Panel75.Size = New System.Drawing.Size(157, 34)
+ Me.Panel75.Size = New System.Drawing.Size(123, 34)
Me.Panel75.TabIndex = 14
'
'Label72
@@ -1270,13 +1272,13 @@ Partial Class Skindows_95
'Panel255
'
Me.Panel255.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel255.BackColor = System.Drawing.Color.LightPink
Me.Panel255.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel255.Controls.Add(Me.Label261)
Me.Panel255.Location = New System.Drawing.Point(3, 5546)
Me.Panel255.Name = "Panel255"
- Me.Panel255.Size = New System.Drawing.Size(157, 34)
+ Me.Panel255.Size = New System.Drawing.Size(123, 34)
Me.Panel255.TabIndex = 89
'
'Label261
@@ -1293,13 +1295,13 @@ Partial Class Skindows_95
'Panel253
'
Me.Panel253.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel253.BackColor = System.Drawing.Color.LavenderBlush
Me.Panel253.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel253.Controls.Add(Me.Label259)
Me.Panel253.Location = New System.Drawing.Point(3, 5386)
Me.Panel253.Name = "Panel253"
- Me.Panel253.Size = New System.Drawing.Size(157, 34)
+ Me.Panel253.Size = New System.Drawing.Size(123, 34)
Me.Panel253.TabIndex = 85
'
'Label259
@@ -1316,13 +1318,13 @@ Partial Class Skindows_95
'Panel256
'
Me.Panel256.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel256.BackColor = System.Drawing.Color.Crimson
Me.Panel256.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel256.Controls.Add(Me.Label262)
Me.Panel256.Location = New System.Drawing.Point(3, 5467)
Me.Panel256.Name = "Panel256"
- Me.Panel256.Size = New System.Drawing.Size(157, 34)
+ Me.Panel256.Size = New System.Drawing.Size(123, 34)
Me.Panel256.TabIndex = 87
'
'Label262
@@ -1339,13 +1341,13 @@ Partial Class Skindows_95
'Panel252
'
Me.Panel252.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel252.BackColor = System.Drawing.Color.DeepPink
Me.Panel252.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel252.Controls.Add(Me.Label258)
Me.Panel252.Location = New System.Drawing.Point(3, 5307)
Me.Panel252.Name = "Panel252"
- Me.Panel252.Size = New System.Drawing.Size(157, 34)
+ Me.Panel252.Size = New System.Drawing.Size(123, 34)
Me.Panel252.TabIndex = 83
'
'Label258
@@ -1362,13 +1364,13 @@ Partial Class Skindows_95
'Panel257
'
Me.Panel257.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel257.BackColor = System.Drawing.Color.Pink
Me.Panel257.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel257.Controls.Add(Me.Label263)
Me.Panel257.Location = New System.Drawing.Point(3, 5506)
Me.Panel257.Name = "Panel257"
- Me.Panel257.Size = New System.Drawing.Size(157, 34)
+ Me.Panel257.Size = New System.Drawing.Size(123, 34)
Me.Panel257.TabIndex = 88
'
'Label263
@@ -1385,13 +1387,13 @@ Partial Class Skindows_95
'Panel254
'
Me.Panel254.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel254.BackColor = System.Drawing.Color.HotPink
Me.Panel254.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel254.Controls.Add(Me.Label260)
Me.Panel254.Location = New System.Drawing.Point(3, 5346)
Me.Panel254.Name = "Panel254"
- Me.Panel254.Size = New System.Drawing.Size(157, 34)
+ Me.Panel254.Size = New System.Drawing.Size(123, 34)
Me.Panel254.TabIndex = 84
'
'Label260
@@ -1408,13 +1410,13 @@ Partial Class Skindows_95
'Panel258
'
Me.Panel258.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel258.BackColor = System.Drawing.Color.PaleVioletRed
Me.Panel258.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel258.Controls.Add(Me.Label264)
Me.Panel258.Location = New System.Drawing.Point(3, 5427)
Me.Panel258.Name = "Panel258"
- Me.Panel258.Size = New System.Drawing.Size(157, 34)
+ Me.Panel258.Size = New System.Drawing.Size(123, 34)
Me.Panel258.TabIndex = 86
'
'Label264
@@ -1431,13 +1433,13 @@ Partial Class Skindows_95
'Panel248
'
Me.Panel248.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel248.BackColor = System.Drawing.Color.MediumVioletRed
Me.Panel248.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel248.Controls.Add(Me.Label254)
Me.Panel248.Location = New System.Drawing.Point(3, 5267)
Me.Panel248.Name = "Panel248"
- Me.Panel248.Size = New System.Drawing.Size(157, 34)
+ Me.Panel248.Size = New System.Drawing.Size(123, 34)
Me.Panel248.TabIndex = 82
'
'Label254
@@ -1454,13 +1456,13 @@ Partial Class Skindows_95
'Panel246
'
Me.Panel246.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel246.BackColor = System.Drawing.Color.DarkMagenta
Me.Panel246.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel246.Controls.Add(Me.Label252)
Me.Panel246.Location = New System.Drawing.Point(3, 5107)
Me.Panel246.Name = "Panel246"
- Me.Panel246.Size = New System.Drawing.Size(157, 34)
+ Me.Panel246.Size = New System.Drawing.Size(123, 34)
Me.Panel246.TabIndex = 78
'
'Label252
@@ -1477,13 +1479,13 @@ Partial Class Skindows_95
'Panel249
'
Me.Panel249.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel249.BackColor = System.Drawing.Color.Magenta
Me.Panel249.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel249.Controls.Add(Me.Label255)
Me.Panel249.Location = New System.Drawing.Point(3, 5187)
Me.Panel249.Name = "Panel249"
- Me.Panel249.Size = New System.Drawing.Size(157, 34)
+ Me.Panel249.Size = New System.Drawing.Size(123, 34)
Me.Panel249.TabIndex = 80
'
'Label255
@@ -1500,13 +1502,13 @@ Partial Class Skindows_95
'Panel245
'
Me.Panel245.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel245.BackColor = System.Drawing.Color.Violet
Me.Panel245.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel245.Controls.Add(Me.Label251)
Me.Panel245.Location = New System.Drawing.Point(3, 5027)
Me.Panel245.Name = "Panel245"
- Me.Panel245.Size = New System.Drawing.Size(157, 34)
+ Me.Panel245.Size = New System.Drawing.Size(123, 34)
Me.Panel245.TabIndex = 76
'
'Label251
@@ -1523,13 +1525,13 @@ Partial Class Skindows_95
'Panel250
'
Me.Panel250.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel250.BackColor = System.Drawing.Color.Orchid
Me.Panel250.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel250.Controls.Add(Me.Label256)
Me.Panel250.Location = New System.Drawing.Point(3, 5227)
Me.Panel250.Name = "Panel250"
- Me.Panel250.Size = New System.Drawing.Size(157, 34)
+ Me.Panel250.Size = New System.Drawing.Size(123, 34)
Me.Panel250.TabIndex = 81
'
'Label256
@@ -1546,13 +1548,13 @@ Partial Class Skindows_95
'Panel247
'
Me.Panel247.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel247.BackColor = System.Drawing.Color.Purple
Me.Panel247.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel247.Controls.Add(Me.Label253)
Me.Panel247.Location = New System.Drawing.Point(3, 5067)
Me.Panel247.Name = "Panel247"
- Me.Panel247.Size = New System.Drawing.Size(157, 34)
+ Me.Panel247.Size = New System.Drawing.Size(123, 34)
Me.Panel247.TabIndex = 77
'
'Label253
@@ -1569,13 +1571,13 @@ Partial Class Skindows_95
'Panel251
'
Me.Panel251.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel251.BackColor = System.Drawing.Color.Fuchsia
Me.Panel251.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel251.Controls.Add(Me.Label257)
Me.Panel251.Location = New System.Drawing.Point(3, 5147)
Me.Panel251.Name = "Panel251"
- Me.Panel251.Size = New System.Drawing.Size(157, 34)
+ Me.Panel251.Size = New System.Drawing.Size(123, 34)
Me.Panel251.TabIndex = 79
'
'Label257
@@ -1592,13 +1594,13 @@ Partial Class Skindows_95
'Panel241
'
Me.Panel241.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel241.BackColor = System.Drawing.Color.Plum
Me.Panel241.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel241.Controls.Add(Me.Label247)
Me.Panel241.Location = New System.Drawing.Point(3, 4987)
Me.Panel241.Name = "Panel241"
- Me.Panel241.Size = New System.Drawing.Size(157, 34)
+ Me.Panel241.Size = New System.Drawing.Size(123, 34)
Me.Panel241.TabIndex = 75
'
'Label247
@@ -1615,13 +1617,13 @@ Partial Class Skindows_95
'Panel237
'
Me.Panel237.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel237.BackColor = System.Drawing.Color.DarkOrchid
Me.Panel237.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel237.Controls.Add(Me.Label243)
Me.Panel237.Location = New System.Drawing.Point(3, 4828)
Me.Panel237.Name = "Panel237"
- Me.Panel237.Size = New System.Drawing.Size(157, 34)
+ Me.Panel237.Size = New System.Drawing.Size(123, 34)
Me.Panel237.TabIndex = 75
'
'Label243
@@ -1638,13 +1640,13 @@ Partial Class Skindows_95
'Panel242
'
Me.Panel242.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel242.BackColor = System.Drawing.Color.MediumOrchid
Me.Panel242.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel242.Controls.Add(Me.Label248)
Me.Panel242.Location = New System.Drawing.Point(3, 4908)
Me.Panel242.Name = "Panel242"
- Me.Panel242.Size = New System.Drawing.Size(157, 34)
+ Me.Panel242.Size = New System.Drawing.Size(123, 34)
Me.Panel242.TabIndex = 73
'
'Label248
@@ -1661,13 +1663,13 @@ Partial Class Skindows_95
'Panel233
'
Me.Panel233.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel233.BackColor = System.Drawing.Color.MediumSlateBlue
Me.Panel233.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel233.Controls.Add(Me.Label239)
Me.Panel233.Location = New System.Drawing.Point(3, 4670)
Me.Panel233.Name = "Panel233"
- Me.Panel233.Size = New System.Drawing.Size(157, 34)
+ Me.Panel233.Size = New System.Drawing.Size(123, 34)
Me.Panel233.TabIndex = 75
'
'Label239
@@ -1684,13 +1686,13 @@ Partial Class Skindows_95
'Panel243
'
Me.Panel243.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel243.BackColor = System.Drawing.Color.Thistle
Me.Panel243.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel243.Controls.Add(Me.Label249)
Me.Panel243.Location = New System.Drawing.Point(3, 4947)
Me.Panel243.Name = "Panel243"
- Me.Panel243.Size = New System.Drawing.Size(157, 34)
+ Me.Panel243.Size = New System.Drawing.Size(123, 34)
Me.Panel243.TabIndex = 74
'
'Label249
@@ -1707,13 +1709,13 @@ Partial Class Skindows_95
'Panel238
'
Me.Panel238.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel238.BackColor = System.Drawing.Color.BlueViolet
Me.Panel238.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel238.Controls.Add(Me.Label244)
Me.Panel238.Location = New System.Drawing.Point(3, 4749)
Me.Panel238.Name = "Panel238"
- Me.Panel238.Size = New System.Drawing.Size(157, 34)
+ Me.Panel238.Size = New System.Drawing.Size(123, 34)
Me.Panel238.TabIndex = 73
'
'Label244
@@ -1730,13 +1732,13 @@ Partial Class Skindows_95
'Panel244
'
Me.Panel244.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel244.BackColor = System.Drawing.Color.DarkViolet
Me.Panel244.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel244.Controls.Add(Me.Label250)
Me.Panel244.Location = New System.Drawing.Point(3, 4868)
Me.Panel244.Name = "Panel244"
- Me.Panel244.Size = New System.Drawing.Size(157, 34)
+ Me.Panel244.Size = New System.Drawing.Size(123, 34)
Me.Panel244.TabIndex = 72
'
'Label250
@@ -1753,13 +1755,13 @@ Partial Class Skindows_95
'Panel229
'
Me.Panel229.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel229.BackColor = System.Drawing.Color.Blue
Me.Panel229.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel229.Controls.Add(Me.Label235)
Me.Panel229.Location = New System.Drawing.Point(2, 4510)
Me.Panel229.Name = "Panel229"
- Me.Panel229.Size = New System.Drawing.Size(157, 34)
+ Me.Panel229.Size = New System.Drawing.Size(123, 34)
Me.Panel229.TabIndex = 71
'
'Label235
@@ -1776,13 +1778,13 @@ Partial Class Skindows_95
'Panel239
'
Me.Panel239.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel239.BackColor = System.Drawing.Color.Indigo
Me.Panel239.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel239.Controls.Add(Me.Label245)
Me.Panel239.Location = New System.Drawing.Point(3, 4788)
Me.Panel239.Name = "Panel239"
- Me.Panel239.Size = New System.Drawing.Size(157, 34)
+ Me.Panel239.Size = New System.Drawing.Size(123, 34)
Me.Panel239.TabIndex = 74
'
'Label245
@@ -1799,13 +1801,13 @@ Partial Class Skindows_95
'Panel234
'
Me.Panel234.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel234.BackColor = System.Drawing.Color.SlateBlue
Me.Panel234.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel234.Controls.Add(Me.Label240)
Me.Panel234.Location = New System.Drawing.Point(3, 4591)
Me.Panel234.Name = "Panel234"
- Me.Panel234.Size = New System.Drawing.Size(157, 34)
+ Me.Panel234.Size = New System.Drawing.Size(123, 34)
Me.Panel234.TabIndex = 73
'
'Label240
@@ -1822,13 +1824,13 @@ Partial Class Skindows_95
'Panel240
'
Me.Panel240.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel240.BackColor = System.Drawing.Color.MediumPurple
Me.Panel240.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel240.Controls.Add(Me.Label246)
Me.Panel240.Location = New System.Drawing.Point(3, 4709)
Me.Panel240.Name = "Panel240"
- Me.Panel240.Size = New System.Drawing.Size(157, 34)
+ Me.Panel240.Size = New System.Drawing.Size(123, 34)
Me.Panel240.TabIndex = 72
'
'Label246
@@ -1845,13 +1847,13 @@ Partial Class Skindows_95
'Panel227
'
Me.Panel227.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel227.BackColor = System.Drawing.Color.Lavender
Me.Panel227.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel227.Controls.Add(Me.Label233)
Me.Panel227.Location = New System.Drawing.Point(2, 4351)
Me.Panel227.Name = "Panel227"
- Me.Panel227.Size = New System.Drawing.Size(157, 34)
+ Me.Panel227.Size = New System.Drawing.Size(123, 34)
Me.Panel227.TabIndex = 67
'
'Label233
@@ -1868,13 +1870,13 @@ Partial Class Skindows_95
'Panel235
'
Me.Panel235.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel235.BackColor = System.Drawing.Color.DarkSlateBlue
Me.Panel235.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel235.Controls.Add(Me.Label241)
Me.Panel235.Location = New System.Drawing.Point(3, 4630)
Me.Panel235.Name = "Panel235"
- Me.Panel235.Size = New System.Drawing.Size(157, 34)
+ Me.Panel235.Size = New System.Drawing.Size(123, 34)
Me.Panel235.TabIndex = 74
'
'Label241
@@ -1891,13 +1893,13 @@ Partial Class Skindows_95
'Panel230
'
Me.Panel230.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel230.BackColor = System.Drawing.Color.DarkBlue
Me.Panel230.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel230.Controls.Add(Me.Label236)
Me.Panel230.Location = New System.Drawing.Point(2, 4431)
Me.Panel230.Name = "Panel230"
- Me.Panel230.Size = New System.Drawing.Size(157, 34)
+ Me.Panel230.Size = New System.Drawing.Size(123, 34)
Me.Panel230.TabIndex = 69
'
'Label236
@@ -1914,13 +1916,13 @@ Partial Class Skindows_95
'Panel236
'
Me.Panel236.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel236.BackColor = System.Drawing.Color.GhostWhite
Me.Panel236.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel236.Controls.Add(Me.Label242)
Me.Panel236.Location = New System.Drawing.Point(3, 4551)
Me.Panel236.Name = "Panel236"
- Me.Panel236.Size = New System.Drawing.Size(157, 34)
+ Me.Panel236.Size = New System.Drawing.Size(123, 34)
Me.Panel236.TabIndex = 72
'
'Label242
@@ -1937,13 +1939,13 @@ Partial Class Skindows_95
'Panel226
'
Me.Panel226.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel226.BackColor = System.Drawing.Color.RoyalBlue
Me.Panel226.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel226.Controls.Add(Me.Label232)
Me.Panel226.Location = New System.Drawing.Point(3, 4272)
Me.Panel226.Name = "Panel226"
- Me.Panel226.Size = New System.Drawing.Size(157, 34)
+ Me.Panel226.Size = New System.Drawing.Size(123, 34)
Me.Panel226.TabIndex = 65
'
'Label232
@@ -1960,13 +1962,13 @@ Partial Class Skindows_95
'Panel231
'
Me.Panel231.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel231.BackColor = System.Drawing.Color.MediumBlue
Me.Panel231.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel231.Controls.Add(Me.Label237)
Me.Panel231.Location = New System.Drawing.Point(2, 4470)
Me.Panel231.Name = "Panel231"
- Me.Panel231.Size = New System.Drawing.Size(157, 34)
+ Me.Panel231.Size = New System.Drawing.Size(123, 34)
Me.Panel231.TabIndex = 70
'
'Label237
@@ -1983,13 +1985,13 @@ Partial Class Skindows_95
'Panel228
'
Me.Panel228.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel228.BackColor = System.Drawing.Color.MidnightBlue
Me.Panel228.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel228.Controls.Add(Me.Label234)
Me.Panel228.Location = New System.Drawing.Point(3, 4311)
Me.Panel228.Name = "Panel228"
- Me.Panel228.Size = New System.Drawing.Size(157, 34)
+ Me.Panel228.Size = New System.Drawing.Size(123, 34)
Me.Panel228.TabIndex = 66
'
'Label234
@@ -2006,13 +2008,13 @@ Partial Class Skindows_95
'Panel232
'
Me.Panel232.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel232.BackColor = System.Drawing.Color.Navy
Me.Panel232.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel232.Controls.Add(Me.Label238)
Me.Panel232.Location = New System.Drawing.Point(2, 4391)
Me.Panel232.Name = "Panel232"
- Me.Panel232.Size = New System.Drawing.Size(157, 34)
+ Me.Panel232.Size = New System.Drawing.Size(123, 34)
Me.Panel232.TabIndex = 68
'
'Label238
@@ -2029,13 +2031,13 @@ Partial Class Skindows_95
'Panel222
'
Me.Panel222.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel222.BackColor = System.Drawing.Color.CornflowerBlue
Me.Panel222.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel222.Controls.Add(Me.Label228)
Me.Panel222.Location = New System.Drawing.Point(4, 4232)
Me.Panel222.Name = "Panel222"
- Me.Panel222.Size = New System.Drawing.Size(157, 34)
+ Me.Panel222.Size = New System.Drawing.Size(123, 34)
Me.Panel222.TabIndex = 64
'
'Label228
@@ -2052,13 +2054,13 @@ Partial Class Skindows_95
'Panel218
'
Me.Panel218.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel218.BackColor = System.Drawing.Color.DodgerBlue
Me.Panel218.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel218.Controls.Add(Me.Label224)
Me.Panel218.Location = New System.Drawing.Point(4, 4073)
Me.Panel218.Name = "Panel218"
- Me.Panel218.Size = New System.Drawing.Size(157, 34)
+ Me.Panel218.Size = New System.Drawing.Size(123, 34)
Me.Panel218.TabIndex = 64
'
'Label224
@@ -2075,13 +2077,13 @@ Partial Class Skindows_95
'Panel223
'
Me.Panel223.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel223.BackColor = System.Drawing.Color.LightSlateGray
Me.Panel223.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel223.Controls.Add(Me.Label229)
Me.Panel223.Location = New System.Drawing.Point(3, 4153)
Me.Panel223.Name = "Panel223"
- Me.Panel223.Size = New System.Drawing.Size(157, 34)
+ Me.Panel223.Size = New System.Drawing.Size(123, 34)
Me.Panel223.TabIndex = 62
'
'Label229
@@ -2098,13 +2100,13 @@ Partial Class Skindows_95
'Panel214
'
Me.Panel214.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel214.BackColor = System.Drawing.Color.SkyBlue
Me.Panel214.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel214.Controls.Add(Me.Label220)
Me.Panel214.Location = New System.Drawing.Point(4, 3915)
Me.Panel214.Name = "Panel214"
- Me.Panel214.Size = New System.Drawing.Size(157, 34)
+ Me.Panel214.Size = New System.Drawing.Size(123, 34)
Me.Panel214.TabIndex = 64
'
'Label220
@@ -2121,13 +2123,13 @@ Partial Class Skindows_95
'Panel224
'
Me.Panel224.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel224.BackColor = System.Drawing.Color.LightSteelBlue
Me.Panel224.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel224.Controls.Add(Me.Label230)
Me.Panel224.Location = New System.Drawing.Point(4, 4192)
Me.Panel224.Name = "Panel224"
- Me.Panel224.Size = New System.Drawing.Size(157, 34)
+ Me.Panel224.Size = New System.Drawing.Size(123, 34)
Me.Panel224.TabIndex = 63
'
'Label230
@@ -2144,13 +2146,13 @@ Partial Class Skindows_95
'Panel219
'
Me.Panel219.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel219.BackColor = System.Drawing.Color.SteelBlue
Me.Panel219.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel219.Controls.Add(Me.Label225)
Me.Panel219.Location = New System.Drawing.Point(3, 3994)
Me.Panel219.Name = "Panel219"
- Me.Panel219.Size = New System.Drawing.Size(157, 34)
+ Me.Panel219.Size = New System.Drawing.Size(123, 34)
Me.Panel219.TabIndex = 62
'
'Label225
@@ -2167,13 +2169,13 @@ Partial Class Skindows_95
'Panel225
'
Me.Panel225.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel225.BackColor = System.Drawing.Color.SlateGray
Me.Panel225.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel225.Controls.Add(Me.Label231)
Me.Panel225.Location = New System.Drawing.Point(3, 4113)
Me.Panel225.Name = "Panel225"
- Me.Panel225.Size = New System.Drawing.Size(157, 34)
+ Me.Panel225.Size = New System.Drawing.Size(123, 34)
Me.Panel225.TabIndex = 61
'
'Label231
@@ -2190,13 +2192,13 @@ Partial Class Skindows_95
'Panel210
'
Me.Panel210.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel210.BackColor = System.Drawing.Color.CadetBlue
Me.Panel210.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel210.Controls.Add(Me.Label216)
Me.Panel210.Location = New System.Drawing.Point(3, 3757)
Me.Panel210.Name = "Panel210"
- Me.Panel210.Size = New System.Drawing.Size(157, 34)
+ Me.Panel210.Size = New System.Drawing.Size(123, 34)
Me.Panel210.TabIndex = 64
'
'Label216
@@ -2213,13 +2215,13 @@ Partial Class Skindows_95
'Panel220
'
Me.Panel220.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel220.BackColor = System.Drawing.Color.AliceBlue
Me.Panel220.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel220.Controls.Add(Me.Label226)
Me.Panel220.Location = New System.Drawing.Point(4, 4033)
Me.Panel220.Name = "Panel220"
- Me.Panel220.Size = New System.Drawing.Size(157, 34)
+ Me.Panel220.Size = New System.Drawing.Size(123, 34)
Me.Panel220.TabIndex = 63
'
'Label226
@@ -2236,13 +2238,13 @@ Partial Class Skindows_95
'Panel215
'
Me.Panel215.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel215.BackColor = System.Drawing.Color.LightBlue
Me.Panel215.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel215.Controls.Add(Me.Label221)
Me.Panel215.Location = New System.Drawing.Point(3, 3836)
Me.Panel215.Name = "Panel215"
- Me.Panel215.Size = New System.Drawing.Size(157, 34)
+ Me.Panel215.Size = New System.Drawing.Size(123, 34)
Me.Panel215.TabIndex = 62
'
'Label221
@@ -2259,13 +2261,13 @@ Partial Class Skindows_95
'Panel221
'
Me.Panel221.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel221.BackColor = System.Drawing.Color.LightSkyBlue
Me.Panel221.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel221.Controls.Add(Me.Label227)
Me.Panel221.Location = New System.Drawing.Point(3, 3954)
Me.Panel221.Name = "Panel221"
- Me.Panel221.Size = New System.Drawing.Size(157, 34)
+ Me.Panel221.Size = New System.Drawing.Size(123, 34)
Me.Panel221.TabIndex = 61
'
'Label227
@@ -2282,13 +2284,13 @@ Partial Class Skindows_95
'Panel206
'
Me.Panel206.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel206.BackColor = System.Drawing.Color.Aqua
Me.Panel206.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel206.Controls.Add(Me.Label212)
Me.Panel206.Location = New System.Drawing.Point(3, 3599)
Me.Panel206.Name = "Panel206"
- Me.Panel206.Size = New System.Drawing.Size(157, 34)
+ Me.Panel206.Size = New System.Drawing.Size(123, 34)
Me.Panel206.TabIndex = 64
'
'Label212
@@ -2305,13 +2307,13 @@ Partial Class Skindows_95
'Panel216
'
Me.Panel216.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel216.BackColor = System.Drawing.Color.DeepSkyBlue
Me.Panel216.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel216.Controls.Add(Me.Label222)
Me.Panel216.Location = New System.Drawing.Point(4, 3875)
Me.Panel216.Name = "Panel216"
- Me.Panel216.Size = New System.Drawing.Size(157, 34)
+ Me.Panel216.Size = New System.Drawing.Size(123, 34)
Me.Panel216.TabIndex = 63
'
'Label222
@@ -2328,13 +2330,13 @@ Partial Class Skindows_95
'Panel211
'
Me.Panel211.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel211.BackColor = System.Drawing.Color.Azure
Me.Panel211.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel211.Controls.Add(Me.Label217)
Me.Panel211.Location = New System.Drawing.Point(2, 3678)
Me.Panel211.Name = "Panel211"
- Me.Panel211.Size = New System.Drawing.Size(157, 34)
+ Me.Panel211.Size = New System.Drawing.Size(123, 34)
Me.Panel211.TabIndex = 62
'
'Label217
@@ -2351,13 +2353,13 @@ Partial Class Skindows_95
'Panel217
'
Me.Panel217.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel217.BackColor = System.Drawing.Color.PowderBlue
Me.Panel217.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel217.Controls.Add(Me.Label223)
Me.Panel217.Location = New System.Drawing.Point(3, 3796)
Me.Panel217.Name = "Panel217"
- Me.Panel217.Size = New System.Drawing.Size(157, 34)
+ Me.Panel217.Size = New System.Drawing.Size(123, 34)
Me.Panel217.TabIndex = 61
'
'Label223
@@ -2374,13 +2376,13 @@ Partial Class Skindows_95
'Panel204
'
Me.Panel204.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel204.BackColor = System.Drawing.Color.PaleTurquoise
Me.Panel204.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel204.Controls.Add(Me.Label210)
Me.Panel204.Location = New System.Drawing.Point(2, 3441)
Me.Panel204.Name = "Panel204"
- Me.Panel204.Size = New System.Drawing.Size(157, 34)
+ Me.Panel204.Size = New System.Drawing.Size(123, 34)
Me.Panel204.TabIndex = 60
'
'Label210
@@ -2397,13 +2399,13 @@ Partial Class Skindows_95
'Panel212
'
Me.Panel212.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel212.BackColor = System.Drawing.Color.DarkTurquoise
Me.Panel212.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel212.Controls.Add(Me.Label218)
Me.Panel212.Location = New System.Drawing.Point(3, 3717)
Me.Panel212.Name = "Panel212"
- Me.Panel212.Size = New System.Drawing.Size(157, 34)
+ Me.Panel212.Size = New System.Drawing.Size(123, 34)
Me.Panel212.TabIndex = 63
'
'Label218
@@ -2420,13 +2422,13 @@ Partial Class Skindows_95
'Panel207
'
Me.Panel207.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel207.BackColor = System.Drawing.Color.DarkCyan
Me.Panel207.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel207.Controls.Add(Me.Label213)
Me.Panel207.Location = New System.Drawing.Point(2, 3520)
Me.Panel207.Name = "Panel207"
- Me.Panel207.Size = New System.Drawing.Size(157, 34)
+ Me.Panel207.Size = New System.Drawing.Size(123, 34)
Me.Panel207.TabIndex = 62
'
'Label213
@@ -2443,13 +2445,13 @@ Partial Class Skindows_95
'Panel213
'
Me.Panel213.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel213.BackColor = System.Drawing.Color.LightCyan
Me.Panel213.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel213.Controls.Add(Me.Label219)
Me.Panel213.Location = New System.Drawing.Point(2, 3638)
Me.Panel213.Name = "Panel213"
- Me.Panel213.Size = New System.Drawing.Size(157, 34)
+ Me.Panel213.Size = New System.Drawing.Size(123, 34)
Me.Panel213.TabIndex = 61
'
'Label219
@@ -2466,13 +2468,13 @@ Partial Class Skindows_95
'Panel203
'
Me.Panel203.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel203.BackColor = System.Drawing.Color.MediumTurquoise
Me.Panel203.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel203.Controls.Add(Me.Label209)
Me.Panel203.Location = New System.Drawing.Point(1, 3362)
Me.Panel203.Name = "Panel203"
- Me.Panel203.Size = New System.Drawing.Size(157, 34)
+ Me.Panel203.Size = New System.Drawing.Size(123, 34)
Me.Panel203.TabIndex = 58
'
'Label209
@@ -2489,13 +2491,13 @@ Partial Class Skindows_95
'Panel208
'
Me.Panel208.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel208.BackColor = System.Drawing.Color.Cyan
Me.Panel208.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel208.Controls.Add(Me.Label214)
Me.Panel208.Location = New System.Drawing.Point(3, 3559)
Me.Panel208.Name = "Panel208"
- Me.Panel208.Size = New System.Drawing.Size(157, 34)
+ Me.Panel208.Size = New System.Drawing.Size(123, 34)
Me.Panel208.TabIndex = 63
'
'Label214
@@ -2512,13 +2514,13 @@ Partial Class Skindows_95
'Panel205
'
Me.Panel205.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel205.BackColor = System.Drawing.Color.DarkSlateGray
Me.Panel205.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel205.Controls.Add(Me.Label211)
Me.Panel205.Location = New System.Drawing.Point(2, 3401)
Me.Panel205.Name = "Panel205"
- Me.Panel205.Size = New System.Drawing.Size(157, 34)
+ Me.Panel205.Size = New System.Drawing.Size(123, 34)
Me.Panel205.TabIndex = 59
'
'Label211
@@ -2536,13 +2538,13 @@ Partial Class Skindows_95
'Panel209
'
Me.Panel209.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel209.BackColor = System.Drawing.Color.Teal
Me.Panel209.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel209.Controls.Add(Me.Label215)
Me.Panel209.Location = New System.Drawing.Point(2, 3480)
Me.Panel209.Name = "Panel209"
- Me.Panel209.Size = New System.Drawing.Size(157, 34)
+ Me.Panel209.Size = New System.Drawing.Size(123, 34)
Me.Panel209.TabIndex = 61
'
'Label215
@@ -2559,13 +2561,13 @@ Partial Class Skindows_95
'Panel199
'
Me.Panel199.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel199.BackColor = System.Drawing.Color.LightSeaGreen
Me.Panel199.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel199.Controls.Add(Me.Label205)
Me.Panel199.Location = New System.Drawing.Point(1, 3322)
Me.Panel199.Name = "Panel199"
- Me.Panel199.Size = New System.Drawing.Size(157, 34)
+ Me.Panel199.Size = New System.Drawing.Size(123, 34)
Me.Panel199.TabIndex = 57
'
'Label205
@@ -2582,13 +2584,13 @@ Partial Class Skindows_95
'Panel195
'
Me.Panel195.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel195.BackColor = System.Drawing.Color.MediumSpringGreen
Me.Panel195.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel195.Controls.Add(Me.Label201)
Me.Panel195.Location = New System.Drawing.Point(2, 3162)
Me.Panel195.Name = "Panel195"
- Me.Panel195.Size = New System.Drawing.Size(157, 34)
+ Me.Panel195.Size = New System.Drawing.Size(123, 34)
Me.Panel195.TabIndex = 57
'
'Label201
@@ -2605,13 +2607,13 @@ Partial Class Skindows_95
'Panel200
'
Me.Panel200.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel200.BackColor = System.Drawing.Color.Aquamarine
Me.Panel200.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel200.Controls.Add(Me.Label206)
Me.Panel200.Location = New System.Drawing.Point(1, 3242)
Me.Panel200.Name = "Panel200"
- Me.Panel200.Size = New System.Drawing.Size(157, 34)
+ Me.Panel200.Size = New System.Drawing.Size(123, 34)
Me.Panel200.TabIndex = 55
'
'Label206
@@ -2628,13 +2630,13 @@ Partial Class Skindows_95
'Panel191
'
Me.Panel191.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel191.BackColor = System.Drawing.Color.SeaGreen
Me.Panel191.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel191.Controls.Add(Me.Label197)
Me.Panel191.Location = New System.Drawing.Point(2, 3003)
Me.Panel191.Name = "Panel191"
- Me.Panel191.Size = New System.Drawing.Size(157, 34)
+ Me.Panel191.Size = New System.Drawing.Size(123, 34)
Me.Panel191.TabIndex = 53
'
'Label197
@@ -2651,13 +2653,13 @@ Partial Class Skindows_95
'Panel201
'
Me.Panel201.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel201.BackColor = System.Drawing.Color.Turquoise
Me.Panel201.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel201.Controls.Add(Me.Label207)
Me.Panel201.Location = New System.Drawing.Point(1, 3282)
Me.Panel201.Name = "Panel201"
- Me.Panel201.Size = New System.Drawing.Size(157, 34)
+ Me.Panel201.Size = New System.Drawing.Size(123, 34)
Me.Panel201.TabIndex = 56
'
'Label207
@@ -2674,13 +2676,13 @@ Partial Class Skindows_95
'Panel196
'
Me.Panel196.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel196.BackColor = System.Drawing.Color.SpringGreen
Me.Panel196.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel196.Controls.Add(Me.Label202)
Me.Panel196.Location = New System.Drawing.Point(2, 3082)
Me.Panel196.Name = "Panel196"
- Me.Panel196.Size = New System.Drawing.Size(157, 34)
+ Me.Panel196.Size = New System.Drawing.Size(123, 34)
Me.Panel196.TabIndex = 55
'
'Label202
@@ -2697,13 +2699,13 @@ Partial Class Skindows_95
'Panel202
'
Me.Panel202.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel202.BackColor = System.Drawing.Color.MediumAquamarine
Me.Panel202.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel202.Controls.Add(Me.Label208)
Me.Panel202.Location = New System.Drawing.Point(1, 3202)
Me.Panel202.Name = "Panel202"
- Me.Panel202.Size = New System.Drawing.Size(157, 34)
+ Me.Panel202.Size = New System.Drawing.Size(123, 34)
Me.Panel202.TabIndex = 54
'
'Label208
@@ -2720,13 +2722,13 @@ Partial Class Skindows_95
'Panel187
'
Me.Panel187.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel187.BackColor = System.Drawing.Color.DarkGreen
Me.Panel187.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel187.Controls.Add(Me.Label193)
Me.Panel187.Location = New System.Drawing.Point(2, 2843)
Me.Panel187.Name = "Panel187"
- Me.Panel187.Size = New System.Drawing.Size(157, 34)
+ Me.Panel187.Size = New System.Drawing.Size(123, 34)
Me.Panel187.TabIndex = 53
'
'Label193
@@ -2743,13 +2745,13 @@ Partial Class Skindows_95
'Panel197
'
Me.Panel197.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel197.BackColor = System.Drawing.Color.MintCream
Me.Panel197.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel197.Controls.Add(Me.Label203)
Me.Panel197.Location = New System.Drawing.Point(2, 3122)
Me.Panel197.Name = "Panel197"
- Me.Panel197.Size = New System.Drawing.Size(157, 34)
+ Me.Panel197.Size = New System.Drawing.Size(123, 34)
Me.Panel197.TabIndex = 56
'
'Label203
@@ -2766,13 +2768,13 @@ Partial Class Skindows_95
'Panel192
'
Me.Panel192.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel192.BackColor = System.Drawing.Color.Lime
Me.Panel192.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel192.Controls.Add(Me.Label198)
Me.Panel192.Location = New System.Drawing.Point(2, 2923)
Me.Panel192.Name = "Panel192"
- Me.Panel192.Size = New System.Drawing.Size(157, 34)
+ Me.Panel192.Size = New System.Drawing.Size(123, 34)
Me.Panel192.TabIndex = 51
'
'Label198
@@ -2789,13 +2791,13 @@ Partial Class Skindows_95
'Panel198
'
Me.Panel198.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel198.BackColor = System.Drawing.Color.MediumSeaGreen
Me.Panel198.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel198.Controls.Add(Me.Label204)
Me.Panel198.Location = New System.Drawing.Point(2, 3042)
Me.Panel198.Name = "Panel198"
- Me.Panel198.Size = New System.Drawing.Size(157, 34)
+ Me.Panel198.Size = New System.Drawing.Size(123, 34)
Me.Panel198.TabIndex = 54
'
'Label204
@@ -2812,13 +2814,13 @@ Partial Class Skindows_95
'Panel183
'
Me.Panel183.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel183.BackColor = System.Drawing.Color.LightGreen
Me.Panel183.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel183.Controls.Add(Me.Label189)
Me.Panel183.Location = New System.Drawing.Point(2, 2683)
Me.Panel183.Name = "Panel183"
- Me.Panel183.Size = New System.Drawing.Size(157, 34)
+ Me.Panel183.Size = New System.Drawing.Size(123, 34)
Me.Panel183.TabIndex = 53
'
'Label189
@@ -2835,13 +2837,13 @@ Partial Class Skindows_95
'Panel193
'
Me.Panel193.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel193.BackColor = System.Drawing.Color.Honeydew
Me.Panel193.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel193.Controls.Add(Me.Label199)
Me.Panel193.Location = New System.Drawing.Point(2, 2963)
Me.Panel193.Name = "Panel193"
- Me.Panel193.Size = New System.Drawing.Size(157, 34)
+ Me.Panel193.Size = New System.Drawing.Size(123, 34)
Me.Panel193.TabIndex = 52
'
'Label199
@@ -2858,13 +2860,13 @@ Partial Class Skindows_95
'Panel188
'
Me.Panel188.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel188.BackColor = System.Drawing.Color.LimeGreen
Me.Panel188.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel188.Controls.Add(Me.Label194)
Me.Panel188.Location = New System.Drawing.Point(2, 2763)
Me.Panel188.Name = "Panel188"
- Me.Panel188.Size = New System.Drawing.Size(157, 34)
+ Me.Panel188.Size = New System.Drawing.Size(123, 34)
Me.Panel188.TabIndex = 51
'
'Label194
@@ -2881,13 +2883,13 @@ Partial Class Skindows_95
'Panel194
'
Me.Panel194.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel194.BackColor = System.Drawing.Color.Green
Me.Panel194.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel194.Controls.Add(Me.Label200)
Me.Panel194.Location = New System.Drawing.Point(2, 2883)
Me.Panel194.Name = "Panel194"
- Me.Panel194.Size = New System.Drawing.Size(157, 34)
+ Me.Panel194.Size = New System.Drawing.Size(123, 34)
Me.Panel194.TabIndex = 50
'
'Label200
@@ -2904,13 +2906,13 @@ Partial Class Skindows_95
'Panel179
'
Me.Panel179.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel179.BackColor = System.Drawing.Color.GreenYellow
Me.Panel179.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel179.Controls.Add(Me.Label185)
Me.Panel179.Location = New System.Drawing.Point(3, 2523)
Me.Panel179.Name = "Panel179"
- Me.Panel179.Size = New System.Drawing.Size(157, 34)
+ Me.Panel179.Size = New System.Drawing.Size(123, 34)
Me.Panel179.TabIndex = 53
'
'Label185
@@ -2927,13 +2929,13 @@ Partial Class Skindows_95
'Panel189
'
Me.Panel189.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel189.BackColor = System.Drawing.Color.PaleGreen
Me.Panel189.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel189.Controls.Add(Me.Label195)
Me.Panel189.Location = New System.Drawing.Point(2, 2803)
Me.Panel189.Name = "Panel189"
- Me.Panel189.Size = New System.Drawing.Size(157, 34)
+ Me.Panel189.Size = New System.Drawing.Size(123, 34)
Me.Panel189.TabIndex = 52
'
'Label195
@@ -2950,13 +2952,13 @@ Partial Class Skindows_95
'Panel184
'
Me.Panel184.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel184.BackColor = System.Drawing.Color.LawnGreen
Me.Panel184.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel184.Controls.Add(Me.Label190)
Me.Panel184.Location = New System.Drawing.Point(2, 2603)
Me.Panel184.Name = "Panel184"
- Me.Panel184.Size = New System.Drawing.Size(157, 34)
+ Me.Panel184.Size = New System.Drawing.Size(123, 34)
Me.Panel184.TabIndex = 51
'
'Label190
@@ -2973,13 +2975,13 @@ Partial Class Skindows_95
'Panel190
'
Me.Panel190.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel190.BackColor = System.Drawing.Color.ForestGreen
Me.Panel190.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel190.Controls.Add(Me.Label196)
Me.Panel190.Location = New System.Drawing.Point(2, 2723)
Me.Panel190.Name = "Panel190"
- Me.Panel190.Size = New System.Drawing.Size(157, 34)
+ Me.Panel190.Size = New System.Drawing.Size(123, 34)
Me.Panel190.TabIndex = 50
'
'Label196
@@ -2996,13 +2998,13 @@ Partial Class Skindows_95
'Panel177
'
Me.Panel177.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel177.BackColor = System.Drawing.Color.Ivory
Me.Panel177.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel177.Controls.Add(Me.Label183)
Me.Panel177.Location = New System.Drawing.Point(3, 2362)
Me.Panel177.Name = "Panel177"
- Me.Panel177.Size = New System.Drawing.Size(157, 34)
+ Me.Panel177.Size = New System.Drawing.Size(123, 34)
Me.Panel177.TabIndex = 49
'
'Label183
@@ -3019,13 +3021,13 @@ Partial Class Skindows_95
'Panel185
'
Me.Panel185.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel185.BackColor = System.Drawing.Color.DarkSeaGreen
Me.Panel185.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel185.Controls.Add(Me.Label191)
Me.Panel185.Location = New System.Drawing.Point(2, 2643)
Me.Panel185.Name = "Panel185"
- Me.Panel185.Size = New System.Drawing.Size(157, 34)
+ Me.Panel185.Size = New System.Drawing.Size(123, 34)
Me.Panel185.TabIndex = 52
'
'Label191
@@ -3042,13 +3044,13 @@ Partial Class Skindows_95
'Panel180
'
Me.Panel180.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel180.BackColor = System.Drawing.Color.YellowGreen
Me.Panel180.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel180.Controls.Add(Me.Label186)
Me.Panel180.Location = New System.Drawing.Point(3, 2443)
Me.Panel180.Name = "Panel180"
- Me.Panel180.Size = New System.Drawing.Size(157, 34)
+ Me.Panel180.Size = New System.Drawing.Size(123, 34)
Me.Panel180.TabIndex = 51
'
'Label186
@@ -3065,13 +3067,13 @@ Partial Class Skindows_95
'Panel186
'
Me.Panel186.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel186.BackColor = System.Drawing.Color.Chartreuse
Me.Panel186.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel186.Controls.Add(Me.Label192)
Me.Panel186.Location = New System.Drawing.Point(2, 2563)
Me.Panel186.Name = "Panel186"
- Me.Panel186.Size = New System.Drawing.Size(157, 34)
+ Me.Panel186.Size = New System.Drawing.Size(123, 34)
Me.Panel186.TabIndex = 50
'
'Label192
@@ -3088,13 +3090,13 @@ Partial Class Skindows_95
'Panel176
'
Me.Panel176.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel176.BackColor = System.Drawing.Color.Yellow
Me.Panel176.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel176.Controls.Add(Me.Label182)
Me.Panel176.Location = New System.Drawing.Point(3, 2282)
Me.Panel176.Name = "Panel176"
- Me.Panel176.Size = New System.Drawing.Size(157, 34)
+ Me.Panel176.Size = New System.Drawing.Size(123, 34)
Me.Panel176.TabIndex = 47
'
'Label182
@@ -3111,13 +3113,13 @@ Partial Class Skindows_95
'Panel181
'
Me.Panel181.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel181.BackColor = System.Drawing.Color.DarkOliveGreen
Me.Panel181.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel181.Controls.Add(Me.Label187)
Me.Panel181.Location = New System.Drawing.Point(3, 2483)
Me.Panel181.Name = "Panel181"
- Me.Panel181.Size = New System.Drawing.Size(157, 34)
+ Me.Panel181.Size = New System.Drawing.Size(123, 34)
Me.Panel181.TabIndex = 52
'
'Label187
@@ -3134,13 +3136,13 @@ Partial Class Skindows_95
'Panel178
'
Me.Panel178.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel178.BackColor = System.Drawing.Color.LightYellow
Me.Panel178.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel178.Controls.Add(Me.Label184)
Me.Panel178.Location = New System.Drawing.Point(3, 2322)
Me.Panel178.Name = "Panel178"
- Me.Panel178.Size = New System.Drawing.Size(157, 34)
+ Me.Panel178.Size = New System.Drawing.Size(123, 34)
Me.Panel178.TabIndex = 48
'
'Label184
@@ -3157,13 +3159,13 @@ Partial Class Skindows_95
'Panel182
'
Me.Panel182.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel182.BackColor = System.Drawing.Color.OliveDrab
Me.Panel182.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel182.Controls.Add(Me.Label188)
Me.Panel182.Location = New System.Drawing.Point(3, 2403)
Me.Panel182.Name = "Panel182"
- Me.Panel182.Size = New System.Drawing.Size(157, 34)
+ Me.Panel182.Size = New System.Drawing.Size(123, 34)
Me.Panel182.TabIndex = 50
'
'Label188
@@ -3180,13 +3182,13 @@ Partial Class Skindows_95
'Panel172
'
Me.Panel172.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel172.BackColor = System.Drawing.Color.Olive
Me.Panel172.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel172.Controls.Add(Me.Label178)
Me.Panel172.Location = New System.Drawing.Point(3, 2242)
Me.Panel172.Name = "Panel172"
- Me.Panel172.Size = New System.Drawing.Size(157, 34)
+ Me.Panel172.Size = New System.Drawing.Size(123, 34)
Me.Panel172.TabIndex = 46
'
'Label178
@@ -3203,13 +3205,13 @@ Partial Class Skindows_95
'Panel170
'
Me.Panel170.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel170.BackColor = System.Drawing.Color.PaleGoldenrod
Me.Panel170.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel170.Controls.Add(Me.Label150)
Me.Panel170.Location = New System.Drawing.Point(3, 2082)
Me.Panel170.Name = "Panel170"
- Me.Panel170.Size = New System.Drawing.Size(157, 34)
+ Me.Panel170.Size = New System.Drawing.Size(123, 34)
Me.Panel170.TabIndex = 42
'
'Label150
@@ -3226,13 +3228,13 @@ Partial Class Skindows_95
'Panel173
'
Me.Panel173.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel173.BackColor = System.Drawing.Color.Beige
Me.Panel173.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel173.Controls.Add(Me.Label179)
Me.Panel173.Location = New System.Drawing.Point(3, 2162)
Me.Panel173.Name = "Panel173"
- Me.Panel173.Size = New System.Drawing.Size(157, 34)
+ Me.Panel173.Size = New System.Drawing.Size(123, 34)
Me.Panel173.TabIndex = 44
'
'Label179
@@ -3249,13 +3251,13 @@ Partial Class Skindows_95
'Panel143
'
Me.Panel143.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel143.BackColor = System.Drawing.Color.Khaki
Me.Panel143.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel143.Controls.Add(Me.Label24)
Me.Panel143.Location = New System.Drawing.Point(3, 2002)
Me.Panel143.Name = "Panel143"
- Me.Panel143.Size = New System.Drawing.Size(157, 34)
+ Me.Panel143.Size = New System.Drawing.Size(123, 34)
Me.Panel143.TabIndex = 40
'
'Label24
@@ -3272,13 +3274,13 @@ Partial Class Skindows_95
'Panel174
'
Me.Panel174.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel174.BackColor = System.Drawing.Color.LightGoldenrodYellow
Me.Panel174.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel174.Controls.Add(Me.Label180)
Me.Panel174.Location = New System.Drawing.Point(3, 2202)
Me.Panel174.Name = "Panel174"
- Me.Panel174.Size = New System.Drawing.Size(157, 34)
+ Me.Panel174.Size = New System.Drawing.Size(123, 34)
Me.Panel174.TabIndex = 45
'
'Label180
@@ -3295,13 +3297,13 @@ Partial Class Skindows_95
'Panel171
'
Me.Panel171.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel171.BackColor = System.Drawing.Color.LemonChiffon
Me.Panel171.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel171.Controls.Add(Me.Label177)
Me.Panel171.Location = New System.Drawing.Point(3, 2042)
Me.Panel171.Name = "Panel171"
- Me.Panel171.Size = New System.Drawing.Size(157, 34)
+ Me.Panel171.Size = New System.Drawing.Size(123, 34)
Me.Panel171.TabIndex = 41
'
'Label177
@@ -3318,13 +3320,13 @@ Partial Class Skindows_95
'Panel175
'
Me.Panel175.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel175.BackColor = System.Drawing.Color.DarkKhaki
Me.Panel175.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel175.Controls.Add(Me.Label181)
Me.Panel175.Location = New System.Drawing.Point(3, 2122)
Me.Panel175.Name = "Panel175"
- Me.Panel175.Size = New System.Drawing.Size(157, 34)
+ Me.Panel175.Size = New System.Drawing.Size(123, 34)
Me.Panel175.TabIndex = 43
'
'Label181
@@ -3341,13 +3343,13 @@ Partial Class Skindows_95
'Panel167
'
Me.Panel167.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel167.BackColor = System.Drawing.Color.Gold
Me.Panel167.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel167.Controls.Add(Me.Label174)
Me.Panel167.Location = New System.Drawing.Point(3, 1962)
Me.Panel167.Name = "Panel167"
- Me.Panel167.Size = New System.Drawing.Size(157, 34)
+ Me.Panel167.Size = New System.Drawing.Size(123, 34)
Me.Panel167.TabIndex = 39
'
'Label174
@@ -3364,13 +3366,13 @@ Partial Class Skindows_95
'Panel163
'
Me.Panel163.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel163.BackColor = System.Drawing.Color.DarkGoldenrod
Me.Panel163.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel163.Controls.Add(Me.Label170)
Me.Panel163.Location = New System.Drawing.Point(3, 1844)
Me.Panel163.Name = "Panel163"
- Me.Panel163.Size = New System.Drawing.Size(157, 34)
+ Me.Panel163.Size = New System.Drawing.Size(123, 34)
Me.Panel163.TabIndex = 36
'
'Label170
@@ -3387,13 +3389,13 @@ Partial Class Skindows_95
'Panel168
'
Me.Panel168.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel168.BackColor = System.Drawing.Color.Cornsilk
Me.Panel168.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel168.Controls.Add(Me.Label175)
Me.Panel168.Location = New System.Drawing.Point(3, 1922)
Me.Panel168.Name = "Panel168"
- Me.Panel168.Size = New System.Drawing.Size(157, 34)
+ Me.Panel168.Size = New System.Drawing.Size(123, 34)
Me.Panel168.TabIndex = 38
'
'Label175
@@ -3410,13 +3412,13 @@ Partial Class Skindows_95
'Panel119
'
Me.Panel119.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel119.BackColor = System.Drawing.Color.Orange
Me.Panel119.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel119.Controls.Add(Me.Label126)
Me.Panel119.Location = New System.Drawing.Point(3, 1685)
Me.Panel119.Name = "Panel119"
- Me.Panel119.Size = New System.Drawing.Size(157, 34)
+ Me.Panel119.Size = New System.Drawing.Size(123, 34)
Me.Panel119.TabIndex = 32
'
'Label126
@@ -3433,13 +3435,13 @@ Partial Class Skindows_95
'Panel169
'
Me.Panel169.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel169.BackColor = System.Drawing.Color.Goldenrod
Me.Panel169.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel169.Controls.Add(Me.Label176)
Me.Panel169.Location = New System.Drawing.Point(3, 1883)
Me.Panel169.Name = "Panel169"
- Me.Panel169.Size = New System.Drawing.Size(157, 34)
+ Me.Panel169.Size = New System.Drawing.Size(123, 34)
Me.Panel169.TabIndex = 37
'
'Label176
@@ -3456,13 +3458,13 @@ Partial Class Skindows_95
'Panel120
'
Me.Panel120.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel120.BackColor = System.Drawing.Color.PapayaWhip
Me.Panel120.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel120.Controls.Add(Me.Label127)
Me.Panel120.Location = New System.Drawing.Point(3, 1606)
Me.Panel120.Name = "Panel120"
- Me.Panel120.Size = New System.Drawing.Size(157, 34)
+ Me.Panel120.Size = New System.Drawing.Size(123, 34)
Me.Panel120.TabIndex = 30
'
'Label127
@@ -3479,13 +3481,13 @@ Partial Class Skindows_95
'Panel165
'
Me.Panel165.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel165.BackColor = System.Drawing.Color.FloralWhite
Me.Panel165.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel165.Controls.Add(Me.Label172)
Me.Panel165.Location = New System.Drawing.Point(3, 1804)
Me.Panel165.Name = "Panel165"
- Me.Panel165.Size = New System.Drawing.Size(157, 34)
+ Me.Panel165.Size = New System.Drawing.Size(123, 34)
Me.Panel165.TabIndex = 35
'
'Label172
@@ -3502,13 +3504,13 @@ Partial Class Skindows_95
'Panel121
'
Me.Panel121.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel121.BackColor = System.Drawing.Color.Moccasin
Me.Panel121.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel121.Controls.Add(Me.Label128)
Me.Panel121.Location = New System.Drawing.Point(3, 1645)
Me.Panel121.Name = "Panel121"
- Me.Panel121.Size = New System.Drawing.Size(157, 34)
+ Me.Panel121.Size = New System.Drawing.Size(123, 34)
Me.Panel121.TabIndex = 31
'
'Label128
@@ -3525,13 +3527,13 @@ Partial Class Skindows_95
'Panel164
'
Me.Panel164.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel164.BackColor = System.Drawing.Color.OldLace
Me.Panel164.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel164.Controls.Add(Me.Label171)
Me.Panel164.Location = New System.Drawing.Point(3, 1765)
Me.Panel164.Name = "Panel164"
- Me.Panel164.Size = New System.Drawing.Size(157, 34)
+ Me.Panel164.Size = New System.Drawing.Size(123, 34)
Me.Panel164.TabIndex = 34
'
'Label171
@@ -3548,13 +3550,13 @@ Partial Class Skindows_95
'Panel122
'
Me.Panel122.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel122.BackColor = System.Drawing.Color.BlanchedAlmond
Me.Panel122.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel122.Controls.Add(Me.Label129)
Me.Panel122.Location = New System.Drawing.Point(3, 1566)
Me.Panel122.Name = "Panel122"
- Me.Panel122.Size = New System.Drawing.Size(157, 34)
+ Me.Panel122.Size = New System.Drawing.Size(123, 34)
Me.Panel122.TabIndex = 29
'
'Label129
@@ -3571,13 +3573,13 @@ Partial Class Skindows_95
'Panel166
'
Me.Panel166.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel166.BackColor = System.Drawing.Color.Wheat
Me.Panel166.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel166.Controls.Add(Me.Label173)
Me.Panel166.Location = New System.Drawing.Point(3, 1725)
Me.Panel166.Name = "Panel166"
- Me.Panel166.Size = New System.Drawing.Size(157, 34)
+ Me.Panel166.Size = New System.Drawing.Size(123, 34)
Me.Panel166.TabIndex = 33
'
'Label173
@@ -3594,13 +3596,13 @@ Partial Class Skindows_95
'Panel123
'
Me.Panel123.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel123.BackColor = System.Drawing.Color.BurlyWood
Me.Panel123.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel123.Controls.Add(Me.Label130)
Me.Panel123.Location = New System.Drawing.Point(2, 1403)
Me.Panel123.Name = "Panel123"
- Me.Panel123.Size = New System.Drawing.Size(157, 34)
+ Me.Panel123.Size = New System.Drawing.Size(123, 34)
Me.Panel123.TabIndex = 29
'
'Label130
@@ -3617,13 +3619,13 @@ Partial Class Skindows_95
'Panel124
'
Me.Panel124.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel124.BackColor = System.Drawing.Color.AntiqueWhite
Me.Panel124.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel124.Controls.Add(Me.Label131)
Me.Panel124.Location = New System.Drawing.Point(2, 1484)
Me.Panel124.Name = "Panel124"
- Me.Panel124.Size = New System.Drawing.Size(157, 34)
+ Me.Panel124.Size = New System.Drawing.Size(123, 34)
Me.Panel124.TabIndex = 27
'
'Label131
@@ -3640,13 +3642,13 @@ Partial Class Skindows_95
'Panel125
'
Me.Panel125.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel125.BackColor = System.Drawing.Color.Peru
Me.Panel125.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel125.Controls.Add(Me.Label132)
Me.Panel125.Location = New System.Drawing.Point(2, 1243)
Me.Panel125.Name = "Panel125"
- Me.Panel125.Size = New System.Drawing.Size(157, 34)
+ Me.Panel125.Size = New System.Drawing.Size(123, 34)
Me.Panel125.TabIndex = 25
'
'Label132
@@ -3663,13 +3665,13 @@ Partial Class Skindows_95
'Panel126
'
Me.Panel126.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel126.BackColor = System.Drawing.Color.NavajoWhite
Me.Panel126.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel126.Controls.Add(Me.Label133)
Me.Panel126.Location = New System.Drawing.Point(2, 1524)
Me.Panel126.Name = "Panel126"
- Me.Panel126.Size = New System.Drawing.Size(157, 34)
+ Me.Panel126.Size = New System.Drawing.Size(123, 34)
Me.Panel126.TabIndex = 28
'
'Label133
@@ -3686,13 +3688,13 @@ Partial Class Skindows_95
'Panel127
'
Me.Panel127.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel127.BackColor = System.Drawing.Color.Bisque
Me.Panel127.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel127.Controls.Add(Me.Label134)
Me.Panel127.Location = New System.Drawing.Point(2, 1323)
Me.Panel127.Name = "Panel127"
- Me.Panel127.Size = New System.Drawing.Size(157, 34)
+ Me.Panel127.Size = New System.Drawing.Size(123, 34)
Me.Panel127.TabIndex = 27
'
'Label134
@@ -3709,13 +3711,13 @@ Partial Class Skindows_95
'Panel128
'
Me.Panel128.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel128.BackColor = System.Drawing.Color.Tan
Me.Panel128.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel128.Controls.Add(Me.Label135)
Me.Panel128.Location = New System.Drawing.Point(2, 1444)
Me.Panel128.Name = "Panel128"
- Me.Panel128.Size = New System.Drawing.Size(157, 34)
+ Me.Panel128.Size = New System.Drawing.Size(123, 34)
Me.Panel128.TabIndex = 26
'
'Label135
@@ -3732,13 +3734,13 @@ Partial Class Skindows_95
'Panel129
'
Me.Panel129.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel129.BackColor = System.Drawing.Color.SandyBrown
Me.Panel129.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel129.Controls.Add(Me.Label136)
Me.Panel129.Location = New System.Drawing.Point(2, 1163)
Me.Panel129.Name = "Panel129"
- Me.Panel129.Size = New System.Drawing.Size(157, 34)
+ Me.Panel129.Size = New System.Drawing.Size(123, 34)
Me.Panel129.TabIndex = 23
'
'Label136
@@ -3755,13 +3757,13 @@ Partial Class Skindows_95
'Panel130
'
Me.Panel130.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel130.BackColor = System.Drawing.Color.DarkOrange
Me.Panel130.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel130.Controls.Add(Me.Label137)
Me.Panel130.Location = New System.Drawing.Point(2, 1363)
Me.Panel130.Name = "Panel130"
- Me.Panel130.Size = New System.Drawing.Size(157, 34)
+ Me.Panel130.Size = New System.Drawing.Size(123, 34)
Me.Panel130.TabIndex = 28
'
'Label137
@@ -3778,13 +3780,13 @@ Partial Class Skindows_95
'Panel131
'
Me.Panel131.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel131.BackColor = System.Drawing.Color.PeachPuff
Me.Panel131.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel131.Controls.Add(Me.Label138)
Me.Panel131.Location = New System.Drawing.Point(2, 1203)
Me.Panel131.Name = "Panel131"
- Me.Panel131.Size = New System.Drawing.Size(157, 34)
+ Me.Panel131.Size = New System.Drawing.Size(123, 34)
Me.Panel131.TabIndex = 24
'
'Label138
@@ -3801,13 +3803,13 @@ Partial Class Skindows_95
'Panel132
'
Me.Panel132.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel132.BackColor = System.Drawing.Color.Linen
Me.Panel132.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel132.Controls.Add(Me.Label139)
Me.Panel132.Location = New System.Drawing.Point(2, 1283)
Me.Panel132.Name = "Panel132"
- Me.Panel132.Size = New System.Drawing.Size(157, 34)
+ Me.Panel132.Size = New System.Drawing.Size(123, 34)
Me.Panel132.TabIndex = 26
'
'Label139
@@ -3824,13 +3826,13 @@ Partial Class Skindows_95
'Panel133
'
Me.Panel133.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel133.BackColor = System.Drawing.Color.SaddleBrown
Me.Panel133.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel133.Controls.Add(Me.Label140)
Me.Panel133.Location = New System.Drawing.Point(2, 1123)
Me.Panel133.Name = "Panel133"
- Me.Panel133.Size = New System.Drawing.Size(157, 34)
+ Me.Panel133.Size = New System.Drawing.Size(123, 34)
Me.Panel133.TabIndex = 22
'
'Label140
@@ -3847,13 +3849,13 @@ Partial Class Skindows_95
'Panel134
'
Me.Panel134.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel134.BackColor = System.Drawing.Color.Chocolate
Me.Panel134.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel134.Controls.Add(Me.Label141)
Me.Panel134.Location = New System.Drawing.Point(2, 1083)
Me.Panel134.Name = "Panel134"
- Me.Panel134.Size = New System.Drawing.Size(157, 34)
+ Me.Panel134.Size = New System.Drawing.Size(123, 34)
Me.Panel134.TabIndex = 21
'
'Label141
@@ -3870,13 +3872,13 @@ Partial Class Skindows_95
'Panel135
'
Me.Panel135.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel135.BackColor = System.Drawing.Color.Sienna
Me.Panel135.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel135.Controls.Add(Me.Label142)
Me.Panel135.Location = New System.Drawing.Point(3, 1003)
Me.Panel135.Name = "Panel135"
- Me.Panel135.Size = New System.Drawing.Size(157, 34)
+ Me.Panel135.Size = New System.Drawing.Size(123, 34)
Me.Panel135.TabIndex = 19
'
'Label142
@@ -3893,13 +3895,13 @@ Partial Class Skindows_95
'Panel136
'
Me.Panel136.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel136.BackColor = System.Drawing.Color.SeaShell
Me.Panel136.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel136.Controls.Add(Me.Label143)
Me.Panel136.Location = New System.Drawing.Point(2, 1043)
Me.Panel136.Name = "Panel136"
- Me.Panel136.Size = New System.Drawing.Size(157, 34)
+ Me.Panel136.Size = New System.Drawing.Size(123, 34)
Me.Panel136.TabIndex = 20
'
'Label143
@@ -3916,13 +3918,13 @@ Partial Class Skindows_95
'Panel137
'
Me.Panel137.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel137.BackColor = System.Drawing.Color.DarkSalmon
Me.Panel137.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel137.Controls.Add(Me.Label144)
Me.Panel137.Location = New System.Drawing.Point(3, 843)
Me.Panel137.Name = "Panel137"
- Me.Panel137.Size = New System.Drawing.Size(157, 34)
+ Me.Panel137.Size = New System.Drawing.Size(123, 34)
Me.Panel137.TabIndex = 15
'
'Label144
@@ -3939,13 +3941,13 @@ Partial Class Skindows_95
'Panel138
'
Me.Panel138.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel138.BackColor = System.Drawing.Color.LightSalmon
Me.Panel138.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel138.Controls.Add(Me.Label145)
Me.Panel138.Location = New System.Drawing.Point(3, 963)
Me.Panel138.Name = "Panel138"
- Me.Panel138.Size = New System.Drawing.Size(157, 34)
+ Me.Panel138.Size = New System.Drawing.Size(123, 34)
Me.Panel138.TabIndex = 18
'
'Label145
@@ -3962,13 +3964,13 @@ Partial Class Skindows_95
'Panel139
'
Me.Panel139.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel139.BackColor = System.Drawing.Color.Tomato
Me.Panel139.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel139.Controls.Add(Me.Label146)
Me.Panel139.Location = New System.Drawing.Point(3, 803)
Me.Panel139.Name = "Panel139"
- Me.Panel139.Size = New System.Drawing.Size(157, 34)
+ Me.Panel139.Size = New System.Drawing.Size(123, 34)
Me.Panel139.TabIndex = 14
'
'Label146
@@ -3985,13 +3987,13 @@ Partial Class Skindows_95
'Panel140
'
Me.Panel140.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel140.BackColor = System.Drawing.Color.OrangeRed
Me.Panel140.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel140.Controls.Add(Me.Label147)
Me.Panel140.Location = New System.Drawing.Point(3, 923)
Me.Panel140.Name = "Panel140"
- Me.Panel140.Size = New System.Drawing.Size(157, 34)
+ Me.Panel140.Size = New System.Drawing.Size(123, 34)
Me.Panel140.TabIndex = 17
'
'Label147
@@ -4008,13 +4010,13 @@ Partial Class Skindows_95
'Panel141
'
Me.Panel141.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel141.BackColor = System.Drawing.Color.Salmon
Me.Panel141.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel141.Controls.Add(Me.Label148)
Me.Panel141.Location = New System.Drawing.Point(3, 763)
Me.Panel141.Name = "Panel141"
- Me.Panel141.Size = New System.Drawing.Size(157, 34)
+ Me.Panel141.Size = New System.Drawing.Size(123, 34)
Me.Panel141.TabIndex = 13
'
'Label148
@@ -4031,13 +4033,13 @@ Partial Class Skindows_95
'Panel142
'
Me.Panel142.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel142.BackColor = System.Drawing.Color.Coral
Me.Panel142.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel142.Controls.Add(Me.Label149)
Me.Panel142.Location = New System.Drawing.Point(3, 883)
Me.Panel142.Name = "Panel142"
- Me.Panel142.Size = New System.Drawing.Size(157, 34)
+ Me.Panel142.Size = New System.Drawing.Size(123, 34)
Me.Panel142.TabIndex = 16
'
'Label149
@@ -4075,7 +4077,7 @@ Partial Class Skindows_95
'captionbarimages
'
Me.captionbarimages.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.captionbarimages.AutoScroll = True
Me.captionbarimages.BackColor = System.Drawing.Color.BlanchedAlmond
Me.captionbarimages.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
@@ -4093,198 +4095,6 @@ Partial Class Skindows_95
Me.captionbarimages.Size = New System.Drawing.Size(192, 307)
Me.captionbarimages.TabIndex = 1
'
- 'Panel23
- '
- Me.Panel23.BackColor = System.Drawing.Color.Black
- Me.Panel23.BackgroundImage = Global.Histacom.My.Resources.Resources.skindowdirt
- Me.Panel23.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.Panel23.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.Panel23.Controls.Add(Me.Label33)
- Me.Panel23.Location = New System.Drawing.Point(5, 322)
- Me.Panel23.Name = "Panel23"
- Me.Panel23.Size = New System.Drawing.Size(162, 34)
- Me.Panel23.TabIndex = 11
- '
- 'Label33
- '
- Me.Label33.AutoSize = True
- Me.Label33.BackColor = System.Drawing.Color.Transparent
- Me.Label33.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label33.ForeColor = System.Drawing.Color.White
- Me.Label33.Location = New System.Drawing.Point(65, 9)
- Me.Label33.Name = "Label33"
- Me.Label33.Size = New System.Drawing.Size(32, 16)
- Me.Label33.TabIndex = 2
- Me.Label33.Text = "Dirt"
- '
- 'Panel22
- '
- Me.Panel22.BackColor = System.Drawing.Color.Black
- Me.Panel22.BackgroundImage = Global.Histacom.My.Resources.Resources.skindowsbinary
- Me.Panel22.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.Panel22.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.Panel22.Controls.Add(Me.Label32)
- Me.Panel22.Location = New System.Drawing.Point(6, 283)
- Me.Panel22.Name = "Panel22"
- Me.Panel22.Size = New System.Drawing.Size(162, 34)
- Me.Panel22.TabIndex = 10
- '
- 'Label32
- '
- Me.Label32.AutoSize = True
- Me.Label32.BackColor = System.Drawing.Color.Transparent
- Me.Label32.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label32.ForeColor = System.Drawing.Color.White
- Me.Label32.Location = New System.Drawing.Point(57, 9)
- Me.Label32.Name = "Label32"
- Me.Label32.Size = New System.Drawing.Size(52, 16)
- Me.Label32.TabIndex = 2
- Me.Label32.Text = "Binary"
- '
- 'Panel21
- '
- Me.Panel21.BackColor = System.Drawing.Color.Black
- Me.Panel21.BackgroundImage = Global.Histacom.My.Resources.Resources.skindowsconcrete
- Me.Panel21.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.Panel21.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.Panel21.Controls.Add(Me.Label31)
- Me.Panel21.Location = New System.Drawing.Point(6, 243)
- Me.Panel21.Name = "Panel21"
- Me.Panel21.Size = New System.Drawing.Size(162, 34)
- Me.Panel21.TabIndex = 9
- '
- 'Label31
- '
- Me.Label31.AutoSize = True
- Me.Label31.BackColor = System.Drawing.Color.Transparent
- Me.Label31.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label31.ForeColor = System.Drawing.Color.Black
- Me.Label31.Location = New System.Drawing.Point(48, 9)
- Me.Label31.Name = "Label31"
- Me.Label31.Size = New System.Drawing.Size(70, 16)
- Me.Label31.TabIndex = 2
- Me.Label31.Text = "Concrete"
- '
- 'Panel20
- '
- Me.Panel20.BackColor = System.Drawing.Color.Black
- Me.Panel20.BackgroundImage = Global.Histacom.My.Resources.Resources.skindowswaterbar
- Me.Panel20.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.Panel20.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.Panel20.Controls.Add(Me.Label30)
- Me.Panel20.Location = New System.Drawing.Point(6, 203)
- Me.Panel20.Name = "Panel20"
- Me.Panel20.Size = New System.Drawing.Size(162, 34)
- Me.Panel20.TabIndex = 8
- '
- 'Label30
- '
- Me.Label30.AutoSize = True
- Me.Label30.BackColor = System.Drawing.Color.Transparent
- Me.Label30.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label30.ForeColor = System.Drawing.Color.Black
- Me.Label30.Location = New System.Drawing.Point(56, 9)
- Me.Label30.Name = "Label30"
- Me.Label30.Size = New System.Drawing.Size(49, 16)
- Me.Label30.TabIndex = 2
- Me.Label30.Text = "Water"
- '
- 'Panel19
- '
- Me.Panel19.BackColor = System.Drawing.Color.Black
- Me.Panel19.BackgroundImage = Global.Histacom.My.Resources.Resources.skindowslightingbar
- Me.Panel19.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.Panel19.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.Panel19.Controls.Add(Me.Label29)
- Me.Panel19.Location = New System.Drawing.Point(5, 162)
- Me.Panel19.Name = "Panel19"
- Me.Panel19.Size = New System.Drawing.Size(162, 34)
- Me.Panel19.TabIndex = 7
- '
- 'Label29
- '
- Me.Label29.AutoSize = True
- Me.Label29.BackColor = System.Drawing.Color.Transparent
- Me.Label29.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label29.ForeColor = System.Drawing.Color.Black
- Me.Label29.Location = New System.Drawing.Point(47, 9)
- Me.Label29.Name = "Label29"
- Me.Label29.Size = New System.Drawing.Size(70, 16)
- Me.Label29.TabIndex = 2
- Me.Label29.Text = "Lightning"
- '
- 'Panel18
- '
- Me.Panel18.BackColor = System.Drawing.Color.Black
- Me.Panel18.BackgroundImage = Global.Histacom.My.Resources.Resources.skindowsgrassbar
- Me.Panel18.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.Panel18.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.Panel18.Controls.Add(Me.Label28)
- Me.Panel18.Location = New System.Drawing.Point(5, 123)
- Me.Panel18.Name = "Panel18"
- Me.Panel18.Size = New System.Drawing.Size(162, 34)
- Me.Panel18.TabIndex = 6
- '
- 'Label28
- '
- Me.Label28.AutoSize = True
- Me.Label28.BackColor = System.Drawing.Color.Transparent
- Me.Label28.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label28.ForeColor = System.Drawing.Color.Snow
- Me.Label28.Location = New System.Drawing.Point(56, 9)
- Me.Label28.Name = "Label28"
- Me.Label28.Size = New System.Drawing.Size(49, 16)
- Me.Label28.TabIndex = 2
- Me.Label28.Text = "Grass"
- '
- 'Panel17
- '
- Me.Panel17.BackColor = System.Drawing.Color.Black
- Me.Panel17.BackgroundImage = Global.Histacom.My.Resources.Resources.skindowsfirebar2
- Me.Panel17.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.Panel17.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.Panel17.Controls.Add(Me.Label27)
- Me.Panel17.Location = New System.Drawing.Point(5, 84)
- Me.Panel17.Name = "Panel17"
- Me.Panel17.Size = New System.Drawing.Size(162, 34)
- Me.Panel17.TabIndex = 5
- '
- 'Label27
- '
- Me.Label27.AutoSize = True
- Me.Label27.BackColor = System.Drawing.Color.Transparent
- Me.Label27.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label27.ForeColor = System.Drawing.Color.DarkBlue
- Me.Label27.Location = New System.Drawing.Point(62, 9)
- Me.Label27.Name = "Label27"
- Me.Label27.Size = New System.Drawing.Size(35, 16)
- Me.Label27.TabIndex = 2
- Me.Label27.Text = "Fire"
- '
- 'Panel16
- '
- Me.Panel16.BackColor = System.Drawing.Color.Black
- Me.Panel16.BackgroundImage = Global.Histacom.My.Resources.Resources.skindowsskybar2
- Me.Panel16.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.Panel16.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.Panel16.Controls.Add(Me.Label26)
- Me.Panel16.Location = New System.Drawing.Point(5, 45)
- Me.Panel16.Name = "Panel16"
- Me.Panel16.Size = New System.Drawing.Size(162, 34)
- Me.Panel16.TabIndex = 5
- '
- 'Label26
- '
- Me.Label26.AutoSize = True
- Me.Label26.BackColor = System.Drawing.Color.Transparent
- Me.Label26.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label26.ForeColor = System.Drawing.Color.White
- Me.Label26.Location = New System.Drawing.Point(62, 9)
- Me.Label26.Name = "Label26"
- Me.Label26.Size = New System.Drawing.Size(34, 16)
- Me.Label26.TabIndex = 2
- Me.Label26.Text = "Sky"
- '
'Panel15
'
Me.Panel15.BackColor = System.Drawing.Color.Black
@@ -4309,7 +4119,7 @@ Partial Class Skindows_95
'Button1
'
Me.Button1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Button1.BackColor = System.Drawing.Color.IndianRed
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button1.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
@@ -4323,7 +4133,7 @@ Partial Class Skindows_95
'exampletopbar
'
Me.exampletopbar.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.exampletopbar.BackColor = System.Drawing.Color.DarkBlue
Me.exampletopbar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.exampletopbar.Controls.Add(Me.PictureBox1)
@@ -4335,26 +4145,6 @@ Partial Class Skindows_95
Me.exampletopbar.Size = New System.Drawing.Size(323, 18)
Me.exampletopbar.TabIndex = 1
'
- 'PictureBox1
- '
- Me.PictureBox1.Anchor = System.Windows.Forms.AnchorStyles.Right
- Me.PictureBox1.Image = Global.Histacom.My.Resources.Resources.Maximize
- Me.PictureBox1.Location = New System.Drawing.Point(289, 2)
- Me.PictureBox1.Name = "PictureBox1"
- Me.PictureBox1.Size = New System.Drawing.Size(16, 14)
- Me.PictureBox1.TabIndex = 6
- Me.PictureBox1.TabStop = False
- '
- 'PictureBox2
- '
- Me.PictureBox2.Anchor = System.Windows.Forms.AnchorStyles.Right
- Me.PictureBox2.Image = Global.Histacom.My.Resources.Resources.minimize
- Me.PictureBox2.Location = New System.Drawing.Point(273, 2)
- Me.PictureBox2.Name = "PictureBox2"
- Me.PictureBox2.Size = New System.Drawing.Size(16, 14)
- Me.PictureBox2.TabIndex = 5
- Me.PictureBox2.TabStop = False
- '
'Label2
'
Me.Label2.AutoSize = True
@@ -4367,20 +4157,10 @@ Partial Class Skindows_95
Me.Label2.TabIndex = 3
Me.Label2.Text = "Skindows 95"
'
- 'PictureBox3
- '
- Me.PictureBox3.Anchor = System.Windows.Forms.AnchorStyles.Right
- Me.PictureBox3.Image = Global.Histacom.My.Resources.Resources.close
- Me.PictureBox3.Location = New System.Drawing.Point(306, 2)
- Me.PictureBox3.Name = "PictureBox3"
- Me.PictureBox3.Size = New System.Drawing.Size(16, 14)
- Me.PictureBox3.TabIndex = 4
- Me.PictureBox3.TabStop = False
- '
'Panel2
'
Me.Panel2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel2.BackColor = System.Drawing.Color.MediumAquamarine
Me.Panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel2.Controls.Add(Me.Label3)
@@ -4403,7 +4183,7 @@ Partial Class Skindows_95
'captionbarcolorstop
'
Me.captionbarcolorstop.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.captionbarcolorstop.BackColor = System.Drawing.Color.Maroon
Me.captionbarcolorstop.Controls.Add(Me.label4)
Me.captionbarcolorstop.Location = New System.Drawing.Point(7, 97)
@@ -4418,21 +4198,23 @@ Partial Class Skindows_95
Me.label4.ForeColor = System.Drawing.Color.Beige
Me.label4.Location = New System.Drawing.Point(60, 5)
Me.label4.Name = "label4"
- Me.label4.Size = New System.Drawing.Size(60, 20)
+ Me.label4.Size = New System.Drawing.Size(70, 20)
Me.label4.TabIndex = 0
- Me.label4.Text = "Colors"
+ Me.label4.Text = "Colours"
'
'TabPage2
'
Me.TabPage2.BackColor = System.Drawing.Color.Khaki
+ Me.TabPage2.Controls.Add(Me.PictureBox7)
Me.TabPage2.Controls.Add(Me.Label68)
Me.TabPage2.Controls.Add(Me.Panel59)
+ Me.TabPage2.ImageKey = "(none)"
Me.TabPage2.Location = New System.Drawing.Point(4, 22)
Me.TabPage2.Name = "TabPage2"
Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage2.Size = New System.Drawing.Size(400, 490)
Me.TabPage2.TabIndex = 1
- Me.TabPage2.Text = "TaskBar"
+ Me.TabPage2.Text = "Taskbar"
'
'Label68
'
@@ -4447,7 +4229,7 @@ Partial Class Skindows_95
'Panel59
'
Me.Panel59.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel59.BackColor = System.Drawing.Color.MediumAquamarine
Me.Panel59.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel59.Controls.Add(Me.taskbar)
@@ -4469,15 +4251,6 @@ Partial Class Skindows_95
Me.taskbar.Size = New System.Drawing.Size(368, 29)
Me.taskbar.TabIndex = 1
'
- 'startbutton
- '
- Me.startbutton.Image = Global.Histacom.My.Resources.Resources.start_button_windows_95
- Me.startbutton.Location = New System.Drawing.Point(3, 2)
- Me.startbutton.Name = "startbutton"
- Me.startbutton.Size = New System.Drawing.Size(56, 24)
- Me.startbutton.TabIndex = 3
- Me.startbutton.TabStop = False
- '
'taskbartime
'
Me.taskbartime.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
@@ -4583,198 +4356,6 @@ Partial Class Skindows_95
Me.Panel26.Size = New System.Drawing.Size(187, 205)
Me.Panel26.TabIndex = 1
'
- 'Panel27
- '
- Me.Panel27.BackColor = System.Drawing.Color.Black
- Me.Panel27.BackgroundImage = Global.Histacom.My.Resources.Resources.skindowdirt
- Me.Panel27.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.Panel27.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.Panel27.Controls.Add(Me.Label36)
- Me.Panel27.Location = New System.Drawing.Point(5, 322)
- Me.Panel27.Name = "Panel27"
- Me.Panel27.Size = New System.Drawing.Size(162, 34)
- Me.Panel27.TabIndex = 11
- '
- 'Label36
- '
- Me.Label36.AutoSize = True
- Me.Label36.BackColor = System.Drawing.Color.Transparent
- Me.Label36.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label36.ForeColor = System.Drawing.Color.White
- Me.Label36.Location = New System.Drawing.Point(65, 9)
- Me.Label36.Name = "Label36"
- Me.Label36.Size = New System.Drawing.Size(32, 16)
- Me.Label36.TabIndex = 2
- Me.Label36.Text = "Dirt"
- '
- 'Panel28
- '
- Me.Panel28.BackColor = System.Drawing.Color.Black
- Me.Panel28.BackgroundImage = Global.Histacom.My.Resources.Resources.skindowsbinary
- Me.Panel28.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.Panel28.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.Panel28.Controls.Add(Me.Label37)
- Me.Panel28.Location = New System.Drawing.Point(6, 283)
- Me.Panel28.Name = "Panel28"
- Me.Panel28.Size = New System.Drawing.Size(162, 34)
- Me.Panel28.TabIndex = 10
- '
- 'Label37
- '
- Me.Label37.AutoSize = True
- Me.Label37.BackColor = System.Drawing.Color.Transparent
- Me.Label37.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label37.ForeColor = System.Drawing.Color.White
- Me.Label37.Location = New System.Drawing.Point(57, 9)
- Me.Label37.Name = "Label37"
- Me.Label37.Size = New System.Drawing.Size(52, 16)
- Me.Label37.TabIndex = 2
- Me.Label37.Text = "Binary"
- '
- 'Panel29
- '
- Me.Panel29.BackColor = System.Drawing.Color.Black
- Me.Panel29.BackgroundImage = Global.Histacom.My.Resources.Resources.skindowsconcrete
- Me.Panel29.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.Panel29.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.Panel29.Controls.Add(Me.Label38)
- Me.Panel29.Location = New System.Drawing.Point(6, 243)
- Me.Panel29.Name = "Panel29"
- Me.Panel29.Size = New System.Drawing.Size(162, 34)
- Me.Panel29.TabIndex = 9
- '
- 'Label38
- '
- Me.Label38.AutoSize = True
- Me.Label38.BackColor = System.Drawing.Color.Transparent
- Me.Label38.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label38.ForeColor = System.Drawing.Color.Black
- Me.Label38.Location = New System.Drawing.Point(48, 9)
- Me.Label38.Name = "Label38"
- Me.Label38.Size = New System.Drawing.Size(70, 16)
- Me.Label38.TabIndex = 2
- Me.Label38.Text = "Concrete"
- '
- 'Panel30
- '
- Me.Panel30.BackColor = System.Drawing.Color.Black
- Me.Panel30.BackgroundImage = Global.Histacom.My.Resources.Resources.skindowswaterbar
- Me.Panel30.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.Panel30.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.Panel30.Controls.Add(Me.Label39)
- Me.Panel30.Location = New System.Drawing.Point(6, 203)
- Me.Panel30.Name = "Panel30"
- Me.Panel30.Size = New System.Drawing.Size(162, 34)
- Me.Panel30.TabIndex = 8
- '
- 'Label39
- '
- Me.Label39.AutoSize = True
- Me.Label39.BackColor = System.Drawing.Color.Transparent
- Me.Label39.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label39.ForeColor = System.Drawing.Color.Black
- Me.Label39.Location = New System.Drawing.Point(56, 9)
- Me.Label39.Name = "Label39"
- Me.Label39.Size = New System.Drawing.Size(49, 16)
- Me.Label39.TabIndex = 2
- Me.Label39.Text = "Water"
- '
- 'Panel31
- '
- Me.Panel31.BackColor = System.Drawing.Color.Black
- Me.Panel31.BackgroundImage = Global.Histacom.My.Resources.Resources.skindowslightingbar
- Me.Panel31.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.Panel31.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.Panel31.Controls.Add(Me.Label40)
- Me.Panel31.Location = New System.Drawing.Point(5, 162)
- Me.Panel31.Name = "Panel31"
- Me.Panel31.Size = New System.Drawing.Size(162, 34)
- Me.Panel31.TabIndex = 7
- '
- 'Label40
- '
- Me.Label40.AutoSize = True
- Me.Label40.BackColor = System.Drawing.Color.Transparent
- Me.Label40.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label40.ForeColor = System.Drawing.Color.Black
- Me.Label40.Location = New System.Drawing.Point(47, 9)
- Me.Label40.Name = "Label40"
- Me.Label40.Size = New System.Drawing.Size(70, 16)
- Me.Label40.TabIndex = 2
- Me.Label40.Text = "Lightning"
- '
- 'Panel32
- '
- Me.Panel32.BackColor = System.Drawing.Color.Black
- Me.Panel32.BackgroundImage = Global.Histacom.My.Resources.Resources.skindowsgrassbar
- Me.Panel32.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.Panel32.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.Panel32.Controls.Add(Me.Label41)
- Me.Panel32.Location = New System.Drawing.Point(5, 123)
- Me.Panel32.Name = "Panel32"
- Me.Panel32.Size = New System.Drawing.Size(162, 34)
- Me.Panel32.TabIndex = 6
- '
- 'Label41
- '
- Me.Label41.AutoSize = True
- Me.Label41.BackColor = System.Drawing.Color.Transparent
- Me.Label41.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label41.ForeColor = System.Drawing.Color.Snow
- Me.Label41.Location = New System.Drawing.Point(56, 9)
- Me.Label41.Name = "Label41"
- Me.Label41.Size = New System.Drawing.Size(49, 16)
- Me.Label41.TabIndex = 2
- Me.Label41.Text = "Grass"
- '
- 'Panel33
- '
- Me.Panel33.BackColor = System.Drawing.Color.Black
- Me.Panel33.BackgroundImage = Global.Histacom.My.Resources.Resources.skindowsfirebar2
- Me.Panel33.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.Panel33.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.Panel33.Controls.Add(Me.Label42)
- Me.Panel33.Location = New System.Drawing.Point(5, 84)
- Me.Panel33.Name = "Panel33"
- Me.Panel33.Size = New System.Drawing.Size(162, 34)
- Me.Panel33.TabIndex = 5
- '
- 'Label42
- '
- Me.Label42.AutoSize = True
- Me.Label42.BackColor = System.Drawing.Color.Transparent
- Me.Label42.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label42.ForeColor = System.Drawing.Color.DarkBlue
- Me.Label42.Location = New System.Drawing.Point(62, 9)
- Me.Label42.Name = "Label42"
- Me.Label42.Size = New System.Drawing.Size(35, 16)
- Me.Label42.TabIndex = 2
- Me.Label42.Text = "Fire"
- '
- 'Panel34
- '
- Me.Panel34.BackColor = System.Drawing.Color.Black
- Me.Panel34.BackgroundImage = Global.Histacom.My.Resources.Resources.skindowsskybar2
- Me.Panel34.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.Panel34.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.Panel34.Controls.Add(Me.Label43)
- Me.Panel34.Location = New System.Drawing.Point(5, 45)
- Me.Panel34.Name = "Panel34"
- Me.Panel34.Size = New System.Drawing.Size(162, 34)
- Me.Panel34.TabIndex = 5
- '
- 'Label43
- '
- Me.Label43.AutoSize = True
- Me.Label43.BackColor = System.Drawing.Color.Transparent
- Me.Label43.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label43.ForeColor = System.Drawing.Color.White
- Me.Label43.Location = New System.Drawing.Point(62, 9)
- Me.Label43.Name = "Label43"
- Me.Label43.Size = New System.Drawing.Size(34, 16)
- Me.Label43.TabIndex = 2
- Me.Label43.Text = "Sky"
- '
'Panel35
'
Me.Panel35.BackColor = System.Drawing.Color.Black
@@ -5228,7 +4809,7 @@ Partial Class Skindows_95
'Panel56
'
Me.Panel56.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel56.BackColor = System.Drawing.Color.DarkBlue
Me.Panel56.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.Panel56.Controls.Add(Me.PictureBox4)
@@ -5240,26 +4821,6 @@ Partial Class Skindows_95
Me.Panel56.Size = New System.Drawing.Size(314, 18)
Me.Panel56.TabIndex = 1
'
- 'PictureBox4
- '
- Me.PictureBox4.Anchor = System.Windows.Forms.AnchorStyles.Right
- Me.PictureBox4.Image = Global.Histacom.My.Resources.Resources.Maximize
- Me.PictureBox4.Location = New System.Drawing.Point(280, 2)
- Me.PictureBox4.Name = "PictureBox4"
- Me.PictureBox4.Size = New System.Drawing.Size(16, 14)
- Me.PictureBox4.TabIndex = 6
- Me.PictureBox4.TabStop = False
- '
- 'PictureBox5
- '
- Me.PictureBox5.Anchor = System.Windows.Forms.AnchorStyles.Right
- Me.PictureBox5.Image = Global.Histacom.My.Resources.Resources.minimize
- Me.PictureBox5.Location = New System.Drawing.Point(264, 2)
- Me.PictureBox5.Name = "PictureBox5"
- Me.PictureBox5.Size = New System.Drawing.Size(16, 14)
- Me.PictureBox5.TabIndex = 5
- Me.PictureBox5.TabStop = False
- '
'Label64
'
Me.Label64.AutoSize = True
@@ -5272,16 +4833,6 @@ Partial Class Skindows_95
Me.Label64.TabIndex = 3
Me.Label64.Text = "Skindows 95"
'
- 'PictureBox6
- '
- Me.PictureBox6.Anchor = System.Windows.Forms.AnchorStyles.Right
- Me.PictureBox6.Image = Global.Histacom.My.Resources.Resources.close
- Me.PictureBox6.Location = New System.Drawing.Point(297, 2)
- Me.PictureBox6.Name = "PictureBox6"
- Me.PictureBox6.Size = New System.Drawing.Size(16, 14)
- Me.PictureBox6.TabIndex = 4
- Me.PictureBox6.TabStop = False
- '
'Panel57
'
Me.Panel57.BackColor = System.Drawing.Color.MediumAquamarine
@@ -5389,6 +4940,17 @@ Partial Class Skindows_95
Me.programtopbar.Size = New System.Drawing.Size(429, 18)
Me.programtopbar.TabIndex = 0
'
+ 'programname
+ '
+ Me.programname.AutoSize = True
+ Me.programname.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.programname.ForeColor = System.Drawing.Color.White
+ Me.programname.Location = New System.Drawing.Point(3, 2)
+ Me.programname.Name = "programname"
+ Me.programname.Size = New System.Drawing.Size(79, 13)
+ Me.programname.TabIndex = 3
+ Me.programname.Text = "Skindows 95"
+ '
'maximizebutton
'
Me.maximizebutton.Anchor = System.Windows.Forms.AnchorStyles.Right
@@ -5409,17 +4971,6 @@ Partial Class Skindows_95
Me.minimizebutton.TabIndex = 5
Me.minimizebutton.TabStop = False
'
- 'programname
- '
- Me.programname.AutoSize = True
- Me.programname.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.programname.ForeColor = System.Drawing.Color.White
- Me.programname.Location = New System.Drawing.Point(3, 2)
- Me.programname.Name = "programname"
- Me.programname.Size = New System.Drawing.Size(79, 13)
- Me.programname.TabIndex = 3
- Me.programname.Text = "Skindows 95"
- '
'closebutton
'
Me.closebutton.Anchor = System.Windows.Forms.AnchorStyles.Right
@@ -5430,6 +4981,246 @@ Partial Class Skindows_95
Me.closebutton.TabIndex = 4
Me.closebutton.TabStop = False
'
+ 'Panel23
+ '
+ Me.Panel23.BackColor = System.Drawing.Color.Black
+ Me.Panel23.BackgroundImage = Global.Histacom.My.Resources.Resources.skindowdirt
+ Me.Panel23.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
+ Me.Panel23.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.Panel23.Controls.Add(Me.Label33)
+ Me.Panel23.Location = New System.Drawing.Point(5, 322)
+ Me.Panel23.Name = "Panel23"
+ Me.Panel23.Size = New System.Drawing.Size(162, 34)
+ Me.Panel23.TabIndex = 11
+ '
+ 'Label33
+ '
+ Me.Label33.AutoSize = True
+ Me.Label33.BackColor = System.Drawing.Color.Transparent
+ Me.Label33.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label33.ForeColor = System.Drawing.Color.White
+ Me.Label33.Location = New System.Drawing.Point(65, 9)
+ Me.Label33.Name = "Label33"
+ Me.Label33.Size = New System.Drawing.Size(32, 16)
+ Me.Label33.TabIndex = 2
+ Me.Label33.Text = "Dirt"
+ '
+ 'Panel22
+ '
+ Me.Panel22.BackColor = System.Drawing.Color.Black
+ Me.Panel22.BackgroundImage = Global.Histacom.My.Resources.Resources.skindowsbinary
+ Me.Panel22.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
+ Me.Panel22.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.Panel22.Controls.Add(Me.Label32)
+ Me.Panel22.Location = New System.Drawing.Point(6, 283)
+ Me.Panel22.Name = "Panel22"
+ Me.Panel22.Size = New System.Drawing.Size(162, 34)
+ Me.Panel22.TabIndex = 10
+ '
+ 'Label32
+ '
+ Me.Label32.AutoSize = True
+ Me.Label32.BackColor = System.Drawing.Color.Transparent
+ Me.Label32.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label32.ForeColor = System.Drawing.Color.White
+ Me.Label32.Location = New System.Drawing.Point(57, 9)
+ Me.Label32.Name = "Label32"
+ Me.Label32.Size = New System.Drawing.Size(52, 16)
+ Me.Label32.TabIndex = 2
+ Me.Label32.Text = "Binary"
+ '
+ 'Panel21
+ '
+ Me.Panel21.BackColor = System.Drawing.Color.Black
+ Me.Panel21.BackgroundImage = Global.Histacom.My.Resources.Resources.skindowsconcrete
+ Me.Panel21.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
+ Me.Panel21.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.Panel21.Controls.Add(Me.Label31)
+ Me.Panel21.Location = New System.Drawing.Point(6, 243)
+ Me.Panel21.Name = "Panel21"
+ Me.Panel21.Size = New System.Drawing.Size(162, 34)
+ Me.Panel21.TabIndex = 9
+ '
+ 'Label31
+ '
+ Me.Label31.AutoSize = True
+ Me.Label31.BackColor = System.Drawing.Color.Transparent
+ Me.Label31.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label31.ForeColor = System.Drawing.Color.Black
+ Me.Label31.Location = New System.Drawing.Point(48, 9)
+ Me.Label31.Name = "Label31"
+ Me.Label31.Size = New System.Drawing.Size(70, 16)
+ Me.Label31.TabIndex = 2
+ Me.Label31.Text = "Concrete"
+ '
+ 'Panel20
+ '
+ Me.Panel20.BackColor = System.Drawing.Color.Black
+ Me.Panel20.BackgroundImage = Global.Histacom.My.Resources.Resources.skindowswaterbar
+ Me.Panel20.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
+ Me.Panel20.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.Panel20.Controls.Add(Me.Label30)
+ Me.Panel20.Location = New System.Drawing.Point(6, 203)
+ Me.Panel20.Name = "Panel20"
+ Me.Panel20.Size = New System.Drawing.Size(162, 34)
+ Me.Panel20.TabIndex = 8
+ '
+ 'Label30
+ '
+ Me.Label30.AutoSize = True
+ Me.Label30.BackColor = System.Drawing.Color.Transparent
+ Me.Label30.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label30.ForeColor = System.Drawing.Color.Black
+ Me.Label30.Location = New System.Drawing.Point(56, 9)
+ Me.Label30.Name = "Label30"
+ Me.Label30.Size = New System.Drawing.Size(49, 16)
+ Me.Label30.TabIndex = 2
+ Me.Label30.Text = "Water"
+ '
+ 'Panel19
+ '
+ Me.Panel19.BackColor = System.Drawing.Color.Black
+ Me.Panel19.BackgroundImage = Global.Histacom.My.Resources.Resources.skindowslightingbar
+ Me.Panel19.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
+ Me.Panel19.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.Panel19.Controls.Add(Me.Label29)
+ Me.Panel19.Location = New System.Drawing.Point(5, 162)
+ Me.Panel19.Name = "Panel19"
+ Me.Panel19.Size = New System.Drawing.Size(162, 34)
+ Me.Panel19.TabIndex = 7
+ '
+ 'Label29
+ '
+ Me.Label29.AutoSize = True
+ Me.Label29.BackColor = System.Drawing.Color.Transparent
+ Me.Label29.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label29.ForeColor = System.Drawing.Color.Black
+ Me.Label29.Location = New System.Drawing.Point(47, 9)
+ Me.Label29.Name = "Label29"
+ Me.Label29.Size = New System.Drawing.Size(70, 16)
+ Me.Label29.TabIndex = 2
+ Me.Label29.Text = "Lightning"
+ '
+ 'Panel18
+ '
+ Me.Panel18.BackColor = System.Drawing.Color.Black
+ Me.Panel18.BackgroundImage = Global.Histacom.My.Resources.Resources.skindowsgrassbar
+ Me.Panel18.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
+ Me.Panel18.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.Panel18.Controls.Add(Me.Label28)
+ Me.Panel18.Location = New System.Drawing.Point(5, 123)
+ Me.Panel18.Name = "Panel18"
+ Me.Panel18.Size = New System.Drawing.Size(162, 34)
+ Me.Panel18.TabIndex = 6
+ '
+ 'Label28
+ '
+ Me.Label28.AutoSize = True
+ Me.Label28.BackColor = System.Drawing.Color.Transparent
+ Me.Label28.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label28.ForeColor = System.Drawing.Color.Snow
+ Me.Label28.Location = New System.Drawing.Point(56, 9)
+ Me.Label28.Name = "Label28"
+ Me.Label28.Size = New System.Drawing.Size(49, 16)
+ Me.Label28.TabIndex = 2
+ Me.Label28.Text = "Grass"
+ '
+ 'Panel17
+ '
+ Me.Panel17.BackColor = System.Drawing.Color.Black
+ Me.Panel17.BackgroundImage = Global.Histacom.My.Resources.Resources.skindowsfirebar2
+ Me.Panel17.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
+ Me.Panel17.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.Panel17.Controls.Add(Me.Label27)
+ Me.Panel17.Location = New System.Drawing.Point(5, 84)
+ Me.Panel17.Name = "Panel17"
+ Me.Panel17.Size = New System.Drawing.Size(162, 34)
+ Me.Panel17.TabIndex = 5
+ '
+ 'Label27
+ '
+ Me.Label27.AutoSize = True
+ Me.Label27.BackColor = System.Drawing.Color.Transparent
+ Me.Label27.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label27.ForeColor = System.Drawing.Color.DarkBlue
+ Me.Label27.Location = New System.Drawing.Point(62, 9)
+ Me.Label27.Name = "Label27"
+ Me.Label27.Size = New System.Drawing.Size(35, 16)
+ Me.Label27.TabIndex = 2
+ Me.Label27.Text = "Fire"
+ '
+ 'Panel16
+ '
+ Me.Panel16.BackColor = System.Drawing.Color.Black
+ Me.Panel16.BackgroundImage = Global.Histacom.My.Resources.Resources.skindowsskybar2
+ Me.Panel16.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
+ Me.Panel16.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.Panel16.Controls.Add(Me.Label26)
+ Me.Panel16.Location = New System.Drawing.Point(5, 45)
+ Me.Panel16.Name = "Panel16"
+ Me.Panel16.Size = New System.Drawing.Size(162, 34)
+ Me.Panel16.TabIndex = 5
+ '
+ 'Label26
+ '
+ Me.Label26.AutoSize = True
+ Me.Label26.BackColor = System.Drawing.Color.Transparent
+ Me.Label26.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label26.ForeColor = System.Drawing.Color.White
+ Me.Label26.Location = New System.Drawing.Point(62, 9)
+ Me.Label26.Name = "Label26"
+ Me.Label26.Size = New System.Drawing.Size(34, 16)
+ Me.Label26.TabIndex = 2
+ Me.Label26.Text = "Sky"
+ '
+ 'PictureBox1
+ '
+ Me.PictureBox1.Anchor = System.Windows.Forms.AnchorStyles.Right
+ Me.PictureBox1.Image = Global.Histacom.My.Resources.Resources.Maximize
+ Me.PictureBox1.Location = New System.Drawing.Point(289, 2)
+ Me.PictureBox1.Name = "PictureBox1"
+ Me.PictureBox1.Size = New System.Drawing.Size(16, 14)
+ Me.PictureBox1.TabIndex = 6
+ Me.PictureBox1.TabStop = False
+ '
+ 'PictureBox2
+ '
+ Me.PictureBox2.Anchor = System.Windows.Forms.AnchorStyles.Right
+ Me.PictureBox2.Image = Global.Histacom.My.Resources.Resources.minimize
+ Me.PictureBox2.Location = New System.Drawing.Point(273, 2)
+ Me.PictureBox2.Name = "PictureBox2"
+ Me.PictureBox2.Size = New System.Drawing.Size(16, 14)
+ Me.PictureBox2.TabIndex = 5
+ Me.PictureBox2.TabStop = False
+ '
+ 'PictureBox3
+ '
+ Me.PictureBox3.Anchor = System.Windows.Forms.AnchorStyles.Right
+ Me.PictureBox3.Image = Global.Histacom.My.Resources.Resources.close
+ Me.PictureBox3.Location = New System.Drawing.Point(306, 2)
+ Me.PictureBox3.Name = "PictureBox3"
+ Me.PictureBox3.Size = New System.Drawing.Size(16, 14)
+ Me.PictureBox3.TabIndex = 4
+ Me.PictureBox3.TabStop = False
+ '
+ 'PictureBox7
+ '
+ Me.PictureBox7.BackgroundImage = Global.Histacom.My.Resources.Resources.money
+ Me.PictureBox7.Location = New System.Drawing.Point(3, 131)
+ Me.PictureBox7.Name = "PictureBox7"
+ Me.PictureBox7.Size = New System.Drawing.Size(379, 67)
+ Me.PictureBox7.TabIndex = 5
+ Me.PictureBox7.TabStop = False
+ '
+ 'startbutton
+ '
+ Me.startbutton.Image = Global.Histacom.My.Resources.Resources.start_button_windows_95
+ Me.startbutton.Location = New System.Drawing.Point(3, 2)
+ Me.startbutton.Name = "startbutton"
+ Me.startbutton.Size = New System.Drawing.Size(56, 24)
+ Me.startbutton.TabIndex = 3
+ Me.startbutton.TabStop = False
+ '
'toprightcorner
'
Me.toprightcorner.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
@@ -5504,6 +5295,228 @@ Partial Class Skindows_95
Me.top.Size = New System.Drawing.Size(437, 4)
Me.top.TabIndex = 8
'
+ 'Panel27
+ '
+ Me.Panel27.BackColor = System.Drawing.Color.Black
+ Me.Panel27.BackgroundImage = Global.Histacom.My.Resources.Resources.skindowdirt
+ Me.Panel27.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
+ Me.Panel27.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.Panel27.Controls.Add(Me.Label36)
+ Me.Panel27.Location = New System.Drawing.Point(5, 322)
+ Me.Panel27.Name = "Panel27"
+ Me.Panel27.Size = New System.Drawing.Size(162, 34)
+ Me.Panel27.TabIndex = 11
+ '
+ 'Label36
+ '
+ Me.Label36.AutoSize = True
+ Me.Label36.BackColor = System.Drawing.Color.Transparent
+ Me.Label36.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label36.ForeColor = System.Drawing.Color.White
+ Me.Label36.Location = New System.Drawing.Point(65, 9)
+ Me.Label36.Name = "Label36"
+ Me.Label36.Size = New System.Drawing.Size(32, 16)
+ Me.Label36.TabIndex = 2
+ Me.Label36.Text = "Dirt"
+ '
+ 'Panel28
+ '
+ Me.Panel28.BackColor = System.Drawing.Color.Black
+ Me.Panel28.BackgroundImage = Global.Histacom.My.Resources.Resources.skindowsbinary
+ Me.Panel28.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
+ Me.Panel28.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.Panel28.Controls.Add(Me.Label37)
+ Me.Panel28.Location = New System.Drawing.Point(6, 283)
+ Me.Panel28.Name = "Panel28"
+ Me.Panel28.Size = New System.Drawing.Size(162, 34)
+ Me.Panel28.TabIndex = 10
+ '
+ 'Label37
+ '
+ Me.Label37.AutoSize = True
+ Me.Label37.BackColor = System.Drawing.Color.Transparent
+ Me.Label37.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label37.ForeColor = System.Drawing.Color.White
+ Me.Label37.Location = New System.Drawing.Point(57, 9)
+ Me.Label37.Name = "Label37"
+ Me.Label37.Size = New System.Drawing.Size(52, 16)
+ Me.Label37.TabIndex = 2
+ Me.Label37.Text = "Binary"
+ '
+ 'Panel29
+ '
+ Me.Panel29.BackColor = System.Drawing.Color.Black
+ Me.Panel29.BackgroundImage = Global.Histacom.My.Resources.Resources.skindowsconcrete
+ Me.Panel29.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
+ Me.Panel29.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.Panel29.Controls.Add(Me.Label38)
+ Me.Panel29.Location = New System.Drawing.Point(6, 243)
+ Me.Panel29.Name = "Panel29"
+ Me.Panel29.Size = New System.Drawing.Size(162, 34)
+ Me.Panel29.TabIndex = 9
+ '
+ 'Label38
+ '
+ Me.Label38.AutoSize = True
+ Me.Label38.BackColor = System.Drawing.Color.Transparent
+ Me.Label38.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label38.ForeColor = System.Drawing.Color.Black
+ Me.Label38.Location = New System.Drawing.Point(48, 9)
+ Me.Label38.Name = "Label38"
+ Me.Label38.Size = New System.Drawing.Size(70, 16)
+ Me.Label38.TabIndex = 2
+ Me.Label38.Text = "Concrete"
+ '
+ 'Panel30
+ '
+ Me.Panel30.BackColor = System.Drawing.Color.Black
+ Me.Panel30.BackgroundImage = Global.Histacom.My.Resources.Resources.skindowswaterbar
+ Me.Panel30.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
+ Me.Panel30.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.Panel30.Controls.Add(Me.Label39)
+ Me.Panel30.Location = New System.Drawing.Point(6, 203)
+ Me.Panel30.Name = "Panel30"
+ Me.Panel30.Size = New System.Drawing.Size(162, 34)
+ Me.Panel30.TabIndex = 8
+ '
+ 'Label39
+ '
+ Me.Label39.AutoSize = True
+ Me.Label39.BackColor = System.Drawing.Color.Transparent
+ Me.Label39.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label39.ForeColor = System.Drawing.Color.Black
+ Me.Label39.Location = New System.Drawing.Point(56, 9)
+ Me.Label39.Name = "Label39"
+ Me.Label39.Size = New System.Drawing.Size(49, 16)
+ Me.Label39.TabIndex = 2
+ Me.Label39.Text = "Water"
+ '
+ 'Panel31
+ '
+ Me.Panel31.BackColor = System.Drawing.Color.Black
+ Me.Panel31.BackgroundImage = Global.Histacom.My.Resources.Resources.skindowslightingbar
+ Me.Panel31.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
+ Me.Panel31.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.Panel31.Controls.Add(Me.Label40)
+ Me.Panel31.Location = New System.Drawing.Point(5, 162)
+ Me.Panel31.Name = "Panel31"
+ Me.Panel31.Size = New System.Drawing.Size(162, 34)
+ Me.Panel31.TabIndex = 7
+ '
+ 'Label40
+ '
+ Me.Label40.AutoSize = True
+ Me.Label40.BackColor = System.Drawing.Color.Transparent
+ Me.Label40.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label40.ForeColor = System.Drawing.Color.Black
+ Me.Label40.Location = New System.Drawing.Point(47, 9)
+ Me.Label40.Name = "Label40"
+ Me.Label40.Size = New System.Drawing.Size(70, 16)
+ Me.Label40.TabIndex = 2
+ Me.Label40.Text = "Lightning"
+ '
+ 'Panel32
+ '
+ Me.Panel32.BackColor = System.Drawing.Color.Black
+ Me.Panel32.BackgroundImage = Global.Histacom.My.Resources.Resources.skindowsgrassbar
+ Me.Panel32.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
+ Me.Panel32.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.Panel32.Controls.Add(Me.Label41)
+ Me.Panel32.Location = New System.Drawing.Point(5, 123)
+ Me.Panel32.Name = "Panel32"
+ Me.Panel32.Size = New System.Drawing.Size(162, 34)
+ Me.Panel32.TabIndex = 6
+ '
+ 'Label41
+ '
+ Me.Label41.AutoSize = True
+ Me.Label41.BackColor = System.Drawing.Color.Transparent
+ Me.Label41.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label41.ForeColor = System.Drawing.Color.Snow
+ Me.Label41.Location = New System.Drawing.Point(56, 9)
+ Me.Label41.Name = "Label41"
+ Me.Label41.Size = New System.Drawing.Size(49, 16)
+ Me.Label41.TabIndex = 2
+ Me.Label41.Text = "Grass"
+ '
+ 'Panel33
+ '
+ Me.Panel33.BackColor = System.Drawing.Color.Black
+ Me.Panel33.BackgroundImage = Global.Histacom.My.Resources.Resources.skindowsfirebar2
+ Me.Panel33.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
+ Me.Panel33.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.Panel33.Controls.Add(Me.Label42)
+ Me.Panel33.Location = New System.Drawing.Point(5, 84)
+ Me.Panel33.Name = "Panel33"
+ Me.Panel33.Size = New System.Drawing.Size(162, 34)
+ Me.Panel33.TabIndex = 5
+ '
+ 'Label42
+ '
+ Me.Label42.AutoSize = True
+ Me.Label42.BackColor = System.Drawing.Color.Transparent
+ Me.Label42.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label42.ForeColor = System.Drawing.Color.DarkBlue
+ Me.Label42.Location = New System.Drawing.Point(62, 9)
+ Me.Label42.Name = "Label42"
+ Me.Label42.Size = New System.Drawing.Size(35, 16)
+ Me.Label42.TabIndex = 2
+ Me.Label42.Text = "Fire"
+ '
+ 'Panel34
+ '
+ Me.Panel34.BackColor = System.Drawing.Color.Black
+ Me.Panel34.BackgroundImage = Global.Histacom.My.Resources.Resources.skindowsskybar2
+ Me.Panel34.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
+ Me.Panel34.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.Panel34.Controls.Add(Me.Label43)
+ Me.Panel34.Location = New System.Drawing.Point(5, 45)
+ Me.Panel34.Name = "Panel34"
+ Me.Panel34.Size = New System.Drawing.Size(162, 34)
+ Me.Panel34.TabIndex = 5
+ '
+ 'Label43
+ '
+ Me.Label43.AutoSize = True
+ Me.Label43.BackColor = System.Drawing.Color.Transparent
+ Me.Label43.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label43.ForeColor = System.Drawing.Color.White
+ Me.Label43.Location = New System.Drawing.Point(62, 9)
+ Me.Label43.Name = "Label43"
+ Me.Label43.Size = New System.Drawing.Size(34, 16)
+ Me.Label43.TabIndex = 2
+ Me.Label43.Text = "Sky"
+ '
+ 'PictureBox4
+ '
+ Me.PictureBox4.Anchor = System.Windows.Forms.AnchorStyles.Right
+ Me.PictureBox4.Image = Global.Histacom.My.Resources.Resources.Maximize
+ Me.PictureBox4.Location = New System.Drawing.Point(280, 2)
+ Me.PictureBox4.Name = "PictureBox4"
+ Me.PictureBox4.Size = New System.Drawing.Size(16, 14)
+ Me.PictureBox4.TabIndex = 6
+ Me.PictureBox4.TabStop = False
+ '
+ 'PictureBox5
+ '
+ Me.PictureBox5.Anchor = System.Windows.Forms.AnchorStyles.Right
+ Me.PictureBox5.Image = Global.Histacom.My.Resources.Resources.minimize
+ Me.PictureBox5.Location = New System.Drawing.Point(264, 2)
+ Me.PictureBox5.Name = "PictureBox5"
+ Me.PictureBox5.Size = New System.Drawing.Size(16, 14)
+ Me.PictureBox5.TabIndex = 5
+ Me.PictureBox5.TabStop = False
+ '
+ 'PictureBox6
+ '
+ Me.PictureBox6.Anchor = System.Windows.Forms.AnchorStyles.Right
+ Me.PictureBox6.Image = Global.Histacom.My.Resources.Resources.close
+ Me.PictureBox6.Location = New System.Drawing.Point(297, 2)
+ Me.PictureBox6.Name = "PictureBox6"
+ Me.PictureBox6.Size = New System.Drawing.Size(16, 14)
+ Me.PictureBox6.TabIndex = 4
+ Me.PictureBox6.TabStop = False
+ '
'Skindows_95
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
@@ -5800,29 +5813,10 @@ Partial Class Skindows_95
Me.captionbarimagestop.ResumeLayout(False)
Me.captionbarimagestop.PerformLayout()
Me.captionbarimages.ResumeLayout(False)
- Me.Panel23.ResumeLayout(False)
- Me.Panel23.PerformLayout()
- Me.Panel22.ResumeLayout(False)
- Me.Panel22.PerformLayout()
- Me.Panel21.ResumeLayout(False)
- Me.Panel21.PerformLayout()
- Me.Panel20.ResumeLayout(False)
- Me.Panel20.PerformLayout()
- Me.Panel19.ResumeLayout(False)
- Me.Panel19.PerformLayout()
- Me.Panel18.ResumeLayout(False)
- Me.Panel18.PerformLayout()
- Me.Panel17.ResumeLayout(False)
- Me.Panel17.PerformLayout()
- Me.Panel16.ResumeLayout(False)
- Me.Panel16.PerformLayout()
Me.Panel15.ResumeLayout(False)
Me.Panel15.PerformLayout()
Me.exampletopbar.ResumeLayout(False)
Me.exampletopbar.PerformLayout()
- CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).EndInit()
Me.Panel2.ResumeLayout(False)
Me.Panel2.PerformLayout()
Me.captionbarcolorstop.ResumeLayout(False)
@@ -5833,27 +5827,10 @@ Partial Class Skindows_95
Me.Panel59.PerformLayout()
Me.taskbar.ResumeLayout(False)
Me.taskbar.PerformLayout()
- CType(Me.startbutton, System.ComponentModel.ISupportInitialize).EndInit()
Me.Panel24.ResumeLayout(False)
Me.Panel24.PerformLayout()
Me.Panel25.ResumeLayout(False)
Me.Panel26.ResumeLayout(False)
- Me.Panel27.ResumeLayout(False)
- Me.Panel27.PerformLayout()
- Me.Panel28.ResumeLayout(False)
- Me.Panel28.PerformLayout()
- Me.Panel29.ResumeLayout(False)
- Me.Panel29.PerformLayout()
- Me.Panel30.ResumeLayout(False)
- Me.Panel30.PerformLayout()
- Me.Panel31.ResumeLayout(False)
- Me.Panel31.PerformLayout()
- Me.Panel32.ResumeLayout(False)
- Me.Panel32.PerformLayout()
- Me.Panel33.ResumeLayout(False)
- Me.Panel33.PerformLayout()
- Me.Panel34.ResumeLayout(False)
- Me.Panel34.PerformLayout()
Me.Panel35.ResumeLayout(False)
Me.Panel35.PerformLayout()
Me.Panel36.ResumeLayout(False)
@@ -5897,9 +5874,6 @@ Partial Class Skindows_95
Me.Panel55.PerformLayout()
Me.Panel56.ResumeLayout(False)
Me.Panel56.PerformLayout()
- CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).EndInit()
Me.Panel57.ResumeLayout(False)
Me.Panel57.PerformLayout()
Me.Panel58.ResumeLayout(False)
@@ -5911,6 +5885,46 @@ Partial Class Skindows_95
CType(Me.maximizebutton, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.minimizebutton, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.closebutton, System.ComponentModel.ISupportInitialize).EndInit()
+ Me.Panel23.ResumeLayout(False)
+ Me.Panel23.PerformLayout()
+ Me.Panel22.ResumeLayout(False)
+ Me.Panel22.PerformLayout()
+ Me.Panel21.ResumeLayout(False)
+ Me.Panel21.PerformLayout()
+ Me.Panel20.ResumeLayout(False)
+ Me.Panel20.PerformLayout()
+ Me.Panel19.ResumeLayout(False)
+ Me.Panel19.PerformLayout()
+ Me.Panel18.ResumeLayout(False)
+ Me.Panel18.PerformLayout()
+ Me.Panel17.ResumeLayout(False)
+ Me.Panel17.PerformLayout()
+ Me.Panel16.ResumeLayout(False)
+ Me.Panel16.PerformLayout()
+ CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.PictureBox7, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.startbutton, System.ComponentModel.ISupportInitialize).EndInit()
+ Me.Panel27.ResumeLayout(False)
+ Me.Panel27.PerformLayout()
+ Me.Panel28.ResumeLayout(False)
+ Me.Panel28.PerformLayout()
+ Me.Panel29.ResumeLayout(False)
+ Me.Panel29.PerformLayout()
+ Me.Panel30.ResumeLayout(False)
+ Me.Panel30.PerformLayout()
+ Me.Panel31.ResumeLayout(False)
+ Me.Panel31.PerformLayout()
+ Me.Panel32.ResumeLayout(False)
+ Me.Panel32.PerformLayout()
+ Me.Panel33.ResumeLayout(False)
+ Me.Panel33.PerformLayout()
+ Me.Panel34.ResumeLayout(False)
+ Me.Panel34.PerformLayout()
+ CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub
@@ -6328,4 +6342,5 @@ Partial Class Skindows_95
Friend WithEvents bottom As System.Windows.Forms.Panel
Friend WithEvents right As System.Windows.Forms.Panel
Friend WithEvents top As System.Windows.Forms.Panel
+ Friend WithEvents PictureBox7 As PictureBox
End Class
diff --git a/windows 95/Skindows 95.vb b/windows 95/Skindows 95.vb
index 3f84047..b45f1ec 100755
--- a/windows 95/Skindows 95.vb
+++ b/windows 95/Skindows 95.vb
@@ -1323,6 +1323,14 @@
End If
End Sub
+ Private Sub taskbar_Paint(sender As Object, e As PaintEventArgs) Handles taskbar.Paint
+
+ End Sub
+
+ Private Sub PictureBox7_Click(sender As Object, e As EventArgs)
+
+ End Sub
+
Private Sub look_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles look.Tick
Me.programtopbar.BackColor = Windows95.exampleprogramtopbar.BackColor
Me.programtopbar.BackgroundImage = Windows95.exampleprogramtopbar.BackgroundImage
diff --git a/windows 95/WebChat 1999.vb b/windows 95/WebChat 1999.vb
index 5218b48..d03c55d 100755
--- a/windows 95/WebChat 1999.vb
+++ b/windows 95/WebChat 1999.vb
@@ -53,80 +53,80 @@
Chat.Stop()
Else
Chat.Start()
- history.Text += ("12padams: Ok I got a message that you just started the timer " & mainname & Environment.NewLine)
- End If
+ history.Text += ("12padams: Ok, I got a message that says that you just started the timer." & mainname & Environment.NewLine)
+ End If
Case 66
- history.Text += ("The Hidden Hacker: I Hope this works..." & Environment.NewLine)
- Chat.Interval = 3000
+ history.Text += ("The Hidden Hacker: I hope this works..." & Environment.NewLine)
+ Chat.Interval = 3000
count.Start()
waitfor02download = True
Chat.Stop()
Case 65
- history.Text += ("12padams: Ok " & mainname & " download it now and we will wait for you" & Environment.NewLine)
- Chat.Interval = 4000
+ history.Text += ("12padams: OK " & mainname & " download it now and we will wait for you." & Environment.NewLine)
+ Chat.Interval = 4000
Case 64
Label5.Show()
Button5.Show()
Case 63
- history.Text += ("12padams: We will start right now. Ill send 0.2 of time distorter and " & mainname & " can download it" & Environment.NewLine)
- Chat.Interval = 4000
+ history.Text += ("12padams: We will start now. Il'l send 0.2 of time distorter and " & mainname & " can download it!" & Environment.NewLine)
+ Chat.Interval = 4000
Case 62
- history.Text += ("The Hidden Hacker: Ok then when do we start?" & Environment.NewLine)
- Chat.Interval = 6000
+ history.Text += ("The Hidden Hacker: Ok then. When do we start?" & Environment.NewLine)
+ Chat.Interval = 6000
Case 61
- history.Text += ("12padams: Nothings going to go wrong I think i Got this" & Environment.NewLine)
- Chat.Interval = 4000
+ history.Text += ("12padams: Nothing will go wrong. I think I got this." & Environment.NewLine)
+ Chat.Interval = 4000
Case 60
- history.Text += ("The Hidden Hacker: But what If something goes wrong and " & mainname & " doesn't get to the year 2000 properly?" & Environment.NewLine)
- Chat.Interval = 5000
+ history.Text += ("The Hidden Hacker: What if something goes wrong and " & mainname & " doesn't get to the year 2000?" & Environment.NewLine)
+ Chat.Interval = 5000
Case 59
- history.Text += ("12padams: Ok I want you to look out for " & mainname & " so that in 1 year you can tell me when he comes back" & Environment.NewLine)
- Chat.Interval = 7000
+ history.Text += ("12padams: I want you to look out for " & mainname & " so that in 1 year you can tell me when he comes back." & Environment.NewLine)
+ Chat.Interval = 7000
Case 58
- history.Text += ("The Hidden Hacker: Ok but what do you want me to do?" & Environment.NewLine)
- Chat.Interval = 6000
+ history.Text += ("The Hidden Hacker: What do you want me to do?" & Environment.NewLine)
+ Chat.Interval = 6000
Case 57
- history.Text += ("12padams: But It has to be done... you need to help me, guys... please" & Environment.NewLine)
- Chat.Interval = 4000
+ history.Text += ("12padams: It has to be done... you need to help me, guys... please!" & Environment.NewLine)
+ Chat.Interval = 4000
Case 56
- history.Text += ("The Hidden Hacker: 12padams thats too risky" & Environment.NewLine)
- Chat.Interval = 5000
+ history.Text += ("The Hidden Hacker: That is too risky, don't you think so?" & Environment.NewLine)
+ Chat.Interval = 5000
Case 55
- history.Text += ("12padams: This could serriously impact my time travel software." & Environment.NewLine)
- Chat.Interval = 3000
+ history.Text += ("12padams: This could seriously impact my time travel software." & Environment.NewLine)
+ Chat.Interval = 3000
Case 54
- history.Text += ("12padams: Computer dates may stuff up and display 1900 instead of 2000" & Environment.NewLine)
- Chat.Interval = 5000
+ history.Text += ("12padams: Computer dates may stuff up and display 1900 instead of 2000." & Environment.NewLine)
+ Chat.Interval = 5000
Case 53
- history.Text += ("12padams: Well basically I wrote an article on the year 2000 bug AKA y2k" & Environment.NewLine)
- Chat.Interval = 4000
+ history.Text += ("12padams: Simply put, I wrote an article on the Year 2000 bug." & Environment.NewLine)
+ Chat.Interval = 4000
Case 52
- history.Text += ("12padams: haha sorry I forgot about that" & Environment.NewLine)
- Chat.Interval = 4000
+ history.Text += ("12padams: Sorry, I forgot about that!" & Environment.NewLine)
+ Chat.Interval = 4000
Case 51
- history.Text += ("The Hidden Hacker: no since I am blocked from using your website" & Environment.NewLine)
- Chat.Interval = 3000
+ history.Text += ("The Hidden Hacker: I am blocked from using your website, remember?" & Environment.NewLine)
+ Chat.Interval = 3000
Case 50
- history.Text += ("12padams: no... Its not accually. Didn't you read the article on my website?" & Environment.NewLine)
- Chat.Interval = 4000
+ history.Text += ("12padams: It will, but did you not read the article on my website of the Y2K bug?" & Environment.NewLine)
+ Chat.Interval = 4000
Case 49
- history.Text += ("The Hidden Hacker: Why does he need to try it out??? its gunna work just like 0.1 did" & Environment.NewLine)
- Chat.Interval = 5000
+ history.Text += ("The Hidden Hacker: Why does he need to try it out? Won't it work like 0.1 did?" & Environment.NewLine)
+ Chat.Interval = 5000
Case 48
- history.Text += ("12padams: " & mainname & "... I will need you to try this out again" & Environment.NewLine)
- Chat.Interval = 5000
+ history.Text += ("12padams: " & mainname & "... I will need you to try this out again." & Environment.NewLine)
+ Chat.Interval = 5000
Case 47
- history.Text += ("12padams: well not much different... it works the same except it works in all time periods and it takes you to 2000" & Environment.NewLine)
- Chat.Interval = 4000
+ history.Text += ("12padams: Well OK, that was a hyperbole; it's not that much different in terms of functionality. It works the same way but now it works in all time periods and it takes you to 2000!" & Environment.NewLine)
+ Chat.Interval = 4000
Case 46
- history.Text += ("12padams: 0.2 is much different however" & Environment.NewLine)
- Chat.Interval = 5000
+ history.Text += ("12padams: 0.2 is much different however!" & Environment.NewLine)
+ Chat.Interval = 5000
Case 45
- history.Text += ("12padams: Well anyway... 0.1 is now useless since it only works if the year is 1998 and it will only take you to 1999" & Environment.NewLine)
- Chat.Interval = 7000
+ history.Text += ("12padams: Anyway, 0.1 is useless because it only worked if the year was 1998 and it will only take you to 1999." & Environment.NewLine)
+ Chat.Interval = 7000
Case 44
- history.Text += ("12padams: oh woops yea oh cause you would" & Environment.NewLine)
- Chat.Interval = 8000
+ history.Text += ("12padams: Of course you would! Why did I ask that?" & Environment.NewLine)
+ Chat.Interval = 8000
Case 43
history.Text += ("The Hidden Hacker: Of cause I remember that..." & Environment.NewLine)
Chat.Interval = 3000
@@ -134,65 +134,65 @@
history.Text += ("12padams: Remember time distorter 0.1?" & Environment.NewLine)
Chat.Interval = 3000
Case 41
- history.Text += ("12padams: Oh right I forgot to tell you both" & Environment.NewLine)
- Chat.Interval = 4000
+ history.Text += ("12padams: I forgot to tell you both!" & Environment.NewLine)
+ Chat.Interval = 4000
Case 40
- history.Text += ("The Hidden Hacker: Wait A sec... you mean we are going to time travel again?" & Environment.NewLine)
- Chat.Interval = 5000
+ history.Text += ("The Hidden Hacker: Wait a sec... you mean we are going to time travel again?" & Environment.NewLine)
+ Chat.Interval = 5000
Case 39
- history.Text += ("12padams: Ok I know... you can track the time travels so you can see when " & mainname & " gets to a new time period you say whats going on..." & Environment.NewLine)
- Chat.Interval = 6000
+ history.Text += ("12padams: Ok, you can track the time travels so you can see when " & mainname & " gets to a new time period. This will allow you to say what is going on..." & Environment.NewLine)
+ Chat.Interval = 6000
Case 38
- history.Text += ("12padams: I am not really sure accually... um let me think" & Environment.NewLine)
- Chat.Interval = 5000
+ history.Text += ("12padams: I am not really sure actually... let me think this through!" & Environment.NewLine)
+ Chat.Interval = 5000
Case 37
- history.Text += ("The Hidden Hacker: Um what do you mean by guider?" & Environment.NewLine)
- Chat.Interval = 4000
+ history.Text += ("The Hidden Hacker: What do you mean by guider?" & Environment.NewLine)
+ Chat.Interval = 4000
Case 36
- history.Text += ("12padams: And The Hidden Hacker... you can be the um... Guider" & Environment.NewLine)
- Chat.Interval = 3000
+ history.Text += ("12padams: As for you, The Hidden Hacker... you can be the... guider." & Environment.NewLine)
+ Chat.Interval = 3000
Case 35
- history.Text += ("12padams: " & mainname & " you can be the tester for my time travel software" & Environment.NewLine)
- Chat.Interval = 4000
+ history.Text += ("12padams: " & mainname & " can be the tester for my time travel software." & Environment.NewLine)
+ Chat.Interval = 4000
Case 34
- history.Text += ("12padams: Well I am the coder who will be working on the time travel software" & Environment.NewLine)
- Chat.Interval = 7000
+ history.Text += ("12padams: I am the coder who will be working on the time travel software." & Environment.NewLine)
+ Chat.Interval = 7000
Case 33
- history.Text += ("The Hidden Hacker: Wait what do you mean by 'a team'" & Environment.NewLine)
- Chat.Interval = 5000
+ history.Text += ("The Hidden Hacker: What do you mean by that?" & Environment.NewLine)
+ Chat.Interval = 5000
Case 32
- history.Text += ("12padams: Look Since you both know about this whole time travel thing... I want us to be a team " & Environment.NewLine)
- Chat.Interval = 5000
+ history.Text += ("12padams: Since you both know about this whole time travel thing... I want us to be a team." & Environment.NewLine)
+ Chat.Interval = 5000
Case 31
- history.Text += ("12padams: Well anyway I have something very important I now have to say to you both " & Environment.NewLine)
- Chat.Interval = 6000
+ history.Text += ("12padams: Let's not go off-topic here! I have something very important I now have to say to you both" & Environment.NewLine)
+ Chat.Interval = 6000
Case 30
- history.Text += ("The Hidden Hacker: Lol its good you now have a name " & mainname & Environment.NewLine)
- Chat.Interval = 6000
+ history.Text += ("The Hidden Hacker: OK. I think that it's good you now have a name we can call you as" & Environment.NewLine)
+ Chat.Interval = 6000
Case 29
- history.Text += ("12padams: Ok from now on we will call you " & mainname & Environment.NewLine)
- Chat.Interval = 4000
+ history.Text += ("12padams: From now on we will call this user " & mainname & Environment.NewLine)
+ Chat.Interval = 4000
Case 28
- if mainname == "" Then
- con -= 1
- End If
- Chat.Interval = 3000
+ If mainname = "" Then
+ con -= 1
+ End If
+ Chat.Interval = 3000
Case 27
- history.Text += ("12padams: Um whats your name 'windows 98 user' just type it in the chat now. I recommend less then 10 letters" & Environment.NewLine)
- Chat.Interval = 6000
+ history.Text += ("12padams: I don't want to disturb you, but what is your name? What you type in the chat now, is what we will refer you as. I suggest less then 10 letters for better flow!" & Environment.NewLine)
+ Chat.Interval = 6000
waiting = True
Case 26
- history.Text += ("12padams: Ok just to let you know... the only thing thats getting me 'angrey' right now is not knowing what this windows 98 users name is " & Environment.NewLine)
- Chat.Interval = 9000
+ history.Text += ("12padams: OK, what's making me annoyed now is not knowing what this Windows 98 name is!" & Environment.NewLine)
+ Chat.Interval = 9000
Case 25
- history.Text += ("The Hidden Hacker: Well thats a relief... um whatever your name is... " & Environment.NewLine)
- Chat.Interval = 7000
+ history.Text += ("The Hidden Hacker: Well that is a relief, isn't it? Hey what's your name again?" & Environment.NewLine)
+ Chat.Interval = 7000
Case 24
- history.Text += ("12padams: So I just wanna say thanks :) both of you... " & Environment.NewLine)
- Chat.Interval = 5000
+ history.Text += ("12padams: So I just wanted to say thanks to both of you... " & Environment.NewLine)
+ Chat.Interval = 5000
Case 23
- history.Text += ("12padams: Liston... If you had not hacked my emails and taken my software and tried it out I would never have tested my software. " & Environment.NewLine)
- Chat.Interval = 9000
+ history.Text += ("12padams: Listen, if you had not hacked my emails and taken my software, followed by trying it out, I would never have done so. " & Environment.NewLine)
+ Chat.Interval = 9000
Case 22
history.Text += ("12padams: Yea I'm not angrey at any of you..." & Environment.NewLine)
Chat.Interval = 6000
diff --git a/windows 95/Webchat.Designer.vb b/windows 95/Webchat.Designer.vb
index bab1d3c..dc565c5 100755
--- a/windows 95/Webchat.Designer.vb
+++ b/windows 95/Webchat.Designer.vb
@@ -75,13 +75,14 @@ Partial Class Webchat1998
'Label7
'
Me.Label7.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Label7.AutoSize = True
Me.Label7.Location = New System.Drawing.Point(22, 33)
Me.Label7.Name = "Label7"
- Me.Label7.Size = New System.Drawing.Size(389, 13)
+ Me.Label7.Size = New System.Drawing.Size(454, 13)
Me.Label7.TabIndex = 18
- Me.Label7.Text = "To Speak Just type a message in the bottom textbox then press the speak button"
+ Me.Label7.Text = "To speak, just type a message in the bottom textbox then press the speak button o" &
+ "r press enter"
'
'Label6
'
@@ -174,9 +175,9 @@ Partial Class Webchat1998
Me.TextBox2.ReadOnly = True
Me.TextBox2.Size = New System.Drawing.Size(151, 86)
Me.TextBox2.TabIndex = 6
- Me.TextBox2.Text = "A screen name is a tempary name which will be displayed in place of your real nam" & _
- "e. To keep your identity safe please do not enter your real name in this chatroo" & _
- "m" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
+ Me.TextBox2.Text = "A screen name is a temporary name which will be displayed in place of your real n" &
+ "ame. To keep your identity safe please do not enter your real name in this chatr" &
+ "oom" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
'
'TextBox1
'
@@ -226,14 +227,14 @@ Partial Class Webchat1998
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(328, 161)
Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(154, 13)
+ Me.Label2.Size = New System.Drawing.Size(150, 13)
Me.Label2.TabIndex = 0
- Me.Label2.Text = "Please Type in a Screen Name"
+ Me.Label2.Text = "Please Type in a screen name"
'
'typechat
'
Me.typechat.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.typechat.Location = New System.Drawing.Point(20, 435)
Me.typechat.Name = "typechat"
Me.typechat.Size = New System.Drawing.Size(395, 20)
@@ -242,8 +243,8 @@ Partial Class Webchat1998
'history
'
Me.history.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
- Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Left) _
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.history.Location = New System.Drawing.Point(22, 52)
Me.history.Multiline = True
Me.history.Name = "history"
@@ -265,7 +266,7 @@ Partial Class Webchat1998
'ListBox1
'
Me.ListBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.ListBox1.FormattingEnabled = True
Me.ListBox1.Location = New System.Drawing.Point(504, 52)
Me.ListBox1.Name = "ListBox1"
diff --git a/windows 95/Webchat1998.vb b/windows 95/Webchat1998.vb
index 255c1fa..c9ec83d 100755
--- a/windows 95/Webchat1998.vb
+++ b/windows 95/Webchat1998.vb
@@ -37,10 +37,90 @@
Private Sub Chat_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Chat.Tick
Select Case con
+ Case 163
+ history.Text = ("RESTORING BORDER" & Environment.NewLine)
+ program.BorderStyle = BorderStyle.FixedSingle
+ history.BorderStyle = BorderStyle.FixedSingle
+ top.Show()
+ left.Show()
+ bottom.Show()
+ right.Show()
+ toprightcorner.Show()
+ topleftcorner.Show()
+ bottomrightcorner.Show()
+ bottomleftcorner.Show()
+ history.Text = ("BORDER RESTORE COMPLETE" & Environment.NewLine)
+ Case 162
+ history.Text = Environment.NewLine("RESTORING CHANGES..." & Environment.NewLine)
+ Chat.Interval = 3000
+ con += 1
+ Case 161
+ history.Text = ("The Hidden Hacker: Download complete" & Environment.NewLine)
+ Chat.Interval = 1000
+ con += 1
+ Case 160
+ history.Text = ("1" & Environment.NewLine)
+ Chat.Interval = 1000
+ con += 1
+ Case 159
+ history.Text = ("2" & Environment.NewLine)
+ Chat.Interval = 1000
+ con += 1
+ Case 158
+ history.Text = ("3" & Environment.NewLine)
+ Chat.Interval = 1000
+ con += 1
+ Case 157
+ history.Text = ("4" & Environment.NewLine)
+ Chat.Interval = 1000
+ con += 1
+ Case 156
+ history.Text = ("5" & Environment.NewLine)
+ Chat.Interval = 1000
+ con += 1
+ Case 155
+ history.Text = ("6" & Environment.NewLine)
+ Chat.Interval = 1000
+ con += 1
+ Case 154
+ history.Text = ("7" & Environment.NewLine)
+ Chat.Interval = 1000
+ con += 1
+ Case 153
+ history.Text = ("8" & Environment.NewLine)
+ Chat.Interval = 1000
+ con += 1
+ Case 152
+ history.Text = ("9" & Environment.NewLine)
+ Chat.Interval = 1000
+ con += 1
+ Case 151
+ history.Text = ("The Hidden Hacker: Downloading in 10" & Environment.NewLine)
+ Chat.Interval = 1000
+ con += 1
+ Case 150
+ history.Text = ("The Hidden Hacker: I have a copy of, not Time Distorter, but a software to remove 12padams' changes he made to your system." & Environment.NewLine)
+ con += 1
+ Case 149
+ history.Text = ("The Hidden Hacker: It is rumoured that this piece of software enables time travel. I know that you probably don't believe me but just trust me." & Environment.NewLine)
+ con += 1
+ Case 148
+ history.Text = ("The Hidden Hacker: Allow me to introduce myself. I go by the name 'The Hidden Hacker' and I needed to stop 12padams. The reason why is because he is using a hidden piece of software called Time Distorter." & Environment.NewLine)
+ con += 1
+ Case 147
+ history.Text = ("???: Oh, hello " & username & ", it seems that you got trapped here by a user called 12padams who made your Windows 95 computer into DOS!" & Environment.NewLine)
+ history.Text = ("1 IP address found! It is 102.58.72.128. This address belongs to " & username & Environment.NewLine)
+ con += 1
+ Case 146
+ history.Text = ("??? is scanning IP address!" & Environment.NewLine)
+ Case 145
+ history.Text = ("???: Hello?! Anyone here?" & Environment.NewLine)
+ con += 1
Case 144
- Title_Screen.Close()
+ history.Text = ("Connected!" & Environment.NewLine)
+ con += 1
Case 143
- history.Text = (Environment.NewLine & "Game Over... You lose because you are using MS-DOS from the early 1980's and its 1998... Serriously what were you thinking??" & Environment.NewLine)
+ history.Text = ("IP 192.68.142.78 connecting..." & Environment.NewLine)
Chat.Interval = 8000
con += 1
Case 142
@@ -61,55 +141,55 @@
history.ReadOnly = True
con += 1
Case 139
- history.Text += ("12padams: Oh last of all here is one hint... DOS IS USLESS... ITS JUST TEXT. NEXTTIME DON'T PIRATE SOFTWARE" & Environment.NewLine)
+ history.Text += ("12padams: Oh and last of all, here is one hint... DOS IS USELESS! IT IS JUST TEXT! NEXT TIME DON'T PIRATE SOFTWARE!" & Environment.NewLine)
Chat.Interval = 6000
history.ReadOnly = False
con += 1
Case 138
- history.Text += ("12padams: Ok see ya... You have learned two leasons today... 1. don't pirtae software, 2. you learnt about old operating systems." & Environment.NewLine)
+ history.Text += ("12padams: You have learnt two leasons today... 1. don't pirate software and 2. you learnt about old operating systems." & Environment.NewLine)
Chat.Interval = 10000
history.ReadOnly = False
con += 1
Case 137
- history.ForeColor = Color.Silver
+ history.ForeColor = Color.Gray
Chat.Interval = 2000
history.ReadOnly = False
con += 1
Case 136
- history.Text += ("12padams: In DOS the computer had grey text not white text i just gotta modify it first." & Environment.NewLine)
+ history.Text += ("12padams: In DOS the computer had grey text, not white text. I just need to modify it first." & Environment.NewLine)
Chat.Interval = 4000
history.ReadOnly = False
con += 1
Case 135
- history.Text += ("12padams: Ok I just need to do one last setup for DOS" & Environment.NewLine)
+ history.Text += ("12padams: I just need to do one last setup for DOS." & Environment.NewLine)
Chat.Interval = 4000
history.ReadOnly = False
con += 1
Case 133
- history.Text += ("12padams: Your computer now needs MS-DOS this will disconnect you from the convasation." & Environment.NewLine)
+ history.Text += ("12padams: Your computer is running MS-DOS which is incompatible with this version of Chat! This will disconnect you from the conversation." & Environment.NewLine)
Chat.Interval = 7000
history.ReadOnly = False
con = con + 2
Case 131
- history.Text += ("12padams: Hmm i am being to kind.... I think i gotta go now." & Environment.NewLine)
+ history.Text += ("12padams: I'm being too kind... I think I got to go now." & Environment.NewLine)
Chat.Interval = 6000
history.ReadOnly = False
con = con + 2
Case 130
- history.Text += ("12padams: Ok there you go you can now type... Happy now?" & Environment.NewLine)
+ history.Text += ("12padams: There you go. You can type now. Happy?!" & Environment.NewLine)
Chat.Interval = 8000
history.ReadOnly = False
con += 1
Case 129
- history.Text += ("12padams: Lol for once i am giving you a feature..." & Environment.NewLine)
+ history.Text += ("12padams: For once I am giving you a feature..." & Environment.NewLine)
Chat.Interval = 5000
con += 1
Case 128
- history.Text += ("12padams: Ok Well lol woops you can't type... thats a big mistake!!!!" & Environment.NewLine)
+ history.Text += ("12padams: You can't type. That's a big mistake!" & Environment.NewLine)
Chat.Interval = 5000
con += 1
Case 127
- history.Text += ("12padams: Good now thats gone. I really gotta think for a little while at what to do next." & Environment.NewLine)
+ history.Text += ("12padams: Good! Now that's gone, I really got to think for a little while at what to do next." & Environment.NewLine)
Chat.Interval = 10000
con += 1
Case 126
@@ -126,15 +206,15 @@
Chat.Interval = 3000
con += 1
Case 125
- history.Text += ("12padams: Ok ill remove it now." & Environment.NewLine)
+ history.Text += ("12padams: OK I'll remove it now." & Environment.NewLine)
Chat.Interval = 3000
con += 1
Case 124
- history.Text += ("12padams: Oh and the the white border around your screen i can't forget to remove that..." & Environment.NewLine)
+ history.Text += ("12padams: The white border around your screen; I can't forget to remove that!" & Environment.NewLine)
Chat.Interval = 4000
con += 1
Case 123
- history.Text += ("12padams: mouse removed..." & Environment.NewLine)
+ history.Text += ("12padams: Mouse removed!" & Environment.NewLine)
Chat.Interval = 5000
con += 1
Cursor.Hide()
@@ -175,23 +255,23 @@
Chat.Interval = 1000
con += 1
Case 113
- history.Text += ("12padams: Ok removing in 10..." & Environment.NewLine)
+ history.Text += ("12padams: OK removing in 10..." & Environment.NewLine)
Chat.Interval = 1000
con += 1
Case 112
- history.Text += ("12padams: Ok enjoy the mouse while you can because I am just about to remove it..." & Environment.NewLine)
+ history.Text += ("12padams: Enjoy the mouse while you can! I'm about to remove it..." & Environment.NewLine)
Chat.Interval = 5000
con += 1
Case 111
- history.Text += ("12padams: How could i forget to remove then mouse..." & Environment.NewLine)
+ history.Text += ("12padams: How could I forget to remove the mouse?" & Environment.NewLine)
Chat.Interval = 3000
con += 1
Case 110
- history.Text += ("12padams: Ok this is imbarrissing... I forgot to remove something thats really noticable that didn't exist." & Environment.NewLine)
+ history.Text += ("12padams: OK, this is embarrissing... I forgot to remove something that's really noticable that didn't exist." & Environment.NewLine)
Chat.Interval = 6000
con += 1
Case 109
- history.Text += ("12padams: Hmm... I seem to be making quite a good theme... I really should add this to skindows..." & Environment.NewLine)
+ history.Text += ("12padams: It appears that I seem to be making quite a good theme... I really should add this to Skindows 98..." & Environment.NewLine)
Chat.Interval = 5000
con += 1
Case 108
@@ -199,19 +279,19 @@
Chat.Interval = 4000
con += 1
Case 107
- history.Text += ("12padams: Ill just remove it now..." & Environment.NewLine)
+ history.Text += ("12padams: I'll just remove it now..." & Environment.NewLine)
Chat.Interval = 2000
con += 1
Case 106
- history.Text += ("12padams: I see the scroll bar at the side of the screen... that didn't exist early 1980's" & Environment.NewLine)
+ history.Text += ("12padams: I see the scroll bar at the side of the screen which never existed early 1980s" & Environment.NewLine)
Chat.Interval = 6000
con += 1
Case 105
- history.Text += ("12padams: hmm theres still something missing..." & Environment.NewLine)
+ history.Text += ("12padams: There is something wrong though..." & Environment.NewLine)
Chat.Interval = 6000
con += 1
Case 104
- history.Text += ("12padams: Wow your computers looking good... I should be a programmer since i did such a godo job..." & Environment.NewLine)
+ history.Text += ("12padams: Wow! You're computer is looking good... I should be a programmer since I did such an excellent job..." & Environment.NewLine)
Chat.Interval = 7000
con += 1
Case 103
@@ -219,11 +299,11 @@
Chat.Interval = 3000
con += 1
Case 102
- history.Text += ("12padams: Hmm yes Thats whats missing I gotta make the text full screen..." & Environment.NewLine)
+ history.Text += ("12padams: That's whats missing; I gotta make the text full screen..." & Environment.NewLine)
Chat.Interval = 4000
con += 1
Case 101
- history.Text += ("12padams: I Think I almost got your computer converted... early 1980's should be enough of a punishment..." & Environment.NewLine)
+ history.Text += ("12padams: I think I almost got your computer converted... early 1980s should be enough of a punishment..." & Environment.NewLine)
Chat.Interval = 7000
con += 1
Case 100
@@ -236,15 +316,15 @@
Chat.Interval = 5000
con += 1
Case 98
- history.Text += ("12padams: Ok I hope Your not Scared Of the dark!" & Environment.NewLine)
+ history.Text += ("12padams: OK, I hope you're not scared of the dark!" & Environment.NewLine)
Chat.Interval = 5000
con += 1
Case 97
- history.Text += ("12padams: Hmm ok this is gunna be tricky..." & Environment.NewLine)
+ history.Text += ("12padams: OK, this is going to be tricky..." & Environment.NewLine)
Chat.Interval = 5000
con += 1
Case 96
- history.Text += ("12padams: Oh and we didn't have backgrounds... or even color for the matter..." & Environment.NewLine)
+ history.Text += ("12padams: We didn't have backgrounds either... or even color for the matter..." & Environment.NewLine)
Chat.Interval = 6000
con += 1
Case 95
@@ -254,7 +334,7 @@
Label1.Hide()
Label7.Hide()
Case 94
- history.Text += ("12padams: First of all we didn't have labels... so ill remove labels now" & Environment.NewLine)
+ history.Text += ("12padams: First of all we didn't have labels... so I'll remove the labels now." & Environment.NewLine)
Chat.Interval = 2000
con += 1
Case 93
@@ -262,7 +342,7 @@
Chat.Interval = 5000
con += 1
Case 92
- history.Text += ("12padams: This is good now i can teach you and punish you at the same time lol :) " & Environment.NewLine)
+ history.Text += ("12padams: This is good! Now i can teach you and punish you at the same time lol :) " & Environment.NewLine)
Chat.Interval = 6000
con += 1
Case 91
@@ -270,29 +350,29 @@
Chat.Interval = 4000
con += 1
Case 90
- history.Text += ("12padams: Hmm your new... Infact I have scanned your system and your using windwos 95 which you just got very recenty... " & Environment.NewLine)
+ history.Text += ("12padams: You must be new. I've scanned your system and you're using Windwos 95 OSR 2 which you just got very recently... " & Environment.NewLine)
Chat.Interval = 10000
con += 1
Case 89
- history.Text += ("12padams: Oh thats Right you dont even talk so your problably don't even know its gone... " & Environment.NewLine)
+ history.Text += ("12padams: Oh yeah! You dont even talk so you problably don't even know it's gone... " & Environment.NewLine)
Chat.Interval = 6000
con += 1
Case 88
- history.Text += ("12padams: Lol your problably saying WHY CAN'T I TALK... " & Environment.NewLine)
+ history.Text += ("12padams: You're problably saying ""WHY CAN'T I TALK?!"" " & Environment.NewLine)
Chat.Interval = 4000
typechat.Hide()
Button2.Hide()
con += 1
Case 87
- history.Text += ("12padams: Since you never talk i guess you won't be needing this..." & Environment.NewLine)
+ history.Text += ("12padams: Since you never talk, I guess you won't be needing this..." & Environment.NewLine)
Chat.Interval = 4000
con += 1
Case 86
- history.Text += ("12padams: " & username & "? I don't remeber you... Oh right your the silent one... " & Environment.NewLine)
+ history.Text += ("12padams: " & username & "? I don't remeber you... Oh right you're the silent one... " & Environment.NewLine)
Chat.Interval = 6000
con += 1
Case 85
- history.Text += ("12padams: Now We are just left with... um wait who was it again..." & Environment.NewLine)
+ history.Text += ("12padams: Now We are just left with... um wait who was it again?" & Environment.NewLine)
Chat.Interval = 4000
con += 1
Case 84
@@ -301,44 +381,44 @@
Chat.Interval = 5000
con += 1
Case 83
- history.Text += ("12padams: Oh Don't you know how to? here ill do it for you..." & Environment.NewLine)
+ history.Text += ("12padams: Oh don't you know how to? Here, I'll do it for you..." & Environment.NewLine)
Chat.Interval = 4000
con += 1
Case 82
- history.Text += ("SkyHigh: But I can't!!!" & Environment.NewLine)
+ history.Text += ("SkyHigh: But I can't!" & Environment.NewLine)
Chat.Interval = 4000
con += 1
Case 81
- history.Text += ("12padams: Stop? you both have been able to stop this the whole time... just turn off your computer..." & Environment.NewLine)
+ history.Text += ("12padams: Stop? You both have been able to stop this the whole time... just turn off your computer!" & Environment.NewLine)
Chat.Interval = 7000
con += 1
Case 80
- history.Text += ("SkyHigh: Please Stop!!!" & Environment.NewLine)
+ history.Text += ("SkyHigh: Please stop!" & Environment.NewLine)
Chat.Interval = 8000
con += 1
Case 79
- history.Text += ("12padams: Ok now that thats removed i Can deal with your punishments" & Environment.NewLine)
+ history.Text += ("12padams: OK, now that that's removed I can deal with your punishments." & Environment.NewLine)
Chat.Interval = 5000
Panel1.Hide()
con += 1
Case 78
- history.Text += ("12padams: No because i got rid of him... oh woops and talking about getting rid of things lol i forgot to remove the illegal file he uploaded which has been here all along..." & Environment.NewLine)
+ history.Text += ("12padams: No because I got rid of him. Talking about getting rid of things! I forgot to remove the illegal file he uploaded which has been here all along..." & Environment.NewLine)
Chat.Interval = 6000
con += 1
Case 77
- history.Text += ("12padams: Exactly and rain49 uploaded the skindows and do you see him now?" & Environment.NewLine)
+ history.Text += ("12padams: Exactly and rain49 uploaded Skindows 95. Do you see him now?" & Environment.NewLine)
Chat.Interval = 7000
con += 1
Case 76
- history.Text += ("SkyHigh: I thought its only illegal to upload stuff..." & Environment.NewLine)
+ history.Text += ("SkyHigh: I thought it was only illegal to upload stuff..." & Environment.NewLine)
Chat.Interval = 4000
con += 1
Case 75
- history.Text += ("SkyHigh: Please Thats It!!! STOP. Me and " & username & " didn't accually do the uploading..." & Environment.NewLine)
+ history.Text += ("SkyHigh: Please that's it! STOP. me and " & username & " didn't actually do the uploading..." & Environment.NewLine)
Chat.Interval = 9000
con += 1
Case 74
- history.Text += ("SkyHigh: Damn IT!!! what are we supposed to do now " & username & "... he got rid of the top bar with the close button and maximize and all the..." & Environment.NewLine)
+ history.Text += ("SkyHigh: Damn it! What are we supposed to do now " & username & "... he got rid of the top bar with the close button and maximize and all the..." & Environment.NewLine)
Chat.Interval = 8000
con += 1
Case 73
@@ -346,11 +426,11 @@
Chat.Interval = 3000
con += 1
Case 72
- history.Text += ("12padams: What I have done everything...? What about this?" & Environment.NewLine)
+ history.Text += ("12padams: I've done everything...? No! What about this?" & Environment.NewLine)
Chat.Interval = 3000
con += 1
Case 71
- history.Text += ("SkyHigh: NOOOOOOO please this is enough you have done everything. I won't illegally download your software again" & Environment.NewLine)
+ history.Text += ("SkyHigh: Please this is enough! You have done everything to convince me that I won't illegally download your software again." & Environment.NewLine)
Chat.Interval = 6000
con += 1
Case 70
@@ -359,7 +439,7 @@
Windows95.Hide()
Me.WindowState = FormWindowState.Maximized
Case 69
- history.Text += ("12padams: Well first I need your full attention..." & Environment.NewLine)
+ history.Text += ("12padams: Well first, I need your full attention." & Environment.NewLine)
Chat.Interval = 3000
con += 1
Dim FontName As String = "Arial"
@@ -367,98 +447,98 @@
Dim FS As New Font(FontName, FontSize, FontStyle.Regular)
history.Font = FS
Case 68
- history.Text += ("SkyHigh: Please Let Me and " & username & " go and just forget this happened!!!!" & Environment.NewLine)
+ history.Text += ("SkyHigh: Please let me and " & username & " go and just forget this happened!" & Environment.NewLine)
Chat.Interval = 6000
con += 1
Case 67
- history.Text += ("12padams: You wanna Know how to Stop this?!!!!" & Environment.NewLine)
+ history.Text += ("12padams: You want to know how to stop this?!" & Environment.NewLine)
Chat.Interval = 4000
con += 1
Case 66
- history.Text += ("SkyHigh: Please Stop!!!!" & Environment.NewLine)
+ history.Text += ("SkyHigh: Please stop!" & Environment.NewLine)
Chat.Interval = 6000
con += 1
Case 65
- history.Text += ("12padams: Oh yea and your icons are infected so you don't need them" & Environment.NewLine)
+ history.Text += ("12padams: Oh yeah, and your icons are infected so you don't need them." & Environment.NewLine)
Chat.Interval = 8000
Windows95.desktopicons.Hide()
con += 1
Case 64
- history.Text += ("12padams: Oh but you said to the remove viruses and your taskbar was infected... it had no start button" & Environment.NewLine)
+ history.Text += ("12padams: Did you not say to the remove viruses? Your taskbar was infected since it had no start button." & Environment.NewLine)
Chat.Interval = 7000
con += 1
Case 63
- history.Text += ("SkyHigh: Hey What the hell give me back my taskbar!!!" & Environment.NewLine)
+ history.Text += ("SkyHigh: Hey! What the hell? Give me back my taskbar!" & Environment.NewLine)
Chat.Interval = 9000
con += 1
Case 62
- history.Text += ("12padams: Hmm the taskbar was made by microsoft for windows 95...." & Environment.NewLine)
+ history.Text += ("12padams: The taskbar was made by Microsoft making its debut in Windows 95..." & Environment.NewLine)
Chat.Interval = 6000
con += 1
Windows95.taskbar.Hide()
Case 61
- history.Text += ("12padams: Hmm I see a Taskbar at the bottom of the screen..." & Environment.NewLine)
+ history.Text += ("12padams: I see a taskbar at the bottom of the screen." & Environment.NewLine)
Chat.Interval = 4000
con += 1
Case 60
- history.Text += ("12padams: Well the whole of windows 95 is a virus so hmm where do we begin..." & Environment.NewLine)
+ history.Text += ("12padams: Well the whole of Windows 95 is a virus. Where shall I begin?" & Environment.NewLine)
Chat.Interval = 5000
con += 1
Case 59
- history.Text += ("12padams: Get Rid of the viruses did you say???" & Environment.NewLine)
+ history.Text += ("12padams: Get rid of the viruses did you type?" & Environment.NewLine)
Chat.Interval = 6000
con += 1
Case 58
- history.Text += ("SkyHigh: What the Hell??? just get rid of these viruses now!!!" & Environment.NewLine)
+ history.Text += ("SkyHigh: What the hell?! Just get rid of these viruses now!" & Environment.NewLine)
Chat.Interval = 5000
con += 1
Case 57
- history.Text += ("12padams: Anyway SkyHigh you are asking to many questions... Its time I unleash my next virus" & Environment.NewLine)
+ history.Text += ("12padams: Anyway SkyHigh you are asking too many questions... It's time I unleash my next virus!" & Environment.NewLine)
Chat.Interval = 8000
con += 1
Case 56
- history.Text += ("12padams: Well It causes your computer to have all its funtions disabled" & Environment.NewLine)
+ history.Text += ("12padams: Well, it causes your computer to have all its functions disabled thus slowly killing the computer!" & Environment.NewLine)
Chat.Interval = 8000
con += 1
Case 55
- history.Text += ("SkyHigh: Whats the virus do?" & Environment.NewLine)
+ history.Text += ("SkyHigh: What does the virus do?" & Environment.NewLine)
Chat.Interval = 6000
con += 1
Case 54
- history.Text += ("12padams: Your both experienceing a lethal virus which i like to call (death)" & Environment.NewLine)
+ history.Text += ("12padams: You're both experienceing a lethal virus which i like to call ""death" & Environment.NewLine)
Chat.Interval = 4000
con += 1
Case 53
- history.Text += ("12padams: I told you that you were gunna be punished...." & Environment.NewLine)
+ history.Text += ("12padams: I told you that you were going to be punished." & Environment.NewLine)
Chat.Interval = 8000
con += 1
Case 52
- history.Text += ("SkyHigh: Hey what i can't open anything?" & Environment.NewLine)
+ history.Text += ("SkyHigh: Hey! Why can't I open anything?" & Environment.NewLine)
Chat.Interval = 5000
con += 1
Case 51
- history.Text += ("SkyHigh: Don't worry " & username & " ill look online for help" & Environment.NewLine)
+ history.Text += ("SkyHigh: Don't worry " & username & ", I'll look online for help" & Environment.NewLine)
Chat.Interval = 4000
Windows95.Enabled = False
con += 1
Case 50
- history.Text += ("12padams: Hey trying to fight back are we...? well ill punish you both!" & Environment.NewLine)
+ history.Text += ("12padams: Trying to fight back are we...? Well I'll punish you both!" & Environment.NewLine)
Chat.Interval = 6000
con += 1
Case 49
- history.Text += ("SkyHigh: Stop it!!! Let me and " & username & " go!" & Environment.NewLine)
+ history.Text += ("SkyHigh: Stop it! Let me and " & username & " go!" & Environment.NewLine)
Chat.Interval = 3000
con += 1
Case 48
- history.Text += ("12padams: Oh yea thats right... Now we had two left. We have SkyHigh and " & username & Environment.NewLine)
+ history.Text += ("12padams: Oh yeah that's right... Now we have two left - SkyHigh and " & username & "." & Environment.NewLine)
Chat.Interval = 5000
con += 1
Case 47
- history.Text += ("12padams: anyway... where were we?" & Environment.NewLine)
+ history.Text += ("12padams: Anyway... where were we?" & Environment.NewLine)
Chat.Interval = 6000
con += 1
Case 46
- history.Text += ("12padams: lol All your Computers are infected with a virus which makes them unable to boot." & Environment.NewLine)
+ history.Text += ("12padams: All your computers are infected with a virus which makes them unable to boot." & Environment.NewLine)
Chat.Interval = 6000
con += 1
Case 45
@@ -467,15 +547,15 @@
Chat.Interval = 7000
con += 1
Case 44
- history.Text += ("rain49: Oh yea... just watch" & Environment.NewLine)
+ history.Text += ("rain49: Oh yeah? Just watch!" & Environment.NewLine)
Chat.Interval = 1000
con += 1
Case 43
- history.Text += ("12padams: I would not do that if i were you..." & Environment.NewLine)
+ history.Text += ("12padams: I would not do that if I were you..." & Environment.NewLine)
Chat.Interval = 3000
con += 1
Case 42
- history.Text += ("rain49: No... because i can just turn my computer off at the powerpoint... " & Environment.NewLine)
+ history.Text += ("rain49: No... because I can just turn my computer off at the power... " & Environment.NewLine)
Chat.Interval = 4000
con += 1
Case 41
@@ -483,40 +563,40 @@
Chat.Interval = 5000
con += 1
Case 40
- history.Text += ("rain49: Omg 12padams disabled it..." & Environment.NewLine)
+ history.Text += ("rain49: 12padams disabled it... CRAP!" & Environment.NewLine)
Chat.Interval = 6000
con += 1
Case 39
- history.Text += ("SkyHigh: What the Hell!!!! wheres my startbutton." & Environment.NewLine)
+ history.Text += ("SkyHigh: What the hell?! Where is my start button?!" & Environment.NewLine)
Chat.Interval = 4000
con += 1
Case 38
- history.Text += ("12padams: Ha Ha Ha... nobodys turning off their computer???" & Environment.NewLine)
+ history.Text += ("12padams: Ha! Nobody is turning off their computer?" & Environment.NewLine)
Chat.Interval = 3000
con += 1
Case 37
- history.Text += ("12padams: Yea Guys I Will definatly unban you if you do that..." & Environment.NewLine)
+ history.Text += ("12padams: Yeah guys, I will definetely unban you if you do that..." & Environment.NewLine)
Chat.Interval = 5000
con += 1
Windows95.startbutton.Hide()
Case 36
- history.Text += ("rain49: Guys Quickly go to start and turn off your computer!!!" & Environment.NewLine)
+ history.Text += ("rain49: Guys, quickly go to Start and turn off your computer!" & Environment.NewLine)
Chat.Interval = 5000
con += 1
Case 35
- history.Text += ("12padams: Now that I Have you... We are gunna have a bit of fun..." & Environment.NewLine)
+ history.Text += ("12padams: Now that I have you, we are going to have a bit of fun..." & Environment.NewLine)
Chat.Interval = 10000
con += 1
Case 34
- history.Text += ("12padams: I Have Caught you!!!" & Environment.NewLine)
+ history.Text += ("12padams: I have caught you!!!" & Environment.NewLine)
Chat.Interval = 3000
con += 1
Case 33
- history.Text += ("SkyHigh: I can't the x button is not working!!!!" & Environment.NewLine)
+ history.Text += ("SkyHigh: I can't! The X button is not working!!!!" & Environment.NewLine)
Chat.Interval = 3000
con += 1
Case 32
- history.Text += ("rain49: CRAP 12padams logged on... Quickly SkyHigh and " & username & " LOGOUT!!!" & Environment.NewLine)
+ history.Text += ("rain49: Ah crap! 12padams has logged on... Quickly SkyHigh and " & username & " LOG OUT!!!" & Environment.NewLine)
Chat.Interval = 4000
con += 1
Case 31
@@ -530,27 +610,28 @@
Chat.Interval = 8000
con += 1
Case 29
- history.Text += ("rain49: ok have fun then..." & Environment.NewLine)
+ history.Text += ("rain49: OK, have fun then..." & Environment.NewLine)
Chat.Interval = 8000
con += 1
Case 28
- history.Text += ("SkyHigh: YAY! Download Finished... Ill install it now :)" & Environment.NewLine)
+ history.Text += ("SkyHigh: YAY! Download Finished... I'll install it now :)" & Environment.NewLine)
Chat.Interval = 3000
con += 1
Case 27
- history.Text += ("rain49: lol ok... hey " & username & " you can download it as well :)" & Environment.NewLine)
+ history.Text += ("rain49: OK... hey " & username & ", you can download it as well :)" & Environment.NewLine)
Chat.Interval = 9000
con += 1
Case 26
- history.Text += ("SkyHigh: Yay Thanks rain49!!! Ill download it now" & Environment.NewLine)
+ history.Text += ("SkyHigh: Thanks rain49!!! I'll download it now." & Environment.NewLine)
Chat.Interval = 5000
con += 1
Case 25
- history.Text += ("rain49: Its now added to the file sharing section at the bottom right of the screen" & Environment.NewLine)
+ history.Text += ("rain49: It's now added to the file sharing section at the bottom right of the screen." & Environment.NewLine)
Chat.Interval = 4000
Label5.Show()
Button5.Show()
con += 1
+ abletoclose = False
Case 24
history.Text += ("rain49: Ok just wait a sec..." & Environment.NewLine)
Chat.Interval = 7000
@@ -600,7 +681,7 @@
Chat.Interval = 6000
con += 1
Case 12
- history.Text += ("rain49: Hey Who's " & username & Environment.NewLine)
+ history.Text += ("rain49: Hey Who's " & username & "?" & Environment.NewLine)
Chat.Interval = 7000
con += 1
Case 11
@@ -622,20 +703,20 @@
con += 1
Case 7
If correct Then
- history.Text += ("SkyHigh: Yay You got it :)" & Environment.NewLine)
+ history.Text += ("SkyHigh: Yay you got it :)" & Environment.NewLine)
Button4.Hide()
Button3.Hide()
typechat.Show()
con += 1
ElseIf Not correct Then
- history.Text += ("SkyHigh: Sorry My Name was Bill :(" & Environment.NewLine)
+ history.Text += ("SkyHigh: Sorry my name was Bill" & Environment.NewLine)
Button4.Hide()
Button3.Hide()
typechat.Show()
con += 1
End If
Case 6
- history.Text += ("SkyHigh: Ill make 2 buttons appear at the bottom of your screen and you click to guess" & Environment.NewLine)
+ history.Text += ("SkyHigh: I'll make 2 buttons appear at the bottom of your screen and you click to guess." & Environment.NewLine)
Chat.Interval = 500
con += 1
Button3.Show()
@@ -643,11 +724,11 @@
typechat.Hide()
Chat.Stop()
Case 5
- history.Text += ("SkyHigh: Ok Guess What my Name is" & Environment.NewLine)
+ history.Text += ("SkyHigh: OK, guess What my name is" & Environment.NewLine)
Chat.Interval = 3000
con += 1
Case 4
- history.Text += ("SkyHigh: " & username & " We can play a game while we wait for rain49 to login" & Environment.NewLine)
+ history.Text += ("SkyHigh: " & username & " we can play a game while we wait for rain49 to log on." & Environment.NewLine)
Chat.Interval = 4000
con += 1
Case 3
@@ -655,7 +736,7 @@
Chat.Interval = 5000
con += 1
Case 2
- history.Text += ("SkyHigh: Sorry I thought my friend rain49 was gunna be on..." & Environment.NewLine)
+ history.Text += ("SkyHigh: Sorry, I thought my friend rain49 was going to be on..." & Environment.NewLine)
Chat.Interval = 1000
con += 1
Case 1
diff --git a/windows 95/commandpromptxp.Designer.vb b/windows 95/commandpromptxp.Designer.vb
index 4005a22..a557ff7 100755
--- a/windows 95/commandpromptxp.Designer.vb
+++ b/windows 95/commandpromptxp.Designer.vb
@@ -1,9 +1,9 @@
-<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
+<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class commandpromptxp
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
- <System.Diagnostics.DebuggerNonUserCode()> _
+ <System.Diagnostics.DebuggerNonUserCode()>
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
@@ -20,7 +20,7 @@ Partial Class commandpromptxp
'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()> _
+ <System.Diagnostics.DebuggerStepThrough()>
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(commandpromptxp))
@@ -135,7 +135,7 @@ Partial Class commandpromptxp
Me.programname.BackColor = System.Drawing.Color.Transparent
Me.programname.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.programname.ForeColor = System.Drawing.Color.White
- Me.programname.Location = New System.Drawing.Point(5, 8)
+ Me.programname.Location = New System.Drawing.Point(8, 9)
Me.programname.Name = "programname"
Me.programname.Size = New System.Drawing.Size(104, 13)
Me.programname.TabIndex = 3
diff --git a/windows 95/formcalculator.Designer.vb b/windows 95/formcalculator.Designer.vb
index de55a57..c496d53 100755
--- a/windows 95/formcalculator.Designer.vb
+++ b/windows 95/formcalculator.Designer.vb
@@ -51,16 +51,6 @@ Partial Class formcalculator
Me.Button3 = New System.Windows.Forms.Button()
Me.Button2 = New System.Windows.Forms.Button()
Me.Button1 = New System.Windows.Forms.Button()
- Me.MenuStrip2 = New System.Windows.Forms.MenuStrip()
- Me.EditToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
- Me.CopyCtrlCToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
- Me.PasteCtrlVToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
- Me.HelpToolStripMenuItem2 = New System.Windows.Forms.ToolStripMenuItem()
- Me.ScientificToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
- Me.StandardToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
- Me.HelpToolStripMenuItem3 = New System.Windows.Forms.ToolStripMenuItem()
- Me.HelpTopicsToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
- Me.AboutCalculatorToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.look = New System.Windows.Forms.Timer(Me.components)
Me.pullbs = New System.Windows.Forms.Timer(Me.components)
Me.pullbottom = New System.Windows.Forms.Timer(Me.components)
@@ -79,18 +69,28 @@ Partial Class formcalculator
Me.bottom = New System.Windows.Forms.Panel()
Me.right = New System.Windows.Forms.Panel()
Me.top = New System.Windows.Forms.Panel()
- Me.MenuStrip2.SuspendLayout()
+ Me.EditToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
+ Me.CopyCtrlCToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
+ Me.PasteCtrlVToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
+ Me.HelpToolStripMenuItem2 = New System.Windows.Forms.ToolStripMenuItem()
+ Me.ScientificToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
+ Me.StandardToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
+ Me.HelpToolStripMenuItem3 = New System.Windows.Forms.ToolStripMenuItem()
+ Me.HelpTopicsToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
+ Me.AboutCalculatorToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
+ Me.MenuStrip2 = New System.Windows.Forms.MenuStrip()
Me.program.SuspendLayout()
Me.programtopbar.SuspendLayout()
CType(Me.maximizebutton, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.minimizebutton, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.closebutton, System.ComponentModel.ISupportInitialize).BeginInit()
+ Me.MenuStrip2.SuspendLayout()
Me.SuspendLayout()
'
'TextBox1
'
Me.TextBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.TextBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.TextBox1.Location = New System.Drawing.Point(18, 53)
Me.TextBox1.Multiline = True
@@ -424,79 +424,8 @@ Partial Class formcalculator
Me.Button1.Text = "MR"
Me.Button1.UseVisualStyleBackColor = True
'
- 'MenuStrip2
- '
- Me.MenuStrip2.BackColor = System.Drawing.Color.Silver
- Me.MenuStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.EditToolStripMenuItem1, Me.HelpToolStripMenuItem2, Me.HelpToolStripMenuItem3})
- Me.MenuStrip2.Location = New System.Drawing.Point(4, 22)
- Me.MenuStrip2.Name = "MenuStrip2"
- Me.MenuStrip2.Size = New System.Drawing.Size(300, 24)
- Me.MenuStrip2.TabIndex = 28
- Me.MenuStrip2.Text = "MenuStrip2"
- '
- 'EditToolStripMenuItem1
- '
- Me.EditToolStripMenuItem1.BackColor = System.Drawing.Color.Silver
- Me.EditToolStripMenuItem1.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.CopyCtrlCToolStripMenuItem1, Me.PasteCtrlVToolStripMenuItem1})
- Me.EditToolStripMenuItem1.Name = "EditToolStripMenuItem1"
- Me.EditToolStripMenuItem1.Size = New System.Drawing.Size(39, 20)
- Me.EditToolStripMenuItem1.Text = "Edit"
- '
- 'CopyCtrlCToolStripMenuItem1
- '
- Me.CopyCtrlCToolStripMenuItem1.BackColor = System.Drawing.Color.Silver
- Me.CopyCtrlCToolStripMenuItem1.Name = "CopyCtrlCToolStripMenuItem1"
- Me.CopyCtrlCToolStripMenuItem1.Size = New System.Drawing.Size(158, 22)
- Me.CopyCtrlCToolStripMenuItem1.Text = "Copy Ctrl+C"
- '
- 'PasteCtrlVToolStripMenuItem1
- '
- Me.PasteCtrlVToolStripMenuItem1.BackColor = System.Drawing.Color.Silver
- Me.PasteCtrlVToolStripMenuItem1.Name = "PasteCtrlVToolStripMenuItem1"
- Me.PasteCtrlVToolStripMenuItem1.Size = New System.Drawing.Size(158, 22)
- Me.PasteCtrlVToolStripMenuItem1.Text = "Paste Ctrl+V"
- '
- 'HelpToolStripMenuItem2
- '
- Me.HelpToolStripMenuItem2.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ScientificToolStripMenuItem, Me.StandardToolStripMenuItem})
- Me.HelpToolStripMenuItem2.Name = "HelpToolStripMenuItem2"
- Me.HelpToolStripMenuItem2.Size = New System.Drawing.Size(44, 20)
- Me.HelpToolStripMenuItem2.Text = "Veiw"
- '
- 'ScientificToolStripMenuItem
- '
- Me.ScientificToolStripMenuItem.BackColor = System.Drawing.Color.Silver
- Me.ScientificToolStripMenuItem.Name = "ScientificToolStripMenuItem"
- Me.ScientificToolStripMenuItem.Size = New System.Drawing.Size(122, 22)
- Me.ScientificToolStripMenuItem.Text = "Scientific"
- '
- 'StandardToolStripMenuItem
- '
- Me.StandardToolStripMenuItem.BackColor = System.Drawing.Color.Silver
- Me.StandardToolStripMenuItem.Name = "StandardToolStripMenuItem"
- Me.StandardToolStripMenuItem.Size = New System.Drawing.Size(122, 22)
- Me.StandardToolStripMenuItem.Text = "Standard"
- '
- 'HelpToolStripMenuItem3
- '
- Me.HelpToolStripMenuItem3.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.HelpTopicsToolStripMenuItem1, Me.AboutCalculatorToolStripMenuItem})
- Me.HelpToolStripMenuItem3.Name = "HelpToolStripMenuItem3"
- Me.HelpToolStripMenuItem3.Size = New System.Drawing.Size(44, 20)
- Me.HelpToolStripMenuItem3.Text = "Help"
- '
- 'HelpTopicsToolStripMenuItem1
- '
- Me.HelpTopicsToolStripMenuItem1.BackColor = System.Drawing.Color.Silver
- Me.HelpTopicsToolStripMenuItem1.Name = "HelpTopicsToolStripMenuItem1"
- Me.HelpTopicsToolStripMenuItem1.Size = New System.Drawing.Size(164, 22)
- Me.HelpTopicsToolStripMenuItem1.Text = "Help Topics"
- '
- 'AboutCalculatorToolStripMenuItem
+ 'look
'
- Me.AboutCalculatorToolStripMenuItem.BackColor = System.Drawing.Color.Silver
- Me.AboutCalculatorToolStripMenuItem.Name = "AboutCalculatorToolStripMenuItem"
- Me.AboutCalculatorToolStripMenuItem.Size = New System.Drawing.Size(164, 22)
- Me.AboutCalculatorToolStripMenuItem.Text = "About Calculator"
'
'pullbs
'
@@ -685,6 +614,80 @@ Partial Class formcalculator
Me.top.Size = New System.Drawing.Size(308, 4)
Me.top.TabIndex = 8
'
+ 'EditToolStripMenuItem1
+ '
+ Me.EditToolStripMenuItem1.BackColor = System.Drawing.Color.Silver
+ Me.EditToolStripMenuItem1.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.CopyCtrlCToolStripMenuItem1, Me.PasteCtrlVToolStripMenuItem1})
+ Me.EditToolStripMenuItem1.Name = "EditToolStripMenuItem1"
+ Me.EditToolStripMenuItem1.Size = New System.Drawing.Size(39, 20)
+ Me.EditToolStripMenuItem1.Text = "Edit"
+ '
+ 'CopyCtrlCToolStripMenuItem1
+ '
+ Me.CopyCtrlCToolStripMenuItem1.BackColor = System.Drawing.Color.Silver
+ Me.CopyCtrlCToolStripMenuItem1.Name = "CopyCtrlCToolStripMenuItem1"
+ Me.CopyCtrlCToolStripMenuItem1.Size = New System.Drawing.Size(158, 22)
+ Me.CopyCtrlCToolStripMenuItem1.Text = "Copy Ctrl+C"
+ '
+ 'PasteCtrlVToolStripMenuItem1
+ '
+ Me.PasteCtrlVToolStripMenuItem1.BackColor = System.Drawing.Color.Silver
+ Me.PasteCtrlVToolStripMenuItem1.Name = "PasteCtrlVToolStripMenuItem1"
+ Me.PasteCtrlVToolStripMenuItem1.Size = New System.Drawing.Size(158, 22)
+ Me.PasteCtrlVToolStripMenuItem1.Text = "Paste Ctrl+V"
+ '
+ 'HelpToolStripMenuItem2
+ '
+ Me.HelpToolStripMenuItem2.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ScientificToolStripMenuItem, Me.StandardToolStripMenuItem})
+ Me.HelpToolStripMenuItem2.Name = "HelpToolStripMenuItem2"
+ Me.HelpToolStripMenuItem2.Size = New System.Drawing.Size(44, 20)
+ Me.HelpToolStripMenuItem2.Text = "Veiw"
+ '
+ 'ScientificToolStripMenuItem
+ '
+ Me.ScientificToolStripMenuItem.BackColor = System.Drawing.Color.Silver
+ Me.ScientificToolStripMenuItem.Name = "ScientificToolStripMenuItem"
+ Me.ScientificToolStripMenuItem.Size = New System.Drawing.Size(122, 22)
+ Me.ScientificToolStripMenuItem.Text = "Scientific"
+ '
+ 'StandardToolStripMenuItem
+ '
+ Me.StandardToolStripMenuItem.BackColor = System.Drawing.Color.Silver
+ Me.StandardToolStripMenuItem.Name = "StandardToolStripMenuItem"
+ Me.StandardToolStripMenuItem.Size = New System.Drawing.Size(122, 22)
+ Me.StandardToolStripMenuItem.Text = "Standard"
+ '
+ 'HelpToolStripMenuItem3
+ '
+ Me.HelpToolStripMenuItem3.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.HelpTopicsToolStripMenuItem1, Me.AboutCalculatorToolStripMenuItem})
+ Me.HelpToolStripMenuItem3.Name = "HelpToolStripMenuItem3"
+ Me.HelpToolStripMenuItem3.Size = New System.Drawing.Size(44, 20)
+ Me.HelpToolStripMenuItem3.Text = "Help"
+ '
+ 'HelpTopicsToolStripMenuItem1
+ '
+ Me.HelpTopicsToolStripMenuItem1.BackColor = System.Drawing.Color.Silver
+ Me.HelpTopicsToolStripMenuItem1.Name = "HelpTopicsToolStripMenuItem1"
+ Me.HelpTopicsToolStripMenuItem1.Size = New System.Drawing.Size(164, 22)
+ Me.HelpTopicsToolStripMenuItem1.Text = "Help Topics"
+ '
+ 'AboutCalculatorToolStripMenuItem
+ '
+ Me.AboutCalculatorToolStripMenuItem.BackColor = System.Drawing.Color.Silver
+ Me.AboutCalculatorToolStripMenuItem.Name = "AboutCalculatorToolStripMenuItem"
+ Me.AboutCalculatorToolStripMenuItem.Size = New System.Drawing.Size(164, 22)
+ Me.AboutCalculatorToolStripMenuItem.Text = "About Calculator"
+ '
+ 'MenuStrip2
+ '
+ Me.MenuStrip2.BackColor = System.Drawing.Color.Silver
+ Me.MenuStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.EditToolStripMenuItem1, Me.HelpToolStripMenuItem2, Me.HelpToolStripMenuItem3})
+ Me.MenuStrip2.Location = New System.Drawing.Point(4, 22)
+ Me.MenuStrip2.Name = "MenuStrip2"
+ Me.MenuStrip2.Size = New System.Drawing.Size(300, 24)
+ Me.MenuStrip2.TabIndex = 28
+ Me.MenuStrip2.Text = "MenuStrip2"
+ '
'formcalculator
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
@@ -695,8 +698,6 @@ Partial Class formcalculator
Me.Name = "formcalculator"
Me.Text = "formcalculator"
Me.TopMost = True
- Me.MenuStrip2.ResumeLayout(False)
- Me.MenuStrip2.PerformLayout()
Me.program.ResumeLayout(False)
Me.program.PerformLayout()
Me.programtopbar.ResumeLayout(False)
@@ -704,6 +705,8 @@ Partial Class formcalculator
CType(Me.maximizebutton, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.minimizebutton, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.closebutton, System.ComponentModel.ISupportInitialize).EndInit()
+ Me.MenuStrip2.ResumeLayout(False)
+ Me.MenuStrip2.PerformLayout()
Me.ResumeLayout(False)
End Sub
@@ -735,16 +738,6 @@ Partial Class formcalculator
Friend WithEvents Button3 As System.Windows.Forms.Button
Friend WithEvents Button2 As System.Windows.Forms.Button
Friend WithEvents Button1 As System.Windows.Forms.Button
- Friend WithEvents MenuStrip2 As System.Windows.Forms.MenuStrip
- Friend WithEvents EditToolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem
- Friend WithEvents CopyCtrlCToolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem
- Friend WithEvents PasteCtrlVToolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem
- Friend WithEvents HelpToolStripMenuItem2 As System.Windows.Forms.ToolStripMenuItem
- Friend WithEvents ScientificToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
- Friend WithEvents StandardToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
- Friend WithEvents HelpToolStripMenuItem3 As System.Windows.Forms.ToolStripMenuItem
- Friend WithEvents HelpTopicsToolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem
- Friend WithEvents AboutCalculatorToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents look As System.Windows.Forms.Timer
Friend WithEvents pullbs As System.Windows.Forms.Timer
Friend WithEvents pullbottom As System.Windows.Forms.Timer
@@ -763,4 +756,14 @@ Partial Class formcalculator
Friend WithEvents bottom As System.Windows.Forms.Panel
Friend WithEvents right As System.Windows.Forms.Panel
Friend WithEvents top As System.Windows.Forms.Panel
+ Friend WithEvents MenuStrip2 As MenuStrip
+ Friend WithEvents EditToolStripMenuItem1 As ToolStripMenuItem
+ Friend WithEvents CopyCtrlCToolStripMenuItem1 As ToolStripMenuItem
+ Friend WithEvents PasteCtrlVToolStripMenuItem1 As ToolStripMenuItem
+ Friend WithEvents HelpToolStripMenuItem2 As ToolStripMenuItem
+ Friend WithEvents ScientificToolStripMenuItem As ToolStripMenuItem
+ Friend WithEvents StandardToolStripMenuItem As ToolStripMenuItem
+ Friend WithEvents HelpToolStripMenuItem3 As ToolStripMenuItem
+ Friend WithEvents HelpTopicsToolStripMenuItem1 As ToolStripMenuItem
+ Friend WithEvents AboutCalculatorToolStripMenuItem As ToolStripMenuItem
End Class
diff --git a/windows 95/formcalculator.resx b/windows 95/formcalculator.resx
index ffaa295..ea0d705 100755
--- a/windows 95/formcalculator.resx
+++ b/windows 95/formcalculator.resx
@@ -117,9 +117,6 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
- <metadata name="MenuStrip2.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
- <value>17, 17</value>
- </metadata>
<metadata name="look.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>132, 17</value>
</metadata>
@@ -132,4 +129,7 @@
<metadata name="pullside.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>509, 17</value>
</metadata>
+ <metadata name="MenuStrip2.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+ <value>17, 17</value>
+ </metadata>
</root> \ No newline at end of file
diff --git a/windows 95/formcalculator.vb b/windows 95/formcalculator.vb
index 5e66687..5b8572a 100755
--- a/windows 95/formcalculator.vb
+++ b/windows 95/formcalculator.vb
@@ -103,6 +103,10 @@
End If
End Sub
+ Private Sub QuitToolStripMenuItem_Click(sender As Object, e As EventArgs)
+
+ End Sub
+
Private Sub look_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles look.Tick
Me.programtopbar.BackColor = Windows95.exampleprogramtopbar.BackColor
Me.programtopbar.BackgroundImage = Windows95.exampleprogramtopbar.BackgroundImage
diff --git a/windows 95/histacom icon.ico b/windows 95/histacom icon.ico
index 5cc3cc7..dcb6036 100755
--- a/windows 95/histacom icon.ico
+++ b/windows 95/histacom icon.ico
Binary files differ