From fd5c025adebd88b9f11de45fdd8297b0ed212892 Mon Sep 17 00:00:00 2001 From: lempamo Date: Mon, 30 Oct 2017 23:01:18 -0400 Subject: finished! --- Histacom2/Histacom2.csproj | 1 + Histacom2/Properties/Resources.resx | 3 +++ Histacom2/Properties/Resources1.Designer.cs | 9 +++++++++ Histacom2/Resources/distort fail.wav | Bin 0 -> 2148964 bytes 4 files changed, 13 insertions(+) create mode 100644 Histacom2/Resources/distort fail.wav diff --git a/Histacom2/Histacom2.csproj b/Histacom2/Histacom2.csproj index 1302b69..4fc6c37 100644 --- a/Histacom2/Histacom2.csproj +++ b/Histacom2/Histacom2.csproj @@ -758,6 +758,7 @@ + diff --git a/Histacom2/Properties/Resources.resx b/Histacom2/Properties/Resources.resx index 26ca4e4..c34dd0c 100644 --- a/Histacom2/Properties/Resources.resx +++ b/Histacom2/Properties/Resources.resx @@ -2120,4 +2120,7 @@ ..\Resources\WinClassic\Win98Welcome.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\distort fail.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + \ No newline at end of file diff --git a/Histacom2/Properties/Resources1.Designer.cs b/Histacom2/Properties/Resources1.Designer.cs index 2df811c..a053ed4 100644 --- a/Histacom2/Properties/Resources1.Designer.cs +++ b/Histacom2/Properties/Resources1.Designer.cs @@ -165,6 +165,15 @@ namespace Histacom2.Properties { } } + /// + /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. + /// + public static System.IO.UnmanagedMemoryStream distort_fail { + get { + return ResourceManager.GetStream("distort_fail", resourceCulture); + } + } + /// /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. /// diff --git a/Histacom2/Resources/distort fail.wav b/Histacom2/Resources/distort fail.wav new file mode 100644 index 0000000..779c6e7 Binary files /dev/null and b/Histacom2/Resources/distort fail.wav differ -- cgit v1.2.3