83 lines
3.1 KiB
XML
83 lines
3.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<window>
|
|
<defaultcontrol always="true">9001</defaultcontrol>
|
|
<allowoverlay>yes</allowoverlay>
|
|
<include>fadeInOut</include>
|
|
<controls>
|
|
<include>modalDialog</include>
|
|
<control type="group">
|
|
<posx>0</posx>
|
|
<posy>row-10-begin</posy>
|
|
<!--animations-->
|
|
<include>modalDialogInOut</include>
|
|
<!--text-->
|
|
<control type="group">
|
|
<posx>col-9-begin</posx>
|
|
<posy>0</posy>
|
|
<control type="label" id="1">
|
|
<description>heading</description>
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>9-col</width>
|
|
<font>dialogTitle</font>
|
|
<textcolor>textActive</textcolor>
|
|
</control>
|
|
<control type="textbox">
|
|
<posx>0</posx>
|
|
<posy>68</posy>
|
|
<width>8-col</width>
|
|
<height>2-row</height>
|
|
<font>textbox</font>
|
|
<textcolor>textActive</textcolor>
|
|
<label>$INFO[control.getlabel(2)] $INFO[control.getlabel(3)] $INFO[control.getlabel(4)]</label>
|
|
</control>
|
|
</control>
|
|
<!--Yes / No-->
|
|
<control type="grouplist" id="9001">
|
|
<posx>col-9-begin</posx>
|
|
<posy>4-row</posy>
|
|
<width>8-col</width>
|
|
<height>2-row</height>
|
|
<itemgap>0</itemgap>
|
|
<onleft>50</onleft>
|
|
<onright>50</onright>
|
|
<onup>9999</onup>
|
|
<ondown>9999</ondown>
|
|
<orientation>horizontal</orientation>
|
|
<!--selection buttons-->
|
|
<control type="button" id="10">
|
|
<description>No</description>
|
|
<texturefocus colordiffuse="500">colors/white.png</texturefocus>
|
|
<focusedcolor>textActive</focusedcolor>
|
|
<label>106</label>
|
|
</control>
|
|
<control type="button" id="11">
|
|
<description>Yes</description>
|
|
<texturefocus colordiffuse="500">colors/white.png</texturefocus>
|
|
<focusedcolor>textActive</focusedcolor>
|
|
<label>107</label>
|
|
</control>
|
|
</control>
|
|
</control>
|
|
<!--error message fields (placeholders)-->
|
|
<control type="group">
|
|
<visible>false</visible>
|
|
<control type="label" id="2">
|
|
<description>Line 1</description>
|
|
</control>
|
|
<control type="label" id="3">
|
|
<description>Line 2</description>
|
|
</control>
|
|
<control type="label" id="4">
|
|
<description>Line 3</description>
|
|
</control>
|
|
</control>
|
|
<!--debugging-->
|
|
<include>DebugGrid</include>
|
|
<control type="label">
|
|
<include>DialogID</include>
|
|
<label>DialogYesNo.xml</label>
|
|
</control>
|
|
</controls>
|
|
</window>
|