From 70a88b5638fee2a478c0ece94ba964f8784f1ad1 Mon Sep 17 00:00:00 2001 From: Rich Date: Fri, 8 Jan 2010 14:34:59 +0000 Subject: [PATCH] Added feature to save search criteria into settings --- .../Properties/Settings.Designer.cs | 24 ++++++++++++++++++- .../Properties/Settings.settings | 6 +++++ 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/PROMS/Volian.Controls.Library/Properties/Settings.Designer.cs b/PROMS/Volian.Controls.Library/Properties/Settings.Designer.cs index 62752c81..5d0d8b40 100644 --- a/PROMS/Volian.Controls.Library/Properties/Settings.Designer.cs +++ b/PROMS/Volian.Controls.Library/Properties/Settings.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:2.0.50727.3074 +// Runtime Version:2.0.50727.4200 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -33,5 +33,27 @@ namespace Volian.Controls.Library.Properties { this["BookMarks"] = value; } } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + public global::System.Collections.Specialized.StringCollection SearchList { + get { + return ((global::System.Collections.Specialized.StringCollection)(this["SearchList"])); + } + set { + this["SearchList"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + public global::System.Collections.Specialized.StringCollection SearchAList { + get { + return ((global::System.Collections.Specialized.StringCollection)(this["SearchAList"])); + } + set { + this["SearchAList"] = value; + } + } } } diff --git a/PROMS/Volian.Controls.Library/Properties/Settings.settings b/PROMS/Volian.Controls.Library/Properties/Settings.settings index 831fc7c6..6f19f797 100644 --- a/PROMS/Volian.Controls.Library/Properties/Settings.settings +++ b/PROMS/Volian.Controls.Library/Properties/Settings.settings @@ -5,5 +5,11 @@ + + + + + + \ No newline at end of file