mirror of
https://github.com/4sval/FModel.git
synced 2026-03-22 01:34:37 -05:00
543 lines
19 KiB
C#
543 lines
19 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// Ce code a été généré par un outil.
|
|
// Version du runtime :4.0.30319.42000
|
|
//
|
|
// 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 FModel.Properties {
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.0.0.0")]
|
|
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
|
|
|
|
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
|
|
|
public static Settings Default {
|
|
get {
|
|
return defaultInstance;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string PAKsPath {
|
|
get {
|
|
return ((string)(this["PAKsPath"]));
|
|
}
|
|
set {
|
|
this["PAKsPath"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string ExtractOutput {
|
|
get {
|
|
return ((string)(this["ExtractOutput"]));
|
|
}
|
|
set {
|
|
this["ExtractOutput"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool createIconForCosmetics {
|
|
get {
|
|
return ((bool)(this["createIconForCosmetics"]));
|
|
}
|
|
set {
|
|
this["createIconForCosmetics"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool createIconForVariants {
|
|
get {
|
|
return ((bool)(this["createIconForVariants"]));
|
|
}
|
|
set {
|
|
this["createIconForVariants"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool createIconForConsumablesWeapons {
|
|
get {
|
|
return ((bool)(this["createIconForConsumablesWeapons"]));
|
|
}
|
|
set {
|
|
this["createIconForConsumablesWeapons"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool createIconForTraps {
|
|
get {
|
|
return ((bool)(this["createIconForTraps"]));
|
|
}
|
|
set {
|
|
this["createIconForTraps"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool createIconForChallenges {
|
|
get {
|
|
return ((bool)(this["createIconForChallenges"]));
|
|
}
|
|
set {
|
|
this["createIconForChallenges"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool loadFeaturedImage {
|
|
get {
|
|
return ((bool)(this["loadFeaturedImage"]));
|
|
}
|
|
set {
|
|
this["loadFeaturedImage"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string wFilename {
|
|
get {
|
|
return ((string)(this["wFilename"]));
|
|
}
|
|
set {
|
|
this["wFilename"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
|
public int wOpacity {
|
|
get {
|
|
return ((int)(this["wOpacity"]));
|
|
}
|
|
set {
|
|
this["wOpacity"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("1")]
|
|
public int wSize {
|
|
get {
|
|
return ((int)(this["wSize"]));
|
|
}
|
|
set {
|
|
this["wSize"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool isWatermark {
|
|
get {
|
|
return ((bool)(this["isWatermark"]));
|
|
}
|
|
set {
|
|
this["isWatermark"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string mergerFileName {
|
|
get {
|
|
return ((string)(this["mergerFileName"]));
|
|
}
|
|
set {
|
|
this["mergerFileName"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
|
public int mergerImagesRow {
|
|
get {
|
|
return ((int)(this["mergerImagesRow"]));
|
|
}
|
|
set {
|
|
this["mergerImagesRow"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string AESKey {
|
|
get {
|
|
return ((string)(this["AESKey"]));
|
|
}
|
|
set {
|
|
this["AESKey"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool UMCosmetics {
|
|
get {
|
|
return ((bool)(this["UMCosmetics"]));
|
|
}
|
|
set {
|
|
this["UMCosmetics"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool UMVariants {
|
|
get {
|
|
return ((bool)(this["UMVariants"]));
|
|
}
|
|
set {
|
|
this["UMVariants"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool UMConsumablesWeapons {
|
|
get {
|
|
return ((bool)(this["UMConsumablesWeapons"]));
|
|
}
|
|
set {
|
|
this["UMConsumablesWeapons"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool UMTraps {
|
|
get {
|
|
return ((bool)(this["UMTraps"]));
|
|
}
|
|
set {
|
|
this["UMTraps"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool UMChallenges {
|
|
get {
|
|
return ((bool)(this["UMChallenges"]));
|
|
}
|
|
set {
|
|
this["UMChallenges"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("1")]
|
|
public int UMSize {
|
|
get {
|
|
return ((int)(this["UMSize"]));
|
|
}
|
|
set {
|
|
this["UMSize"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
|
public int UMOpacity {
|
|
get {
|
|
return ((int)(this["UMOpacity"]));
|
|
}
|
|
set {
|
|
this["UMOpacity"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool UMWatermark {
|
|
get {
|
|
return ((bool)(this["UMWatermark"]));
|
|
}
|
|
set {
|
|
this["UMWatermark"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool UMFeatured {
|
|
get {
|
|
return ((bool)(this["UMFeatured"]));
|
|
}
|
|
set {
|
|
this["UMFeatured"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool UMTCosmeticsVariants {
|
|
get {
|
|
return ((bool)(this["UMTCosmeticsVariants"]));
|
|
}
|
|
set {
|
|
this["UMTCosmeticsVariants"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool UMTLoading {
|
|
get {
|
|
return ((bool)(this["UMTLoading"]));
|
|
}
|
|
set {
|
|
this["UMTLoading"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool UMTWeapons {
|
|
get {
|
|
return ((bool)(this["UMTWeapons"]));
|
|
}
|
|
set {
|
|
this["UMTWeapons"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool UMTBanners {
|
|
get {
|
|
return ((bool)(this["UMTBanners"]));
|
|
}
|
|
set {
|
|
this["UMTBanners"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool UMTFeaturedIMGs {
|
|
get {
|
|
return ((bool)(this["UMTFeaturedIMGs"]));
|
|
}
|
|
set {
|
|
this["UMTFeaturedIMGs"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool UMTAthena {
|
|
get {
|
|
return ((bool)(this["UMTAthena"]));
|
|
}
|
|
set {
|
|
this["UMTAthena"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool UMTDevices {
|
|
get {
|
|
return ((bool)(this["UMTDevices"]));
|
|
}
|
|
set {
|
|
this["UMTDevices"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool UMTVehicles {
|
|
get {
|
|
return ((bool)(this["UMTVehicles"]));
|
|
}
|
|
set {
|
|
this["UMTVehicles"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string UMFilename {
|
|
get {
|
|
return ((string)(this["UMFilename"]));
|
|
}
|
|
set {
|
|
this["UMFilename"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool UpdateSettings {
|
|
get {
|
|
return ((bool)(this["UpdateSettings"]));
|
|
}
|
|
set {
|
|
this["UpdateSettings"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool createIconForAmmo {
|
|
get {
|
|
return ((bool)(this["createIconForAmmo"]));
|
|
}
|
|
set {
|
|
this["createIconForAmmo"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool createIconForSTWDefenders {
|
|
get {
|
|
return ((bool)(this["createIconForSTWDefenders"]));
|
|
}
|
|
set {
|
|
this["createIconForSTWDefenders"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool createIconForSTWHeroes {
|
|
get {
|
|
return ((bool)(this["createIconForSTWHeroes"]));
|
|
}
|
|
set {
|
|
this["createIconForSTWHeroes"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool createIconForSTWCardPacks {
|
|
get {
|
|
return ((bool)(this["createIconForSTWCardPacks"]));
|
|
}
|
|
set {
|
|
this["createIconForSTWCardPacks"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string eEmail {
|
|
get {
|
|
return ((string)(this["eEmail"]));
|
|
}
|
|
set {
|
|
this["eEmail"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string ePassword {
|
|
get {
|
|
return ((string)(this["ePassword"]));
|
|
}
|
|
set {
|
|
this["ePassword"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("English")]
|
|
public string IconLanguage {
|
|
get {
|
|
return ((string)(this["IconLanguage"]));
|
|
}
|
|
set {
|
|
this["IconLanguage"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool challengesDebug {
|
|
get {
|
|
return ((bool)(this["challengesDebug"]));
|
|
}
|
|
set {
|
|
this["challengesDebug"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string challengesWatermark {
|
|
get {
|
|
return ((string)(this["challengesWatermark"]));
|
|
}
|
|
set {
|
|
this["challengesWatermark"] = value;
|
|
}
|
|
}
|
|
}
|
|
}
|