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
|
<window id="1113" type="dialog">
<defaultcontrol always="true">9000</defaultcontrol>
<include>dialogeffect</include>
<coordinates>
<system>1</system>
<posx>55</posx>
<posy>570</posy>
</coordinates>
<controls>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>200</width>
<height>150</height>
<texture border="20">OverlayDialogBackground.png</texture>
</control>
<control type="group" id="9000">
<control type="button" id="1">
<description>Play Button</description>
<posx>10</posx>
<posy>10</posy>
<width>180</width>
<height>40</height>
<label>208</label>
<font>font13</font>
<align>center</align>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<onclick>XBMC.PlayDVD()</onclick>
<onclick>Dialog.Close(1113)</onclick>
<texturefocus border="5">button-focus.png</texturefocus>
<texturenofocus>-</texturenofocus>
<onleft>Dialog.Close(1113)</onleft>
<onright>1</onright>
<onup>3</onup>
<ondown>2</ondown>
<enable>System.HasMediaDVD</enable>
</control>
<control type="button" id="2">
<description>Eject Button</description>
<posx>10</posx>
<posy>50</posy>
<width>180</width>
<height>40</height>
<label>13391</label>
<font>font13</font>
<align>center</align>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<onclick>EjectTray()</onclick>
<texturefocus border="5">button-focus.png</texturefocus>
<texturenofocus>-</texturenofocus>
<onleft>Dialog.Close(1113)2</onleft>
<onright>2</onright>
<onup>1</onup>
<ondown>3</ondown>
</control>
<control type="button" id="3">
<description>Cancel Button</description>
<posx>10</posx>
<posy>90</posy>
<width>180</width>
<height>40</height>
<label>222</label>
<font>font13</font>
<align>center</align>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<onclick>Dialog.Close(1113)</onclick>
<texturefocus border="5">button-focus.png</texturefocus>
<texturenofocus>-</texturenofocus>
<onleft>Dialog.Close(1113)</onleft>
<onright>3</onright>
<onup>2</onup>
<ondown>1</ondown>
</control>
</control>
</controls>
</window>
|