//------------------------------------------------------------------------------ // // 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 ComPDFKit.Controls.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 DocEditor { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal DocEditor() { } /// /// 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("ComPDFKit.Controls.Strings.DocEditor", typeof(DocEditor).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 Cancel. /// internal static string Button_Cancel { get { return ResourceManager.GetString("Button_Cancel", resourceCulture); } } /// /// Looks up a localized string similar to Extract. /// internal static string Button_Extract { get { return ResourceManager.GetString("Button_Extract", resourceCulture); } } /// /// Looks up a localized string similar to Insert. /// internal static string Button_Insert { get { return ResourceManager.GetString("Button_Insert", resourceCulture); } } /// /// Looks up a localized string similar to Select a File. /// internal static string Button_Select { get { return ResourceManager.GetString("Button_Select", resourceCulture); } } /// /// Looks up a localized string similar to e.g. 1,3-5,10. /// internal static string Holder_Custom { get { return ResourceManager.GetString("Holder_Custom", resourceCulture); } } /// /// Looks up a localized string similar to After. /// internal static string Option_After { get { return ResourceManager.GetString("Option_After", resourceCulture); } } /// /// Looks up a localized string similar to Before. /// internal static string Option_Before { get { return ResourceManager.GetString("Option_Before", resourceCulture); } } /// /// Looks up a localized string similar to Blank Page. /// internal static string Option_Blank { get { return ResourceManager.GetString("Option_Blank", resourceCulture); } } /// /// Looks up a localized string similar to Custom Blank Page. /// internal static string Option_Custom { get { return ResourceManager.GetString("Option_Custom", resourceCulture); } } /// /// Looks up a localized string similar to Delete page after extraction. /// internal static string Option_Delete { get { return ResourceManager.GetString("Option_Delete", resourceCulture); } } /// /// Looks up a localized string similar to First Page. /// internal static string Option_First { get { return ResourceManager.GetString("Option_First", resourceCulture); } } /// /// Looks up a localized string similar to From PDF. /// internal static string Option_From { get { return ResourceManager.GetString("Option_From", resourceCulture); } } /// /// Looks up a localized string similar to Last Page. /// internal static string Option_Last { get { return ResourceManager.GetString("Option_Last", resourceCulture); } } /// /// Looks up a localized string similar to Page. /// internal static string Option_Page { get { return ResourceManager.GetString("Option_Page", resourceCulture); } } /// /// Looks up a localized string similar to Each page in a separate file. /// internal static string Option_Separate { get { return ResourceManager.GetString("Option_Separate", resourceCulture); } } /// /// Looks up a localized string similar to All Pages. /// internal static string Range_All { get { return ResourceManager.GetString("Range_All", resourceCulture); } } /// /// Looks up a localized string similar to Custom Range. /// internal static string Range_Custom { get { return ResourceManager.GetString("Range_Custom", resourceCulture); } } /// /// Looks up a localized string similar to Even Pages Only. /// internal static string Range_Even { get { return ResourceManager.GetString("Range_Even", resourceCulture); } } /// /// Looks up a localized string similar to Odd Pages Only. /// internal static string Range_Odd { get { return ResourceManager.GetString("Range_Odd", resourceCulture); } } /// /// Looks up a localized string similar to Page Range. /// internal static string Subtitle_Pages { get { return ResourceManager.GetString("Subtitle_Pages", resourceCulture); } } /// /// Looks up a localized string similar to Insert To. /// internal static string Subtitle_Pos { get { return ResourceManager.GetString("Subtitle_Pos", resourceCulture); } } /// /// Looks up a localized string similar to Page Range. /// internal static string Text_Range { get { return ResourceManager.GetString("Text_Range", resourceCulture); } } /// /// Looks up a localized string similar to Can not delete all pages. Please keep at least one page.. /// internal static string Tip_AllPage { get { return ResourceManager.GetString("Tip_AllPage", resourceCulture); } } /// /// Looks up a localized string similar to No pages selected. Please select one or more pages first to organize.. /// internal static string Tip_NoPage { get { return ResourceManager.GetString("Tip_NoPage", resourceCulture); } } /// /// Looks up a localized string similar to Extract. /// internal static string Title_Extract { get { return ResourceManager.GetString("Title_Extract", resourceCulture); } } /// /// Looks up a localized string similar to Insert. /// internal static string Title_Insert { get { return ResourceManager.GetString("Title_Insert", resourceCulture); } } /// /// Looks up a localized string similar to Are you sure to delete?. /// internal static string Warn_Delete { get { return ResourceManager.GetString("Warn_Delete", resourceCulture); } } /// /// Looks up a localized string similar to No File Selected. /// internal static string Warn_NoFile { get { return ResourceManager.GetString("Warn_NoFile", resourceCulture); } } /// /// Looks up a localized string similar to Invalid page range or the page number is out of range.. /// internal static string Warn_PageRange { get { return ResourceManager.GetString("Warn_PageRange", resourceCulture); } } } }