aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/Properties/Resources.Designer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'TimeHACK.Main/Properties/Resources.Designer.cs')
-rw-r--r--TimeHACK.Main/Properties/Resources.Designer.cs20
1 files changed, 15 insertions, 5 deletions
diff --git a/TimeHACK.Main/Properties/Resources.Designer.cs b/TimeHACK.Main/Properties/Resources.Designer.cs
index 1d2df39..b6d3fcf 100644
--- a/TimeHACK.Main/Properties/Resources.Designer.cs
+++ b/TimeHACK.Main/Properties/Resources.Designer.cs
@@ -176,6 +176,15 @@ 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 modem_dial {
+ get {
+ return ResourceManager.GetStream("modem_dial", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap MSExit {
@@ -373,20 +382,21 @@ namespace TimeHACK.Properties {
}
/// <summary>
- /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.IO.UnmanagedMemoryStream Win95Start1 {
+ internal static System.Drawing.Bitmap Win95Warning {
get {
- return ResourceManager.GetStream("Win95Start1", resourceCulture);
+ object obj = ResourceManager.GetObject("Win95Warning", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap Win95Warning {
+ internal static System.Drawing.Bitmap WinClassicAbout95 {
get {
- object obj = ResourceManager.GetObject("Win95Warning", resourceCulture);
+ object obj = ResourceManager.GetObject("WinClassicAbout95", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}