<?xml version="1.0" encoding="UTF-8"?>
<window>
    <coordinates>
        <left>200</left>
        <top>100</top>
    </coordinates>
    <controls>
        <control type="group">
            <control type="image">
                <left>0</left>
                <top>0</top>
                <width>900</width>
                <height>400</height>
                <texture border="8">popup-black.png</texture>
            </control>
            <control type="label" id="100">
                <description>header label</description>
                <posx>20</posx>
                <posy>20</posy>
                <width>860</width>
                <height>40</height>
                <font>font13</font>
                <label></label>
                <align>center</align>
                <aligny>center</aligny>
            </control>
            <control type="textbox" id="101">
                <left>35</left>
                <top>75</top>
                <width>870</width>
                <height>380</height>
                <font>font13</font>
                <align>left</align>
                <aligny>top</aligny>
            </control>
        </control>
        <control type="group">
            <control type="button" id="201">
                <left>120</left>
                <top>325</top>
                <width>200</width>
                <height>60</height>
                <font>font12</font>
                <textcolor>FFF0F0F0</textcolor>
                <label>Sign UP</label>
                <align>center</align>
                <aligny>center</aligny>
                <texturefocus colordiffuse="FF12B2E7">button_focus.png</texturefocus>
                <texturenofocus>button.png</texturenofocus>
                <onleft>203</onleft>
                <onright>202</onright>
            </control>
            <control type="button" id="202">
                <left>320</left>
                <top>325</top>
                <width>200</width>
                <height>60</height>
                <font>font12</font>
                <textcolor>FFF0F0F0</textcolor>
                <textoffsetx>20</textoffsetx>
                <label>Next</label>
                <align>center</align>
                <aligny>center</aligny>
                <texturefocus colordiffuse="FF12B2E7">button_focus.png</texturefocus>
                <texturenofocus>button.png</texturenofocus>
                <onleft>201</onleft>
                <onright>203</onright>
            </control>
            <control type="button" id="203">
                <left>460</left>
                <top>325</top>
                <width>200</width>
                <height>60</height>
                <font>font12</font>
                <textcolor>FFF0F0F0</textcolor>
                <textoffsetx>20</textoffsetx>
                <label>Exit</label>
                <align>center</align>
                <aligny>center</aligny>
                <texturefocus colordiffuse="FF12B2E7">button_focus.png</texturefocus>
                <texturenofocus>button.png</texturenofocus>
                <onleft>202</onleft>
                <onright>201</onright>
            </control>
        </control>
    </controls>
</window>
