summaryrefslogtreecommitdiffstats
path: root/RZ-POOL/AccountValue/bin/Debug
diff options
context:
space:
mode:
Diffstat (limited to 'RZ-POOL/AccountValue/bin/Debug')
-rw-r--r--RZ-POOL/AccountValue/bin/Debug/AccountValue.exebin0 -> 331264 bytes
-rw-r--r--RZ-POOL/AccountValue/bin/Debug/AccountValue.pdbbin0 -> 85504 bytes
-rw-r--r--RZ-POOL/AccountValue/bin/Debug/AccountValue.vshost.exebin0 -> 5632 bytes
-rw-r--r--RZ-POOL/AccountValue/bin/Debug/ColorProgressBar.dllbin0 -> 24576 bytes
-rw-r--r--RZ-POOL/AccountValue/bin/Debug/Interop.IWshRuntimeLibrary.dllbin0 -> 49152 bytes
-rw-r--r--RZ-POOL/AccountValue/bin/Debug/Interop.SHDocVw.dllbin0 -> 139264 bytes
-rw-r--r--RZ-POOL/AccountValue/bin/Debug/TL.XML.dllbin0 -> 16384 bytes
-rw-r--r--RZ-POOL/AccountValue/bin/Debug/TL.XML.xml62
8 files changed, 62 insertions, 0 deletions
diff --git a/RZ-POOL/AccountValue/bin/Debug/AccountValue.exe b/RZ-POOL/AccountValue/bin/Debug/AccountValue.exe
new file mode 100644
index 0000000..0f3c6ee
--- /dev/null
+++ b/RZ-POOL/AccountValue/bin/Debug/AccountValue.exe
Binary files differ
diff --git a/RZ-POOL/AccountValue/bin/Debug/AccountValue.pdb b/RZ-POOL/AccountValue/bin/Debug/AccountValue.pdb
new file mode 100644
index 0000000..eaa02a2
--- /dev/null
+++ b/RZ-POOL/AccountValue/bin/Debug/AccountValue.pdb
Binary files differ
diff --git a/RZ-POOL/AccountValue/bin/Debug/AccountValue.vshost.exe b/RZ-POOL/AccountValue/bin/Debug/AccountValue.vshost.exe
new file mode 100644
index 0000000..ce3f102
--- /dev/null
+++ b/RZ-POOL/AccountValue/bin/Debug/AccountValue.vshost.exe
Binary files differ
diff --git a/RZ-POOL/AccountValue/bin/Debug/ColorProgressBar.dll b/RZ-POOL/AccountValue/bin/Debug/ColorProgressBar.dll
new file mode 100644
index 0000000..42e71f2
--- /dev/null
+++ b/RZ-POOL/AccountValue/bin/Debug/ColorProgressBar.dll
Binary files differ
diff --git a/RZ-POOL/AccountValue/bin/Debug/Interop.IWshRuntimeLibrary.dll b/RZ-POOL/AccountValue/bin/Debug/Interop.IWshRuntimeLibrary.dll
new file mode 100644
index 0000000..1e1e958
--- /dev/null
+++ b/RZ-POOL/AccountValue/bin/Debug/Interop.IWshRuntimeLibrary.dll
Binary files differ
diff --git a/RZ-POOL/AccountValue/bin/Debug/Interop.SHDocVw.dll b/RZ-POOL/AccountValue/bin/Debug/Interop.SHDocVw.dll
new file mode 100644
index 0000000..1036ec2
--- /dev/null
+++ b/RZ-POOL/AccountValue/bin/Debug/Interop.SHDocVw.dll
Binary files differ
diff --git a/RZ-POOL/AccountValue/bin/Debug/TL.XML.dll b/RZ-POOL/AccountValue/bin/Debug/TL.XML.dll
new file mode 100644
index 0000000..89b79ec
--- /dev/null
+++ b/RZ-POOL/AccountValue/bin/Debug/TL.XML.dll
Binary files differ
diff --git a/RZ-POOL/AccountValue/bin/Debug/TL.XML.xml b/RZ-POOL/AccountValue/bin/Debug/TL.XML.xml
new file mode 100644
index 0000000..404212a
--- /dev/null
+++ b/RZ-POOL/AccountValue/bin/Debug/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>
+