Added HowMany setting Property to limit the number of procedures converted.
This commit is contained in:
parent
3da3cd999e
commit
2c21ce24dc
14
PROMS/DataLoader/Properties/Settings.Designer.cs
generated
14
PROMS/DataLoader/Properties/Settings.Designer.cs
generated
@ -1,7 +1,7 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -98,5 +98,8 @@
|
||||
<Setting Name="AnnotateWhenShowingDifferentRO" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">False</Value>
|
||||
</Setting>
|
||||
<Setting Name="HowMany" Type="System.Int32" Scope="User">
|
||||
<Value Profile="(Default)">0</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
Loading…
x
Reference in New Issue
Block a user