206 lines
7.7 KiB
C#
206 lines
7.7 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// Dieser Code wurde von einem Tool generiert.
|
|
// Laufzeitversion:4.0.30319.42000
|
|
//
|
|
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
|
// der Code erneut generiert wird.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace Outlook2013TodoAddIn.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("True")]
|
|
public bool Visible {
|
|
get {
|
|
return ((bool)(this["Visible"]));
|
|
}
|
|
set {
|
|
this["Visible"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("285")]
|
|
public int Width {
|
|
get {
|
|
return ((int)(this["Width"]));
|
|
}
|
|
set {
|
|
this["Width"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("3")]
|
|
public decimal NumDays {
|
|
get {
|
|
return ((decimal)(this["NumDays"]));
|
|
}
|
|
set {
|
|
this["NumDays"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("6000")]
|
|
public int DisplayTimeOut {
|
|
get {
|
|
return ((int)(this["DisplayTimeOut"]));
|
|
}
|
|
set {
|
|
this["DisplayTimeOut"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool MailAlertsEnabled {
|
|
get {
|
|
return ((bool)(this["MailAlertsEnabled"]));
|
|
}
|
|
set {
|
|
this["MailAlertsEnabled"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool ShowPastAppointments {
|
|
get {
|
|
return ((bool)(this["ShowPastAppointments"]));
|
|
}
|
|
set {
|
|
this["ShowPastAppointments"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
public global::System.Collections.Specialized.StringCollection Accounts {
|
|
get {
|
|
return ((global::System.Collections.Specialized.StringCollection)(this["Accounts"]));
|
|
}
|
|
set {
|
|
this["Accounts"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool ShowFriendlyGroupHeaders {
|
|
get {
|
|
return ((bool)(this["ShowFriendlyGroupHeaders"]));
|
|
}
|
|
set {
|
|
this["ShowFriendlyGroupHeaders"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool ShowTasks {
|
|
get {
|
|
return ((bool)(this["ShowTasks"]));
|
|
}
|
|
set {
|
|
this["ShowTasks"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Sunday")]
|
|
public global::System.DayOfWeek FirstDayOfWeek {
|
|
get {
|
|
return ((global::System.DayOfWeek)(this["FirstDayOfWeek"]));
|
|
}
|
|
set {
|
|
this["FirstDayOfWeek"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("400")]
|
|
public int SplitterDistance {
|
|
get {
|
|
return ((int)(this["SplitterDistance"]));
|
|
}
|
|
set {
|
|
this["SplitterDistance"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool ShowDayNames {
|
|
get {
|
|
return ((bool)(this["ShowDayNames"]));
|
|
}
|
|
set {
|
|
this["ShowDayNames"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool ShowWeekNumbers {
|
|
get {
|
|
return ((bool)(this["ShowWeekNumbers"]));
|
|
}
|
|
set {
|
|
this["ShowWeekNumbers"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool ShowCompletedTasks {
|
|
get {
|
|
return ((bool)(this["ShowCompletedTasks"]));
|
|
}
|
|
set {
|
|
this["ShowCompletedTasks"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool CallUpgrade {
|
|
get {
|
|
return ((bool)(this["CallUpgrade"]));
|
|
}
|
|
set {
|
|
this["CallUpgrade"] = value;
|
|
}
|
|
}
|
|
}
|
|
}
|