<?xml version="1.0" encoding="UTF-8"?>
<window>
    <defaultcontrol>61</defaultcontrol>
    <include>fadeInOut</include>
    <controls>
        <include>globalBackground</include>
        <control type="group">
            <posx>col-5-begin</posx>
            <posy>row-3-begin</posy>
            <!--animations-->
            <include>modalDialogInOutVertical</include>
            <control type="image">
                <posx>0</posx>
                <posy>0</posy>
                <width>16-col</width>
                <height>2-row</height>
                <texture>colors/white.png</texture>
                <colordiffuse>highlight</colordiffuse>
                <aspectratio>stretch</aspectratio>
            </control>
            <control type="image">
                <posx>0</posx>
                <posy>2-row</posy>
                <width>16-col</width>
                <height>21-row</height>
                <texture>colors/black.png</texture>
                <colordiffuse>overlay</colordiffuse>
                <aspectratio>stretch</aspectratio>
            </control>
            <control type="label" id="1">
                <posx>24</posx>
                <posy>0</posy>
                <width>1116</width>
                <height>2-row</height>
                <aligny>center</aligny>
                <font>dialogTitle</font>
                <textcolor>textActive</textcolor>
                <shadowcolor>-</shadowcolor>
            </control>
            <control type="textbox" id="5">
                <description>textarea</description>
                <posx>24</posx>
                <posy>3-row</posy>
                <width>1116</width>
                <height>19-row</height>
                <font>textbox</font>
            </control>
        </control>
        <!--debugging-->
        <include>DebugGrid</include>
        <control type="label">
            <include>DialogID</include>
            <label>DialogTextViewer.xml</label>
        </control>
    </controls>
</window>