mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-30 21:00:30 +00:00
314 lines
12 KiB
C#
314 lines
12 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Runtime Version:4.0.30319.1
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace WPFMachine.Properties {
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.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("10")]
|
|
public int FontSize {
|
|
get {
|
|
return ((int)(this["FontSize"]));
|
|
}
|
|
set {
|
|
this["FontSize"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Consolas")]
|
|
public string FixedWidthFont {
|
|
get {
|
|
return ((string)(this["FixedWidthFont"]));
|
|
}
|
|
set {
|
|
this["FixedWidthFont"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Arial")]
|
|
public string ProportionalFont {
|
|
get {
|
|
return ((string)(this["ProportionalFont"]));
|
|
}
|
|
set {
|
|
this["ProportionalFont"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("#FFFFFFFF")]
|
|
public global::System.Windows.Media.Color DefaultForeColor {
|
|
get {
|
|
return ((global::System.Windows.Media.Color)(this["DefaultForeColor"]));
|
|
}
|
|
set {
|
|
this["DefaultForeColor"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("#FF000084")]
|
|
public global::System.Windows.Media.Color DefaultBackColor {
|
|
get {
|
|
return ((global::System.Windows.Media.Color)(this["DefaultBackColor"]));
|
|
}
|
|
set {
|
|
this["DefaultBackColor"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("#FF00FFFF")]
|
|
public global::System.Windows.Media.Color DefaultInputColor {
|
|
get {
|
|
return ((global::System.Windows.Media.Color)(this["DefaultInputColor"]));
|
|
}
|
|
set {
|
|
this["DefaultInputColor"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string LastPlayedGames {
|
|
get {
|
|
return ((string)(this["LastPlayedGames"]));
|
|
}
|
|
set {
|
|
this["LastPlayedGames"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("5")]
|
|
public int LastPlayedGamesCount {
|
|
get {
|
|
return ((int)(this["LastPlayedGamesCount"]));
|
|
}
|
|
set {
|
|
this["LastPlayedGamesCount"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string GameDirectoryList {
|
|
get {
|
|
return ((string)(this["GameDirectoryList"]));
|
|
}
|
|
set {
|
|
this["GameDirectoryList"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool FrotzIgnoreErrors {
|
|
get {
|
|
return ((bool)(this["FrotzIgnoreErrors"]));
|
|
}
|
|
set {
|
|
this["FrotzIgnoreErrors"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool FrotzAttrAssignment {
|
|
get {
|
|
return ((bool)(this["FrotzAttrAssignment"]));
|
|
}
|
|
set {
|
|
this["FrotzAttrAssignment"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool FrotzAttrTesting {
|
|
get {
|
|
return ((bool)(this["FrotzAttrTesting"]));
|
|
}
|
|
set {
|
|
this["FrotzAttrTesting"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool FrotzObjLocating {
|
|
get {
|
|
return ((bool)(this["FrotzObjLocating"]));
|
|
}
|
|
set {
|
|
this["FrotzObjLocating"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool FrotzObjMovement {
|
|
get {
|
|
return ((bool)(this["FrotzObjMovement"]));
|
|
}
|
|
set {
|
|
this["FrotzObjMovement"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool FrotzPiracy {
|
|
get {
|
|
return ((bool)(this["FrotzPiracy"]));
|
|
}
|
|
set {
|
|
this["FrotzPiracy"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool FrotzExpandAbbreviations {
|
|
get {
|
|
return ((bool)(this["FrotzExpandAbbreviations"]));
|
|
}
|
|
set {
|
|
this["FrotzExpandAbbreviations"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool FrotzSaveQuetzal {
|
|
get {
|
|
return ((bool)(this["FrotzSaveQuetzal"]));
|
|
}
|
|
set {
|
|
this["FrotzSaveQuetzal"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool FrotzSound {
|
|
get {
|
|
return ((bool)(this["FrotzSound"]));
|
|
}
|
|
set {
|
|
this["FrotzSound"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
|
public ushort FrotzLeftMargin {
|
|
get {
|
|
return ((ushort)(this["FrotzLeftMargin"]));
|
|
}
|
|
set {
|
|
this["FrotzLeftMargin"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
|
public ushort FrotzRightMargin {
|
|
get {
|
|
return ((ushort)(this["FrotzRightMargin"]));
|
|
}
|
|
set {
|
|
this["FrotzRightMargin"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
|
public ushort FrotzContextLines {
|
|
get {
|
|
return ((ushort)(this["FrotzContextLines"]));
|
|
}
|
|
set {
|
|
this["FrotzContextLines"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("500")]
|
|
public int FrotzUndoSlots {
|
|
get {
|
|
return ((int)(this["FrotzUndoSlots"]));
|
|
}
|
|
set {
|
|
this["FrotzUndoSlots"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("80")]
|
|
public int FrotzScriptColumns {
|
|
get {
|
|
return ((int)(this["FrotzScriptColumns"]));
|
|
}
|
|
set {
|
|
this["FrotzScriptColumns"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool ShowDebugMenu {
|
|
get {
|
|
return ((bool)(this["ShowDebugMenu"]));
|
|
}
|
|
set {
|
|
this["ShowDebugMenu"] = value;
|
|
}
|
|
}
|
|
}
|
|
}
|