mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
480 lines
20 KiB
C#
480 lines
20 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// Этот код создан программой.
|
|
// Исполняемая версия:4.0.30319.42000
|
|
//
|
|
// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
|
|
// повторной генерации кода.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace Crypto_Notepad.Properties {
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.1.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(PortableSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Consolas")]
|
|
public string RichTextFont {
|
|
get {
|
|
return ((string)(this["RichTextFont"]));
|
|
}
|
|
set {
|
|
this["RichTextFont"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("228, 228, 228")]
|
|
public global::System.Drawing.Color RichForeColor {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["RichForeColor"]));
|
|
}
|
|
set {
|
|
this["RichForeColor"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("56, 56, 56")]
|
|
public global::System.Drawing.Color RichBackColor {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["RichBackColor"]));
|
|
}
|
|
set {
|
|
this["RichBackColor"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool MenuWrap {
|
|
get {
|
|
return ((bool)(this["MenuWrap"]));
|
|
}
|
|
set {
|
|
this["MenuWrap"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool RichWrap {
|
|
get {
|
|
return ((bool)(this["RichWrap"]));
|
|
}
|
|
set {
|
|
this["RichWrap"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("11")]
|
|
public int RichTextSize {
|
|
get {
|
|
return ((int)(this["RichTextSize"]));
|
|
}
|
|
set {
|
|
this["RichTextSize"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("172, 87, 11")]
|
|
public global::System.Drawing.Color HighlightsColor {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["HighlightsColor"]));
|
|
}
|
|
set {
|
|
this["HighlightsColor"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool AssociateCheck {
|
|
get {
|
|
return ((bool)(this["AssociateCheck"]));
|
|
}
|
|
set {
|
|
this["AssociateCheck"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("SHA1")]
|
|
public string HashAlgorithm {
|
|
get {
|
|
return ((string)(this["HashAlgorithm"]));
|
|
}
|
|
set {
|
|
this["HashAlgorithm"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("256")]
|
|
public int KeySize {
|
|
get {
|
|
return ((int)(this["KeySize"]));
|
|
}
|
|
set {
|
|
this["KeySize"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string TheSalt {
|
|
get {
|
|
return ((string)(this["TheSalt"]));
|
|
}
|
|
set {
|
|
this["TheSalt"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("1000")]
|
|
public int PasswordIterations {
|
|
get {
|
|
return ((int)(this["PasswordIterations"]));
|
|
}
|
|
set {
|
|
this["PasswordIterations"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool FirstLaunch {
|
|
get {
|
|
return ((bool)(this["FirstLaunch"]));
|
|
}
|
|
set {
|
|
this["FirstLaunch"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool WarningMsg {
|
|
get {
|
|
return ((bool)(this["WarningMsg"]));
|
|
}
|
|
set {
|
|
this["WarningMsg"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool ShowToolbar {
|
|
get {
|
|
return ((bool)(this["ShowToolbar"]));
|
|
}
|
|
set {
|
|
this["ShowToolbar"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool AutoCheckUpdate {
|
|
get {
|
|
return ((bool)(this["AutoCheckUpdate"]));
|
|
}
|
|
set {
|
|
this["AutoCheckUpdate"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool AutoLock {
|
|
get {
|
|
return ((bool)(this["AutoLock"]));
|
|
}
|
|
set {
|
|
this["AutoLock"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
public global::System.Drawing.Point WindowLocation {
|
|
get {
|
|
return ((global::System.Drawing.Point)(this["WindowLocation"]));
|
|
}
|
|
set {
|
|
this["WindowLocation"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("645, 460")]
|
|
public global::System.Drawing.Size WindowSize {
|
|
get {
|
|
return ((global::System.Drawing.Size)(this["WindowSize"]));
|
|
}
|
|
set {
|
|
this["WindowSize"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Normal")]
|
|
public global::System.Windows.Forms.FormWindowState WindowState {
|
|
get {
|
|
return ((global::System.Windows.Forms.FormWindowState)(this["WindowState"]));
|
|
}
|
|
set {
|
|
this["WindowState"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool AutoSave {
|
|
get {
|
|
return ((bool)(this["AutoSave"]));
|
|
}
|
|
set {
|
|
this["AutoSave"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool SendTo {
|
|
get {
|
|
return ((bool)(this["SendTo"]));
|
|
}
|
|
set {
|
|
this["SendTo"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool MenuIntegrate {
|
|
get {
|
|
return ((bool)(this["MenuIntegrate"]));
|
|
}
|
|
set {
|
|
this["MenuIntegrate"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool MenuIcons {
|
|
get {
|
|
return ((bool)(this["MenuIcons"]));
|
|
}
|
|
set {
|
|
this["MenuIcons"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool ColoredToolbar {
|
|
get {
|
|
return ((bool)(this["ColoredToolbar"]));
|
|
}
|
|
set {
|
|
this["ColoredToolbar"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public string LNVisible {
|
|
get {
|
|
return ((string)(this["LNVisible"]));
|
|
}
|
|
set {
|
|
this["LNVisible"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("53, 53, 53")]
|
|
public global::System.Drawing.Color LNBackgroundColor {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["LNBackgroundColor"]));
|
|
}
|
|
set {
|
|
this["LNBackgroundColor"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("164, 164, 164")]
|
|
public global::System.Drawing.Color LNFontColorPanel {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["LNFontColorPanel"]));
|
|
}
|
|
set {
|
|
this["LNFontColorPanel"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public string BLShow {
|
|
get {
|
|
return ((string)(this["BLShow"]));
|
|
}
|
|
set {
|
|
this["BLShow"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("164, 164, 164")]
|
|
public global::System.Drawing.Color BLColor {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["BLColor"]));
|
|
}
|
|
set {
|
|
this["BLColor"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Solid")]
|
|
public global::System.Drawing.Drawing2D.DashStyle BLStyle {
|
|
get {
|
|
return ((global::System.Drawing.Drawing2D.DashStyle)(this["BLStyle"]));
|
|
}
|
|
set {
|
|
this["BLStyle"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public string GLShow {
|
|
get {
|
|
return ((string)(this["GLShow"]));
|
|
}
|
|
set {
|
|
this["GLShow"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("164, 164, 164")]
|
|
public global::System.Drawing.Color GLColor {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["GLColor"]));
|
|
}
|
|
set {
|
|
this["GLColor"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Solid")]
|
|
public global::System.Drawing.Drawing2D.DashStyle GLStyle {
|
|
get {
|
|
return ((global::System.Drawing.Drawing2D.DashStyle)(this["GLStyle"]));
|
|
}
|
|
set {
|
|
this["GLStyle"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Enable")]
|
|
public string InserKey {
|
|
get {
|
|
return ((string)(this["InserKey"]));
|
|
}
|
|
set {
|
|
this["InserKey"] = value;
|
|
}
|
|
}
|
|
}
|
|
}
|