2013-03-29 17:00:07 +01:00
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
// <auto-generated>
|
2019-07-09 08:36:17 +02:00
|
|
|
|
// Dieser Code wurde von einem Tool generiert.
|
|
|
|
|
// Laufzeitversion:4.0.30319.42000
|
2013-03-29 17:00:07 +01:00
|
|
|
|
//
|
2019-07-09 08:36:17 +02:00
|
|
|
|
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
|
|
|
|
// der Code erneut generiert wird.
|
2013-03-29 17:00:07 +01:00
|
|
|
|
// </auto-generated>
|
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
namespace Outlook2013TodoAddIn.Properties {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
2019-07-09 08:36:17 +02:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.9.0.0")]
|
2013-03-29 17:00:07 +01:00
|
|
|
|
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;
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-04-01 19:35:28 +02:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2013-04-01 20:58:48 +02:00
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("6000")]
|
2013-04-01 19:35:28 +02:00
|
|
|
|
public int DisplayTimeOut {
|
|
|
|
|
get {
|
|
|
|
|
return ((int)(this["DisplayTimeOut"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["DisplayTimeOut"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-05-01 22:22:27 +02:00
|
|
|
|
|
|
|
|
|
[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;
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-06-27 20:30:15 +02:00
|
|
|
|
|
|
|
|
|
[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;
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-07-18 20:16:35 +02:00
|
|
|
|
|
|
|
|
|
[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;
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-07-22 22:12:10 +02:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2013-08-10 14:12:21 +02:00
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
2013-07-22 22:12:10 +02:00
|
|
|
|
public bool ShowTasks {
|
|
|
|
|
get {
|
|
|
|
|
return ((bool)(this["ShowTasks"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["ShowTasks"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-07-24 17:51:16 +02:00
|
|
|
|
|
|
|
|
|
[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;
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-07-24 18:38:54 +02:00
|
|
|
|
|
|
|
|
|
[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;
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-09-11 16:52:43 +02:00
|
|
|
|
|
|
|
|
|
[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;
|
|
|
|
|
}
|
|
|
|
|
}
|
2014-10-16 23:22:50 +02:00
|
|
|
|
|
|
|
|
|
[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;
|
|
|
|
|
}
|
|
|
|
|
}
|
2015-03-12 20:48:43 +01:00
|
|
|
|
|
|
|
|
|
[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;
|
|
|
|
|
}
|
|
|
|
|
}
|
2019-07-09 08:36:17 +02:00
|
|
|
|
|
|
|
|
|
[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;
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-03-29 17:00:07 +01:00
|
|
|
|
}
|
|
|
|
|
}
|