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

/2.0/Beta/DavesSexton.AutoInputProtection/DaveSexton.AutoInputProtection/Resources/PropertyAttributes.Designer.cs

http://aip.codeplex.com
C# | 225 lines | 122 code | 26 blank | 77 comment | 1 complexity | 04a71aa0c22cd3979982cd6a800b6cb3 MD5 | raw file
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. // Runtime Version:2.0.50727.1433
  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 DaveSexton.Web.Controls.Resources {
  11. using System;
  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", "2.0.0.0")]
  20. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  21. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  22. internal class PropertyAttributes {
  23. private static global::System.Resources.ResourceManager resourceMan;
  24. private static global::System.Globalization.CultureInfo resourceCulture;
  25. [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  26. internal PropertyAttributes() {
  27. }
  28. /// <summary>
  29. /// Returns the cached ResourceManager instance used by this class.
  30. /// </summary>
  31. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  32. internal static global::System.Resources.ResourceManager ResourceManager {
  33. get {
  34. if (object.ReferenceEquals(resourceMan, null)) {
  35. global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("DaveSexton.Web.Controls.Resources.PropertyAttributes", typeof(PropertyAttributes).Assembly);
  36. resourceMan = temp;
  37. }
  38. return resourceMan;
  39. }
  40. }
  41. /// <summary>
  42. /// Overrides the current thread's CurrentUICulture property for all
  43. /// resource lookups using this strongly typed resource class.
  44. /// </summary>
  45. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  46. internal static global::System.Globalization.CultureInfo Culture {
  47. get {
  48. return resourceCulture;
  49. }
  50. set {
  51. resourceCulture = value;
  52. }
  53. }
  54. /// <summary>
  55. /// Looks up a localized string similar to The style of the image element..
  56. /// </summary>
  57. internal static string ImageStyle {
  58. get {
  59. return ResourceManager.GetString("ImageStyle", resourceCulture);
  60. }
  61. }
  62. /// <summary>
  63. /// Looks up a localized string similar to The instructions displayed to the user..
  64. /// </summary>
  65. internal static string InstructionText {
  66. get {
  67. return ResourceManager.GetString("InstructionText", resourceCulture);
  68. }
  69. }
  70. /// <summary>
  71. /// Looks up a localized string similar to The style of the instruction text..
  72. /// </summary>
  73. internal static string InstructionTextStyle {
  74. get {
  75. return ResourceManager.GetString("InstructionTextStyle", resourceCulture);
  76. }
  77. }
  78. /// <summary>
  79. /// Looks up a localized string similar to The error message displayed in a ValidationSummary on post-back when an invalid answer is submitted..
  80. /// </summary>
  81. internal static string InvalidErrorMessage {
  82. get {
  83. return ResourceManager.GetString("InvalidErrorMessage", resourceCulture);
  84. }
  85. }
  86. /// <summary>
  87. /// Looks up a localized string similar to The text displayed by the custom validator control on post-back when an invalid answer is submitted..
  88. /// </summary>
  89. internal static string InvalidErrorText {
  90. get {
  91. return ResourceManager.GetString("InvalidErrorText", resourceCulture);
  92. }
  93. }
  94. /// <summary>
  95. /// Looks up a localized string similar to The caption for the verification text box..
  96. /// </summary>
  97. internal static string LabelText {
  98. get {
  99. return ResourceManager.GetString("LabelText", resourceCulture);
  100. }
  101. }
  102. /// <summary>
  103. /// Looks up a localized string similar to The style of the text label..
  104. /// </summary>
  105. internal static string LabelTextStyle {
  106. get {
  107. return ResourceManager.GetString("LabelTextStyle", resourceCulture);
  108. }
  109. }
  110. /// <summary>
  111. /// Looks up a localized string similar to Specifies whether the RequestTimeout property will be used as a sliding expiration until verification occurs; otherwise, the image will be removed from the server the first time that it&apos;s requested..
  112. /// </summary>
  113. internal static string RequestKeepAlive {
  114. get {
  115. return ResourceManager.GetString("RequestKeepAlive", resourceCulture);
  116. }
  117. }
  118. /// <summary>
  119. /// Looks up a localized string similar to Specifies the number of seconds that a validation image will remain on the server before validation occurs. After the initial request for a challenge, a client must request the image from the server before the timeout expires..
  120. /// </summary>
  121. internal static string RequestTimeout {
  122. get {
  123. return ResourceManager.GetString("RequestTimeout", resourceCulture);
  124. }
  125. }
  126. /// <summary>
  127. /// Looks up a localized string similar to The error message displayed in a ValidationSummary when the text field is left blank..
  128. /// </summary>
  129. internal static string RequiredErrorMessage {
  130. get {
  131. return ResourceManager.GetString("RequiredErrorMessage", resourceCulture);
  132. }
  133. }
  134. /// <summary>
  135. /// Looks up a localized string similar to The text displayed by the required validator control when the text field is left blank..
  136. /// </summary>
  137. internal static string RequiredErrorText {
  138. get {
  139. return ResourceManager.GetString("RequiredErrorText", resourceCulture);
  140. }
  141. }
  142. /// <summary>
  143. /// Looks up a localized string similar to The style of the verification text box..
  144. /// </summary>
  145. internal static string TextBoxStyle {
  146. get {
  147. return ResourceManager.GetString("TextBoxStyle", resourceCulture);
  148. }
  149. }
  150. /// <summary>
  151. /// Looks up a localized string similar to The text to be shown for the title..
  152. /// </summary>
  153. internal static string TitleText {
  154. get {
  155. return ResourceManager.GetString("TitleText", resourceCulture);
  156. }
  157. }
  158. /// <summary>
  159. /// Looks up a localized string similar to The style of the title text..
  160. /// </summary>
  161. internal static string TitleTextStyle {
  162. get {
  163. return ResourceManager.GetString("TitleTextStyle", resourceCulture);
  164. }
  165. }
  166. /// <summary>
  167. /// Looks up a localized string similar to The name of the validation group to which the required field and text validators are assigned..
  168. /// </summary>
  169. internal static string ValidationGroup {
  170. get {
  171. return ResourceManager.GetString("ValidationGroup", resourceCulture);
  172. }
  173. }
  174. /// <summary>
  175. /// Looks up a localized string similar to Specifies whether the ValidationTimeout property is ignored..
  176. /// </summary>
  177. internal static string ValidationKeepAlive {
  178. get {
  179. return ResourceManager.GetString("ValidationKeepAlive", resourceCulture);
  180. }
  181. }
  182. /// <summary>
  183. /// Looks up a localized string similar to Specifies the number of seconds that a user has to respond with an answer before the challenge&apos;s text is removed from the server and can no longer be used..
  184. /// </summary>
  185. internal static string ValidationTimeout {
  186. get {
  187. return ResourceManager.GetString("ValidationTimeout", resourceCulture);
  188. }
  189. }
  190. /// <summary>
  191. /// Looks up a localized string similar to The style of validator controls..
  192. /// </summary>
  193. internal static string ValidatorTextStyle {
  194. get {
  195. return ResourceManager.GetString("ValidatorTextStyle", resourceCulture);
  196. }
  197. }
  198. }
  199. }