summaryrefslogtreecommitdiff
path: root/windows 95/bin/Debug
diff options
context:
space:
mode:
authorJamie Mansfield <[email protected]>2015-03-07 19:10:16 +0000
committerJamie Mansfield <[email protected]>2015-03-07 19:10:16 +0000
commitbb6492c6085f10570ae5087b667aaaa1e8fa3d01 (patch)
tree07f0d7011ec4e2755396a65fabe7440b2ddabca1 /windows 95/bin/Debug
parentf4e124e5da7d1959ede71a31bb96d519f913b623 (diff)
downloadhistacom-bb6492c6085f10570ae5087b667aaaa1e8fa3d01.tar.gz
histacom-bb6492c6085f10570ae5087b667aaaa1e8fa3d01.tar.bz2
histacom-bb6492c6085f10570ae5087b667aaaa1e8fa3d01.zip
Make .gitignore work. Fixes #15
Thanks to @kenzierocks and http://stackoverflow.com/questions/19663093/apply-gitignore-on-an-existing-repository-already-tracking-large-number-of-files
Diffstat (limited to 'windows 95/bin/Debug')
-rwxr-xr-xwindows 95/bin/Debug/Histacom.application21
-rwxr-xr-xwindows 95/bin/Debug/Histacom.exebin10087936 -> 0 bytes
-rwxr-xr-xwindows 95/bin/Debug/Histacom.exe.config23
-rwxr-xr-xwindows 95/bin/Debug/Histacom.exe.manifest109
-rwxr-xr-xwindows 95/bin/Debug/Histacom.pdbbin1605120 -> 0 bytes
-rwxr-xr-xwindows 95/bin/Debug/Histacom.vshost.application21
-rwxr-xr-xwindows 95/bin/Debug/Histacom.vshost.exebin22656 -> 0 bytes
-rwxr-xr-xwindows 95/bin/Debug/Histacom.vshost.exe.config23
-rwxr-xr-xwindows 95/bin/Debug/Histacom.vshost.exe.manifest109
-rwxr-xr-xwindows 95/bin/Debug/Histacom.xml1784
-rwxr-xr-xwindows 95/bin/Debug/save.htc0
-rwxr-xr-xwindows 95/bin/Debug/savelocation0
-rwxr-xr-xwindows 95/bin/Debug/windows 95.vshost.application21
-rwxr-xr-xwindows 95/bin/Debug/windows 95.vshost.exe.manifest47
14 files changed, 0 insertions, 2158 deletions
diff --git a/windows 95/bin/Debug/Histacom.application b/windows 95/bin/Debug/Histacom.application
deleted file mode 100755
index 04cf5cf..0000000
--- a/windows 95/bin/Debug/Histacom.application
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xrml="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2">
- <assemblyIdentity name="Histacom.application" version="1.8.5.3" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" />
- <description asmv2:publisher="Histacom" asmv2:product="Histacom" xmlns="urn:schemas-microsoft-com:asm.v1" />
- <deployment install="true" mapFileExtensions="true" />
- <compatibleFrameworks xmlns="urn:schemas-microsoft-com:clickonce.v2">
- <framework targetVersion="4.0" profile="Full" supportedRuntime="4.0.30319" />
- </compatibleFrameworks>
- <dependency>
- <dependentAssembly dependencyType="install" codebase="Histacom.exe.manifest" size="5752">
- <assemblyIdentity name="Histacom.exe" version="1.8.5.3" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>7MMCy4AcD4/3G9X1A5NgrMihujY=</dsig:DigestValue>
- </hash>
- </dependentAssembly>
- </dependency>
-</asmv1:assembly> \ No newline at end of file
diff --git a/windows 95/bin/Debug/Histacom.exe b/windows 95/bin/Debug/Histacom.exe
deleted file mode 100755
index 2c4e13f..0000000
--- a/windows 95/bin/Debug/Histacom.exe
+++ /dev/null
Binary files differ
diff --git a/windows 95/bin/Debug/Histacom.exe.config b/windows 95/bin/Debug/Histacom.exe.config
deleted file mode 100755
index ff5595a..0000000
--- a/windows 95/bin/Debug/Histacom.exe.config
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0"?>
-<configuration>
- <system.diagnostics>
- <sources>
- <!-- This section defines the logging configuration for My.Application.Log -->
- <source name="DefaultSource" switchName="DefaultSwitch">
- <listeners>
- <add name="FileLog"/>
- <!-- Uncomment the below section to write to the Application Event Log -->
- <!--<add name="EventLog"/>-->
- </listeners>
- </source>
- </sources>
- <switches>
- <add name="DefaultSwitch" value="Information"/>
- </switches>
- <sharedListeners>
- <add name="FileLog" type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" initializeData="FileLogWriter"/>
- <!-- Uncomment the below section and replace APPLICATION_NAME with the name of your application to write to the Application Event Log -->
- <!--<add name="EventLog" type="System.Diagnostics.EventLogTraceListener" initializeData="APPLICATION_NAME"/> -->
- </sharedListeners>
- </system.diagnostics>
-<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup></configuration>
diff --git a/windows 95/bin/Debug/Histacom.exe.manifest b/windows 95/bin/Debug/Histacom.exe.manifest
deleted file mode 100755
index 1c0ff1e..0000000
--- a/windows 95/bin/Debug/Histacom.exe.manifest
+++ /dev/null
@@ -1,109 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2">
- <asmv1:assemblyIdentity name="Histacom.exe" version="1.8.5.3" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
- <description asmv2:iconFile="histacom logo.ico" xmlns="urn:schemas-microsoft-com:asm.v1" />
- <application />
- <entryPoint>
- <assemblyIdentity name="Histacom" version="1.8.5.0" language="neutral" processorArchitecture="msil" />
- <commandLine file="Histacom.exe" parameters="" />
- </entryPoint>
- <trustInfo>
- <security>
- <applicationRequestMinimum>
- <PermissionSet version="1" class="System.Security.NamedPermissionSet" Name="LocalIntranet" Description="Default rights given to applications on the local intranet" Unrestricted="true" ID="Custom" SameSite="site" />
- <defaultAssemblyRequest permissionSetReference="Custom" />
- </applicationRequestMinimum>
- <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>
- </security>
- </trustInfo>
- <dependency>
- <dependentOS>
- <osVersionInfo>
- <os majorVersion="5" minorVersion="1" buildNumber="2600" servicePackMajor="0" />
- </osVersionInfo>
- </dependentOS>
- </dependency>
- <dependency>
- <dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true">
- <assemblyIdentity name="Microsoft.Windows.CommonLanguageRuntime" version="4.0.30319.0" />
- </dependentAssembly>
- </dependency>
- <dependency>
- <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Histacom.exe" size="10087936">
- <assemblyIdentity name="Histacom" version="1.8.5.0" language="neutral" processorArchitecture="msil" />
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>LuhOVf9VVCTU25m+Z6FZ3MaOU98=</dsig:DigestValue>
- </hash>
- </dependentAssembly>
- </dependency>
- <file name="histacom icon.ico" size="61798">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>JanJZyawJcvHJ34CML8y4d9b+60=</dsig:DigestValue>
- </hash>
- </file>
- <file name="histacom logo.ico" size="99678">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>erkQcV7CM0fBvrrizrdfw9ISogU=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Histacom.exe.config" size="1346">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>TsGbSlVA11uyRV0XgeRVNH2TAoI=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Histacom.pdb" size="1605120">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>o6VJSmvXD4/xn4WxFzF0oe94rps=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Histacom.xml" size="78179">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>XaNyE8BzYrqclkmEwUv//pTLyCc=</dsig:DigestValue>
- </hash>
- </file>
- <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>
-</asmv1:assembly> \ No newline at end of file
diff --git a/windows 95/bin/Debug/Histacom.pdb b/windows 95/bin/Debug/Histacom.pdb
deleted file mode 100755
index 74bc344..0000000
--- a/windows 95/bin/Debug/Histacom.pdb
+++ /dev/null
Binary files differ
diff --git a/windows 95/bin/Debug/Histacom.vshost.application b/windows 95/bin/Debug/Histacom.vshost.application
deleted file mode 100755
index 04cf5cf..0000000
--- a/windows 95/bin/Debug/Histacom.vshost.application
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xrml="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2">
- <assemblyIdentity name="Histacom.application" version="1.8.5.3" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" />
- <description asmv2:publisher="Histacom" asmv2:product="Histacom" xmlns="urn:schemas-microsoft-com:asm.v1" />
- <deployment install="true" mapFileExtensions="true" />
- <compatibleFrameworks xmlns="urn:schemas-microsoft-com:clickonce.v2">
- <framework targetVersion="4.0" profile="Full" supportedRuntime="4.0.30319" />
- </compatibleFrameworks>
- <dependency>
- <dependentAssembly dependencyType="install" codebase="Histacom.exe.manifest" size="5752">
- <assemblyIdentity name="Histacom.exe" version="1.8.5.3" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>7MMCy4AcD4/3G9X1A5NgrMihujY=</dsig:DigestValue>
- </hash>
- </dependentAssembly>
- </dependency>
-</asmv1:assembly> \ No newline at end of file
diff --git a/windows 95/bin/Debug/Histacom.vshost.exe b/windows 95/bin/Debug/Histacom.vshost.exe
deleted file mode 100755
index fc5a27b..0000000
--- a/windows 95/bin/Debug/Histacom.vshost.exe
+++ /dev/null
Binary files differ
diff --git a/windows 95/bin/Debug/Histacom.vshost.exe.config b/windows 95/bin/Debug/Histacom.vshost.exe.config
deleted file mode 100755
index ff5595a..0000000
--- a/windows 95/bin/Debug/Histacom.vshost.exe.config
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0"?>
-<configuration>
- <system.diagnostics>
- <sources>
- <!-- This section defines the logging configuration for My.Application.Log -->
- <source name="DefaultSource" switchName="DefaultSwitch">
- <listeners>
- <add name="FileLog"/>
- <!-- Uncomment the below section to write to the Application Event Log -->
- <!--<add name="EventLog"/>-->
- </listeners>
- </source>
- </sources>
- <switches>
- <add name="DefaultSwitch" value="Information"/>
- </switches>
- <sharedListeners>
- <add name="FileLog" type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" initializeData="FileLogWriter"/>
- <!-- Uncomment the below section and replace APPLICATION_NAME with the name of your application to write to the Application Event Log -->
- <!--<add name="EventLog" type="System.Diagnostics.EventLogTraceListener" initializeData="APPLICATION_NAME"/> -->
- </sharedListeners>
- </system.diagnostics>
-<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup></configuration>
diff --git a/windows 95/bin/Debug/Histacom.vshost.exe.manifest b/windows 95/bin/Debug/Histacom.vshost.exe.manifest
deleted file mode 100755
index 1c0ff1e..0000000
--- a/windows 95/bin/Debug/Histacom.vshost.exe.manifest
+++ /dev/null
@@ -1,109 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2">
- <asmv1:assemblyIdentity name="Histacom.exe" version="1.8.5.3" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
- <description asmv2:iconFile="histacom logo.ico" xmlns="urn:schemas-microsoft-com:asm.v1" />
- <application />
- <entryPoint>
- <assemblyIdentity name="Histacom" version="1.8.5.0" language="neutral" processorArchitecture="msil" />
- <commandLine file="Histacom.exe" parameters="" />
- </entryPoint>
- <trustInfo>
- <security>
- <applicationRequestMinimum>
- <PermissionSet version="1" class="System.Security.NamedPermissionSet" Name="LocalIntranet" Description="Default rights given to applications on the local intranet" Unrestricted="true" ID="Custom" SameSite="site" />
- <defaultAssemblyRequest permissionSetReference="Custom" />
- </applicationRequestMinimum>
- <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>
- </security>
- </trustInfo>
- <dependency>
- <dependentOS>
- <osVersionInfo>
- <os majorVersion="5" minorVersion="1" buildNumber="2600" servicePackMajor="0" />
- </osVersionInfo>
- </dependentOS>
- </dependency>
- <dependency>
- <dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true">
- <assemblyIdentity name="Microsoft.Windows.CommonLanguageRuntime" version="4.0.30319.0" />
- </dependentAssembly>
- </dependency>
- <dependency>
- <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Histacom.exe" size="10087936">
- <assemblyIdentity name="Histacom" version="1.8.5.0" language="neutral" processorArchitecture="msil" />
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>LuhOVf9VVCTU25m+Z6FZ3MaOU98=</dsig:DigestValue>
- </hash>
- </dependentAssembly>
- </dependency>
- <file name="histacom icon.ico" size="61798">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>JanJZyawJcvHJ34CML8y4d9b+60=</dsig:DigestValue>
- </hash>
- </file>
- <file name="histacom logo.ico" size="99678">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>erkQcV7CM0fBvrrizrdfw9ISogU=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Histacom.exe.config" size="1346">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>TsGbSlVA11uyRV0XgeRVNH2TAoI=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Histacom.pdb" size="1605120">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>o6VJSmvXD4/xn4WxFzF0oe94rps=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Histacom.xml" size="78179">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>XaNyE8BzYrqclkmEwUv//pTLyCc=</dsig:DigestValue>
- </hash>
- </file>
- <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>
-</asmv1:assembly> \ No newline at end of file
diff --git a/windows 95/bin/Debug/Histacom.xml b/windows 95/bin/Debug/Histacom.xml
deleted file mode 100755
index ee760f6..0000000
--- a/windows 95/bin/Debug/Histacom.xml
+++ /dev/null
@@ -1,1784 +0,0 @@
-<?xml version="1.0"?>
-<doc>
-<assembly>
-<name>
-Histacom
-</name>
-</assembly>
-<members>
-<member name="P:Histacom.My.Resources.Resources.ResourceManager">
- <summary>
- Returns the cached ResourceManager instance used by this class.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.Culture">
- <summary>
- Overrides the current thread's CurrentUICulture property for all
- resource lookups using this strongly typed resource class.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources._12padams2000logo">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources._16_color">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources._1994_mclaren_f1">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources._1999_sky">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources._1999hotmaillogo">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources._1999hotmailpassport">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources._256_color">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources._exit">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.backarrow">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.chat__32x32_">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.chat__big_">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.close">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.closereg">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.documents_pic_start">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.down_arrow">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.energysave_windows_95">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.error_blast__big_">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.ErrorBlast__One_">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.find_pic_start">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.google_2000_2009_logo">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.googlebetalogo">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.googleprotoype">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.Guess_the_Number__install_">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.guess_the_number_Icon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.guess_the_number_number_1__32x32_">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.help_pic_start">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.high_color">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.Histacom_1_8_Background">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.histcaom_1_7_background">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.hotmail_logo">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.hotmail_signup_button">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.hotmail_slogan">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.hotmail2ndfromtopbar">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.hotmailcirclearrow">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.hotmailside">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.hotmailtop">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.hotmailwhysignup_button">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.hwcvicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.install_icon__32x32__basic__liquify_">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.internet_explorer_4_channels">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.internet_explorer_4_fullscreen">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.internet_explorer_4_logo">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.internet_explorer_4_mail">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.internet_explorer_4_print">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.internetexplorer6backbutton">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.internetexplorer6editbutton">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.internetexplorer6faveroritesbutton">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.internetexplorer6forwardbutton">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.internetexplorer6gobutton">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.internetexplorer6historybutton">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.internetexplorer6homebutton">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.internetexplorer6mailbutton">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.internetexplorer6messengerbutton">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.internetexplorer6printbutton">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.internetexplorer6refreshbutton">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.internetexplorer6searchbutton">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.internetexplorer6stopbutton">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.load_game">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.maximise">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.Maximize">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.mini_applications_window">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.minimise">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.minimize">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.mozilla_firefox_icon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.msexit">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.msload_game">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.msnewgame">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.new_game">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.programs_icon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.programs_icon1">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.Ps2_wallpaper">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.Run_pic_start">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.settings_pic_start">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.shutdown_pic_start">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.skindowdirt">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.skindows_95__install_">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.skindows_95_picture">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.skindowsbinary">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.skindowsconcrete">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.skindowsfirebar">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.skindowsfirebar1">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.skindowsfirebar2">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.skindowsgrassbar">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.skindowslightingbar">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.skindowsskybar">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.skindowsskybar1">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.skindowsskybar2">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.skindowswaterbar">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.start_button_windows_95">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.start_run__32x32_">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.start_run__install___white_with_programname_">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.survive_the_day_choice_mouseover">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.survive_the_day_icon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.survive_the_day_install_banner">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.survive_the_day_option">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.survive_the_day_option_holder">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.survive_the_day_text_background">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.survivethedaytop">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.suspend_pic_start">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.suspend_pic_start1">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.sydney_new_years">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.time_distorter__install_Black_">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.time_distorter_0_3_top">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.Time_Distorter_icon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.Time_Distortion_Blue">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.title">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.true_color">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.unmaximizebutton">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.Vista_Wallpaper">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.vistataskbar">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.vistatop">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.webchat_2000_title">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.win98desktop">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.Windows_2000_background">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows_2000_boot_sound">
- <summary>
- Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows_2000_history_image">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows_2000_set_program_access_and_defaults_icon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows_2000_splitter">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows_95_background">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows_95_settings_computer_example">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows_95_sidemenustart">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows_98_background">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows_98_error_sound">
- <summary>
- Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows_me_background">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows_me_background_color">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.Windows_XP_Startup">
- <summary>
- Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.Windows1_0">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.Windows2_0">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows2000accessibilitywizardstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows2000addressbookstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows2000backupstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows2000cdplayerstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows2000charactormapstartmenu">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows2000commandpromptstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows2000disccleanupstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows2000discdefragmenterstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows2000error">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows2000freecellstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows2000gettingstartedstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows2000gradient">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows2000help">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows2000hyperterminalstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows2000internetexplorerstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows2000magnifierstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows2000mediaplayerstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows2000messageboxerror">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows2000mindsweeperstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows2000mydocumentsstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows2000narratorstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows2000netmeetingstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows2000networkanddialupconnectionstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows2000newworkanddialupconnectionsstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows2000onscreenkeyboardstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows2000outlookexpressstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows2000paintstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows2000phonedialerstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows2000pinballstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows2000run">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows2000schedualedtasksstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows2000searchontheinternetstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows2000searchpeople">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows2000sidebar">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows2000solitairestartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows2000splitter">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows2000synchronizestartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows2000systeminformationstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows2000taskbar">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows2000utillitymanagerstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows2000windowsexplorerstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows2000windowsmediaplayerstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows2000windowsupdate">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.Windows3_11">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95_and_98_taskbar">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95_and_98_taskbar_item">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95_desktop">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95addressbookactionblackandwhiteicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95addressbookactionblackandwhiteicon1">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95addressbookdeleteblackandwhiteicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95addressbookdeleteblackandwhiteicon1">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95addressbookfindpeopleblackandwhiteicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95addressbookfindpeopleblackandwhiteicon1">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95addressbooknewblackandwhiteicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95addressbooknewblackandwhiteicon1">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95addressbookprintblackandwhiteicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95addressbookprintblackandwhiteicon1">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95addressbookpropertiesblackandwhiteicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95addressbookpropertiesblackandwhiteicon1">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95adressbookstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95aolandinternetfreetrial_startmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95atandtworldsignupstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95bootsound">
- <summary>
- Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95bottom">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95bottomleftcorner">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95bottomrightcorner">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95calcualatorstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95cdplayerstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95controlpanelstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95diskdefragmentorstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95dosstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95error">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95findcomputerstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95findfilesorcomputersstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95findontherinternetstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95findpeoplestartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95hyperterminalstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95imagingstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95internetconnectionwizardstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95internetexplorerback">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95internetexplorerfavorites">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95internetexplorerforward">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95internetexplorergobutton">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95internetexplorerhistory">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95internetexplorerhome">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95internetexplorerrefresh">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95internetexplorerstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95internetexplorerstop">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95internetexplorertoplogo">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95leftside">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95mediaplayerstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95netmeetingstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95notepadstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95onlineregistrationstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95outlookexpressstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95painbrush">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95painoval">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95paintbrushpress">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95paintcolorpick">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95paintcolorselectpress">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95paintcurvyline">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95paintcurvylinepress">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95painteracer">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95paintfill">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95paintfillpress">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95paintfreeselectoricon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95paintfreeselectpush">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95paintline">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95paintlinepress">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95paintmagnifypress">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95paintovelpress">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95paintpencil">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95paintpencilpress">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95paintpolygon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95paintpolygonepress">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95paintrectangle">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95paintrectangleselector">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95paintrectangleselectpress">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95paintroundedcircle">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95paintrubberpress">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95paintspraycanpress">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95paintstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95painttext">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95painttextpress">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95phonedialerstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95printersstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95rectanglepress">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95rightside">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95roundedrectanglepress">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95runicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95scandiskstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95setupcomuservicestartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95setupwowstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95soundrecorderstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95speakerleft">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95speakerright">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95spraycan">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95taskbarstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95top">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95topleftcorner">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95toprightcorner">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95volumecontrolstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95windowsexplorerstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95wordpadstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows95zoom">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows98">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows98bootsound">
- <summary>
- Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows98logoffscreen">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows98startmendisccleanup">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows98startmenuamericaonline">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows98startmenucompuserve">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows98startmenudialupnetworking">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows98startmenudriveconvert">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows98startmenufavorites">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows98startmenumaintanecewizard">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows98startmenupersonwebserver">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows98startmenuprodigyinternet">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows98startmenusampler">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows98startmenusampler1">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows98startmenuscedualed_tasks">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows98startmenusidelogo">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows98startmenusysteminformation">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows98startmenuupdate">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windows98startmenuwelcometowindows">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsmemsnstartmenuicon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsmeonscreenkeyboard">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsmestartmenua_tservice">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsmestartmenuamericaonline">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsmestartmenuclassichearts">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsmestartmenuclipboardviewer">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsmestartmenudialupconnectionwizard">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsmestartmenudialupnetworking">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsmestartmenudrivespace">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsmestartmenuearthlink">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsmestartmenuhomenetworkingwizard">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsmestartmenuiconwindowsmediaplayer">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsmestartmenuinternetbackhammon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsmestartmenuinternetcheckers">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsmestartmenuinternethearts">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsmestartmenuinternetreversi">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsmestartmenuinternetspades">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsmestartmenuinternetspades1">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsmestartmenuisdnwizard">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsmestartmenumaintanencewizard">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsmestartmenumilleniumeditionpreveiw">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsmestartmenuminesweeper">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsmestartmenunetwatcher">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsmestartmenuprogidyinternet">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsmestartmenuresourcemonitor">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsmestartmenuscandisk">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsmestartmenuside">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsmestartmenuspidersolitare">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsmestartmenusystemmonitor">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsmestartmenusystemrestore">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsmestartmenuwebtv">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsvistaorb">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.Windowsxpbackground">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpbar">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpbottom">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpbottomcorner">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpbottomleftcorner">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpclosebutton">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxperror">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxperrorsound">
- <summary>
- Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpinstallimagesplitter">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpleftside">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpmaximizebutton">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpminimizebutton">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpremotewirlesswizard">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxprestorebutton">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxprightside">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxprightsplitter">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartbuttonpressed">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenuaccessibilitywizard">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenuaddressbook">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenuallprogramsmain">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenubottom">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenucalculator">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenucharatormap">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenucommandprompt">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenucompatibilitywizard">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenucontrolpanelmain">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenudisccleanup">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenudiscdefragmentor">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenufilesandsettingstransferwizard">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenufilesandtrasnferwizardmain">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenufreecell">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenuhearts">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenuhelpandsupportmain">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenuhyperterminal">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenuinternetbackgammon">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenuinternetcheckers">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenuinternetexplorer">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenuinternetexplorermain">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenuinternethearts">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenuinternetreversi">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenuinternetspades">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenuleftsplitter">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenulogoffbutton">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenumagnifier">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenumediaplayer">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenumediaplayermain">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenumindsweeper">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenumsn">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenumycomputermain">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenumydocumentsmain">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenumymusicmain">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenumypicturesmain">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenunarrator">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenunetworkconnections">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenunetworkwizard">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenunewconnectionwizard">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenunewconnectionwizard1">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenunotepad">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenuonscreenkeyboard">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenuoutlookexpress">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenuoutlookexpressmain">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenupaint">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenupaintmain">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenupinball">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenuprogramfolder">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenuremote_assistance">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenuremotedesktopconnection">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenuright">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenurightside">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenurunmain">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenuschedualedtasks">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenusearchmain">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenusecuritycentre">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenusetprogramaccessanddefaultsmain">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenusetprogramaccessanddefults">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenuside">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenusidebackground">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenusidebackground1">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenusoliairmain">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenusolitare">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenusoundcontrol">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenusoundrecorder">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenuspidersoliare">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenusplitter">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenusychronise">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenusysteminformation">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenusystemrestore">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenutop">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenutopleft">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenutopleft1">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenutopsideright">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenutourwindowsxp">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenutourwindowsxpmain">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenuturnoffcomputerbutton">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenuturnoffcomputerbutton1">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenuunitillitymangaer">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenuuserimage">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenuwindowscatalog">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenuwindowsexplorer">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenuwindowsmediaplayer">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenuwindowsmessenger">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenuwindowsmoviemaker">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenuwindowsmoviemakermain">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenuwindowsupdate">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenuwordpad">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxpstartmenuwordpadmain">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxptaskbarright">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxptopbarmiddle">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxptopleftcorner">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.windowsxptoprightcorner">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.winxpstartbutton">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.winxpstartbutton1">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.xpbottomstartmenubar">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.xpbottomstartmenubar1">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.xpstartmenutopbar">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="P:Histacom.My.Resources.Resources.Year2000bikebackground">
- <summary>
- Looks up a localized resource of type System.Drawing.Bitmap.
-</summary>
-</member><member name="T:Histacom.My.Resources.Resources">
- <summary>
- A strongly-typed resource class, for looking up localized strings, etc.
-</summary>
-</member>
-</members>
-</doc> \ No newline at end of file
diff --git a/windows 95/bin/Debug/save.htc b/windows 95/bin/Debug/save.htc
deleted file mode 100755
index e69de29..0000000
--- a/windows 95/bin/Debug/save.htc
+++ /dev/null
diff --git a/windows 95/bin/Debug/savelocation b/windows 95/bin/Debug/savelocation
deleted file mode 100755
index e69de29..0000000
--- a/windows 95/bin/Debug/savelocation
+++ /dev/null
diff --git a/windows 95/bin/Debug/windows 95.vshost.application b/windows 95/bin/Debug/windows 95.vshost.application
deleted file mode 100755
index 0969bb0..0000000
--- a/windows 95/bin/Debug/windows 95.vshost.application
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xrml="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <assemblyIdentity name="windows 95.application" version="1.0.0.26" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" />
- <description asmv2:publisher="windows 95" asmv2:product="windows 95" xmlns="urn:schemas-microsoft-com:asm.v1" />
- <deployment install="true" mapFileExtensions="true" />
- <compatibleFrameworks xmlns="urn:schemas-microsoft-com:clickonce.v2">
- <framework targetVersion="4.0" profile="Full" supportedRuntime="4.0.30319" />
- </compatibleFrameworks>
- <dependency>
- <dependentAssembly dependencyType="install" codebase="windows 95.exe.manifest" size="4641">
- <assemblyIdentity name="windows 95.exe" version="1.0.0.26" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>t6piSsAKNvmzOSHHNDIt7KTfwl4=</dsig:DigestValue>
- </hash>
- </dependentAssembly>
- </dependency>
-</asmv1:assembly> \ No newline at end of file
diff --git a/windows 95/bin/Debug/windows 95.vshost.exe.manifest b/windows 95/bin/Debug/windows 95.vshost.exe.manifest
deleted file mode 100755
index 177b7df..0000000
--- a/windows 95/bin/Debug/windows 95.vshost.exe.manifest
+++ /dev/null
@@ -1,47 +0,0 @@
-<?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>
- <PermissionSet class="System.Security.PermissionSet" version="1" Unrestricted="true" ID="Custom" SameSite="site" />
- <defaultAssemblyRequest permissionSetReference="Custom" />
- </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