summaryrefslogtreecommitdiffstats
path: root/AccountValue/bin/Release
diff options
context:
space:
mode:
Diffstat (limited to 'AccountValue/bin/Release')
-rw-r--r--AccountValue/bin/Release/AccountValue.exebin0 -> 329216 bytes
-rw-r--r--AccountValue/bin/Release/AccountValue.pdbbin0 -> 58880 bytes
-rw-r--r--AccountValue/bin/Release/AccountValue.vshost.exebin0 -> 14328 bytes
-rw-r--r--AccountValue/bin/Release/ColorProgressBar.dllbin0 -> 24576 bytes
-rw-r--r--AccountValue/bin/Release/DEVICES.XML37
-rw-r--r--AccountValue/bin/Release/Interop.IWshRuntimeLibrary.dllbin0 -> 49152 bytes
-rw-r--r--AccountValue/bin/Release/Interop.SHDocVw.dllbin0 -> 139264 bytes
-rw-r--r--AccountValue/bin/Release/TL.XML.dllbin0 -> 16384 bytes
-rw-r--r--AccountValue/bin/Release/TL.XML.xml62
9 files changed, 99 insertions, 0 deletions
diff --git a/AccountValue/bin/Release/AccountValue.exe b/AccountValue/bin/Release/AccountValue.exe
new file mode 100644
index 0000000..9c76af7
--- /dev/null
+++ b/AccountValue/bin/Release/AccountValue.exe
Binary files differ
diff --git a/AccountValue/bin/Release/AccountValue.pdb b/AccountValue/bin/Release/AccountValue.pdb
new file mode 100644
index 0000000..0c665be
--- /dev/null
+++ b/AccountValue/bin/Release/AccountValue.pdb
Binary files differ
diff --git a/AccountValue/bin/Release/AccountValue.vshost.exe b/AccountValue/bin/Release/AccountValue.vshost.exe
new file mode 100644
index 0000000..69ed6c0
--- /dev/null
+++ b/AccountValue/bin/Release/AccountValue.vshost.exe
Binary files differ
diff --git a/AccountValue/bin/Release/ColorProgressBar.dll b/AccountValue/bin/Release/ColorProgressBar.dll
new file mode 100644
index 0000000..42e71f2
--- /dev/null
+++ b/AccountValue/bin/Release/ColorProgressBar.dll
Binary files differ
diff --git a/AccountValue/bin/Release/DEVICES.XML b/AccountValue/bin/Release/DEVICES.XML
new file mode 100644
index 0000000..4793b91
--- /dev/null
+++ b/AccountValue/bin/Release/DEVICES.XML
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<env>
+<RZ>
+ <printer param="4">
+ <printer1>
+ <path param="\\pub-ps01.public.ads.uni-freiburg.de"></path>
+ <name param="rzps1"></name>
+ </printer1>
+ <printer2>
+ <path param="\\pub-ps01.public.ads.uni-freiburg.de"></path>
+ <name param="rzps2"></name>
+ </printer2>
+ <printer3>
+ <path param="\\pub-ps01.public.ads.uni-freiburg.de"></path>
+ <name param="rzpooloce1"></name>
+ </printer3>
+ <printer4>
+ <path param="\\pub-ps01.public.ads.uni-freiburg.de"></path>
+ <name param="rzpooloce2"></name>
+ </printer4>
+ </printer>
+</RZ>
+<UB>
+ <printer param="2">
+ <printer1>
+ <path param="\\pub-ps01.public.ads.uni-freiburg.de"></path>
+ <name param="ubps1"></name>
+ </printer1>
+ <printer2>
+ <path param="\\pub-ps01.public.ads.uni-freiburg.de"></path>
+ <name param="ubps2"></name>
+ </printer2>
+ </printer>
+</UB>
+</env>
+
+
diff --git a/AccountValue/bin/Release/Interop.IWshRuntimeLibrary.dll b/AccountValue/bin/Release/Interop.IWshRuntimeLibrary.dll
new file mode 100644
index 0000000..1398633
--- /dev/null
+++ b/AccountValue/bin/Release/Interop.IWshRuntimeLibrary.dll
Binary files differ
diff --git a/AccountValue/bin/Release/Interop.SHDocVw.dll b/AccountValue/bin/Release/Interop.SHDocVw.dll
new file mode 100644
index 0000000..39f98d8
--- /dev/null
+++ b/AccountValue/bin/Release/Interop.SHDocVw.dll
Binary files differ
diff --git a/AccountValue/bin/Release/TL.XML.dll b/AccountValue/bin/Release/TL.XML.dll
new file mode 100644
index 0000000..89b79ec
--- /dev/null
+++ b/AccountValue/bin/Release/TL.XML.dll
Binary files differ
diff --git a/AccountValue/bin/Release/TL.XML.xml b/AccountValue/bin/Release/TL.XML.xml
new file mode 100644
index 0000000..76df1a7
--- /dev/null
+++ b/AccountValue/bin/Release/TL.XML.xml
@@ -0,0 +1,62 @@
+ <?xml version="1.0" ?>
+<doc>
+<assembly>
+ <name>TL.XML</name>
+ </assembly>
+<members>
+<member name="T:TL.XML.tlxml">
+ <summary>TL.XML MainClass</summary>
+ </member>
+<member name="M:TL.XML.tlxml.#ctor">
+ <summary>Constructor</summary>
+ </member>
+<member name="M:TL.XML.tlxml.loadFile(System.String)">
+ <summary>Loads a XML File</summary>
+ <param name="filename">The File to load</param>
+ </member>
+<member name="M:TL.XML.tlxml.loadString(System.String)">
+ <summary>Loads a string of XML File</summary>
+ <param name="strxml">The XML to load</param>
+ </member>
+<member name="M:TL.XML.tlxml.saveDocument(System.String)">
+ <summary>Saves the XML document</summary>
+ <param name="filename">The File name to save as</param>
+ </member>
+<member name="M:TL.XML.tlxml.setAttribute(System.String,System.String,System.String)">
+ <summary>Creates or sets the value of an attribute</summary>
+ <param name="xpath">The XPath to the node containing the attribute</param>
+ <param name="name">The name of the attribute</param>
+ <param name="val">The value of the attribute</param>
+ </member>
+<member name="M:TL.XML.tlxml.getAttribute(System.String,System.String)">
+ <summary>Returns the value of a specified attribute</summary>
+ <param name="xpath">The path to the node</param>
+ <param name="name">The name of the attribute</param>
+ <returns>The value of an attribute</returns>
+ </member>
+<member name="M:TL.XML.tlxml.setNodeText(System.String,System.String)">
+ <summary>Sets the text of a node</summary>
+ <param name="xpath">The path to the node</param>
+ <param name="text">The new text for the node</param>
+ </member>
+<member name="M:TL.XML.tlxml.getNodeText(System.String)">
+ <summary>Returns the text of a node</summary>
+ <param name="xpath">The path to the node</param>
+ <returns>The text in the node</returns>
+ </member>
+<member name="M:TL.XML.tlxml.setNodeXml(System.String,System.String)">
+ <summary>Sets the XML Data of a node</summary>
+ <param name="xpath">The path to the node</param>
+ <param name="xml">The nodes new XML</param>
+ </member>
+<member name="M:TL.XML.tlxml.getNodeXml(System.String)">
+ <summary>Returns the XML Data for a node</summary>
+ <param name="xpath">The path to the node</param>
+ <returns>The nodes current XML</returns>
+ </member>
+<member name="P:TL.XML.tlxml.Document">
+ <summary>XmlDocument Property</summary>
+ </member>
+ </members>
+ </doc>
+