PageRenderTime 52ms CodeModel.GetById 25ms RepoModel.GetById 0ms app.codeStats 0ms

/Releases/2.4/ScintillaNET/Properties/Resources.Designer.cs

#
C# | 215 lines | 127 code | 26 blank | 62 comment | 1 complexity | 77fa07e49e40963e516408b97a537a3a MD5 | raw file
Possible License(s): MIT
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. // Runtime Version:4.0.30319.261
  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 ScintillaNET.Properties {
  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", "4.0.0.0")]
  20. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  21. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  22. internal class Resources {
  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 Resources() {
  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("ScintillaNET.Properties.Resources", typeof(Resources).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. internal static System.Drawing.Bitmap DeleteHS {
  55. get {
  56. object obj = ResourceManager.GetObject("DeleteHS", resourceCulture);
  57. return ((System.Drawing.Bitmap)(obj));
  58. }
  59. }
  60. /// <summary>
  61. /// Looks up a localized string similar to Cannot create the Scintilla direct message function..
  62. /// </summary>
  63. internal static string Exception_CannotCreateDirectFunction {
  64. get {
  65. return ResourceManager.GetString("Exception_CannotCreateDirectFunction", resourceCulture);
  66. }
  67. }
  68. /// <summary>
  69. /// Looks up a localized string similar to Cannot load the &apos;{0}&apos; module into memory..
  70. /// </summary>
  71. internal static string Exception_CannotLoadModule {
  72. get {
  73. return ResourceManager.GetString("Exception_CannotLoadModule", resourceCulture);
  74. }
  75. }
  76. /// <summary>
  77. /// Looks up a localized string similar to The &apos;{0}&apos; argument cannot be an empty string..
  78. /// </summary>
  79. internal static string Exception_EmptyStringArgument {
  80. get {
  81. return ResourceManager.GetString("Exception_EmptyStringArgument", resourceCulture);
  82. }
  83. }
  84. /// <summary>
  85. /// Looks up a localized string similar to Enumeration already finished..
  86. /// </summary>
  87. internal static string Exception_EnumeratorEnded {
  88. get {
  89. return ResourceManager.GetString("Exception_EnumeratorEnded", resourceCulture);
  90. }
  91. }
  92. /// <summary>
  93. /// Looks up a localized string similar to Enumeration has not started. Call MoveNext..
  94. /// </summary>
  95. internal static string Exception_EnumeratorNotStarted {
  96. get {
  97. return ResourceManager.GetString("Exception_EnumeratorNotStarted", resourceCulture);
  98. }
  99. }
  100. /// <summary>
  101. /// Looks up a localized string similar to Cross-thread operation not valid: Control &apos;{0}&apos; accessed from a thread other than the thread it was created on..
  102. /// </summary>
  103. internal static string Exception_IllegalCrossThreadCall {
  104. get {
  105. return ResourceManager.GetString("Exception_IllegalCrossThreadCall", resourceCulture);
  106. }
  107. }
  108. /// <summary>
  109. /// Looks up a localized string similar to Index was out of range. Must be non-negative and less than the size of the collection..
  110. /// </summary>
  111. internal static string Exception_IndexOutOfRange {
  112. get {
  113. return ResourceManager.GetString("Exception_IndexOutOfRange", resourceCulture);
  114. }
  115. }
  116. /// <summary>
  117. /// Looks up a localized string similar to Insufficient space in the target location to copy the information..
  118. /// </summary>
  119. internal static string Exception_InsufficientSpace {
  120. get {
  121. return ResourceManager.GetString("Exception_InsufficientSpace", resourceCulture);
  122. }
  123. }
  124. /// <summary>
  125. /// Looks up a localized string similar to A change in the control who created this annotation has rendered the object invalid..
  126. /// </summary>
  127. internal static string Exception_InvalidAnnotation {
  128. get {
  129. return ResourceManager.GetString("Exception_InvalidAnnotation", resourceCulture);
  130. }
  131. }
  132. /// <summary>
  133. /// Looks up a localized string similar to &apos;{0}&apos; is not a valid Scintilla module..
  134. /// </summary>
  135. internal static string Exception_InvalidModule {
  136. get {
  137. return ResourceManager.GetString("Exception_InvalidModule", resourceCulture);
  138. }
  139. }
  140. /// <summary>
  141. /// Looks up a localized string similar to The module name must be set before any Scintilla object are created..
  142. /// </summary>
  143. internal static string Exception_ModuleAlreadyLoaded {
  144. get {
  145. return ResourceManager.GetString("Exception_ModuleAlreadyLoaded", resourceCulture);
  146. }
  147. }
  148. internal static System.Drawing.Bitmap GoToNextMessage {
  149. get {
  150. object obj = ResourceManager.GetObject("GoToNextMessage", resourceCulture);
  151. return ((System.Drawing.Bitmap)(obj));
  152. }
  153. }
  154. internal static System.Drawing.Bitmap GoToNextMessage___Copy {
  155. get {
  156. object obj = ResourceManager.GetObject("GoToNextMessage - Copy", resourceCulture);
  157. return ((System.Drawing.Bitmap)(obj));
  158. }
  159. }
  160. internal static System.Drawing.Bitmap GoToPreviousMessage {
  161. get {
  162. object obj = ResourceManager.GetObject("GoToPreviousMessage", resourceCulture);
  163. return ((System.Drawing.Bitmap)(obj));
  164. }
  165. }
  166. internal static System.Drawing.Bitmap LineColorHS {
  167. get {
  168. object obj = ResourceManager.GetObject("LineColorHS", resourceCulture);
  169. return ((System.Drawing.Bitmap)(obj));
  170. }
  171. }
  172. /// <summary>
  173. /// Looks up a localized string similar to SciLexer.dll.
  174. /// </summary>
  175. internal static string ModuleName {
  176. get {
  177. return ResourceManager.GetString("ModuleName", resourceCulture);
  178. }
  179. }
  180. /// <summary>
  181. /// Looks up a localized string similar to SciLexer64.dll.
  182. /// </summary>
  183. internal static string ModuleName64 {
  184. get {
  185. return ResourceManager.GetString("ModuleName64", resourceCulture);
  186. }
  187. }
  188. }
  189. }