From 694c8877109920009b2cadcd6c371cfb268258e1 Mon Sep 17 00:00:00 2001 From: Rich Date: Sat, 12 Sep 2015 15:43:55 +0000 Subject: [PATCH] Support multiple edit Windows Support Sync of Enhanced Documents --- .../Properties/Settings.Designer.cs | 27 +++++++++++++++++-- .../Properties/Settings.settings | 6 +++++ 2 files changed, 31 insertions(+), 2 deletions(-) diff --git a/PROMS/VEPROMS User Interface/Properties/Settings.Designer.cs b/PROMS/VEPROMS User Interface/Properties/Settings.Designer.cs index 33cf36c0..6f95c7aa 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.4216 +// Runtime Version:4.0.30319.18444 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -12,7 +12,7 @@ namespace VEPROMS.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "8.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); @@ -351,5 +351,28 @@ namespace VEPROMS.Properties { this["PastePlainText"] = value; } } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + public global::System.Collections.Specialized.StringCollection VersionWindows { + get { + return ((global::System.Collections.Specialized.StringCollection)(this["VersionWindows"])); + } + set { + this["VersionWindows"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("True")] + public bool SyncEnhancedDocuments { + get { + return ((bool)(this["SyncEnhancedDocuments"])); + } + set { + this["SyncEnhancedDocuments"] = value; + } + } } } diff --git a/PROMS/VEPROMS User Interface/Properties/Settings.settings b/PROMS/VEPROMS User Interface/Properties/Settings.settings index 80900b2d..00cdceb6 100644 --- a/PROMS/VEPROMS User Interface/Properties/Settings.settings +++ b/PROMS/VEPROMS User Interface/Properties/Settings.settings @@ -86,5 +86,11 @@ False + + + + + True + \ No newline at end of file