From 0465438b863c101f234e3eeb7726499df79117fd Mon Sep 17 00:00:00 2001 From: John Date: Tue, 2 Feb 2010 19:46:11 +0000 Subject: [PATCH] Save user's Find and Replace list --- .../Properties/Settings.Designer.cs | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/PROMS/Volian.Controls.Library/Properties/Settings.Designer.cs b/PROMS/Volian.Controls.Library/Properties/Settings.Designer.cs index 5d0d8b40..83b11684 100644 --- a/PROMS/Volian.Controls.Library/Properties/Settings.Designer.cs +++ b/PROMS/Volian.Controls.Library/Properties/Settings.Designer.cs @@ -55,5 +55,27 @@ namespace Volian.Controls.Library.Properties { this["SearchAList"] = value; } } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + public global::System.Collections.Specialized.StringCollection FindTextList { + get { + return ((global::System.Collections.Specialized.StringCollection)(this["FindTextList"])); + } + set { + this["FindTextList"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + public global::System.Collections.Specialized.StringCollection ReplaceTextList { + get { + return ((global::System.Collections.Specialized.StringCollection)(this["ReplaceTextList"])); + } + set { + this["ReplaceTextList"] = value; + } + } } }