00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011 namespace Mcs.Epm.MicrosoftProject.mpFx.Client.Plugins.EventHandlersPlugin.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.EventHandlersPlugin.Properties.Resou" +
00043 "rces", typeof(Resources).Assembly);
00044 resourceMan = temp;
00045 }
00046 return resourceMan;
00047 }
00048 }
00049
00050
00051
00052
00053
00054 [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
00055 internal static global::System.Globalization.CultureInfo Culture {
00056 get {
00057 return resourceCulture;
00058 }
00059 set {
00060 resourceCulture = value;
00061 }
00062 }
00063
00064 internal static System.Drawing.Bitmap application_add {
00065 get {
00066 object obj = ResourceManager.GetObject("application_add", resourceCulture);
00067 return ((System.Drawing.Bitmap)(obj));
00068 }
00069 }
00070
00071 internal static System.Drawing.Bitmap application_delete {
00072 get {
00073 object obj = ResourceManager.GetObject("application_delete", resourceCulture);
00074 return ((System.Drawing.Bitmap)(obj));
00075 }
00076 }
00077
00078
00079
00080
00081 internal static string EventHandlerExists {
00082 get {
00083 return ResourceManager.GetString("EventHandlerExists", resourceCulture);
00084 }
00085 }
00086
00087 internal static System.Drawing.Bitmap folder_explore {
00088 get {
00089 object obj = ResourceManager.GetObject("folder_explore", resourceCulture);
00090 return ((System.Drawing.Bitmap)(obj));
00091 }
00092 }
00093
00094
00095
00096
00097 internal static string PluginAuthor {
00098 get {
00099 return ResourceManager.GetString("PluginAuthor", resourceCulture);
00100 }
00101 }
00102
00103
00104
00105
00106 internal static string PluginDescription {
00107 get {
00108 return ResourceManager.GetString("PluginDescription", resourceCulture);
00109 }
00110 }
00111
00112
00113
00114
00115 internal static string PluginPreview {
00116 get {
00117 return ResourceManager.GetString("PluginPreview", resourceCulture);
00118 }
00119 }
00120
00121
00122
00123
00124 internal static string PluginTag {
00125 get {
00126 return ResourceManager.GetString("PluginTag", resourceCulture);
00127 }
00128 }
00129
00130
00131
00132
00133 internal static string PluginTitle {
00134 get {
00135 return ResourceManager.GetString("PluginTitle", resourceCulture);
00136 }
00137 }
00138 }
00139 }