initial commit
This commit is contained in:
+118
@@ -0,0 +1,118 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Ce code a été généré par un outil.
|
||||
// Version du runtime :4.0.30319.34209
|
||||
//
|
||||
// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
|
||||
// le code est régénéré.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace EladitosCrypter.Properties {
|
||||
using System;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Une classe de ressource fortement typée destinée, entre autres, à la consultation des chaînes localisées.
|
||||
/// </summary>
|
||||
// Cette classe a été générée automatiquement par la classe StronglyTypedResourceBuilder
|
||||
// à l'aide d'un outil, tel que ResGen ou Visual Studio.
|
||||
// Pour ajouter ou supprimer un membre, modifiez votre fichier .ResX, puis réexécutez ResGen
|
||||
// avec l'option /str ou régénérez votre projet VS.
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.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() {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Retourne l'instance ResourceManager mise en cache utilisée par cette 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("EladitosCrypter.Properties.Resources", typeof(Resources).Assembly);
|
||||
resourceMan = temp;
|
||||
}
|
||||
return resourceMan;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Remplace la propriété CurrentUICulture du thread actuel pour toutes
|
||||
/// les recherches de ressources à l'aide de cette classe de ressource fortement typée.
|
||||
/// </summary>
|
||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
internal static global::System.Globalization.CultureInfo Culture {
|
||||
get {
|
||||
return resourceCulture;
|
||||
}
|
||||
set {
|
||||
resourceCulture = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à using System;
|
||||
///using System.Text;
|
||||
///using System.IO;
|
||||
///using System.Reflection;
|
||||
///using System.Resources;
|
||||
///using System.Threading;
|
||||
///using System.Diagnostics;
|
||||
///using System.Windows.Forms;
|
||||
///using System.Runtime.InteropServices;
|
||||
///using System.Security.Cryptography;
|
||||
///using System.Text.RegularExpressions;
|
||||
///using System.Collections.Generic;
|
||||
///using System.Management;
|
||||
///using System.Reflection;
|
||||
///
|
||||
///namespace AA1
|
||||
/// {
|
||||
/// internal class AA3
|
||||
/// {
|
||||
/// static void Main(string[] PP1PP2)
|
||||
/// {
|
||||
/// [le reste de la chaîne a été tronqué]";.
|
||||
/// </summary>
|
||||
internal static string Source1 {
|
||||
get {
|
||||
return ResourceManager.GetString("Source1", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à using System;
|
||||
///using System.Text;
|
||||
///using System.IO;
|
||||
///using System.Reflection;
|
||||
///using System.Resources;
|
||||
///using System.Windows.Forms;
|
||||
///using System.Runtime.InteropServices;
|
||||
///using System.Collections.Generic;
|
||||
///using System.Drawing;
|
||||
///
|
||||
///[assembly: AssemblyTitle("[TITLE]")]
|
||||
///[assembly: AssemblyDescription("[ASSDESCRIPTION]")]
|
||||
///[assembly: AssemblyCompany("[COMPANY]")]
|
||||
///[assembly: AssemblyProduct("[PRODUCT]")]
|
||||
///[assembly: AssemblyCopyright("[COPYRIGHT]")]
|
||||
///[assembly: AssemblyVersion("[VERSION]")]
|
||||
///[assembly: Assemb [le reste de la chaîne a été tronqué]";.
|
||||
/// </summary>
|
||||
internal static string stub {
|
||||
get {
|
||||
return ResourceManager.GetString("stub", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user