2014-09-28 20:47:53 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<window>
|
|
|
|
<defaultcontrol>61</defaultcontrol>
|
2015-05-29 20:44:45 +02:00
|
|
|
<include>fadeInOut</include>
|
2014-09-28 20:47:53 +02:00
|
|
|
<controls>
|
2015-05-29 20:44:45 +02:00
|
|
|
<include>globalBackground</include>
|
2014-09-28 20:47:53 +02:00
|
|
|
<control type="group">
|
|
|
|
<posx>col-5-begin</posx>
|
|
|
|
<posy>row-3-begin</posy>
|
2015-05-29 20:44:45 +02:00
|
|
|
<!--animations-->
|
|
|
|
<include>modalDialogInOutVertical</include>
|
|
|
|
<control type="image">
|
2014-09-28 20:47:53 +02:00
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>16-col</width>
|
2015-05-29 20:44:45 +02:00
|
|
|
<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>12</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>8-col</width>
|
|
|
|
<height>2-row</height>
|
|
|
|
<aligny>center</aligny>
|
|
|
|
<font>dialogTitle</font>
|
|
|
|
<textcolor>textActive</textcolor>
|
|
|
|
<shadowcolor>-</shadowcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
</control>
|
|
|
|
<control type="textbox" id="5">
|
|
|
|
<description>textarea</description>
|
2015-05-29 20:44:45 +02:00
|
|
|
<posx>12</posx>
|
|
|
|
<posy>3-row</posy>
|
2014-09-28 20:47:53 +02:00
|
|
|
<width>16-col-gutter</width>
|
2015-05-29 20:44:45 +02:00
|
|
|
<height>19-row</height>
|
|
|
|
<font>textbox</font>
|
2014-09-28 20:47:53 +02:00
|
|
|
</control>
|
|
|
|
</control>
|
|
|
|
<!--debugging-->
|
|
|
|
<include>DebugGrid</include>
|
|
|
|
<control type="label">
|
|
|
|
<include>DialogID</include>
|
|
|
|
<label>DialogTextViewer.xml</label>
|
|
|
|
</control>
|
|
|
|
</controls>
|
2015-03-27 21:31:13 +01:00
|
|
|
</window>
|