<window>
	<defaultcontrol>9000</defaultcontrol>
    <allowoverlays>false</allowoverlays>
	<controls>
 
     <control type="image" id="140">
        <description>bg</description>
        <posx>200</posx>
        <posy>200</posy>
        <width>350</width>
        <height>250</height>
        <texture>dialog-panel.png</texture>
        <colordiffuse>0xff00ff00</colordiffuse>
    </control>
 
    <control type="label" id="147">
        <description>label_title</description>
        <posx>230</posx>
        <posy>220</posy>
        <width>200</width>
        <height>32</height>
        <label>Navi-Xtreme Sign in:</label>
        <textcolor>ff00ff00</textcolor>
        <font>special13</font>
    </control>
 
    <control type="label" id="141">
        <description>label_username</description>
        <posx>230</posx>
        <posy>265</posy>
        <width>100</width>
        <height>32</height>
        <label>User Name</label>
        <textcolor>ff00ff00</textcolor>
        <font>special13</font>
    </control>

    <control type="label" id="142">
        <description>label_password</description>
        <posx>230</posx>
        <posy>315</posy>
        <width>100</width>
        <height>32</height>
        <label>Password</label>
        <textcolor>ff00ff00</textcolor>
        <font>special13</font>
    </control>
 
     <control type="button" id="143">
        <description>username</description>
        <posx>330</posx>
        <posy>260</posy>
        <width>170</width>
        <height>40</height>
        <align>left</align>
        <aligny>center</aligny>
        <label>User Name</label>
        <textcolor>ff00ff00</textcolor>
        <font>special13</font>        
        <!--texturenofocus>button-focus.png</texturenofocus-->
        <!--texturefocus>button-focus.png</texturefocus-->
    </control>
 
     <control type="button" id="144">
        <description>password</description>
        <posx>330</posx>
        <posy>310</posy>
        <width>170</width>
        <height>40</height>
        <align>left</align>
        <aligny>center</aligny>
        <label>Password</label>
        <textcolor>ff00ff00</textcolor>
        <font>special13</font>        
    </control>  

     <control type="button" id="145">
        <description>login</description>
        <posx>230</posx>
        <posy>370</posy>
        <width>120</width>
        <height>32</height>
        <align>center</align>
        <aligny>center</aligny>
        <label>Sign in</label>
        <onup>144</onup>         
        <onright>146</onright>
        <ondown>145</ondown>  
        <textcolor>ff00ff00</textcolor>
        <font>special13</font>        
    </control>  

     <control type="button" id="146">
        <description>cancel</description>
        <posx>380</posx>
        <posy>370</posy>
        <width>120</width>
        <height>32</height>
        <align>center</align>
        <aligny>center</aligny>
        <label>Cancel</label>
        <onup>144</onup> 
        <onleft>145</onleft>  
        <ondown>146</ondown>
        <textcolor>ff00ff00</textcolor>
        <font>special13</font>            
    </control>  
     
    </controls>
</window>

