repo time
Dependencies: mbed MAX14720 MAX30205 USBDevice
HspGuiSourceV301/HSPGui/Properties/Settings.Designer.cs@20:6d2af70c92ab, 2021-04-06 (annotated)
- Committer:
- darienf
- Date:
- Tue Apr 06 06:41:40 2021 +0000
- Revision:
- 20:6d2af70c92ab
another repo
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
darienf | 20:6d2af70c92ab | 1 | //------------------------------------------------------------------------------ |
darienf | 20:6d2af70c92ab | 2 | // <auto-generated> |
darienf | 20:6d2af70c92ab | 3 | // This code was generated by a tool. |
darienf | 20:6d2af70c92ab | 4 | // Runtime Version:4.0.30319.42000 |
darienf | 20:6d2af70c92ab | 5 | // |
darienf | 20:6d2af70c92ab | 6 | // Changes to this file may cause incorrect behavior and will be lost if |
darienf | 20:6d2af70c92ab | 7 | // the code is regenerated. |
darienf | 20:6d2af70c92ab | 8 | // </auto-generated> |
darienf | 20:6d2af70c92ab | 9 | //------------------------------------------------------------------------------ |
darienf | 20:6d2af70c92ab | 10 | |
darienf | 20:6d2af70c92ab | 11 | namespace HealthSensorPlatform.Properties { |
darienf | 20:6d2af70c92ab | 12 | |
darienf | 20:6d2af70c92ab | 13 | |
darienf | 20:6d2af70c92ab | 14 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
darienf | 20:6d2af70c92ab | 15 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")] |
darienf | 20:6d2af70c92ab | 16 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { |
darienf | 20:6d2af70c92ab | 17 | |
darienf | 20:6d2af70c92ab | 18 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); |
darienf | 20:6d2af70c92ab | 19 | |
darienf | 20:6d2af70c92ab | 20 | public static Settings Default { |
darienf | 20:6d2af70c92ab | 21 | get { |
darienf | 20:6d2af70c92ab | 22 | return defaultInstance; |
darienf | 20:6d2af70c92ab | 23 | } |
darienf | 20:6d2af70c92ab | 24 | } |
darienf | 20:6d2af70c92ab | 25 | |
darienf | 20:6d2af70c92ab | 26 | [global::System.Configuration.UserScopedSettingAttribute()] |
darienf | 20:6d2af70c92ab | 27 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
darienf | 20:6d2af70c92ab | 28 | [global::System.Configuration.DefaultSettingValueAttribute("False")] |
darienf | 20:6d2af70c92ab | 29 | public bool DisableSplash { |
darienf | 20:6d2af70c92ab | 30 | get { |
darienf | 20:6d2af70c92ab | 31 | return ((bool)(this["DisableSplash"])); |
darienf | 20:6d2af70c92ab | 32 | } |
darienf | 20:6d2af70c92ab | 33 | set { |
darienf | 20:6d2af70c92ab | 34 | this["DisableSplash"] = value; |
darienf | 20:6d2af70c92ab | 35 | } |
darienf | 20:6d2af70c92ab | 36 | } |
darienf | 20:6d2af70c92ab | 37 | |
darienf | 20:6d2af70c92ab | 38 | [global::System.Configuration.UserScopedSettingAttribute()] |
darienf | 20:6d2af70c92ab | 39 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
darienf | 20:6d2af70c92ab | 40 | [global::System.Configuration.DefaultSettingValueAttribute("")] |
darienf | 20:6d2af70c92ab | 41 | public string ComPort { |
darienf | 20:6d2af70c92ab | 42 | get { |
darienf | 20:6d2af70c92ab | 43 | return ((string)(this["ComPort"])); |
darienf | 20:6d2af70c92ab | 44 | } |
darienf | 20:6d2af70c92ab | 45 | set { |
darienf | 20:6d2af70c92ab | 46 | this["ComPort"] = value; |
darienf | 20:6d2af70c92ab | 47 | } |
darienf | 20:6d2af70c92ab | 48 | } |
darienf | 20:6d2af70c92ab | 49 | } |
darienf | 20:6d2af70c92ab | 50 | } |