Outlook2013CalendarAddIn/Outlook2013TodoAddIn/Properties/Settings.Designer.cs
gamosoft_cp 1362a441e7 Added option to show/hide completed tasks.
Added context menu to delete/complete a task.
2015-03-12 19:48:43 +00:00

194 lines
7.3 KiB
C#

//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34014
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace Outlook2013TodoAddIn.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.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;
}
}
}
}