Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed MAX14720 MAX30205 USBDevice
Settings.Designer.cs
00001 //------------------------------------------------------------------------------ 00002 // <auto-generated> 00003 // This code was generated by a tool. 00004 // Runtime Version:4.0.30319.42000 00005 // 00006 // Changes to this file may cause incorrect behavior and will be lost if 00007 // the code is regenerated. 00008 // </auto-generated> 00009 //------------------------------------------------------------------------------ 00010 00011 namespace HealthSensorPlatform.Properties { 00012 00013 00014 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 00015 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")] 00016 internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { 00017 00018 private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 00019 00020 public static Settings Default { 00021 get { 00022 return defaultInstance; 00023 } 00024 } 00025 00026 [global::System.Configuration.UserScopedSettingAttribute()] 00027 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 00028 [global::System.Configuration.DefaultSettingValueAttribute("False")] 00029 public bool DisableSplash { 00030 get { 00031 return ((bool)(this["DisableSplash"])); 00032 } 00033 set { 00034 this["DisableSplash"] = value; 00035 } 00036 } 00037 00038 [global::System.Configuration.UserScopedSettingAttribute()] 00039 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 00040 [global::System.Configuration.DefaultSettingValueAttribute("")] 00041 public string ComPort { 00042 get { 00043 return ((string)(this["ComPort"])); 00044 } 00045 set { 00046 this["ComPort"] = value; 00047 } 00048 } 00049 } 00050 }
Generated on Thu Jul 28 2022 18:07:15 by
1.7.2