blob: ca2c171f5e2d86b70a5f0b5d03de0e195b1ec758 (
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
77
|
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">10</defaultcontrol>
<allowoverlay>no</allowoverlay>
<views>10,11,12,13</views>
<controls>
<include>CommonBackground</include>
<control type="image">
<left>0</left>
<top>100r</top>
<width>1280</width>
<height>100</height>
<texture>floor.png</texture>
<animation effect="fade" time="250" condition="Window.Previous(Home)">WindowOpen</animation>
<animation effect="fade" time="250" condition="Window.Next(Home)">WindowClose</animation>
</control>
<control type="group">
<include>Window_OpenClose_Animation</include>
<control type="image">
<left>0</left>
<top>100r</top>
<width>1280</width>
<height>100</height>
<texture>floor.png</texture>
<animation effect="fade" time="250" condition="Window.Previous(Home)">WindowOpen</animation>
<animation effect="fade" time="250" condition="Window.Next(Home)">WindowClose</animation>
</control>
<control type="group">
<include>Window_OpenClose_Animation</include>
<control type="group">
<include>VisibleFadeEffect</include>
<control type="image">
<left>55</left>
<top>60</top>
<width>1170</width>
<height>600</height>
<texture border="15">ContentPanel.png</texture>
</control>
<control type="image">
<left>55</left>
<top>652</top>
<width>1170</width>
<height>64</height>
<texture border="15">ContentPanelMirror.png</texture>
</control>
</control>
</control>
</control>
<include>MainWindowMouseButtons</include>
<include>PVRHeader</include>
<control type="group" id="50">
<include>Window_OpenClose_Animation</include>
<include>PVRGuideViewTimeline</include>
<include>PVRGuideViewNow</include>
<include>PVRGuideViewNext</include>
<include>PVRGuideViewChannel</include>
</control>
<include>CommonNowPlaying</include>
<include>BehindDialogFadeOut</include>
<include>ScrollOffsetLabel</include>
<control type="image">
<left>0</left>
<top>0</top>
<width>1280</width>
<height>720</height>
<texture>black-back.png</texture>
<animation effect="fade" time="400">Visible</animation>
<animation effect="fade" time="200">Hidden</animation>
<visible>Window.IsActive(FileBrowser) | Window.IsActive(PVRGuideInfo) | Window.IsActive(PVRRecordingInfo) | Window.IsActive(PVRTimerSetting) | Window.IsActive(PVRGroupManager) | Window.IsActive(PVRGuideSearch)</visible>
</control>
<include>PVRSideBlade</include>
<include>Clock</include>
</controls>
</window>
|