SettingDialog.Designer.cs 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. //
  5. // Changes to this file may cause incorrect behavior and will be lost if
  6. // the code is regenerated.
  7. // </auto-generated>
  8. //------------------------------------------------------------------------------
  9. namespace PDFViewer.Strings.SettingDialog {
  10. using System;
  11. /// <summary>
  12. /// A strongly-typed resource class, for looking up localized strings, etc.
  13. /// </summary>
  14. // This class was auto-generated by the StronglyTypedResourceBuilder
  15. // class via a tool like ResGen or Visual Studio.
  16. // To add or remove a member, edit your .ResX file then rerun ResGen
  17. // with the /str option, or rebuild your VS project.
  18. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
  19. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  20. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  21. internal class SettingDialog {
  22. private static global::System.Resources.ResourceManager resourceMan;
  23. private static global::System.Globalization.CultureInfo resourceCulture;
  24. [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  25. internal SettingDialog() {
  26. }
  27. /// <summary>
  28. /// Returns the cached ResourceManager instance used by this class.
  29. /// </summary>
  30. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  31. internal static global::System.Resources.ResourceManager ResourceManager {
  32. get {
  33. if (object.ReferenceEquals(resourceMan, null)) {
  34. global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("PDFViewer.Strings.SettingDialog", typeof(SettingDialog).Assembly);
  35. resourceMan = temp;
  36. }
  37. return resourceMan;
  38. }
  39. }
  40. /// <summary>
  41. /// Overrides the current thread's CurrentUICulture property for all
  42. /// resource lookups using this strongly typed resource class.
  43. /// </summary>
  44. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  45. internal static global::System.Globalization.CultureInfo Culture {
  46. get {
  47. return resourceCulture;
  48. }
  49. set {
  50. resourceCulture = value;
  51. }
  52. }
  53. /// <summary>
  54. /// Looks up a localized string similar to @ 2014-2023 PDF Technologies, Inc. All Rights Reserved..
  55. /// </summary>
  56. internal static string Link_CopyRight {
  57. get {
  58. return ResourceManager.GetString("Link_CopyRight", resourceCulture);
  59. }
  60. }
  61. /// <summary>
  62. /// Looks up a localized string similar to Privacy Policy.
  63. /// </summary>
  64. internal static string Link_Policy {
  65. get {
  66. return ResourceManager.GetString("Link_Policy", resourceCulture);
  67. }
  68. }
  69. /// <summary>
  70. /// Looks up a localized string similar to Service Terms.
  71. /// </summary>
  72. internal static string Link_Service {
  73. get {
  74. return ResourceManager.GetString("Link_Service", resourceCulture);
  75. }
  76. }
  77. /// <summary>
  78. /// Looks up a localized string similar to File Author.
  79. /// </summary>
  80. internal static string Setting_Author {
  81. get {
  82. return ResourceManager.GetString("Setting_Author", resourceCulture);
  83. }
  84. }
  85. /// <summary>
  86. /// Looks up a localized string similar to Rolling Ratio.
  87. /// </summary>
  88. internal static string Setting_Divisor {
  89. get {
  90. return ResourceManager.GetString("Setting_Divisor", resourceCulture);
  91. }
  92. }
  93. /// <summary>
  94. /// Looks up a localized string similar to Highlight Form Fields.
  95. /// </summary>
  96. internal static string Setting_HighlightForms {
  97. get {
  98. return ResourceManager.GetString("Setting_HighlightForms", resourceCulture);
  99. }
  100. }
  101. /// <summary>
  102. /// Looks up a localized string similar to Highlight Links.
  103. /// </summary>
  104. internal static string Setting_HighlightLinks {
  105. get {
  106. return ResourceManager.GetString("Setting_HighlightLinks", resourceCulture);
  107. }
  108. }
  109. /// <summary>
  110. /// Looks up a localized string similar to Language.
  111. /// </summary>
  112. internal static string Setting_Language {
  113. get {
  114. return ResourceManager.GetString("Setting_Language", resourceCulture);
  115. }
  116. }
  117. /// <summary>
  118. /// Looks up a localized string similar to About ComPDFKit.
  119. /// </summary>
  120. internal static string Subtitle_About {
  121. get {
  122. return ResourceManager.GetString("Subtitle_About", resourceCulture);
  123. }
  124. }
  125. /// <summary>
  126. /// Looks up a localized string similar to Email Address.
  127. /// </summary>
  128. internal static string Subtitle_Email {
  129. get {
  130. return ResourceManager.GetString("Subtitle_Email", resourceCulture);
  131. }
  132. }
  133. /// <summary>
  134. /// Looks up a localized string similar to Contact Sales.
  135. /// </summary>
  136. internal static string Subtitle_Sales {
  137. get {
  138. return ResourceManager.GetString("Subtitle_Sales", resourceCulture);
  139. }
  140. }
  141. /// <summary>
  142. /// Looks up a localized string similar to Technical Support.
  143. /// </summary>
  144. internal static string Subtitle_Support {
  145. get {
  146. return ResourceManager.GetString("Subtitle_Support", resourceCulture);
  147. }
  148. }
  149. /// <summary>
  150. /// Looks up a localized string similar to Version.
  151. /// </summary>
  152. internal static string Subtitle_Version {
  153. get {
  154. return ResourceManager.GetString("Subtitle_Version", resourceCulture);
  155. }
  156. }
  157. /// <summary>
  158. /// Looks up a localized string similar to Website.
  159. /// </summary>
  160. internal static string Subtitle_Website {
  161. get {
  162. return ResourceManager.GetString("Subtitle_Website", resourceCulture);
  163. }
  164. }
  165. /// <summary>
  166. /// Looks up a localized string similar to You need to restart the application to apply the language change. Do you want to restart now?.
  167. /// </summary>
  168. internal static string Tip_Restart {
  169. get {
  170. return ResourceManager.GetString("Tip_Restart", resourceCulture);
  171. }
  172. }
  173. /// <summary>
  174. /// Looks up a localized string similar to Restart Application.
  175. /// </summary>
  176. internal static string Tip_RestartTitle {
  177. get {
  178. return ResourceManager.GetString("Tip_RestartTitle", resourceCulture);
  179. }
  180. }
  181. /// <summary>
  182. /// Looks up a localized string similar to Company Information.
  183. /// </summary>
  184. internal static string Title_CompanyInfo {
  185. get {
  186. return ResourceManager.GetString("Title_CompanyInfo", resourceCulture);
  187. }
  188. }
  189. /// <summary>
  190. /// Looks up a localized string similar to Settings.
  191. /// </summary>
  192. internal static string Title_GlobalSettings {
  193. get {
  194. return ResourceManager.GetString("Title_GlobalSettings", resourceCulture);
  195. }
  196. }
  197. /// <summary>
  198. /// Looks up a localized string similar to SDK Information.
  199. /// </summary>
  200. internal static string Title_SDKInfo {
  201. get {
  202. return ResourceManager.GetString("Title_SDKInfo", resourceCulture);
  203. }
  204. }
  205. /// <summary>
  206. /// Looks up a localized string similar to Settings.
  207. /// </summary>
  208. internal static string Title_Settings {
  209. get {
  210. return ResourceManager.GetString("Title_Settings", resourceCulture);
  211. }
  212. }
  213. }
  214. }