1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/Properties/Resources.Designer.cs Sat Jun 14 12:51:25 2014 +0200
1.3 @@ -0,0 +1,71 @@
1.4 +//------------------------------------------------------------------------------
1.5 +// <auto-generated>
1.6 +// This code was generated by a tool.
1.7 +// Runtime Version:4.0.30319.18063
1.8 +//
1.9 +// Changes to this file may cause incorrect behavior and will be lost if
1.10 +// the code is regenerated.
1.11 +// </auto-generated>
1.12 +//------------------------------------------------------------------------------
1.13 +
1.14 +namespace SharpDisplayManager.Properties
1.15 +{
1.16 +
1.17 +
1.18 + /// <summary>
1.19 + /// A strongly-typed resource class, for looking up localized strings, etc.
1.20 + /// </summary>
1.21 + // This class was auto-generated by the StronglyTypedResourceBuilder
1.22 + // class via a tool like ResGen or Visual Studio.
1.23 + // To add or remove a member, edit your .ResX file then rerun ResGen
1.24 + // with the /str option, or rebuild your VS project.
1.25 + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
1.26 + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1.27 + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
1.28 + internal class Resources
1.29 + {
1.30 +
1.31 + private static global::System.Resources.ResourceManager resourceMan;
1.32 +
1.33 + private static global::System.Globalization.CultureInfo resourceCulture;
1.34 +
1.35 + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
1.36 + internal Resources()
1.37 + {
1.38 + }
1.39 +
1.40 + /// <summary>
1.41 + /// Returns the cached ResourceManager instance used by this class.
1.42 + /// </summary>
1.43 + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
1.44 + internal static global::System.Resources.ResourceManager ResourceManager
1.45 + {
1.46 + get
1.47 + {
1.48 + if ((resourceMan == null))
1.49 + {
1.50 + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("SharpDisplayManager.Properties.Resources", typeof(Resources).Assembly);
1.51 + resourceMan = temp;
1.52 + }
1.53 + return resourceMan;
1.54 + }
1.55 + }
1.56 +
1.57 + /// <summary>
1.58 + /// Overrides the current thread's CurrentUICulture property for all
1.59 + /// resource lookups using this strongly typed resource class.
1.60 + /// </summary>
1.61 + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
1.62 + internal static global::System.Globalization.CultureInfo Culture
1.63 + {
1.64 + get
1.65 + {
1.66 + return resourceCulture;
1.67 + }
1.68 + set
1.69 + {
1.70 + resourceCulture = value;
1.71 + }
1.72 + }
1.73 + }
1.74 +}