skin.pellucidPlus/1080i/DialogYesNo.xml

83 lines
3.1 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?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>
2015-04-01 21:11:01 +02:00
<posy>row-10-begin</posy>
2014-09-28 20:47:53 +02:00
<!--animations-->
<include>modalDialogInOut</include>
<!--text-->
<control type="group">
<posx>col-9-begin</posx>
2015-04-01 21:11:01 +02:00
<posy>0</posy>
2014-09-28 20:47:53 +02:00
<control type="label" id="1">
<description>heading</description>
<posx>0</posx>
<posy>0</posy>
<width>9-col</width>
2015-04-01 21:11:01 +02:00
<font>dialogTitle</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
</control>
<control type="textbox">
<posx>0</posx>
2015-04-01 21:11:01 +02:00
<posy>68</posy>
2014-09-28 20:47:53 +02:00
<width>8-col</width>
2015-04-01 21:11:01 +02:00
<height>2-row</height>
<font>textbox</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[control.getlabel(2)] $INFO[control.getlabel(3)] $INFO[control.getlabel(4)]</label>
</control>
</control>
<!--Yes / No-->
2015-03-27 21:31:13 +01:00
<control type="grouplist" id="9001">
2014-09-28 20:47:53 +02:00
<posx>col-9-begin</posx>
<posy>4-row</posy>
<width>8-col</width>
2015-04-01 21:11:01 +02:00
<height>2-row</height>
2015-03-27 21:31:13 +01:00
<itemgap>0</itemgap>
<onleft>50</onleft>
<onright>50</onright>
<onup>9999</onup>
<ondown>9999</ondown>
2014-09-28 20:47:53 +02:00
<orientation>horizontal</orientation>
2015-03-27 21:31:13 +01:00
<!--selection buttons-->
<control type="button" id="10">
<description>No</description>
2015-04-01 21:11:01 +02:00
<texturefocus colordiffuse="500">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
2015-03-27 21:31:13 +01:00
<label>106</label>
</control>
<control type="button" id="11">
<description>Yes</description>
2015-04-01 21:11:01 +02:00
<texturefocus colordiffuse="500">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
2015-03-27 21:31:13 +01:00
<label>107</label>
</control>
2014-09-28 20:47:53 +02:00
</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>