From 4be86d8f9f19754dec11d7cc19c511ba8ea2f305 Mon Sep 17 00:00:00 2001 From: Daniel Schick Date: Wed, 12 Aug 2015 06:15:43 +0000 Subject: [PATCH] korrektzr --- nsw/HIS-NORD/Transmitter-Tool/client.bat.txt | 1 - .../Properties/Settings.Designer.cs | 86 +++++++++++++++++++ .../bsmd.hisnord/Properties/Settings.settings | 21 +++++ 3 files changed, 107 insertions(+), 1 deletion(-) delete mode 100644 nsw/HIS-NORD/Transmitter-Tool/client.bat.txt create mode 100644 nsw/Source/bsmd.hisnord/Properties/Settings.Designer.cs create mode 100644 nsw/Source/bsmd.hisnord/Properties/Settings.settings diff --git a/nsw/HIS-NORD/Transmitter-Tool/client.bat.txt b/nsw/HIS-NORD/Transmitter-Tool/client.bat.txt deleted file mode 100644 index f935586e..00000000 --- a/nsw/HIS-NORD/Transmitter-Tool/client.bat.txt +++ /dev/null @@ -1 +0,0 @@ -java -jar DD-ImportClient.jar -log=client.log -cfg=client.conf \ No newline at end of file diff --git a/nsw/Source/bsmd.hisnord/Properties/Settings.Designer.cs b/nsw/Source/bsmd.hisnord/Properties/Settings.Designer.cs new file mode 100644 index 00000000..2acf3c72 --- /dev/null +++ b/nsw/Source/bsmd.hisnord/Properties/Settings.Designer.cs @@ -0,0 +1,86 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.34209 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace bsmd.hisnord.Properties { + + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] + internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { + + private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); + + public static Settings Default { + get { + return defaultInstance; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("E:\\work\\bsmd\\nsw\\HIS-NORD\\Transmitter-Tool\\IMP")] + public string OutputDir { + get { + return ((string)(this["OutputDir"])); + } + set { + this["OutputDir"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("E:\\work\\bsmd\\nsw\\HIS-NORD\\Transmitter-Tool\\client.bat")] + public string Transmitter { + get { + return ((string)(this["Transmitter"])); + } + set { + this["Transmitter"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("5")] + public int BatchTimeoutMins { + get { + return ((int)(this["BatchTimeoutMins"])); + } + set { + this["BatchTimeoutMins"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("E:\\work\\bsmd\\nsw\\HIS-NORD\\Transmitter-Tool\\RESULTS")] + public string ResultDir { + get { + return ((string)(this["ResultDir"])); + } + set { + this["ResultDir"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("E:\\work\\bsmd\\nsw\\HIS-NORD\\Transmitter-Tool\\ANSWERS")] + public string AnswerDir { + get { + return ((string)(this["AnswerDir"])); + } + set { + this["AnswerDir"] = value; + } + } + } +} diff --git a/nsw/Source/bsmd.hisnord/Properties/Settings.settings b/nsw/Source/bsmd.hisnord/Properties/Settings.settings new file mode 100644 index 00000000..5ba5c68d --- /dev/null +++ b/nsw/Source/bsmd.hisnord/Properties/Settings.settings @@ -0,0 +1,21 @@ + + + + + + E:\work\bsmd\nsw\HIS-NORD\Transmitter-Tool\IMP + + + E:\work\bsmd\nsw\HIS-NORD\Transmitter-Tool\client.bat + + + 5 + + + E:\work\bsmd\nsw\HIS-NORD\Transmitter-Tool\RESULTS + + + E:\work\bsmd\nsw\HIS-NORD\Transmitter-Tool\ANSWERS + + + \ No newline at end of file