1 <?xml version="1.0" encoding="UTF-8"?>
3 <defaultcontrol>996</defaultcontrol>
4 <include>Animation_DialogPopupOpenClose</include>
10 <control type="image">
15 <animation effect="fade" start="0" end="100" time="300">WindowOpen</animation>
16 <animation effect="fade" start="100" end="0" time="200">WindowClose</animation>
17 <texture colordiffuse="B0FFFFFF">colors/black.png</texture>
19 <control type="button">
26 <onclick>Action(close)</onclick>
28 <control type="group">
29 <animation effect="slide" end="0,175" time="0" condition="Window.IsActive(home)">conditional</animation>
30 <control type="image" id="999">
31 <description>background image</description>
36 <texture colordiffuse="dialog_tint">colors/white.png</texture>
38 <control type="grouplist" id="996">
39 <description>grouplist for context buttons</description>
43 <height max="780">auto</height>
44 <usecontrolcoords>true</usecontrolcoords>
46 <include content="UpDownArrows">
47 <param name="container_id" value="996" />
48 <param name="posx" value="201" />
49 <param name="up_posy" value="-40" />
50 <param name="down_posy" value="798" />
53 <control type="button" id="1000">
54 <description>button template</description>
60 <texturefocus colordiffuse="button_focus">lists/focus.png</texturefocus>