FModel/FModel/Properties/Settings.Designer.cs

543 lines
20 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.8.1.0")]
public 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 PakPath {
get {
return ((string)(this["PakPath"]));
}
set {
this["PakPath"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string OutputPath {
get {
return ((string)(this["OutputPath"]));
}
set {
this["OutputPath"] = 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 AutoOpenSounds {
get {
return ((bool)(this["AutoOpenSounds"]));
}
set {
this["AutoOpenSounds"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool UseDiscordRpc {
get {
return ((bool)(this["UseDiscordRpc"]));
}
set {
this["UseDiscordRpc"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string StaticAesKeys {
get {
return ((string)(this["StaticAesKeys"]));
}
set {
this["StaticAesKeys"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string DynamicAesKeys {
get {
return ((string)(this["DynamicAesKeys"]));
}
set {
this["DynamicAesKeys"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("11*")]
public string GridParentTop {
get {
return ((string)(this["GridParentTop"]));
}
set {
this["GridParentTop"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("10*")]
public string GridParentBottom {
get {
return ((string)(this["GridParentBottom"]));
}
set {
this["GridParentBottom"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("2*")]
public string GridChildTopLeft {
get {
return ((string)(this["GridChildTopLeft"]));
}
set {
this["GridChildTopLeft"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("3*")]
public string GridChildTopCenter {
get {
return ((string)(this["GridChildTopCenter"]));
}
set {
this["GridChildTopCenter"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("2*")]
public string GridChildTopRight {
get {
return ((string)(this["GridChildTopRight"]));
}
set {
this["GridChildTopRight"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("6*")]
public string GridChildBottomLeft {
get {
return ((string)(this["GridChildBottomLeft"]));
}
set {
this["GridChildBottomLeft"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("11*")]
public string GridChildBottomCenter {
get {
return ((string)(this["GridChildBottomCenter"]));
}
set {
this["GridChildBottomCenter"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("6*")]
public string GridChildBottomRight {
get {
return ((string)(this["GridChildBottomRight"]));
}
set {
this["GridChildBottomRight"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string AudioPlayerDevice {
get {
return ((string)(this["AudioPlayerDevice"]));
}
set {
this["AudioPlayerDevice"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("0.5")]
public string AudioPlayerVolume {
get {
return ((string)(this["AudioPlayerVolume"]));
}
set {
this["AudioPlayerVolume"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool AutoExport {
get {
return ((bool)(this["AutoExport"]));
}
set {
this["AutoExport"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool AutoSave {
get {
return ((bool)(this["AutoSave"]));
}
set {
this["AutoSave"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool AutoSaveImage {
get {
return ((bool)(this["AutoSaveImage"]));
}
set {
this["AutoSaveImage"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute(@"[{""Header"":""Cosmetics"",""DirectoryPath"":""FortniteGame/Content/Athena/Items/Cosmetics/""},{""Header"":""Challenges"",""DirectoryPath"":""FortniteGame/Content/Athena/Items/ChallengeBundles/""},{""Header"":""Emotes [Audio]"",""DirectoryPath"":""FortniteGame/Content/Athena/Sounds/Emotes/""},{""Header"":""Music Packs [Audio]"",""DirectoryPath"":""FortniteGame/Content/Athena/Sounds/MusicPacks/""},{""Header"":""Weapons"",""DirectoryPath"":""FortniteGame/Content/Athena/Items/Weapons/""},{""Header"":""Strings"",""DirectoryPath"":""FortniteGame/Content/Localization/""}]")]
public string CustomGoTos {
get {
return ((string)(this["CustomGoTos"]));
}
set {
this["CustomGoTos"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("0")]
public long ProgramLanguage {
get {
return ((long)(this["ProgramLanguage"]));
}
set {
this["ProgramLanguage"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("0")]
public long AssetsLanguage {
get {
return ((long)(this["AssetsLanguage"]));
}
set {
this["AssetsLanguage"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("0")]
public long AssetsJsonType {
get {
return ((long)(this["AssetsJsonType"]));
}
set {
this["AssetsJsonType"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("0")]
public long AssetsIconDesign {
get {
return ((long)(this["AssetsIconDesign"]));
}
set {
this["AssetsIconDesign"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool UseGameColors {
get {
return ((bool)(this["UseGameColors"]));
}
set {
this["UseGameColors"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool UseItemShopIcon {
get {
return ((bool)(this["UseItemShopIcon"]));
}
set {
this["UseItemShopIcon"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool UseIconWatermark {
get {
return ((bool)(this["UseIconWatermark"]));
}
set {
this["UseIconWatermark"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string IconWatermarkPath {
get {
return ((string)(this["IconWatermarkPath"]));
}
set {
this["IconWatermarkPath"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("0")]
public long IconWatermarkX {
get {
return ((long)(this["IconWatermarkX"]));
}
set {
this["IconWatermarkX"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("0")]
public long IconWatermarkY {
get {
return ((long)(this["IconWatermarkY"]));
}
set {
this["IconWatermarkY"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("255")]
public long IconWatermarkOpacity {
get {
return ((long)(this["IconWatermarkOpacity"]));
}
set {
this["IconWatermarkOpacity"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("512")]
public long IconWatermarkScale {
get {
return ((long)(this["IconWatermarkScale"]));
}
set {
this["IconWatermarkScale"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool UseChallengeBanner {
get {
return ((bool)(this["UseChallengeBanner"]));
}
set {
this["UseChallengeBanner"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string ChallengeBannerPath {
get {
return ((string)(this["ChallengeBannerPath"]));
}
set {
this["ChallengeBannerPath"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("{BundleName} - {Date}")]
public string ChallengeBannerWatermark {
get {
return ((string)(this["ChallengeBannerWatermark"]));
}
set {
this["ChallengeBannerWatermark"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("255")]
public long ChallengeBannerOpacity {
get {
return ((long)(this["ChallengeBannerOpacity"]));
}
set {
this["ChallengeBannerOpacity"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("1C2026")]
public string ChallengeBannerPrimaryColor {
get {
return ((string)(this["ChallengeBannerPrimaryColor"]));
}
set {
this["ChallengeBannerPrimaryColor"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("2848A3")]
public string ChallengeBannerSecondaryColor {
get {
return ((string)(this["ChallengeBannerSecondaryColor"]));
}
set {
this["ChallengeBannerSecondaryColor"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool SkipVersion {
get {
return ((bool)(this["SkipVersion"]));
}
set {
this["SkipVersion"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool ReloadAesKeys {
get {
return ((bool)(this["ReloadAesKeys"]));
}
set {
this["ReloadAesKeys"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string AccessToken {
get {
return ((string)(this["AccessToken"]));
}
set {
this["AccessToken"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("0")]
public long LauncherExpiration {
get {
return ((long)(this["LauncherExpiration"]));
}
set {
this["LauncherExpiration"] = value;
}
}
}
}