SMX_PGE/smx-config/Properties/Settings.Designer.cs

87 lines
3.2 KiB
C#
Raw Normal View History

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>
//------------------------------------------------------------------------------
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")]
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())));
public static Settings Default {
get {
2017-12-14 20:02:36 -06:00
return defaultInstance;
}
}
[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("")]
public string CustomSensors {
2019-09-25 19:16:19 -05:00
get {
return ((string)(this["CustomSensors"]));
2019-09-25 19:16:19 -05:00
}
set {
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
}
}