123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137 |
-
- namespace PDF_Master.Properties {
- using System;
-
-
-
-
-
-
-
-
-
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- internal class Resources {
-
- private static global::System.Resources.ResourceManager resourceMan;
-
- private static global::System.Globalization.CultureInfo resourceCulture;
-
- [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
- internal Resources() {
- }
-
-
-
-
- [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("PDF_Master.Properties.Resources", typeof(Resources).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 excelex {
- get {
- return ResourceManager.GetString("excelex", resourceCulture);
- }
- }
-
-
-
-
- internal static string htmlex {
- get {
- return ResourceManager.GetString("htmlex", resourceCulture);
- }
- }
-
-
-
-
- internal static string imageex {
- get {
- return ResourceManager.GetString("imageex", resourceCulture);
- }
- }
-
-
-
-
- internal static string OpenDialogFilter {
- get {
- return ResourceManager.GetString("OpenDialogFilter", resourceCulture);
- }
- }
-
-
-
-
- internal static string pptex {
- get {
- return ResourceManager.GetString("pptex", resourceCulture);
- }
- }
-
-
-
-
-
-
- internal static string SDKLisence {
- get {
- return ResourceManager.GetString("SDKLisence", resourceCulture);
- }
- }
-
-
-
-
- internal static string txtex {
- get {
- return ResourceManager.GetString("txtex", resourceCulture);
- }
- }
-
-
-
-
- internal static string wordex {
- get {
- return ResourceManager.GetString("wordex", resourceCulture);
- }
- }
- }
- }
|