Server/Properties/Resources.Designer.cs
author sl
Fri, 15 Aug 2014 10:20:01 +0200
changeset 30 c375286d1a1c
parent 0 f6eca6facd07
child 43 86aad774b532
permissions -rw-r--r--
Still trying to setup WCF for us to work nicely.
Now using multi threading and reliable session.
Implementing thread safe functions where needed.
Enforcing session mode.
Fixing bug in marquee label as we forgot to reset current position when text is changed.
sl@0
     1
//------------------------------------------------------------------------------
sl@0
     2
// <auto-generated>
sl@0
     3
//     This code was generated by a tool.
sl@0
     4
//     Runtime Version:4.0.30319.18063
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@0
    11
namespace SharpDisplayManager.Properties
sl@0
    12
{
sl@0
    13
sl@0
    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@0
    25
    internal class Resources
sl@0
    26
    {
sl@0
    27
sl@0
    28
        private static global::System.Resources.ResourceManager resourceMan;
sl@0
    29
sl@0
    30
        private static global::System.Globalization.CultureInfo resourceCulture;
sl@0
    31
sl@0
    32
        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
sl@0
    33
        internal Resources()
sl@0
    34
        {
sl@0
    35
        }
sl@0
    36
sl@0
    37
        /// <summary>
sl@0
    38
        ///   Returns the cached ResourceManager instance used by this class.
sl@0
    39
        /// </summary>
sl@0
    40
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
sl@0
    41
        internal static global::System.Resources.ResourceManager ResourceManager
sl@0
    42
        {
sl@0
    43
            get
sl@0
    44
            {
sl@0
    45
                if ((resourceMan == null))
sl@0
    46
                {
sl@0
    47
                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("SharpDisplayManager.Properties.Resources", typeof(Resources).Assembly);
sl@0
    48
                    resourceMan = temp;
sl@0
    49
                }
sl@0
    50
                return resourceMan;
sl@0
    51
            }
sl@0
    52
        }
sl@0
    53
sl@0
    54
        /// <summary>
sl@0
    55
        ///   Overrides the current thread's CurrentUICulture property for all
sl@0
    56
        ///   resource lookups using this strongly typed resource class.
sl@0
    57
        /// </summary>
sl@0
    58
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
sl@0
    59
        internal static global::System.Globalization.CultureInfo Culture
sl@0
    60
        {
sl@0
    61
            get
sl@0
    62
            {
sl@0
    63
                return resourceCulture;
sl@0
    64
            }
sl@0
    65
            set
sl@0
    66
            {
sl@0
    67
                resourceCulture = value;
sl@0
    68
            }
sl@0
    69
        }
sl@0
    70
    }
sl@0
    71
}