123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261 |
-
- namespace PDFViewer.Strings {
- using System;
-
-
-
-
-
-
-
-
-
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- internal class SettingDialog {
-
- private static global::System.Resources.ResourceManager resourceMan;
-
- private static global::System.Globalization.CultureInfo resourceCulture;
-
- [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
- internal SettingDialog() {
- }
-
-
-
-
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Resources.ResourceManager ResourceManager {
- get {
- if (object.ReferenceEquals(resourceMan, null)) {
- global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("PDFViewer.Strings.SettingDialog", typeof(SettingDialog).Assembly);
- resourceMan = temp;
- }
- return resourceMan;
- }
- }
-
-
-
-
-
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Globalization.CultureInfo Culture {
- get {
- return resourceCulture;
- }
- set {
- resourceCulture = value;
- }
- }
-
-
-
-
- internal static string Link_CopyRight {
- get {
- return ResourceManager.GetString("Link_CopyRight", resourceCulture);
- }
- }
-
-
-
-
- internal static string Link_Policy {
- get {
- return ResourceManager.GetString("Link_Policy", resourceCulture);
- }
- }
-
-
-
-
- internal static string Link_Service {
- get {
- return ResourceManager.GetString("Link_Service", resourceCulture);
- }
- }
-
-
-
-
- internal static string Setting_Annotator {
- get {
- return ResourceManager.GetString("Setting_Annotator", resourceCulture);
- }
- }
-
-
-
-
- internal static string Setting_Author {
- get {
- return ResourceManager.GetString("Setting_Author", resourceCulture);
- }
- }
-
-
-
-
- internal static string Setting_Divisor {
- get {
- return ResourceManager.GetString("Setting_Divisor", resourceCulture);
- }
- }
-
-
-
-
- internal static string Setting_FontSubset {
- get {
- return ResourceManager.GetString("Setting_FontSubset", resourceCulture);
- }
- }
-
-
-
-
- internal static string Setting_HighlightForms {
- get {
- return ResourceManager.GetString("Setting_HighlightForms", resourceCulture);
- }
- }
-
-
-
-
- internal static string Setting_HighlightLinks {
- get {
- return ResourceManager.GetString("Setting_HighlightLinks", resourceCulture);
- }
- }
-
-
-
-
- internal static string Setting_Language {
- get {
- return ResourceManager.GetString("Setting_Language", resourceCulture);
- }
- }
-
-
-
-
- internal static string Subtitle_About {
- get {
- return ResourceManager.GetString("Subtitle_About", resourceCulture);
- }
- }
-
-
-
-
- internal static string Subtitle_Email {
- get {
- return ResourceManager.GetString("Subtitle_Email", resourceCulture);
- }
- }
-
-
-
-
- internal static string Subtitle_Sales {
- get {
- return ResourceManager.GetString("Subtitle_Sales", resourceCulture);
- }
- }
-
-
-
-
- internal static string Subtitle_Support {
- get {
- return ResourceManager.GetString("Subtitle_Support", resourceCulture);
- }
- }
-
-
-
-
- internal static string Subtitle_Version {
- get {
- return ResourceManager.GetString("Subtitle_Version", resourceCulture);
- }
- }
-
-
-
-
- internal static string Subtitle_Website {
- get {
- return ResourceManager.GetString("Subtitle_Website", resourceCulture);
- }
- }
-
-
-
-
- internal static string Tip_Restart {
- get {
- return ResourceManager.GetString("Tip_Restart", resourceCulture);
- }
- }
-
-
-
-
- internal static string Tip_RestartTitle {
- get {
- return ResourceManager.GetString("Tip_RestartTitle", resourceCulture);
- }
- }
-
-
-
-
- internal static string Title_CompanyInfo {
- get {
- return ResourceManager.GetString("Title_CompanyInfo", resourceCulture);
- }
- }
-
-
-
-
- internal static string Title_GlobalSettings {
- get {
- return ResourceManager.GetString("Title_GlobalSettings", resourceCulture);
- }
- }
-
-
-
-
- internal static string Title_SDKInfo {
- get {
- return ResourceManager.GetString("Title_SDKInfo", resourceCulture);
- }
- }
-
-
-
-
- internal static string Title_Settings {
- get {
- return ResourceManager.GetString("Title_Settings", resourceCulture);
- }
- }
- }
- }
|