mirror of
https://github.com/livingcomputermuseum/ContrAlto.git
synced 2026-02-25 16:30:20 +00:00
Added file-backed disk image implementation for use with Trident disk images, did some basic refactoring of disk load/unload logic, added support for creating new (empty) disk images for both Trident and Diablo disks. Added UI for loading/unloading/creating up to 8 trident packs; added blank Diablo pack creation UI. (Both Windows and *nix interfaces.) Added configuration support for same (both Windows and *nix.) Small correction to Print output path browsing logic. Fixed Windows installer, now places the right ROMs for Alto I configurations in the right place. Fixed issue when starting up with corrupted configuration. Corrupted configuration is ignored and ContrAlto will run with default config.
266 lines
9.6 KiB
C#
266 lines
9.6 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 Contralto.Properties {
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.1.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("2")]
|
|
public int SystemType {
|
|
get {
|
|
return ((int)(this["SystemType"]));
|
|
}
|
|
set {
|
|
this["SystemType"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string Drive0Image {
|
|
get {
|
|
return ((string)(this["Drive0Image"]));
|
|
}
|
|
set {
|
|
this["Drive0Image"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string Drive1Image {
|
|
get {
|
|
return ((string)(this["Drive1Image"]));
|
|
}
|
|
set {
|
|
this["Drive1Image"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("34")]
|
|
public byte HostAddress {
|
|
get {
|
|
return ((byte)(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("0")]
|
|
public int HostPacketInterfaceType {
|
|
get {
|
|
return ((int)(this["HostPacketInterfaceType"]));
|
|
}
|
|
set {
|
|
this["HostPacketInterfaceType"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
|
public int AlternateBootType {
|
|
get {
|
|
return ((int)(this["AlternateBootType"]));
|
|
}
|
|
set {
|
|
this["AlternateBootType"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
|
public ushort BootAddress {
|
|
get {
|
|
return ((ushort)(this["BootAddress"]));
|
|
}
|
|
set {
|
|
this["BootAddress"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
|
public ushort BootFile {
|
|
get {
|
|
return ((ushort)(this["BootFile"]));
|
|
}
|
|
set {
|
|
this["BootFile"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool InterlaceDisplay {
|
|
get {
|
|
return ((bool)(this["InterlaceDisplay"]));
|
|
}
|
|
set {
|
|
this["InterlaceDisplay"] = 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("True")]
|
|
public string EnableWindowsFormsHighDpiAutoResizing {
|
|
get {
|
|
return ((string)(this["EnableWindowsFormsHighDpiAutoResizing"]));
|
|
}
|
|
set {
|
|
this["EnableWindowsFormsHighDpiAutoResizing"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool EnableAudioDAC {
|
|
get {
|
|
return ((bool)(this["EnableAudioDAC"]));
|
|
}
|
|
set {
|
|
this["EnableAudioDAC"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool EnableAudioDACCapture {
|
|
get {
|
|
return ((bool)(this["EnableAudioDACCapture"]));
|
|
}
|
|
set {
|
|
this["EnableAudioDACCapture"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string AudioDACCapturePath {
|
|
get {
|
|
return ((string)(this["AudioDACCapturePath"]));
|
|
}
|
|
set {
|
|
this["AudioDACCapturePath"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool EnablePrinting {
|
|
get {
|
|
return ((bool)(this["EnablePrinting"]));
|
|
}
|
|
set {
|
|
this["EnablePrinting"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string PrintOutputPath {
|
|
get {
|
|
return ((string)(this["PrintOutputPath"]));
|
|
}
|
|
set {
|
|
this["PrintOutputPath"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool ReversePageOrder {
|
|
get {
|
|
return ((bool)(this["ReversePageOrder"]));
|
|
}
|
|
set {
|
|
this["ReversePageOrder"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute(@"<?xml version=""1.0"" encoding=""utf-16""?>
|
|
<ArrayOfString xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance"" xmlns:xsd=""http://www.w3.org/2001/XMLSchema"">
|
|
<string />
|
|
<string />
|
|
<string />
|
|
<string />
|
|
<string />
|
|
<string />
|
|
<string />
|
|
<string />
|
|
<string />
|
|
</ArrayOfString>")]
|
|
public global::System.Collections.Specialized.StringCollection TridentImages {
|
|
get {
|
|
return ((global::System.Collections.Specialized.StringCollection)(this["TridentImages"]));
|
|
}
|
|
set {
|
|
this["TridentImages"] = value;
|
|
}
|
|
}
|
|
}
|
|
}
|