From 2c21ce24dc57ad8e731a43db794f852528d0a667 Mon Sep 17 00:00:00 2001 From: Rich Date: Mon, 8 Dec 2014 20:27:48 +0000 Subject: [PATCH] Added HowMany setting Property to limit the number of procedures converted. --- PROMS/DataLoader/Properties/Settings.Designer.cs | 14 +++++++++++++- PROMS/DataLoader/Properties/Settings.settings | 3 +++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/PROMS/DataLoader/Properties/Settings.Designer.cs b/PROMS/DataLoader/Properties/Settings.Designer.cs index 83c962f1..5897d349 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.4247 +// Runtime Version:2.0.50727.5485 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -406,5 +406,17 @@ namespace DataLoader.Properties { this["AnnotateWhenShowingDifferentRO"] = value; } } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("0")] + public int HowMany { + get { + return ((int)(this["HowMany"])); + } + set { + this["HowMany"] = value; + } + } } } diff --git a/PROMS/DataLoader/Properties/Settings.settings b/PROMS/DataLoader/Properties/Settings.settings index 6ba45eee..24ea2b23 100644 --- a/PROMS/DataLoader/Properties/Settings.settings +++ b/PROMS/DataLoader/Properties/Settings.settings @@ -98,5 +98,8 @@ False + + 0 + \ No newline at end of file