Click here to Skip to main content
15,881,801 members
Articles / Desktop Programming / MFC

Exile 1.8 - The Password Manager

Rate me:
Please Sign up or sign in to vote.
4.57/5 (51 votes)
6 Mar 20058 min read 254.8K   7.4K   111  
Yet another password manager.
<?xml version="1.0" encoding="UTF-8" ?>
<propertyGrid>
    <category categoryName="Category" categoryDescription="Category entities to be exported.">
        <element elementName="Category Name" elementDescription="Export Category Name."
            elementID="1" elementType="ComboBox">
            <comboBox comboBoxEntry="Yes" comboBoxItemData="1" />
            <comboBox comboBoxEntry="No" comboBoxItemData="0" />
        </element>
        <element elementName="Category Description" elementDescription="Export Category Description."
            elementID="2" elementType="ComboBox">
            <comboBox comboBoxEntry="Yes" comboBoxItemData="2" />
            <comboBox comboBoxEntry="No" comboBoxItemData="0" />
        </element>
		<element elementName="Category Icon Index" elementDescription="Export Category Icon Index."
            elementID="3" elementType="ComboBox">
            <comboBox comboBoxEntry="Yes" comboBoxItemData="4" />
            <comboBox comboBoxEntry="No" comboBoxItemData="0" />
        </element>
		<element elementName="Category Rating" elementDescription="Export Category Rating as text value."
            elementID="4" elementType="ComboBox">
            <comboBox comboBoxEntry="Yes" comboBoxItemData="8" />
            <comboBox comboBoxEntry="No" comboBoxItemData="0" />
        </element>
    </category>
    <category categoryName="Element" categoryDescription="Element entities to be exported.">
        <element elementName="Element Name" elementDescription="Export Element Name."
            elementID="5" elementType="ComboBox">
            <comboBox comboBoxEntry="Yes" comboBoxItemData="16" />
            <comboBox comboBoxEntry="No" comboBoxItemData="0" />
        </element>
        <element elementName="Login" elementDescription="Export Login."
            elementID="6" elementType="ComboBox">
            <comboBox comboBoxEntry="Yes" comboBoxItemData="32" />
            <comboBox comboBoxEntry="No" comboBoxItemData="0" />
        </element>
        <element elementName="Password" elementDescription="Export Password."
            elementID="7" elementType="ComboBox">
            <comboBox comboBoxEntry="Yes" comboBoxItemData="64" />
            <comboBox comboBoxEntry="No" comboBoxItemData="0" />
        </element>
        <element elementName="Address" elementDescription="Export Address."
            elementID="8" elementType="ComboBox">
            <comboBox comboBoxEntry="Yes" comboBoxItemData="128" />
            <comboBox comboBoxEntry="No" comboBoxItemData="0" />
        </element>
		<element elementName="Notes" elementDescription="Export Notes."
            elementID="9" elementType="ComboBox">
            <comboBox comboBoxEntry="Yes" comboBoxItemData="256" />
            <comboBox comboBoxEntry="No" comboBoxItemData="0" />
        </element>
		<element elementName="Element Rating" elementDescription="Export Element Rating as text value."
            elementID="10" elementType="ComboBox">
            <comboBox comboBoxEntry="Yes" comboBoxItemData="512" />
            <comboBox comboBoxEntry="No" comboBoxItemData="0" />
        </element>
		<element elementName="Element Icon Index" elementDescription="Export Element Icon Index."
            elementID="11" elementType="ComboBox">
            <comboBox comboBoxEntry="Yes" comboBoxItemData="1024" />
            <comboBox comboBoxEntry="No" comboBoxItemData="0" />
        </element>
		<element elementName="SmartType" elementDescription="Export SmartType state for the Element."
            elementID="12" elementType="ComboBox">
            <comboBox comboBoxEntry="Yes" comboBoxItemData="2048" />
            <comboBox comboBoxEntry="No" comboBoxItemData="0" />
        </element>
		<element elementName="Target Window Title" elementDescription="Export Target Window Title for SmartType for this Element."
            elementID="13" elementType="ComboBox">
            <comboBox comboBoxEntry="Yes" comboBoxItemData="4096" />
            <comboBox comboBoxEntry="No" comboBoxItemData="0" />
        </element>
		<element elementName="Login Control ID" elementDescription="Export Login Control Identifier for SmartType for this Element."
            elementID="14" elementType="ComboBox">
            <comboBox comboBoxEntry="Yes" comboBoxItemData="8192" />
            <comboBox comboBoxEntry="No" comboBoxItemData="0" />
        </element>
		<element elementName="Password Control ID" elementDescription="Export Password Control Identifier for SmartType for this Element."
            elementID="15" elementType="ComboBox">
            <comboBox comboBoxEntry="Yes" comboBoxItemData="16384" />
            <comboBox comboBoxEntry="No" comboBoxItemData="0" />
        </element>
    </category>
</propertyGrid>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Russian Federation Russian Federation
I'll think about it later on...

Comments and Discussions