diff --git a/PROMS/DataLoader/Properties/Resources.Designer.cs b/PROMS/DataLoader/Properties/Resources.Designer.cs index d83fa092..bae8975a 100644 --- a/PROMS/DataLoader/Properties/Resources.Designer.cs +++ b/PROMS/DataLoader/Properties/Resources.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:2.0.50727.42 +// Runtime Version:2.0.50727.832 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. diff --git a/PROMS/DataLoader/Properties/Settings.Designer.cs b/PROMS/DataLoader/Properties/Settings.Designer.cs index 9802b8b8..2d2eb2e7 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.42 +// Runtime Version:2.0.50727.832 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -22,5 +22,62 @@ namespace DataLoader.Properties { return defaultInstance; } } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("")] + public string VeSamFilename { + get { + return ((string)(this["VeSamFilename"])); + } + set { + this["VeSamFilename"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("")] + public string DbfPathname { + get { + return ((string)(this["DbfPathname"])); + } + set { + this["DbfPathname"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + public global::System.Windows.Forms.CheckState LoadWordDoc { + get { + return ((global::System.Windows.Forms.CheckState)(this["LoadWordDoc"])); + } + set { + this["LoadWordDoc"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + public global::System.Windows.Forms.CheckState LoadRTFDoc { + get { + return ((global::System.Windows.Forms.CheckState)(this["LoadRTFDoc"])); + } + set { + this["LoadRTFDoc"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + public global::System.Windows.Forms.CheckState PurgeData { + get { + return ((global::System.Windows.Forms.CheckState)(this["PurgeData"])); + } + set { + this["PurgeData"] = value; + } + } } } diff --git a/PROMS/DataLoader/Properties/Settings.settings b/PROMS/DataLoader/Properties/Settings.settings index 39645652..11350d20 100644 --- a/PROMS/DataLoader/Properties/Settings.settings +++ b/PROMS/DataLoader/Properties/Settings.settings @@ -1,7 +1,21 @@  - - - - - - + + + + + + + + + + + + + + + + + + + + \ No newline at end of file