diff options
Diffstat (limited to 'Histacom2.Engine')
| -rw-r--r-- | Histacom2.Engine/Histacom2.Engine.csproj | 1 | ||||
| -rw-r--r-- | Histacom2.Engine/Properties/Resources.Designer.cs | 9 | ||||
| -rw-r--r-- | Histacom2.Engine/Properties/Resources.resx | 3 | ||||
| -rw-r--r-- | Histacom2.Engine/Resources/WinXPShutdown.wav | bin | 0 -> 498482 bytes | |||
| -rw-r--r-- | Histacom2.Engine/Theme.cs | 1 |
5 files changed, 14 insertions, 0 deletions
diff --git a/Histacom2.Engine/Histacom2.Engine.csproj b/Histacom2.Engine/Histacom2.Engine.csproj index 170d135..4e444ad 100644 --- a/Histacom2.Engine/Histacom2.Engine.csproj +++ b/Histacom2.Engine/Histacom2.Engine.csproj @@ -265,6 +265,7 @@ <Content Include="Resources\Win95PlusTravelStart.wav" /> <Content Include="Resources\Win95PlusTravelStop.wav" /> <Content Include="Resources\Win95PlusTravelWallpaper.jpg" /> + <None Include="Resources\WinXPShutdown.wav" /> <Content Include="Resources\WinXP\Window\WinXP_Bottom.png" /> <Content Include="Resources\WinXP\Window\WinXP_Close.png" /> <None Include="Resources\WinXP\Window\WinXP_CloseHover.png" /> diff --git a/Histacom2.Engine/Properties/Resources.Designer.cs b/Histacom2.Engine/Properties/Resources.Designer.cs index fc8232a..4815e0b 100644 --- a/Histacom2.Engine/Properties/Resources.Designer.cs +++ b/Histacom2.Engine/Properties/Resources.Designer.cs @@ -1271,6 +1271,15 @@ namespace Histacom2.Engine.Properties { } /// <summary> + /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. + /// </summary> + public static System.IO.UnmanagedMemoryStream WinXPShutdown { + get { + return ResourceManager.GetStream("WinXPShutdown", resourceCulture); + } + } + + /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> public static System.Drawing.Bitmap WinXPWallpaper { diff --git a/Histacom2.Engine/Properties/Resources.resx b/Histacom2.Engine/Properties/Resources.resx index f8e7c10..e702dab 100644 --- a/Histacom2.Engine/Properties/Resources.resx +++ b/Histacom2.Engine/Properties/Resources.resx @@ -508,4 +508,7 @@ <data name="WinXP_ClosePress" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\Resources\WinXP\Window\WinXP_ClosePress.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> </data> + <data name="WinXPShutdown" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\WinXPShutdown.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> + </data> </root>
\ No newline at end of file diff --git a/Histacom2.Engine/Resources/WinXPShutdown.wav b/Histacom2.Engine/Resources/WinXPShutdown.wav Binary files differnew file mode 100644 index 0000000..1d1d4d2 --- /dev/null +++ b/Histacom2.Engine/Resources/WinXPShutdown.wav diff --git a/Histacom2.Engine/Theme.cs b/Histacom2.Engine/Theme.cs index 1ed4f02..088a359 100644 --- a/Histacom2.Engine/Theme.cs +++ b/Histacom2.Engine/Theme.cs @@ -487,6 +487,7 @@ namespace Histacom2.Engine public BadXPTheme() { startSound = Properties.Resources.WinBadXPStart; + stopSound = Properties.Resources.WinXPShutdown; threeDObjectsColor = Color.White; |
