skin.pellucid/1080i/DialogYesNo.xml

139 lines
5.6 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-05-10 21:59:54 +02:00
<posy>row-9-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-05-10 21:59:54 +02:00
<font>pageTitle</font>
<textcolor>highlight</textcolor>
2014-09-28 20:47:53 +02:00
</control>
2015-05-10 21:59:54 +02:00
<control type="textbox" id="9">
2014-09-28 20:47:53 +02:00
<posx>0</posx>
2015-05-10 21:59:54 +02:00
<posy>2-row</posy>
2014-09-28 20:47:53 +02:00
<width>8-col</width>
2015-09-02 00:13:19 +02:00
<height>78</height>
2015-04-01 21:11:01 +02:00
<font>textbox</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2015-04-19 22:55:23 +02:00
</control>
2014-09-28 20:47:53 +02:00
</control>
<!--Yes / No-->
2015-05-10 21:59:54 +02:00
<control type="image">
<posx>col-9-begin</posx>
<posy>5-row</posy>
2015-05-17 21:57:22 +02:00
<width>1-col</width>
2015-05-10 21:59:54 +02:00
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
</control>
<control type="image">
<visible>control.hasfocus(10)</visible>
<posx>col-9-begin</posx>
<posy>5-row</posy>
2015-05-17 21:57:22 +02:00
<width>1-col</width>
2015-05-10 21:59:54 +02:00
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
2015-05-26 20:58:11 +02:00
<animation type="conditional" condition="control.hasfocus(10)" loop="false" reversible="false">
<effect type="fade" time="500"/>
<effect type="rotatey" end="180" center="708" tween="back" easing="out" time="1000"/>
</animation>
2015-05-10 21:59:54 +02:00
</control>
<control type="label">
2014-09-28 20:47:53 +02:00
<posx>col-9-begin</posx>
2015-05-10 21:59:54 +02:00
<posy>5-row</posy>
<width>1-col</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbol</font>
<textcolor>textActive</textcolor>
<label>×</label>
</control>
<control type="image">
<posx>col-13-begin</posx>
<posy>5-row</posy>
2015-05-17 21:57:22 +02:00
<width>1-col</width>
2015-05-10 21:59:54 +02:00
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
</control>
<control type="image">
<visible>control.hasfocus(11)</visible>
<posx>col-13-begin</posx>
<posy>5-row</posy>
2015-05-17 21:57:22 +02:00
<width>1-col</width>
2015-05-10 21:59:54 +02:00
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
2015-05-26 20:58:11 +02:00
<animation type="conditional" condition="control.hasfocus(11)" loop="false" reversible="false">
<effect type="fade" time="500"/>
<effect type="rotatey" end="180" center="996" tween="back" easing="out" time="1000"/>
</animation>
2015-05-10 21:59:54 +02:00
</control>
<control type="label">
<posx>col-13-begin</posx>
<posy>5-row</posy>
<width>1-col</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbol</font>
<textcolor>textActive</textcolor>
<label></label>
</control>
<control type="grouplist" id="9001">
<posx>col-10-begin</posx>
<posy>5-row</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>
2015-05-10 21:59:54 +02:00
<itemgap>1-col</itemgap>
2015-03-27 21:31:13 +01:00
<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-05-10 21:59:54 +02:00
<texturefocus>colors/white.png</texturefocus>
2015-04-12 22:22:47 +02:00
<texturenofocus colordiffuse="overlay">colors/black.png</texturenofocus>
2015-05-10 21:59:54 +02:00
<focusedcolor>black</focusedcolor>
<width>3-col</width>
2015-03-27 21:31:13 +01:00
<label>106</label>
</control>
<control type="button" id="11">
<description>Yes</description>
2015-05-10 21:59:54 +02:00
<texturefocus>colors/white.png</texturefocus>
2015-04-12 22:22:47 +02:00
<texturenofocus colordiffuse="overlay">colors/black.png</texturenofocus>
2015-05-10 21:59:54 +02:00
<focusedcolor>black</focusedcolor>
<width>3-col</width>
2015-03-27 21:31:13 +01:00
<label>107</label>
</control>
2014-09-28 20:47:53 +02:00
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>DialogYesNo.xml</label>
</control>
</controls>
</window>