Fixed that damned error right from the source... (haha, get it? source? source code? My jokes are lame)

This commit is contained in:
TheUltimateHacker 2015-03-07 07:26:56 -05:00
parent 8b123905f8
commit 1e0f52803d
7 changed files with 104 additions and 17 deletions

Binary file not shown.

View file

@ -1,7 +1,7 @@
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.0
' Runtime Version:4.0.30319.34014
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
@ -1200,15 +1200,6 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
'''</summary>
Friend ReadOnly Property windows_2000_boot_sound() As System.IO.UnmanagedMemoryStream
Get
Return ResourceManager.GetStream("windows_2000_boot_sound", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized resource of type System.Drawing.Bitmap.
'''</summary>
@ -1229,6 +1220,15 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
'''</summary>
Friend ReadOnly Property Windows_2000_Shutdown() As System.IO.UnmanagedMemoryStream
Get
Return ResourceManager.GetStream("Windows_2000_Shutdown", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized resource of type System.Drawing.Bitmap.
'''</summary>
@ -1239,6 +1239,15 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
'''</summary>
Friend ReadOnly Property Windows_2000_Startup() As System.IO.UnmanagedMemoryStream
Get
Return ResourceManager.GetStream("Windows_2000_Startup", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized resource of type System.Drawing.Bitmap.
'''</summary>
@ -1259,6 +1268,15 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
'''</summary>
Friend ReadOnly Property Windows_95_Shutdown() As System.IO.UnmanagedMemoryStream
Get
Return ResourceManager.GetStream("Windows_95_Shutdown", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized resource of type System.Drawing.Bitmap.
'''</summary>
@ -1288,6 +1306,15 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
'''</summary>
Friend ReadOnly Property Windows_98_Shutdown() As System.IO.UnmanagedMemoryStream
Get
Return ResourceManager.GetStream("Windows_98_Shutdown", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized resource of type System.Drawing.Bitmap.
'''</summary>
@ -1308,6 +1335,42 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
'''</summary>
Friend ReadOnly Property windows_ME_boot_sound() As System.IO.UnmanagedMemoryStream
Get
Return ResourceManager.GetStream("windows_ME_boot_sound", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
'''</summary>
Friend ReadOnly Property Windows_ME_Shutdown() As System.IO.UnmanagedMemoryStream
Get
Return ResourceManager.GetStream("Windows_ME_Shutdown", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
'''</summary>
Friend ReadOnly Property Windows_Vista_Shutdown() As System.IO.UnmanagedMemoryStream
Get
Return ResourceManager.GetStream("Windows_Vista_Shutdown", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
'''</summary>
Friend ReadOnly Property Windows_XP_Shutdown() As System.IO.UnmanagedMemoryStream
Get
Return ResourceManager.GetStream("Windows_XP_Shutdown", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
'''</summary>

View file

@ -1438,12 +1438,6 @@
<data name="title" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\title.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Windows_2000_Shutdown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Windows 2000 Shutdown.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="Windows_2000_Startup" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Windows 2000 Startup.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="Windows_95_Shutdown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Windows 95 Shutdown.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
@ -1459,4 +1453,10 @@
<data name="Windows_XP_Shutdown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Windows XP Shutdown.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="Windows_2000_Shutdown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Windows 2000 Shutdown.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="Windows_2000_Startup" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Windows 2000 Startup.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
</root>

View file

@ -1315,7 +1315,7 @@ Partial Class Windowsxp2002damaged
'
'startbutton
'
Me.startbutton.Image = Global.Histacom.My.Resources.Resources.windowsxpstartbuttonpressed1
Me.startbutton.Image = Global.Histacom.My.Resources.Resources.windowsxpstartbuttonpressed
Me.startbutton.Location = New System.Drawing.Point(0, 0)
Me.startbutton.Name = "startbutton"
Me.startbutton.Size = New System.Drawing.Size(98, 30)

View file

@ -1684,6 +1684,8 @@
<ItemGroup>
<Content Include="histacom icon.ico" />
<Content Include="histacom logo.ico" />
<None Include="Resources\Windows 2000 Startup.wav" />
<None Include="Resources\Windows 2000 Shutdown.wav" />
<None Include="Resources\title.png" />
<None Include="Resources\maximise.png" />
<None Include="Resources\minimise.png" />
@ -1821,6 +1823,28 @@
<None Include="Resources\internetexplorer6stopbutton.png" />
<None Include="Resources\internetexplorer6homebutton.png" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.0">
<Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
<Visible>False</Visible>
<ProductName>Windows Installer 4.5</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.