skin.pellucid/1080i/ProfileSettings.xml

120 lines
4.7 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<window>
2015-03-27 21:31:13 +01:00
<defaultcontrol always="true">6000</defaultcontrol>
2014-09-28 20:47:53 +02:00
<controls>
<!--background-->
<control type="group">
2015-05-18 21:37:03 +02:00
<posx>col-9-begin</posx>
2015-05-21 00:38:26 +02:00
<posy>row-2-begin</posy>
2014-09-28 20:47:53 +02:00
<!--animations-->
2015-05-18 21:37:03 +02:00
<animation type="windowopen">
2015-05-21 00:38:26 +02:00
<effect type="rotatey" start="-90" end="0" center="960" tween="cubic" easing="out" delay="400" time="500"/>
</animation>
<animation type="windowclose">
<effect type="fade" start="100" end="0" time="300"/>
<effect type="rotatey" start="0" end="-90" center="960" tween="cubic" easing="out" time="500"/>
2015-05-18 21:37:03 +02:00
</animation>
<control type="image">
<posx>0</posx>
2014-09-28 20:47:53 +02:00
<posy>0</posy>
2015-05-18 21:37:03 +02:00
<width>8-col</width>
<height>2-row</height>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio>
2014-09-28 20:47:53 +02:00
</control>
2015-05-18 21:37:03 +02:00
<!--title-->
2015-03-27 21:31:13 +01:00
<control type="label" id="102">
2015-05-21 00:38:26 +02:00
<posx>24</posx>
2015-05-18 21:37:03 +02:00
<posy>0</posy>
<width>8-col</width>
<height>2-row</height>
2015-03-27 21:31:13 +01:00
<font>dialogTitle</font>
2015-05-18 21:37:03 +02:00
<textcolor>textActive</textcolor>
</control>
<control type="image">
<posx>0</posx>
<posy>2-row</posy>
<width>8-col</width>
<height>4-col</height>
<aspectratio aligny="center">scale</aspectratio>
<texture>vignette.png</texture>
</control>
<control type="image" id="101">
<description>profile image</description>
<posx>156</posx>
<posy>84</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<texture fallback="colors/offblack.png" border="0">colors/offblack.png</texture>
<aspectratio>scale</aspectratio>
</control>
<control type="image">
<posx>0</posx>
<posy>10-row</posy>
<width>8-col</width>
<height>15-row</height>
<texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
2014-09-28 20:47:53 +02:00
<control type="button" id="6000">
2015-10-24 21:48:47 +02:00
<description>Profile switch</description> <visible>!StringCompare(System.ProfileName,control.getlabel(102))</visible>
2015-05-18 21:37:03 +02:00
<posx>0</posx>
2015-05-21 00:38:26 +02:00
<posy>10-row</posy>
2015-03-27 21:31:13 +01:00
<width>8-col</width>
2015-05-18 21:37:03 +02:00
<font>buttonTitle</font>
<textoffsetx>24</textoffsetx>
2015-03-27 21:31:13 +01:00
<label>31131</label>
2015-05-21 00:38:26 +02:00
<onclick>LoadProfile($INFO[control.getlabel(102)])</onclick>
2015-03-27 21:31:13 +01:00
<ondown>5</ondown>
2014-09-28 20:47:53 +02:00
</control>
2015-03-27 21:31:13 +01:00
<control type="grouplist" id="5">
2014-09-28 20:47:53 +02:00
<description>Control Area</description>
2015-05-18 21:37:03 +02:00
<posx>0</posx>
2015-05-21 00:38:26 +02:00
<posy>12-row</posy>
2014-09-28 20:47:53 +02:00
<width>8-col</width>
2015-05-18 21:37:03 +02:00
<height>13-row</height>
2014-09-28 20:47:53 +02:00
<itemgap>3</itemgap>
<orientation>vertical</orientation>
<ondown>9001</ondown>
2015-03-27 21:31:13 +01:00
<onup>6000</onup>
2014-09-28 20:47:53 +02:00
</control>
<control type="button" id="7">
<description>button</description>
</control>
<control type="radiobutton" id="8">
<description>radio_button</description>
</control>
<control type="spincontrolex" id="9">
<description>spin_controlex</description>
</control>
2015-10-24 21:48:47 +02:00
<control type="label" id="14">
<description>Default Label</description>
<label>-</label>
<align>center</align>
<font>buttonTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
</control>
2014-09-28 20:47:53 +02:00
</control>
<!--control 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>ProfileSettings.xml</label>
</control>
</controls>
2015-03-27 21:31:13 +01:00
</window>