From 3ec0e383c332717358b953f9f10f38aebd480661 Mon Sep 17 00:00:00 2001 From: Jsj Date: Wed, 5 Mar 2008 21:27:21 +0000 Subject: [PATCH] --- .../Properties/Settings.Designer.cs | 13 ++++++++++++- .../Properties/Settings.settings | 3 +++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/PROMS/VEPROMS User Interface/Properties/Settings.Designer.cs b/PROMS/VEPROMS User Interface/Properties/Settings.Designer.cs index e0f23034..8ed6b0a9 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.832 +// Runtime Version:2.0.50727.1433 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -136,5 +136,16 @@ namespace VEPROMS.Properties { this["TransitionRangeColor"] = value; } } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + public global::System.Collections.Specialized.StringCollection BookMarks { + get { + return ((global::System.Collections.Specialized.StringCollection)(this["BookMarks"])); + } + set { + this["BookMarks"] = value; + } + } } } diff --git a/PROMS/VEPROMS User Interface/Properties/Settings.settings b/PROMS/VEPROMS User Interface/Properties/Settings.settings index 102e57d0..32dcee2f 100644 --- a/PROMS/VEPROMS User Interface/Properties/Settings.settings +++ b/PROMS/VEPROMS User Interface/Properties/Settings.settings @@ -32,5 +32,8 @@ 192, 255, 255 + + + \ No newline at end of file