diff --git a/Crypto Notepad/App.config b/Crypto Notepad/App.config index e34ddfc..7e2aa06 100644 --- a/Crypto Notepad/App.config +++ b/Crypto Notepad/App.config @@ -12,7 +12,7 @@ - + Black @@ -36,7 +36,7 @@ 1000 - + True @@ -54,7 +54,7 @@ Normal - + False @@ -69,7 +69,7 @@ 240, 240, 240 - + 164, 164, 164 @@ -105,7 +105,7 @@ Microsoft Sans Serif, 10pt - + True @@ -120,7 +120,7 @@ False - + Black @@ -129,7 +129,7 @@ LMB Click - + True diff --git a/Crypto Notepad/Properties/Settings.Designer.cs b/Crypto Notepad/Properties/Settings.Designer.cs index f68811c..683b15b 100644 --- a/Crypto Notepad/Properties/Settings.Designer.cs +++ b/Crypto Notepad/Properties/Settings.Designer.cs @@ -1,4 +1,4 @@ -//------------------------------------------------------------------------------ +//------------------------------------------------------------------------------ // // Этот код создан программой. // Исполняемая версия:4.0.30319.42000 @@ -27,12 +27,12 @@ public static Settings Default { [global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("Black")] - public global::System.Drawing.Color editroFontColor { + public global::System.Drawing.Color editroForeColor { get { - return ((global::System.Drawing.Color)(this["editroFontColor"])); + return ((global::System.Drawing.Color)(this["editroForeColor"])); } set { - this["editroFontColor"] = value; + this["editroForeColor"] = value; } } @@ -131,12 +131,12 @@ public string PasswordIterations { [global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("True")] - public bool showToolbar { + public bool toolbarVisible { get { - return ((bool)(this["showToolbar"])); + return ((bool)(this["toolbarVisible"])); } set { - this["showToolbar"] = value; + this["toolbarVisible"] = value; } } @@ -209,12 +209,12 @@ public bool autoLock { [global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("False")] - public bool sendTo { + public bool explorerSendTo { get { - return ((bool)(this["sendTo"])); + return ((bool)(this["explorerSendTo"])); } set { - this["sendTo"] = value; + this["explorerSendTo"] = value; } } @@ -274,12 +274,12 @@ public string lnVisible { [global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("164, 164, 164")] - public global::System.Drawing.Color lnFontColor { + public global::System.Drawing.Color lnForeColor { get { - return ((global::System.Drawing.Color)(this["lnFontColor"])); + return ((global::System.Drawing.Color)(this["lnForeColor"])); } set { - this["lnFontColor"] = value; + this["lnForeColor"] = value; } } @@ -431,12 +431,12 @@ public bool editorRightToLeft { [global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("True")] - public bool statusPanel { + public bool statusPanelVisible { get { - return ((bool)(this["statusPanel"])); + return ((bool)(this["statusPanelVisible"])); } set { - this["statusPanel"] = value; + this["statusPanelVisible"] = value; } } @@ -496,12 +496,12 @@ public bool toolbarBorder { [global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("Black")] - public global::System.Drawing.Color searchPanelFontColor { + public global::System.Drawing.Color searchPanelForeColor { get { - return ((global::System.Drawing.Color)(this["searchPanelFontColor"])); + return ((global::System.Drawing.Color)(this["searchPanelForeColor"])); } set { - this["searchPanelFontColor"] = value; + this["searchPanelForeColor"] = value; } } @@ -535,12 +535,12 @@ public string openLinks { [global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("True")] - public bool mainMenu { + public bool mainMenuVisible { get { - return ((bool)(this["mainMenu"])); + return ((bool)(this["mainMenuVisible"])); } set { - this["mainMenu"] = value; + this["mainMenuVisible"] = value; } } diff --git a/Crypto Notepad/Properties/Settings.settings b/Crypto Notepad/Properties/Settings.settings index 19be14c..60fe025 100644 --- a/Crypto Notepad/Properties/Settings.settings +++ b/Crypto Notepad/Properties/Settings.settings @@ -1,8 +1,8 @@ - + - + Black @@ -26,7 +26,7 @@ 1000 - + True @@ -44,7 +44,7 @@ Normal - + False @@ -59,7 +59,7 @@ 240, 240, 240 - + 164, 164, 164 @@ -95,7 +95,7 @@ Microsoft Sans Serif, 10pt - + True @@ -110,7 +110,7 @@ False - + Black @@ -119,7 +119,7 @@ LMB Click - + True