123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756 |
-
- namespace ComPDFKit.Controls.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 Security {
-
- private static global::System.Resources.ResourceManager resourceMan;
-
- private static global::System.Globalization.CultureInfo resourceCulture;
-
- [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
- internal Security() {
- }
-
-
-
-
- [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.Security", typeof(Security).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 Button_AddFiles {
- get {
- return ResourceManager.GetString("Button_AddFiles", resourceCulture);
- }
- }
-
-
-
-
- internal static string Button_Apply {
- get {
- return ResourceManager.GetString("Button_Apply", resourceCulture);
- }
- }
-
-
-
-
- internal static string Button_Cancel {
- get {
- return ResourceManager.GetString("Button_Cancel", resourceCulture);
- }
- }
-
-
-
-
- internal static string Button_Decrypt {
- get {
- return ResourceManager.GetString("Button_Decrypt", resourceCulture);
- }
- }
-
-
-
-
- internal static string Button_Encrypt {
- get {
- return ResourceManager.GetString("Button_Encrypt", resourceCulture);
- }
- }
-
-
-
-
- internal static string Button_ImageWatermark {
- get {
- return ResourceManager.GetString("Button_ImageWatermark", resourceCulture);
- }
- }
-
-
-
-
- internal static string Button_OK {
- get {
- return ResourceManager.GetString("Button_OK", resourceCulture);
- }
- }
-
-
-
-
- internal static string Button_RemoveAll {
- get {
- return ResourceManager.GetString("Button_RemoveAll", resourceCulture);
- }
- }
-
-
-
-
- internal static string Button_RemoveSelected {
- get {
- return ResourceManager.GetString("Button_RemoveSelected", resourceCulture);
- }
- }
-
-
-
-
- internal static string Chk_NoCopy {
- get {
- return ResourceManager.GetString("Chk_NoCopy", resourceCulture);
- }
- }
-
-
-
-
- internal static string Chk_NoPrint {
- get {
- return ResourceManager.GetString("Chk_NoPrint", resourceCulture);
- }
- }
-
-
-
-
- internal static string Chk_OpenPassword {
- get {
- return ResourceManager.GetString("Chk_OpenPassword", resourceCulture);
- }
- }
-
-
-
-
- internal static string Chk_OwnerPassword {
- get {
- return ResourceManager.GetString("Chk_OwnerPassword", resourceCulture);
- }
- }
-
-
-
-
- internal static string Chk_Tile {
- get {
- return ResourceManager.GetString("Chk_Tile", resourceCulture);
- }
- }
-
-
-
-
- internal static string FileName_RemoveWatermark {
- get {
- return ResourceManager.GetString("FileName_RemoveWatermark", resourceCulture);
- }
- }
-
-
-
-
- internal static string FileName_Watermark {
- get {
- return ResourceManager.GetString("FileName_Watermark", resourceCulture);
- }
- }
-
-
-
-
- internal static string Holder_EnterPassword {
- get {
- return ResourceManager.GetString("Holder_EnterPassword", resourceCulture);
- }
- }
-
-
-
-
- internal static string Holder_OwnerPassword {
- get {
- return ResourceManager.GetString("Holder_OwnerPassword", resourceCulture);
- }
- }
-
-
-
-
- internal static string Holder_TextWatermark {
- get {
- return ResourceManager.GetString("Holder_TextWatermark", resourceCulture);
- }
- }
-
-
-
-
- internal static string Option_128AES {
- get {
- return ResourceManager.GetString("Option_128AES", resourceCulture);
- }
- }
-
-
-
-
- internal static string Option_128RC4 {
- get {
- return ResourceManager.GetString("Option_128RC4", resourceCulture);
- }
- }
-
-
-
-
- internal static string Option_256AES {
- get {
- return ResourceManager.GetString("Option_256AES", resourceCulture);
- }
- }
-
-
-
-
- internal static string Option_AllPages {
- get {
- return ResourceManager.GetString("Option_AllPages", resourceCulture);
- }
- }
-
-
-
-
- internal static string Rdo_AddPassword {
- get {
- return ResourceManager.GetString("Rdo_AddPassword", resourceCulture);
- }
- }
-
-
-
-
- internal static string Rdo_AddWatermarks {
- get {
- return ResourceManager.GetString("Rdo_AddWatermarks", resourceCulture);
- }
- }
-
-
-
-
- internal static string Rdo_AllPages {
- get {
- return ResourceManager.GetString("Rdo_AllPages", resourceCulture);
- }
- }
-
-
-
-
- internal static string Rdo_Behind {
- get {
- return ResourceManager.GetString("Rdo_Behind", resourceCulture);
- }
- }
-
-
-
-
- internal static string Rdo_CustomPages {
- get {
- return ResourceManager.GetString("Rdo_CustomPages", resourceCulture);
- }
- }
-
-
-
-
- internal static string Rdo_EvenPages {
- get {
- return ResourceManager.GetString("Rdo_EvenPages", resourceCulture);
- }
- }
-
-
-
-
- internal static string Rdo_Front {
- get {
- return ResourceManager.GetString("Rdo_Front", resourceCulture);
- }
- }
-
-
-
-
- internal static string Rdo_ImageWatermark {
- get {
- return ResourceManager.GetString("Rdo_ImageWatermark", resourceCulture);
- }
- }
-
-
-
-
- internal static string Rdo_OddPages {
- get {
- return ResourceManager.GetString("Rdo_OddPages", resourceCulture);
- }
- }
-
-
-
-
- internal static string Rdo_RemovePassword {
- get {
- return ResourceManager.GetString("Rdo_RemovePassword", resourceCulture);
- }
- }
-
-
-
-
- internal static string Rdo_RemoveWatermark {
- get {
- return ResourceManager.GetString("Rdo_RemoveWatermark", resourceCulture);
- }
- }
-
-
-
-
- internal static string Rdo_TextWatermark {
- get {
- return ResourceManager.GetString("Rdo_TextWatermark", resourceCulture);
- }
- }
-
-
-
-
- internal static string Table_FileName {
- get {
- return ResourceManager.GetString("Table_FileName", resourceCulture);
- }
- }
-
-
-
-
- internal static string Table_FileSize {
- get {
- return ResourceManager.GetString("Table_FileSize", resourceCulture);
- }
- }
-
-
-
-
- internal static string Table_PageRange {
- get {
- return ResourceManager.GetString("Table_PageRange", resourceCulture);
- }
- }
-
-
-
-
- internal static string Table_Path {
- get {
- return ResourceManager.GetString("Table_Path", resourceCulture);
- }
- }
-
-
-
-
- internal static string Text_Algorithm {
- get {
- return ResourceManager.GetString("Text_Algorithm", resourceCulture);
- }
- }
-
-
-
-
- internal static string Text_CurrentPage {
- get {
- return ResourceManager.GetString("Text_CurrentPage", resourceCulture);
- }
- }
-
-
-
-
- internal static string Text_EmptyPassword {
- get {
- return ResourceManager.GetString("Text_EmptyPassword", resourceCulture);
- }
- }
-
-
-
-
- internal static string Text_EmptyPath {
- get {
- return ResourceManager.GetString("Text_EmptyPath", resourceCulture);
- }
- }
-
-
-
-
- internal static string Text_EncryptionLevel {
- get {
- return ResourceManager.GetString("Text_EncryptionLevel", resourceCulture);
- }
- }
-
-
-
-
- internal static string Text_FileCount {
- get {
- return ResourceManager.GetString("Text_FileCount", resourceCulture);
- }
- }
-
-
-
-
- internal static string Text_FontColor {
- get {
- return ResourceManager.GetString("Text_FontColor", resourceCulture);
- }
- }
-
-
-
-
- internal static string Text_Layout {
- get {
- return ResourceManager.GetString("Text_Layout", resourceCulture);
- }
- }
-
-
-
-
- internal static string Text_Opacity {
- get {
- return ResourceManager.GetString("Text_Opacity", resourceCulture);
- }
- }
-
-
-
-
- internal static string Text_OperationType {
- get {
- return ResourceManager.GetString("Text_OperationType", resourceCulture);
- }
- }
-
-
-
-
- internal static string Text_PageRange {
- get {
- return ResourceManager.GetString("Text_PageRange", resourceCulture);
- }
- }
-
-
-
-
- internal static string Text_Password {
- get {
- return ResourceManager.GetString("Text_Password", resourceCulture);
- }
- }
-
-
-
-
- internal static string Text_Permisions {
- get {
- return ResourceManager.GetString("Text_Permisions", resourceCulture);
- }
- }
-
-
-
-
- internal static string Text_Preview {
- get {
- return ResourceManager.GetString("Text_Preview", resourceCulture);
- }
- }
-
-
-
-
- internal static string Text_Ratio {
- get {
- return ResourceManager.GetString("Text_Ratio", resourceCulture);
- }
- }
-
-
-
-
- internal static string Text_Rotation {
- get {
- return ResourceManager.GetString("Text_Rotation", resourceCulture);
- }
- }
-
-
-
-
- internal static string Text_SecuritySettings {
- get {
- return ResourceManager.GetString("Text_SecuritySettings", resourceCulture);
- }
- }
-
-
-
-
- internal static string Text_Support {
- get {
- return ResourceManager.GetString("Text_Support", resourceCulture);
- }
- }
-
-
-
-
- internal static string Tip_EasyUse {
- get {
- return ResourceManager.GetString("Tip_EasyUse", resourceCulture);
- }
- }
-
-
-
-
- internal static string Tip_Require {
- get {
- return ResourceManager.GetString("Tip_Require", resourceCulture);
- }
- }
-
-
-
-
- internal static string Title_AddWatermark {
- get {
- return ResourceManager.GetString("Title_AddWatermark", resourceCulture);
- }
- }
-
-
-
-
- internal static string Title_OpenPassword {
- get {
- return ResourceManager.GetString("Title_OpenPassword", resourceCulture);
- }
- }
-
-
-
-
- internal static string Title_OperationType {
- get {
- return ResourceManager.GetString("Title_OperationType", resourceCulture);
- }
- }
-
-
-
-
- internal static string Title_OwnerPassword {
- get {
- return ResourceManager.GetString("Title_OwnerPassword", resourceCulture);
- }
- }
-
-
-
-
- internal static string Title_Password {
- get {
- return ResourceManager.GetString("Title_Password", resourceCulture);
- }
- }
-
-
-
-
- internal static string Title_RemoveSecurity {
- get {
- return ResourceManager.GetString("Title_RemoveSecurity", resourceCulture);
- }
- }
-
-
-
-
- internal static string Title_RemoveWatermark {
- get {
- return ResourceManager.GetString("Title_RemoveWatermark", resourceCulture);
- }
- }
-
-
-
-
- internal static string Title_Security {
- get {
- return ResourceManager.GetString("Title_Security", resourceCulture);
- }
- }
-
-
-
-
- internal static string Title_Watermark {
- get {
- return ResourceManager.GetString("Title_Watermark", resourceCulture);
- }
- }
-
-
-
-
- internal static string Title_WatermarkSettings {
- get {
- return ResourceManager.GetString("Title_WatermarkSettings", resourceCulture);
- }
- }
-
-
-
-
- internal static string ToolTip_Next {
- get {
- return ResourceManager.GetString("ToolTip_Next", resourceCulture);
- }
- }
-
-
-
-
- internal static string ToolTip_Previous {
- get {
- return ResourceManager.GetString("ToolTip_Previous", resourceCulture);
- }
- }
-
-
-
-
- internal static string Warn_Empty {
- get {
- return ResourceManager.GetString("Warn_Empty", resourceCulture);
- }
- }
-
-
-
-
- internal static string Warn_EmptyPassword {
- get {
- return ResourceManager.GetString("Warn_EmptyPassword", resourceCulture);
- }
- }
-
-
-
-
- internal static string Warn_EmptyWatermarkImage {
- get {
- return ResourceManager.GetString("Warn_EmptyWatermarkImage", resourceCulture);
- }
- }
-
-
-
-
- internal static string Warn_EmptyWatermarkText {
- get {
- return ResourceManager.GetString("Warn_EmptyWatermarkText", resourceCulture);
- }
- }
-
-
-
-
- internal static string Warn_InvaildPassword {
- get {
- return ResourceManager.GetString("Warn_InvaildPassword", resourceCulture);
- }
- }
-
-
-
-
- internal static string Warn_SamePassword {
- get {
- return ResourceManager.GetString("Warn_SamePassword", resourceCulture);
- }
- }
- }
- }
|