mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-13 15:57:09 +00:00
c7aea9cad2
hides pid & ec in pkmeditor, gamesync & securevalue in saveditor easier to share screenshots/stream without leaking identifying information fix auto-centering of pkmeditor subwindows when a savefile is detected on program load(tab_otmisc isn't initialized and reads an incorrect width)
218 lines
7.8 KiB
C#
218 lines
7.8 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 PKHeX.WinForms.Properties {
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.7.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 Language {
|
|
get {
|
|
return ((string)(this["Language"]));
|
|
}
|
|
set {
|
|
this["Language"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string Version {
|
|
get {
|
|
return ((string)(this["Version"]));
|
|
}
|
|
set {
|
|
this["Version"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool Unicode {
|
|
get {
|
|
return ((bool)(this["Unicode"]));
|
|
}
|
|
set {
|
|
this["Unicode"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool SetUpdateDex {
|
|
get {
|
|
return ((bool)(this["SetUpdateDex"]));
|
|
}
|
|
set {
|
|
this["SetUpdateDex"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool SetUpdatePKM {
|
|
get {
|
|
return ((bool)(this["SetUpdatePKM"]));
|
|
}
|
|
set {
|
|
this["SetUpdatePKM"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool BAKPrompt {
|
|
get {
|
|
return ((bool)(this["BAKPrompt"]));
|
|
}
|
|
set {
|
|
this["BAKPrompt"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool FlagIllegal {
|
|
get {
|
|
return ((bool)(this["FlagIllegal"]));
|
|
}
|
|
set {
|
|
this["FlagIllegal"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool ModifyUnset {
|
|
get {
|
|
return ((bool)(this["ModifyUnset"]));
|
|
}
|
|
set {
|
|
this["ModifyUnset"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool ShinySprites {
|
|
get {
|
|
return ((bool)(this["ShinySprites"]));
|
|
}
|
|
set {
|
|
this["ShinySprites"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool ApplyMarkings {
|
|
get {
|
|
return ((bool)(this["ApplyMarkings"]));
|
|
}
|
|
set {
|
|
this["ApplyMarkings"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool HoverSlotShowText {
|
|
get {
|
|
return ((bool)(this["HoverSlotShowText"]));
|
|
}
|
|
set {
|
|
this["HoverSlotShowText"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool HoverSlotPlayCry {
|
|
get {
|
|
return ((bool)(this["HoverSlotPlayCry"]));
|
|
}
|
|
set {
|
|
this["HoverSlotPlayCry"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool HoverSlotGlowEdges {
|
|
get {
|
|
return ((bool)(this["HoverSlotGlowEdges"]));
|
|
}
|
|
set {
|
|
this["HoverSlotGlowEdges"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool HideSAVDetails {
|
|
get {
|
|
return ((bool)(this["HideSAVDetails"]));
|
|
}
|
|
set {
|
|
this["HideSAVDetails"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool ShowEggSpriteAsHeldItem {
|
|
get {
|
|
return ((bool)(this["ShowEggSpriteAsHeldItem"]));
|
|
}
|
|
set {
|
|
this["ShowEggSpriteAsHeldItem"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool HideSecretDetails {
|
|
get {
|
|
return ((bool)(this["HideSecretDetails"]));
|
|
}
|
|
set {
|
|
this["HideSecretDetails"] = value;
|
|
}
|
|
}
|
|
}
|
|
}
|