<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<Window size="300,135" caption="5,5,5,35">
    <VerticalLayout name="bg" bordersize="1" width="400" height="400" bkcolor="#FFEBEBEB" bordercolor="#00696969">
        <VerticalLayout name="main" bordersize="1" width="290" height="90" padding="5,5,0,0" bkcolor="#FFFFFFFF" bordercolor="#00C0C0C0">
            <HorizontalLayout name="Title" sepwidth="0" sepimm="false" width="290" height="30" bkimage="Header.png">
                <Label name="Logo" width="23" height="21" padding="3,4,0,0" bkimage="unlock-h.png" textcolor="#FF000000" disabledtextcolor="#FFA7A6AA" align="center" />
                <Label name="Caption" userdata="101" width="230" height="20" padding="10,7,0,0" textcolor="#00FFFFFF" disabledtextcolor="#FFA7A6AA" font="0" />
                <Button name="Close" width="16" height="16" padding="0,5,0,0" relativepos="0,0,0,0" textcolor="#FF000000" disabledtextcolor="#FFA7A6AA" align="centerbottom" normalimage="quitNormal.png" hotimage="quitHot.png" />
            </HorizontalLayout>
            <HorizontalLayout sepwidth="0" sepimm="false" width="290" height="1" bkcolor="#FF431E0F" />
            <HorizontalLayout sepwidth="0" sepimm="false" width="290" height="10" bkcolor="#FFEBEBEB" />
            <HorizontalLayout sepwidth="0" sepimm="false" bordersize="1" width="290" height="1" bkcolor="#FFC0C0C0" bordercolor="#00C0C0C0" />
            <HorizontalLayout sepwidth="0" sepimm="false" width="270" height="35" padding="10,0,0,0">
                <Label name="LbPwd" userdata="104" width="70" height="25" padding="0,10,0,0" textpadding="15,0,0,0" textcolor="#FF000000" disabledtextcolor="#FFA7A6AA" font="2" align="center" />
                <Edit name="EdtPwd" tooltip="110" bordersize="1" width="190" height="25" padding="5,10,0,0" bkcolor="#FFFFFFFF" bordercolor="#00808080" focusbordercolor="#00C08000" textpadding="4,3,4,3" textcolor="#FF000000" disabledtextcolor="#FFA7A6AA" font="2" password="true" maxchar="16" />
            </HorizontalLayout>
        </VerticalLayout>
        <HorizontalLayout sepwidth="0" sepimm="false" width="300" height="40">            
            <Button name="BtnUnlock" userdata="106" width="100" height="30" padding="100,5,0,0" textcolor="#00FFFFFF" disabledtextcolor="#FFA7A6AA" font="1" align="center" normalimage="btn.png" hotimage="btn_Hot.png" />
        </HorizontalLayout>
    </VerticalLayout>
</Window>
