74 lines
2.9 KiB
XML
74 lines
2.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<window>
|
|
<defaultcontrol always="true">9999</defaultcontrol>
|
|
<allowoverlay>yes</allowoverlay>
|
|
<include>fadeInOut</include>
|
|
<controls>
|
|
<!--page container group-->
|
|
<control type="group">
|
|
<include>globalBackground</include>
|
|
<!--window fader-->
|
|
<animation type="conditional" condition="window.next(0)">
|
|
<effect type="fade" start="100" end="0" time="300"/>
|
|
</animation>
|
|
<!--content provider-->
|
|
<control type="group">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<!--Folder titles-->
|
|
<control type="group">
|
|
<posx>col-1-begin</posx>
|
|
<posy>row-2-begin</posy>
|
|
<!--source title-->
|
|
<control type="label">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>24-col</width>
|
|
<align>left</align>
|
|
<font>pageTitle</font>
|
|
<label>10506</label>
|
|
<textcolor>textActive</textcolor>
|
|
</control>
|
|
<!--source subtitle-->
|
|
<control type="label">
|
|
<posx>0</posx>
|
|
<posy>45</posy>
|
|
<width>24-col</width>
|
|
<align>left</align>
|
|
<font>regular</font>
|
|
<label>$INFO[container.Numitems,, $LOCALIZE[31145]]</label>
|
|
<textcolor>textActive</textcolor>
|
|
</control>
|
|
</control>
|
|
<!--Main content listing-->
|
|
<control type="group" id="9999">
|
|
<posx>col-1-begin</posx>
|
|
<posy>row-2-begin</posy>
|
|
<!--source content-->
|
|
<control type="group">
|
|
<include>viewGridList</include>
|
|
<include>viewFileList</include>
|
|
</control>
|
|
</control>
|
|
<!--page scrollbar-->
|
|
<control type="group" id="8000">
|
|
<visible>Control.IsVisible(60)</visible>
|
|
<animation effect="fade" start="100" end="70" time="100" condition="!controlgroup(8000).hasfocus">conditional</animation>
|
|
<control type="scrollbar" id="60">
|
|
<posx>108r</posx>
|
|
<posy>276</posy>
|
|
<height>672</height>
|
|
<onleft>9999</onleft>
|
|
</control>
|
|
</control>
|
|
</control>
|
|
</control>
|
|
<!--debugging-->
|
|
<include>DebugGrid</include>
|
|
<control type="label">
|
|
<include>WindowID</include>
|
|
<label>MyPrograms.xml</label>
|
|
</control>
|
|
</controls>
|
|
</window>
|