//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace PDFViewer.Strings { using System; /// /// A strongly-typed resource class, for looking up localized strings, etc. /// // This class was auto-generated by the StronglyTypedResourceBuilder // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. [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() { } /// /// Returns the cached ResourceManager instance used by this class. /// [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; } } /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to @ 2014-2023 PDF Technologies, Inc. All Rights Reserved.. /// internal static string Link_CopyRight { get { return ResourceManager.GetString("Link_CopyRight", resourceCulture); } } /// /// Looks up a localized string similar to Privacy Policy. /// internal static string Link_Policy { get { return ResourceManager.GetString("Link_Policy", resourceCulture); } } /// /// Looks up a localized string similar to Service Terms. /// internal static string Link_Service { get { return ResourceManager.GetString("Link_Service", resourceCulture); } } /// /// Looks up a localized string similar to Annotation Creator. /// internal static string Setting_Annotator { get { return ResourceManager.GetString("Setting_Annotator", resourceCulture); } } /// /// Looks up a localized string similar to File Author. /// internal static string Setting_Author { get { return ResourceManager.GetString("Setting_Author", resourceCulture); } } /// /// Looks up a localized string similar to Rolling Ratio. /// internal static string Setting_Divisor { get { return ResourceManager.GetString("Setting_Divisor", resourceCulture); } } /// /// Looks up a localized string similar to Font Subsetting. /// internal static string Setting_FontSubset { get { return ResourceManager.GetString("Setting_FontSubset", resourceCulture); } } /// /// Looks up a localized string similar to Highlight Form Fields. /// internal static string Setting_HighlightForms { get { return ResourceManager.GetString("Setting_HighlightForms", resourceCulture); } } /// /// Looks up a localized string similar to Highlight Links. /// internal static string Setting_HighlightLinks { get { return ResourceManager.GetString("Setting_HighlightLinks", resourceCulture); } } /// /// Looks up a localized string similar to Language. /// internal static string Setting_Language { get { return ResourceManager.GetString("Setting_Language", resourceCulture); } } /// /// Looks up a localized string similar to About ComPDFKit. /// internal static string Subtitle_About { get { return ResourceManager.GetString("Subtitle_About", resourceCulture); } } /// /// Looks up a localized string similar to Email Address. /// internal static string Subtitle_Email { get { return ResourceManager.GetString("Subtitle_Email", resourceCulture); } } /// /// Looks up a localized string similar to Contact Sales. /// internal static string Subtitle_Sales { get { return ResourceManager.GetString("Subtitle_Sales", resourceCulture); } } /// /// Looks up a localized string similar to Technical Support. /// internal static string Subtitle_Support { get { return ResourceManager.GetString("Subtitle_Support", resourceCulture); } } /// /// Looks up a localized string similar to Version. /// internal static string Subtitle_Version { get { return ResourceManager.GetString("Subtitle_Version", resourceCulture); } } /// /// Looks up a localized string similar to Website. /// internal static string Subtitle_Website { get { return ResourceManager.GetString("Subtitle_Website", resourceCulture); } } /// /// Looks up a localized string similar to You need to restart the application to apply the language change. Do you want to restart now?. /// internal static string Tip_Restart { get { return ResourceManager.GetString("Tip_Restart", resourceCulture); } } /// /// Looks up a localized string similar to Restart Application. /// internal static string Tip_RestartTitle { get { return ResourceManager.GetString("Tip_RestartTitle", resourceCulture); } } /// /// Looks up a localized string similar to Company Information. /// internal static string Title_CompanyInfo { get { return ResourceManager.GetString("Title_CompanyInfo", resourceCulture); } } /// /// Looks up a localized string similar to Settings. /// internal static string Title_GlobalSettings { get { return ResourceManager.GetString("Title_GlobalSettings", resourceCulture); } } /// /// Looks up a localized string similar to SDK Information. /// internal static string Title_SDKInfo { get { return ResourceManager.GetString("Title_SDKInfo", resourceCulture); } } /// /// Looks up a localized string similar to Settings. /// internal static string Title_Settings { get { return ResourceManager.GetString("Title_Settings", resourceCulture); } } } }