~x3lectric/xbmc/svn-trunk

« back to all changes in this revision

Viewing changes to addons/org.xbmc.addons.confluence/720p/DialogSelect.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 type="dialog" id="2000">
2
 
        <defaultcontrol always="true">3</defaultcontrol>
3
 
        <coordinates>
4
 
                <system>1</system>
5
 
                <posx>335</posx>
6
 
                <posy>35</posy>
7
 
        </coordinates>
8
 
        <include>dialogeffect</include>
9
 
        <controls>
10
 
                <control type="image">
11
 
                        <description>background image</description>
12
 
                        <posx>0</posx>
13
 
                        <posy>0</posy>
14
 
                        <width>610</width>
15
 
                        <height>650</height>
16
 
                        <texture border="40">DialogBack.png</texture>
17
 
                </control>
18
 
                <control type="image">
19
 
                        <posx>40</posx>
20
 
                        <posy>10</posy>
21
 
                        <width>530</width>
22
 
                        <height>90</height>
23
 
                        <aspectratio>stretch</aspectratio>
24
 
                        <texture>GlassTitleBar.png</texture>
25
 
                </control>
26
 
                <control type="button">
27
 
                        <description>Close Window button</description>
28
 
                        <posx>520</posx>
29
 
                        <posy>9</posy>
30
 
                        <width>64</width>
31
 
                        <height>32</height>
32
 
                        <label>-</label>
33
 
                        <font>-</font>
34
 
                        <onclick>PreviousMenu</onclick>
35
 
                        <texturefocus>DialogCloseButton-focus.png</texturefocus>
36
 
                        <texturenofocus>DialogCloseButton.png</texturenofocus>
37
 
                        <onleft>10</onleft>
38
 
                        <onright>10</onright>
39
 
                        <onup>10</onup>
40
 
                        <ondown>10</ondown>
41
 
                        <visible>system.getbool(input.enablemouse)</visible>
42
 
                </control>
43
 
                <control type="label" id="1">
44
 
                        <description>header label</description>
45
 
                        <posx>20</posx>
46
 
                        <posy>18</posy>
47
 
                        <width>570</width>
48
 
                        <height>30</height>
49
 
                        <font>font13_title</font>
50
 
                        <label>$LOCALIZE[13406]</label>
51
 
                        <align>center</align>
52
 
                        <aligny>center</aligny>
53
 
                        <textcolor>white</textcolor>
54
 
                        <shadowcolor>black</shadowcolor>
55
 
                </control>
56
 
                <control type="list" id="3">
57
 
                        <posx>20</posx>
58
 
                        <posy>60</posy>
59
 
                        <width>570</width>
60
 
                        <height>520</height>
61
 
                        <onup>3</onup>
62
 
                        <ondown>3</ondown>
63
 
                        <onleft>5</onleft>
64
 
                        <onright>61</onright>
65
 
                        <pagecontrol>61</pagecontrol>
66
 
                        <scrolltime>200</scrolltime>
67
 
                        <itemlayout height="40" width="570">
68
 
                                <control type="image">
69
 
                                        <posx>0</posx>
70
 
                                        <posy>0</posy>
71
 
                                        <width>570</width>
72
 
                                        <height>41</height>
73
 
                                        <texture border="0,2,0,2">MenuItemNF.png</texture>
74
 
                                </control>
75
 
                                <control type="label">
76
 
                                        <posx>20</posx>
77
 
                                        <posy>0</posy>
78
 
                                        <width>530</width>
79
 
                                        <height>40</height>
80
 
                                        <font>font13</font>
81
 
                                        <textcolor>grey2</textcolor>
82
 
                                        <selectedcolor>selected</selectedcolor>
83
 
                                        <align>left</align>
84
 
                                        <aligny>center</aligny>
85
 
                                        <label>$INFO[ListItem.Label]</label>
86
 
                                </control>
87
 
                        </itemlayout>
88
 
                        <focusedlayout height="40" width="570">
89
 
                                <control type="image">
90
 
                                        <posx>0</posx>
91
 
                                        <posy>0</posy>
92
 
                                        <width>570</width>
93
 
                                        <height>41</height>
94
 
                                        <texture border="0,2,0,2">MenuItemNF.png</texture>
95
 
                                        <visible>!Control.HasFocus(3)</visible>
96
 
                                        <include>VisibleFadeEffect</include>
97
 
                                </control>
98
 
                                <control type="image">
99
 
                                        <posx>0</posx>
100
 
                                        <posy>0</posy>
101
 
                                        <width>570</width>
102
 
                                        <height>41</height>
103
 
                                        <texture border="0,2,0,2">MenuItemFO.png</texture>
104
 
                                        <visible>Control.HasFocus(3)</visible>
105
 
                                        <include>VisibleFadeEffect</include>
106
 
                                </control>
107
 
                                <control type="label">
108
 
                                        <posx>20</posx>
109
 
                                        <posy>0</posy>
110
 
                                        <width>530</width>
111
 
                                        <height>40</height>
112
 
                                        <font>font13</font>
113
 
                                        <textcolor>white</textcolor>
114
 
                                        <selectedcolor>selected</selectedcolor>
115
 
                                        <align>left</align>
116
 
                                        <aligny>center</aligny>
117
 
                                        <label>$INFO[ListItem.Label]</label>
118
 
                                </control>
119
 
                        </focusedlayout>
120
 
                </control>
121
 
                <control type="scrollbar" id="61">
122
 
                        <posx>570</posx>
123
 
                        <posy>60</posy>
124
 
                        <width>25</width>
125
 
                        <height>520</height>
126
 
                        <texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
127
 
                        <texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar>
128
 
                        <texturesliderbarfocus border="0,14,0,14">ScrollBarV_bar_focus.png</texturesliderbarfocus>
129
 
                        <textureslidernib>ScrollBarNib.png</textureslidernib>
130
 
                        <textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
131
 
                        <onleft>3</onleft>
132
 
                        <onright>3</onright>
133
 
                        <ondown>61</ondown>
134
 
                        <onup>61</onup>
135
 
                        <showonepage>true</showonepage>
136
 
                        <orientation>vertical</orientation>
137
 
                </control>
138
 
                <control type="label">
139
 
                        <description>number of files/pages in list text label</description>
140
 
                        <posx>580</posx>
141
 
                        <posy>592</posy>
142
 
                        <width>300</width>
143
 
                        <height>35</height>
144
 
                        <font>font12</font>
145
 
                        <align>right</align>
146
 
                        <aligny>center</aligny>
147
 
                        <scroll>true</scroll>
148
 
                        <textcolor>grey</textcolor>
149
 
                        <label>([COLOR=blue]$INFO[Container(3).NumItems][/COLOR]) $LOCALIZE[31025] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(3).CurrentPage]/$INFO[Container(3).NumPages][/COLOR])</label>
150
 
                </control>
151
 
                <control type="button" id="5">
152
 
                        <description>Manual button</description>
153
 
                        <posx>20</posx>
154
 
                        <posy>590</posy>
155
 
                        <width>200</width>
156
 
                        <height>40</height>
157
 
                        <label>186</label>
158
 
                        <font>font12_title</font>
159
 
                        <textcolor>white</textcolor>
160
 
                        <focusedcolor>white</focusedcolor>
161
 
                        <align>center</align>
162
 
                        <texturenofocus border="5">MenuItemNF.png</texturenofocus>
163
 
                        <texturefocus border="5">button-focus.png</texturefocus>
164
 
                        <onleft>61</onleft>
165
 
                        <onright>3</onright>
166
 
                        <onup>3</onup>
167
 
                        <ondown>3</ondown>
168
 
                </control>
169
 
        </controls>
170
 
</window>
 
 
b'\\ No newline at end of file'