mirror of
https://github.com/Histacom/Histacom.git
synced 2025-01-22 09:02:00 -05:00
209 lines
9.8 KiB
Text
209 lines
9.8 KiB
Text
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<root>
|
||
|
<!--
|
||
|
Microsoft ResX Schema
|
||
|
|
||
|
Version 2.0
|
||
|
|
||
|
The primary goals of this format is to allow a simple XML format
|
||
|
that is mostly human readable. The generation and parsing of the
|
||
|
various data types are done through the TypeConverter classes
|
||
|
associated with the data types.
|
||
|
|
||
|
Example:
|
||
|
|
||
|
... ado.net/XML headers & schema ...
|
||
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||
|
<resheader name="version">2.0</resheader>
|
||
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||
|
</data>
|
||
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||
|
<comment>This is a comment</comment>
|
||
|
</data>
|
||
|
|
||
|
There are any number of "resheader" rows that contain simple
|
||
|
name/value pairs.
|
||
|
|
||
|
Each data row contains a name, and value. The row also contains a
|
||
|
type or mimetype. Type corresponds to a .NET class that support
|
||
|
text/value conversion through the TypeConverter architecture.
|
||
|
Classes that don't support this are serialized and stored with the
|
||
|
mimetype set.
|
||
|
|
||
|
The mimetype is used for serialized objects, and tells the
|
||
|
ResXResourceReader how to depersist the object. This is currently not
|
||
|
extensible. For a given mimetype the value must be set accordingly:
|
||
|
|
||
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||
|
that the ResXResourceWriter will generate, however the reader can
|
||
|
read any of the formats listed below.
|
||
|
|
||
|
mimetype: application/x-microsoft.net.object.binary.base64
|
||
|
value : The object must be serialized with
|
||
|
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||
|
: and then encoded with base64 encoding.
|
||
|
|
||
|
mimetype: application/x-microsoft.net.object.soap.base64
|
||
|
value : The object must be serialized with
|
||
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||
|
: and then encoded with base64 encoding.
|
||
|
|
||
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||
|
value : The object must be serialized into a byte array
|
||
|
: using a System.ComponentModel.TypeConverter
|
||
|
: and then encoded with base64 encoding.
|
||
|
-->
|
||
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||
|
<xsd:complexType>
|
||
|
<xsd:choice maxOccurs="unbounded">
|
||
|
<xsd:element name="metadata">
|
||
|
<xsd:complexType>
|
||
|
<xsd:sequence>
|
||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||
|
</xsd:sequence>
|
||
|
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||
|
<xsd:attribute name="type" type="xsd:string" />
|
||
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
||
|
<xsd:attribute ref="xml:space" />
|
||
|
</xsd:complexType>
|
||
|
</xsd:element>
|
||
|
<xsd:element name="assembly">
|
||
|
<xsd:complexType>
|
||
|
<xsd:attribute name="alias" type="xsd:string" />
|
||
|
<xsd:attribute name="name" type="xsd:string" />
|
||
|
</xsd:complexType>
|
||
|
</xsd:element>
|
||
|
<xsd:element name="data">
|
||
|
<xsd:complexType>
|
||
|
<xsd:sequence>
|
||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||
|
</xsd:sequence>
|
||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||
|
<xsd:attribute ref="xml:space" />
|
||
|
</xsd:complexType>
|
||
|
</xsd:element>
|
||
|
<xsd:element name="resheader">
|
||
|
<xsd:complexType>
|
||
|
<xsd:sequence>
|
||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||
|
</xsd:sequence>
|
||
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||
|
</xsd:complexType>
|
||
|
</xsd:element>
|
||
|
</xsd:choice>
|
||
|
</xsd:complexType>
|
||
|
</xsd:element>
|
||
|
</xsd:schema>
|
||
|
<resheader name="resmimetype">
|
||
|
<value>text/microsoft-resx</value>
|
||
|
</resheader>
|
||
|
<resheader name="version">
|
||
|
<value>2.0</value>
|
||
|
</resheader>
|
||
|
<resheader name="reader">
|
||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||
|
</resheader>
|
||
|
<resheader name="writer">
|
||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||
|
</resheader>
|
||
|
<metadata name="MenuStrip3.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||
|
<value>17, 17</value>
|
||
|
</metadata>
|
||
|
<data name="TextBox1.Text" xml:space="preserve">
|
||
|
<value>Welcome To Internet Explorer 4.
|
||
|
Internet explorer 4 makes browsing the web and exploring websites a pleasent experience.
|
||
|
Just type an address in the location bar above and then press go.
|
||
|
Instantly you will be taken to the webpage of your choosing.
|
||
|
Where do you want to go today?</value>
|
||
|
</data>
|
||
|
<data name="TextBox12.Text" xml:space="preserve">
|
||
|
<value>1998: Added Time Distortion software to 12padams website.
|
||
|
Software was hidden and only accessable after downloading hwcv.exe and applying it onto the 12padams website
|
||
|
Time Distortion software in extremely early stages and dangerous
|
||
|
Any Download of the time distortion software results in an instant alert to 12padams</value>
|
||
|
</data>
|
||
|
<data name="TextBox17.Text" xml:space="preserve">
|
||
|
<value>Hey 12padams... I was scanning your website and i found well i don't know.
|
||
|
|
||
|
Do you have some type of hidden software on it because i can't find to find the matching software the has the same code as i saw...
|
||
|
|
||
|
Whats the hidden software?</value>
|
||
|
</data>
|
||
|
<data name="TextBox10.Text" xml:space="preserve">
|
||
|
<value>12padams.com Data Log
|
||
|
|
||
|
1996: www.12padams.com created
|
||
|
1997:Lots Of software added to 12padams.com
|
||
|
1998: ###############
|
||
|
|
||
|
WARNING 1998 log file is encrypted and unreadable.
|
||
|
|
||
|
Rest of log stored on hotmail account...
|
||
|
|
||
|
Username: 12padams@hotmail.com
|
||
|
Password: projectdeath </value>
|
||
|
</data>
|
||
|
<data name="TextBox9.Text" xml:space="preserve">
|
||
|
<value>
|
||
|
|
||
|
|
||
|
|
||
|
WARNING: You have entered a secret site which was not meant to be accessed.
|
||
|
|
||
|
Warning do not tell 12padams about this website...
|
||
|
12padams is evil.
|
||
|
12padams is holding secrets which need to be found out.
|
||
|
I myself am banned from 12padams.com I almost found out the secret.
|
||
|
I don't know what the secret is but it seems that 12padams is hiding an additional piece of software on his site.
|
||
|
This software is hidden but can still be accessed.
|
||
|
The software is very powerful and is not a game, virus, or anything like that.
|
||
|
I don't know what it is but i do know its powerful.
|
||
|
|
||
|
You need to access this it.
|
||
|
I was scanning the code on the 12padams website and thats how i know about it.
|
||
|
Someone needs to find this software and use it.
|
||
|
I don't know how to access it from the 12padams site but all I know is that you have to click on something.
|
||
|
Its the thing you would least expect to click....
|
||
|
|
||
|
This site will be destroyed by 12padams very soon you need to find this secret before he removes it from his website.
|
||
|
|
||
|
FIND IT!!!
|
||
|
JUST CLICK EVERYWHERE ON THE 12PADAMS WEBSITE TILL YOU FIND THE SECRET!!!!!
|
||
|
|
||
|
written by "the hidden hacker"</value>
|
||
|
</data>
|
||
|
<data name="TextBox8.Text" xml:space="preserve">
|
||
|
<value>Skindows 95 is the best customization software in the world avalible for windows 95.
|
||
|
|
||
|
It allows the editing of the active captionbar to look pritty much however you like it.
|
||
|
|
||
|
Show the world your style. Buy Skindows 95 to use your computer to its full potential
|
||
|
|
||
|
If you Don't like this product you may recieve a full refund on day of purchous.
|
||
|
|
||
|
So Please enjoy Using this amzing software and show the world what your made of.</value>
|
||
|
</data>
|
||
|
<metadata name="look.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||
|
<value>132, 17</value>
|
||
|
</metadata>
|
||
|
<metadata name="pullbs.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||
|
<value>214, 18</value>
|
||
|
</metadata>
|
||
|
<metadata name="pullbottom.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||
|
<value>298, 18</value>
|
||
|
</metadata>
|
||
|
<metadata name="pullside.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||
|
<value>411, 18</value>
|
||
|
</metadata>
|
||
|
</root>
|