Server/Properties/Resources.Designer.cs
author sl
Fri, 03 Oct 2014 18:43:55 +0200
changeset 65 464486b81635
parent 18 7acec5059fa6
child 127 75addfa85201
permissions -rw-r--r--
Adding current client concept.
sl@0
     1
//------------------------------------------------------------------------------
sl@0
     2
// <auto-generated>
sl@0
     3
//     This code was generated by a tool.
sl@43
     4
//     Runtime Version:4.0.30319.18444
sl@0
     5
//
sl@0
     6
//     Changes to this file may cause incorrect behavior and will be lost if
sl@0
     7
//     the code is regenerated.
sl@0
     8
// </auto-generated>
sl@0
     9
//------------------------------------------------------------------------------
sl@0
    10
sl@43
    11
namespace SharpDisplayManager.Properties {
sl@43
    12
    using System;
sl@43
    13
    
sl@43
    14
    
sl@0
    15
    /// <summary>
sl@0
    16
    ///   A strongly-typed resource class, for looking up localized strings, etc.
sl@0
    17
    /// </summary>
sl@0
    18
    // This class was auto-generated by the StronglyTypedResourceBuilder
sl@0
    19
    // class via a tool like ResGen or Visual Studio.
sl@0
    20
    // To add or remove a member, edit your .ResX file then rerun ResGen
sl@0
    21
    // with the /str option, or rebuild your VS project.
sl@0
    22
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
sl@0
    23
    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
sl@0
    24
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
sl@43
    25
    internal class Resources {
sl@43
    26
        
sl@0
    27
        private static global::System.Resources.ResourceManager resourceMan;
sl@43
    28
        
sl@0
    29
        private static global::System.Globalization.CultureInfo resourceCulture;
sl@43
    30
        
sl@0
    31
        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
sl@43
    32
        internal Resources() {
sl@0
    33
        }
sl@43
    34
        
sl@0
    35
        /// <summary>
sl@0
    36
        ///   Returns the cached ResourceManager instance used by this class.
sl@0
    37
        /// </summary>
sl@0
    38
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
sl@43
    39
        internal static global::System.Resources.ResourceManager ResourceManager {
sl@43
    40
            get {
sl@43
    41
                if (object.ReferenceEquals(resourceMan, null)) {
sl@0
    42
                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("SharpDisplayManager.Properties.Resources", typeof(Resources).Assembly);
sl@0
    43
                    resourceMan = temp;
sl@0
    44
                }
sl@0
    45
                return resourceMan;
sl@0
    46
            }
sl@0
    47
        }
sl@43
    48
        
sl@0
    49
        /// <summary>
sl@0
    50
        ///   Overrides the current thread's CurrentUICulture property for all
sl@0
    51
        ///   resource lookups using this strongly typed resource class.
sl@0
    52
        /// </summary>
sl@0
    53
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
sl@43
    54
        internal static global::System.Globalization.CultureInfo Culture {
sl@43
    55
            get {
sl@0
    56
                return resourceCulture;
sl@0
    57
            }
sl@43
    58
            set {
sl@0
    59
                resourceCulture = value;
sl@0
    60
            }
sl@0
    61
        }
sl@0
    62
    }
sl@0
    63
}