~x3lectric/xbmc/svn-trunk

« back to all changes in this revision

Viewing changes to addons/org.xbmc.addons.pm3-hd/720p/script-XBMC_Lyrics-main.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>
2
 
        <allowoverlay>no</allowoverlay>
3
 
        <defaultcontrol always="false">101</defaultcontrol>
4
 
        <coordinates>
5
 
                <system>0</system>
6
 
                <posx>290</posx>
7
 
                <posy>-10</posy>
8
 
        </coordinates>
9
 
        <include>dialogeffect</include>
10
 
        <controls>
11
 
                <control type="image">
12
 
                        <description>background image</description>
13
 
                        <posx>0</posx>
14
 
                        <posy>0</posy>
15
 
                        <width>700</width>
16
 
                        <height>550</height>
17
 
                        <colordiffuse>BBFFFFFF</colordiffuse>
18
 
                        <texture border="40">DialogBack.png</texture>
19
 
                </control>
20
 
                <control type="image">
21
 
                        <description>background image</description>
22
 
                        <posx>0</posx>
23
 
                        <posy>0</posy>
24
 
                        <width>700</width>
25
 
                        <height>550</height>
26
 
                        <texture border="40">DialogFront.png</texture>
27
 
                </control>
28
 
                <control type="label" id="2">
29
 
                        <description>heading label</description>
30
 
                        <posx>40</posx>
31
 
                        <posy>40</posy>
32
 
                        <width>620</width>
33
 
                        <height>30</height>
34
 
                        <align>center</align>
35
 
                        <aligny>center</aligny>
36
 
                        <font>font18</font>
37
 
                        <label>31053</label>
38
 
                        <textcolor>dialogheader</textcolor>
39
 
                </control>
40
 
                <control type="label" id="200">
41
 
                        <description>Scraper Label</description>
42
 
                        <visible>false</visible>
43
 
                </control>
44
 
                <control type="image">
45
 
                        <posx>40</posx>
46
 
                        <posy>78</posy>
47
 
                        <width>620</width>
48
 
                        <height>2</height>
49
 
                        <texture>separator.png</texture>
50
 
                </control>
51
 
                <!-- ** Required ** Do not change <id> or <type> -->
52
 
                <control type="textbox" id="100">
53
 
                        <description>textarea</description>
54
 
                        <posx>40</posx>
55
 
                        <posy>90</posy>
56
 
                        <width>620</width>
57
 
                        <height>380</height>
58
 
                        <align>center</align>
59
 
                        <font>font12</font>
60
 
                        <onup>100</onup>
61
 
                        <ondown>100</ondown>
62
 
                        <onleft>101</onleft>
63
 
                        <onright>101</onright>
64
 
                        <pagecontrol>101</pagecontrol>
65
 
                </control>
66
 
                <control type="spincontrol" id="101">
67
 
                        <description>Next page button</description>
68
 
                        <posx>590</posx>
69
 
                        <posy>480</posy>
70
 
                        <subtype>page</subtype>
71
 
                        <font>font12b</font>
72
 
                        <onleft>101</onleft>
73
 
                        <onright>101</onright>
74
 
                        <ondown>101</ondown>
75
 
                        <onup>101</onup>
76
 
                        <textcolor>white</textcolor>
77
 
                        <showonepage>true</showonepage>
78
 
                        <visible>Control.IsVisible(100)</visible>
79
 
                </control>
80
 
                <!-- ** Required ** Do not change <id> or <type> -->
81
 
                <control type="list" id="110">
82
 
                        <posx>40</posx>
83
 
                        <posy>90</posy>
84
 
                        <width>620</width>
85
 
                        <height>380</height>
86
 
                        <onleft>111</onleft>
87
 
                        <onright>111</onright>
88
 
                        <onup>110</onup>
89
 
                        <ondown>110</ondown>
90
 
                        <pagecontrol>111</pagecontrol>
91
 
                        <scrolltime>200</scrolltime>
92
 
                        <itemlayout height="25">
93
 
                                <control type="label">
94
 
                                        <posx>310</posx>
95
 
                                        <posy>0</posy>
96
 
                                        <width>620</width>
97
 
                                        <height>25</height>
98
 
                                        <font>font12</font>
99
 
                                        <aligny>center</aligny>
100
 
                                        <align>center</align>
101
 
                                        <selectedcolor>green</selectedcolor>
102
 
                                        <align>left</align>
103
 
                                        <info>ListItem.Label</info>
104
 
                                </control>
105
 
                        </itemlayout>
106
 
                        <focusedlayout height="25">
107
 
                                <control type="label">
108
 
                                        <posx>310</posx>
109
 
                                        <posy>0</posy>
110
 
                                        <width>620</width>
111
 
                                        <height>25</height>
112
 
                                        <font>font12</font>
113
 
                                        <aligny>center</aligny>
114
 
                                        <align>center</align>
115
 
                                        <shadowcolor>black</shadowcolor>
116
 
                                        <textcolor>white</textcolor>
117
 
                                        <align>left</align>
118
 
                                        <label>$INFO[ListItem.Label]</label>
119
 
                                        <visible>!Control.HasFocus(110)</visible>
120
 
                                </control>
121
 
                                <control type="label">
122
 
                                        <posx>310</posx>
123
 
                                        <posy>0</posy>
124
 
                                        <width>620</width>
125
 
                                        <height>25</height>
126
 
                                        <font>font12</font>
127
 
                                        <aligny>center</aligny>
128
 
                                        <align>center</align>
129
 
                                        <shadowcolor>black</shadowcolor>
130
 
                                        <textcolor>white</textcolor>
131
 
                                        <align>left</align>
132
 
                                        <label>[B][COLOR=green]&gt;&gt; [/COLOR][/B]$INFO[ListItem.Label][B][COLOR=green] &lt;&lt;[/COLOR][/B]</label>
133
 
                                        <visible>Control.HasFocus(110)</visible>
134
 
                                </control>
135
 
                        </focusedlayout>
136
 
                </control>
137
 
                <control type="spincontrol" id="111">
138
 
                        <description>Next page button</description>
139
 
                        <posx>590</posx>
140
 
                        <posy>480</posy>
141
 
                        <subtype>page</subtype>
142
 
                        <font>font12b</font>
143
 
                        <onleft>110</onleft>
144
 
                        <onright>110</onright>
145
 
                        <ondown>110</ondown>
146
 
                        <onup>110</onup>
147
 
                        <textcolor>white</textcolor>
148
 
                        <showonepage>true</showonepage>
149
 
                        <visible>Control.IsVisible(110)</visible>
150
 
                </control>
151
 
                <!-- ** Required ** Do not change <id> or <type> -->
152
 
                <control type="label" id="2">
153
 
                        <description>Pick label</description>
154
 
                        <posx>40</posx>
155
 
                        <posy>90</posy>
156
 
                        <width>620</width>
157
 
                        <height>30</height>
158
 
                        <align>center</align>
159
 
                        <aligny>center</aligny>
160
 
                        <font>font12</font>
161
 
                        <label>31054</label>
162
 
                        <textcolor>white</textcolor>
163
 
                        <visible>Control.IsVisible(120)</visible>
164
 
                </control>
165
 
                <control type="list" id="120">
166
 
                        <posx>40</posx>
167
 
                        <posy>130</posy>
168
 
                        <width>620</width>
169
 
                        <height>340</height>
170
 
                        <onleft>121</onleft>
171
 
                        <onright>121</onright>
172
 
                        <onup>120</onup>
173
 
                        <ondown>120</ondown>
174
 
                        <pagecontrol>121</pagecontrol>
175
 
                        <scrolltime>200</scrolltime>
176
 
                        <animation effect="slide" start="0,0" end="20,0" time="0" condition="!Control.IsVisible(121)">Conditional</animation>
177
 
                        <itemlayout height="40">
178
 
                                <control type="image">
179
 
                                        <posx>0</posx>
180
 
                                        <posy>0</posy>
181
 
                                        <width>620</width>
182
 
                                        <height>35</height>
183
 
                                        <texture border="5">button-nofocus.png</texture>
184
 
                                </control>
185
 
                                <control type="label">
186
 
                                        <posx>10</posx>
187
 
                                        <posy>0</posy>
188
 
                                        <width>600</width>
189
 
                                        <height>35</height>
190
 
                                        <font>font12</font>
191
 
                                        <align>left</align>
192
 
                                        <aligny>center</aligny>
193
 
                                        <selectedcolor>green</selectedcolor>
194
 
                                        <info>ListItem.Label</info>
195
 
                                </control>
196
 
                        </itemlayout>
197
 
                        <focusedlayout height="40">
198
 
                                <control type="image">
199
 
                                        <posx>0</posx>
200
 
                                        <posy>0</posy>
201
 
                                        <width>620</width>
202
 
                                        <height>35</height>
203
 
                                        <visible>!Control.HasFocus(120)</visible>
204
 
                                        <texture border="5">button-nofocus.png</texture>
205
 
                                </control>
206
 
                                <control type="image">
207
 
                                        <posx>0</posx>
208
 
                                        <posy>0</posy>
209
 
                                        <width>600</width>
210
 
                                        <height>35</height>
211
 
                                        <visible>Control.HasFocus(120)</visible>
212
 
                                        <texture border="5">button-focus.png</texture>
213
 
                                </control>
214
 
                                <control type="label">
215
 
                                        <posx>10</posx>
216
 
                                        <posy>0</posy>
217
 
                                        <width>600</width>
218
 
                                        <height>35</height>
219
 
                                        <font>font12</font>
220
 
                                        <align>left</align>
221
 
                                        <aligny>center</aligny>
222
 
                                        <selectedcolor>green</selectedcolor>
223
 
                                        <info>ListItem.Label</info>
224
 
                                </control>
225
 
                        </focusedlayout>
226
 
                </control>
227
 
                <control type="spincontrol" id="121">
228
 
                        <description>Next page button</description>
229
 
                        <posx>590</posx>
230
 
                        <posy>480</posy>
231
 
                        <subtype>page</subtype>
232
 
                        <font>font12b</font>
233
 
                        <onleft>120</onleft>
234
 
                        <onright>120</onright>
235
 
                        <ondown>120</ondown>
236
 
                        <onup>120</onup>
237
 
                        <textcolor>white</textcolor>
238
 
                        <showonepage>true</showonepage>
239
 
                        <visible>Control.IsVisible(120)</visible>
240
 
                </control>
241
 
        </controls>
242
 
</window>
 
 
b'\\ No newline at end of file'