From 2c80cc2758a4acc5dcb09dfdc4a5cac468f8745d Mon Sep 17 00:00:00 2001 From: Kathy Date: Tue, 18 Aug 2009 14:09:58 +0000 Subject: [PATCH] --- .../Properties/Settings.Designer.cs | 37 +++++++++++++++++++ .../Properties/Settings.settings | 9 +++++ 2 files changed, 46 insertions(+) create mode 100644 PROMS/Volian.Controls.Library/Properties/Settings.Designer.cs create mode 100644 PROMS/Volian.Controls.Library/Properties/Settings.settings diff --git a/PROMS/Volian.Controls.Library/Properties/Settings.Designer.cs b/PROMS/Volian.Controls.Library/Properties/Settings.Designer.cs new file mode 100644 index 00000000..62752c81 --- /dev/null +++ b/PROMS/Volian.Controls.Library/Properties/Settings.Designer.cs @@ -0,0 +1,37 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.50727.3074 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace Volian.Controls.Library.Properties { + + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "8.0.0.0")] + internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { + + private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); + + public static Settings Default { + get { + return defaultInstance; + } + } + + [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/Volian.Controls.Library/Properties/Settings.settings b/PROMS/Volian.Controls.Library/Properties/Settings.settings new file mode 100644 index 00000000..831fc7c6 --- /dev/null +++ b/PROMS/Volian.Controls.Library/Properties/Settings.settings @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file