summaryrefslogtreecommitdiff
path: root/plugin.video.embycon/resources/skins/default/720p/ResumeDialog.xml
blob: 9ff6badce6ed34be9a99d34ec23e5a3dcd04a60d (plain)
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
<?xml version="1.0" encoding="UTF-8"?>
<window id="3301" type="dialog">
	<defaultcontrol always="true">3010</defaultcontrol>
    <zorder>2</zorder>
	<coordinates>
		<system>1</system>
		<left>450</left>
		<top>280</top>
	</coordinates>
	<include>dialogeffect</include>
	<controls>
    
		<control type="image">
			<left>0</left>
			<top>0</top>
			<width>380</width>
			<height>160</height>
			<texture border="40">bg.png</texture>
		</control>	
	
        <control type="button" id="3010">
			<texturenofocus border="1" colordiffuse="ff161616">white.png</texturenofocus>
			<texturefocus border="1" colordiffuse="ff525252">white.png</texturefocus>
            <left>20</left>
            <top>30</top>
            <width>340</width>
            <height>40</height>
            <label></label>
            <onup></onup>
            <ondown>3011</ondown>
            <font>font14</font>
            <align>center</align>
        </control>
           
        <control type="button" id="3011">
			<texturenofocus border="1" colordiffuse="ff161616">white.png</texturenofocus>
			<texturefocus border="1" colordiffuse="ff525252">white.png</texturefocus>		
            <left>20</left>
            <top>90</top>
            <width>340</width>
            <height>40</height>
            <label></label>
            <onup>3010</onup>
            <ondown>3012</ondown>
            <font>font14</font>
            <align>center</align>
        </control>       

	</controls>
</window>