skin.pellucid/1080i/LockSettings.xml

177 lines
7.0 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">5</defaultcontrol>
<allowoverlay>yes</allowoverlay>
<controls>
<!--background-->
<include>globalBackground</include>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>colors/black.png</texture>
<aspectratio>stretch</aspectratio>
<colordiffuse>99ffffff</colordiffuse>
</control>
<control type="group">
2015-03-27 21:31:13 +01:00
<posx>col-5-begin</posx>
2014-09-28 20:47:53 +02:00
<posy>row-3-begin</posy>
<!--animations-->
<include>modalDialogInOutVertical</include>
<control type="image">
2015-03-27 21:31:13 +01:00
<posx>-384</posx>
2014-09-28 20:47:53 +02:00
<posy>44</posy>
<width>fullscreenWidth</width>
<height>1-row</height>
2015-03-27 21:31:13 +01:00
<texture>colors/white.png</texture>
2014-09-28 20:47:53 +02:00
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<posx>-3</posx>
<posy>44</posy>
<width>3</width>
<height>1-row</height>
<texture>colors/black.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
2015-03-27 21:31:13 +01:00
<control type="label" id="2">
2014-09-28 20:47:53 +02:00
<posx>12</posx>
<posy>44</posy>
<width>16-col</width>
2015-03-27 21:31:13 +01:00
<font>dialogTitle</font>
<label>-</label>
2014-09-28 20:47:53 +02:00
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
</control>
<!--control area-->
<control type="grouplist" id="5">
<posx>0</posx>
<posy>2-row</posy>
<width>12-col</width>
<itemgap>3</itemgap>
<height>14-row</height>
2015-03-27 21:31:13 +01:00
<onright>9001</onright>
2014-09-28 20:47:53 +02:00
<orientation>vertical</orientation>
</control>
<control type="button" id="7">
<description>button</description>
<align>left</align>
<height>54</height>
<font>itemTitle</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<focusedcolor>black</focusedcolor>
2015-03-27 21:31:13 +01:00
<texturefocus>colors/white.png</texturefocus>
2014-09-28 20:47:53 +02:00
<texturenofocus>-</texturenofocus>
<textoffsetx>12</textoffsetx>
</control>
<control type="radiobutton" id="8">
<description>radio_button</description>
</control>
<control type="spincontrolex" id="9">
<description>spin_controlex</description>
</control>
<control type="sliderex" id="10">
<description>slider</description>
</control>
<!--OK / Cancel-->
<control type="panel" id="9001">
2015-03-27 21:31:13 +01:00
<posx>12-col</posx>
<posy>112</posy>
<width>4-col</width>
<height>5-row</height>
2014-09-28 20:47:53 +02:00
<itemgap>3</itemgap>
2015-03-27 21:31:13 +01:00
<orientation>vertical</orientation>
<onleft>5</onleft>
2014-09-28 20:47:53 +02:00
<itemlayout width="6-col" height="1-row">
<control type="image">
<posx>0</posx>
<posy>2</posy>
<width>6-col</width>
<height>53</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
</control>
<control type="label">
<posx>24</posx>
<posy>0</posy>
<width>1-col</width>
<font>symbol</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>1-col</posx>
<posy>2</posy>
<width>5-col-gutter</width>
<font>menuTitle</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
</itemlayout>
<focusedlayout width="6-col" height="1-row">
<control type="image">
<posx>0</posx>
<posy>2</posy>
<width>6-col</width>
<height>53</height>
<aspectratio>stretch</aspectratio>
2015-03-27 21:31:13 +01:00
<texture>colors/white.png</texture>
2014-09-28 20:47:53 +02:00
</control>
<control type="label">
<posx>24</posx>
<posy>0</posy>
<width>1-col</width>
<font>symbol</font>
<textcolor>black</textcolor>
<label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>1-col</posx>
<posy>2</posy>
<width>5-col-gutter</width>
<font>menuTitle</font>
<textcolor>black</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
</focusedlayout>
<content>
<item id="1">
<description>OK Button</description>
<label>186</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(131,28)</onclick>
</item>
<item id="2">
<description>Cancel Button</description>
<label>222</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(131,29)</onclick>
</item>
</content>
</control>
</control>
<!--hidden dialog buttons-->
<control type="group">
<visible>false</visible>
<control type="button" id="28">
<description>Ok</description>
</control>
<control type="button" id="29">
<description>Cancel</description>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>LockSettings.xml</label>
</control>
</controls>
2015-03-27 21:31:13 +01:00
</window>