PageRenderTime 46ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/V2.2/trunk/CAL/Desktop/Composite/Properties/Resources.Designer.cs

#
C# | 312 lines | 157 code | 33 blank | 122 comment | 1 complexity | 217c0d8bde691e701b8b44ad0f6e155a MD5 | raw file
  1. //===================================================================================
  2. // Microsoft patterns & practices
  3. // Composite Application Guidance for Windows Presentation Foundation and Silverlight
  4. //===================================================================================
  5. // Copyright (c) Microsoft Corporation. All rights reserved.
  6. // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY
  7. // OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT
  8. // LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
  9. // FITNESS FOR A PARTICULAR PURPOSE.
  10. //===================================================================================
  11. // The example companies, organizations, products, domain names,
  12. // e-mail addresses, logos, people, places, and events depicted
  13. // herein are fictitious. No association with any real company,
  14. // organization, product, domain name, email address, logo, person,
  15. // places, or events is intended or should be inferred.
  16. //===================================================================================
  17. //------------------------------------------------------------------------------
  18. // <auto-generated>
  19. // This code was generated by a tool.
  20. // Runtime Version:2.0.50727.4923
  21. //
  22. // Changes to this file may cause incorrect behavior and will be lost if
  23. // the code is regenerated.
  24. // </auto-generated>
  25. //------------------------------------------------------------------------------
  26. namespace Microsoft.Practices.Composite.Properties {
  27. using System;
  28. /// <summary>
  29. /// A strongly-typed resource class, for looking up localized strings, etc.
  30. /// </summary>
  31. // This class was auto-generated by the StronglyTypedResourceBuilder
  32. // class via a tool like ResGen or Visual Studio.
  33. // To add or remove a member, edit your .ResX file then rerun ResGen
  34. // with the /str option, or rebuild your VS project.
  35. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
  36. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  37. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  38. internal class Resources {
  39. private static global::System.Resources.ResourceManager resourceMan;
  40. private static global::System.Globalization.CultureInfo resourceCulture;
  41. [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  42. internal Resources() {
  43. }
  44. /// <summary>
  45. /// Returns the cached ResourceManager instance used by this class.
  46. /// </summary>
  47. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  48. internal static global::System.Resources.ResourceManager ResourceManager {
  49. get {
  50. if (object.ReferenceEquals(resourceMan, null)) {
  51. global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.Practices.Composite.Properties.Resources", typeof(Resources).Assembly);
  52. resourceMan = temp;
  53. }
  54. return resourceMan;
  55. }
  56. }
  57. /// <summary>
  58. /// Overrides the current thread's CurrentUICulture property for all
  59. /// resource lookups using this strongly typed resource class.
  60. /// </summary>
  61. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  62. internal static global::System.Globalization.CultureInfo Culture {
  63. get {
  64. return resourceCulture;
  65. }
  66. set {
  67. resourceCulture = value;
  68. }
  69. }
  70. /// <summary>
  71. /// Looks up a localized string similar to The ConfigurationStore cannot contain a null value. .
  72. /// </summary>
  73. internal static string ConfigurationStoreCannotBeNull {
  74. get {
  75. return ResourceManager.GetString("ConfigurationStoreCannotBeNull", resourceCulture);
  76. }
  77. }
  78. /// <summary>
  79. /// Looks up a localized string similar to At least one cyclic dependency has been found in the module catalog. Cycles in the module dependencies must be avoided..
  80. /// </summary>
  81. internal static string CyclicDependencyFound {
  82. get {
  83. return ResourceManager.GetString("CyclicDependencyFound", resourceCulture);
  84. }
  85. }
  86. /// <summary>
  87. /// Looks up a localized string similar to {1}: {2}. Priority: {3}. Timestamp:{0:u}..
  88. /// </summary>
  89. internal static string DefaultTextLoggerPattern {
  90. get {
  91. return ResourceManager.GetString("DefaultTextLoggerPattern", resourceCulture);
  92. }
  93. }
  94. /// <summary>
  95. /// Looks up a localized string similar to Cannot add dependency for unknown module {0}.
  96. /// </summary>
  97. internal static string DependencyForUnknownModule {
  98. get {
  99. return ResourceManager.GetString("DependencyForUnknownModule", resourceCulture);
  100. }
  101. }
  102. /// <summary>
  103. /// Looks up a localized string similar to A module declared a dependency on another module which is not declared to be loaded. Missing module(s): {0}.
  104. /// </summary>
  105. internal static string DependencyOnMissingModule {
  106. get {
  107. return ResourceManager.GetString("DependencyOnMissingModule", resourceCulture);
  108. }
  109. }
  110. /// <summary>
  111. /// Looks up a localized string similar to Directory {0} was not found..
  112. /// </summary>
  113. internal static string DirectoryNotFound {
  114. get {
  115. return ResourceManager.GetString("DirectoryNotFound", resourceCulture);
  116. }
  117. }
  118. /// <summary>
  119. /// Looks up a localized string similar to A duplicated module with name {0} has been found by the loader..
  120. /// </summary>
  121. internal static string DuplicatedModule {
  122. get {
  123. return ResourceManager.GetString("DuplicatedModule", resourceCulture);
  124. }
  125. }
  126. /// <summary>
  127. /// Looks up a localized string similar to A duplicated module group with name {0} has been found by the loader..
  128. /// </summary>
  129. internal static string DuplicatedModuleGroup {
  130. get {
  131. return ResourceManager.GetString("DuplicatedModuleGroup", resourceCulture);
  132. }
  133. }
  134. /// <summary>
  135. /// Looks up a localized string similar to Unable to retrieve the module type {0} from the loaded assemblies. You may need to specify a more fully-qualified type name..
  136. /// </summary>
  137. internal static string FailedToGetType {
  138. get {
  139. return ResourceManager.GetString("FailedToGetType", resourceCulture);
  140. }
  141. }
  142. /// <summary>
  143. /// Looks up a localized string similar to An exception occurred while initializing module &apos;{0}&apos;.
  144. /// - The exception message was: {2}
  145. /// - The Assembly that the module was trying to be loaded from was:{1}
  146. /// Check the InnerException property of the exception for more information. If the exception occurred while creating an object in a DI container, you can exception.GetRootException() to help locate the root cause of the problem.
  147. /// .
  148. /// </summary>
  149. internal static string FailedToLoadModule {
  150. get {
  151. return ResourceManager.GetString("FailedToLoadModule", resourceCulture);
  152. }
  153. }
  154. /// <summary>
  155. /// Looks up a localized string similar to An exception occurred while initializing module &apos;{0}&apos;.
  156. /// - The exception message was: {1}
  157. /// Check the InnerException property of the exception for more information. If the exception occurred
  158. /// while creating an object in a DI container, you can exception.GetRootException() to help locate the
  159. /// root cause of the problem. .
  160. /// </summary>
  161. internal static string FailedToLoadModuleNoAssemblyInfo {
  162. get {
  163. return ResourceManager.GetString("FailedToLoadModuleNoAssemblyInfo", resourceCulture);
  164. }
  165. }
  166. /// <summary>
  167. /// Looks up a localized string similar to Failed to load type for module {0}. Error was: {1}..
  168. /// </summary>
  169. internal static string FailedToRetrieveModule {
  170. get {
  171. return ResourceManager.GetString("FailedToRetrieveModule", resourceCulture);
  172. }
  173. }
  174. /// <summary>
  175. /// Looks up a localized string similar to The IModuleEnumerator interface is no longer used and has been replaced by ModuleCatalog..
  176. /// </summary>
  177. internal static string IEnumeratorObsolete {
  178. get {
  179. return ResourceManager.GetString("IEnumeratorObsolete", resourceCulture);
  180. }
  181. }
  182. /// <summary>
  183. /// Looks up a localized string similar to The argument must be a valid absolute Uri to an assembly file..
  184. /// </summary>
  185. internal static string InvalidArgumentAssemblyUri {
  186. get {
  187. return ResourceManager.GetString("InvalidArgumentAssemblyUri", resourceCulture);
  188. }
  189. }
  190. /// <summary>
  191. /// Looks up a localized string similar to The Target of the IDelegateReference should be of type {0}..
  192. /// </summary>
  193. internal static string InvalidDelegateRerefenceTypeException {
  194. get {
  195. return ResourceManager.GetString("InvalidDelegateRerefenceTypeException", resourceCulture);
  196. }
  197. }
  198. /// <summary>
  199. /// Looks up a localized string similar to Module {0} depends on other modules that don&apos;t belong to the same group..
  200. /// </summary>
  201. internal static string ModuleDependenciesNotMetInGroup {
  202. get {
  203. return ResourceManager.GetString("ModuleDependenciesNotMetInGroup", resourceCulture);
  204. }
  205. }
  206. /// <summary>
  207. /// Looks up a localized string similar to Module {0} was not found in the catalog..
  208. /// </summary>
  209. internal static string ModuleNotFound {
  210. get {
  211. return ResourceManager.GetString("ModuleNotFound", resourceCulture);
  212. }
  213. }
  214. /// <summary>
  215. /// Looks up a localized string similar to The ModulePath cannot contain a null value or be empty.
  216. /// </summary>
  217. internal static string ModulePathCannotBeNullOrEmpty {
  218. get {
  219. return ResourceManager.GetString("ModulePathCannotBeNullOrEmpty", resourceCulture);
  220. }
  221. }
  222. /// <summary>
  223. /// Looks up a localized string similar to Failed to load type &apos;{0}&apos; from assembly &apos;{1}&apos;..
  224. /// </summary>
  225. internal static string ModuleTypeNotFound {
  226. get {
  227. return ResourceManager.GetString("ModuleTypeNotFound", resourceCulture);
  228. }
  229. }
  230. /// <summary>
  231. /// Looks up a localized string similar to There is currently no moduleTypeLoader in the ModuleManager that can retrieve the specified module..
  232. /// </summary>
  233. internal static string NoRetrieverCanRetrieveModule {
  234. get {
  235. return ResourceManager.GetString("NoRetrieverCanRetrieveModule", resourceCulture);
  236. }
  237. }
  238. /// <summary>
  239. /// Looks up a localized string similar to The region being added already has a name of &apos;{0}&apos; and cannot be added to the region manager with a different name (&apos;{1}&apos;)..
  240. /// </summary>
  241. internal static string RegionManagerWithDifferentNameException {
  242. get {
  243. return ResourceManager.GetString("RegionManagerWithDifferentNameException", resourceCulture);
  244. }
  245. }
  246. /// <summary>
  247. /// Looks up a localized string similar to This RegionManager does not contain a Region with the name &apos;{0}&apos;..
  248. /// </summary>
  249. internal static string RegionNotFound {
  250. get {
  251. return ResourceManager.GetString("RegionNotFound", resourceCulture);
  252. }
  253. }
  254. /// <summary>
  255. /// Looks up a localized string similar to Module {0} is marked for automatic initialization when the application starts, but it depends on modules that are marked as OnDemand initialization. To fix this error, mark the dependency modules for InitializationMode=WhenAvailable, or remove this validation by extending the ModuleCatalog class..
  256. /// </summary>
  257. internal static string StartupModuleDependsOnAnOnDemandModule {
  258. get {
  259. return ResourceManager.GetString("StartupModuleDependsOnAnOnDemandModule", resourceCulture);
  260. }
  261. }
  262. /// <summary>
  263. /// Looks up a localized string similar to The provided String argument {0} must not be null or empty..
  264. /// </summary>
  265. internal static string StringCannotBeNullOrEmpty {
  266. get {
  267. return ResourceManager.GetString("StringCannotBeNullOrEmpty", resourceCulture);
  268. }
  269. }
  270. /// <summary>
  271. /// Looks up a localized string similar to The value must be of type ModuleInfo..
  272. /// </summary>
  273. internal static string ValueMustBeOfTypeModuleInfo {
  274. get {
  275. return ResourceManager.GetString("ValueMustBeOfTypeModuleInfo", resourceCulture);
  276. }
  277. }
  278. }
  279. }