00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011 namespace Mcs.Epm.MicrosoftProject.mpFx.Client.Plugins.ProjectPlugin.Properties {
00012 using System;
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
00023 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
00024 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
00025 internal class Resources {
00026
00027 private static global::System.Resources.ResourceManager resourceMan;
00028
00029 private static global::System.Globalization.CultureInfo resourceCulture;
00030
00031 [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
00032 internal Resources() {
00033 }
00034
00035
00036
00037
00038 [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
00039 internal static global::System.Resources.ResourceManager ResourceManager {
00040 get {
00041 if (object.ReferenceEquals(resourceMan, null)) {
00042 global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Mcs.Epm.MicrosoftProject.mpFx.Client.Plugins.ProjectPlugin.Properties.Resources", typeof(Resources).Assembly);
00043 resourceMan = temp;
00044 }
00045 return resourceMan;
00046 }
00047 }
00048
00049
00050
00051
00052
00053 [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
00054 internal static global::System.Globalization.CultureInfo Culture {
00055 get {
00056 return resourceCulture;
00057 }
00058 set {
00059 resourceCulture = value;
00060 }
00061 }
00062
00063 internal static System.Drawing.Bitmap arrow_refresh_small {
00064 get {
00065 object obj = ResourceManager.GetObject("arrow_refresh_small", resourceCulture);
00066 return ((System.Drawing.Bitmap)(obj));
00067 }
00068 }
00069
00070 internal static System.Drawing.Bitmap find {
00071 get {
00072 object obj = ResourceManager.GetObject("find", resourceCulture);
00073 return ((System.Drawing.Bitmap)(obj));
00074 }
00075 }
00076
00077 internal static System.Drawing.Bitmap page_white_edit {
00078 get {
00079 object obj = ResourceManager.GetObject("page_white_edit", resourceCulture);
00080 return ((System.Drawing.Bitmap)(obj));
00081 }
00082 }
00083
00084
00085
00086
00087 internal static string PluginAuthor {
00088 get {
00089 return ResourceManager.GetString("PluginAuthor", resourceCulture);
00090 }
00091 }
00092
00093
00094
00095
00096 internal static string PluginDescription {
00097 get {
00098 return ResourceManager.GetString("PluginDescription", resourceCulture);
00099 }
00100 }
00101
00102
00103
00104
00105 internal static string PluginName {
00106 get {
00107 return ResourceManager.GetString("PluginName", resourceCulture);
00108 }
00109 }
00110
00111
00112
00113
00114 internal static string PluginPreview {
00115 get {
00116 return ResourceManager.GetString("PluginPreview", resourceCulture);
00117 }
00118 }
00119
00120
00121
00122
00123 internal static string PluginTag {
00124 get {
00125 return ResourceManager.GetString("PluginTag", resourceCulture);
00126 }
00127 }
00128 }
00129 }