2020-03-01 14:12:17 +01:00
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
// <auto-generated>
|
2022-08-11 11:43:46 -07:00
|
|
|
|
// This code was generated by a tool.
|
|
|
|
|
// Runtime Version:4.0.30319.42000
|
2020-03-01 14:12:17 +01:00
|
|
|
|
//
|
2022-08-11 11:43:46 -07:00
|
|
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
|
|
|
// the code is regenerated.
|
2020-03-01 14:12:17 +01:00
|
|
|
|
// </auto-generated>
|
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
|
2020-03-01 16:52:59 +01:00
|
|
|
|
namespace UWUVCI_AIO_WPF.Properties {
|
|
|
|
|
|
|
|
|
|
|
2020-03-01 14:12:17 +01:00
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
2022-08-28 14:51:34 -07:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.3.0.0")]
|
2020-03-01 16:52:59 +01:00
|
|
|
|
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
|
|
|
|
|
|
2020-03-01 14:12:17 +01:00
|
|
|
|
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
2020-03-01 16:52:59 +01:00
|
|
|
|
|
|
|
|
|
public static Settings Default {
|
|
|
|
|
get {
|
2020-03-01 14:12:17 +01:00
|
|
|
|
return defaultInstance;
|
|
|
|
|
}
|
|
|
|
|
}
|
2020-03-01 16:52:59 +01:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
|
|
|
public bool PathsSet {
|
|
|
|
|
get {
|
|
|
|
|
return ((bool)(this["PathsSet"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["PathsSet"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
|
|
|
public string BasePath {
|
|
|
|
|
get {
|
|
|
|
|
return ((string)(this["BasePath"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["BasePath"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
|
|
|
public string OutPath {
|
|
|
|
|
get {
|
|
|
|
|
return ((string)(this["OutPath"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["OutPath"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2020-04-01 01:48:50 +02:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
|
|
|
public string Ckey {
|
|
|
|
|
get {
|
|
|
|
|
return ((string)(this["Ckey"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["Ckey"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2020-04-02 21:45:24 +02:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
|
|
|
public bool SetBaseOnce {
|
|
|
|
|
get {
|
|
|
|
|
return ((bool)(this["SetBaseOnce"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["SetBaseOnce"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
|
|
|
public bool SetOutOnce {
|
|
|
|
|
get {
|
|
|
|
|
return ((bool)(this["SetOutOnce"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["SetOutOnce"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2020-04-07 23:21:38 +02:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
|
|
|
public bool UpgradeRequired {
|
|
|
|
|
get {
|
|
|
|
|
return ((bool)(this["UpgradeRequired"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["UpgradeRequired"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2020-04-16 06:41:25 +02:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
|
|
|
public string SysKey {
|
|
|
|
|
get {
|
|
|
|
|
return ((string)(this["SysKey"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["SysKey"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
|
|
|
public string SysKey1 {
|
|
|
|
|
get {
|
|
|
|
|
return ((string)(this["SysKey1"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["SysKey1"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2020-04-20 11:31:26 +02:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
|
|
|
public bool dont {
|
|
|
|
|
get {
|
|
|
|
|
return ((bool)(this["dont"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["dont"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2020-05-07 09:49:36 +02:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
|
|
|
public bool ndsw {
|
|
|
|
|
get {
|
|
|
|
|
return ((bool)(this["ndsw"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["ndsw"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
|
|
|
public bool snesw {
|
|
|
|
|
get {
|
|
|
|
|
return ((bool)(this["snesw"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["snesw"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
|
|
|
public bool gczw {
|
|
|
|
|
get {
|
|
|
|
|
return ((bool)(this["gczw"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["gczw"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2022-08-28 14:51:34 -07:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
|
|
|
public string Ancast {
|
|
|
|
|
get {
|
|
|
|
|
return ((string)(this["Ancast"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["Ancast"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2020-03-01 14:12:17 +01:00
|
|
|
|
}
|
|
|
|
|
}
|