<?xml version="1.0" encoding="UTF-8"?>
<window>
    <defaultcontrol always="true">10</defaultcontrol>
    <controls>
        <control type="image">
            <left>0</left>
            <top>0</top>
            <width>1920</width>
            <height>1080</height>
            <texture colordiffuse="FF000000">fenlight_common/white.png</texture>
            <animation type="WindowOpen" reversible="false">
                <effect type="fade" start="0" end="80" time="120" />
            </animation>
        </control>
        <control type="group">
            <left>570</left>
            <top>300</top>
            <animation type="WindowOpen" reversible="false">
                <effect type="fade" end="100" time="200" />
            </animation>
            <control type="image">
                <left>-2</left>
                <top>-2</top>
                <height>482</height>
                <width>782</width>
                <texture colordiffuse="FFCCCCCC" border="30">fenlight_common/circle.png</texture>
            </control>
            <control type="image">
                <height>478</height>
                <width>778</width>
                <texture colordiffuse="FF1F2020" border="30">fenlight_common/circle.png</texture>
            </control>
            <control type="image">
                <left>7</left>
                <top>7</top>
                <width>45</width>
                <height>45</height>
                <align>left</align>
                <aligny>top</aligny>
                <aspectratio aligny="top">keep</aspectratio>
                <texture colordiffuse="FFCCCCCC">fenlight_common/fenlight.png</texture>
            </control>
            <control type="label">
                <width max="560">auto</width>
                <top>10</top>
                <left>110</left>
                <height>20</height>
                <font>font12</font> <!-- FENLIGHT_26 -->
                <textcolor>FFCCCCCC</textcolor>
                <align>center</align>
                <label>[UPPERCASE][B]$INFO[Window.Property(heading)][/B][/UPPERCASE]</label>
            </control>
            <control type="textbox">
                <left>30</left>
                <top>60</top>
                <width>720</width>
                <height>280</height>
                <font>font13</font> <!-- FENLIGHT_30 -->
                <textcolor>FFCCCCCC</textcolor>
                <align>center</align>
                <aligny>center</aligny>
                <label>$INFO[Window.Property(text)]</label>
            </control>
            <control type="button" id="10">
                <description>OK</description>
                <top>380</top>
                <left>220</left>
                <width>340</width>
                <height>70</height>
                <onleft>11</onleft>
                <onright>11</onright>
                <label>$INFO[Window.Property(ok_label)]</label>
                <font>font12</font> <!-- FENLIGHT_26 -->
                <textcolor>FFCCCCCC</textcolor>
                <focusedcolor>FF1F2020</focusedcolor>
                <texturefocus colordiffuse="FFCCCCCC" border="30">fenlight_common/circle.png</texturefocus>
                <texturenofocus colordiffuse="FF4a4347" border="30">fenlight_common/circle.png</texturenofocus>
                <align>center</align>
            </control>
        </control>
    </controls>
</window>
