diff options
| author | AShifter <[email protected]> | 2017-06-11 08:31:26 -0600 |
|---|---|---|
| committer | AShifter <[email protected]> | 2017-06-11 08:31:26 -0600 |
| commit | cb901e986f647c02c5f3e40cd60e80b88adde547 (patch) | |
| tree | 8224c8959c5116a53bfbc656dfbe9b886683a5b9 /TimeHACK.Main/Properties/Resources.Designer.cs | |
| parent | ab67708a62bdf12342de779ca3214e0862aa1e92 (diff) | |
| parent | 2cdfabd49ce03eda7b17570011f07add617efea2 (diff) | |
| download | histacom2-cb901e986f647c02c5f3e40cd60e80b88adde547.tar.gz histacom2-cb901e986f647c02c5f3e40cd60e80b88adde547.tar.bz2 histacom2-cb901e986f647c02c5f3e40cd60e80b88adde547.zip | |
fix the bug with Hack1.cs
yoy let's maek story
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); |
