Logic to keep looking (inheritance) if a blank value is found
Dtermine font style from format xml Fixed a bug - AnnotationTypes in Annotation Search Add defaults for user configuration data
This commit is contained in:
3
PROMS/DataLoader/Properties/Settings.Designer.cs
generated
3
PROMS/DataLoader/Properties/Settings.Designer.cs
generated
@@ -49,6 +49,7 @@ namespace DataLoader.Properties {
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("Checked")]
|
||||
public global::System.Windows.Forms.CheckState LoadWordDoc {
|
||||
get {
|
||||
return ((global::System.Windows.Forms.CheckState)(this["LoadWordDoc"]));
|
||||
@@ -60,6 +61,7 @@ namespace DataLoader.Properties {
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("Unchecked")]
|
||||
public global::System.Windows.Forms.CheckState LoadRTFDoc {
|
||||
get {
|
||||
return ((global::System.Windows.Forms.CheckState)(this["LoadRTFDoc"]));
|
||||
@@ -71,6 +73,7 @@ namespace DataLoader.Properties {
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("Checked")]
|
||||
public global::System.Windows.Forms.CheckState PurgeData {
|
||||
get {
|
||||
return ((global::System.Windows.Forms.CheckState)(this["PurgeData"]));
|
||||
|
@@ -9,13 +9,13 @@
|
||||
<Value Profile="(Default)" />
|
||||
</Setting>
|
||||
<Setting Name="LoadWordDoc" Type="System.Windows.Forms.CheckState" Scope="User">
|
||||
<Value Profile="(Default)" />
|
||||
<Value Profile="(Default)">Checked</Value>
|
||||
</Setting>
|
||||
<Setting Name="LoadRTFDoc" Type="System.Windows.Forms.CheckState" Scope="User">
|
||||
<Value Profile="(Default)" />
|
||||
<Value Profile="(Default)">Unchecked</Value>
|
||||
</Setting>
|
||||
<Setting Name="PurgeData" Type="System.Windows.Forms.CheckState" Scope="User">
|
||||
<Value Profile="(Default)" />
|
||||
<Value Profile="(Default)">Checked</Value>
|
||||
</Setting>
|
||||
<Setting Name="VePromsFilename" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)" />
|
||||
|
Reference in New Issue
Block a user