2020-03-01 13:12:17 +00:00
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
// <auto-generated>
|
2020-03-01 15:52:59 +00:00
|
|
|
|
// Dieser Code wurde von einem Tool generiert.
|
|
|
|
|
// Laufzeitversion:4.0.30319.42000
|
2020-03-01 13:12:17 +00:00
|
|
|
|
//
|
2020-03-01 15:52:59 +00:00
|
|
|
|
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
|
|
|
|
// der Code erneut generiert wird.
|
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()]
|
2020-03-31 23:48:50 +00:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.5.0.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-03-01 13:12:17 +00:00
|
|
|
|
}
|
|
|
|
|
}
|