skin.pellucid/xml/FileBrowser.xml

156 lines
6.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">450</defaultcontrol>
<include>fadeInOut</include>
<controls>
<!--background-->
<include>globalBackground</include>
<!--file list-->
<control type="group">
<posx>col-6-begin</posx>
<posy>row-3-begin</posy>
<!--animations-->
<include>modalDialogInOutVertical</include>
<control type="image">
<posx>-12</posx>
<posy>-12</posy>
<width>1178</width>
<height>792</height>
<texture border="24">dialogBackground.png</texture>
<colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>16-col</width>
<height>2-row</height>
<texture border="10">masks/menuTitle2.png</texture>
<colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="label" id="411">
<posx>24</posx>
<posy>0</posy>
<width>16-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>dialogTitle</font>
<label>10126</label>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
</control>
<!--page scrollbar-->
<control type="group" id="8000">
<visible>Control.IsVisible(60)</visible>
<animation effect="fade" start="100" end="0" time="100" condition="!controlgroup(8000).hasfocus">conditional</animation>
<control type="scrollbar" id="60">
<posx>-36</posx>
<posy>6-row</posy>
<height>11-row</height>
<onright>450</onright>
<onback>450</onback>
</control>
</control>
<control type="panel" id="450">
<posx>0</posx>
<posy>76</posy>
<width>12-col</width>
<height>19-row</height>
<onright>9000</onright>
<onleft>60</onleft>
<pagecontrol>60</pagecontrol>
<itemlayout height="84" width="12-col">
<control type="label">
<visible>ListItem.IsSelected</visible>
<posx>0</posx>
<posy>3</posy>
<width>66</width>
<height>66</height>
<align>center</align>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<selectedcolor>textActive</selectedcolor>
<label></label>
</control>
<control type="label">
<posx>1-col</posx>
<posy>0</posy>
<width>11-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
</itemlayout>
<focusedlayout height="84" width="12-col">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>12-col</width>
<height>69</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<bordersize>0</bordersize>
<colordiffuse>ffffffff</colordiffuse>
</control>
<control type="label">
<visible>ListItem.IsSelected</visible>
<posx>0</posx>
<posy>3</posy>
<width>66</width>
<height>66</height>
<align>center</align>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>black</textcolor>
<selectedcolor>black</selectedcolor>
<shadowcolor></shadowcolor>
<label></label>
</control>
<control type="label">
<posx>1-col</posx>
<posy>0</posy>
<width>11-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>black</textcolor>
<selectedcolor>black</selectedcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
</focusedlayout>
</control>
<!--OK / Cancel / New folder buttons-->
<control type="grouplist" id="9000">
<posx>12-col</posx>
<posy>76</posy>
<width>4-col</width>
<height>10-row</height>
<orientation>vertical</orientation>
<onleft>450</onleft>
<control type="button" id="413">
<description>OK</description>
<label>OK</label>
</control>
<control type="button" id="415">
<description>New folder</description>
<label>New Folder</label>
</control>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>FileBrowser.xml</label>
</control>
</controls>
</window>