Click here to Skip to main content
15,879,239 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.6K   7.4K   111  
Yet another password manager.
<?xml version="1.0" encoding="UTF-8" ?>
<propertyGrid>
    <category categoryName="General Settings" categoryDescription="General octalforty Exile settings">
        <element elementName="Maintain File Associations" elementDescription="Maintain octalforty Exile Password Storages associations. Setting this option to &quot;Yes&quot; ensures that octalforty Exile Password Storage files will always be distinguished by Explorer."
            elementID="1" elementType="ComboBox">
            <comboBox comboBoxEntry="Yes" comboBoxItemData="1" />
            <comboBox comboBoxEntry="No" comboBoxItemData="2" />
        </element>
        <element elementName="Minimize To Tray" elementDescription="Minimize program to tray when &quot;Minimize&quot; button is pressed. Setting this option to &quot;Yes&quot; will minimize octalforty Exile to system tray rather than to the task bar."
            elementID="3" elementType="ComboBox">
            <comboBox comboBoxEntry="Yes" comboBoxItemData="1" />
            <comboBox comboBoxEntry="No" comboBoxItemData="2" />
        </element>
    </category>
    <category categoryName="Storages Handling Settings" categoryDescription="Password Storages handling settings.">
        <element elementName="Create Backup Before Saving" elementDescription="Create a backup of the Password Storage before it is saved so you can restore the previous state of the Storage."
            elementID="4" elementType="ComboBox">
            <comboBox comboBoxEntry="Yes" comboBoxItemData="1" />
            <comboBox comboBoxEntry="No" comboBoxItemData="2" />
        </element>
        <element elementName="Auto Save On Exit" elementDescription="Automatically save Password Storage on exit."
            elementID="5" elementType="ComboBox">
            <comboBox comboBoxEntry="Yes" comboBoxItemData="1" />
            <comboBox comboBoxEntry="No" comboBoxItemData="2" />
        </element>
        <element elementName="Shell Open As Read Only" elementDescription="Open Password Storage as Read Only when double-clicked on a file in Explorer."
            elementID="15" elementType="ComboBox">
            <comboBox comboBoxEntry="Yes" comboBoxItemData="1" />
            <comboBox comboBoxEntry="No" comboBoxItemData="2" />
        </element>
        <element elementName="Reload Last Storage" elementDescription="Reload last Password Storage when program starts."
            elementID="6" elementType="ComboBox">
            <comboBox comboBoxEntry="Yes" comboBoxItemData="1" />
            <comboBox comboBoxEntry="No" comboBoxItemData="2" />
        </element>
        <element elementName="Reload As Read Only" elementDescription="Reload last Password Storage as Read Only."
            elementID="12" elementType="ComboBox">
            <comboBox comboBoxEntry="Yes" comboBoxItemData="1" />
            <comboBox comboBoxEntry="No" comboBoxItemData="2" />
        </element>
        <element elementName="Last Storage" elementDescription="Last Password Storage." elementID="7"
            elementType="ReadOnly" />
    </category>
    <category categoryName="SmartType Settings" categoryDescription="SmartType settings.">
        <element elementName="Enable SmartType" elementDescription="Enable SmartType feature." elementID="8"
            elementType="ComboBox">
            <comboBox comboBoxEntry="Yes" comboBoxItemData="1" />
            <comboBox comboBoxEntry="No" comboBoxItemData="2" />
        </element>
        <element elementName="SmartType Invocation Hot Key" elementDescription="Hot key sequence used to invoke SmartType feature."
            elementID="9" elementType="HotKey" />
    </category>
    <category categoryName="Entries Sorting" categoryDescription="Entries sorting settings.">
        <element elementName="Enable Automatic Sorting" elementDescription="Enable automatic entries sorting."
            elementID="10" elementType="ComboBox">
            <comboBox comboBoxEntry="Yes" comboBoxItemData="1" />
            <comboBox comboBoxEntry="No" comboBoxItemData="2" />
        </element>
        <element elementName="Sort Order" elementDescription="Entries sort order." elementID="11"
            elementType="ComboBox">
            <comboBox comboBoxEntry="Name Ascending" comboBoxItemData="1" />
            <comboBox comboBoxEntry="Name Descending" comboBoxItemData="2" />
            <comboBox comboBoxEntry="Login Ascending" comboBoxItemData="3" />
            <comboBox comboBoxEntry="Login Descending" comboBoxItemData="4" />
            <comboBox comboBoxEntry="Rating Ascending" comboBoxItemData="5" />
            <comboBox comboBoxEntry="Rating Descending" comboBoxItemData="6" />
        </element>
    </category>
    <category categoryName="Clipboard Settings" categoryDescription="Clipboard settings.">
        <element elementName="Enable Clipboard Erasing" elementDescription="Set this option to &quot;Yes&quot; if you want cliboard to be erased automatically." elementID="13"
            elementType="ComboBox">
            <comboBox comboBoxEntry="Yes" comboBoxItemData="1" />
            <comboBox comboBoxEntry="No" comboBoxItemData="2" />
        </element>
        <element elementName="Clipboard Erasing Timeout" elementDescription="Clipboard Erasing timeout."
            elementID="14" elementType="EditBox" />
    </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