123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452 |
-
- namespace PDF_Office.Strings.MainPage {
- using System;
-
-
-
-
-
-
-
-
-
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- public class MainPage {
-
- private static global::System.Resources.ResourceManager resourceMan;
-
- private static global::System.Globalization.CultureInfo resourceCulture;
-
- [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
- internal MainPage() {
- }
-
-
-
-
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- public static global::System.Resources.ResourceManager ResourceManager {
- get {
- if (object.ReferenceEquals(resourceMan, null)) {
- global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("PDF_Office.Strings.MainPage.MainPage", typeof(MainPage).Assembly);
- resourceMan = temp;
- }
- return resourceMan;
- }
- }
-
-
-
-
-
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- public static global::System.Globalization.CultureInfo Culture {
- get {
- return resourceCulture;
- }
- set {
- resourceCulture = value;
- }
- }
-
-
-
-
- public static string Merge_AddFiles {
- get {
- return ResourceManager.GetString("Merge_AddFiles", resourceCulture);
- }
- }
-
-
-
-
- public static string Merge_AddOpenFile {
- get {
- return ResourceManager.GetString("Merge_AddOpenFile", resourceCulture);
- }
- }
-
-
-
-
-
-
- public static string Merge_Hint {
- get {
- return ResourceManager.GetString("Merge_Hint", resourceCulture);
- }
- }
-
-
-
-
- public static string Merge_ItemPages {
- get {
- return ResourceManager.GetString("Merge_ItemPages", resourceCulture);
- }
- }
-
-
-
-
- public static string Merge_No {
- get {
- return ResourceManager.GetString("Merge_No", resourceCulture);
- }
- }
-
-
-
-
- public static string Merge_TitleFileName {
- get {
- return ResourceManager.GetString("Merge_TitleFileName", resourceCulture);
- }
- }
-
-
-
-
- public static string Merge_TitlePageRange {
- get {
- return ResourceManager.GetString("Merge_TitlePageRange", resourceCulture);
- }
- }
-
-
-
-
- public static string Merge_TitleSize {
- get {
- return ResourceManager.GetString("Merge_TitleSize", resourceCulture);
- }
- }
-
-
-
-
- public static string Merge_Yes {
- get {
- return ResourceManager.GetString("Merge_Yes", resourceCulture);
- }
- }
-
-
-
-
- public static string Outline_Add {
- get {
- return ResourceManager.GetString("Outline_Add", resourceCulture);
- }
- }
-
-
-
-
- public static string Outline_AddLevel {
- get {
- return ResourceManager.GetString("Outline_AddLevel", resourceCulture);
- }
- }
-
-
-
-
- public static string Outline_AddSub {
- get {
- return ResourceManager.GetString("Outline_AddSub", resourceCulture);
- }
- }
-
-
-
-
- public static string Outline_Change {
- get {
- return ResourceManager.GetString("Outline_Change", resourceCulture);
- }
- }
-
-
-
-
- public static string Outline_Collapse {
- get {
- return ResourceManager.GetString("Outline_Collapse", resourceCulture);
- }
- }
-
-
-
-
- public static string Outline_Delete {
- get {
- return ResourceManager.GetString("Outline_Delete", resourceCulture);
- }
- }
-
-
-
-
- public static string Outline_DialogContent {
- get {
- return ResourceManager.GetString("Outline_DialogContent", resourceCulture);
- }
- }
-
-
-
-
- public static string Outline_DialogNO {
- get {
- return ResourceManager.GetString("Outline_DialogNO", resourceCulture);
- }
- }
-
-
-
-
- public static string Outline_DialogYes {
- get {
- return ResourceManager.GetString("Outline_DialogYes", resourceCulture);
- }
- }
-
-
-
-
- public static string Outline_Down {
- get {
- return ResourceManager.GetString("Outline_Down", resourceCulture);
- }
- }
-
-
-
-
- public static string Outline_Expand {
- get {
- return ResourceManager.GetString("Outline_Expand", resourceCulture);
- }
- }
-
-
-
-
- public static string Outline_RemoveAll {
- get {
- return ResourceManager.GetString("Outline_RemoveAll", resourceCulture);
- }
- }
-
-
-
-
- public static string Outline_Rename {
- get {
- return ResourceManager.GetString("Outline_Rename", resourceCulture);
- }
- }
-
-
-
-
- public static string Outline_Title {
- get {
- return ResourceManager.GetString("Outline_Title", resourceCulture);
- }
- }
-
-
-
-
- public static string Outline_Up {
- get {
- return ResourceManager.GetString("Outline_Up", resourceCulture);
- }
- }
-
-
-
-
- public static string Signatur_DialogClear {
- get {
- return ResourceManager.GetString("Signatur_DialogClear", resourceCulture);
- }
- }
-
-
-
-
- public static string Signatur_DialogDraw {
- get {
- return ResourceManager.GetString("Signatur_DialogDraw", resourceCulture);
- }
- }
-
-
-
-
- public static string Signatur_DialogDrawHint {
- get {
- return ResourceManager.GetString("Signatur_DialogDrawHint", resourceCulture);
- }
- }
-
-
-
-
- public static string Signatur_DialogNo {
- get {
- return ResourceManager.GetString("Signatur_DialogNo", resourceCulture);
- }
- }
-
-
-
-
- public static string Signatur_DialogPicture {
- get {
- return ResourceManager.GetString("Signatur_DialogPicture", resourceCulture);
- }
- }
-
-
-
-
- public static string Signatur_DialogPictureHint {
- get {
- return ResourceManager.GetString("Signatur_DialogPictureHint", resourceCulture);
- }
- }
-
-
-
-
- public static string Signatur_DialogPictureReBkg {
- get {
- return ResourceManager.GetString("Signatur_DialogPictureReBkg", resourceCulture);
- }
- }
-
-
-
-
- public static string Signatur_DialogPictureReBkgHint {
- get {
- return ResourceManager.GetString("Signatur_DialogPictureReBkgHint", resourceCulture);
- }
- }
-
-
-
-
- public static string Signatur_DialogPictureReselect {
- get {
- return ResourceManager.GetString("Signatur_DialogPictureReselect", resourceCulture);
- }
- }
-
-
-
-
- public static string Signatur_DialogText {
- get {
- return ResourceManager.GetString("Signatur_DialogText", resourceCulture);
- }
- }
-
-
-
-
- public static string Signatur_DialogTextHint {
- get {
- return ResourceManager.GetString("Signatur_DialogTextHint", resourceCulture);
- }
- }
-
-
-
-
- public static string Signatur_DialogTitle {
- get {
- return ResourceManager.GetString("Signatur_DialogTitle", resourceCulture);
- }
- }
-
-
-
-
- public static string Signatur_DialogYes {
- get {
- return ResourceManager.GetString("Signatur_DialogYes", resourceCulture);
- }
- }
-
-
-
-
- public static string Signatur_Title {
- get {
- return ResourceManager.GetString("Signatur_Title", resourceCulture);
- }
- }
-
-
-
-
- public static string Stamp_Title {
- get {
- return ResourceManager.GetString("Stamp_Title", resourceCulture);
- }
- }
-
-
-
-
- public static string WritableComboBox_AllPage {
- get {
- return ResourceManager.GetString("WritableComboBox_AllPage", resourceCulture);
- }
- }
-
-
-
-
- public static string WritableComboBox_CustomRange {
- get {
- return ResourceManager.GetString("WritableComboBox_CustomRange", resourceCulture);
- }
- }
-
-
-
-
- public static string WritableComboBox_EvenPage {
- get {
- return ResourceManager.GetString("WritableComboBox_EvenPage", resourceCulture);
- }
- }
-
-
-
-
- public static string WritableComboBox_OddPage {
- get {
- return ResourceManager.GetString("WritableComboBox_OddPage", resourceCulture);
- }
- }
- }
- }
|