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

/V2/trunk/RI/Desktop/StockTraderRI.Modules.Position/Properties/Resources.Designer.cs

#
C# | 192 lines | 87 code | 19 blank | 86 comment | 1 complexity | ae12d2f2ec88a550757fd853849a0799 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.3053
  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 StockTraderRI.Modules.Position.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("StockTraderRI.Modules.Position.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 &lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
  72. ///&lt;ArrayOfAccountPosition xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;&gt;
  73. /// &lt;AccountPosition&gt;
  74. /// &lt;TickerSymbol&gt;STOCK0&lt;/TickerSymbol&gt;
  75. /// &lt;CostBasis&gt;280.99&lt;/CostBasis&gt;
  76. /// &lt;Shares&gt;10&lt;/Shares&gt;
  77. /// &lt;/AccountPosition&gt;
  78. /// &lt;AccountPosition&gt;
  79. /// &lt;TickerSymbol&gt;STOCK2&lt;/TickerSymbol&gt;
  80. /// &lt;CostBasis&gt;1900.22&lt;/CostBasis&gt;
  81. /// &lt;Shares&gt;100&lt;/Shares&gt;
  82. /// &lt;/AccountPosition&gt;
  83. /// &lt;AccountPosition&gt;
  84. /// &lt;TickerSymbol&gt;STOCK3&lt;/TickerSymb [rest of string was truncated]&quot;;.
  85. /// </summary>
  86. internal static string AccountPositions {
  87. get {
  88. return ResourceManager.GetString("AccountPositions", resourceCulture);
  89. }
  90. }
  91. /// <summary>
  92. /// Looks up a localized string similar to Shares must be greater than 0.
  93. /// </summary>
  94. internal static string InvalidSharesRange {
  95. get {
  96. return ResourceManager.GetString("InvalidSharesRange", resourceCulture);
  97. }
  98. }
  99. /// <summary>
  100. /// Looks up a localized string similar to The stop limit price must be greater than 0.
  101. /// </summary>
  102. internal static string InvalidStopLimitPrice {
  103. get {
  104. return ResourceManager.GetString("InvalidStopLimitPrice", resourceCulture);
  105. }
  106. }
  107. /// <summary>
  108. /// Looks up a localized string similar to An order has been submitted.
  109. ///Order Details: {0}.
  110. /// </summary>
  111. internal static string LogOrderSubmitted {
  112. get {
  113. return ResourceManager.GetString("LogOrderSubmitted", resourceCulture);
  114. }
  115. }
  116. /// <summary>
  117. /// Looks up a localized string similar to You don&apos;t have {0} shares to sell.
  118. /// </summary>
  119. internal static string NotEnoughSharesToSell {
  120. get {
  121. return ResourceManager.GetString("NotEnoughSharesToSell", resourceCulture);
  122. }
  123. }
  124. /// <summary>
  125. /// Looks up a localized string similar to Limit.
  126. /// </summary>
  127. internal static string OrderType_Limit {
  128. get {
  129. return ResourceManager.GetString("OrderType_Limit", resourceCulture);
  130. }
  131. }
  132. /// <summary>
  133. /// Looks up a localized string similar to Market.
  134. /// </summary>
  135. internal static string OrderType_Market {
  136. get {
  137. return ResourceManager.GetString("OrderType_Market", resourceCulture);
  138. }
  139. }
  140. /// <summary>
  141. /// Looks up a localized string similar to Stop.
  142. /// </summary>
  143. internal static string OrderType_Stop {
  144. get {
  145. return ResourceManager.GetString("OrderType_Stop", resourceCulture);
  146. }
  147. }
  148. /// <summary>
  149. /// Looks up a localized string similar to The provided String argument {0} must not be null or empty..
  150. /// </summary>
  151. internal static string StringCannotBeNullOrEmpty {
  152. get {
  153. return ResourceManager.GetString("StringCannotBeNullOrEmpty", resourceCulture);
  154. }
  155. }
  156. /// <summary>
  157. /// Looks up a localized string similar to End of day.
  158. /// </summary>
  159. internal static string TimeInForce_EndOfDay {
  160. get {
  161. return ResourceManager.GetString("TimeInForce_EndOfDay", resourceCulture);
  162. }
  163. }
  164. /// <summary>
  165. /// Looks up a localized string similar to Thirty days.
  166. /// </summary>
  167. internal static string TimeInForce_ThirtyDays {
  168. get {
  169. return ResourceManager.GetString("TimeInForce_ThirtyDays", resourceCulture);
  170. }
  171. }
  172. }
  173. }