From 1f9506efe2c078c995c9bb93f4e76b189f79e103 Mon Sep 17 00:00:00 2001 From: Sigmanor Date: Sun, 10 Jan 2016 14:37:54 +0200 Subject: [PATCH] Auto generated code --- Crypto Notepad/Properties/Settings.Designer.cs | 17 +++++++++++++++-- Crypto Notepad/Properties/Settings.settings | 9 ++++++--- 2 files changed, 21 insertions(+), 5 deletions(-) diff --git a/Crypto Notepad/Properties/Settings.Designer.cs b/Crypto Notepad/Properties/Settings.Designer.cs index 9940210..81a0654 100644 --- a/Crypto Notepad/Properties/Settings.Designer.cs +++ b/Crypto Notepad/Properties/Settings.Designer.cs @@ -78,7 +78,7 @@ public string RichTextFont { [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("687")] + [global::System.Configuration.DefaultSettingValueAttribute("690")] public int FormWidth { get { return ((int)(this["FormWidth"])); @@ -91,7 +91,7 @@ public int FormWidth { [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("428")] + [global::System.Configuration.DefaultSettingValueAttribute("430")] public int FormHeight { get { return ((int)(this["FormHeight"])); @@ -243,5 +243,18 @@ public bool FirstLaunch { this["FirstLaunch"] = value; } } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("False")] + public bool WarningMsg { + get { + return ((bool)(this["WarningMsg"])); + } + set { + this["WarningMsg"] = value; + } + } } } diff --git a/Crypto Notepad/Properties/Settings.settings b/Crypto Notepad/Properties/Settings.settings index 83c5df7..ad3533f 100644 --- a/Crypto Notepad/Properties/Settings.settings +++ b/Crypto Notepad/Properties/Settings.settings @@ -1,5 +1,5 @@  - + @@ -15,10 +15,10 @@ 228, 228, 228 - 687 + 690 - 428 + 430 56, 56, 56 @@ -53,5 +53,8 @@ False + + False + \ No newline at end of file