Crypto-Notepad/Crypto Notepad/Properties/Settings.Designer.cs

548 lines
23 KiB
C#
Raw Normal View History

2019-08-21 09:23:51 +00:00
//------------------------------------------------------------------------------
2016-01-06 14:47:38 +00:00
// <auto-generated>
// Этот код создан программой.
// Исполняемая версия:4.0.30319.42000
//
// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
// повторной генерации кода.
// </auto-generated>
//------------------------------------------------------------------------------
2016-01-09 20:46:25 +00:00
namespace Crypto_Notepad.Properties {
2016-01-06 14:47:38 +00:00
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.1.0.0")]
2016-01-06 14:47:38 +00: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.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
2019-09-28 19:27:05 +00:00
[global::System.Configuration.DefaultSettingValueAttribute("Black")]
public global::System.Drawing.Color editroFontColor {
2016-01-06 14:47:38 +00:00
get {
2019-09-28 19:27:05 +00:00
return ((global::System.Drawing.Color)(this["editroFontColor"]));
2016-01-06 14:47:38 +00:00
}
set {
2019-09-28 19:27:05 +00:00
this["editroFontColor"] = value;
2016-01-06 14:47:38 +00:00
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
2019-09-28 19:27:05 +00:00
[global::System.Configuration.DefaultSettingValueAttribute("White")]
public global::System.Drawing.Color editorBackColor {
2016-01-06 14:47:38 +00:00
get {
2019-09-28 19:27:05 +00:00
return ((global::System.Drawing.Color)(this["editorBackColor"]));
2016-01-06 14:47:38 +00:00
}
set {
2019-09-28 19:27:05 +00:00
this["editorBackColor"] = value;
2016-01-06 14:47:38 +00:00
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
2019-09-28 19:27:05 +00:00
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool menuWrap {
2016-01-06 14:47:38 +00:00
get {
2019-09-28 19:27:05 +00:00
return ((bool)(this["menuWrap"]));
2016-01-06 14:47:38 +00:00
}
set {
2019-09-28 19:27:05 +00:00
this["menuWrap"] = value;
2016-01-06 14:47:38 +00:00
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
2019-09-28 19:27:05 +00:00
public bool editorWrap {
2016-01-06 14:47:38 +00:00
get {
2019-09-28 19:27:05 +00:00
return ((bool)(this["editorWrap"]));
2016-01-06 14:47:38 +00:00
}
set {
2019-09-28 19:27:05 +00:00
this["editorWrap"] = value;
2016-01-06 14:47:38 +00:00
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
2019-09-28 19:27:05 +00:00
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool explorerAssociate {
2016-01-06 14:47:38 +00:00
get {
2019-09-28 19:27:05 +00:00
return ((bool)(this["explorerAssociate"]));
2016-01-06 14:47:38 +00:00
}
set {
2019-09-28 19:27:05 +00:00
this["explorerAssociate"] = value;
2016-01-06 14:47:38 +00:00
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
2019-09-28 19:27:05 +00:00
[global::System.Configuration.DefaultSettingValueAttribute("SHA1")]
public string HashAlgorithm {
2016-01-06 14:47:38 +00:00
get {
2019-09-28 19:27:05 +00:00
return ((string)(this["HashAlgorithm"]));
2016-01-06 14:47:38 +00:00
}
set {
2019-09-28 19:27:05 +00:00
this["HashAlgorithm"] = value;
2016-01-06 14:47:38 +00:00
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
2019-09-28 19:27:05 +00:00
[global::System.Configuration.DefaultSettingValueAttribute("256")]
public string KeySize {
2016-01-06 14:47:38 +00:00
get {
2019-09-28 19:27:05 +00:00
return ((string)(this["KeySize"]));
2016-01-06 14:47:38 +00:00
}
set {
2019-09-28 19:27:05 +00:00
this["KeySize"] = value;
2016-01-06 14:47:38 +00:00
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
2019-09-28 19:27:05 +00:00
[global::System.Configuration.DefaultSettingValueAttribute("1000")]
public string PasswordIterations {
2016-01-06 14:47:38 +00:00
get {
2019-09-28 19:27:05 +00:00
return ((string)(this["PasswordIterations"]));
2016-01-06 14:47:38 +00:00
}
set {
2019-09-28 19:27:05 +00:00
this["PasswordIterations"] = value;
2016-01-06 14:47:38 +00:00
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
2019-09-28 19:27:05 +00:00
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool showToolbar {
2016-01-06 14:47:38 +00:00
get {
2019-09-28 19:27:05 +00:00
return ((bool)(this["showToolbar"]));
2016-01-06 14:47:38 +00:00
}
set {
2019-09-28 19:27:05 +00:00
this["showToolbar"] = value;
2016-01-06 14:47:38 +00:00
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
2019-09-28 19:27:05 +00:00
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool autoCheckUpdate {
2016-01-06 14:47:38 +00:00
get {
2019-09-28 19:27:05 +00:00
return ((bool)(this["autoCheckUpdate"]));
2016-01-06 14:47:38 +00:00
}
set {
2019-09-28 19:27:05 +00:00
this["autoCheckUpdate"] = value;
2016-01-06 14:47:38 +00:00
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
2016-01-07 15:03:33 +00:00
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
2016-01-06 14:47:38 +00:00
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
2019-09-28 19:27:05 +00:00
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool autoLock {
2016-01-06 14:47:38 +00:00
get {
2019-09-28 19:27:05 +00:00
return ((bool)(this["autoLock"]));
2016-01-06 14:47:38 +00:00
}
set {
2019-09-28 19:27:05 +00:00
this["autoLock"] = value;
2016-01-06 14:47:38 +00:00
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
2016-01-07 15:03:33 +00:00
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
2016-01-06 14:47:38 +00:00
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
2019-09-28 19:27:05 +00:00
[global::System.Configuration.DefaultSettingValueAttribute("0, 0")]
public global::System.Drawing.Point windowLocation {
2016-01-06 14:47:38 +00:00
get {
2019-09-28 19:27:05 +00:00
return ((global::System.Drawing.Point)(this["windowLocation"]));
2016-01-06 14:47:38 +00:00
}
set {
2019-09-28 19:27:05 +00:00
this["windowLocation"] = value;
2016-01-06 14:47:38 +00:00
}
}
2016-01-10 12:37:54 +00:00
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
2019-09-28 19:27:05 +00:00
[global::System.Configuration.DefaultSettingValueAttribute("645, 460")]
public global::System.Drawing.Size windowSize {
2016-01-10 12:37:54 +00:00
get {
2019-09-28 19:27:05 +00:00
return ((global::System.Drawing.Size)(this["windowSize"]));
2016-01-10 12:37:54 +00:00
}
set {
2019-09-28 19:27:05 +00:00
this["windowSize"] = value;
2016-01-10 12:37:54 +00:00
}
}
2016-01-11 17:29:17 +00:00
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
2019-09-28 19:27:05 +00:00
[global::System.Configuration.DefaultSettingValueAttribute("Normal")]
public global::System.Windows.Forms.FormWindowState windowState {
2016-01-11 17:29:17 +00:00
get {
2019-09-28 19:27:05 +00:00
return ((global::System.Windows.Forms.FormWindowState)(this["windowState"]));
2016-01-11 17:29:17 +00:00
}
set {
2019-09-28 19:27:05 +00:00
this["windowState"] = value;
2016-01-11 17:29:17 +00:00
}
}
2016-01-15 16:19:12 +00:00
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
2016-01-15 16:19:12 +00:00
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
2019-09-28 19:27:05 +00:00
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool sendTo {
2016-01-15 16:19:12 +00:00
get {
2019-09-28 19:27:05 +00:00
return ((bool)(this["sendTo"]));
2016-01-15 16:19:12 +00:00
}
set {
2019-09-28 19:27:05 +00:00
this["sendTo"] = value;
2016-01-15 16:19:12 +00:00
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
2019-09-28 19:27:05 +00:00
public bool explorerIntegrate {
get {
2019-09-28 19:27:05 +00:00
return ((bool)(this["explorerIntegrate"]));
}
set {
2019-09-28 19:27:05 +00:00
this["explorerIntegrate"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
2019-09-28 19:27:05 +00:00
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool menuIcons {
get {
2019-09-28 19:27:05 +00:00
return ((bool)(this["menuIcons"]));
}
set {
2019-09-28 19:27:05 +00:00
this["menuIcons"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
2019-09-28 19:27:05 +00:00
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public string lnVisible {
get {
2019-09-28 19:27:05 +00:00
return ((string)(this["lnVisible"]));
}
set {
2019-09-28 19:27:05 +00:00
this["lnVisible"] = value;
}
}
2016-01-24 20:40:23 +00:00
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
2019-09-28 19:27:05 +00:00
[global::System.Configuration.DefaultSettingValueAttribute("240, 240, 240")]
public global::System.Drawing.Color lnBackColor {
2016-01-24 20:40:23 +00:00
get {
2019-09-28 19:27:05 +00:00
return ((global::System.Drawing.Color)(this["lnBackColor"]));
2016-01-24 20:40:23 +00:00
}
set {
2019-09-28 19:27:05 +00:00
this["lnBackColor"] = value;
2016-01-24 20:40:23 +00:00
}
}
2017-02-05 20:25:58 +00:00
[global::System.Configuration.UserScopedSettingAttribute()]
2018-12-09 14:23:37 +00:00
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
2017-02-05 20:25:58 +00:00
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
2019-09-28 19:27:05 +00:00
[global::System.Configuration.DefaultSettingValueAttribute("164, 164, 164")]
public global::System.Drawing.Color lnFontColor {
2017-02-05 20:25:58 +00:00
get {
2019-09-28 19:27:05 +00:00
return ((global::System.Drawing.Color)(this["lnFontColor"]));
2017-02-05 20:25:58 +00:00
}
set {
2019-09-28 19:27:05 +00:00
this["lnFontColor"] = value;
2017-02-05 20:25:58 +00:00
}
}
2018-12-09 14:23:37 +00:00
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
2019-09-28 19:27:05 +00:00
public string blShow {
2018-12-09 14:23:37 +00:00
get {
2019-09-28 19:27:05 +00:00
return ((string)(this["blShow"]));
2018-12-09 14:23:37 +00:00
}
set {
2019-09-28 19:27:05 +00:00
this["blShow"] = value;
2018-12-09 14:23:37 +00:00
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
2019-09-28 19:27:05 +00:00
[global::System.Configuration.DefaultSettingValueAttribute("164, 164, 164")]
public global::System.Drawing.Color blColor {
get {
2019-09-28 19:27:05 +00:00
return ((global::System.Drawing.Color)(this["blColor"]));
}
set {
2019-09-28 19:27:05 +00:00
this["blColor"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
2019-09-28 19:27:05 +00:00
[global::System.Configuration.DefaultSettingValueAttribute("Solid")]
public string blStyle {
get {
2019-09-28 19:27:05 +00:00
return ((string)(this["blStyle"]));
}
set {
2019-09-28 19:27:05 +00:00
this["blStyle"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
2019-09-28 19:27:05 +00:00
public string glShow {
get {
2019-09-28 19:27:05 +00:00
return ((string)(this["glShow"]));
}
set {
2019-09-28 19:27:05 +00:00
this["glShow"] = value;
}
}
2019-08-21 09:23:51 +00:00
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
2019-09-28 19:27:05 +00:00
[global::System.Configuration.DefaultSettingValueAttribute("164, 164, 164")]
public global::System.Drawing.Color glColor {
2019-08-21 09:23:51 +00:00
get {
2019-09-28 19:27:05 +00:00
return ((global::System.Drawing.Color)(this["glColor"]));
2019-08-21 09:23:51 +00:00
}
set {
2019-09-28 19:27:05 +00:00
this["glColor"] = value;
2019-08-21 09:23:51 +00:00
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
2019-09-28 19:27:05 +00:00
[global::System.Configuration.DefaultSettingValueAttribute("Solid")]
public string glStyle {
2019-08-21 09:23:51 +00:00
get {
2019-09-28 19:27:05 +00:00
return ((string)(this["glStyle"]));
2019-08-21 09:23:51 +00:00
}
set {
2019-09-28 19:27:05 +00:00
this["glStyle"] = value;
2019-08-21 09:23:51 +00:00
}
}
2019-08-21 09:09:05 +00:00
[global::System.Configuration.UserScopedSettingAttribute()]
2019-08-21 09:23:51 +00:00
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
2019-09-28 19:27:05 +00:00
[global::System.Configuration.DefaultSettingValueAttribute("Enable")]
public string insKey {
2019-08-21 09:23:51 +00:00
get {
2019-09-28 19:27:05 +00:00
return ((string)(this["insKey"]));
2019-08-21 09:23:51 +00:00
}
set {
2019-09-28 19:27:05 +00:00
this["insKey"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("16777215;16777215;16777215;16777215;16777215;16777215;16777215;16777215;16777215;" +
"16777215;16777215;16777215;16777215;16777215;16777215;16777215")]
public string customColor {
get {
return ((string)(this["customColor"]));
}
set {
this["customColor"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("5")]
public string editorPaddingLeft {
get {
return ((string)(this["editorPaddingLeft"]));
}
set {
this["editorPaddingLeft"] = value;
2019-08-21 09:23:51 +00:00
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
2019-09-28 19:27:05 +00:00
public bool editorRightToLeft {
2019-08-21 09:23:51 +00:00
get {
2019-09-28 19:27:05 +00:00
return ((bool)(this["editorRightToLeft"]));
2019-08-21 09:23:51 +00:00
}
set {
2019-09-28 19:27:05 +00:00
this["editorRightToLeft"] = value;
2019-08-21 09:23:51 +00:00
}
}
2019-08-21 09:09:05 +00:00
[global::System.Configuration.UserScopedSettingAttribute()]
2019-08-21 09:23:51 +00:00
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
2019-09-28 19:27:05 +00:00
[global::System.Configuration.DefaultSettingValueAttribute("Microsoft Sans Serif, 10pt")]
public global::System.Drawing.Font editorFont {
2019-08-21 09:23:51 +00:00
get {
2019-09-28 19:27:05 +00:00
return ((global::System.Drawing.Font)(this["editorFont"]));
2019-08-21 09:23:51 +00:00
}
set {
2019-09-28 19:27:05 +00:00
this["editorFont"] = value;
2019-08-21 09:23:51 +00:00
}
}
2019-08-21 09:09:05 +00:00
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
2019-08-21 09:23:51 +00:00
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
2019-09-28 19:27:05 +00:00
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool statusPanel {
get {
return ((bool)(this["statusPanel"]));
}
set {
this["statusPanel"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("240, 240, 240")]
public global::System.Drawing.Color statusPanelBackColor {
get {
return ((global::System.Drawing.Color)(this["statusPanelBackColor"]));
}
set {
this["statusPanelBackColor"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Black")]
public global::System.Drawing.Color statusPanelFontColor {
get {
return ((global::System.Drawing.Color)(this["statusPanelFontColor"]));
}
set {
this["statusPanelFontColor"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("240, 240, 240")]
public global::System.Drawing.Color toolbarBackColor {
2019-08-21 09:23:51 +00:00
get {
2019-09-28 19:27:05 +00:00
return ((global::System.Drawing.Color)(this["toolbarBackColor"]));
2019-08-21 09:23:51 +00:00
}
set {
2019-09-28 19:27:05 +00:00
this["toolbarBackColor"] = value;
2019-08-21 09:23:51 +00:00
}
}
2019-08-21 09:09:05 +00:00
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
2019-08-21 09:23:51 +00:00
[global::System.Configuration.DefaultSettingValueAttribute("False")]
2019-09-28 19:27:05 +00:00
public bool toolbarBorder {
2019-08-21 09:23:51 +00:00
get {
2019-09-28 19:27:05 +00:00
return ((bool)(this["toolbarBorder"]));
2019-08-21 09:23:51 +00:00
}
2019-08-21 09:09:05 +00:00
set {
2019-09-28 19:27:05 +00:00
this["toolbarBorder"] = value;
2019-08-21 09:23:51 +00:00
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
2019-08-21 09:09:05 +00:00
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
2019-09-28 19:27:05 +00:00
[global::System.Configuration.DefaultSettingValueAttribute("Black")]
public global::System.Drawing.Color searchPanelFontColor {
2019-08-21 09:23:51 +00:00
get {
2019-09-28 19:27:05 +00:00
return ((global::System.Drawing.Color)(this["searchPanelFontColor"]));
2019-08-21 09:23:51 +00:00
}
set {
2019-09-28 19:27:05 +00:00
this["searchPanelFontColor"] = value;
2019-08-21 09:23:51 +00:00
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
2019-08-21 09:09:05 +00:00
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
2019-09-28 19:27:05 +00:00
[global::System.Configuration.DefaultSettingValueAttribute("240, 240, 240")]
public global::System.Drawing.Color searchPanelBackColor {
2019-08-21 09:23:51 +00:00
get {
2019-09-28 19:27:05 +00:00
return ((global::System.Drawing.Color)(this["searchPanelBackColor"]));
2019-08-21 09:23:51 +00:00
}
set {
2019-09-28 19:27:05 +00:00
this["searchPanelBackColor"] = value;
2019-08-21 09:23:51 +00:00
}
}
2019-08-21 09:09:05 +00:00
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
2019-09-28 19:27:05 +00:00
[global::System.Configuration.DefaultSettingValueAttribute("LMB Click")]
public string openLinks {
2019-08-21 09:09:05 +00:00
get {
2019-09-28 19:27:05 +00:00
return ((string)(this["openLinks"]));
2019-08-21 09:09:05 +00:00
}
set {
2019-09-28 19:27:05 +00:00
this["openLinks"] = value;
2019-08-21 09:09:05 +00:00
}
}
2019-08-21 11:15:16 +00:00
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
2019-09-28 19:27:05 +00:00
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool mainMenu {
2019-08-21 11:15:16 +00:00
get {
2019-09-28 19:27:05 +00:00
return ((bool)(this["mainMenu"]));
2019-08-21 11:15:16 +00:00
}
set {
2019-09-28 19:27:05 +00:00
this["mainMenu"] = value;
2019-08-21 11:15:16 +00:00
}
}
2016-01-06 14:47:38 +00:00
}
}