Outlook2013CalendarAddIn/Outlook2013TodoAddIn/Properties/Settings.Designer.cs

206 lines
7.7 KiB
C#
Raw Normal View History

2013-03-29 17:00:07 +01:00
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
2013-03-29 17:00:07 +01: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()]
[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;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
2013-04-01 20:58:48 +02:00
[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;
}
}
2013-07-22 22:12:10 +02:00
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[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;
}
}
[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;
}
}
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;
}
}
[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;
}
}
2013-03-29 17:00:07 +01:00
}
}