skin.pellucid/1080i/DialogContentSettings.xml

334 lines
14 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">20</defaultcontrol>
<controls>
<!--background-->
<include>globalBackground</include>
<control type="group">
<posx>col-5-begin</posx>
<posy>row-5-begin</posy>
<!--animations-->
<include>modalDialogInOutVertical</include>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>16-col</width>
<height>2-row</height>
<texture>colors/white.png</texture>
<colordiffuse>$INFO[skin.string(highlightColor)]</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<posx>0</posx>
<posy>2-row</posy>
<width>16-col</width>
<height>14-row</height>
<texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<posx>12-col</posx>
<posy>2-row</posy>
<width>4-col</width>
<height>14-row</height>
<texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="label">
<posx>24</posx>
<posy>0</posy>
<width>16-col</width>
<height>2-row</height>
<aligny>center</aligny>
<font>dialogTitle</font>
<textcolor>textActive</textcolor>
<label>31033</label>
</control>
<!--dialog options-->
<control type="spincontrolex" id="20">
<description>Directory Content</description>
<posx>0</posx>
<posy>2-row</posy>
<width>12-col</width>
<ondown>6500</ondown>
<onright>9001</onright>
<label>31031</label>
</control>
<!--scraper selection-->
<control type="group">
<control type="image">
<posx>0</posx>
<posy>4-row</posy>
<width>12-col</width>
<height>2-row</height>
<texture>colors/white.png</texture>
<visible>Control.HasFocus(6501) | Control.HasFocus(6500)</visible>
</control>
<control type="label">
<visible>!Control.HasFocus(6501) + !Control.HasFocus(6500)</visible>
<posx>24</posx>
<posy>4-row</posy>
<width>6-col</width>
<height>2-row</height>
<aligny>center</aligny>
<label>31137</label>
<font>buttonTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<visible>Control.HasFocus(6501) | Control.HasFocus(6500)</visible>
<posx>24</posx>
<posy>4-row</posy>
<width>6-col</width>
<height>2-row</height>
<aligny>center</aligny>
<label>31137</label>
<font>buttonTitle</font>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
</control>
<control type="panel" id="21">
<enable>false</enable>
<posx>174</posx>
<posy>4-row</posy>
<width>8-col</width>
<height>2-row</height>
<onup>20</onup>
<ondown>22</ondown>
<onright>9001</onright>
<orientation>horizontal</orientation>
<scrolltime>0</scrolltime>
<itemlayout width="8-col" height="2-row">
<control type="label">
<visible>!Control.HasFocus(6501) + !Control.HasFocus(6500)</visible>
<posx>0</posx>
<posy>0</posy>
<width>8-col</width>
<height>2-row</height>
<aligny>center</aligny>
<align>right</align>
<font>buttonTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<visible>Control.HasFocus(6501) | Control.HasFocus(6500)</visible>
<posx>0</posx>
<posy>0</posy>
<width>8-col</width>
<height>2-row</height>
<aligny>center</aligny>
<align>right</align>
<font>buttonTitle</font>
<textcolor>black</textcolor>
<selectedcolor>black</selectedcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
</itemlayout>
<focusedlayout width="8-col" height="2-row">
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>8-col</width>
<height>2-row</height>
<aligny>center</aligny>
<align>right</align>
<font>buttonTitle</font>
<textcolor>textActive</textcolor>
<selectedcolor>textActive</selectedcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<visible>Control.HasFocus(6501) | Control.HasFocus(6500)</visible>
<posx>0</posx>
<posy>0</posy>
<width>8-col</width>
<height>2-row</height>
<aligny>center</aligny>
<align>right</align>
<font>buttonTitle</font>
<textcolor>black</textcolor>
<selectedcolor>black</selectedcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
</focusedlayout>
</control>
<control type="button" id="6500">
<description>Menu Item Next Button</description>
<posx>780</posx>
<posy>166</posy>
<width>30</width>
<height>30</height>
<texturenofocus>UIControls/arrow-down-nf.png</texturenofocus>
<texturefocus>UIControls/arrow-down-fo.png</texturefocus>
<onclick>Control.Move(21,1)</onclick>
<onleft>6501</onleft>
<onright>6501</onright>
<onup>20</onup>
<ondown>22</ondown>
</control>
<control type="button" id="6501">
<description>Menu Item Prev Button</description>
<posx>810</posx>
<posy>166</posy>
<width>30</width>
<height>30</height>
<texturenofocus>UIControls/arrow-up-nf.png</texturenofocus>
<texturefocus>UIControls/arrow-up-fo.png</texturefocus>
<onclick>Control.Move(21,-1)</onclick>
<onleft>6500</onleft>
<onright>9001</onright>
<onup>20</onup>
<ondown>22</ondown>
</control>
</control>
<!--specific media type settings-->
<control type="button" id="22">
<description>Specific media type settings</description>
<posx>0</posx>
<posy>6-row</posy>
<label>31042</label>
<width>12-col</width>
<onup>21</onup>
<ondown>5</ondown>
<onright>9001</onright>
</control>
<!--misc options-->
<control type="grouplist" id="5">
<description>Control Area</description>
<posx>0</posx>
<posy>8-row</posy>
<width>12-col</width>
<height>8-row</height>
<itemgap>0</itemgap>
<onup>22</onup>
<onright>9001</onright>
<orientation>vertical</orientation>
</control>
<control type="button" id="7">
<description>default</description>
</control>
<control type="radiobutton" id="8">
<description>radioButton</description>
</control>
<!--OK / Cancel-->
<control type="panel" id="9001">
<posx>12-col</posx>
<posy>2-row</posy>
<width>4-col</width>
<height>5-row</height>
<itemgap>0</itemgap>
<orientation>vertical</orientation>
<onleft>20</onleft>
<itemlayout width="4-col" height="2-row">
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>-1</posy>
<width>4-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
</control>
</itemlayout>
<focusedlayout width="4-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<colordiffuse>$INFO[skin.string(highlightColor)]</colordiffuse>
<include>spinFocusIcon</include>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>4-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
</control>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>-1</posy>
<width>4-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</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(132,28)</onclick>
</item>
<item id="2">
<description>Cancel Button</description>
<label>222</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(132,29)</onclick>
</item>
</content>
</control>
</control>
<!--hidden dialog controls-->
<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>DialogContentSettings.xml</label>
</control>
</controls>
</window>