PageRenderTime 265ms CodeModel.GetById 21ms RepoModel.GetById 1ms app.codeStats 0ms

/V2.2/trunk/Quickstarts/UI Composition/UIComposition.Tests.AcceptanceTest/UIComposition.Tests.AcceptanceTest/TestData/TestDataInput.Designer.cs

#
C# | 286 lines | 147 code | 31 blank | 108 comment | 1 complexity | 8b523d4b2d57866e867bdbb2c19a4639 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 UIComposition.Tests.AcceptanceTests.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 TestDataInput {
  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 TestDataInput() {
  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("UIComposition.Tests.AcceptanceTests.TestData.TestDataInput", typeof(TestDataInput).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 Failing the test cases as the application failed to load.
  72. /// </summary>
  73. internal static string ApplicationLoadFailure {
  74. get {
  75. return ResourceManager.GetString("ApplicationLoadFailure", resourceCulture);
  76. }
  77. }
  78. /// <summary>
  79. /// Looks up a localized string similar to Call Button Not found.
  80. /// </summary>
  81. internal static string CallButtonNotFound {
  82. get {
  83. return ResourceManager.GetString("CallButtonNotFound", resourceCulture);
  84. }
  85. }
  86. /// <summary>
  87. /// Looks up a localized string similar to Email:.
  88. /// </summary>
  89. internal static string EmailLabelText {
  90. get {
  91. return ResourceManager.GetString("EmailLabelText", resourceCulture);
  92. }
  93. }
  94. /// <summary>
  95. /// Looks up a localized string similar to john.smith@example.com.
  96. /// </summary>
  97. internal static string Emp_1_Email {
  98. get {
  99. return ResourceManager.GetString("Emp_1_Email", resourceCulture);
  100. }
  101. }
  102. /// <summary>
  103. /// Looks up a localized string similar to John.
  104. /// </summary>
  105. internal static string Emp_1_FirstName {
  106. get {
  107. return ResourceManager.GetString("Emp_1_FirstName", resourceCulture);
  108. }
  109. }
  110. /// <summary>
  111. /// Looks up a localized string similar to Smith.
  112. /// </summary>
  113. internal static string Emp_1_LastName {
  114. get {
  115. return ResourceManager.GetString("Emp_1_LastName", resourceCulture);
  116. }
  117. }
  118. /// <summary>
  119. /// Looks up a localized string similar to +1 (425) 555-0101.
  120. /// </summary>
  121. internal static string Emp_1_Phone {
  122. get {
  123. return ResourceManager.GetString("Emp_1_Phone", resourceCulture);
  124. }
  125. }
  126. /// <summary>
  127. /// Looks up a localized string similar to Current Projects.
  128. /// </summary>
  129. internal static string EmpDetailsTabCurrentProjects {
  130. get {
  131. return ResourceManager.GetString("EmpDetailsTabCurrentProjects", resourceCulture);
  132. }
  133. }
  134. /// <summary>
  135. /// Looks up a localized string similar to General.
  136. /// </summary>
  137. internal static string EmpDetailsTabGeneral {
  138. get {
  139. return ResourceManager.GetString("EmpDetailsTabGeneral", resourceCulture);
  140. }
  141. }
  142. /// <summary>
  143. /// Looks up a localized string similar to Location.
  144. /// </summary>
  145. internal static string EmpDetailsTabLocation {
  146. get {
  147. return ResourceManager.GetString("EmpDetailsTabLocation", resourceCulture);
  148. }
  149. }
  150. /// <summary>
  151. /// Looks up a localized string similar to Employee Details Tab control not found.
  152. /// </summary>
  153. internal static string EmpDetailsTabNotFound {
  154. get {
  155. return ResourceManager.GetString("EmpDetailsTabNotFound", resourceCulture);
  156. }
  157. }
  158. /// <summary>
  159. /// Looks up a localized string similar to Employee Details Tab control has incorrect number of tab items.
  160. /// </summary>
  161. internal static string EmpDetailsTabPagesCount {
  162. get {
  163. return ResourceManager.GetString("EmpDetailsTabPagesCount", resourceCulture);
  164. }
  165. }
  166. /// <summary>
  167. /// Looks up a localized string similar to Employee Details Tab Pages are incorrect.
  168. /// </summary>
  169. internal static string EmpDetailsTabPagesIncorrect {
  170. get {
  171. return ResourceManager.GetString("EmpDetailsTabPagesIncorrect", resourceCulture);
  172. }
  173. }
  174. /// <summary>
  175. /// Looks up a localized string similar to Employee List does not have required number of columns.
  176. /// </summary>
  177. internal static string EmployeeListIncorrectColumnCount {
  178. get {
  179. return ResourceManager.GetString("EmployeeListIncorrectColumnCount", resourceCulture);
  180. }
  181. }
  182. /// <summary>
  183. /// Looks up a localized string similar to Employee List does not have required number of rows.
  184. /// </summary>
  185. internal static string EmployeeListIncorrectRowCount {
  186. get {
  187. return ResourceManager.GetString("EmployeeListIncorrectRowCount", resourceCulture);
  188. }
  189. }
  190. /// <summary>
  191. /// Looks up a localized string similar to Employee List not found.
  192. /// </summary>
  193. internal static string EmployeeListNotFound {
  194. get {
  195. return ResourceManager.GetString("EmployeeListNotFound", resourceCulture);
  196. }
  197. }
  198. /// <summary>
  199. /// Looks up a localized string similar to First Name:.
  200. /// </summary>
  201. internal static string FirstNameLabelText {
  202. get {
  203. return ResourceManager.GetString("FirstNameLabelText", resourceCulture);
  204. }
  205. }
  206. /// <summary>
  207. /// Looks up a localized string similar to Last Name:.
  208. /// </summary>
  209. internal static string LastNameLabelText {
  210. get {
  211. return ResourceManager.GetString("LastNameLabelText", resourceCulture);
  212. }
  213. }
  214. /// <summary>
  215. /// Looks up a localized string similar to This employee is part of the following projects:.
  216. /// </summary>
  217. internal static string PartOfFollowingProjectsLabel {
  218. get {
  219. return ResourceManager.GetString("PartOfFollowingProjectsLabel", resourceCulture);
  220. }
  221. }
  222. /// <summary>
  223. /// Looks up a localized string similar to Past Projects Button Not found.
  224. /// </summary>
  225. internal static string PastProjectsButtonNotfound {
  226. get {
  227. return ResourceManager.GetString("PastProjectsButtonNotfound", resourceCulture);
  228. }
  229. }
  230. /// <summary>
  231. /// Looks up a localized string similar to Phone:.
  232. /// </summary>
  233. internal static string PhoneLabelText {
  234. get {
  235. return ResourceManager.GetString("PhoneLabelText", resourceCulture);
  236. }
  237. }
  238. /// <summary>
  239. /// Looks up a localized string similar to Select Employee:.
  240. /// </summary>
  241. internal static string SelectEmployeeLabelText {
  242. get {
  243. return ResourceManager.GetString("SelectEmployeeLabelText", resourceCulture);
  244. }
  245. }
  246. /// <summary>
  247. /// Looks up a localized string similar to Send Email Button not found.
  248. /// </summary>
  249. internal static string SendMailButtonNotFound {
  250. get {
  251. return ResourceManager.GetString("SendMailButtonNotFound", resourceCulture);
  252. }
  253. }
  254. }
  255. }