diff options
| author | lempamo <[email protected]> | 2017-10-30 23:01:18 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-10-30 23:01:18 -0400 |
| commit | fd5c025adebd88b9f11de45fdd8297b0ed212892 (patch) | |
| tree | b76dd090f1313b80b2fbe40e4fb6377ab8565ae8 /Histacom2/Properties | |
| parent | 9c644ead8f61e0ee4f405433350e4030256b46fd (diff) | |
| download | histacom2-fd5c025adebd88b9f11de45fdd8297b0ed212892.tar.gz histacom2-fd5c025adebd88b9f11de45fdd8297b0ed212892.tar.bz2 histacom2-fd5c025adebd88b9f11de45fdd8297b0ed212892.zip | |
finished!
Diffstat (limited to 'Histacom2/Properties')
| -rw-r--r-- | Histacom2/Properties/Resources.resx | 3 | ||||
| -rw-r--r-- | Histacom2/Properties/Resources1.Designer.cs | 9 |
2 files changed, 12 insertions, 0 deletions
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 @@ <data name="Win98Welcome" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\Resources\WinClassic\Win98Welcome.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> </data> + <data name="distort_fail" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\distort fail.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/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 @@ -168,6 +168,15 @@ namespace Histacom2.Properties { /// <summary> /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. /// </summary> + public static System.IO.UnmanagedMemoryStream distort_fail { + get { + return ResourceManager.GetStream("distort_fail", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. + /// </summary> public static System.IO.UnmanagedMemoryStream distort1 { get { return ResourceManager.GetStream("distort1", resourceCulture); |
