mirror of
https://github.com/SlothDpal/Relaunch-Process.git
synced 2026-02-22 17:27:38 +03:00
123 lines
4.6 KiB
C#
123 lines
4.6 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// Этот код создан программой.
|
|
// Исполняемая версия:4.0.30319.42000
|
|
//
|
|
// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
|
|
// повторной генерации кода.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace RelaunchProcess.Properties {
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.9.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 startProgramPath {
|
|
get {
|
|
return ((string)(this["startProgramPath"]));
|
|
}
|
|
set {
|
|
this["startProgramPath"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string arguments {
|
|
get {
|
|
return ((string)(this["arguments"]));
|
|
}
|
|
set {
|
|
this["arguments"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool saveOldState {
|
|
get {
|
|
return ((bool)(this["saveOldState"]));
|
|
}
|
|
set {
|
|
this["saveOldState"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool enableWatching {
|
|
get {
|
|
return ((bool)(this["enableWatching"]));
|
|
}
|
|
set {
|
|
this["enableWatching"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string processName {
|
|
get {
|
|
return ((string)(this["processName"]));
|
|
}
|
|
set {
|
|
this["processName"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool checkBeforeStart {
|
|
get {
|
|
return ((bool)(this["checkBeforeStart"]));
|
|
}
|
|
set {
|
|
this["checkBeforeStart"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool restartNow {
|
|
get {
|
|
return ((bool)(this["restartNow"]));
|
|
}
|
|
set {
|
|
this["restartNow"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("30")]
|
|
public decimal timer {
|
|
get {
|
|
return ((decimal)(this["timer"]));
|
|
}
|
|
set {
|
|
this["timer"] = value;
|
|
}
|
|
}
|
|
}
|
|
}
|