mirror of
https://github.com/4sval/FModel.git
synced 2026-03-21 17:24:26 -05:00
405 lines
17 KiB
C#
405 lines
17 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.2.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 FPak_Path {
|
|
get {
|
|
return ((string)(this["FPak_Path"]));
|
|
}
|
|
set {
|
|
this["FPak_Path"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string FOutput_Path {
|
|
get {
|
|
return ((string)(this["FOutput_Path"]));
|
|
}
|
|
set {
|
|
this["FOutput_Path"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string FPak_MainAES {
|
|
get {
|
|
return ((string)(this["FPak_MainAES"]));
|
|
}
|
|
set {
|
|
this["FPak_MainAES"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Default")]
|
|
public string FRarity_Design {
|
|
get {
|
|
return ((string)(this["FRarity_Design"]));
|
|
}
|
|
set {
|
|
this["FRarity_Design"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("English")]
|
|
public string FLanguage {
|
|
get {
|
|
return ((string)(this["FLanguage"]));
|
|
}
|
|
set {
|
|
this["FLanguage"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool FIsFeatured {
|
|
get {
|
|
return ((bool)(this["FIsFeatured"]));
|
|
}
|
|
set {
|
|
this["FIsFeatured"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool FUseWatermark {
|
|
get {
|
|
return ((bool)(this["FUseWatermark"]));
|
|
}
|
|
set {
|
|
this["FUseWatermark"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string FWatermarkFilePath {
|
|
get {
|
|
return ((string)(this["FWatermarkFilePath"]));
|
|
}
|
|
set {
|
|
this["FWatermarkFilePath"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
|
public int FWatermarkOpacity {
|
|
get {
|
|
return ((int)(this["FWatermarkOpacity"]));
|
|
}
|
|
set {
|
|
this["FWatermarkOpacity"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
|
public double FWatermarkScale {
|
|
get {
|
|
return ((double)(this["FWatermarkScale"]));
|
|
}
|
|
set {
|
|
this["FWatermarkScale"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("3")]
|
|
public double FWatermarkXPos {
|
|
get {
|
|
return ((double)(this["FWatermarkXPos"]));
|
|
}
|
|
set {
|
|
this["FWatermarkXPos"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("3")]
|
|
public double FWatermarkYPos {
|
|
get {
|
|
return ((double)(this["FWatermarkYPos"]));
|
|
}
|
|
set {
|
|
this["FWatermarkYPos"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("{BundleName} - {Date}")]
|
|
public string FChallengeWatermark {
|
|
get {
|
|
return ((string)(this["FChallengeWatermark"]));
|
|
}
|
|
set {
|
|
this["FChallengeWatermark"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool FUseChallengeWatermark {
|
|
get {
|
|
return ((bool)(this["FUseChallengeWatermark"]));
|
|
}
|
|
set {
|
|
this["FUseChallengeWatermark"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string FBannerFilePath {
|
|
get {
|
|
return ((string)(this["FBannerFilePath"]));
|
|
}
|
|
set {
|
|
this["FBannerFilePath"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
|
public int FBannerOpacity {
|
|
get {
|
|
return ((int)(this["FBannerOpacity"]));
|
|
}
|
|
set {
|
|
this["FBannerOpacity"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool FDiffFileSize {
|
|
get {
|
|
return ((bool)(this["FDiffFileSize"]));
|
|
}
|
|
set {
|
|
this["FDiffFileSize"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool HeaderVisibility {
|
|
get {
|
|
return ((bool)(this["HeaderVisibility"]));
|
|
}
|
|
set {
|
|
this["HeaderVisibility"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool ReadOnly {
|
|
get {
|
|
return ((bool)(this["ReadOnly"]));
|
|
}
|
|
set {
|
|
this["ReadOnly"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool StatusBarVisibility {
|
|
get {
|
|
return ((bool)(this["StatusBarVisibility"]));
|
|
}
|
|
set {
|
|
this["StatusBarVisibility"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("21:32:43")]
|
|
public string FPrimaryColor {
|
|
get {
|
|
return ((string)(this["FPrimaryColor"]));
|
|
}
|
|
set {
|
|
this["FPrimaryColor"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("29:161:242")]
|
|
public string FSecondaryColor {
|
|
get {
|
|
return ((string)(this["FSecondaryColor"]));
|
|
}
|
|
set {
|
|
this["FSecondaryColor"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool FUpdateSettings {
|
|
get {
|
|
return ((bool)(this["FUpdateSettings"]));
|
|
}
|
|
set {
|
|
this["FUpdateSettings"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool ReloadAES {
|
|
get {
|
|
return ((bool)(this["ReloadAES"]));
|
|
}
|
|
set {
|
|
this["ReloadAES"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool FOpenSounds {
|
|
get {
|
|
return ((bool)(this["FOpenSounds"]));
|
|
}
|
|
set {
|
|
this["FOpenSounds"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool FAutoExtractRaw {
|
|
get {
|
|
return ((bool)(this["FAutoExtractRaw"]));
|
|
}
|
|
set {
|
|
this["FAutoExtractRaw"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool FAutoSaveJson {
|
|
get {
|
|
return ((bool)(this["FAutoSaveJson"]));
|
|
}
|
|
set {
|
|
this["FAutoSaveJson"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool FAutoSaveImg {
|
|
get {
|
|
return ((bool)(this["FAutoSaveImg"]));
|
|
}
|
|
set {
|
|
this["FAutoSaveImg"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("{\r\n \"[BR] Cosmetics\": {\r\n \"Path\": \"/FortniteGame/Content/Athena/Items/Cosmeti" +
|
|
"cs/\",\r\n \"isChecked\": \"True\"\r\n },\r\n \"[BR] Cosmetics Variants\": {\r\n \"Path\"" +
|
|
": \"/FortniteGame/Content/Athena/Items/CosmeticVariantTokens/\",\r\n \"isChecked\":" +
|
|
" \"True\"\r\n },\r\n \"[BR] Banners\": {\r\n \"Path\": \"/FortniteGame/Content/Athena/It" +
|
|
"ems/BannerToken/\",\r\n \"isChecked\": \"True\"\r\n },\r\n \"[BR] Challenges\": {\r\n \"" +
|
|
"Path\": \"/FortniteGame/Content/Athena/Items/ChallengeBundles/\",\r\n \"isChecked\":" +
|
|
" \"True\"\r\n },\r\n \"[BR] Consumables\": {\r\n \"Path\": \"/FortniteGame/Content/Athen" +
|
|
"a/Items/Consumables/\",\r\n \"isChecked\": \"False\"\r\n },\r\n \"[BR] Traps\": {\r\n \"" +
|
|
"Path\": \"/FortniteGame/Content/Athena/Items/Traps/\",\r\n \"isChecked\": \"False\"\r\n " +
|
|
" },\r\n \"[BR] Weapons\": {\r\n \"Path\": \"/FortniteGame/Content/Athena/Items/Weapon" +
|
|
"s/\",\r\n \"isChecked\": \"True\"\r\n },\r\n \"[BR] 2D Assets\": {\r\n \"Path\": \"/Fortni" +
|
|
"teGame/Content/2dAssets/\",\r\n \"isChecked\": \"True\"\r\n },\r\n \"[BR] Featured Imag" +
|
|
"es\": {\r\n \"Path\": \"/FortniteGame/Content/UI/Foundation/Textures/BattleRoyale/F" +
|
|
"eaturedItems/\",\r\n \"isChecked\": \"False\"\r\n },\r\n \"[STW] Heroes\": {\r\n \"Path\"" +
|
|
": \"/FortniteGame/Content/Heroes/\",\r\n \"isChecked\": \"False\"\r\n },\r\n \"[STW] Def" +
|
|
"enders\": {\r\n \"Path\": \"/FortniteGame/Content/Items/Defenders/\",\r\n \"isChecke" +
|
|
"d\": \"False\"\r\n },\r\n \"[STW] Schematics\": {\r\n \"Path\": \"/FortniteGame/Content/I" +
|
|
"tems/Schematics/\",\r\n \"isChecked\": \"False\"\r\n },\r\n \"[STW] Traps\": {\r\n \"Pat" +
|
|
"h\": \"/FortniteGame/Content/Items/Traps/\",\r\n \"isChecked\": \"False\"\r\n },\r\n \"[S" +
|
|
"TW] Weapons\": {\r\n \"Path\": \"/FortniteGame/Content/Items/Weapons/\",\r\n \"isChe" +
|
|
"cked\": \"False\"\r\n },\r\n \"[STW] Ingredients\": {\r\n \"Path\": \"/FortniteGame/Conte" +
|
|
"nt/Items/Ingredients/\",\r\n \"isChecked\": \"False\"\r\n },\r\n \"[STW] Persistent Res" +
|
|
"ources\": {\r\n \"Path\": \"/FortniteGame/Content/Items/PersistentResources/\",\r\n " +
|
|
" \"isChecked\": \"False\"\r\n },\r\n \"[STW] CardPacks\": {\r\n \"Path\": \"/FortniteGame/" +
|
|
"Content/Items/CardPacks/\",\r\n \"isChecked\": \"False\"\r\n },\r\n \"Tokens\": {\r\n \"" +
|
|
"Path\": \"/FortniteGame/Content/Items/Tokens/\",\r\n \"isChecked\": \"False\"\r\n },\r\n " +
|
|
" \"Icons\": {\r\n \"Path\": \"/FortniteGame/Content/UI/Foundation/Textures/Icons/\",\r" +
|
|
"\n \"isChecked\": \"False\"\r\n },\r\n \"Additional Banners\": {\r\n \"Path\": \"/Fortni" +
|
|
"teGame/Content/UI/Foundation/Textures/Banner/\",\r\n \"isChecked\": \"False\"\r\n },\r" +
|
|
"\n \"Additional Loading Screens\": {\r\n \"Path\": \"/FortniteGame/Content/UI/Founda" +
|
|
"tion/Textures/LoadingScreens/\",\r\n \"isChecked\": \"False\"\r\n }\r\n}")]
|
|
public string FUM_AssetsType {
|
|
get {
|
|
return ((string)(this["FUM_AssetsType"]));
|
|
}
|
|
set {
|
|
this["FUM_AssetsType"] = value;
|
|
}
|
|
}
|
|
}
|
|
}
|