PageRenderTime 53ms CodeModel.GetById 26ms RepoModel.GetById 0ms app.codeStats 1ms

/VMClusterManager/CommandBase/Resources.cs

#
C# | 201 lines | 125 code | 20 blank | 56 comment | 1 complexity | bfdf3aa736eea75ca9967a37f3525721 MD5 | raw file
  1. namespace Microsoft.Practices.Composite.Wpf.Properties
  2. {
  3. using System;
  4. /// <summary>
  5. /// A strongly-typed resource class, for looking up localized strings, etc.
  6. /// </summary>
  7. // This class was auto-generated by the StronglyTypedResourceBuilder
  8. // class via a tool like ResGen or Visual Studio.
  9. // To add or remove a member, edit your .ResX file then rerun ResGen
  10. // with the /str option, or rebuild your VS project.
  11. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
  12. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  13. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  14. internal class Resources
  15. {
  16. private static global::System.Resources.ResourceManager resourceMan;
  17. private static global::System.Globalization.CultureInfo resourceCulture;
  18. [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  19. internal Resources()
  20. {
  21. }
  22. /// <summary>
  23. /// Returns the cached ResourceManager instance used by this class.
  24. /// </summary>
  25. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  26. internal static global::System.Resources.ResourceManager ResourceManager
  27. {
  28. get
  29. {
  30. if (object.ReferenceEquals(resourceMan, null))
  31. {
  32. global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.Practices.Composite.Wpf.Properties.Resources", typeof(Resources).Assembly);
  33. resourceMan = temp;
  34. }
  35. return resourceMan;
  36. }
  37. }
  38. /// <summary>
  39. /// Overrides the current thread's CurrentUICulture property for all
  40. /// resource lookups using this strongly typed resource class.
  41. /// </summary>
  42. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  43. internal static global::System.Globalization.CultureInfo Culture
  44. {
  45. get
  46. {
  47. return resourceCulture;
  48. }
  49. set
  50. {
  51. resourceCulture = value;
  52. }
  53. }
  54. /// <summary>
  55. /// Looks up a localized string similar to The object must be of type &apos;{0}&apos; in order to use the current region adapter..
  56. /// </summary>
  57. internal static string AdapterInvalidTypeException
  58. {
  59. get
  60. {
  61. return ResourceManager.GetString("AdapterInvalidTypeException", resourceCulture);
  62. }
  63. }
  64. /// <summary>
  65. /// Looks up a localized string similar to ContentControl&apos;s Content property is not empty.
  66. /// This control is being associated with a region, but the control is already bound to something else.
  67. /// If you did not explicitly set the control&apos;s Content property,
  68. /// this exception may be caused by a change in the value of the inherited RegionManager attached property..
  69. /// </summary>
  70. internal static string ContentControlHasContentException
  71. {
  72. get
  73. {
  74. return ResourceManager.GetString("ContentControlHasContentException", resourceCulture);
  75. }
  76. }
  77. /// <summary>
  78. /// Looks up a localized string similar to Deactivation is not possible in this type of region..
  79. /// </summary>
  80. internal static string DeactiveNotPossibleException
  81. {
  82. get
  83. {
  84. return ResourceManager.GetString("DeactiveNotPossibleException", resourceCulture);
  85. }
  86. }
  87. /// <summary>
  88. /// Looks up a localized string similar to Both the executeMethod and the canExecuteMethod delegates cannot be null..
  89. /// </summary>
  90. internal static string DelegateCommandDelegatesCannotBeNull
  91. {
  92. get
  93. {
  94. return ResourceManager.GetString("DelegateCommandDelegatesCannotBeNull", resourceCulture);
  95. }
  96. }
  97. /// <summary>
  98. /// Looks up a localized string similar to ItemsControl&apos;s ItemsSource property is not empty.
  99. /// This control is being associated with a region, but the control is already bound to something else.
  100. /// If you did not explicitly set the control&apos;s ItemSource property,
  101. /// this exception may be caused by a change in the value of the inherited RegionManager attached property..
  102. /// </summary>
  103. internal static string ItemsControlHasItemsSourceException
  104. {
  105. get
  106. {
  107. return ResourceManager.GetString("ItemsControlHasItemsSourceException", resourceCulture);
  108. }
  109. }
  110. /// <summary>
  111. /// Looks up a localized string similar to Mapping with the given type is already registered: {0}.
  112. /// </summary>
  113. internal static string MappingExistsException
  114. {
  115. get
  116. {
  117. return ResourceManager.GetString("MappingExistsException", resourceCulture);
  118. }
  119. }
  120. /// <summary>
  121. /// Looks up a localized string similar to Region with the given name is already registered: {0}.
  122. /// </summary>
  123. internal static string RegionNameExistsException
  124. {
  125. get
  126. {
  127. return ResourceManager.GetString("RegionNameExistsException", resourceCulture);
  128. }
  129. }
  130. /// <summary>
  131. /// Looks up a localized string similar to View already exists in region..
  132. /// </summary>
  133. internal static string RegionViewExistsException
  134. {
  135. get
  136. {
  137. return ResourceManager.GetString("RegionViewExistsException", resourceCulture);
  138. }
  139. }
  140. /// <summary>
  141. /// Looks up a localized string similar to View with name &apos;{0}&apos; already exists in the region..
  142. /// </summary>
  143. internal static string RegionViewNameExistsException
  144. {
  145. get
  146. {
  147. return ResourceManager.GetString("RegionViewNameExistsException", resourceCulture);
  148. }
  149. }
  150. /// <summary>
  151. /// Looks up a localized string similar to The provided String argument {0} must not be null or empty..
  152. /// </summary>
  153. internal static string StringCannotBeNullOrEmpty
  154. {
  155. get
  156. {
  157. return ResourceManager.GetString("StringCannotBeNullOrEmpty", resourceCulture);
  158. }
  159. }
  160. /// <summary>
  161. /// Looks up a localized string similar to {0} not found.
  162. /// </summary>
  163. internal static string ValueNotFound
  164. {
  165. get
  166. {
  167. return ResourceManager.GetString("ValueNotFound", resourceCulture);
  168. }
  169. }
  170. /// <summary>
  171. /// Looks up a localized string similar to The region does not contain the specified view..
  172. /// </summary>
  173. internal static string ViewNotInRegionException
  174. {
  175. get
  176. {
  177. return ResourceManager.GetString("ViewNotInRegionException", resourceCulture);
  178. }
  179. }
  180. }
  181. }