From 9a6883781a81f0ed0179f2e1dd412db1b4c5f945 Mon Sep 17 00:00:00 2001 From: John Date: Fri, 27 May 2011 17:15:47 +0000 Subject: [PATCH] added "QATItems" to save user settings --- .../Properties/Settings.Designer.cs | 14 +++++++++++++- .../Properties/Settings.settings | 5 ++++- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/PROMS/VEPROMS User Interface/Properties/Settings.Designer.cs b/PROMS/VEPROMS User Interface/Properties/Settings.Designer.cs index a9e026a3..bd5a097a 100644 --- a/PROMS/VEPROMS User Interface/Properties/Settings.Designer.cs +++ b/PROMS/VEPROMS User Interface/Properties/Settings.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:2.0.50727.4206 +// Runtime Version:2.0.50727.4211 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -231,5 +231,17 @@ namespace VEPROMS.Properties { this["SaveTreeviewExpanded"] = value; } } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("")] + public string QATItems { + get { + return ((string)(this["QATItems"])); + } + set { + this["QATItems"] = value; + } + } } } diff --git a/PROMS/VEPROMS User Interface/Properties/Settings.settings b/PROMS/VEPROMS User Interface/Properties/Settings.settings index cf6cce4d..9609026a 100644 --- a/PROMS/VEPROMS User Interface/Properties/Settings.settings +++ b/PROMS/VEPROMS User Interface/Properties/Settings.settings @@ -56,5 +56,8 @@ True + + + - + \ No newline at end of file