00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011 namespace UtmConvert.Properties {
00012
00013
00017
00018
00019
00020
00021 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
00022 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
00023 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
00024 internal class Resources {
00025
00026 private static global::System.Resources.ResourceManager resourceMan;
00027
00028 private static global::System.Globalization.CultureInfo resourceCulture;
00029
00030 [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
00031 internal Resources() {
00032 }
00033
00037 [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
00038 internal static global::System.Resources.ResourceManager ResourceManager {
00039 get {
00040 if ((resourceMan == null)) {
00041 global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("UtmConvert.Properties.Resources", typeof(Resources).Assembly);
00042 resourceMan = temp;
00043 }
00044 return resourceMan;
00045 }
00046 }
00047
00052 [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
00053 internal static global::System.Globalization.CultureInfo Culture {
00054 get {
00055 return resourceCulture;
00056 }
00057 set {
00058 resourceCulture = value;
00059 }
00060 }
00061 }
00062 }