mirror of
https://github.com/livingcomputermuseum/Darkstar.git
synced 2026-02-26 17:13:25 +00:00
159 lines
5.8 KiB
C#
159 lines
5.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 D.Properties {
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.7.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("")]
|
|
public string HardDriveImage {
|
|
get {
|
|
return ((string)(this["HardDriveImage"]));
|
|
}
|
|
set {
|
|
this["HardDriveImage"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string FloppyDriveImage {
|
|
get {
|
|
return ((string)(this["FloppyDriveImage"]));
|
|
}
|
|
set {
|
|
this["FloppyDriveImage"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool ThrottleSpeed {
|
|
get {
|
|
return ((bool)(this["ThrottleSpeed"]));
|
|
}
|
|
set {
|
|
this["ThrottleSpeed"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("1")]
|
|
public uint DisplayScale {
|
|
get {
|
|
return ((uint)(this["DisplayScale"]));
|
|
}
|
|
set {
|
|
this["DisplayScale"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("2852201285")]
|
|
public ulong HostAddress {
|
|
get {
|
|
return ((ulong)(this["HostAddress"]));
|
|
}
|
|
set {
|
|
this["HostAddress"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string HostPacketInterfaceName {
|
|
get {
|
|
return ((string)(this["HostPacketInterfaceName"]));
|
|
}
|
|
set {
|
|
this["HostPacketInterfaceName"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("1024")]
|
|
public uint MemorySize {
|
|
get {
|
|
return ((uint)(this["MemorySize"]));
|
|
}
|
|
set {
|
|
this["MemorySize"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool SlowPhosphor {
|
|
get {
|
|
return ((bool)(this["SlowPhosphor"]));
|
|
}
|
|
set {
|
|
this["SlowPhosphor"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("1979-12-10")]
|
|
public global::System.DateTime TODDateTime {
|
|
get {
|
|
return ((global::System.DateTime)(this["TODDateTime"]));
|
|
}
|
|
set {
|
|
this["TODDateTime"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
|
public int TODSetMode {
|
|
get {
|
|
return ((int)(this["TODSetMode"]));
|
|
}
|
|
set {
|
|
this["TODSetMode"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("1955-11-05")]
|
|
public global::System.DateTime TODDate {
|
|
get {
|
|
return ((global::System.DateTime)(this["TODDate"]));
|
|
}
|
|
set {
|
|
this["TODDate"] = value;
|
|
}
|
|
}
|
|
}
|
|
}
|