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