2020-03-01 13:12:17 +00:00
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
// <auto-generated>
|
2022-01-10 07:29:09 +00:00
|
|
|
|
// This code was generated by a tool.
|
|
|
|
|
// Runtime Version:4.0.30319.42000
|
2020-03-01 13:12:17 +00:00
|
|
|
|
//
|
2022-01-10 07:29:09 +00:00
|
|
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
|
|
|
// the code is regenerated.
|
2020-03-01 13:12:17 +00:00
|
|
|
|
// </auto-generated>
|
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
|
2020-03-01 15:52:59 +00:00
|
|
|
|
namespace UWUVCI_AIO_WPF.Properties {
|
|
|
|
|
|
|
|
|
|
|
2020-03-01 13:12:17 +00:00
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
2022-01-10 07:29:09 +00:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.0.3.0")]
|
2020-03-01 15:52:59 +00:00
|
|
|
|
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
|
|
|
|
|
|
2020-03-01 13:12:17 +00:00
|
|
|
|
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
2020-03-01 15:52:59 +00:00
|
|
|
|
|
|
|
|
|
public static Settings Default {
|
|
|
|
|
get {
|
2020-03-01 13:12:17 +00:00
|
|
|
|
return defaultInstance;
|
|
|
|
|
}
|
|
|
|
|
}
|
2020-03-01 15:52:59 +00: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-03-31 23:48:50 +00: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 19:45:24 +00: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 21:21:38 +00: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 04:41:25 +00: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 09:31:26 +00: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 07:49:36 +00: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;
|
|
|
|
|
}
|
|
|
|
|
}
|
2020-03-01 13:12:17 +00:00
|
|
|
|
}
|
|
|
|
|
}
|