diff options
| author | Lucas Faria Mendes <lucas.fariamo08@gmail.com> | 2026-03-30 15:29:41 +0000 |
|---|---|---|
| committer | Lucas Faria Mendes <lucas.fariamo08@gmail.com> | 2026-03-30 15:29:41 +0000 |
| commit | 225aa1499e37faf9d38257caabbadc68d78b427e (patch) | |
| tree | 102bb7a40c58595348ae9d3c7076201759fe0720 /Decompiler/Gestor.Application.Properties/Resources.cs | |
| parent | 1f4e14b2e973ee7de337fd4866d9a5ceff5cb6d1 (diff) | |
| download | gestor-225aa1499e37faf9d38257caabbadc68d78b427e.tar.gz gestor-225aa1499e37faf9d38257caabbadc68d78b427e.zip | |
decompiler.com
Diffstat (limited to 'Decompiler/Gestor.Application.Properties/Resources.cs')
| -rw-r--r-- | Decompiler/Gestor.Application.Properties/Resources.cs | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/Decompiler/Gestor.Application.Properties/Resources.cs b/Decompiler/Gestor.Application.Properties/Resources.cs new file mode 100644 index 0000000..8bf597c --- /dev/null +++ b/Decompiler/Gestor.Application.Properties/Resources.cs @@ -0,0 +1,70 @@ +using System.CodeDom.Compiler; +using System.ComponentModel; +using System.Diagnostics; +using System.Globalization; +using System.Resources; +using System.Runtime.CompilerServices; + +namespace Gestor.Application.Properties; + +[GeneratedCode("System.Resources.Tools.StronglyTypedResourceBuilder", "18.0.0.0")] +[DebuggerNonUserCode] +[CompilerGenerated] +internal class Resources +{ + private static ResourceManager resourceMan; + + private static CultureInfo resourceCulture; + + [EditorBrowsable(EditorBrowsableState.Advanced)] + internal static ResourceManager ResourceManager + { + get + { + if (resourceMan == null) + { + resourceMan = new ResourceManager("Gestor.Application.Properties.Resources", typeof(Resources).Assembly); + } + return resourceMan; + } + } + + [EditorBrowsable(EditorBrowsableState.Advanced)] + internal static CultureInfo Culture + { + get + { + return resourceCulture; + } + set + { + resourceCulture = value; + } + } + + internal static string ColumnTemplate => ResourceManager.GetString("ColumnTemplate", resourceCulture); + + internal static string FooterTemplate => ResourceManager.GetString("FooterTemplate", resourceCulture); + + internal static string HeaderTemplate => ResourceManager.GetString("HeaderTemplate", resourceCulture); + + internal static string New => ResourceManager.GetString("New", resourceCulture); + + internal static string ProtocoloPageTemplate => ResourceManager.GetString("ProtocoloPageTemplate", resourceCulture); + + internal static string ProtocoloTemplate => ResourceManager.GetString("ProtocoloTemplate", resourceCulture); + + internal static string RelatorioMultipleTemplate => ResourceManager.GetString("RelatorioMultipleTemplate", resourceCulture); + + internal static string RelatorioTemplate => ResourceManager.GetString("RelatorioTemplate", resourceCulture); + + internal static string RowTemplate => ResourceManager.GetString("RowTemplate", resourceCulture); + + internal static string TableMultipleTemplate => ResourceManager.GetString("TableMultipleTemplate", resourceCulture); + + internal static string TableTemplate => ResourceManager.GetString("TableTemplate", resourceCulture); + + internal Resources() + { + } +} |