PageRenderTime 40ms CodeModel.GetById 15ms RepoModel.GetById 1ms app.codeStats 0ms

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

#
C# | 117 lines | 47 code | 11 blank | 59 comment | 1 complexity | f6a22f66d8634bbf8e6a96f9a87d64bc 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.1434
  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.Market.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.Market.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;MarketItems xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot; RefreshRate=&quot;5&quot;&gt;
  73. /// &lt;MarketItem TickerSymbol=&quot;STOCK0&quot; LastPrice=&quot;37.00&quot; Volume=&quot;1000&quot;&gt;&lt;/MarketItem&gt;
  74. /// &lt;MarketItem TickerSymbol=&quot;STOCK1&quot; LastPrice=&quot;78.13&quot; Volume=&quot;100&quot;&gt;&lt;/MarketItem&gt;
  75. /// &lt;MarketItem TickerSymbol=&quot;STOCK2&quot; LastPrice=&quot;23.80&quot; Volume=&quot;200&quot;&gt;&lt;/MarketItem&gt;
  76. /// &lt;MarketItem TickerSymbol=&quot;STOCK3&quot; LastPrice=&quot;34.22&quot; Volume=&quot;300&quot;&gt;&lt;/MarketItem&gt;
  77. /// &lt;MarketItem [rest of string was truncated]&quot;;.
  78. /// </summary>
  79. internal static string Market {
  80. get {
  81. return ResourceManager.GetString("Market", resourceCulture);
  82. }
  83. }
  84. /// <summary>
  85. /// Looks up a localized string similar to Symbol does not exist in market feed..
  86. /// </summary>
  87. internal static string MarketFeedTickerSymbolNotFoundException {
  88. get {
  89. return ResourceManager.GetString("MarketFeedTickerSymbolNotFoundException", resourceCulture);
  90. }
  91. }
  92. /// <summary>
  93. /// Looks up a localized string similar to &lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
  94. ///&lt;MarketHistoryItems xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;&gt;
  95. /// &lt;MarketHistoryItem TickerSymbol=&quot;STOCK0&quot; Date=&quot;2008-02-23&quot;&gt;30.00&lt;/MarketHistoryItem&gt;
  96. /// &lt;MarketHistoryItem TickerSymbol=&quot;STOCK0&quot; Date=&quot;2008-02-24&quot;&gt;35.00&lt;/MarketHistoryItem&gt;
  97. /// &lt;MarketHistoryItem TickerSymbol=&quot;STOCK0&quot; Date=&quot;2008-02-25&quot;&gt;50.00&lt;/MarketHistoryItem&gt;
  98. /// &lt;MarketHistoryItem TickerSymbol=&quot;STOCK0&quot; Date=&quot;2008-02-26&quot;&gt;75.00&lt;/MarketHistoryItem&gt; /// [rest of string was truncated]&quot;;.
  99. /// </summary>
  100. internal static string MarketHistory {
  101. get {
  102. return ResourceManager.GetString("MarketHistory", resourceCulture);
  103. }
  104. }
  105. }
  106. }