annotate DeMaskingLT/Properties/Resources.Designer.cs @ 3:e0bd22354f3f tip

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