skin.pellucid/1080i/ProfileSettings.xml

132 lines
5.1 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
<allowoverlay>yes</allowoverlay>
<controls>
<!--background-->
<control type="group">
2015-05-18 21:37:03 +02:00
<posx>col-9-begin</posx>
<posy>row-1-begin</posy>
2014-09-28 20:47:53 +02:00
<!--animations-->
2015-05-18 21:37:03 +02:00
<animation type="windowopen">
<effect type="fade" start="0" end="100" delay="400" time="300"/>
<effect type="slide" start="0,-300" end="0,0" tween="cubic" easing="out" delay="400" time="400"/>
</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">
2014-09-28 20:47:53 +02:00
<posx>0</posx>
2015-05-18 21:37:03 +02:00
<posy>0</posy>
<width>8-col</width>
<height>2-row</height>
2014-09-28 20:47:53 +02:00
<align>center</align>
2015-03-27 21:31:13 +01:00
<font>dialogTitle</font>
2014-09-28 20:47:53 +02:00
<label>31103</label>
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>2-row</height>
<texture>colors/black.png</texture>
<colordiffuse>textboxInactive</colordiffuse>
<aspectratio>stretch</aspectratio>
2014-09-28 20:47:53 +02:00
</control>
2015-03-27 21:31:13 +01:00
<control type="label" id="103">
2014-09-28 20:47:53 +02:00
<description>Profile Directory</description>
<posx>0</posx>
2015-05-18 21:37:03 +02:00
<posy>10-row</posy>
<width>8-col</width>
<height>2-row</height>
2014-09-28 20:47:53 +02:00
<align>center</align>
2015-05-18 21:37:03 +02:00
<aligny>center</aligny>
2015-03-27 21:31:13 +01:00
<font>itemSubTitle</font>
2015-04-12 22:22:47 +02:00
<textcolor>highlight</textcolor>
2014-09-28 20:47:53 +02:00
</control>
2015-05-18 21:37:03 +02:00
<control type="image">
<posx>0</posx>
<posy>12-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">
<description>Profile switch</description>
2015-03-27 21:31:13 +01:00
<visible>!StringCompare(System.ProfileName,control.getlabel(1000))</visible>
2015-05-18 21:37:03 +02:00
<posx>0</posx>
<posy>12-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>
<onclick>LoadProfile($INFO[control.getlabel(1000)])</onclick>
<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>
<posy>14-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>
</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>