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

/LinqLib/Properties/Resources.Designer.cs

#
C# | 378 lines | 236 code | 35 blank | 107 comment | 1 complexity | cf6a99f28458793a663451fdff2786aa MD5 | raw file
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. // Runtime Version:4.0.30319.18047
  5. //
  6. // Changes to this file may cause incorrect behavior and will be lost if
  7. // the code is regenerated.
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace LinqLib.Properties
  11. {
  12. /// <summary>
  13. /// A strongly-typed resource class, for looking up localized strings, etc.
  14. /// </summary>
  15. // This class was auto-generated by the StronglyTypedResourceBuilder
  16. // class via a tool like ResGen or Visual Studio.
  17. // To add or remove a member, edit your .ResX file then rerun ResGen
  18. // with the /str option, or rebuild your VS project.
  19. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
  20. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  21. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  22. internal class Resources
  23. {
  24. private static global::System.Resources.ResourceManager resourceMan;
  25. private static global::System.Globalization.CultureInfo resourceCulture;
  26. [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  27. internal Resources()
  28. {
  29. }
  30. /// <summary>
  31. /// Returns the cached ResourceManager instance used by this class.
  32. /// </summary>
  33. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  34. internal static global::System.Resources.ResourceManager ResourceManager
  35. {
  36. get
  37. {
  38. if (object.ReferenceEquals(resourceMan, null))
  39. {
  40. global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("LinqLib.Properties.Resources", typeof(Resources).Assembly);
  41. resourceMan = temp;
  42. }
  43. return resourceMan;
  44. }
  45. }
  46. /// <summary>
  47. /// Overrides the current thread's CurrentUICulture property for all
  48. /// resource lookups using this strongly typed resource class.
  49. /// </summary>
  50. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  51. internal static global::System.Globalization.CultureInfo Culture
  52. {
  53. get
  54. {
  55. return resourceCulture;
  56. }
  57. set
  58. {
  59. resourceCulture = value;
  60. }
  61. }
  62. /// <summary>
  63. /// Looks up a localized string similar to {0} cannot be applied to &apos;{1}&apos;..
  64. /// </summary>
  65. internal static string exceptionApplyAttempt
  66. {
  67. get
  68. {
  69. return ResourceManager.GetString("exceptionApplyAttempt", resourceCulture);
  70. }
  71. }
  72. /// <summary>
  73. /// Looks up a localized string similar to Cannot handle Match Type &apos;{0}&apos;..
  74. /// </summary>
  75. internal static string exceptionMatchType
  76. {
  77. get
  78. {
  79. return ResourceManager.GetString("exceptionMatchType", resourceCulture);
  80. }
  81. }
  82. /// <summary>
  83. /// Looks up a localized string similar to The property or field {0} cannot be found..
  84. /// </summary>
  85. internal static string exceptionMissingFieldOrProperty
  86. {
  87. get
  88. {
  89. return ResourceManager.GetString("exceptionMissingFieldOrProperty", resourceCulture);
  90. }
  91. }
  92. /// <summary>
  93. /// Looks up a localized string similar to Two dimensional arrays cannot be flipped on the &apos;{0}&apos; axis..
  94. /// </summary>
  95. internal static string excption2DFlip
  96. {
  97. get
  98. {
  99. return ResourceManager.GetString("excption2DFlip", resourceCulture);
  100. }
  101. }
  102. /// <summary>
  103. /// Looks up a localized string similar to Three dimensional arrays cannot be flipped on the &apos;{0}&apos; axis..
  104. /// </summary>
  105. internal static string excption3DFlip
  106. {
  107. get
  108. {
  109. return ResourceManager.GetString("excption3DFlip", resourceCulture);
  110. }
  111. }
  112. /// <summary>
  113. /// Looks up a localized string similar to Three dimensional arrays cannot be rotated on the &apos;{0}&apos; axis..
  114. /// </summary>
  115. internal static string excption3DRotation
  116. {
  117. get
  118. {
  119. return ResourceManager.GetString("excption3DRotation", resourceCulture);
  120. }
  121. }
  122. /// <summary>
  123. /// Looks up a localized string similar to Four dimensional arrays cannot be flipped on the &apos;{0}&apos; axis..
  124. /// </summary>
  125. internal static string excption4DFlip
  126. {
  127. get
  128. {
  129. return ResourceManager.GetString("excption4DFlip", resourceCulture);
  130. }
  131. }
  132. /// <summary>
  133. /// Looks up a localized string similar to Four dimensional arrays cannot be rotated on the &apos;{0}&apos; axis..
  134. /// </summary>
  135. internal static string excption4DRotation
  136. {
  137. get
  138. {
  139. return ResourceManager.GetString("excption4DRotation", resourceCulture);
  140. }
  141. }
  142. /// <summary>
  143. /// Looks up a localized string similar to Error accessing dynamic property: &apos;{0}&apos;..
  144. /// </summary>
  145. internal static string excptionDynamicPropertyAccess
  146. {
  147. get
  148. {
  149. return ResourceManager.GetString("excptionDynamicPropertyAccess", resourceCulture);
  150. }
  151. }
  152. /// <summary>
  153. /// Looks up a localized string similar to &apos;{0}&apos; is not a valid rotation angle. Angle value must be divisible by 90..
  154. /// </summary>
  155. internal static string excptionInvalidAngle
  156. {
  157. get
  158. {
  159. return ResourceManager.GetString("excptionInvalidAngle", resourceCulture);
  160. }
  161. }
  162. /// <summary>
  163. /// Looks up a localized string similar to Axis {0} is not valid for this operation..
  164. /// </summary>
  165. internal static string excptionInvalidAxis
  166. {
  167. get
  168. {
  169. return ResourceManager.GetString("excptionInvalidAxis", resourceCulture);
  170. }
  171. }
  172. /// <summary>
  173. /// Looks up a localized string similar to Generate&lt;T&gt; cannot be invoked using &apos;{0}&apos; type, only numeric values are valid..
  174. /// </summary>
  175. internal static string excptionInvalidGenerateGenericType
  176. {
  177. get
  178. {
  179. return ResourceManager.GetString("excptionInvalidGenerateGenericType", resourceCulture);
  180. }
  181. }
  182. /// <summary>
  183. /// Looks up a localized string similar to sources must have exactly {0} elements..
  184. /// </summary>
  185. internal static string excptionInvalidItemsCount
  186. {
  187. get
  188. {
  189. return ResourceManager.GetString("excptionInvalidItemsCount", resourceCulture);
  190. }
  191. }
  192. /// <summary>
  193. /// Looks up a localized string similar to This override of RemoveNoise cannot be used with filter type &apos;AbsoluteValue&apos;..
  194. /// </summary>
  195. internal static string excptionInvalidNoiseFilterType
  196. {
  197. get
  198. {
  199. return ResourceManager.GetString("excptionInvalidNoiseFilterType", resourceCulture);
  200. }
  201. }
  202. /// <summary>
  203. /// Looks up a localized string similar to When calling RemoveNoise with &apos;AbsoluteValue&apos; filter type option upperLimit cannot be equal to lowerLimit..
  204. /// </summary>
  205. internal static string excptionInvalidNoiseFilterTypeLimits
  206. {
  207. get
  208. {
  209. return ResourceManager.GetString("excptionInvalidNoiseFilterTypeLimits", resourceCulture);
  210. }
  211. }
  212. /// <summary>
  213. /// Looks up a localized string similar to Range&lt;T&gt; cannot be invoked using &apos;{0}&apos; type, only numeric values are valid..
  214. /// </summary>
  215. internal static string excptionInvalidRangeGenericType
  216. {
  217. get
  218. {
  219. return ResourceManager.GetString("excptionInvalidRangeGenericType", resourceCulture);
  220. }
  221. }
  222. /// <summary>
  223. /// Looks up a localized string similar to Skip must be one or larger..
  224. /// </summary>
  225. internal static string excptionInvalidSkipCount
  226. {
  227. get
  228. {
  229. return ResourceManager.GetString("excptionInvalidSkipCount", resourceCulture);
  230. }
  231. }
  232. /// <summary>
  233. /// Looks up a localized string similar to Take must be one or larger..
  234. /// </summary>
  235. internal static string excptionInvalidTakeCount
  236. {
  237. get
  238. {
  239. return ResourceManager.GetString("excptionInvalidTakeCount", resourceCulture);
  240. }
  241. }
  242. /// <summary>
  243. /// Looks up a localized string similar to parameter {0} is out of range max value is &apos;{1}&apos;.
  244. /// </summary>
  245. internal static string excptionParamMaxRange
  246. {
  247. get
  248. {
  249. return ResourceManager.GetString("excptionParamMaxRange", resourceCulture);
  250. }
  251. }
  252. /// <summary>
  253. /// Looks up a localized string similar to parameter {0} is out of range min value is &apos;{1}&apos;.
  254. /// </summary>
  255. internal static string excptionParamMinRange
  256. {
  257. get
  258. {
  259. return ResourceManager.GetString("excptionParamMinRange", resourceCulture);
  260. }
  261. }
  262. /// <summary>
  263. /// Looks up a localized string similar to Rounding digits must be between 0 and {0}, inclusive..
  264. /// </summary>
  265. internal static string excptionRoundingDigits
  266. {
  267. get
  268. {
  269. return ResourceManager.GetString("excptionRoundingDigits", resourceCulture);
  270. }
  271. }
  272. /// <summary>
  273. /// Looks up a localized string similar to Sequence must have 1 or more elements..
  274. /// </summary>
  275. internal static string excptionSequenceMinOne
  276. {
  277. get
  278. {
  279. return ResourceManager.GetString("excptionSequenceMinOne", resourceCulture);
  280. }
  281. }
  282. /// <summary>
  283. /// Looks up a localized string similar to Sequence must have two or more elements..
  284. /// </summary>
  285. internal static string excptionSequenceMinTwo
  286. {
  287. get
  288. {
  289. return ResourceManager.GetString("excptionSequenceMinTwo", resourceCulture);
  290. }
  291. }
  292. /// <summary>
  293. /// Looks up a localized string similar to Sequence must have two or more non null elements..
  294. /// </summary>
  295. internal static string excptionSequenceMinTwoNotNull
  296. {
  297. get
  298. {
  299. return ResourceManager.GetString("excptionSequenceMinTwoNotNull", resourceCulture);
  300. }
  301. }
  302. /// <summary>
  303. /// Looks up a localized string similar to Element {0} of sources cannot be null..
  304. /// </summary>
  305. internal static string excptionSourceSequenceIsNull
  306. {
  307. get
  308. {
  309. return ResourceManager.GetString("excptionSourceSequenceIsNull", resourceCulture);
  310. }
  311. }
  312. /// <summary>
  313. /// Looks up a localized string similar to Step time cannot be zero..
  314. /// </summary>
  315. internal static string excptionStepDuration
  316. {
  317. get
  318. {
  319. return ResourceManager.GetString("excptionStepDuration", resourceCulture);
  320. }
  321. }
  322. /// <summary>
  323. /// Looks up a localized string similar to Sequence must have more items than the blockSize..
  324. /// </summary>
  325. internal static string excptionValueMinBlockSize
  326. {
  327. get
  328. {
  329. return ResourceManager.GetString("excptionValueMinBlockSize", resourceCulture);
  330. }
  331. }
  332. /// <summary>
  333. /// Looks up a localized string similar to Value must be larger than or equal to two..
  334. /// </summary>
  335. internal static string excptionValueMinTwo
  336. {
  337. get
  338. {
  339. return ResourceManager.GetString("excptionValueMinTwo", resourceCulture);
  340. }
  341. }
  342. }
  343. }