mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-15 00:37:11 +00:00
38bcfe30cc
opt in setting resx too goofy Closes #970
122 lines
4.4 KiB
C#
122 lines
4.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 PKHeX.WinForms.Properties {
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.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("False")]
|
|
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;
|
|
}
|
|
}
|
|
}
|
|
}
|