blob: 2de0bd6fca5215adcf6f80102ccb8464acc36e88 (
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
|
<?xml version="1.0" encoding="utf-8"?>
<window>
<depth>DepthOSD</depth>
<defaultcontrol always="true">9000</defaultcontrol>
<onload>SetProperty(infobackground,$ESCINFO[ListItem.FolderPath],home)</onload>
<onunload>ClearProperty(infobackground,home)</onunload>
<controls>
<control type="group">
<centertop>50%</centertop>
<height>1080</height>
<centerleft>50%</centerleft>
<width>1920</width>
<control type="group">
<visible>!Window.IsActive(Slideshow)</visible>
<include>OpenClose_Left</include>
<top>160</top>
<control type="image">
<left>70</left>
<width>1280</width>
<height>820</height>
<texture border="21">dialogs/dialog-bg.png</texture>
</control>
<control type="image">
<left>120</left>
<top>50</top>
<width>1180</width>
<height>720</height>
<aspectratio aligny="center">keep</aspectratio>
<bordertexture colordiffuse="border_alpha">colors/black.png</bordertexture>
<bordersize>4</bordersize>
<texture border="4" background="true" fallback="colors/black.png">$INFO[ListItem.FolderPath]</texture>
</control>
</control>
<control type="group">
<include>OpenClose_Right</include>
<top>160</top>
<control type="image">
<description>background image</description>
<right>70</right>
<width>510</width>
<height>820</height>
<texture border="22">dialogs/dialog-bg.png</texture>
</control>
<include content="UpDownArrows">
<param name="container_id" value="5" />
<param name="posx" value="1590" />
<param name="up_posy" value="-20" />
<param name="down_posy" value="820" />
</include>
<control type="group" id="9000">
<control type="scrollbar" id="60">
<left>1840</left>
<top>20</top>
<width>12</width>
<height>780</height>
<orientation>vertical</orientation>
</control>
<control type="list" id="5">
<right>70</right>
<top>30</top>
<width>480</width>
<height>750</height>
<orientation>vertical</orientation>
<onleft>Dialog.Close(all,true)</onleft>
<onleft>Action(left)</onleft>
<onleft>info</onleft>
<onright>Dialog.Close(all,true)</onright>
<onright>Action(right)</onright>
<onright>info</onright>
<onup>5</onup>
<ondown>5</ondown>
<pagecontrol>60</pagecontrol>
<focusedlayout height="50">
<control type="label">
<left>10</left>
<height>50</height>
<width>430</width>
<aligny>center</aligny>
<font>font12</font>
<label>$INFO[ListItem.Label]</label>
<textcolor>button_focus</textcolor>
<shadowcolor>text_shadow</shadowcolor>
</control>
<control type="label">
<left>10</left>
<height>50</height>
<width>430</width>
<align>right</align>
<font>font12</font>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
<shadowcolor>text_shadow</shadowcolor>
</control>
</focusedlayout>
<itemlayout height="50">
<control type="label">
<left>10</left>
<height>50</height>
<width>430</width>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
<font>font12</font>
<textcolor>button_focus</textcolor>
<shadowcolor>text_shadow</shadowcolor>
</control>
<control type="label">
<left>10</left>
<height>50</height>
<width>430</width>
<align>right</align>
<font>font12</font>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
<shadowcolor>text_shadow</shadowcolor>
</control>
</itemlayout>
</control>
</control>
</control>
</control>
<include content="InfoDialogTopBarInfo">
<param name="main_label" value="$INFO[ListItem.Label]" />
<param name="sub_label" value="$INFO[ListItem.PictureDateTime]" />
</include>
</controls>
</window>
|