1
<window id="1113" type="dialog">
2
<defaultcontrol always="true">9000</defaultcontrol>
3
<include>dialogeffect</include>
10
<control type="image">
15
<texture border="20">OverlayDialogBackground.png</texture>
17
<control type="group" id="9000">
18
<control type="button" id="1">
19
<description>Play Button</description>
27
<textcolor>grey2</textcolor>
28
<focusedcolor>white</focusedcolor>
29
<onclick>XBMC.PlayDVD()</onclick>
30
<onclick>Dialog.Close(1113)</onclick>
31
<texturefocus border="5">button-focus.png</texturefocus>
32
<texturenofocus>-</texturenofocus>
33
<onleft>Dialog.Close(1113)</onleft>
37
<enable>System.HasMediaDVD</enable>
39
<control type="button" id="2">
40
<description>Eject Button</description>
48
<textcolor>grey2</textcolor>
49
<focusedcolor>white</focusedcolor>
50
<onclick>EjectTray()</onclick>
51
<texturefocus border="5">button-focus.png</texturefocus>
52
<texturenofocus>-</texturenofocus>
53
<onleft>Dialog.Close(1113)2</onleft>
58
<control type="button" id="3">
59
<description>Cancel Button</description>
67
<textcolor>grey2</textcolor>
68
<focusedcolor>white</focusedcolor>
69
<onclick>Dialog.Close(1113)</onclick>
70
<texturefocus border="5">button-focus.png</texturefocus>
71
<texturenofocus>-</texturenofocus>
72
<onleft>Dialog.Close(1113)</onleft>
b'\\ No newline at end of file'