mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-01-13 12:11:10 +01:00
75 lines
2.8 KiB
C#
75 lines
2.8 KiB
C#
//------------------------------------------------------------------------------
|
|
// <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 SampleApp.WinDesktop {
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.7.0.0")]
|
|
internal sealed partial class UserSettings : global::System.Configuration.ApplicationSettingsBase {
|
|
|
|
private static UserSettings defaultInstance = ((UserSettings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new UserSettings())));
|
|
|
|
public static UserSettings Default {
|
|
get {
|
|
return defaultInstance;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("esricaster.esri.com")]
|
|
public string NTRIPServer {
|
|
get {
|
|
return ((string)(this["NTRIPServer"]));
|
|
}
|
|
set {
|
|
this["NTRIPServer"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("2101")]
|
|
public int NTRIPPort {
|
|
get {
|
|
return ((int)(this["NTRIPPort"]));
|
|
}
|
|
set {
|
|
this["NTRIPPort"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string NTRIPUsername {
|
|
get {
|
|
return ((string)(this["NTRIPUsername"]));
|
|
}
|
|
set {
|
|
this["NTRIPUsername"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string NTRIPPassword {
|
|
get {
|
|
return ((string)(this["NTRIPPassword"]));
|
|
}
|
|
set {
|
|
this["NTRIPPassword"] = value;
|
|
}
|
|
}
|
|
}
|
|
}
|