~x3lectric/xbmc/svn-trunk

« back to all changes in this revision

Viewing changes to addons/org.xbmc.addons.confluence/720p/custom_DiscDialog_1113.xml

  • Committer: jmarshallnz
  • Date: 2010-04-27 23:05:22 UTC
  • Revision ID: svn-v4:568bbfeb-2a22-0410-94d2-cc84cf5bfa90:trunk:29568
changed: paint the (system) addons bikeshed (moves - id's to come)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<window id="1113" type="dialog">
2
 
        <defaultcontrol always="true">9000</defaultcontrol>
3
 
        <include>dialogeffect</include>
4
 
        <coordinates>
5
 
                <system>1</system>
6
 
                <posx>55</posx>
7
 
                <posy>570</posy>
8
 
        </coordinates>
9
 
        <controls>
10
 
                <control type="image">
11
 
                        <posx>0</posx>
12
 
                        <posy>0</posy>
13
 
                        <width>200</width>
14
 
                        <height>150</height>
15
 
                        <texture border="20">OverlayDialogBackground.png</texture>
16
 
                </control>
17
 
                <control type="group" id="9000">
18
 
                        <control type="button" id="1">
19
 
                                <description>Play Button</description>
20
 
                                <posx>10</posx>
21
 
                                <posy>10</posy>
22
 
                                <width>180</width>
23
 
                                <height>40</height>
24
 
                                <label>208</label>
25
 
                                <font>font13</font>
26
 
                                <align>center</align>
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>
34
 
                                <onright>1</onright>
35
 
                                <onup>3</onup>
36
 
                                <ondown>2</ondown>
37
 
                                <enable>System.HasMediaDVD</enable>
38
 
                        </control>
39
 
                        <control type="button" id="2">
40
 
                                <description>Eject Button</description>
41
 
                                <posx>10</posx>
42
 
                                <posy>50</posy>
43
 
                                <width>180</width>
44
 
                                <height>40</height>
45
 
                                <label>13391</label>
46
 
                                <font>font13</font>
47
 
                                <align>center</align>
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>
54
 
                                <onright>2</onright>
55
 
                                <onup>1</onup>
56
 
                                <ondown>3</ondown>
57
 
                        </control>
58
 
                        <control type="button" id="3">
59
 
                                <description>Cancel Button</description>
60
 
                                <posx>10</posx>
61
 
                                <posy>90</posy>
62
 
                                <width>180</width>
63
 
                                <height>40</height>
64
 
                                <label>222</label>
65
 
                                <font>font13</font>
66
 
                                <align>center</align>
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>
73
 
                                <onright>3</onright>
74
 
                                <onup>2</onup>
75
 
                                <ondown>1</ondown>
76
 
                        </control>
77
 
                </control>
78
 
        </controls>
79
 
</window>
 
 
b'\\ No newline at end of file'