DS-Pokemon-Rom-Editor/DS_Map/Properties/Settings.Designer.cs
Mixone-FinallyHere a5138c39b1 Amazing work on various editors and QOL stuff by Kuha
Co-authored-by: Kuha <corentinmace@users.noreply.github.com>
2024-10-31 18:45:34 +01:00

147 lines
5.4 KiB
C#

//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace DSPRE.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.10.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;
}
}
}
}