skin.pellucid/1080i/ProfileSettings.xml

195 lines
7.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">6000</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">
<posx>col-7-begin</posx>
<posy>row-2-begin</posy>
<!--animations-->
<include>modalDialogInOutVertical</include>
<control type="image" id="101">
<description>profile image</description>
<posx>324</posx>
<posy>0</posy>
<width>3-col</width>
<height>3-col</height>
<texture fallback="colors/offblack.png" diffuse="masks/circle.png" border="0">colors/offblack.png</texture>
<aspectratio>keep</aspectratio>
</control>
<control type="label" id="102">
<posx>0</posx>
<posy>4-row</posy>
<width>12-col</width>
<align>center</align>
<font>dialogTitle</font>
<label>31103</label>
<textcolor>white</textcolor>
<shadowcolor>-</shadowcolor>
</control>
<control type="label" id="103">
<description>Profile Directory</description>
<posx>0</posx>
<posy>5-row</posy>
<width>12-col</width>
<align>center</align>
<font>itemSubTitle</font>
<textcolor>highlight</textcolor>
</control>
<control type="button" id="6000">
<description>Profile switch</description>
<visible>!StringCompare(System.ProfileName,control.getlabel(1000))</visible>
<posx>2-col</posx>
<posy>7-row</posy>
<align>left</align>
<height>54</height>
<width>8-col</width>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<focusedcolor>black</focusedcolor>
<texturefocus>colors/white.png</texturefocus>
<texturenofocus>-</texturenofocus>
<textoffsetx>12</textoffsetx>
<label>31131</label>
<onclick>LoadProfile($INFO[control.getlabel(1000)])</onclick>
<ondown>5</ondown>
</control>
<control type="grouplist" id="5">
<description>Control Area</description>
<posx>2-col</posx>
<posy>8-row</posy>
<width>8-col</width>
<height>11-row</height>
<itemgap>3</itemgap>
<orientation>vertical</orientation>
<ondown>9001</ondown>
<onup>6000</onup>
</control>
<control type="button" id="7">
<description>button</description>
<align>left</align>
<height>54</height>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<focusedcolor>black</focusedcolor>
<texturefocus>colors/white.png</texturefocus>
<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>
<!--OK / Cancel-->
<control type="panel" id="9001">
<posx>2-col</posx>
<posy>15-row</posy>
<width>8-col</width>
<height>1-row</height>
<itemgap>3</itemgap>
<orientation>horizontal</orientation>
<onleft>2</onleft>
<onup>5</onup>
<itemlayout width="4-col" height="1-row">
<control type="image">
<posx>0</posx>
<posy>2</posy>
<width>4-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>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>1-col</posx>
<posy>2</posy>
<width>3-col-gutter</width>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
</itemlayout>
<focusedlayout width="4-col" height="1-row">
<control type="image">
<posx>0</posx>
<posy>2</posy>
<width>4-col</width>
<height>53</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
</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>3-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(130,28)</onclick>
</item>
<item id="2">
<description>Cancel Button</description>
<label>222</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(130,29)</onclick>
</item>
</content>
</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>
</window>