//------------------------------------------------------------------------------
//
// 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 DocInfo {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal DocInfo() {
}
///
/// 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.DocInfo", typeof(DocInfo).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 Not Allowed.
///
internal static string Allow_False {
get {
return ResourceManager.GetString("Allow_False", resourceCulture);
}
}
///
/// Looks up a localized string similar to Allowed.
///
internal static string Allow_True {
get {
return ResourceManager.GetString("Allow_True", resourceCulture);
}
}
///
/// Looks up a localized string similar to Document Assembly.
///
internal static string Info_Assembly {
get {
return ResourceManager.GetString("Info_Assembly", resourceCulture);
}
}
///
/// Looks up a localized string similar to Author.
///
internal static string Info_Author {
get {
return ResourceManager.GetString("Info_Author", resourceCulture);
}
}
///
/// Looks up a localized string similar to Commenting.
///
internal static string Info_Comment {
get {
return ResourceManager.GetString("Info_Comment", resourceCulture);
}
}
///
/// Looks up a localized string similar to Content Copying.
///
internal static string Info_Copy {
get {
return ResourceManager.GetString("Info_Copy", resourceCulture);
}
}
///
/// Looks up a localized string similar to Creation Date.
///
internal static string Info_CreationDate {
get {
return ResourceManager.GetString("Info_CreationDate", resourceCulture);
}
}
///
/// Looks up a localized string similar to Creator.
///
internal static string Info_Creator {
get {
return ResourceManager.GetString("Info_Creator", resourceCulture);
}
}
///
/// Looks up a localized string similar to File Name.
///
internal static string Info_FileName {
get {
return ResourceManager.GetString("Info_FileName", resourceCulture);
}
}
///
/// Looks up a localized string similar to Filling of Form Field.
///
internal static string Info_Form {
get {
return ResourceManager.GetString("Info_Form", resourceCulture);
}
}
///
/// Looks up a localized string similar to Keywords.
///
internal static string Info_Keywords {
get {
return ResourceManager.GetString("Info_Keywords", resourceCulture);
}
}
///
/// Looks up a localized string similar to Document Change.
///
internal static string Info_Mod {
get {
return ResourceManager.GetString("Info_Mod", resourceCulture);
}
}
///
/// Looks up a localized string similar to Modification Date.
///
internal static string Info_ModDate {
get {
return ResourceManager.GetString("Info_ModDate", resourceCulture);
}
}
///
/// Looks up a localized string similar to Pages.
///
internal static string Info_Pages {
get {
return ResourceManager.GetString("Info_Pages", resourceCulture);
}
}
///
/// Looks up a localized string similar to Printing.
///
internal static string Info_Print {
get {
return ResourceManager.GetString("Info_Print", resourceCulture);
}
}
///
/// Looks up a localized string similar to File Size.
///
internal static string Info_Size {
get {
return ResourceManager.GetString("Info_Size", resourceCulture);
}
}
///
/// Looks up a localized string similar to Subject.
///
internal static string Info_Subject {
get {
return ResourceManager.GetString("Info_Subject", resourceCulture);
}
}
///
/// Looks up a localized string similar to Title.
///
internal static string Info_Title {
get {
return ResourceManager.GetString("Info_Title", resourceCulture);
}
}
///
/// Looks up a localized string similar to Version.
///
internal static string Info_Version {
get {
return ResourceManager.GetString("Info_Version", resourceCulture);
}
}
///
/// Looks up a localized string similar to Abstract.
///
internal static string Subtitle_Abstract {
get {
return ResourceManager.GetString("Subtitle_Abstract", resourceCulture);
}
}
///
/// Looks up a localized string similar to Create Information.
///
internal static string Subtitle_CreationInfo {
get {
return ResourceManager.GetString("Subtitle_CreationInfo", resourceCulture);
}
}
///
/// Looks up a localized string similar to Access Permissions.
///
internal static string Subtitle_Permissions {
get {
return ResourceManager.GetString("Subtitle_Permissions", resourceCulture);
}
}
///
/// Looks up a localized string similar to Document Info.
///
internal static string Title_DocInfo {
get {
return ResourceManager.GetString("Title_DocInfo", resourceCulture);
}
}
}
}