mirror of
https://github.com/AdAstra-LD/DS-Pokemon-Rom-Editor.git
synced 2026-05-13 07:27:04 -05:00
171 lines
6.3 KiB
C#
171 lines
6.3 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 DSPRE.Properties {
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.12.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("2")]
|
|
public byte menuLayout {
|
|
get {
|
|
return ((byte)(this["menuLayout"]));
|
|
}
|
|
set {
|
|
this["menuLayout"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string lastColorTablePath {
|
|
get {
|
|
return ((string)(this["lastColorTablePath"]));
|
|
}
|
|
set {
|
|
this["lastColorTablePath"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool textEditorPreferHex {
|
|
get {
|
|
return ((bool)(this["textEditorPreferHex"]));
|
|
}
|
|
set {
|
|
this["textEditorPreferHex"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
|
public int scriptEditorFormatPreference {
|
|
get {
|
|
return ((int)(this["scriptEditorFormatPreference"]));
|
|
}
|
|
set {
|
|
this["scriptEditorFormatPreference"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool renderSpawnables {
|
|
get {
|
|
return ((bool)(this["renderSpawnables"]));
|
|
}
|
|
set {
|
|
this["renderSpawnables"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool renderOverworlds {
|
|
get {
|
|
return ((bool)(this["renderOverworlds"]));
|
|
}
|
|
set {
|
|
this["renderOverworlds"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool renderWarps {
|
|
get {
|
|
return ((bool)(this["renderWarps"]));
|
|
}
|
|
set {
|
|
this["renderWarps"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool renderTriggers {
|
|
get {
|
|
return ((bool)(this["renderTriggers"]));
|
|
}
|
|
set {
|
|
this["renderTriggers"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string exportPath {
|
|
get {
|
|
return ((string)(this["exportPath"]));
|
|
}
|
|
set {
|
|
this["exportPath"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string mapImportStarterPoint {
|
|
get {
|
|
return ((string)(this["mapImportStarterPoint"]));
|
|
}
|
|
set {
|
|
this["mapImportStarterPoint"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string openDefaultRom {
|
|
get {
|
|
return ((string)(this["openDefaultRom"]));
|
|
}
|
|
set {
|
|
this["openDefaultRom"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool neverAskForOpening {
|
|
get {
|
|
return ((bool)(this["neverAskForOpening"]));
|
|
}
|
|
set {
|
|
this["neverAskForOpening"] = value;
|
|
}
|
|
}
|
|
}
|
|
}
|