aboutsummaryrefslogtreecommitdiff
path: root/BSODPrank/Properties/Resources.Designer.cs
diff options
context:
space:
mode:
authorAlee <Alee14498@gmail.com>2019-02-10 00:03:45 -0500
committerAlee <Alee14498@gmail.com>2019-02-10 00:03:45 -0500
commitea8f563e6182ea377c353a6f55d2e1c05c2c277c (patch)
treecf650a07e4818d7da45cfab433f8cf815080c2c3 /BSODPrank/Properties/Resources.Designer.cs
parent2edc81d13ab4ce4e201f20d3eeb62f344c176de5 (diff)
downloadBSODPrank-ea8f563e6182ea377c353a6f55d2e1c05c2c277c.tar.gz
BSODPrank-ea8f563e6182ea377c353a6f55d2e1c05c2c277c.tar.bz2
BSODPrank-ea8f563e6182ea377c353a6f55d2e1c05c2c277c.zip
Added assets
Diffstat (limited to 'BSODPrank/Properties/Resources.Designer.cs')
-rw-r--r--BSODPrank/Properties/Resources.Designer.cs63
1 files changed, 37 insertions, 26 deletions
diff --git a/BSODPrank/Properties/Resources.Designer.cs b/BSODPrank/Properties/Resources.Designer.cs
index 367a54d..718bd49 100644
--- a/BSODPrank/Properties/Resources.Designer.cs
+++ b/BSODPrank/Properties/Resources.Designer.cs
@@ -8,10 +8,10 @@
// </auto-generated>
//------------------------------------------------------------------------------
-namespace BSODPrank.Properties
-{
-
-
+namespace BSODPrank.Properties {
+ using System;
+
+
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
@@ -19,53 +19,64 @@ namespace BSODPrank.Properties
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- internal class Resources
- {
-
+ internal class Resources {
+
private static global::System.Resources.ResourceManager resourceMan;
-
+
private static global::System.Globalization.CultureInfo resourceCulture;
-
+
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
- internal Resources()
- {
+ internal Resources() {
}
-
+
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Resources.ResourceManager ResourceManager
- {
- get
- {
- if ((resourceMan == null))
- {
+ internal static global::System.Resources.ResourceManager ResourceManager {
+ get {
+ if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("BSODPrank.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
-
+
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Globalization.CultureInfo Culture
- {
- get
- {
+ internal static global::System.Globalization.CultureInfo Culture {
+ get {
return resourceCulture;
}
- set
- {
+ set {
resourceCulture = value;
}
}
+
+ /// <summary>
+ /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
+ /// </summary>
+ internal static System.IO.UnmanagedMemoryStream bleep {
+ get {
+ return ResourceManager.GetStream("bleep", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
+ internal static System.Drawing.Bitmap bsod {
+ get {
+ object obj = ResourceManager.GetObject("bsod", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
}
}