* Fixed prompt for filter directory selection appearing incorrectly on startup * Bumped version to 1.1.0-beta6
171 lines
6.3 KiB
C#
171 lines
6.3 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 Filtration.Properties {
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.9.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 DefaultFilterDirectory {
|
|
get {
|
|
return ((string)(this["DefaultFilterDirectory"]));
|
|
}
|
|
set {
|
|
this["DefaultFilterDirectory"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool ExtraLineBetweenBlocks {
|
|
get {
|
|
return ((bool)(this["ExtraLineBetweenBlocks"]));
|
|
}
|
|
set {
|
|
this["ExtraLineBetweenBlocks"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool DownloadPrereleaseUpdates {
|
|
get {
|
|
return ((bool)(this["DownloadPrereleaseUpdates"]));
|
|
}
|
|
set {
|
|
this["DownloadPrereleaseUpdates"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool ShowSectionBrowser {
|
|
get {
|
|
return ((bool)(this["ShowSectionBrowser"]));
|
|
}
|
|
set {
|
|
this["ShowSectionBrowser"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool ShowBlockGroupBrowser {
|
|
get {
|
|
return ((bool)(this["ShowBlockGroupBrowser"]));
|
|
}
|
|
set {
|
|
this["ShowBlockGroupBrowser"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool ShowBlockOutputPreview {
|
|
get {
|
|
return ((bool)(this["ShowBlockOutputPreview"]));
|
|
}
|
|
set {
|
|
this["ShowBlockOutputPreview"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool ShowAdvanced {
|
|
get {
|
|
return ((bool)(this["ShowAdvanced"]));
|
|
}
|
|
set {
|
|
this["ShowAdvanced"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Normal")]
|
|
public global::System.Windows.WindowState WindowState {
|
|
get {
|
|
return ((global::System.Windows.WindowState)(this["WindowState"]));
|
|
}
|
|
set {
|
|
this["WindowState"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("1200")]
|
|
public int WindowWidth {
|
|
get {
|
|
return ((int)(this["WindowWidth"]));
|
|
}
|
|
set {
|
|
this["WindowWidth"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("800")]
|
|
public int WindowHeight {
|
|
get {
|
|
return ((int)(this["WindowHeight"]));
|
|
}
|
|
set {
|
|
this["WindowHeight"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string LastOpenScripts {
|
|
get {
|
|
return ((string)(this["LastOpenScripts"]));
|
|
}
|
|
set {
|
|
this["LastOpenScripts"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool BlocksExpandedOnOpen {
|
|
get {
|
|
return ((bool)(this["BlocksExpandedOnOpen"]));
|
|
}
|
|
set {
|
|
this["BlocksExpandedOnOpen"] = value;
|
|
}
|
|
}
|
|
}
|
|
}
|