mirror of
https://github.com/AdAstra-LD/DS-Pokemon-Rom-Editor.git
synced 2026-05-10 14:11:04 -05:00
109 lines
4.3 KiB
C#
109 lines
4.3 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// Il codice è stato generato da uno strumento.
|
|
// Versione runtime:4.0.30319.42000
|
|
//
|
|
// Le modifiche apportate a questo file possono provocare un comportamento non corretto e andranno perse se
|
|
// il codice viene rigenerato.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace DSPRE.Resources.ROMToolboxDB {
|
|
using System;
|
|
|
|
|
|
/// <summary>
|
|
/// Classe di risorse fortemente tipizzata per la ricerca di stringhe localizzate e così via.
|
|
/// </summary>
|
|
// Questa classe è stata generata automaticamente dalla classe StronglyTypedResourceBuilder.
|
|
// tramite uno strumento quale ResGen o Visual Studio.
|
|
// Per aggiungere o rimuovere un membro, modificare il file con estensione ResX ed eseguire nuovamente ResGen
|
|
// con l'opzione /str oppure ricompilare il progetto VS.
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
internal class SyntheticOverlayFileNumber {
|
|
|
|
private static global::System.Resources.ResourceManager resourceMan;
|
|
|
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
|
|
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
|
internal SyntheticOverlayFileNumber() {
|
|
}
|
|
|
|
/// <summary>
|
|
/// Restituisce l'istanza di ResourceManager nella cache utilizzata da questa classe.
|
|
/// </summary>
|
|
[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("DSPRE.Resources.ROMToolboxDB.SyntheticOverlayFileNumber", typeof(SyntheticOverlayFileNumber).Assembly);
|
|
resourceMan = temp;
|
|
}
|
|
return resourceMan;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Esegue l'override della proprietà CurrentUICulture del thread corrente per tutte le
|
|
/// ricerche di risorse eseguite utilizzando questa classe di risorse fortemente tipizzata.
|
|
/// </summary>
|
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
internal static global::System.Globalization.CultureInfo Culture {
|
|
get {
|
|
return resourceCulture;
|
|
}
|
|
set {
|
|
resourceCulture = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Cerca una stringa localizzata simile a 9.
|
|
/// </summary>
|
|
internal static string fileID_D {
|
|
get {
|
|
return ResourceManager.GetString("fileID_D", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Cerca una stringa localizzata simile a 0.
|
|
/// </summary>
|
|
internal static string fileID_HG {
|
|
get {
|
|
return ResourceManager.GetString("fileID_HG", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Cerca una stringa localizzata simile a 9.
|
|
/// </summary>
|
|
internal static string fileID_P {
|
|
get {
|
|
return ResourceManager.GetString("fileID_P", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Cerca una stringa localizzata simile a 9.
|
|
/// </summary>
|
|
internal static string fileID_Plat {
|
|
get {
|
|
return ResourceManager.GetString("fileID_Plat", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Cerca una stringa localizzata simile a 0.
|
|
/// </summary>
|
|
internal static string fileID_SS {
|
|
get {
|
|
return ResourceManager.GetString("fileID_SS", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|