<?xml version="1.0" encoding="UTF-8"?><!--NAVI X-->
<window>
	<defaultcontrol>9000</defaultcontrol>
    <allowoverlays>false</allowoverlays>
	<controls>
 
     <control type="image" id="140">
        <description>bg</description>
        <posx>105</posx>
        <posy>200</posy>
        <width>520</width>
        <height>180</height>
        <texture>dialog-panel.png</texture>
        <colordiffuse>0xff00ff00</colordiffuse>
    </control>
 
    <control type="label" id="141">
        <description>label_title</description>
        <posx>130</posx>
        <posy>220</posy>
        <width>300</width>
        <height>32</height>
        <label>Browse:</label>
        <textcolor>ff00ff00</textcolor>
        <font>special13</font>
    </control>
 
     <control type="textbox" id="142">
        <description>path</description>
        <posx>130</posx>
        <posy>260</posy>
        <width>480</width>
        <height>80</height>
        <align>left</align>
        <!--aligny>center</aligny-->
        <ondown>145</ondown> 
        <textcolor>ff00ff00</textcolor>
        <font>special13</font>
        <!--texturenofocus>list-nofocus1.png</texturenofocus-->
        <!--texturefocus>list-focus1.png</texturefocus-->        
    </control>
 
     <control type="button" id="143">
        <description>browse</description>
        <posx>130</posx>
        <posy>330</posy>
        <width>100</width>
        <height>32</height>
        <align>center</align>
        <aligny>center</aligny>         
        <label>Browse</label>
        <onup>143</onup>   
        <onleft>143</onleft>        
        <onright>144</onright>
        <ondown>143</ondown> 
        <textcolor>ff00ff00</textcolor>
        <font>special13</font>
        <colordiffuse>0xff00ff00</colordiffuse>
    </control>  

     <control type="button" id="144">
        <description>edit</description>
        <posx>250</posx>
        <posy>330</posy>
        <width>100</width>
        <height>32</height>
        <align>center</align>
        <aligny>center</aligny>         
        <label>Edit</label>
        <onup>142</onup>     
        <onleft>143</onleft>      
        <onright>145</onright>
        <ondown>144</ondown> 
        <textcolor>ff00ff00</textcolor>
        <font>special13</font>
        <colordiffuse>0xff00ff00</colordiffuse>
    </control> 

     <control type="button" id="145">
        <description>ok</description>
        <posx>370</posx>
        <posy>330</posy>
        <width>100</width>
        <height>32</height>
        <align>center</align>
        <aligny>center</aligny>
        <label>Ok</label>
        <onup>142</onup> 
        <onleft>144</onleft>         
        <onright>146</onright>
        <ondown>145</ondown>  
        <textcolor>ff00ff00</textcolor>
        <font>special13</font>
        <colordiffuse>0xff00ff00</colordiffuse>
    </control>  

     <control type="button" id="146">
        <description>cancel</description>
        <posx>490</posx>
        <posy>330</posy>
        <width>100</width>
        <height>32</height>
        <align>center</align>
        <aligny>center</aligny>
        <label>Cancel</label>
        <onup>142</onup> 
        <onleft>145</onleft>  
        <ondown>146</ondown> 
        <textcolor>ff00ff00</textcolor>
        <font>special13</font>
        <colordiffuse>0xff00ff00</colordiffuse>
    </control>  
     
    </controls>
</window>
