skin.pellucidPlus/1080i/DialogConfirm.xml

156 lines
6.4 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<window>
2016-11-11 22:13:39 +01:00
<defaultcontrol always="true">9000</defaultcontrol>
2014-09-28 20:47:53 +02:00
<include>fadeInOut</include>
<controls>
<include>modalDialog</include>
<control type="group">
2016-11-11 22:13:39 +01:00
<posx>col-9-begin</posx>
<posy>row-8-begin</posy>
2014-09-28 20:47:53 +02:00
<!--animations-->
<include>modalDialogInOut</include>
<!--text-->
2016-11-11 22:13:39 +01:00
<control type="label" id="1">
<description>heading</description>
<posx>0</posx>
2015-04-01 21:11:01 +02:00
<posy>0</posy>
2016-11-11 22:13:39 +01:00
<width>8-col-gutter</width>
2015-05-10 21:59:54 +02:00
<height>2-row</height>
2016-11-11 22:13:39 +01:00
<wrapmultiline>true</wrapmultiline>
<font>dialogTitle</font>
2015-05-10 21:59:54 +02:00
<textcolor>textActive</textcolor>
</control>
2016-11-11 22:13:39 +01:00
<control type="textbox" id="9">
<posx>0</posx>
2016-11-17 18:38:24 +01:00
<posy>84</posy>
2016-11-11 22:13:39 +01:00
<width>8-col-gutter</width>
<height>124</height>
<font>textbox</font>
2015-05-10 21:59:54 +02:00
<textcolor>textActive</textcolor>
2016-11-11 22:13:39 +01:00
<autoscroll delay="3000" time="2000" repeat="5000"/>
</control>
<!--options-->
<control type="panel" id="9000">
<posx>0</posx>
2016-11-17 18:38:24 +01:00
<posy>228</posy>
2016-11-11 22:13:39 +01:00
<width>8-col</width>
<height>6-row</height>
<orientation>vertical</orientation>
<itemlayout width="8-col" height="2-row">
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>-1</posy>
<width>7-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
</control>
</itemlayout>
<focusedlayout width="8-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1-col-textbox</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<include>spinFocusIcon</include>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>7-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
</control>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>-1</posy>
<width>7-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>black</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
</focusedlayout>
<content>
<item id="1">
2016-11-17 18:38:24 +01:00
<visible>control.isvisible(10)</visible>
2016-11-11 22:13:39 +01:00
<description>No</description>
<label>$INFO[control.getlabel(10)]</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(10)</onclick>
</item>
<item id="2">
2016-11-17 18:38:24 +01:00
<visible>control.isvisible(11)</visible>
2016-11-11 22:13:39 +01:00
<description>Yes / OK</description>
<label>$INFO[control.getlabel(11)]</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(11)</onclick>
</item>
<item id="3">
2016-11-17 18:38:24 +01:00
<visible>control.isvisible(12)</visible>
2016-11-11 22:13:39 +01:00
<visible>Control.IsVisible(12)</visible>
<description>Custom Button</description>
<label>$INFO[control.getlabel(12)]</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(12)</onclick>
</item>
</content>
</control>
<!--buttons (hidden from view)-->
<control type="group">
<visible>false</visible>
<!--selection buttons-->
<control type="button" id="10">
<description>No</description>
</control>
<control type="button" id="11">
<description>Yes</description>
</control>
<control type="button" id="12">
<description>Custom</description>
</control>
</control>
2014-09-28 20:47:53 +02:00
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
2016-08-09 21:18:07 +02:00
<label>DialogConfirm.xml</label>
2014-09-28 20:47:53 +02:00
</control>
</controls>
</window>