Client/Properties/Resources.Designer.cs
author StephaneLenclud
Thu, 24 Sep 2015 14:35:50 +0200
changeset 158 e22bf44c4300
parent 18 7acec5059fa6
child 159 e7c8c2b500bd
permissions -rw-r--r--
Fixing issues where layout change would not be detected beccause of partial
field similarity between new and older layout.
Therefore we now clear our fields whenever our layout is changed.
Now resetting our create bitmap flag, hoping it will fix our rather large memory
usage when minimized.
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@43
    11
namespace SharpDisplayClient.Properties {
sl@43
    12
    using System;
sl@43
    13
    
sl@43
    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@43
    25
    internal class Resources {
sl@43
    26
        
sl@18
    27
        private static global::System.Resources.ResourceManager resourceMan;
sl@43
    28
        
sl@18
    29
        private static global::System.Globalization.CultureInfo resourceCulture;
sl@43
    30
        
sl@18
    31
        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
sl@43
    32
        internal Resources() {
sl@18
    33
        }
sl@43
    34
        
sl@18
    35
        /// <summary>
sl@18
    36
        ///   Returns the cached ResourceManager instance used by this class.
sl@18
    37
        /// </summary>
sl@18
    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@18
    42
                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("SharpDisplayClient.Properties.Resources", typeof(Resources).Assembly);
sl@18
    43
                    resourceMan = temp;
sl@18
    44
                }
sl@18
    45
                return resourceMan;
sl@18
    46
            }
sl@18
    47
        }
sl@43
    48
        
sl@18
    49
        /// <summary>
sl@18
    50
        ///   Overrides the current thread's CurrentUICulture property for all
sl@18
    51
        ///   resource lookups using this strongly typed resource class.
sl@18
    52
        /// </summary>
sl@18
    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@18
    56
                return resourceCulture;
sl@18
    57
            }
sl@43
    58
            set {
sl@18
    59
                resourceCulture = value;
sl@18
    60
            }
sl@18
    61
        }
sl@18
    62
    }
sl@18
    63
}