AirScout/AirScout.Core/Properties/Settings.Designer.cs

99 wiersze
3.8 KiB
C#

//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
namespace AirScout.Core.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
public static Settings Default {
get {
return defaultInstance;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("0")]
public double Path_Default_Ground_Clearance {
get {
return ((double)(this["Path_Default_Ground_Clearance"]));
}
set {
this["Path_Default_Ground_Clearance"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("0.6")]
public double Path_Default_F1_Clearance {
get {
return ((double)(this["Path_Default_F1_Clearance"]));
}
set {
this["Path_Default_F1_Clearance"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("1.33")]
public double Path_Default_K_Factor {
get {
return ((double)(this["Path_Default_K_Factor"]));
}
set {
this["Path_Default_K_Factor"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("10")]
public double Path_Default_Max_Distance {
get {
return ((double)(this["Path_Default_Max_Distance"]));
}
set {
this["Path_Default_Max_Distance"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("0")]
public double Path_Default_Max_Squint {
get {
return ((double)(this["Path_Default_Max_Squint"]));
}
set {
this["Path_Default_Max_Squint"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("0")]
public double Path_Default_Max_Elevation {
get {
return ((double)(this["Path_Default_Max_Elevation"]));
}
set {
this["Path_Default_Max_Elevation"] = value;
}
}
}
}