diff --git a/PROMS/DataLoader/Properties/Settings.Designer.cs b/PROMS/DataLoader/Properties/Settings.Designer.cs index a2c7d5cc..83c962f1 100644 --- a/PROMS/DataLoader/Properties/Settings.Designer.cs +++ b/PROMS/DataLoader/Properties/Settings.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:2.0.50727.4223 +// Runtime Version:2.0.50727.4247 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -346,5 +346,65 @@ namespace DataLoader.Properties { this["ProcessOnlyInLocation"] = value; } } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("0")] + public int WhatROsToConvert { + get { + return ((int)(this["WhatROsToConvert"])); + } + set { + this["WhatROsToConvert"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("-1")] + public int SelectedROFst { + get { + return ((int)(this["SelectedROFst"])); + } + set { + this["SelectedROFst"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("False")] + public bool AnnotateWhenConvertingToText { + get { + return ((bool)(this["AnnotateWhenConvertingToText"])); + } + set { + this["AnnotateWhenConvertingToText"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("False")] + public bool AnnotateWhenShowingMissingRO { + get { + return ((bool)(this["AnnotateWhenShowingMissingRO"])); + } + set { + this["AnnotateWhenShowingMissingRO"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("False")] + public bool AnnotateWhenShowingDifferentRO { + get { + return ((bool)(this["AnnotateWhenShowingDifferentRO"])); + } + set { + this["AnnotateWhenShowingDifferentRO"] = value; + } + } } } diff --git a/PROMS/DataLoader/Properties/Settings.settings b/PROMS/DataLoader/Properties/Settings.settings index b831c51d..6ba45eee 100644 --- a/PROMS/DataLoader/Properties/Settings.settings +++ b/PROMS/DataLoader/Properties/Settings.settings @@ -83,5 +83,20 @@ + + 0 + + + -1 + + + False + + + False + + + False + \ No newline at end of file