summaryrefslogtreecommitdiff
path: root/windows 95/My Project
diff options
context:
space:
mode:
authorJamie Mansfield <[email protected]>2015-03-01 10:50:24 +0000
committerJamie Mansfield <[email protected]>2015-03-01 10:50:24 +0000
commitdfac3489c438f5c54bff088a354815e79675b531 (patch)
treedafec547b0e8592e34d8aa756c9500407ebc3c1b /windows 95/My Project
downloadhistacom-dfac3489c438f5c54bff088a354815e79675b531.tar.gz
histacom-dfac3489c438f5c54bff088a354815e79675b531.tar.bz2
histacom-dfac3489c438f5c54bff088a354815e79675b531.zip
Initial commit
Diffstat (limited to 'windows 95/My Project')
-rwxr-xr-xwindows 95/My Project/Application.Designer.vb38
-rwxr-xr-xwindows 95/My Project/Application.myapp10
-rwxr-xr-xwindows 95/My Project/AssemblyInfo.vb35
-rwxr-xr-xwindows 95/My Project/Resources.Designer.vb4417
-rwxr-xr-xwindows 95/My Project/Resources.resx1429
-rwxr-xr-xwindows 95/My Project/Settings.Designer.vb73
-rwxr-xr-xwindows 95/My Project/Settings.settings7
-rwxr-xr-xwindows 95/My Project/app.manifest47
8 files changed, 6056 insertions, 0 deletions
diff --git a/windows 95/My Project/Application.Designer.vb b/windows 95/My Project/Application.Designer.vb
new file mode 100755
index 0000000..521b11a
--- /dev/null
+++ b/windows 95/My Project/Application.Designer.vb
@@ -0,0 +1,38 @@
+'------------------------------------------------------------------------------
+' <auto-generated>
+' This code was generated by a tool.
+' Runtime Version:4.0.30319.17929
+'
+' Changes to this file may cause incorrect behavior and will be lost if
+' the code is regenerated.
+' </auto-generated>
+'------------------------------------------------------------------------------
+
+Option Strict On
+Option Explicit On
+
+
+Namespace My
+
+ 'NOTE: This file is auto-generated; do not modify it directly. To make changes,
+ ' or if you encounter build errors in this file, go to the Project Designer
+ ' (go to Project Properties or double-click the My Project node in
+ ' Solution Explorer), and make changes on the Application tab.
+ '
+ Partial Friend Class MyApplication
+
+ <Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
+ Public Sub New()
+ MyBase.New(Global.Microsoft.VisualBasic.ApplicationServices.AuthenticationMode.Windows)
+ Me.IsSingleInstance = false
+ Me.EnableVisualStyles = true
+ Me.SaveMySettingsOnExit = false
+ Me.ShutDownStyle = Global.Microsoft.VisualBasic.ApplicationServices.ShutdownMode.AfterMainFormCloses
+ End Sub
+
+ <Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
+ Protected Overrides Sub OnCreateMainForm()
+ Me.MainForm = Global.Histacom.Title_Screen
+ End Sub
+ End Class
+End Namespace
diff --git a/windows 95/My Project/Application.myapp b/windows 95/My Project/Application.myapp
new file mode 100755
index 0000000..b8b11af
--- /dev/null
+++ b/windows 95/My Project/Application.myapp
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<MyApplicationData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+ <MySubMain>true</MySubMain>
+ <MainForm>Title_Screen</MainForm>
+ <SingleInstance>false</SingleInstance>
+ <ShutdownMode>0</ShutdownMode>
+ <EnableVisualStyles>true</EnableVisualStyles>
+ <AuthenticationMode>0</AuthenticationMode>
+ <SaveMySettingsOnExit>false</SaveMySettingsOnExit>
+</MyApplicationData> \ No newline at end of file
diff --git a/windows 95/My Project/AssemblyInfo.vb b/windows 95/My Project/AssemblyInfo.vb
new file mode 100755
index 0000000..9bf78d9
--- /dev/null
+++ b/windows 95/My Project/AssemblyInfo.vb
@@ -0,0 +1,35 @@
+Imports System
+Imports System.Reflection
+Imports System.Runtime.InteropServices
+
+' General Information about an assembly is controlled through the following
+' set of attributes. Change these attribute values to modify the information
+' associated with an assembly.
+
+' Review the values of the assembly attributes
+
+<Assembly: AssemblyTitle("Histacom")>
+<Assembly: AssemblyDescription("")>
+<Assembly: AssemblyCompany("")>
+<Assembly: AssemblyProduct("Histacom")>
+<Assembly: AssemblyCopyright("Copyright © 2010")>
+<Assembly: AssemblyTrademark("")>
+
+<Assembly: ComVisible(False)>
+
+'The following GUID is for the ID of the typelib if this project is exposed to COM
+<Assembly: Guid("65061917-08a1-4d0c-a889-63c041ea1ef4")>
+
+' Version information for an assembly consists of the following four values:
+'
+' Major Version
+' Minor Version
+' Build Number
+' Revision
+'
+' You can specify all the values or you can default the Build and Revision Numbers
+' by using the '*' as shown below:
+' <Assembly: AssemblyVersion("1.0.*")>
+
+<Assembly: AssemblyVersion("1.8.5.0")>
+<Assembly: AssemblyFileVersion("1.8.5.0")>
diff --git a/windows 95/My Project/Resources.Designer.vb b/windows 95/My Project/Resources.Designer.vb
new file mode 100755
index 0000000..13d5a74
--- /dev/null
+++ b/windows 95/My Project/Resources.Designer.vb
@@ -0,0 +1,4417 @@
+'------------------------------------------------------------------------------
+' <auto-generated>
+' This code was generated by a tool.
+' Runtime Version:4.0.30319.17929
+'
+' Changes to this file may cause incorrect behavior and will be lost if
+' the code is regenerated.
+' </auto-generated>
+'------------------------------------------------------------------------------
+
+Option Strict On
+Option Explicit On
+
+Imports System
+
+Namespace My.Resources
+
+ 'This class was auto-generated by the StronglyTypedResourceBuilder
+ 'class via a tool like ResGen or Visual Studio.
+ 'To add or remove a member, edit your .ResX file then rerun ResGen
+ 'with the /str option, or rebuild your VS project.
+ '''<summary>
+ ''' A strongly-typed resource class, for looking up localized strings, etc.
+ '''</summary>
+ <Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0"), _
+ Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
+ Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
+ Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _
+ Friend Module Resources
+
+ Private resourceMan As Global.System.Resources.ResourceManager
+
+ Private resourceCulture As Global.System.Globalization.CultureInfo
+
+ '''<summary>
+ ''' Returns the cached ResourceManager instance used by this class.
+ '''</summary>
+ <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
+ Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
+ Get
+ If Object.ReferenceEquals(resourceMan, Nothing) Then
+ Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("Histacom.Resources", GetType(Resources).Assembly)
+ resourceMan = temp
+ End If
+ Return resourceMan
+ End Get
+ End Property
+
+ '''<summary>
+ ''' Overrides the current thread's CurrentUICulture property for all
+ ''' resource lookups using this strongly typed resource class.
+ '''</summary>
+ <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
+ Friend Property Culture() As Global.System.Globalization.CultureInfo
+ Get
+ Return resourceCulture
+ End Get
+ Set
+ resourceCulture = value
+ End Set
+ End Property
+
+ '''<summary>
+ ''' Looks up a localized resource of type System.Drawing.Bitmap.
+ '''</summary>
+ Friend ReadOnly Property _12padams2000logo() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("12padams2000logo", 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 _16_color() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("16 color", 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 _1994_mclaren_f1() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("1994-mclaren-f1", 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 _1999_sky() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("1999 sky", 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 _1999hotmaillogo() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("1999hotmaillogo", 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 _1999hotmailpassport() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("1999hotmailpassport", 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 _256_color() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("256 color", 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 _exit() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("exit", 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 backarrow() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("backarrow", 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 chat__32x32_() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("chat (32x32)", 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 chat__big_() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("chat (big)", 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 close() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("close", 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)
+ 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 down_arrow() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("down arrow", 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 energysave_windows_95() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("energysave windows 95", 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 error_blast__big_() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("error_blast__big_", 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 ErrorBlast__One_() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("ErrorBlast (One)", 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 find_pic_start() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("find pic start", 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 google_2000_2009_logo() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("google 2000-2009 logo", 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 googlebetalogo() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("googlebetalogo", 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 googleprotoype() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("googleprotoype", 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 Guess_the_Number__install_() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("Guess_the_Number__install_", 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 guess_the_number_Icon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("guess the number 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 guess_the_number_number_1__32x32_() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("guess the number number 1 (32x32)", 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 help_pic_start() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("help pic start", 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 high_color() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("high color", 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 Histacom_1_8_Background() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("Histacom 1.8 Background", 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 histcaom_1_7_background() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("histcaom_1_7_background", 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 hotmail_logo() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("hotmail logo", 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 hotmail_signup_button() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("hotmail signup button", 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 hotmail_slogan() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("hotmail slogan", 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 hotmail2ndfromtopbar() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("hotmail2ndfromtopbar", 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 hotmailcirclearrow() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("hotmailcirclearrow", 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 hotmailside() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("hotmailside", 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 hotmailtop() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("hotmailtop", 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 hotmailwhysignup_button() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("hotmailwhysignup button", 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 hwcvicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("hwcvicon", 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 install_icon__32x32__basic__liquify_() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("install icon (32x32) basic (liquify)", 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 internet_explorer_4_channels() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("internet explorer 4 channels", 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 internet_explorer_4_fullscreen() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("internet explorer 4 fullscreen", 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 internet_explorer_4_logo() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("internet explorer 4 logo", 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 internet_explorer_4_mail() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("internet explorer 4 mail", 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 internet_explorer_4_print() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("internet explorer 4 print", 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 internetexplorer6backbutton() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("internetexplorer6backbutton", 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 internetexplorer6editbutton() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("internetexplorer6editbutton", 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 internetexplorer6faveroritesbutton() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("internetexplorer6faveroritesbutton", 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 internetexplorer6forwardbutton() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("internetexplorer6forwardbutton", 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 internetexplorer6gobutton() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("internetexplorer6gobutton", 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 internetexplorer6historybutton() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("internetexplorer6historybutton", 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 internetexplorer6homebutton() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("internetexplorer6homebutton", 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 internetexplorer6mailbutton() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("internetexplorer6mailbutton", 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 internetexplorer6messengerbutton() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("internetexplorer6messengerbutton", 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 internetexplorer6printbutton() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("internetexplorer6printbutton", 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 internetexplorer6refreshbutton() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("internetexplorer6refreshbutton", 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 internetexplorer6searchbutton() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("internetexplorer6searchbutton", 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 internetexplorer6stopbutton() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("internetexplorer6stopbutton", 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 load_game() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("load game", 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 Maximize() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("Maximize", 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 mini_applications_window() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("mini applications window", 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 minimize() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("minimize", 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)
+ 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 msexit() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("msexit", 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 msload_game() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("msload_game", 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 msnewgame() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("msnewgame", 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 new_game() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("new game", 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)
+ 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_icon1() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("programs icon1", 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 Ps2_wallpaper() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("Ps2_wallpaper", 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 Run_pic_start() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("Run pic start", 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 settings_pic_start() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("settings pic start", 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 shutdown_pic_start() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("shutdown pic start", 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 skindowdirt() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("skindowdirt", 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 skindows_95__install_() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("skindows 95 (install)", 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 skindows_95_picture() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("skindows 95 picture", 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 skindowsbinary() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("skindowsbinary", 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 skindowsconcrete() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("skindowsconcrete", 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 skindowsfirebar() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("skindowsfirebar", 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 skindowsfirebar1() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("skindowsfirebar1", 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 skindowsfirebar2() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("skindowsfirebar2", 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 skindowsgrassbar() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("skindowsgrassbar", 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 skindowslightingbar() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("skindowslightingbar", 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 skindowsskybar() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("skindowsskybar", 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 skindowsskybar1() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("skindowsskybar1", 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 skindowsskybar2() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("skindowsskybar2", 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 skindowswaterbar() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("skindowswaterbar", 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 start_button_windows_95() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("start button windows 95", 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 start_run__32x32_() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("start run (32x32)", 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 start_run__install___white_with_programname_() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("start_run__install___white_with_programname_", 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 survive_the_day_choice_mouseover() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("survive the day choice mouseover", 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 survive_the_day_icon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("survive the day 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 survive_the_day_install_banner() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("survive_the_day_install_banner", 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 survive_the_day_option() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("survive the day option", 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 survive_the_day_option_holder() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("survive_the_day_option_holder", 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 survive_the_day_text_background() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("survive the day text background", 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 survivethedaytop() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("survivethedaytop", 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 suspend_pic_start() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("suspend pic start", 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 suspend_pic_start1() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("suspend pic start1", 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 sydney_new_years() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("sydney new years", 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 time_distorter__install_Black_() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("time_distorter__install_Black_", 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 time_distorter_0_3_top() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("time distorter 0.3 top", 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 Time_Distorter_icon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("Time Distorter 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 Time_Distortion_Blue() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("Time_Distortion_Blue", 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 true_color() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("true color", 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 unmaximizebutton() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("unmaximizebutton", 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 Vista_Wallpaper() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("Vista Wallpaper", 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 vistataskbar() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("vistataskbar", 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 vistatop() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("vistatop", 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 webchat_2000_title() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("webchat 2000 title", 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 win98desktop() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("win98desktop", 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 Windows_2000_background() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("Windows 2000 background", resourceCulture)
+ Return CType(obj,System.Drawing.Bitmap)
+ 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_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
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows 2000 history image", 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 windows_2000_set_program_access_and_defaults_icon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows 2000 set program access and defaults 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 windows_2000_splitter() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows 2000 splitter", 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 windows_95_background() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows 95 background", 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 windows_95_settings_computer_example() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows 95 settings computer example", 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 windows_95_sidemenustart() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows 95 sidemenustart", 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 windows_98_background() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows 98 background", resourceCulture)
+ Return CType(obj,System.Drawing.Bitmap)
+ 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_error_sound() As System.IO.UnmanagedMemoryStream
+ Get
+ Return ResourceManager.GetStream("windows 98 error sound", resourceCulture)
+ End Get
+ End Property
+
+ '''<summary>
+ ''' Looks up a localized resource of type System.Drawing.Bitmap.
+ '''</summary>
+ Friend ReadOnly Property windows_me_background() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows me background", 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 windows_me_background_color() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows me background color", resourceCulture)
+ Return CType(obj,System.Drawing.Bitmap)
+ 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)
+ End Get
+ End Property
+
+ '''<summary>
+ ''' Looks up a localized resource of type System.Drawing.Bitmap.
+ '''</summary>
+ Friend ReadOnly Property Windows1_0() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("Windows1.0", 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 Windows2_0() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("Windows2.0", 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 windows2000accessibilitywizardstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows2000accessibilitywizardstartmenuicon", 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 windows2000addressbookstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows2000addressbookstartmenuicon", 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 windows2000backupstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows2000backupstartmenuicon", 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 windows2000cdplayerstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows2000cdplayerstartmenuicon", 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 windows2000charactormapstartmenu() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows2000charactormapstartmenu", 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 windows2000commandpromptstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows2000commandpromptstartmenuicon", 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 windows2000disccleanupstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows2000disccleanupstartmenuicon", 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 windows2000discdefragmenterstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows2000discdefragmenterstartmenuicon", 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 windows2000error() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows2000error", 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 windows2000freecellstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows2000freecellstartmenuicon", 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 windows2000gettingstartedstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows2000gettingstartedstartmenuicon", 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 windows2000gradient() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows2000gradient", 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 windows2000help() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows2000help", 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 windows2000hyperterminalstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows2000hyperterminalstartmenuicon", 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 windows2000internetexplorerstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows2000internetexplorerstartmenuicon", 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 windows2000magnifierstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows2000magnifierstartmenuicon", 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 windows2000mediaplayerstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows2000mediaplayerstartmenuicon", 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 windows2000messageboxerror() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows2000messageboxerror", 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 windows2000mindsweeperstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows2000mindsweeperstartmenuicon", 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 windows2000mydocumentsstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows2000mydocumentsstartmenuicon", 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 windows2000narratorstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows2000narratorstartmenuicon", 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 windows2000netmeetingstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows2000netmeetingstartmenuicon", 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 windows2000networkanddialupconnectionstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows2000networkanddialupconnectionstartmenuicon", 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 windows2000newworkanddialupconnectionsstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows2000newworkanddialupconnectionsstartmenuicon", 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 windows2000onscreenkeyboardstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows2000onscreenkeyboardstartmenuicon", 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 windows2000outlookexpressstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows2000outlookexpressstartmenuicon", 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 windows2000paintstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows2000paintstartmenuicon", 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 windows2000phonedialerstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows2000phonedialerstartmenuicon", 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 windows2000pinballstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows2000pinballstartmenuicon", 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 windows2000run() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows2000run", 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 windows2000schedualedtasksstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows2000schedualedtasksstartmenuicon", 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 windows2000searchontheinternetstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows2000searchontheinternetstartmenuicon", 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 windows2000searchpeople() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows2000searchpeople", 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 windows2000sidebar() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows2000sidebar", 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 windows2000solitairestartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows2000solitairestartmenuicon", 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 windows2000splitter() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows2000splitter", 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 windows2000synchronizestartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows2000synchronizestartmenuicon", 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 windows2000systeminformationstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows2000systeminformationstartmenuicon", 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 windows2000taskbar() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows2000taskbar", 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 windows2000utillitymanagerstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows2000utillitymanagerstartmenuicon", 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 windows2000windowsexplorerstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows2000windowsexplorerstartmenuicon", 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 windows2000windowsmediaplayerstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows2000windowsmediaplayerstartmenuicon", 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 windows2000windowsupdate() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows2000windowsupdate", 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 Windows3_11() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("Windows3.11", 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 windows95_and_98_taskbar() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95 and 98 taskbar", 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 windows95_and_98_taskbar_item() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95 and 98 taskbar item", 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 windows95_desktop() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95_desktop", 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 windows95addressbookactionblackandwhiteicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95addressbookactionblackandwhiteicon", 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 windows95addressbookactionblackandwhiteicon1() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95addressbookactionblackandwhiteicon1", 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 windows95addressbookdeleteblackandwhiteicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95addressbookdeleteblackandwhiteicon", 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 windows95addressbookdeleteblackandwhiteicon1() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95addressbookdeleteblackandwhiteicon1", 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 windows95addressbookfindpeopleblackandwhiteicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95addressbookfindpeopleblackandwhiteicon", 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 windows95addressbookfindpeopleblackandwhiteicon1() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95addressbookfindpeopleblackandwhiteicon1", 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 windows95addressbooknewblackandwhiteicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95addressbooknewblackandwhiteicon", 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 windows95addressbooknewblackandwhiteicon1() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95addressbooknewblackandwhiteicon1", 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 windows95addressbookprintblackandwhiteicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95addressbookprintblackandwhiteicon", 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 windows95addressbookprintblackandwhiteicon1() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95addressbookprintblackandwhiteicon1", 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 windows95addressbookpropertiesblackandwhiteicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95addressbookpropertiesblackandwhiteicon", 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 windows95addressbookpropertiesblackandwhiteicon1() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95addressbookpropertiesblackandwhiteicon1", 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 windows95adressbookstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95adressbookstartmenuicon", 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 windows95aolandinternetfreetrial_startmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95aolandinternetfreetrial!startmenuicon", 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 windows95atandtworldsignupstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95atandtworldsignupstartmenuicon", resourceCulture)
+ Return CType(obj,System.Drawing.Bitmap)
+ End Get
+ End Property
+
+ '''<summary>
+ ''' Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
+ '''</summary>
+ Friend ReadOnly Property windows95bootsound() As System.IO.UnmanagedMemoryStream
+ Get
+ Return ResourceManager.GetStream("windows95bootsound", resourceCulture)
+ End Get
+ End Property
+
+ '''<summary>
+ ''' Looks up a localized resource of type System.Drawing.Bitmap.
+ '''</summary>
+ Friend ReadOnly Property windows95bottom() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95bottom", 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 windows95bottomleftcorner() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95bottomleftcorner", 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 windows95bottomrightcorner() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95bottomrightcorner", 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 windows95calcualatorstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95calcualatorstartmenuicon", 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 windows95cdplayerstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95cdplayerstartmenuicon", 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 windows95controlpanelstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95controlpanelstartmenuicon", 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 windows95diskdefragmentorstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95diskdefragmentorstartmenuicon", 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 windows95dosstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95dosstartmenuicon", 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 windows95error() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95error", 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 windows95findcomputerstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95findcomputerstartmenuicon", 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 windows95findfilesorcomputersstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95findfilesorcomputersstartmenuicon", 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 windows95findontherinternetstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95findontherinternetstartmenuicon", 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 windows95findpeoplestartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95findpeoplestartmenuicon", 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 windows95hyperterminalstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95hyperterminalstartmenuicon", 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 windows95imagingstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95imagingstartmenuicon", 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 windows95internetconnectionwizardstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95internetconnectionwizardstartmenuicon", 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 windows95internetexplorerback() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95internetexplorerback", 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 windows95internetexplorerfavorites() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95internetexplorerfavorites", 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 windows95internetexplorerforward() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95internetexplorerforward", 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 windows95internetexplorergobutton() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95internetexplorergobutton", 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 windows95internetexplorerhistory() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95internetexplorerhistory", 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 windows95internetexplorerhome() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95internetexplorerhome", 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 windows95internetexplorerrefresh() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95internetexplorerrefresh", 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 windows95internetexplorerstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95internetexplorerstartmenuicon", 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 windows95internetexplorerstop() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95internetexplorerstop", 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 windows95internetexplorertoplogo() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95internetexplorertoplogo", 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 windows95leftside() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95leftside", 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 windows95mediaplayerstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95mediaplayerstartmenuicon", 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 windows95netmeetingstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95netmeetingstartmenuicon", 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 windows95notepadstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95notepadstartmenuicon", 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 windows95onlineregistrationstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95onlineregistrationstartmenuicon", 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 windows95outlookexpressstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95outlookexpressstartmenuicon", 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 windows95painbrush() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95painbrush", 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 windows95painoval() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95painoval", 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 windows95paintbrushpress() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95paintbrushpress", 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 windows95paintcolorpick() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95paintcolorpick", 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 windows95paintcolorselectpress() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95paintcolorselectpress", 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 windows95paintcurvyline() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95paintcurvyline", 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 windows95paintcurvylinepress() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95paintcurvylinepress", 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 windows95painteracer() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95painteracer", 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 windows95paintfill() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95paintfill", 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 windows95paintfillpress() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95paintfillpress", 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 windows95paintfreeselectoricon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95paintfreeselectoricon", 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 windows95paintfreeselectpush() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95paintfreeselectpush", 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 windows95paintline() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95paintline", 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 windows95paintlinepress() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95paintlinepress", 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 windows95paintmagnifypress() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95paintmagnifypress", 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 windows95paintovelpress() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95paintovelpress", 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 windows95paintpencil() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95paintpencil", 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 windows95paintpencilpress() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95paintpencilpress", 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 windows95paintpolygon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95paintpolygon", 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 windows95paintpolygonepress() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95paintpolygonepress", 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 windows95paintrectangle() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95paintrectangle", 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 windows95paintrectangleselector() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95paintrectangleselector", 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 windows95paintrectangleselectpress() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95paintrectangleselectpress", 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 windows95paintroundedcircle() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95paintroundedcircle", 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 windows95paintrubberpress() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95paintrubberpress", 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 windows95paintspraycanpress() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95paintspraycanpress", 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 windows95paintstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95paintstartmenuicon", 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 windows95painttext() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95painttext", 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 windows95painttextpress() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95painttextpress", 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 windows95phonedialerstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95phonedialerstartmenuicon", 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 windows95printersstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95printersstartmenuicon", 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 windows95rectanglepress() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95rectanglepress", 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 windows95rightside() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95rightside", 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 windows95roundedrectanglepress() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95roundedrectanglepress", 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 windows95runicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95runicon", 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 windows95scandiskstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95scandiskstartmenuicon", 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 windows95setupcomuservicestartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95setupcomuservicestartmenuicon", 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 windows95setupwowstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95setupwowstartmenuicon", 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 windows95soundrecorderstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95soundrecorderstartmenuicon", 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 windows95speakerleft() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95speakerleft", 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 windows95speakerright() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95speakerright", 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 windows95spraycan() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95spraycan", 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 windows95taskbarstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95taskbarstartmenuicon", 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 windows95top() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95top", 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 windows95topleftcorner() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95topleftcorner", 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 windows95toprightcorner() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95toprightcorner", 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 windows95volumecontrolstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95volumecontrolstartmenuicon", 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 windows95windowsexplorerstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95windowsexplorerstartmenuicon", 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 windows95wordpadstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95wordpadstartmenuicon", 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 windows95zoom() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows95zoom", 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 windows98() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows98", resourceCulture)
+ Return CType(obj,System.Drawing.Bitmap)
+ End Get
+ End Property
+
+ '''<summary>
+ ''' Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
+ '''</summary>
+ Friend ReadOnly Property windows98bootsound() As System.IO.UnmanagedMemoryStream
+ Get
+ Return ResourceManager.GetStream("windows98bootsound", resourceCulture)
+ End Get
+ End Property
+
+ '''<summary>
+ ''' Looks up a localized resource of type System.Drawing.Bitmap.
+ '''</summary>
+ Friend ReadOnly Property windows98logoffscreen() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows98logoffscreen", 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 windows98startmendisccleanup() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows98startmendisccleanup", 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 windows98startmenuamericaonline() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows98startmenuamericaonline", 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 windows98startmenucompuserve() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows98startmenucompuserve", 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 windows98startmenudialupnetworking() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows98startmenudialupnetworking", 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 windows98startmenudriveconvert() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows98startmenudriveconvert", 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 windows98startmenufavorites() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows98startmenufavorites", 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 windows98startmenumaintanecewizard() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows98startmenumaintanecewizard", 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 windows98startmenupersonwebserver() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows98startmenupersonwebserver", 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 windows98startmenuprodigyinternet() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows98startmenuprodigyinternet", 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 windows98startmenusampler() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows98startmenusampler", 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 windows98startmenusampler1() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows98startmenusampler1", 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 windows98startmenuscedualed_tasks() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows98startmenuscedualed tasks", 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 windows98startmenusidelogo() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows98startmenusidelogo", 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 windows98startmenusysteminformation() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows98startmenusysteminformation", 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 windows98startmenuupdate() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows98startmenuupdate", 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 windows98startmenuwelcometowindows() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windows98startmenuwelcometowindows", 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 windowsmemsnstartmenuicon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsmemsnstartmenuicon", 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 windowsmeonscreenkeyboard() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsmeonscreenkeyboard", 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 windowsmestartmenua_tservice() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsmestartmenua&tservice", 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 windowsmestartmenuamericaonline() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsmestartmenuamericaonline", 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 windowsmestartmenuclassichearts() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsmestartmenuclassichearts", 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 windowsmestartmenuclipboardviewer() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsmestartmenuclipboardviewer", 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 windowsmestartmenudialupconnectionwizard() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsmestartmenudialupconnectionwizard", 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 windowsmestartmenudialupnetworking() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsmestartmenudialupnetworking", 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 windowsmestartmenudrivespace() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsmestartmenudrivespace", 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 windowsmestartmenuearthlink() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsmestartmenuearthlink", 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 windowsmestartmenuhomenetworkingwizard() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsmestartmenuhomenetworkingwizard", 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 windowsmestartmenuiconwindowsmediaplayer() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsmestartmenuiconwindowsmediaplayer", 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 windowsmestartmenuinternetbackhammon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsmestartmenuinternetbackhammon", 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 windowsmestartmenuinternetcheckers() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsmestartmenuinternetcheckers", 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 windowsmestartmenuinternethearts() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsmestartmenuinternethearts", 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 windowsmestartmenuinternetreversi() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsmestartmenuinternetreversi", 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 windowsmestartmenuinternetspades() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsmestartmenuinternetspades", 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 windowsmestartmenuinternetspades1() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsmestartmenuinternetspades1", 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 windowsmestartmenuisdnwizard() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsmestartmenuisdnwizard", 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 windowsmestartmenumaintanencewizard() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsmestartmenumaintanencewizard", 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 windowsmestartmenumilleniumeditionpreveiw() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsmestartmenumilleniumeditionpreveiw", 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 windowsmestartmenuminesweeper() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsmestartmenuminesweeper", 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 windowsmestartmenunetwatcher() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsmestartmenunetwatcher", 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 windowsmestartmenuprogidyinternet() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsmestartmenuprogidyinternet", 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 windowsmestartmenuresourcemonitor() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsmestartmenuresourcemonitor", 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 windowsmestartmenuscandisk() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsmestartmenuscandisk", 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 windowsmestartmenuside() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsmestartmenuside", 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 windowsmestartmenuspidersolitare() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsmestartmenuspidersolitare", 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 windowsmestartmenusystemmonitor() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsmestartmenusystemmonitor", 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 windowsmestartmenusystemrestore() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsmestartmenusystemrestore", 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 windowsmestartmenuwebtv() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsmestartmenuwebtv", 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 windowsvistaorb() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsvistaorb", 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 Windowsxpbackground() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("Windowsxpbackground", 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 windowsxpbar() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpbar", 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 windowsxpbottom() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpbottom", 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 windowsxpbottomcorner() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpbottomcorner", 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 windowsxpbottomleftcorner() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpbottomleftcorner", 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 windowsxpclosebutton() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpclosebutton", 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 windowsxperror() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxperror", resourceCulture)
+ Return CType(obj,System.Drawing.Bitmap)
+ End Get
+ End Property
+
+ '''<summary>
+ ''' Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
+ '''</summary>
+ Friend ReadOnly Property windowsxperrorsound() As System.IO.UnmanagedMemoryStream
+ Get
+ Return ResourceManager.GetStream("windowsxperrorsound", resourceCulture)
+ End Get
+ End Property
+
+ '''<summary>
+ ''' Looks up a localized resource of type System.Drawing.Bitmap.
+ '''</summary>
+ Friend ReadOnly Property windowsxpinstallimagesplitter() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpinstallimagesplitter", 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 windowsxpleftside() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpleftside", 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 windowsxpmaximizebutton() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpmaximizebutton", 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 windowsxpminimizebutton() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpminimizebutton", 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 windowsxpremotewirlesswizard() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpremotewirlesswizard", 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 windowsxprestorebutton() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxprestorebutton", 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 windowsxprightside() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxprightside", 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 windowsxprightsplitter() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxprightsplitter", 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 windowsxpstartbuttonpressed() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartbuttonpressed", 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 windowsxpstartmenuaccessibilitywizard() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenuaccessibilitywizard", 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 windowsxpstartmenuaddressbook() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenuaddressbook", 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 windowsxpstartmenuallprogramsmain() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenuallprogramsmain", 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 windowsxpstartmenubottom() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenubottom", 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 windowsxpstartmenucalculator() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenucalculator", 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 windowsxpstartmenucharatormap() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenucharatormap", 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 windowsxpstartmenucommandprompt() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenucommandprompt", 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 windowsxpstartmenucompatibilitywizard() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenucompatibilitywizard", 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 windowsxpstartmenucontrolpanelmain() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenucontrolpanelmain", 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 windowsxpstartmenudisccleanup() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenudisccleanup", 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 windowsxpstartmenudiscdefragmentor() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenudiscdefragmentor", 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 windowsxpstartmenufilesandsettingstransferwizard() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenufilesandsettingstransferwizard", 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 windowsxpstartmenufilesandtrasnferwizardmain() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenufilesandtrasnferwizardmain", 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 windowsxpstartmenufreecell() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenufreecell", 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 windowsxpstartmenuhearts() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenuhearts", 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 windowsxpstartmenuhelpandsupportmain() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenuhelpandsupportmain", 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 windowsxpstartmenuhyperterminal() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenuhyperterminal", 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 windowsxpstartmenuinternetbackgammon() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenuinternetbackgammon", 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 windowsxpstartmenuinternetcheckers() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenuinternetcheckers", 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 windowsxpstartmenuinternetexplorer() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenuinternetexplorer", 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 windowsxpstartmenuinternetexplorermain() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenuinternetexplorermain", 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 windowsxpstartmenuinternethearts() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenuinternethearts", 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 windowsxpstartmenuinternetreversi() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenuinternetreversi", 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 windowsxpstartmenuinternetspades() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenuinternetspades", 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 windowsxpstartmenuleftsplitter() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenuleftsplitter", 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 windowsxpstartmenulogoffbutton() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenulogoffbutton", 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 windowsxpstartmenumagnifier() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenumagnifier", 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 windowsxpstartmenumediaplayer() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenumediaplayer", 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 windowsxpstartmenumediaplayermain() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenumediaplayermain", 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 windowsxpstartmenumindsweeper() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenumindsweeper", 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 windowsxpstartmenumsn() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenumsn", 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 windowsxpstartmenumycomputermain() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenumycomputermain", 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 windowsxpstartmenumydocumentsmain() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenumydocumentsmain", 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 windowsxpstartmenumymusicmain() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenumymusicmain", 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 windowsxpstartmenumypicturesmain() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenumypicturesmain", 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 windowsxpstartmenunarrator() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenunarrator", 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 windowsxpstartmenunetworkconnections() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenunetworkconnections", 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 windowsxpstartmenunetworkwizard() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenunetworkwizard", 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 windowsxpstartmenunewconnectionwizard() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenunewconnectionwizard", 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 windowsxpstartmenunewconnectionwizard1() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenunewconnectionwizard1", 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 windowsxpstartmenunotepad() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenunotepad", 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 windowsxpstartmenuonscreenkeyboard() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenuonscreenkeyboard", 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 windowsxpstartmenuoutlookexpress() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenuoutlookexpress", 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 windowsxpstartmenuoutlookexpressmain() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenuoutlookexpressmain", 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 windowsxpstartmenupaint() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenupaint", 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 windowsxpstartmenupaintmain() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenupaintmain", 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 windowsxpstartmenupinball() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenupinball", 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 windowsxpstartmenuprogramfolder() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenuprogramfolder", 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 windowsxpstartmenuremote_assistance() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenuremote assistance", 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 windowsxpstartmenuremotedesktopconnection() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenuremotedesktopconnection", 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 windowsxpstartmenuright() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenuright", 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 windowsxpstartmenurightside() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenurightside", 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 windowsxpstartmenurunmain() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenurunmain", 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 windowsxpstartmenuschedualedtasks() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenuschedualedtasks", 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 windowsxpstartmenusearchmain() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenusearchmain", 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 windowsxpstartmenusecuritycentre() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenusecuritycentre", 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 windowsxpstartmenusetprogramaccessanddefaultsmain() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenusetprogramaccessanddefaultsmain", 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 windowsxpstartmenusetprogramaccessanddefults() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenusetprogramaccessanddefults", 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 windowsxpstartmenuside() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenuside", 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 windowsxpstartmenusidebackground() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenusidebackground", 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 windowsxpstartmenusidebackground1() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenusidebackground1", 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 windowsxpstartmenusoliairmain() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenusoliairmain", 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 windowsxpstartmenusolitare() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenusolitare", 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 windowsxpstartmenusoundcontrol() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenusoundcontrol", 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 windowsxpstartmenusoundrecorder() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenusoundrecorder", 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 windowsxpstartmenuspidersoliare() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenuspidersoliare", 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 windowsxpstartmenusplitter() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenusplitter", 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 windowsxpstartmenusychronise() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenusychronise", 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 windowsxpstartmenusysteminformation() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenusysteminformation", 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 windowsxpstartmenusystemrestore() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenusystemrestore", 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 windowsxpstartmenutop() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenutop", 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 windowsxpstartmenutopleft() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenutopleft", 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 windowsxpstartmenutopleft1() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenutopleft1", 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 windowsxpstartmenutopsideright() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenutopsideright", 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 windowsxpstartmenutourwindowsxp() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenutourwindowsxp", 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 windowsxpstartmenutourwindowsxpmain() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenutourwindowsxpmain", 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 windowsxpstartmenuturnoffcomputerbutton() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenuturnoffcomputerbutton", 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 windowsxpstartmenuturnoffcomputerbutton1() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenuturnoffcomputerbutton1", 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 windowsxpstartmenuunitillitymangaer() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenuunitillitymangaer", 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 windowsxpstartmenuuserimage() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenuuserimage", 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 windowsxpstartmenuwindowscatalog() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenuwindowscatalog", 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 windowsxpstartmenuwindowsexplorer() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenuwindowsexplorer", 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 windowsxpstartmenuwindowsmediaplayer() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenuwindowsmediaplayer", 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 windowsxpstartmenuwindowsmessenger() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenuwindowsmessenger", 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 windowsxpstartmenuwindowsmoviemaker() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenuwindowsmoviemaker", 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 windowsxpstartmenuwindowsmoviemakermain() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenuwindowsmoviemakermain", 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 windowsxpstartmenuwindowsupdate() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenuwindowsupdate", 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 windowsxpstartmenuwordpad() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenuwordpad", 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 windowsxpstartmenuwordpadmain() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxpstartmenuwordpadmain", 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 windowsxptaskbarright() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxptaskbarright", 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 windowsxptopbarmiddle() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxptopbarmiddle", 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 windowsxptopleftcorner() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxptopleftcorner", 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 windowsxptoprightcorner() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("windowsxptoprightcorner", 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 winxpstartbutton() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("winxpstartbutton", 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 winxpstartbutton1() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("winxpstartbutton1", 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 xpbottomstartmenubar() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("xpbottomstartmenubar", 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 xpbottomstartmenubar1() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("xpbottomstartmenubar1", 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 xpstartmenutopbar() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("xpstartmenutopbar", 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 Year2000bikebackground() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("Year2000bikebackground", resourceCulture)
+ Return CType(obj,System.Drawing.Bitmap)
+ End Get
+ End Property
+ End Module
+End Namespace
diff --git a/windows 95/My Project/Resources.resx b/windows 95/My Project/Resources.resx
new file mode 100755
index 0000000..4f5f32d
--- /dev/null
+++ b/windows 95/My Project/Resources.resx
@@ -0,0 +1,1429 @@
+<?xml version="1.0" encoding="utf-8"?>
+<root>
+ <!--
+ Microsoft ResX Schema
+
+ Version 2.0
+
+ The primary goals of this format is to allow a simple XML format
+ that is mostly human readable. The generation and parsing of the
+ various data types are done through the TypeConverter classes
+ associated with the data types.
+
+ Example:
+
+ ... ado.net/XML headers & schema ...
+ <resheader name="resmimetype">text/microsoft-resx</resheader>
+ <resheader name="version">2.0</resheader>
+ <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
+ <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
+ <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
+ <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
+ <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
+ <value>[base64 mime encoded serialized .NET Framework object]</value>
+ </data>
+ <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+ <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
+ <comment>This is a comment</comment>
+ </data>
+
+ There are any number of "resheader" rows that contain simple
+ name/value pairs.
+
+ Each data row contains a name, and value. The row also contains a
+ type or mimetype. Type corresponds to a .NET class that support
+ text/value conversion through the TypeConverter architecture.
+ Classes that don't support this are serialized and stored with the
+ mimetype set.
+
+ The mimetype is used for serialized objects, and tells the
+ ResXResourceReader how to depersist the object. This is currently not
+ extensible. For a given mimetype the value must be set accordingly:
+
+ Note - application/x-microsoft.net.object.binary.base64 is the format
+ that the ResXResourceWriter will generate, however the reader can
+ read any of the formats listed below.
+
+ mimetype: application/x-microsoft.net.object.binary.base64
+ value : The object must be serialized with
+ : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
+ : and then encoded with base64 encoding.
+
+ mimetype: application/x-microsoft.net.object.soap.base64
+ value : The object must be serialized with
+ : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
+ : and then encoded with base64 encoding.
+
+ mimetype: application/x-microsoft.net.object.bytearray.base64
+ value : The object must be serialized into a byte array
+ : using a System.ComponentModel.TypeConverter
+ : and then encoded with base64 encoding.
+ -->
+ <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
+ <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
+ <xsd:element name="root" msdata:IsDataSet="true">
+ <xsd:complexType>
+ <xsd:choice maxOccurs="unbounded">
+ <xsd:element name="metadata">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element name="value" type="xsd:string" minOccurs="0" />
+ </xsd:sequence>
+ <xsd:attribute name="name" use="required" type="xsd:string" />
+ <xsd:attribute name="type" type="xsd:string" />
+ <xsd:attribute name="mimetype" type="xsd:string" />
+ <xsd:attribute ref="xml:space" />
+ </xsd:complexType>
+ </xsd:element>
+ <xsd:element name="assembly">
+ <xsd:complexType>
+ <xsd:attribute name="alias" type="xsd:string" />
+ <xsd:attribute name="name" type="xsd:string" />
+ </xsd:complexType>
+ </xsd:element>
+ <xsd:element name="data">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
+ <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
+ </xsd:sequence>
+ <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
+ <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
+ <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
+ <xsd:attribute ref="xml:space" />
+ </xsd:complexType>
+ </xsd:element>
+ <xsd:element name="resheader">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
+ </xsd:sequence>
+ <xsd:attribute name="name" type="xsd:string" use="required" />
+ </xsd:complexType>
+ </xsd:element>
+ </xsd:choice>
+ </xsd:complexType>
+ </xsd:element>
+ </xsd:schema>
+ <resheader name="resmimetype">
+ <value>text/microsoft-resx</value>
+ </resheader>
+ <resheader name="version">
+ <value>2.0</value>
+ </resheader>
+ <resheader name="reader">
+ <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+ </resheader>
+ <resheader name="writer">
+ <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>
+ <data name="windowsmestartmenudialupconnectionwizard" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windowsmestartmenudialupconnectionwizard.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <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="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="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>
+ </data>
+ <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="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="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="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="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="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="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>
+ </data>
+ <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="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="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>
+ </data>
+ <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="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="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="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="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="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="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="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="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="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="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="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>
+ <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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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>
+ <data name="windowsmestartmenunetwatcher" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windowsmestartmenunetwatcher.png;System.Drawing.Bitmap, System.Drawing, Version=4.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>
+ <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="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="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="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="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="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>
+ </data>
+ <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="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="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="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>
+ </data>
+ <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="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="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="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="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="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="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="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="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="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>
+ </data>
+ <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>
+ <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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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>
+ </data>
+ <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="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="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="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="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="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="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="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="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="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="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>
+ <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="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="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>
+ </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>
+ <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="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="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="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="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="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="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="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="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="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="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="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="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="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="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>
+ </data>
+ <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="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>
+ </data>
+ <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="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="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="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="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>
+ <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="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="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="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="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="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>
+ </data>
+ <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="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="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="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="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="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="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="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="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>
+ </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>
+ <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="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="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="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="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="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="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="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="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="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>
+ </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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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>
+ </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="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="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>
+ </data>
+ <data name="windowsxpbar" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windowsxpbar.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <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="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="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="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="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="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="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="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="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>
+ </data>
+ <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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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>
+ </data>
+ <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="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="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="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="hotmail logo" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\hotmail logo.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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>
+ </data>
+ <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="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="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="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>
+ </data>
+ <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="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="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="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="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>
+ </data>
+ <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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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>
+ </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>
+ <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="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="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="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="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="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="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="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="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="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="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="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>
+ </data>
+ <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="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="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="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="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="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="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="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="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="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="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="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>
+ </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>
+ </data>
+ <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="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="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="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="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="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="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="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>
+ <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="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="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>
+ </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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="windows_2000_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="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="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="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="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="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="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="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>
+ </data>
+ <data name="windowsxpstartmenuwindowsmediaplayer" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\windowsxpstartmenuwindowsmediaplayer.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>
+ <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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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>
+ </data>
+ <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="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="vistatop" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\vistatop.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/My Project/Settings.Designer.vb b/windows 95/My Project/Settings.Designer.vb
new file mode 100755
index 0000000..7f00165
--- /dev/null
+++ b/windows 95/My Project/Settings.Designer.vb
@@ -0,0 +1,73 @@
+'------------------------------------------------------------------------------
+' <auto-generated>
+' This code was generated by a tool.
+' Runtime Version:4.0.30319.17929
+'
+' Changes to this file may cause incorrect behavior and will be lost if
+' the code is regenerated.
+' </auto-generated>
+'------------------------------------------------------------------------------
+
+Option Strict On
+Option Explicit On
+
+
+Namespace My
+
+ <Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0"), _
+ Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
+ Partial Friend NotInheritable Class MySettings
+ Inherits Global.System.Configuration.ApplicationSettingsBase
+
+ Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings)
+
+#Region "My.Settings Auto-Save Functionality"
+#If _MyType = "WindowsForms" Then
+ Private Shared addedHandler As Boolean
+
+ Private Shared addedHandlerLockObject As New Object
+
+ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
+ Private Shared Sub AutoSaveSettings(ByVal sender As Global.System.Object, ByVal e As Global.System.EventArgs)
+ If My.Application.SaveMySettingsOnExit Then
+ My.Settings.Save()
+ End If
+ End Sub
+#End If
+#End Region
+
+ Public Shared ReadOnly Property [Default]() As MySettings
+ Get
+
+#If _MyType = "WindowsForms" Then
+ If Not addedHandler Then
+ SyncLock addedHandlerLockObject
+ If Not addedHandler Then
+ AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings
+ addedHandler = True
+ End If
+ End SyncLock
+ End If
+#End If
+ Return defaultInstance
+ End Get
+ End Property
+ End Class
+End Namespace
+
+Namespace My
+
+ <Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
+ Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
+ Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
+ Friend Module MySettingsProperty
+
+ <Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _
+ Friend ReadOnly Property Settings() As Global.Histacom.My.MySettings
+ Get
+ Return Global.Histacom.My.MySettings.Default
+ End Get
+ End Property
+ End Module
+End Namespace
diff --git a/windows 95/My Project/Settings.settings b/windows 95/My Project/Settings.settings
new file mode 100755
index 0000000..377f56d
--- /dev/null
+++ b/windows 95/My Project/Settings.settings
@@ -0,0 +1,7 @@
+<?xml version='1.0' encoding='utf-8'?>
+<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" UseMySettingsClassName="true">
+ <Profiles>
+ <Profile Name="(Default)" />
+ </Profiles>
+ <Settings />
+</SettingsFile>
diff --git a/windows 95/My Project/app.manifest b/windows 95/My Project/app.manifest
new file mode 100755
index 0000000..8df6208
--- /dev/null
+++ b/windows 95/My Project/app.manifest
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="utf-8"?>
+<asmv1:assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <assemblyIdentity version="1.0.0.0" name="MyApplication.app" />
+ <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
+ <security>
+ <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
+ <!-- UAC Manifest Options
+ If you want to change the Windows User Account Control level replace the
+ requestedExecutionLevel node with one of the following.
+
+ <requestedExecutionLevel level="asInvoker" uiAccess="false" />
+ <requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
+ <requestedExecutionLevel level="highestAvailable" uiAccess="false" />
+
+ Specifying requestedExecutionLevel node will disable file and registry virtualization.
+ If you want to utilize File and Registry Virtualization for backward
+ compatibility then delete the requestedExecutionLevel node.
+ -->
+ <requestedExecutionLevel level="asInvoker" uiAccess="false" />
+ </requestedPrivileges>
+ <applicationRequestMinimum>
+ <defaultAssemblyRequest permissionSetReference="Custom" />
+ <PermissionSet class="System.Security.PermissionSet" version="1" ID="Custom" SameSite="site" Unrestricted="true" />
+ </applicationRequestMinimum>
+ </security>
+ </trustInfo>
+ <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
+ <application>
+ <!-- A list of all Windows versions that this application is designed to work with. Windows will automatically select the most compatible environment.-->
+ <!-- If your application is designed to work with Windows 7, uncomment the following supportedOS node-->
+ <!--<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>-->
+ </application>
+ </compatibility>
+ <!-- Enable themes for Windows common controls and dialogs (Windows XP and later) -->
+ <!-- <dependency>
+ <dependentAssembly>
+ <assemblyIdentity
+ type="win32"
+ name="Microsoft.Windows.Common-Controls"
+ version="6.0.0.0"
+ processorArchitecture="*"
+ publicKeyToken="6595b64144ccf1df"
+ language="*"
+ />
+ </dependentAssembly>
+ </dependency>-->
+</asmv1:assembly> \ No newline at end of file