1 <?xml version="1.0" encoding="UTF-8"?>
2 <window type="dialog" id="1103">
3 <defaultcontrol>11</defaultcontrol>
4 <include>Animation_DialogPopupOpenClose</include>
5 <depth>DepthOSD+</depth>
7 <control type="button">
8 <description>background close area</description>
15 <onclick>Action(close)</onclick>
17 <control type="group">
22 <control type="image">
27 <texture>dialogs/dialog-bg-nobo.png</texture>
28 <bordertexture border="21" infill="false">overlays/shadow.png</bordertexture>
29 <bordersize>20</bordersize>
31 <control type="progress">
36 <texturebg border="3" colordiffuse="60FFFFFF">colors/white50.png</texturebg>
37 <midtexture colordiffuse="button_focus">colors/white.png</midtexture>
38 <info>Player.Volume</info>
40 <control type="slider">
45 <texturesliderbar></texturesliderbar>
46 <textureslidernib></textureslidernib>
47 <textureslidernibfocus></textureslidernibfocus>
48 <info>Player.Volume</info>
49 <action>Volume</action>
51 <control type="button">
56 <texturefocus flipx="true" colordiffuse="button_focus">overlays/arrowright.png</texturefocus>
57 <texturenofocus flipx="true" colordiffuse="button_focus">overlays/arrowright.png</texturenofocus>
58 <animation effect="zoom" start="0,100" end="100,100" delay="500" center="auto" time="200">WindowOpen</animation>
59 <animation effect="zoom" start="100,100" end="0,100" center="auto" time="200">WindowClose</animation>
60 <hitrect x="-20" y="20" w="60" h="112" />
61 <onclick>Action(VolumeDown)</onclick>
63 <control type="button">
68 <texturefocus colordiffuse="button_focus">overlays/arrowright.png</texturefocus>
69 <texturenofocus colordiffuse="button_focus">overlays/arrowright.png</texturenofocus>
70 <animation effect="zoom" start="0,100" end="100,100" delay="500" center="auto" time="200">WindowOpen</animation>
71 <animation effect="zoom" start="100,100" end="0,100" center="auto" time="200">WindowClose</animation>
72 <hitrect x="440" y="20" w="60" h="112" />
73 <onclick>Action(VolumeUp)</onclick>