2017-12-14 20:02:36 -06:00
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
// <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>
|
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
|
2018-04-21 02:19:20 -05:00
|
|
|
|
namespace smx_config.Properties {
|
|
|
|
|
|
|
|
|
|
|
2017-12-14 20:02:36 -06:00
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
2019-09-25 19:16:19 -05:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.9.0.0")]
|
2018-04-21 02:19:20 -05:00
|
|
|
|
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
|
|
|
|
|
|
2017-12-14 20:02:36 -06:00
|
|
|
|
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
2018-04-21 02:19:20 -05:00
|
|
|
|
|
|
|
|
|
public static Settings Default {
|
|
|
|
|
get {
|
2017-12-14 20:02:36 -06:00
|
|
|
|
return defaultInstance;
|
|
|
|
|
}
|
|
|
|
|
}
|
2018-11-08 16:53:27 -06:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
|
|
|
public bool LaunchOnStartup {
|
|
|
|
|
get {
|
|
|
|
|
return ((bool)(this["LaunchOnStartup"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["LaunchOnStartup"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2019-09-25 19:16:19 -05:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
2019-09-26 17:23:39 -05:00
|
|
|
|
public string CustomSensors {
|
2019-09-25 19:16:19 -05:00
|
|
|
|
get {
|
2019-09-26 17:23:39 -05:00
|
|
|
|
return ((string)(this["CustomSensors"]));
|
2019-09-25 19:16:19 -05:00
|
|
|
|
}
|
|
|
|
|
set {
|
2019-09-26 17:23:39 -05:00
|
|
|
|
this["CustomSensors"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
|
|
|
public bool UseInnerSensorThresholds {
|
|
|
|
|
get {
|
|
|
|
|
return ((bool)(this["UseInnerSensorThresholds"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["UseInnerSensorThresholds"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
|
|
|
public bool UseOuterSensorThresholds {
|
|
|
|
|
get {
|
|
|
|
|
return ((bool)(this["UseOuterSensorThresholds"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["UseOuterSensorThresholds"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
|
|
|
public bool AdvancedMode {
|
|
|
|
|
get {
|
|
|
|
|
return ((bool)(this["AdvancedMode"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["AdvancedMode"] = value;
|
2019-09-25 19:16:19 -05:00
|
|
|
|
}
|
|
|
|
|
}
|
2017-12-14 20:02:36 -06:00
|
|
|
|
}
|
|
|
|
|
}
|