123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299 |
-
- namespace PDF_Master.Strings.HomePage {
- 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 HomePage {
-
- private static global::System.Resources.ResourceManager resourceMan;
-
- private static global::System.Globalization.CultureInfo resourceCulture;
-
- [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
- internal HomePage() {
- }
-
-
-
-
- [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_Master.Strings.HomePage.HomePage", typeof(HomePage).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 BtnCancle {
- get {
- return ResourceManager.GetString("BtnCancle", resourceCulture);
- }
- }
-
-
-
-
- public static string BtnScan {
- get {
- return ResourceManager.GetString("BtnScan", resourceCulture);
- }
- }
-
-
-
-
- public static string Guid_AcceptButton {
- get {
- return ResourceManager.GetString("Guid_AcceptButton", resourceCulture);
- }
- }
-
-
-
-
- public static string Guid_LaterButton {
- get {
- return ResourceManager.GetString("Guid_LaterButton", resourceCulture);
- }
- }
-
-
-
-
-
-
- public static string GuidContentP1 {
- get {
- return ResourceManager.GetString("GuidContentP1", resourceCulture);
- }
- }
-
-
-
-
- public static string GuidContentP2 {
- get {
- return ResourceManager.GetString("GuidContentP2", resourceCulture);
- }
- }
-
-
-
-
- public static string GuidContentP3 {
- get {
- return ResourceManager.GetString("GuidContentP3", resourceCulture);
- }
- }
-
-
-
-
- public static string GuidContentP4 {
- get {
- return ResourceManager.GetString("GuidContentP4", resourceCulture);
- }
- }
-
-
-
-
- public static string GuidContentP5 {
- get {
- return ResourceManager.GetString("GuidContentP5", resourceCulture);
- }
- }
-
-
-
-
- public static string GuidTitleP1 {
- get {
- return ResourceManager.GetString("GuidTitleP1", resourceCulture);
- }
- }
-
-
-
-
- public static string GuidTitleP2 {
- get {
- return ResourceManager.GetString("GuidTitleP2", resourceCulture);
- }
- }
-
-
-
-
- public static string GuidTitleP3 {
- get {
- return ResourceManager.GetString("GuidTitleP3", resourceCulture);
- }
- }
-
-
-
-
- public static string GuidTitleP4 {
- get {
- return ResourceManager.GetString("GuidTitleP4", resourceCulture);
- }
- }
-
-
-
-
- public static string GuidTitleP5 {
- get {
- return ResourceManager.GetString("GuidTitleP5", resourceCulture);
- }
- }
-
-
-
-
- public static string Home_CreatePDF {
- get {
- return ResourceManager.GetString("Home_CreatePDF", resourceCulture);
- }
- }
-
-
-
-
- public static string Home_CreateToNew {
- get {
- return ResourceManager.GetString("Home_CreateToNew", resourceCulture);
- }
- }
-
-
-
-
- public static string Home_OpenFiles {
- get {
- return ResourceManager.GetString("Home_OpenFiles", resourceCulture);
- }
- }
-
-
-
-
- public static string HomeList_MenuRemove {
- get {
- return ResourceManager.GetString("HomeList_MenuRemove", resourceCulture);
- }
- }
-
-
-
-
- public static string HomeList_MenuShow {
- get {
- return ResourceManager.GetString("HomeList_MenuShow", resourceCulture);
- }
- }
-
-
-
-
- public static string HomeList_NoFilesContent {
- get {
- return ResourceManager.GetString("HomeList_NoFilesContent", resourceCulture);
- }
- }
-
-
-
-
- public static string HomeList_NoFilesTitle {
- get {
- return ResourceManager.GetString("HomeList_NoFilesTitle", resourceCulture);
- }
- }
-
-
-
-
- public static string HomeList_Title {
- get {
- return ResourceManager.GetString("HomeList_Title", resourceCulture);
- }
- }
-
-
-
-
- public static string HomeTool_Title {
- get {
- return ResourceManager.GetString("HomeTool_Title", resourceCulture);
- }
- }
-
-
-
-
- public static string TextCreate {
- get {
- return ResourceManager.GetString("TextCreate", resourceCulture);
- }
- }
-
-
-
-
- public static string TextNoScan {
- get {
- return ResourceManager.GetString("TextNoScan", resourceCulture);
- }
- }
-
-
-
-
- public static string TextScans {
- get {
- return ResourceManager.GetString("TextScans", resourceCulture);
- }
- }
- }
- }
|