SystemTrayMenu/Properties/Settings.Designer.cs

1103 lines
39 KiB
C#

//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace SystemTrayMenu.Properties
{
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.6.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(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string CurrentCultureInfoName
{
get
{
return ((string)(this["CurrentCultureInfoName"]));
}
set
{
this["CurrentCultureInfoName"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string PathDirectory
{
get
{
return ((string)(this["PathDirectory"]));
}
set
{
this["PathDirectory"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string PathsAddToMainMenu
{
get
{
return ((string)(this["PathsAddToMainMenu"]));
}
set
{
this["PathsAddToMainMenu"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool IsAutostartActivated
{
get
{
return ((bool)(this["IsAutostartActivated"]));
}
set
{
this["IsAutostartActivated"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool PossibilityToSelectFolderByWindowsContextMenu
{
get
{
return ((bool)(this["PossibilityToSelectFolderByWindowsContextMenu"]));
}
set
{
this["PossibilityToSelectFolderByWindowsContextMenu"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Ctrl+LWin")]
public string HotKey
{
get
{
return ((string)(this["HotKey"]));
}
set
{
this["HotKey"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool IsUpgraded
{
get
{
return ((bool)(this["IsUpgraded"]));
}
set
{
this["IsUpgraded"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool ShowInTaskbar
{
get
{
return ((bool)(this["ShowInTaskbar"]));
}
set
{
this["ShowInTaskbar"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool AppearAtTheBottomLeft
{
get
{
return ((bool)(this["AppearAtTheBottomLeft"]));
}
set
{
this["AppearAtTheBottomLeft"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool OpenItemWithOneClick
{
get
{
return ((bool)(this["OpenItemWithOneClick"]));
}
set
{
this["OpenItemWithOneClick"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("false")]
public bool GenerateShortcutsToDrives
{
get
{
return ((bool)(this["GenerateShortcutsToDrives"]));
}
set
{
this["GenerateShortcutsToDrives"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool CacheMainMenu
{
get
{
return ((bool)(this["CacheMainMenu"]));
}
set
{
this["CacheMainMenu"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool IsDarkModeAlwaysOn
{
get
{
return ((bool)(this["IsDarkModeAlwaysOn"]));
}
set
{
this["IsDarkModeAlwaysOn"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("200")]
public int ClearCacheIfMoreThanThisNumberOfItems
{
get
{
return ((int)(this["ClearCacheIfMoreThanThisNumberOfItems"]));
}
set
{
this["ClearCacheIfMoreThanThisNumberOfItems"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("125")]
public int SizeInPercentage
{
get
{
return ((int)(this["SizeInPercentage"]));
}
set
{
this["SizeInPercentage"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("150")]
public int RowHeighteInPercentageTouch
{
get
{
return ((int)(this["RowHeighteInPercentageTouch"]));
}
set
{
this["RowHeighteInPercentageTouch"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("100")]
public int RowHeighteInPercentage
{
get
{
return ((int)(this["RowHeighteInPercentage"]));
}
set
{
this["RowHeighteInPercentage"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("true")]
public bool RoundCorners
{
get
{
return ((bool)(this["RoundCorners"]));
}
set
{
this["RoundCorners"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("400")]
public int MaximumMenuWidth
{
get
{
return ((int)(this["MaximumMenuWidth"]));
}
set
{
this["MaximumMenuWidth"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("600")]
public int MaximumMenuHeight
{
get
{
return ((int)(this["MaximumMenuHeight"]));
}
set
{
this["MaximumMenuHeight"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool AppearAtMouseLocation
{
get
{
return ((bool)(this["AppearAtMouseLocation"]));
}
set
{
this["AppearAtMouseLocation"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool UseCustomLocation
{
get
{
return ((bool)(this["UseCustomLocation"]));
}
set
{
this["UseCustomLocation"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("600")]
public int CustomLocationX
{
get
{
return ((int)(this["CustomLocationX"]));
}
set
{
this["CustomLocationX"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("600")]
public int CustomLocationY
{
get
{
return ((int)(this["CustomLocationY"]));
}
set
{
this["CustomLocationY"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("true")]
public bool StaysOpenWhenItemClicked
{
get
{
return ((bool)(this["StaysOpenWhenItemClicked"]));
}
set
{
this["StaysOpenWhenItemClicked"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("true")]
public bool StaysOpenWhenFocusLost
{
get
{
return ((bool)(this["StaysOpenWhenFocusLost"]));
}
set
{
this["StaysOpenWhenFocusLost"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("400")]
public int TimeUntilCloses
{
get
{
return ((int)(this["TimeUntilCloses"]));
}
set
{
this["TimeUntilCloses"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("100")]
public int TimeUntilOpens
{
get
{
return ((int)(this["TimeUntilOpens"]));
}
set
{
this["TimeUntilOpens"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("true")]
public bool StaysOpenWhenFocusLostAfterEnterPressed
{
get
{
return ((bool)(this["StaysOpenWhenFocusLostAfterEnterPressed"]));
}
set
{
this["StaysOpenWhenFocusLostAfterEnterPressed"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("200")]
public int TimeUntilClosesAfterEnterPressed
{
get
{
return ((int)(this["TimeUntilClosesAfterEnterPressed"]));
}
set
{
this["TimeUntilClosesAfterEnterPressed"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("#CCE8FF")]
public string ColorSelectedItem
{
get
{
return ((string)(this["ColorSelectedItem"]));
}
set
{
this["ColorSelectedItem"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("#333333")]
public string ColorDarkModeSelecetedItem
{
get
{
return ((string)(this["ColorDarkModeSelecetedItem"]));
}
set
{
this["ColorDarkModeSelecetedItem"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("#99D1FF")]
public string ColorSelectedItemBorder
{
get
{
return ((string)(this["ColorSelectedItemBorder"]));
}
set
{
this["ColorSelectedItemBorder"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("#141D4B")]
public string ColorDarkModeSelectedItemBorder
{
get
{
return ((string)(this["ColorDarkModeSelectedItemBorder"]));
}
set
{
this["ColorDarkModeSelectedItemBorder"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("#C2F5DE")]
public string ColorOpenFolder
{
get
{
return ((string)(this["ColorOpenFolder"]));
}
set
{
this["ColorOpenFolder"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("#14412A")]
public string ColorDarkModeOpenFolder
{
get
{
return ((string)(this["ColorDarkModeOpenFolder"]));
}
set
{
this["ColorDarkModeOpenFolder"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("#99FFA5")]
public string ColorOpenFolderBorder
{
get
{
return ((string)(this["ColorOpenFolderBorder"]));
}
set
{
this["ColorOpenFolderBorder"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("#144B55")]
public string ColorDarkModeOpenFolderBorder
{
get
{
return ((string)(this["ColorDarkModeOpenFolderBorder"]));
}
set
{
this["ColorDarkModeOpenFolderBorder"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("#ffffff")]
public string ColorSearchField
{
get
{
return ((string)(this["ColorSearchField"]));
}
set
{
this["ColorSearchField"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("#191919")]
public string ColorDarkModeSearchField
{
get
{
return ((string)(this["ColorDarkModeSearchField"]));
}
set
{
this["ColorDarkModeSearchField"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("#ffffff")]
public string ColorBackground
{
get
{
return ((string)(this["ColorBackground"]));
}
set
{
this["ColorBackground"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("#202020")]
public string ColorDarkModeBackground
{
get
{
return ((string)(this["ColorDarkModeBackground"]));
}
set
{
this["ColorDarkModeBackground"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("#000000")]
public string ColorBackgroundBorder
{
get
{
return ((string)(this["ColorBackgroundBorder"]));
}
set
{
this["ColorBackgroundBorder"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("#000000")]
public string ColorDarkModeBackgroundBorder
{
get
{
return ((string)(this["ColorDarkModeBackgroundBorder"]));
}
set
{
this["ColorDarkModeBackgroundBorder"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("#606060")]
public string ColorArrow
{
get
{
return ((string)(this["ColorArrow"]));
}
set
{
this["ColorArrow"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("#dadada")]
public string ColorArrowHoverBackground
{
get
{
return ((string)(this["ColorArrowHoverBackground"]));
}
set
{
this["ColorArrowHoverBackground"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("#000000")]
public string ColorArrowHover
{
get
{
return ((string)(this["ColorArrowHover"]));
}
set
{
this["ColorArrowHover"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("#ffffff")]
public string ColorArrowClick
{
get
{
return ((string)(this["ColorArrowClick"]));
}
set
{
this["ColorArrowClick"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("#606060")]
public string ColorArrowClickBackground
{
get
{
return ((string)(this["ColorArrowClickBackground"]));
}
set
{
this["ColorArrowClickBackground"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("#c0c0c0")]
public string ColorSliderArrowsAndTrackHover
{
get
{
return ((string)(this["ColorSliderArrowsAndTrackHover"]));
}
set
{
this["ColorSliderArrowsAndTrackHover"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("#cdcdcd")]
public string ColorSlider
{
get
{
return ((string)(this["ColorSlider"]));
}
set
{
this["ColorSlider"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("#a6a6a6")]
public string ColorSliderHover
{
get
{
return ((string)(this["ColorSliderHover"]));
}
set
{
this["ColorSliderHover"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("#606060")]
public string ColorSliderDragging
{
get
{
return ((string)(this["ColorSliderDragging"]));
}
set
{
this["ColorSliderDragging"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("#f0f0f0")]
public string ColorScrollbarBackground
{
get
{
return ((string)(this["ColorScrollbarBackground"]));
}
set
{
this["ColorScrollbarBackground"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("#676767")]
public string ColorArrowDarkMode
{
get
{
return ((string)(this["ColorArrowDarkMode"]));
}
set
{
this["ColorArrowDarkMode"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("#373737")]
public string ColorArrowHoverBackgroundDarkMode
{
get
{
return ((string)(this["ColorArrowHoverBackgroundDarkMode"]));
}
set
{
this["ColorArrowHoverBackgroundDarkMode"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("#676767")]
public string ColorArrowHoverDarkMode
{
get
{
return ((string)(this["ColorArrowHoverDarkMode"]));
}
set
{
this["ColorArrowHoverDarkMode"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("#171717")]
public string ColorArrowClickDarkMode
{
get
{
return ((string)(this["ColorArrowClickDarkMode"]));
}
set
{
this["ColorArrowClickDarkMode"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("#a6a6a6")]
public string ColorArrowClickBackgroundDarkMode
{
get
{
return ((string)(this["ColorArrowClickBackgroundDarkMode"]));
}
set
{
this["ColorArrowClickBackgroundDarkMode"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("#4d4d4d")]
public string ColorSliderArrowsAndTrackHoverDarkMode
{
get
{
return ((string)(this["ColorSliderArrowsAndTrackHoverDarkMode"]));
}
set
{
this["ColorSliderArrowsAndTrackHoverDarkMode"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("#4d4d4d")]
public string ColorSliderDarkMode
{
get
{
return ((string)(this["ColorSliderDarkMode"]));
}
set
{
this["ColorSliderDarkMode"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("#7a7a7a")]
public string ColorSliderHoverDarkMode
{
get
{
return ((string)(this["ColorSliderHoverDarkMode"]));
}
set
{
this["ColorSliderHoverDarkMode"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("#a6a6a6")]
public string ColorSliderDraggingDarkMode
{
get
{
return ((string)(this["ColorSliderDraggingDarkMode"]));
}
set
{
this["ColorSliderDraggingDarkMode"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("#171717")]
public string ColorScrollbarBackgroundDarkMode
{
get
{
return ((string)(this["ColorScrollbarBackgroundDarkMode"]));
}
set
{
this["ColorScrollbarBackgroundDarkMode"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool UseIconFromRootFolder
{
get
{
return ((bool)(this["UseIconFromRootFolder"]));
}
set
{
this["UseIconFromRootFolder"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("#95a0a6")]
public string ColorIcons
{
get
{
return ((string)(this["ColorIcons"]));
}
set
{
this["ColorIcons"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("#95a0a6")]
public string ColorDarkModeIcons
{
get
{
return ((string)(this["ColorDarkModeIcons"]));
}
set
{
this["ColorDarkModeIcons"] = value;
}
}
}
}