SettingDialog.Designer.cs 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. // Runtime Version:4.0.30319.42000
  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 PDFViewer.Strings {
  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", "17.0.0.0")]
  20. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  21. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  22. internal class SettingDialog {
  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 SettingDialog() {
  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("PDFViewer.Strings.SettingDialog", typeof(SettingDialog).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 @ 2014-2023 PDF Technologies, Inc. All Rights Reserved..
  56. /// </summary>
  57. internal static string Link_CopyRight {
  58. get {
  59. return ResourceManager.GetString("Link_CopyRight", resourceCulture);
  60. }
  61. }
  62. /// <summary>
  63. /// Looks up a localized string similar to Privacy Policy.
  64. /// </summary>
  65. internal static string Link_Policy {
  66. get {
  67. return ResourceManager.GetString("Link_Policy", resourceCulture);
  68. }
  69. }
  70. /// <summary>
  71. /// Looks up a localized string similar to Service Terms.
  72. /// </summary>
  73. internal static string Link_Service {
  74. get {
  75. return ResourceManager.GetString("Link_Service", resourceCulture);
  76. }
  77. }
  78. /// <summary>
  79. /// Looks up a localized string similar to Annotation Creator.
  80. /// </summary>
  81. internal static string Setting_Annotator {
  82. get {
  83. return ResourceManager.GetString("Setting_Annotator", resourceCulture);
  84. }
  85. }
  86. /// <summary>
  87. /// Looks up a localized string similar to File Author.
  88. /// </summary>
  89. internal static string Setting_Author {
  90. get {
  91. return ResourceManager.GetString("Setting_Author", resourceCulture);
  92. }
  93. }
  94. /// <summary>
  95. /// Looks up a localized string similar to Rolling Ratio.
  96. /// </summary>
  97. internal static string Setting_Divisor {
  98. get {
  99. return ResourceManager.GetString("Setting_Divisor", resourceCulture);
  100. }
  101. }
  102. /// <summary>
  103. /// Looks up a localized string similar to Font Subsetting.
  104. /// </summary>
  105. internal static string Setting_FontSubset {
  106. get {
  107. return ResourceManager.GetString("Setting_FontSubset", resourceCulture);
  108. }
  109. }
  110. /// <summary>
  111. /// Looks up a localized string similar to Highlight Form Fields.
  112. /// </summary>
  113. internal static string Setting_HighlightForms {
  114. get {
  115. return ResourceManager.GetString("Setting_HighlightForms", resourceCulture);
  116. }
  117. }
  118. /// <summary>
  119. /// Looks up a localized string similar to Highlight Links.
  120. /// </summary>
  121. internal static string Setting_HighlightLinks {
  122. get {
  123. return ResourceManager.GetString("Setting_HighlightLinks", resourceCulture);
  124. }
  125. }
  126. /// <summary>
  127. /// Looks up a localized string similar to Language.
  128. /// </summary>
  129. internal static string Setting_Language {
  130. get {
  131. return ResourceManager.GetString("Setting_Language", resourceCulture);
  132. }
  133. }
  134. /// <summary>
  135. /// Looks up a localized string similar to About ComPDFKit.
  136. /// </summary>
  137. internal static string Subtitle_About {
  138. get {
  139. return ResourceManager.GetString("Subtitle_About", resourceCulture);
  140. }
  141. }
  142. /// <summary>
  143. /// Looks up a localized string similar to Email Address.
  144. /// </summary>
  145. internal static string Subtitle_Email {
  146. get {
  147. return ResourceManager.GetString("Subtitle_Email", resourceCulture);
  148. }
  149. }
  150. /// <summary>
  151. /// Looks up a localized string similar to Contact Sales.
  152. /// </summary>
  153. internal static string Subtitle_Sales {
  154. get {
  155. return ResourceManager.GetString("Subtitle_Sales", resourceCulture);
  156. }
  157. }
  158. /// <summary>
  159. /// Looks up a localized string similar to Technical Support.
  160. /// </summary>
  161. internal static string Subtitle_Support {
  162. get {
  163. return ResourceManager.GetString("Subtitle_Support", resourceCulture);
  164. }
  165. }
  166. /// <summary>
  167. /// Looks up a localized string similar to Version.
  168. /// </summary>
  169. internal static string Subtitle_Version {
  170. get {
  171. return ResourceManager.GetString("Subtitle_Version", resourceCulture);
  172. }
  173. }
  174. /// <summary>
  175. /// Looks up a localized string similar to Website.
  176. /// </summary>
  177. internal static string Subtitle_Website {
  178. get {
  179. return ResourceManager.GetString("Subtitle_Website", resourceCulture);
  180. }
  181. }
  182. /// <summary>
  183. /// Looks up a localized string similar to You need to restart the application to apply the language change. Do you want to restart now?.
  184. /// </summary>
  185. internal static string Tip_Restart {
  186. get {
  187. return ResourceManager.GetString("Tip_Restart", resourceCulture);
  188. }
  189. }
  190. /// <summary>
  191. /// Looks up a localized string similar to Restart Application.
  192. /// </summary>
  193. internal static string Tip_RestartTitle {
  194. get {
  195. return ResourceManager.GetString("Tip_RestartTitle", resourceCulture);
  196. }
  197. }
  198. /// <summary>
  199. /// Looks up a localized string similar to Company Information.
  200. /// </summary>
  201. internal static string Title_CompanyInfo {
  202. get {
  203. return ResourceManager.GetString("Title_CompanyInfo", resourceCulture);
  204. }
  205. }
  206. /// <summary>
  207. /// Looks up a localized string similar to Settings.
  208. /// </summary>
  209. internal static string Title_GlobalSettings {
  210. get {
  211. return ResourceManager.GetString("Title_GlobalSettings", resourceCulture);
  212. }
  213. }
  214. /// <summary>
  215. /// Looks up a localized string similar to SDK Information.
  216. /// </summary>
  217. internal static string Title_SDKInfo {
  218. get {
  219. return ResourceManager.GetString("Title_SDKInfo", resourceCulture);
  220. }
  221. }
  222. /// <summary>
  223. /// Looks up a localized string similar to Settings.
  224. /// </summary>
  225. internal static string Title_Settings {
  226. get {
  227. return ResourceManager.GetString("Title_Settings", resourceCulture);
  228. }
  229. }
  230. }
  231. }