diff options
Diffstat (limited to 'TimeHACK.Main/Properties/Resources.Designer.cs')
| -rw-r--r-- | TimeHACK.Main/Properties/Resources.Designer.cs | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/TimeHACK.Main/Properties/Resources.Designer.cs b/TimeHACK.Main/Properties/Resources.Designer.cs index b6d3fcf..ffe7f8f 100644 --- a/TimeHACK.Main/Properties/Resources.Designer.cs +++ b/TimeHACK.Main/Properties/Resources.Designer.cs @@ -237,6 +237,50 @@ namespace TimeHACK.Properties { /// <summary> /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. /// </summary> + internal static System.IO.UnmanagedMemoryStream std_beep { + get { + return ResourceManager.GetStream("std_beep", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. + /// </summary> + internal static System.IO.UnmanagedMemoryStream std_gobeep { + get { + return ResourceManager.GetStream("std_gobeep", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to { + /// "start": { + /// "time": "4:00 AM", + /// "txt": "You are laying in bed surrounded by darkness. You look to your right and see in big red numbers 4:00 AM displayed on your alarm clock.", + /// "over": false, + /// "overtxt": "", + /// "btn1txt": "Get Out Of Bed", + /// "btn1tag": "inthedark", + /// "btn2txt": "Sleep Until 8:00 AM", + /// "btn2tag": "snooze", + /// "btn3txt": "Turn On The Alarm Clock Radio", + /// "btn3tag": "theradio", + /// "btn4txt": "", + /// "btn4tag": "", + /// "btn5txt": "", + /// "btn5tag": "" + /// }, + /// "inthe [rest of string was truncated]";. + /// </summary> + internal static string std_story { + get { + return ResourceManager.GetString("std_story", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. + /// </summary> internal static System.IO.UnmanagedMemoryStream tada { get { return ResourceManager.GetStream("tada", resourceCulture); |
