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