changed: Add logic to properly handle subtitles for stacked files
[vuplus_xbmc] / addons / skin.confluence / 720p / DialogProgress.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <window>
3         <defaultcontrol always="true">10</defaultcontrol>
4         <coordinates>
5                 <system>1</system>
6                 <left>335</left>
7                 <top>230</top>
8         </coordinates>
9         <include>dialogeffect</include>
10         <controls>
11                 <control type="image">
12                         <left>0</left>
13                         <top>0</top>
14                         <width>610</width>
15                         <height>240</height>
16                         <texture border="40">DialogBack.png</texture>
17                 </control>
18                 <control type="image">
19                         <description>Dialog Header image</description>
20                         <left>40</left>
21                         <top>16</top>
22                         <width>530</width>
23                         <height>40</height>
24                         <texture>dialogheader.png</texture>
25                 </control>
26                 <control type="label" id="1">
27                         <description>fake heading label</description>
28                         <left>0</left>
29                         <top>0</top>
30                         <width>0</width>
31                         <height>0</height>
32                         <font>-</font>
33                         <visible>false</visible>
34                 </control>
35                 <control type="label">
36                         <description>header label</description>
37                         <left>40</left>
38                         <top>20</top>
39                         <width>530</width>
40                         <height>30</height>
41                         <font>font13_title</font>
42                         <label>$INFO[Control.GetLabel(1)] $INFO[System.Progressbar,- ,%]</label>
43                         <align>center</align>
44                         <aligny>center</aligny>
45                         <textcolor>selected</textcolor>
46                         <shadowcolor>black</shadowcolor>
47                 </control>
48                 <control type="button">
49                         <description>Close Window button</description>
50                         <left>520</left>
51                         <top>15</top>
52                         <width>64</width>
53                         <height>32</height>
54                         <label>-</label>
55                         <font>-</font>
56                         <onclick>PreviousMenu</onclick>
57                         <texturefocus>DialogCloseButton-focus.png</texturefocus>
58                         <texturenofocus>DialogCloseButton.png</texturenofocus>
59                         <onleft>10</onleft>
60                         <onright>10</onright>
61                         <onup>10</onup>
62                         <ondown>10</ondown>
63                         <visible>system.getbool(input.enablemouse)</visible>
64                 </control>
65                 <control type="label" id="2">
66                         <description>dialog line 1</description>
67                         <left>30</left>
68                         <top>60</top>
69                         <width>550</width>
70                         <height>30</height>
71                         <align>left</align>
72                         <aligny>center</aligny>
73                         <label>-</label>
74                         <haspath>true</haspath>
75                         <font>font13</font>
76                 </control>
77                 <control type="label" id="3">
78                         <description>dialog line 2</description>
79                         <left>30</left>
80                         <top>85</top>
81                         <width>550</width>
82                         <height>30</height>
83                         <align>left</align>
84                         <aligny>center</aligny>
85                         <label>-</label>
86                         <haspath>true</haspath>
87                         <font>font13</font>
88                 </control>
89                 <control type="label" id="4">
90                         <description>dialog line 3</description>
91                         <left>30</left>
92                         <top>110</top>
93                         <width>550</width>
94                         <height>30</height>
95                         <align>left</align>
96                         <aligny>center</aligny>
97                         <label>-</label>
98                         <haspath>true</haspath>
99                         <font>font13</font>
100                 </control>
101                 <control type="progress">
102                         <description>Progressbar</description>
103                         <left>30</left>
104                         <top>148</top>
105                         <width>550</width>
106                         <height>16</height>
107                         <info>System.Progressbar</info>
108                 </control>
109                 <control type="button" id="10">
110                         <description>Cancel button</description>
111                         <left>205</left>
112                         <top>175</top>
113                         <width>200</width>
114                         <height>40</height>
115                         <label>222</label>
116                         <font>font12_title</font>
117                         <textcolor>white</textcolor>
118                         <focusedcolor>white</focusedcolor>
119                         <align>center</align>
120                         <onleft>10</onleft>
121                         <onright>10</onright>
122                         <onup>10</onup>
123                         <ondown>10</ondown>
124                 </control>
125         </controls>
126 </window>