mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-01-13 17:22:48 -05:00
295 lines
12 KiB
C#
295 lines
12 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Runtime Version:4.0.30319.34209
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace FeedCenter.Properties {
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.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.Configuration.SettingsProviderAttribute(typeof(Common.Settings.GenericSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool WindowLocked {
|
|
get {
|
|
return ((bool)(this["WindowLocked"]));
|
|
}
|
|
set {
|
|
this["WindowLocked"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(Common.Settings.GenericSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0,0")]
|
|
public global::System.Windows.Size WindowSize {
|
|
get {
|
|
return ((global::System.Windows.Size)(this["WindowSize"]));
|
|
}
|
|
set {
|
|
this["WindowSize"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(Common.Settings.GenericSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0,0")]
|
|
public global::System.Windows.Point WindowLocation {
|
|
get {
|
|
return ((global::System.Windows.Point)(this["WindowLocation"]));
|
|
}
|
|
set {
|
|
this["WindowLocation"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool LogDatabase {
|
|
get {
|
|
return ((bool)(this["LogDatabase"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("FeedCenter.sdf")]
|
|
public string DatabaseFile {
|
|
get {
|
|
return ((string)(this["DatabaseFile"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("250")]
|
|
public int ProgressSleepInterval {
|
|
get {
|
|
return ((int)(this["ProgressSleepInterval"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool CheckVersionAtStartup {
|
|
get {
|
|
return ((bool)(this["CheckVersionAtStartup"]));
|
|
}
|
|
set {
|
|
this["CheckVersionAtStartup"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("5000")]
|
|
public int BalloonTipTimeout {
|
|
get {
|
|
return ((int)(this["BalloonTipTimeout"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(Common.Settings.GenericSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("00:01:00")]
|
|
public global::System.TimeSpan FeedScrollInterval {
|
|
get {
|
|
return ((global::System.TimeSpan)(this["FeedScrollInterval"]));
|
|
}
|
|
set {
|
|
this["FeedScrollInterval"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(Common.Settings.GenericSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("00:30:00")]
|
|
public global::System.TimeSpan FeedCheckInterval {
|
|
get {
|
|
return ((global::System.TimeSpan)(this["FeedCheckInterval"]));
|
|
}
|
|
set {
|
|
this["FeedCheckInterval"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(Common.Settings.GenericSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool DisplayEmptyFeeds {
|
|
get {
|
|
return ((bool)(this["DisplayEmptyFeeds"]));
|
|
}
|
|
set {
|
|
this["DisplayEmptyFeeds"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(Common.Settings.GenericSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
public global::System.DateTime LastVersionCheck {
|
|
get {
|
|
return ((global::System.DateTime)(this["LastVersionCheck"]));
|
|
}
|
|
set {
|
|
this["LastVersionCheck"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("01:00:00")]
|
|
public global::System.TimeSpan VersionCheckInterval {
|
|
get {
|
|
return ((global::System.TimeSpan)(this["VersionCheckInterval"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(Common.Settings.GenericSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool StartWithWindows {
|
|
get {
|
|
return ((bool)(this["StartWithWindows"]));
|
|
}
|
|
set {
|
|
this["StartWithWindows"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool FirstRun {
|
|
get {
|
|
return ((bool)(this["FirstRun"]));
|
|
}
|
|
set {
|
|
this["FirstRun"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(Common.Settings.GenericSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Bottom")]
|
|
public global::System.Windows.Controls.Dock ToolbarLocation {
|
|
get {
|
|
return ((global::System.Windows.Controls.Dock)(this["ToolbarLocation"]));
|
|
}
|
|
set {
|
|
this["ToolbarLocation"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(Common.Settings.GenericSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("500")]
|
|
public int OpenAllSleepInterval {
|
|
get {
|
|
return ((int)(this["OpenAllSleepInterval"]));
|
|
}
|
|
set {
|
|
this["OpenAllSleepInterval"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(Common.Settings.GenericSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool RegisterAsDefaultFeedReader {
|
|
get {
|
|
return ((bool)(this["RegisterAsDefaultFeedReader"]));
|
|
}
|
|
set {
|
|
this["RegisterAsDefaultFeedReader"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(Common.Settings.GenericSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string Browser {
|
|
get {
|
|
return ((string)(this["Browser"]));
|
|
}
|
|
set {
|
|
this["Browser"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(Common.Settings.GenericSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("1500")]
|
|
public int OpenAllSleepIntervalFirst {
|
|
get {
|
|
return ((int)(this["OpenAllSleepIntervalFirst"]));
|
|
}
|
|
set {
|
|
this["OpenAllSleepIntervalFirst"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(Common.Settings.GenericSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Normal")]
|
|
public global::FeedCenter.Options.MultipleLineDisplay MultipleLineDisplay {
|
|
get {
|
|
return ((global::FeedCenter.Options.MultipleLineDisplay)(this["MultipleLineDisplay"]));
|
|
}
|
|
set {
|
|
this["MultipleLineDisplay"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("FeedCenterSetup.xml")]
|
|
public string VersionFile {
|
|
get {
|
|
return ((string)(this["VersionFile"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("http://server/FeedCenter/")]
|
|
public string VersionLocation {
|
|
get {
|
|
return ((string)(this["VersionLocation"]));
|
|
}
|
|
}
|
|
}
|
|
}
|