blob: b01e2829fd612661a7020df73bf8b07a58083096 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
|
<?xml version="1.0" encoding="utf-8"?>
<window>
<defaultcontrol always="true">450</defaultcontrol>
<include>Animation_DialogPopupOpenClose</include>
<controls>
<control type="group">
<centertop>50%</centertop>
<centerleft>50%</centerleft>
<width>1540</width>
<height>838</height>
<include content="DialogBackgroundCommons">
<param name="DialogBackgroundWidth" value="1540" />
<param name="DialogBackgroundHeight" value="858" />
<param name="DialogHeaderLabel" value="$LOCALIZE[1036]" />
<param name="DialogHeaderId" value="2" />
</include>
<include content="UpDownArrows">
<param name="container_id" value="450" />
<param name="posx" value="746" />
<param name="up_posy" value="-40" />
<param name="down_posy" value="876" />
</include>
<control type="scrollbar" id="60">
<right>0</right>
<top>70</top>
<width>12</width>
<height>788</height>
<onleft>450</onleft>
<onright>450</onright>
<orientation>vertical</orientation>
</control>
<control type="panel" id="450">
<left>10</left>
<top>70</top>
<width>1600</width>
<height>788</height>
<onleft>60</onleft>
<onright>60</onright>
<onup>450</onup>
<ondown>450</ondown>
<preloaditems>2</preloaditems>
<pagecontrol>60</pagecontrol>
<scrolltime tween="sine">200</scrolltime>
<orientation>vertical</orientation>
<itemlayout width="300" height="380">
<control type="group">
<top>10</top>
<include content="InfoWallMusicLayout">
<param name="fallback_image" value="DefaultFavourites.png" />
</include>
</control>
</itemlayout>
<focusedlayout width="300">
<control type="group">
<top>10</top>
<include content="InfoWallMusicLayout">
<param name="fallback_image" value="DefaultFavourites.png" />
<param name="focused" value="true" />
</include>
</control>
</focusedlayout>
</control>
<control type="textbox">
<left>300</left>
<top>200</top>
<width>900</width>
<height>300</height>
<aligny>center</aligny>
<align>center</align>
<label>$LOCALIZE[31025]</label>
<font>font45_title</font>
<visible>Integer.IsEqual(Container(450).NumItems,0)</visible>
</control>
</control>
</controls>
</window>
|