QuickImage – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 //------------------------------------------------------------------------------
2 // <auto-generated>
3 // This code was generated by a tool.
4 // Runtime Version:4.0.30319.42000
5 //
6 // Changes to this file may cause incorrect behavior and will be lost if
7 // the code is regenerated.
8 // </auto-generated>
9 //------------------------------------------------------------------------------
10  
11 using System.CodeDom.Compiler;
12 using System.ComponentModel;
13 using System.Diagnostics;
14 using System.Diagnostics.CodeAnalysis;
15 using System.Globalization;
16 using System.Resources;
17 using System.Runtime.CompilerServices;
18  
19 namespace QuickImage.Properties
20 {
21  
22  
23 /// <summary>
24 /// A strongly-typed resource class, for looking up localized strings, etc.
25 /// </summary>
26 // This class was auto-generated by the StronglyTypedResourceBuilder
27 // class via a tool like ResGen or Visual Studio.
28 // To add or remove a member, edit your .ResX file then rerun ResGen
29 // with the /str option, or rebuild your VS project.
30 [GeneratedCode("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
31 [DebuggerNonUserCode()]
32 [CompilerGenerated()]
33 internal class Resources
34 {
35  
36 private static ResourceManager resourceMan;
37  
38 private static CultureInfo resourceCulture;
39  
40 [SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
41 internal Resources()
42 {
43 }
44  
45 /// <summary>
46 /// Returns the cached ResourceManager instance used by this class.
47 /// </summary>
48 [EditorBrowsable(EditorBrowsableState.Advanced)]
49 internal static ResourceManager ResourceManager
50 {
51 get
52 {
53 if ((resourceMan == null))
54 {
55 ResourceManager temp = new ResourceManager("QuickImage.Properties.Resources", typeof(Resources).Assembly);
56 resourceMan = temp;
57 }
58 return resourceMan;
59 }
60 }
61  
62 /// <summary>
63 /// Overrides the current thread's CurrentUICulture property for all
64 /// resource lookups using this strongly typed resource class.
65 /// </summary>
66 [EditorBrowsable(EditorBrowsableState.Advanced)]
67 internal static CultureInfo Culture
68 {
69 get
70 {
71 return resourceCulture;
72 }
73 set
74 {
75 resourceCulture = value;
76 }
77 }
78 }
79 }