00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011 namespace Mcs.Epm.MicrosoftProject.mpFx.Client.Plugins.QueueManagerPlugin.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.QueueManagerPlugin.Properties.Resour" +
00043 "ces", 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_get {
00065 get {
00066 object obj = ResourceManager.GetObject("application_get", resourceCulture);
00067 return ((System.Drawing.Bitmap)(obj));
00068 }
00069 }
00070
00071 internal static System.Drawing.Bitmap application_go {
00072 get {
00073 object obj = ResourceManager.GetObject("application_go", resourceCulture);
00074 return ((System.Drawing.Bitmap)(obj));
00075 }
00076 }
00077
00078 internal static System.Drawing.Bitmap application_side_contract {
00079 get {
00080 object obj = ResourceManager.GetObject("application_side_contract", resourceCulture);
00081 return ((System.Drawing.Bitmap)(obj));
00082 }
00083 }
00084
00085 internal static System.Drawing.Bitmap application_side_expand {
00086 get {
00087 object obj = ResourceManager.GetObject("application_side_expand", resourceCulture);
00088 return ((System.Drawing.Bitmap)(obj));
00089 }
00090 }
00091
00092 internal static System.Drawing.Bitmap arrow_left {
00093 get {
00094 object obj = ResourceManager.GetObject("arrow_left", resourceCulture);
00095 return ((System.Drawing.Bitmap)(obj));
00096 }
00097 }
00098
00099 internal static System.Drawing.Bitmap arrow_right {
00100 get {
00101 object obj = ResourceManager.GetObject("arrow_right", resourceCulture);
00102 return ((System.Drawing.Bitmap)(obj));
00103 }
00104 }
00105
00106 internal static System.Drawing.Bitmap bullet_go {
00107 get {
00108 object obj = ResourceManager.GetObject("bullet_go", resourceCulture);
00109 return ((System.Drawing.Bitmap)(obj));
00110 }
00111 }
00112
00113 internal static System.Drawing.Bitmap database_edit {
00114 get {
00115 object obj = ResourceManager.GetObject("database_edit", resourceCulture);
00116 return ((System.Drawing.Bitmap)(obj));
00117 }
00118 }
00119
00120
00121
00122
00123 internal static string PluginAuthor {
00124 get {
00125 return ResourceManager.GetString("PluginAuthor", resourceCulture);
00126 }
00127 }
00128
00129
00130
00131
00132 internal static string PluginDescription {
00133 get {
00134 return ResourceManager.GetString("PluginDescription", resourceCulture);
00135 }
00136 }
00137
00138
00139
00140
00141 internal static string PluginName {
00142 get {
00143 return ResourceManager.GetString("PluginName", resourceCulture);
00144 }
00145 }
00146
00147
00148
00149
00150 internal static string PluginPreview {
00151 get {
00152 return ResourceManager.GetString("PluginPreview", resourceCulture);
00153 }
00154 }
00155
00156
00157
00158
00159 internal static string PluginTag {
00160 get {
00161 return ResourceManager.GetString("PluginTag", resourceCulture);
00162 }
00163 }
00164
00165 internal static System.Drawing.Bitmap stop {
00166 get {
00167 object obj = ResourceManager.GetObject("stop", resourceCulture);
00168 return ((System.Drawing.Bitmap)(obj));
00169 }
00170 }
00171 }
00172 }