12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178 |
-
- namespace Compdfkit_Tools.Strings.Common {
- 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 Common {
-
- private static global::System.Resources.ResourceManager resourceMan;
-
- private static global::System.Globalization.CultureInfo resourceCulture;
-
- [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
- internal Common() {
- }
-
-
-
-
- [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_Tools.Strings.Common", typeof(Common).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_Cancel {
- get {
- return ResourceManager.GetString("Button_Cancel", resourceCulture);
- }
- }
-
-
-
-
- internal static string Button_Create {
- get {
- return ResourceManager.GetString("Button_Create", resourceCulture);
- }
- }
-
-
-
-
- internal static string Button_OK {
- get {
- return ResourceManager.GetString("Button_OK", resourceCulture);
- }
- }
-
-
-
-
- internal static string Button_Open {
- get {
- return ResourceManager.GetString("Button_Open", resourceCulture);
- }
- }
-
-
-
-
- internal static string Button_Save {
- get {
- return ResourceManager.GetString("Button_Save", resourceCulture);
- }
- }
-
-
-
-
- internal static string Caption_Warning {
- get {
- return ResourceManager.GetString("Caption_Warning", resourceCulture);
- }
- }
-
-
-
-
- internal static string Chk_Tile {
- get {
- return ResourceManager.GetString("Chk_Tile", resourceCulture);
- }
- }
-
-
-
-
- internal static string FileMenu_Open {
- get {
- return ResourceManager.GetString("FileMenu_Open", resourceCulture);
- }
- }
-
-
-
-
- internal static string FileMenu_Save {
- get {
- return ResourceManager.GetString("FileMenu_Save", resourceCulture);
- }
- }
-
-
-
-
- internal static string FileMenu_SaveAs {
- get {
- return ResourceManager.GetString("FileMenu_SaveAs", resourceCulture);
- }
- }
-
-
-
-
- internal static string Func_Annotations {
- get {
- return ResourceManager.GetString("Func_Annotations", resourceCulture);
- }
- }
-
-
-
-
- internal static string Func_Compress {
- get {
- return ResourceManager.GetString("Func_Compress", resourceCulture);
- }
- }
-
-
-
-
- internal static string Func_ContentEditor {
- get {
- return ResourceManager.GetString("Func_ContentEditor", resourceCulture);
- }
- }
-
-
-
-
- internal static string Func_Conversion {
- get {
- return ResourceManager.GetString("Func_Conversion", resourceCulture);
- }
- }
-
-
-
-
- internal static string Func_DocCompare {
- get {
- return ResourceManager.GetString("Func_DocCompare", resourceCulture);
- }
- }
-
-
-
-
- internal static string Func_DocEditor {
- get {
- return ResourceManager.GetString("Func_DocEditor", resourceCulture);
- }
- }
-
-
-
-
- internal static string Func_Forms {
- get {
- return ResourceManager.GetString("Func_Forms", resourceCulture);
- }
- }
-
-
-
-
- internal static string Func_Measurement {
- get {
- return ResourceManager.GetString("Func_Measurement", resourceCulture);
- }
- }
-
-
-
-
- internal static string Func_Redaction {
- get {
- return ResourceManager.GetString("Func_Redaction", resourceCulture);
- }
- }
-
-
-
-
- internal static string Func_Security {
- get {
- return ResourceManager.GetString("Func_Security", resourceCulture);
- }
- }
-
-
-
-
- internal static string Func_Signatures {
- get {
- return ResourceManager.GetString("Func_Signatures", resourceCulture);
- }
- }
-
-
-
-
- internal static string Func_Viewer {
- get {
- return ResourceManager.GetString("Func_Viewer", resourceCulture);
- }
- }
-
-
-
-
- internal static string Func_Watermark {
- get {
- return ResourceManager.GetString("Func_Watermark", resourceCulture);
- }
- }
-
-
-
-
- internal static string FuncDetail_Annotations {
- get {
- return ResourceManager.GetString("FuncDetail_Annotations", resourceCulture);
- }
- }
-
-
-
-
- internal static string FuncDetail_Compress {
- get {
- return ResourceManager.GetString("FuncDetail_Compress", resourceCulture);
- }
- }
-
-
-
-
- internal static string FuncDetail_ContentEditor {
- get {
- return ResourceManager.GetString("FuncDetail_ContentEditor", resourceCulture);
- }
- }
-
-
-
-
- internal static string FuncDetail_Conversion {
- get {
- return ResourceManager.GetString("FuncDetail_Conversion", resourceCulture);
- }
- }
-
-
-
-
- internal static string FuncDetail_DocCompare {
- get {
- return ResourceManager.GetString("FuncDetail_DocCompare", resourceCulture);
- }
- }
-
-
-
-
- internal static string FuncDetail_DocEditor {
- get {
- return ResourceManager.GetString("FuncDetail_DocEditor", resourceCulture);
- }
- }
-
-
-
-
- internal static string FuncDetail_Forms {
- get {
- return ResourceManager.GetString("FuncDetail_Forms", resourceCulture);
- }
- }
-
-
-
-
- internal static string FuncDetail_Measurement {
- get {
- return ResourceManager.GetString("FuncDetail_Measurement", resourceCulture);
- }
- }
-
-
-
-
- internal static string FuncDetail_Redaction {
- get {
- return ResourceManager.GetString("FuncDetail_Redaction", resourceCulture);
- }
- }
-
-
-
-
- internal static string FuncDetail_Security {
- get {
- return ResourceManager.GetString("FuncDetail_Security", resourceCulture);
- }
- }
-
-
-
-
- internal static string FuncDetail_Signatures {
- get {
- return ResourceManager.GetString("FuncDetail_Signatures", resourceCulture);
- }
- }
-
-
-
-
- internal static string FuncDetail_Viewer {
- get {
- return ResourceManager.GetString("FuncDetail_Viewer", resourceCulture);
- }
- }
-
-
-
-
- internal static string FuncDetail_Watermark {
- get {
- return ResourceManager.GetString("FuncDetail_Watermark", resourceCulture);
- }
- }
-
-
-
-
- internal static string HelpMenu_About {
- get {
- return ResourceManager.GetString("HelpMenu_About", resourceCulture);
- }
- }
-
-
-
-
- internal static string HelpMenu_Contact {
- get {
- return ResourceManager.GetString("HelpMenu_Contact", resourceCulture);
- }
- }
-
-
-
-
- internal static string HelpMenu_DeviceID {
- get {
- return ResourceManager.GetString("HelpMenu_DeviceID", resourceCulture);
- }
- }
-
-
-
-
- internal static string HelpMenu_Privacy {
- get {
- return ResourceManager.GetString("HelpMenu_Privacy", resourceCulture);
- }
- }
-
-
-
-
- internal static string HelpMenu_Service {
- get {
- return ResourceManager.GetString("HelpMenu_Service", resourceCulture);
- }
- }
-
-
-
-
- internal static string HelpMenu_Support {
- get {
- return ResourceManager.GetString("HelpMenu_Support", resourceCulture);
- }
- }
-
-
-
-
- internal static string Menu_AutoSize {
- get {
- return ResourceManager.GetString("Menu_AutoSize", resourceCulture);
- }
- }
-
-
-
-
- internal static string Menu_Copy {
- get {
- return ResourceManager.GetString("Menu_Copy", resourceCulture);
- }
- }
-
-
-
-
- internal static string Menu_Cut {
- get {
- return ResourceManager.GetString("Menu_Cut", resourceCulture);
- }
- }
-
-
-
-
- internal static string Menu_Delete {
- get {
- return ResourceManager.GetString("Menu_Delete", resourceCulture);
- }
- }
-
-
-
-
- internal static string Menu_DoubleContinuous {
- get {
- return ResourceManager.GetString("Menu_DoubleContinuous", resourceCulture);
- }
- }
-
-
-
-
- internal static string Menu_DoublePage {
- get {
- return ResourceManager.GetString("Menu_DoublePage", resourceCulture);
- }
- }
-
-
-
-
- internal static string Menu_Edit {
- get {
- return ResourceManager.GetString("Menu_Edit", resourceCulture);
- }
- }
-
-
-
-
- internal static string Menu_File {
- get {
- return ResourceManager.GetString("Menu_File", resourceCulture);
- }
- }
-
-
-
-
- internal static string Menu_Help {
- get {
- return ResourceManager.GetString("Menu_Help", resourceCulture);
- }
- }
-
-
-
-
- internal static string Menu_Highlight {
- get {
- return ResourceManager.GetString("Menu_Highlight", resourceCulture);
- }
- }
-
-
-
-
- internal static string Menu_MatchPaste {
- get {
- return ResourceManager.GetString("Menu_MatchPaste", resourceCulture);
- }
- }
-
-
-
-
- internal static string Menu_Paste {
- get {
- return ResourceManager.GetString("Menu_Paste", resourceCulture);
- }
- }
-
-
-
-
- internal static string Menu_Play {
- get {
- return ResourceManager.GetString("Menu_Play", resourceCulture);
- }
- }
-
-
-
-
- internal static string Menu_RealSize {
- get {
- return ResourceManager.GetString("Menu_RealSize", resourceCulture);
- }
- }
-
-
-
-
- internal static string Menu_Reset {
- get {
- return ResourceManager.GetString("Menu_Reset", resourceCulture);
- }
- }
-
-
-
-
- internal static string Menu_RotateLeft {
- get {
- return ResourceManager.GetString("Menu_RotateLeft", resourceCulture);
- }
- }
-
-
-
-
- internal static string Menu_RotateRight {
- get {
- return ResourceManager.GetString("Menu_RotateRight", resourceCulture);
- }
- }
-
-
-
-
- internal static string Menu_Sign {
- get {
- return ResourceManager.GetString("Menu_Sign", resourceCulture);
- }
- }
-
-
-
-
- internal static string Menu_SingleContinuous {
- get {
- return ResourceManager.GetString("Menu_SingleContinuous", resourceCulture);
- }
- }
-
-
-
-
- internal static string Menu_SinglePage {
- get {
- return ResourceManager.GetString("Menu_SinglePage", resourceCulture);
- }
- }
-
-
-
-
- internal static string Menu_Squiggly {
- get {
- return ResourceManager.GetString("Menu_Squiggly", resourceCulture);
- }
- }
-
-
-
-
- internal static string Menu_Strikeout {
- get {
- return ResourceManager.GetString("Menu_Strikeout", resourceCulture);
- }
- }
-
-
-
-
- internal static string Menu_Underline {
- get {
- return ResourceManager.GetString("Menu_Underline", resourceCulture);
- }
- }
-
-
-
-
- internal static string Menu_ZoomIn {
- get {
- return ResourceManager.GetString("Menu_ZoomIn", resourceCulture);
- }
- }
-
-
-
-
- internal static string Menu_ZoomOut {
- get {
- return ResourceManager.GetString("Menu_ZoomOut", resourceCulture);
- }
- }
-
-
-
-
- internal static string Option_A3 {
- get {
- return ResourceManager.GetString("Option_A3", resourceCulture);
- }
- }
-
-
-
-
- internal static string Option_A4 {
- get {
- return ResourceManager.GetString("Option_A4", resourceCulture);
- }
- }
-
-
-
-
- internal static string Option_A5 {
- get {
- return ResourceManager.GetString("Option_A5", resourceCulture);
- }
- }
-
-
-
-
- internal static string Option_AllPage {
- get {
- return ResourceManager.GetString("Option_AllPage", resourceCulture);
- }
- }
-
-
-
-
- internal static string Option_CustomPages {
- get {
- return ResourceManager.GetString("Option_CustomPages", resourceCulture);
- }
- }
-
-
-
-
- internal static string Option_EvenPages {
- get {
- return ResourceManager.GetString("Option_EvenPages", resourceCulture);
- }
- }
-
-
-
-
- internal static string Option_Landscape {
- get {
- return ResourceManager.GetString("Option_Landscape", resourceCulture);
- }
- }
-
-
-
-
- internal static string Option_OddPages {
- get {
- return ResourceManager.GetString("Option_OddPages", resourceCulture);
- }
- }
-
-
-
-
- internal static string Option_Portrait {
- get {
- return ResourceManager.GetString("Option_Portrait", resourceCulture);
- }
- }
-
-
-
-
- internal static string Property_Progress {
- get {
- return ResourceManager.GetString("Property_Progress", resourceCulture);
- }
- }
-
-
-
-
- internal static string Subtitle_Orientation {
- get {
- return ResourceManager.GetString("Subtitle_Orientation", resourceCulture);
- }
- }
-
-
-
-
- internal static string Subtitle_PageSize {
- get {
- return ResourceManager.GetString("Subtitle_PageSize", resourceCulture);
- }
- }
-
-
-
-
- internal static string temp {
- get {
- return ResourceManager.GetString("temp", resourceCulture);
- }
- }
-
-
-
-
- internal static string Text_Page {
- get {
- return ResourceManager.GetString("Text_Page", resourceCulture);
- }
- }
-
-
-
-
- internal static string Text_Tile {
- get {
- return ResourceManager.GetString("Text_Tile", resourceCulture);
- }
- }
-
-
-
-
- internal static string Tip_Encrypted {
- get {
- return ResourceManager.GetString("Tip_Encrypted", resourceCulture);
- }
- }
-
-
-
-
- internal static string Tip_Password {
- get {
- return ResourceManager.GetString("Tip_Password", resourceCulture);
- }
- }
-
-
-
-
- internal static string Tip_Permission {
- get {
- return ResourceManager.GetString("Tip_Permission", resourceCulture);
- }
- }
-
-
-
-
- internal static string Tip_WrongPassword {
- get {
- return ResourceManager.GetString("Tip_WrongPassword", resourceCulture);
- }
- }
-
-
-
-
- internal static string Title_Display {
- get {
- return ResourceManager.GetString("Title_Display", resourceCulture);
- }
- }
-
-
-
-
- internal static string Title_DisplayMode {
- get {
- return ResourceManager.GetString("Title_DisplayMode", resourceCulture);
- }
- }
-
-
-
-
- internal static string Title_Features {
- get {
- return ResourceManager.GetString("Title_Features", resourceCulture);
- }
- }
-
-
-
-
- internal static string Title_NewFile {
- get {
- return ResourceManager.GetString("Title_NewFile", resourceCulture);
- }
- }
-
-
-
-
- internal static string Title_Password {
- get {
- return ResourceManager.GetString("Title_Password", resourceCulture);
- }
- }
-
-
-
-
- internal static string Title_Preview {
- get {
- return ResourceManager.GetString("Title_Preview", resourceCulture);
- }
- }
-
-
-
-
- internal static string Title_QuickStart {
- get {
- return ResourceManager.GetString("Title_QuickStart", resourceCulture);
- }
- }
-
-
-
-
- internal static string Title_SplitView {
- get {
- return ResourceManager.GetString("Title_SplitView", resourceCulture);
- }
- }
-
-
-
-
- internal static string Title_Themes {
- get {
- return ResourceManager.GetString("Title_Themes", resourceCulture);
- }
- }
-
-
-
-
- internal static string Toggle_Continuous {
- get {
- return ResourceManager.GetString("Toggle_Continuous", resourceCulture);
- }
- }
-
-
-
-
- internal static string Toggle_Crop {
- get {
- return ResourceManager.GetString("Toggle_Crop", resourceCulture);
- }
- }
-
-
-
-
- internal static string Tooltip_CoverMode {
- get {
- return ResourceManager.GetString("Tooltip_CoverMode", resourceCulture);
- }
- }
-
-
-
-
- internal static string Tooltip_Dark {
- get {
- return ResourceManager.GetString("Tooltip_Dark", resourceCulture);
- }
- }
-
-
-
-
- internal static string Tooltip_Display {
- get {
- return ResourceManager.GetString("Tooltip_Display", resourceCulture);
- }
- }
-
-
-
-
- internal static string Tooltip_DocInfo {
- get {
- return ResourceManager.GetString("Tooltip_DocInfo", resourceCulture);
- }
- }
-
-
-
-
- internal static string Tooltip_DoublePage {
- get {
- return ResourceManager.GetString("Tooltip_DoublePage", resourceCulture);
- }
- }
-
-
-
-
- internal static string Tooltip_Horizontal {
- get {
- return ResourceManager.GetString("Tooltip_Horizontal", resourceCulture);
- }
- }
-
-
-
-
- internal static string Tooltip_Light {
- get {
- return ResourceManager.GetString("Tooltip_Light", resourceCulture);
- }
- }
-
-
-
-
- internal static string Tooltip_Next {
- get {
- return ResourceManager.GetString("Tooltip_Next", resourceCulture);
- }
- }
-
-
-
-
- internal static string Tooltip_Open {
- get {
- return ResourceManager.GetString("Tooltip_Open", resourceCulture);
- }
- }
-
-
-
-
- internal static string Tooltip_Panel {
- get {
- return ResourceManager.GetString("Tooltip_Panel", resourceCulture);
- }
- }
-
-
-
-
- internal static string Tooltip_Previous {
- get {
- return ResourceManager.GetString("Tooltip_Previous", resourceCulture);
- }
- }
-
-
-
-
- internal static string Tooltip_Prop {
- get {
- return ResourceManager.GetString("Tooltip_Prop", resourceCulture);
- }
- }
-
-
-
-
- internal static string Tooltip_Redo {
- get {
- return ResourceManager.GetString("Tooltip_Redo", resourceCulture);
- }
- }
-
-
-
-
- internal static string Tooltip_Reseda {
- get {
- return ResourceManager.GetString("Tooltip_Reseda", resourceCulture);
- }
- }
-
-
-
-
- internal static string Tooltip_Save {
- get {
- return ResourceManager.GetString("Tooltip_Save", resourceCulture);
- }
- }
-
-
-
-
- internal static string Tooltip_Search {
- get {
- return ResourceManager.GetString("Tooltip_Search", resourceCulture);
- }
- }
-
-
-
-
- internal static string Tooltip_Sepia {
- get {
- return ResourceManager.GetString("Tooltip_Sepia", resourceCulture);
- }
- }
-
-
-
-
- internal static string Tooltip_SinglePage {
- get {
- return ResourceManager.GetString("Tooltip_SinglePage", resourceCulture);
- }
- }
-
-
-
-
- internal static string Tooltip_Undo {
- get {
- return ResourceManager.GetString("Tooltip_Undo", resourceCulture);
- }
- }
-
-
-
-
- internal static string Tooltip_Vertical {
- get {
- return ResourceManager.GetString("Tooltip_Vertical", resourceCulture);
- }
- }
-
-
-
-
- internal static string Tooltip_ZoomIn {
- get {
- return ResourceManager.GetString("Tooltip_ZoomIn", resourceCulture);
- }
- }
-
-
-
-
- internal static string Tooltip_ZoomOut {
- get {
- return ResourceManager.GetString("Tooltip_ZoomOut", resourceCulture);
- }
- }
-
-
-
-
- internal static string Warn_Delete {
- get {
- return ResourceManager.GetString("Warn_Delete", resourceCulture);
- }
- }
-
-
-
-
- internal static string Warn_NotSave {
- get {
- return ResourceManager.GetString("Warn_NotSave", resourceCulture);
- }
- }
-
-
-
-
- internal static string Zoom_FitPage {
- get {
- return ResourceManager.GetString("Zoom_FitPage", resourceCulture);
- }
- }
-
-
-
-
- internal static string Zoom_FitWidth {
- get {
- return ResourceManager.GetString("Zoom_FitWidth", resourceCulture);
- }
- }
-
-
-
-
- internal static string Zoom_Real {
- get {
- return ResourceManager.GetString("Zoom_Real", resourceCulture);
- }
- }
- }
- }
|