Merge pull request #473 from Montellese/onplaybackspeedchanged
[vuplus_xbmc] / addons / skin.confluence / 720p / DialogPeripheralManager.xml
1 <window id="10140">
2         <defaultcontrol always="true">20</defaultcontrol>
3         <coordinates>
4                 <system>1</system>
5                 <posx>335</posx>
6                 <posy>30</posy>
7         </coordinates>
8         <include>dialogeffect</include>
9         <controls>
10                 <control type="group">
11                         <visible>!Window.IsVisible(PeripheralSettings)</visible>
12                         <include>VisibleFadeEffect</include>
13                         <control type="image">
14                                 <description>background image</description>
15                                 <posx>0</posx>
16                                 <posy>0</posy>
17                                 <width>610</width>
18                                 <height>650</height>
19                                 <texture border="40">DialogBack.png</texture>
20                                 <visible>![Window.IsVisible(FullscreenVideo) | Window.IsVisible(Visualisation)]</visible>
21                         </control>
22                         <control type="image">
23                                 <description>background image</description>
24                                 <posx>0</posx>
25                                 <posy>0</posy>
26                                 <width>610</width>
27                                 <height>650</height>
28                                 <texture border="40">DialogBack2.png</texture>
29                                 <visible>Window.IsVisible(FullscreenVideo) | Window.IsVisible(Visualisation)</visible>
30                         </control>
31                         <control type="image">
32                                 <description>Dialog Header image</description>
33                                 <posx>40</posx>
34                                 <posy>16</posy>
35                                 <width>530</width>
36                                 <height>40</height>
37                                 <texture>dialogheader.png</texture>
38                         </control>
39                         <control type="label" id="1">
40                                 <description>header label</description>
41                                 <posx>40</posx>
42                                 <posy>20</posy>
43                                 <width>530</width>
44                                 <height>30</height>
45                                 <font>font13_title</font>
46                                 <label>$LOCALIZE[35000]</label>
47                                 <align>center</align>
48                                 <aligny>center</aligny>
49                                 <textcolor>selected</textcolor>
50                                 <shadowcolor>black</shadowcolor>
51                         </control>
52                         <control type="button">
53                                 <description>Close Window button</description>
54                                 <posx>520</posx>
55                                 <posy>15</posy>
56                                 <width>64</width>
57                                 <height>32</height>
58                                 <label>-</label>
59                                 <font>-</font>
60                                 <onclick>PreviousMenu</onclick>
61                                 <texturefocus>DialogCloseButton-focus.png</texturefocus>
62                                 <texturenofocus>DialogCloseButton.png</texturenofocus>
63                                 <onleft>10</onleft>
64                                 <onright>10</onright>
65                                 <onup>10</onup>
66                                 <ondown>10</ondown>
67                                 <visible>system.getbool(input.enablemouse)</visible>
68                         </control>
69
70                         <control type="list" id="20">
71                                 <posx>20</posx>
72                                 <posy>65</posy>
73                                 <width>550</width>
74                                 <height>510</height>
75                                 <onup>6</onup>
76                                 <ondown>6</ondown>
77                                 <onleft>5</onleft>
78                                 <onright>61</onright>
79                                 <pagecontrol>61</pagecontrol>
80                                 <scrolltime>200</scrolltime>
81                                 <animation effect="slide" start="0,0" end="10,0" time="0" condition="!Control.IsVisible(61)">Conditional</animation>
82                                 <itemlayout height="85" width="550">
83                                         <control type="image">
84                                                 <posx>0</posx>
85                                                 <posy>0</posy>
86                                                 <width>550</width>
87                                                 <height>80</height>
88                                                 <texture border="5">button-nofocus.png</texture>
89                                         </control>
90                                         <control type="label">
91                                                 <description>Name</description>
92                                                 <posx>10</posx>
93                                                 <posy>5</posy>
94                                                 <width>520</width>
95                                                 <height>20</height>
96                                                 <label>$INFO[ListItem.Label]</label>
97                                                 <align>left</align>
98                                                 <aligny>center</aligny>
99                                                 <font>font13</font>
100                                                 <textcolor>white</textcolor>
101                                         </control>
102                                         <control type="label">
103                                                 <description>Product ID Vendor ID</description>
104                                                 <posx>10</posx>
105                                                 <posy>30</posy>
106                                                 <width>520</width>
107                                                 <height>20</height>
108                                                 <label>$LOCALIZE[35504]:  [COLOR=grey2]$INFO[ListItem.Property(Product)][/COLOR]    $LOCALIZE[35503]:  [COLOR=grey2]$INFO[ListItem.Property(Vendor)][/COLOR]</label>
109                                                 <align>left</align>
110                                                 <aligny>center</aligny>
111                                                 <font>font12</font>
112                                                 <textcolor>blue</textcolor>
113                                         </control>
114                                         <control type="label">
115                                                 <description>class</description>
116                                                 <posx>10</posx>
117                                                 <posy>50</posy>
118                                                 <width>520</width>
119                                                 <height>20</height>
120                                                 <label>$LOCALIZE[35501]:  [COLOR=grey2]$INFO[ListItem.Property(Class)][/COLOR]</label>
121                                                 <align>left</align>
122                                                 <aligny>center</aligny>
123                                                 <font>font12</font>
124                                                 <textcolor>blue</textcolor>
125                                         </control>
126                                 </itemlayout>
127                                 <focusedlayout height="85" width="550">
128                                         <control type="image">
129                                                 <posx>0</posx>
130                                                 <posy>0</posy>
131                                                 <width>550</width>
132                                                 <height>80</height>
133                                                 <texture border="5">button-nofocus.png</texture>
134                                                 <visible>!Control.HasFocus(20)</visible>
135                                                 <include>VisibleFadeEffect</include>
136                                         </control>
137                                         <control type="image">
138                                                 <posx>0</posx>
139                                                 <posy>0</posy>
140                                                 <width>550</width>
141                                                 <height>80</height>
142                                                 <texture border="5">button-focus2.png</texture>
143                                                 <visible>Control.HasFocus(20)</visible>
144                                                 <include>VisibleFadeEffect</include>
145                                         </control>
146                                         <control type="label">
147                                                 <description>Name</description>
148                                                 <posx>10</posx>
149                                                 <posy>5</posy>
150                                                 <width>520</width>
151                                                 <height>20</height>
152                                                 <label>$INFO[ListItem.Label]</label>
153                                                 <align>left</align>
154                                                 <aligny>center</aligny>
155                                                 <font>font13</font>
156                                                 <textcolor>white</textcolor>
157                                         </control>
158                                         <control type="label">
159                                                 <description>Product ID Vendor ID</description>
160                                                 <posx>10</posx>
161                                                 <posy>30</posy>
162                                                 <width>520</width>
163                                                 <height>20</height>
164                                                 <label>$LOCALIZE[35504]:  [COLOR=grey2]$INFO[ListItem.Property(Product)][/COLOR]    $LOCALIZE[35503]:  [COLOR=grey2]$INFO[ListItem.Property(Vendor)][/COLOR]</label>
165                                                 <align>left</align>
166                                                 <aligny>center</aligny>
167                                                 <font>font12</font>
168                                                 <textcolor>blue</textcolor>
169                                         </control>
170                                         <control type="label">
171                                                 <description>class</description>
172                                                 <posx>10</posx>
173                                                 <posy>50</posy>
174                                                 <width>520</width>
175                                                 <height>20</height>
176                                                 <label>$LOCALIZE[35501]:  [COLOR=grey2]$INFO[ListItem.Property(Class)][/COLOR]</label>
177                                                 <align>left</align>
178                                                 <aligny>center</aligny>
179                                                 <font>font12</font>
180                                                 <textcolor>blue</textcolor>
181                                         </control>
182                                 </focusedlayout>
183                         </control>
184
185                         <control type="scrollbar" id="61">
186                                 <posx>570</posx>
187                                 <posy>65</posy>
188                                 <width>25</width>
189                                 <height>510</height>
190                                 <texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
191                                 <texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar>
192                                 <texturesliderbarfocus border="0,14,0,14">ScrollBarV_bar_focus.png</texturesliderbarfocus>
193                                 <textureslidernib>ScrollBarNib.png</textureslidernib>
194                                 <textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
195                                 <onleft>3</onleft>
196                                 <onright>3</onright>
197                                 <ondown>61</ondown>
198                                 <onup>61</onup>
199                                 <showonepage>false</showonepage>
200                                 <orientation>vertical</orientation>
201                         </control>
202                         <control type="label">
203                                 <description>number of files/pages in list text label</description>
204                                 <posx>580</posx>
205                                 <posy>585</posy>
206                                 <width>300</width>
207                                 <height>35</height>
208                                 <font>font12</font>
209                                 <align>right</align>
210                                 <aligny>center</aligny>
211                                 <scroll>true</scroll>
212                                 <textcolor>grey</textcolor>
213                                 <label>([COLOR=blue]$INFO[Container(20).NumItems][/COLOR]) $LOCALIZE[31025] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(20).CurrentPage]/$INFO[Container(20).NumPages][/COLOR])</label>
214                         </control>
215                         <control type="button" id="10">
216                                 <description>Close button</description>
217                                 <posx>20</posx>
218                                 <posy>585</posy>
219                                 <width>200</width>
220                                 <height>40</height>
221                                 <label>186</label>
222                                 <font>font12_title</font>
223                                 <textcolor>white</textcolor>
224                                 <focusedcolor>white</focusedcolor>
225                                 <align>center</align>
226                                 <onleft>61</onleft>
227                                 <onright>20</onright>
228                                 <onup>20</onup>
229                                 <ondown>20</ondown>
230                         </control>
231                 </control>
232         </controls>
233 </window>