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