Resources.Designer.cs 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250
  1. /*************************************************************************************
  2. Extended WPF Toolkit
  3. Copyright (C) 2007-2013 Xceed Software Inc.
  4. This program is provided to you under the terms of the Microsoft Public
  5. License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license
  6. For more features, controls, and fast professional support,
  7. pick up the Plus Edition at http://xceed.com/wpf_toolkit
  8. Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids
  9. ***********************************************************************************/
  10. //------------------------------------------------------------------------------
  11. // <auto-generated>
  12. // This code was generated by a tool.
  13. // Runtime Version:4.0.30319.296
  14. //
  15. // Changes to this file may cause incorrect behavior and will be lost if
  16. // the code is regenerated.
  17. // </auto-generated>
  18. //------------------------------------------------------------------------------
  19. namespace Xceed.Wpf.AvalonDock.Properties {
  20. using System;
  21. /// <summary>
  22. /// A strongly-typed resource class, for looking up localized strings, etc.
  23. /// </summary>
  24. // This class was auto-generated by the StronglyTypedResourceBuilder
  25. // class via a tool like ResGen or Visual Studio.
  26. // To add or remove a member, edit your .ResX file then rerun ResGen
  27. // with the /str option, or rebuild your VS project.
  28. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
  29. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  30. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  31. public class Resources {
  32. private static global::System.Resources.ResourceManager resourceMan;
  33. private static global::System.Globalization.CultureInfo resourceCulture;
  34. [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  35. internal Resources() {
  36. }
  37. /// <summary>
  38. /// Returns the cached ResourceManager instance used by this class.
  39. /// </summary>
  40. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  41. public static global::System.Resources.ResourceManager ResourceManager {
  42. get {
  43. if (object.ReferenceEquals(resourceMan, null)) {
  44. global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Xceed.Wpf.AvalonDock.Properties.Resources", typeof(Resources).Assembly);
  45. resourceMan = temp;
  46. }
  47. return resourceMan;
  48. }
  49. }
  50. /// <summary>
  51. /// Overrides the current thread's CurrentUICulture property for all
  52. /// resource lookups using this strongly typed resource class.
  53. /// </summary>
  54. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  55. public static global::System.Globalization.CultureInfo Culture {
  56. get {
  57. return resourceCulture;
  58. }
  59. set {
  60. resourceCulture = value;
  61. }
  62. }
  63. /// <summary>
  64. /// Looks up a localized string similar to Auto Hide.
  65. /// </summary>
  66. public static string Anchorable_AutoHide {
  67. get {
  68. return ResourceManager.GetString("Anchorable_AutoHide", resourceCulture);
  69. }
  70. }
  71. /// <summary>
  72. /// Looks up a localized string similar to Auto Hide.
  73. /// </summary>
  74. public static string Anchorable_BtnAutoHide_Hint {
  75. get {
  76. return ResourceManager.GetString("Anchorable_BtnAutoHide_Hint", resourceCulture);
  77. }
  78. }
  79. /// <summary>
  80. /// Looks up a localized string similar to Hide.
  81. /// </summary>
  82. public static string Anchorable_BtnClose_Hint {
  83. get {
  84. return ResourceManager.GetString("Anchorable_BtnClose_Hint", resourceCulture);
  85. }
  86. }
  87. /// <summary>
  88. /// Looks up a localized string similar to Window Position.
  89. /// </summary>
  90. public static string Anchorable_CxMenu_Hint {
  91. get {
  92. return ResourceManager.GetString("Anchorable_CxMenu_Hint", resourceCulture);
  93. }
  94. }
  95. /// <summary>
  96. /// Looks up a localized string similar to Dock.
  97. /// </summary>
  98. public static string Anchorable_Dock {
  99. get {
  100. return ResourceManager.GetString("Anchorable_Dock", resourceCulture);
  101. }
  102. }
  103. /// <summary>
  104. /// Looks up a localized string similar to Dock as Tabbed Document.
  105. /// </summary>
  106. public static string Anchorable_DockAsDocument {
  107. get {
  108. return ResourceManager.GetString("Anchorable_DockAsDocument", resourceCulture);
  109. }
  110. }
  111. /// <summary>
  112. /// Looks up a localized string similar to Float.
  113. /// </summary>
  114. public static string Anchorable_Float {
  115. get {
  116. return ResourceManager.GetString("Anchorable_Float", resourceCulture);
  117. }
  118. }
  119. /// <summary>
  120. /// Looks up a localized string similar to Hide.
  121. /// </summary>
  122. public static string Anchorable_Hide {
  123. get {
  124. return ResourceManager.GetString("Anchorable_Hide", resourceCulture);
  125. }
  126. }
  127. /// <summary>
  128. /// Looks up a localized string similar to Close.
  129. /// </summary>
  130. public static string Document_Close {
  131. get {
  132. return ResourceManager.GetString("Document_Close", resourceCulture);
  133. }
  134. }
  135. /// <summary>
  136. /// Looks up a localized string similar to Close All But This.
  137. /// </summary>
  138. public static string Document_CloseAllButThis {
  139. get {
  140. return ResourceManager.GetString("Document_CloseAllButThis", resourceCulture);
  141. }
  142. }
  143. /// <summary>
  144. /// Looks up a localized string similar to Window Position.
  145. /// </summary>
  146. public static string Document_CxMenu_Hint {
  147. get {
  148. return ResourceManager.GetString("Document_CxMenu_Hint", resourceCulture);
  149. }
  150. }
  151. /// <summary>
  152. /// Looks up a localized string similar to Dock as Tabbed Document.
  153. /// </summary>
  154. public static string Document_DockAsDocument {
  155. get {
  156. return ResourceManager.GetString("Document_DockAsDocument", resourceCulture);
  157. }
  158. }
  159. /// <summary>
  160. /// Looks up a localized string similar to Float.
  161. /// </summary>
  162. public static string Document_Float {
  163. get {
  164. return ResourceManager.GetString("Document_Float", resourceCulture);
  165. }
  166. }
  167. /// <summary>
  168. /// Looks up a localized string similar to Move To Next Tab Group.
  169. /// </summary>
  170. public static string Document_MoveToNextTabGroup {
  171. get {
  172. return ResourceManager.GetString("Document_MoveToNextTabGroup", resourceCulture);
  173. }
  174. }
  175. /// <summary>
  176. /// Looks up a localized string similar to Move To Previous Tab Group.
  177. /// </summary>
  178. public static string Document_MoveToPreviousTabGroup {
  179. get {
  180. return ResourceManager.GetString("Document_MoveToPreviousTabGroup", resourceCulture);
  181. }
  182. }
  183. /// <summary>
  184. /// Looks up a localized string similar to New Horizontal Tab Group.
  185. /// </summary>
  186. public static string Document_NewHorizontalTabGroup {
  187. get {
  188. return ResourceManager.GetString("Document_NewHorizontalTabGroup", resourceCulture);
  189. }
  190. }
  191. /// <summary>
  192. /// Looks up a localized string similar to New Vertical Tab Group.
  193. /// </summary>
  194. public static string Document_NewVerticalTabGroup {
  195. get {
  196. return ResourceManager.GetString("Document_NewVerticalTabGroup", resourceCulture);
  197. }
  198. }
  199. /// <summary>
  200. /// Looks up a localized string similar to Maximize.
  201. /// </summary>
  202. public static string Window_Maximize {
  203. get {
  204. return ResourceManager.GetString("Window_Maximize", resourceCulture);
  205. }
  206. }
  207. /// <summary>
  208. /// Looks up a localized string similar to Restore.
  209. /// </summary>
  210. public static string Window_Restore {
  211. get {
  212. return ResourceManager.GetString("Window_Restore", resourceCulture);
  213. }
  214. }
  215. }
  216. }