PageRenderTime 49ms CodeModel.GetById 24ms RepoModel.GetById 0ms app.codeStats 0ms

/V2.2/trunk/RI/StockTraderRI.Tests.AcceptanceTest/StockTraderRI.Tests.AcceptanceTest/TestData/ControlIdentifiers.Designer.cs

#
C# | 673 lines | 362 code | 74 blank | 237 comment | 1 complexity | cb4ef0b96ea09b94fb36348b8574682f 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.Tests.AcceptanceTest.TestData {
  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 ControlIdentifiers {
  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 ControlIdentifiers() {
  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.Tests.AcceptanceTest.TestData.ControlIdentifiers", typeof(ControlIdentifiers).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 ActionsBuyButton.
  72. /// </summary>
  73. internal static string ActionsBuyButton_Silverlight {
  74. get {
  75. return ResourceManager.GetString("ActionsBuyButton_Silverlight", resourceCulture);
  76. }
  77. }
  78. /// <summary>
  79. /// Looks up a localized string similar to ActionsBuyButton.
  80. /// </summary>
  81. internal static string ActionsBuyButton_Wpf {
  82. get {
  83. return ResourceManager.GetString("ActionsBuyButton_Wpf", resourceCulture);
  84. }
  85. }
  86. /// <summary>
  87. /// Looks up a localized string similar to ActionsRemoveButton.
  88. /// </summary>
  89. internal static string ActionsRemoveButton_Silverlight {
  90. get {
  91. return ResourceManager.GetString("ActionsRemoveButton_Silverlight", resourceCulture);
  92. }
  93. }
  94. /// <summary>
  95. /// Looks up a localized string similar to ActionsRemoveButton.
  96. /// </summary>
  97. internal static string ActionsRemoveButton_Wpf {
  98. get {
  99. return ResourceManager.GetString("ActionsRemoveButton_Wpf", resourceCulture);
  100. }
  101. }
  102. /// <summary>
  103. /// Looks up a localized string similar to ActionsSellButton.
  104. /// </summary>
  105. internal static string ActionsSellButton_Silverlight {
  106. get {
  107. return ResourceManager.GetString("ActionsSellButton_Silverlight", resourceCulture);
  108. }
  109. }
  110. /// <summary>
  111. /// Looks up a localized string similar to ActionsSellButton.
  112. /// </summary>
  113. internal static string ActionsSellButton_Wpf {
  114. get {
  115. return ResourceManager.GetString("ActionsSellButton_Wpf", resourceCulture);
  116. }
  117. }
  118. /// <summary>
  119. /// Looks up a localized string similar to AddToWatchListButton.
  120. /// </summary>
  121. internal static string AddToWatchListButton_Silverlight {
  122. get {
  123. return ResourceManager.GetString("AddToWatchListButton_Silverlight", resourceCulture);
  124. }
  125. }
  126. /// <summary>
  127. /// Looks up a localized string similar to AddToWatchListButton.
  128. /// </summary>
  129. internal static string AddToWatchListButton_Wpf {
  130. get {
  131. return ResourceManager.GetString("AddToWatchListButton_Wpf", resourceCulture);
  132. }
  133. }
  134. /// <summary>
  135. /// Looks up a localized string similar to BuyRadioButton.
  136. /// </summary>
  137. internal static string BuyRadioButton_Silverlight {
  138. get {
  139. return ResourceManager.GetString("BuyRadioButton_Silverlight", resourceCulture);
  140. }
  141. }
  142. /// <summary>
  143. /// Looks up a localized string similar to BuyRadioButton.
  144. /// </summary>
  145. internal static string BuyRadioButton_Wpf {
  146. get {
  147. return ResourceManager.GetString("BuyRadioButton_Wpf", resourceCulture);
  148. }
  149. }
  150. /// <summary>
  151. /// Looks up a localized string similar to Cancel.
  152. /// </summary>
  153. internal static string Cancel_Silverlight {
  154. get {
  155. return ResourceManager.GetString("Cancel_Silverlight", resourceCulture);
  156. }
  157. }
  158. /// <summary>
  159. /// Looks up a localized string similar to Cancel.
  160. /// </summary>
  161. internal static string Cancel_Wpf {
  162. get {
  163. return ResourceManager.GetString("Cancel_Wpf", resourceCulture);
  164. }
  165. }
  166. /// <summary>
  167. /// Looks up a localized string similar to Cancel All.
  168. /// </summary>
  169. internal static string CancelAll_Silverlight {
  170. get {
  171. return ResourceManager.GetString("CancelAll_Silverlight", resourceCulture);
  172. }
  173. }
  174. /// <summary>
  175. /// Looks up a localized string similar to Cancel All.
  176. /// </summary>
  177. internal static string CancelAll_Wpf {
  178. get {
  179. return ResourceManager.GetString("CancelAll_Wpf", resourceCulture);
  180. }
  181. }
  182. /// <summary>
  183. /// Looks up a localized string similar to CancelAllButton.
  184. /// </summary>
  185. internal static string CancelAllButton_Silverlight {
  186. get {
  187. return ResourceManager.GetString("CancelAllButton_Silverlight", resourceCulture);
  188. }
  189. }
  190. /// <summary>
  191. /// Looks up a localized string similar to CancelAllButton.
  192. /// </summary>
  193. internal static string CancelAllButton_Wpf {
  194. get {
  195. return ResourceManager.GetString("CancelAllButton_Wpf", resourceCulture);
  196. }
  197. }
  198. /// <summary>
  199. /// Looks up a localized string similar to CancelButton.
  200. /// </summary>
  201. internal static string CancelButton_Silverlight {
  202. get {
  203. return ResourceManager.GetString("CancelButton_Silverlight", resourceCulture);
  204. }
  205. }
  206. /// <summary>
  207. /// Looks up a localized string similar to CancelButton.
  208. /// </summary>
  209. internal static string CancelButton_Wpf {
  210. get {
  211. return ResourceManager.GetString("CancelButton_Wpf", resourceCulture);
  212. }
  213. }
  214. /// <summary>
  215. /// Looks up a localized string similar to ExpanderButton.
  216. /// </summary>
  217. internal static string ExpanderButton_Silverlight {
  218. get {
  219. return ResourceManager.GetString("ExpanderButton_Silverlight", resourceCulture);
  220. }
  221. }
  222. /// <summary>
  223. /// Looks up a localized string similar to HistoricalDataChart.
  224. /// </summary>
  225. internal static string HistoricalDataChart_Silverlight {
  226. get {
  227. return ResourceManager.GetString("HistoricalDataChart_Silverlight", resourceCulture);
  228. }
  229. }
  230. /// <summary>
  231. /// Looks up a localized string similar to HistoricalDataChart.
  232. /// </summary>
  233. internal static string HistoricalDataChart_Wpf {
  234. get {
  235. return ResourceManager.GetString("HistoricalDataChart_Wpf", resourceCulture);
  236. }
  237. }
  238. /// <summary>
  239. /// Looks up a localized string similar to HistoricalDataTextBlock.
  240. /// </summary>
  241. internal static string HistoricalDataTextBlock_Silverlight {
  242. get {
  243. return ResourceManager.GetString("HistoricalDataTextBlock_Silverlight", resourceCulture);
  244. }
  245. }
  246. /// <summary>
  247. /// Looks up a localized string similar to HistoricalDataTextBlock.
  248. /// </summary>
  249. internal static string HistoricalDataTextBlock_Wpf {
  250. get {
  251. return ResourceManager.GetString("HistoricalDataTextBlock_Wpf", resourceCulture);
  252. }
  253. }
  254. /// <summary>
  255. /// Looks up a localized string similar to NewsArticleText.
  256. /// </summary>
  257. internal static string NewsArticleText_Silverlight {
  258. get {
  259. return ResourceManager.GetString("NewsArticleText_Silverlight", resourceCulture);
  260. }
  261. }
  262. /// <summary>
  263. /// Looks up a localized string similar to NewsArticleText.
  264. /// </summary>
  265. internal static string NewsArticleText_Wpf {
  266. get {
  267. return ResourceManager.GetString("NewsArticleText_Wpf", resourceCulture);
  268. }
  269. }
  270. /// <summary>
  271. /// Looks up a localized string similar to OrderClickCancel.
  272. /// </summary>
  273. internal static string OrderCommandCancel_Silverlight {
  274. get {
  275. return ResourceManager.GetString("OrderCommandCancel_Silverlight", resourceCulture);
  276. }
  277. }
  278. /// <summary>
  279. /// Looks up a localized string similar to OrderClickCancel.
  280. /// </summary>
  281. internal static string OrderCommandCancel_Wpf {
  282. get {
  283. return ResourceManager.GetString("OrderCommandCancel_Wpf", resourceCulture);
  284. }
  285. }
  286. /// <summary>
  287. /// Looks up a localized string similar to OrderClickCancelAllButton.
  288. /// </summary>
  289. internal static string OrderCommandCancelAllButton_Silverlight {
  290. get {
  291. return ResourceManager.GetString("OrderCommandCancelAllButton_Silverlight", resourceCulture);
  292. }
  293. }
  294. /// <summary>
  295. /// Looks up a localized string similar to OrderClickCancelAllButton.
  296. /// </summary>
  297. internal static string OrderCommandCancelAllButton_Wpf {
  298. get {
  299. return ResourceManager.GetString("OrderCommandCancelAllButton_Wpf", resourceCulture);
  300. }
  301. }
  302. /// <summary>
  303. /// Looks up a localized string similar to OrderClickSubmit.
  304. /// </summary>
  305. internal static string OrderCommandSubmit_Silverlight {
  306. get {
  307. return ResourceManager.GetString("OrderCommandSubmit_Silverlight", resourceCulture);
  308. }
  309. }
  310. /// <summary>
  311. /// Looks up a localized string similar to OrderClickSubmit.
  312. /// </summary>
  313. internal static string OrderCommandSubmit_Wpf {
  314. get {
  315. return ResourceManager.GetString("OrderCommandSubmit_Wpf", resourceCulture);
  316. }
  317. }
  318. /// <summary>
  319. /// Looks up a localized string similar to OrderClickSubmitAllButton.
  320. /// </summary>
  321. internal static string OrderCommandSubmitAllButton_Silverlight {
  322. get {
  323. return ResourceManager.GetString("OrderCommandSubmitAllButton_Silverlight", resourceCulture);
  324. }
  325. }
  326. /// <summary>
  327. /// Looks up a localized string similar to OrderClickSubmitAllButton.
  328. /// </summary>
  329. internal static string OrderCommandSubmitAllButton_Wpf {
  330. get {
  331. return ResourceManager.GetString("OrderCommandSubmitAllButton_Wpf", resourceCulture);
  332. }
  333. }
  334. /// <summary>
  335. /// Looks up a localized string similar to OrderTypeComboBox.
  336. /// </summary>
  337. internal static string OrderTypeComboBox_Silverlight {
  338. get {
  339. return ResourceManager.GetString("OrderTypeComboBox_Silverlight", resourceCulture);
  340. }
  341. }
  342. /// <summary>
  343. /// Looks up a localized string similar to OrderTypeComboBox.
  344. /// </summary>
  345. internal static string OrderTypeComboBox_Wpf {
  346. get {
  347. return ResourceManager.GetString("OrderTypeComboBox_Wpf", resourceCulture);
  348. }
  349. }
  350. /// <summary>
  351. /// Looks up a localized string similar to PieChartTextBlock.
  352. /// </summary>
  353. internal static string PieChartTextBlock_Silverlight {
  354. get {
  355. return ResourceManager.GetString("PieChartTextBlock_Silverlight", resourceCulture);
  356. }
  357. }
  358. /// <summary>
  359. /// Looks up a localized string similar to PieChartTextBlock.
  360. /// </summary>
  361. internal static string PieChartTextBlock_Wpf {
  362. get {
  363. return ResourceManager.GetString("PieChartTextBlock_Wpf", resourceCulture);
  364. }
  365. }
  366. /// <summary>
  367. /// Looks up a localized string similar to PositionBuySellTab.
  368. /// </summary>
  369. internal static string PositionBuySellTab_Silverlight {
  370. get {
  371. return ResourceManager.GetString("PositionBuySellTab_Silverlight", resourceCulture);
  372. }
  373. }
  374. /// <summary>
  375. /// Looks up a localized string similar to PositionBuySellTab.
  376. /// </summary>
  377. internal static string PositionBuySellTab_Wpf {
  378. get {
  379. return ResourceManager.GetString("PositionBuySellTab_Wpf", resourceCulture);
  380. }
  381. }
  382. /// <summary>
  383. /// Looks up a localized string similar to PositionSummaryGrid.
  384. /// </summary>
  385. internal static string PositionSummaryGrid_Silverlight {
  386. get {
  387. return ResourceManager.GetString("PositionSummaryGrid_Silverlight", resourceCulture);
  388. }
  389. }
  390. /// <summary>
  391. /// Looks up a localized string similar to PositionSummaryGrid.
  392. /// </summary>
  393. internal static string PositionSummaryGrid_Wpf {
  394. get {
  395. return ResourceManager.GetString("PositionSummaryGrid_Wpf", resourceCulture);
  396. }
  397. }
  398. /// <summary>
  399. /// Looks up a localized string similar to PositionSummaryTab.
  400. /// </summary>
  401. internal static string PositionSummaryTab_Silverlight {
  402. get {
  403. return ResourceManager.GetString("PositionSummaryTab_Silverlight", resourceCulture);
  404. }
  405. }
  406. /// <summary>
  407. /// Looks up a localized string similar to PositionSummaryTab.
  408. /// </summary>
  409. internal static string PositionSummaryTab_Wpf {
  410. get {
  411. return ResourceManager.GetString("PositionSummaryTab_Wpf", resourceCulture);
  412. }
  413. }
  414. /// <summary>
  415. /// Looks up a localized string similar to PriceLimitTextBox.
  416. /// </summary>
  417. internal static string PriceLimitTextBox_Silverlight {
  418. get {
  419. return ResourceManager.GetString("PriceLimitTextBox_Silverlight", resourceCulture);
  420. }
  421. }
  422. /// <summary>
  423. /// Looks up a localized string similar to PriceLimitTextBox.
  424. /// </summary>
  425. internal static string PriceLimitTextBox_Wpf {
  426. get {
  427. return ResourceManager.GetString("PriceLimitTextBox_Wpf", resourceCulture);
  428. }
  429. }
  430. /// <summary>
  431. /// Looks up a localized string similar to SellRadioButton.
  432. /// </summary>
  433. internal static string SellRadioButton_Silverlight {
  434. get {
  435. return ResourceManager.GetString("SellRadioButton_Silverlight", resourceCulture);
  436. }
  437. }
  438. /// <summary>
  439. /// Looks up a localized string similar to SellRadioButton.
  440. /// </summary>
  441. internal static string SellRadioButton_Wpf {
  442. get {
  443. return ResourceManager.GetString("SellRadioButton_Wpf", resourceCulture);
  444. }
  445. }
  446. /// <summary>
  447. /// Looks up a localized string similar to SharesTextBox.
  448. /// </summary>
  449. internal static string SharesTextBox_Silverlight {
  450. get {
  451. return ResourceManager.GetString("SharesTextBox_Silverlight", resourceCulture);
  452. }
  453. }
  454. /// <summary>
  455. /// Looks up a localized string similar to SharesTextBox.
  456. /// </summary>
  457. internal static string SharesTextBox_Wpf {
  458. get {
  459. return ResourceManager.GetString("SharesTextBox_Wpf", resourceCulture);
  460. }
  461. }
  462. /// <summary>
  463. /// Looks up a localized string similar to StockTraderRI.
  464. /// </summary>
  465. internal static string SilverlightAppTitle {
  466. get {
  467. return ResourceManager.GetString("SilverlightAppTitle", resourceCulture);
  468. }
  469. }
  470. /// <summary>
  471. /// Looks up a localized string similar to Submit.
  472. /// </summary>
  473. internal static string Submit_Silverlight {
  474. get {
  475. return ResourceManager.GetString("Submit_Silverlight", resourceCulture);
  476. }
  477. }
  478. /// <summary>
  479. /// Looks up a localized string similar to Submit.
  480. /// </summary>
  481. internal static string Submit_Wpf {
  482. get {
  483. return ResourceManager.GetString("Submit_Wpf", resourceCulture);
  484. }
  485. }
  486. /// <summary>
  487. /// Looks up a localized string similar to Submit All.
  488. /// </summary>
  489. internal static string SubmitAll_Silverlight {
  490. get {
  491. return ResourceManager.GetString("SubmitAll_Silverlight", resourceCulture);
  492. }
  493. }
  494. /// <summary>
  495. /// Looks up a localized string similar to Submit All.
  496. /// </summary>
  497. internal static string SubmitAll_Wpf {
  498. get {
  499. return ResourceManager.GetString("SubmitAll_Wpf", resourceCulture);
  500. }
  501. }
  502. /// <summary>
  503. /// Looks up a localized string similar to SubmitAllButton.
  504. /// </summary>
  505. internal static string SubmitAllButton_Silverlight {
  506. get {
  507. return ResourceManager.GetString("SubmitAllButton_Silverlight", resourceCulture);
  508. }
  509. }
  510. /// <summary>
  511. /// Looks up a localized string similar to SubmitAllButton.
  512. /// </summary>
  513. internal static string SubmitAllButton_Wpf {
  514. get {
  515. return ResourceManager.GetString("SubmitAllButton_Wpf", resourceCulture);
  516. }
  517. }
  518. /// <summary>
  519. /// Looks up a localized string similar to SubmitButton.
  520. /// </summary>
  521. internal static string SubmitButton_Silverlight {
  522. get {
  523. return ResourceManager.GetString("SubmitButton_Silverlight", resourceCulture);
  524. }
  525. }
  526. /// <summary>
  527. /// Looks up a localized string similar to SubmitButton.
  528. /// </summary>
  529. internal static string SubmitButton_Wpf {
  530. get {
  531. return ResourceManager.GetString("SubmitButton_Wpf", resourceCulture);
  532. }
  533. }
  534. /// <summary>
  535. /// Looks up a localized string similar to SymbolTextBox.
  536. /// </summary>
  537. internal static string SymbolTextBox_Silverlight {
  538. get {
  539. return ResourceManager.GetString("SymbolTextBox_Silverlight", resourceCulture);
  540. }
  541. }
  542. /// <summary>
  543. /// Looks up a localized string similar to SymbolTextBox.
  544. /// </summary>
  545. internal static string SymbolTextBox_Wpf {
  546. get {
  547. return ResourceManager.GetString("SymbolTextBox_Wpf", resourceCulture);
  548. }
  549. }
  550. /// <summary>
  551. /// Looks up a localized string similar to TermComboBox.
  552. /// </summary>
  553. internal static string TermComboBox_Silverlight {
  554. get {
  555. return ResourceManager.GetString("TermComboBox_Silverlight", resourceCulture);
  556. }
  557. }
  558. /// <summary>
  559. /// Looks up a localized string similar to TermComboBox.
  560. /// </summary>
  561. internal static string TermComboBox_Wpf {
  562. get {
  563. return ResourceManager.GetString("TermComboBox_Wpf", resourceCulture);
  564. }
  565. }
  566. /// <summary>
  567. /// Looks up a localized string similar to TextBoxBlock.
  568. /// </summary>
  569. internal static string TextBoxBlock_Silverlight {
  570. get {
  571. return ResourceManager.GetString("TextBoxBlock_Silverlight", resourceCulture);
  572. }
  573. }
  574. /// <summary>
  575. /// Looks up a localized string similar to TextBoxBlock.
  576. /// </summary>
  577. internal static string TextBoxBlock_Wpf {
  578. get {
  579. return ResourceManager.GetString("TextBoxBlock_Wpf", resourceCulture);
  580. }
  581. }
  582. /// <summary>
  583. /// Looks up a localized string similar to WatchListGrid.
  584. /// </summary>
  585. internal static string WatchListGrid_Silverlight {
  586. get {
  587. return ResourceManager.GetString("WatchListGrid_Silverlight", resourceCulture);
  588. }
  589. }
  590. /// <summary>
  591. /// Looks up a localized string similar to WatchListGrid.
  592. /// </summary>
  593. internal static string WatchListGrid_Wpf {
  594. get {
  595. return ResourceManager.GetString("WatchListGrid_Wpf", resourceCulture);
  596. }
  597. }
  598. }
  599. }