only call IPlayerCallback::OnPlayBackSpeedChanged if the speed has actually changed
[vuplus_xbmc] / addons / skin.touched / 4x3Hirez / DialogKeyboard.xml
1 <window id="103">
2         <defaultcontrol always="true">65</defaultcontrol>
3         <coordinates>
4                 <system>1</system>
5                 <posx>0</posx>
6                 <posy>0</posy>
7         </coordinates>
8         <controls>
9                 <control type="image">
10                         <posx>0</posx>
11                         <posy>0</posy>
12                         <width>ScreenWidth</width>
13                         <height>ScreenHeight</height>
14                         <texture>black-back.png</texture>
15                         <animation effect="fade" time="400">WindowOpen</animation>
16                         <animation effect="fade" time="200">WindowClose</animation>
17                 </control>
18                 <control type="button">
19                         <description>Hidden button to close the keyboard when its focused</description>
20                         <posx>0</posx>
21                         <posy>0</posy>
22                         <width>ScreenWidth</width>
23                         <height>ScreenHeight</height>
24                         <texturenofocus>-</texturenofocus>
25                         <texturefocus>-</texturefocus>
26                         <onclick>PreviousMenu</onclick>
27                 </control>
28                 <control type="group">
29                         <animation effect="slide" start="0,500" end="0,0" time="400" easing="out" tween="quadratic" >WindowOpen</animation>
30                         <animation effect="slide" start="0,0" end="0,500" time="400" easing="in" tween="quadratic" >WindowClose</animation>
31                         <animation effect="slide" start="0,0" end="0,500" time="400" easing="in" tween="quadratic" condition="Window.IsVisible(numericinput)">Conditional</animation>
32                         <posx>15</posx>
33                         <posy>500r</posy>
34                         <control type="button">
35                                 <posx>0</posx>
36                                 <posy>0</posy>
37                                 <width>ScreenWidth</width>
38                                 <height>500</height>
39                                 <texturenofocus>-</texturenofocus>
40                                 <texturefocus>-</texturefocus>
41                                 <onclick>-</onclick>
42                         </control>
43                         <control type="image">
44                                 <posx>0</posx>
45                                 <posy>0</posy>
46                                 <width>1250</width>
47                                 <height>60</height>
48                                 <aspectratio>stretch</aspectratio>
49                                 <texture border="20">KeyboardEditArea.png</texture>
50                         </control>      
51                         <control type="label" id="310">
52                                 <description>Edit Text</description>
53                                 <posx>0</posx>
54                                 <posy>0</posy>
55                                 <width>1250</width>
56                                 <height>60</height>
57                                 <font>font16</font>
58                                 <align>center</align>
59                                 <aligny>center</aligny>
60                         </control>
61                         <control type="label" id="311">
62                                 <description>dialog Heading</description>
63                                 <posx>0</posx>
64                                 <posy>-30</posy>
65                                 <width>1250</width>
66                                 <height>20</height>
67                                 <font>font13_title</font>
68                                 <textcolor>white</textcolor>
69                                 <shadowcolor>black</shadowcolor>
70                                 <align>center</align>
71                                 <aligny>center</aligny>
72                         </control>
73                         <control type="group">
74                                 <posx>0</posx>
75                                 <posy>70</posy>
76 <!-- First Row -->
77                                 <control type="image">
78                                         <description>Blank image</description>
79                                         <posx>0</posx>
80                                         <posy>0</posy>
81                                         <width>65</width>
82                                         <height>80</height>
83                                         <texture border="5">KeyboardKeyDark.png</texture>
84                                 </control>
85                                 <control type="button" id="49">
86                                         <description>'1' button</description>
87                                         <posx>70</posx>
88                                         <posy>0</posy>
89                                         <width>95</width>
90                                         <height>80</height>
91                                         <texturenofocus border="5">KeyboardKey.png</texturenofocus>
92                                         <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
93                                         <textcolor>black</textcolor>
94                                         <font>font16</font>
95                                         <align>center</align>
96                                         <aligny>center</aligny>
97                                 </control>
98                                 <control type="button" id="50">
99                                         <description>'2' button</description>
100                                         <posx>170</posx>
101                                         <posy>0</posy>
102                                         <width>95</width>
103                                         <height>80</height>
104                                         <texturenofocus border="5">KeyboardKey.png</texturenofocus>
105                                         <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
106                                         <textcolor>black</textcolor>
107                                         <font>font16</font>
108                                         <align>center</align>
109                                         <aligny>center</aligny>
110                                 </control>
111                                 <control type="button" id="51">
112                                         <description>'3' button</description>
113                                         <posx>270</posx>
114                                         <posy>0</posy>
115                                         <width>95</width>
116                                         <height>80</height>
117                                         <texturenofocus border="5">KeyboardKey.png</texturenofocus>
118                                         <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
119                                         <textcolor>black</textcolor>
120                                         <font>font16</font>
121                                         <align>center</align>
122                                         <aligny>center</aligny>
123                                 </control>
124                                 <control type="button" id="52">
125                                         <description>'4' button</description>
126                                         <posx>370</posx>
127                                         <posy>0</posy>
128                                         <width>95</width>
129                                         <height>80</height>
130                                         <texturenofocus border="5">KeyboardKey.png</texturenofocus>
131                                         <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
132                                         <textcolor>black</textcolor>
133                                         <font>font16</font>
134                                         <align>center</align>
135                                         <aligny>center</aligny>
136                                 </control>
137                                 <control type="button" id="53">
138                                         <description>'5' button</description>
139                                         <posx>470</posx>
140                                         <posy>0</posy>
141                                         <width>95</width>
142                                         <height>80</height>
143                                         <texturenofocus border="5">KeyboardKey.png</texturenofocus>
144                                         <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
145                                         <textcolor>black</textcolor>
146                                         <font>font16</font>
147                                         <align>center</align>
148                                         <aligny>center</aligny>
149                                 </control>
150                                 <control type="button" id="54">
151                                         <description>'6' button</description>
152                                         <posx>570</posx>
153                                         <posy>0</posy>
154                                         <width>95</width>
155                                         <height>80</height>
156                                         <texturenofocus border="5">KeyboardKey.png</texturenofocus>
157                                         <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
158                                         <textcolor>black</textcolor>
159                                         <font>font16</font>
160                                         <align>center</align>
161                                         <aligny>center</aligny>
162                                 </control>
163                                 <control type="button" id="55">
164                                         <description>'7' button</description>
165                                         <posx>670</posx>
166                                         <posy>0</posy>
167                                         <width>95</width>
168                                         <height>80</height>
169                                         <texturenofocus border="5">KeyboardKey.png</texturenofocus>
170                                         <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
171                                         <textcolor>black</textcolor>
172                                         <font>font16</font>
173                                         <align>center</align>
174                                         <aligny>center</aligny>
175                                 </control>
176                                 <control type="button" id="56">
177                                         <description>'8' button</description>
178                                         <posx>770</posx>
179                                         <posy>0</posy>
180                                         <width>95</width>
181                                         <height>80</height>
182                                         <texturenofocus border="5">KeyboardKey.png</texturenofocus>
183                                         <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
184                                         <textcolor>black</textcolor>
185                                         <font>font16</font>
186                                         <align>center</align>
187                                         <aligny>center</aligny>
188                                 </control>
189                                 <control type="button" id="57">
190                                         <description>'9' button</description>
191                                         <posx>870</posx>
192                                         <posy>0</posy>
193                                         <width>95</width>
194                                         <height>80</height>
195                                         <texturenofocus border="5">KeyboardKey.png</texturenofocus>
196                                         <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
197                                         <textcolor>black</textcolor>
198                                         <font>font16</font>
199                                         <align>center</align>
200                                         <aligny>center</aligny>
201                                 </control>
202                                 <control type="button" id="48">
203                                         <description>'0' button</description>
204                                         <posx>970</posx>
205                                         <posy>0</posy>
206                                         <width>95</width>
207                                         <height>80</height>
208                                         <texturenofocus border="5">KeyboardKey.png</texturenofocus>
209                                         <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
210                                         <textcolor>black</textcolor>
211                                         <font>font16</font>
212                                         <align>center</align>
213                                         <aligny>center</aligny>
214                                 </control>
215                                 <control type="togglebutton" id="304">
216                                         <description>Symbols button</description>
217                                         <posx>1070</posx>
218                                         <posy>0</posy>
219                                         <width>180</width>
220                                         <height>80</height>
221                                         <texturenofocus border="5">KeyboardKeyDark.png</texturenofocus>
222                                         <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
223                                         <alttexturenofocus border="5">KeyboardKeyDark.png</alttexturenofocus>
224                                         <alttexturefocus border="5">KeyboardKeyFocus.png</alttexturefocus>
225                                         <textcolor>white</textcolor>
226                                         <font>font16</font>
227                                         <align>center</align>
228                                         <aligny>center</aligny>
229                                         <label>@#$%</label>
230                                         <altlabel>[COLOR=blue]@#$%[/COLOR]</altlabel>
231                                 </control>
232 <!-- Second Row -->
233                                 <control type="button" id="307">
234                                         <description>IP Input button</description>
235                                         <posx>0</posx>
236                                         <posy>85</posy>
237                                         <width>95</width>
238                                         <height>80</height>
239                                         <texturenofocus border="5">KeyboardKeyDark.png</texturenofocus>
240                                         <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
241                                         <textcolor>white</textcolor>
242                                         <font>font16</font>
243                                         <align>center</align>
244                                         <aligny>center</aligny>
245                                         <label>31003</label>
246                                 </control>
247                                 <control type="button" id="81">
248                                         <description>'Q' button</description>
249                                         <posx>100</posx>
250                                         <posy>85</posy>
251                                         <width>95</width>
252                                         <height>80</height>
253                                         <texturenofocus border="5">KeyboardKey.png</texturenofocus>
254                                         <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
255                                         <textcolor>black</textcolor>
256                                         <font>font16</font>
257                                         <align>center</align>
258                                         <aligny>center</aligny>
259                                 </control>
260                                 <control type="button" id="87">
261                                         <description>'W' button</description>
262                                         <posx>200</posx>
263                                         <posy>85</posy>
264                                         <width>95</width>
265                                         <height>80</height>
266                                         <texturenofocus border="5">KeyboardKey.png</texturenofocus>
267                                         <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
268                                         <textcolor>black</textcolor>
269                                         <font>font16</font>
270                                         <align>center</align>
271                                         <aligny>center</aligny>
272                                 </control>
273                                 <control type="button" id="69">
274                                         <description>'E' button</description>
275                                         <posx>300</posx>
276                                         <posy>85</posy>
277                                         <width>95</width>
278                                         <height>80</height>
279                                         <texturenofocus border="5">KeyboardKey.png</texturenofocus>
280                                         <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
281                                         <textcolor>black</textcolor>
282                                         <font>font16</font>
283                                         <align>center</align>
284                                         <aligny>center</aligny>
285                                 </control>
286                                 <control type="button" id="82">
287                                         <description>'R' button</description>
288                                         <posx>400</posx>
289                                         <posy>85</posy>
290                                         <width>95</width>
291                                         <height>80</height>
292                                         <texturenofocus border="5">KeyboardKey.png</texturenofocus>
293                                         <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
294                                         <textcolor>black</textcolor>
295                                         <font>font16</font>
296                                         <align>center</align>
297                                         <aligny>center</aligny>
298                                 </control>
299                                 <control type="button" id="84">
300                                         <description>'T' button</description>
301                                         <posx>500</posx>
302                                         <posy>85</posy>
303                                         <width>95</width>
304                                         <height>80</height>
305                                         <texturenofocus border="5">KeyboardKey.png</texturenofocus>
306                                         <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
307                                         <textcolor>black</textcolor>
308                                         <font>font16</font>
309                                         <align>center</align>
310                                         <aligny>center</aligny>
311                                 </control>
312                                 <control type="button" id="89">
313                                         <description>'Y' button</description>
314                                         <posx>600</posx>
315                                         <posy>85</posy>
316                                         <width>95</width>
317                                         <height>80</height>
318                                         <texturenofocus border="5">KeyboardKey.png</texturenofocus>
319                                         <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
320                                         <textcolor>black</textcolor>
321                                         <font>font16</font>
322                                         <align>center</align>
323                                         <aligny>center</aligny>
324                                 </control>
325                                 <control type="button" id="85">
326                                         <description>'U' button</description>
327                                         <posx>700</posx>
328                                         <posy>85</posy>
329                                         <width>95</width>
330                                         <height>80</height>
331                                         <texturenofocus border="5">KeyboardKey.png</texturenofocus>
332                                         <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
333                                         <textcolor>black</textcolor>
334                                         <font>font16</font>
335                                         <align>center</align>
336                                         <aligny>center</aligny>
337                                 </control>
338                                 <control type="button" id="73">
339                                         <description>'I' button</description>
340                                         <posx>800</posx>
341                                         <posy>85</posy>
342                                         <width>95</width>
343                                         <height>80</height>
344                                         <texturenofocus border="5">KeyboardKey.png</texturenofocus>
345                                         <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
346                                         <textcolor>black</textcolor>
347                                         <font>font16</font>
348                                         <align>center</align>
349                                         <aligny>center</aligny>
350                                 </control>
351                                 <control type="button" id="79">
352                                         <description>'O' button</description>
353                                         <posx>900</posx>
354                                         <posy>85</posy>
355                                         <width>95</width>
356                                         <height>80</height>
357                                         <texturenofocus border="5">KeyboardKey.png</texturenofocus>
358                                         <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
359                                         <textcolor>black</textcolor>
360                                         <font>font16</font>
361                                         <align>center</align>
362                                         <aligny>center</aligny>
363                                 </control>
364                                 <control type="button" id="80">
365                                         <description>'P' button</description>
366                                         <posx>1000</posx>
367                                         <posy>85</posy>
368                                         <width>95</width>
369                                         <height>80</height>
370                                         <texturenofocus border="5">KeyboardKey.png</texturenofocus>
371                                         <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
372                                         <textcolor>black</textcolor>
373                                         <font>font16</font>
374                                         <align>center</align>
375                                         <aligny>center</aligny>
376                                 </control>
377                                 <control type="button" id="8">
378                                         <description>'BACKSPACE' button</description>
379                                         <posx>1100</posx>
380                                         <posy>85</posy>
381                                         <width>150</width>
382                                         <height>80</height>
383                                         <texturenofocus border="5">KeyboardKeyDark.png</texturenofocus>
384                                         <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
385                                         <textcolor>white</textcolor>
386                                         <font>font16</font>
387                                         <align>center</align>
388                                         <aligny>center</aligny>
389                                         <label>-</label>
390                                 </control>
391                                 <control type="image">
392                                         <description>BackSpace Icon image</description>
393                                         <posx>1150</posx>
394                                         <posy>100</posy>
395                                         <width>50</width>
396                                         <height>50</height>
397                                         <texture>icon_backspace.png</texture>
398                                 </control>
399 <!-- Third Row -->
400                                 <control type="togglebutton" id="303">
401                                         <description>CAPS LOCK button</description>
402                                         <posx>0</posx>
403                                         <posy>170</posy>
404                                         <width>125</width>
405                                         <height>80</height>
406                                         <texturenofocus border="5">KeyboardKeyDark.png</texturenofocus>
407                                         <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
408                                         <alttexturenofocus border="5">KeyboardKeyDark.png</alttexturenofocus>
409                                         <alttexturefocus border="5">KeyboardKeyFocus.png</alttexturefocus>
410                                         <textcolor>white</textcolor>
411                                         <font>font13</font>
412                                         <align>center</align>
413                                         <aligny>center</aligny>
414                                         <label>31004</label>
415                                         <altlabel>[COLOR=blue]$LOCALIZE[31004][/COLOR]</altlabel>
416                                 </control>
417                                 <control type="button" id="65">
418                                         <description>'A' button</description>
419                                         <posx>130</posx>
420                                         <posy>170</posy>
421                                         <width>95</width>
422                                         <height>80</height>
423                                         <texturenofocus border="5">KeyboardKey.png</texturenofocus>
424                                         <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
425                                         <textcolor>black</textcolor>
426                                         <font>font16</font>
427                                         <align>center</align>
428                                         <aligny>center</aligny>
429                                 </control>
430                                 <control type="button" id="83">
431                                         <description>'S' button</description>
432                                         <posx>230</posx>
433                                         <posy>170</posy>
434                                         <width>95</width>
435                                         <height>80</height>
436                                         <texturenofocus border="5">KeyboardKey.png</texturenofocus>
437                                         <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
438                                         <textcolor>black</textcolor>
439                                         <font>font16</font>
440                                         <align>center</align>
441                                         <aligny>center</aligny>
442                                 </control>
443                                 <control type="button" id="68">
444                                         <description>'D' button</description>
445                                         <posx>330</posx>
446                                         <posy>170</posy>
447                                         <width>95</width>
448                                         <height>80</height>
449                                         <texturenofocus border="5">KeyboardKey.png</texturenofocus>
450                                         <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
451                                         <textcolor>black</textcolor>
452                                         <font>font16</font>
453                                         <align>center</align>
454                                         <aligny>center</aligny>
455                                 </control>
456                                 <control type="button" id="70">
457                                         <description>'F' button</description>
458                                         <posx>430</posx>
459                                         <posy>170</posy>
460                                         <width>95</width>
461                                         <height>80</height>
462                                         <texturenofocus border="5">KeyboardKey.png</texturenofocus>
463                                         <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
464                                         <textcolor>black</textcolor>
465                                         <font>font16</font>
466                                         <align>center</align>
467                                         <aligny>center</aligny>
468                                 </control>
469                                 <control type="button" id="71">
470                                         <description>'G' button</description>
471                                         <posx>530</posx>
472                                         <posy>170</posy>
473                                         <width>95</width>
474                                         <height>80</height>
475                                         <texturenofocus border="5">KeyboardKey.png</texturenofocus>
476                                         <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
477                                         <textcolor>black</textcolor>
478                                         <font>font16</font>
479                                         <align>center</align>
480                                         <aligny>center</aligny>
481                                 </control>
482                                 <control type="button" id="72">
483                                         <description>'H' button</description>
484                                         <posx>630</posx>
485                                         <posy>170</posy>
486                                         <width>95</width>
487                                         <height>80</height>
488                                         <texturenofocus border="5">KeyboardKey.png</texturenofocus>
489                                         <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
490                                         <textcolor>black</textcolor>
491                                         <font>font16</font>
492                                         <align>center</align>
493                                         <aligny>center</aligny>
494                                 </control>
495                                 <control type="button" id="74">
496                                         <description>'J' button</description>
497                                         <posx>730</posx>
498                                         <posy>170</posy>
499                                         <width>95</width>
500                                         <height>80</height>
501                                         <texturenofocus border="5">KeyboardKey.png</texturenofocus>
502                                         <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
503                                         <textcolor>black</textcolor>
504                                         <font>font16</font>
505                                         <align>center</align>
506                                         <aligny>center</aligny>
507                                 </control>
508                                 <control type="button" id="75">
509                                         <description>'K' button</description>
510                                         <posx>830</posx>
511                                         <posy>170</posy>
512                                         <width>95</width>
513                                         <height>80</height>
514                                         <texturenofocus border="5">KeyboardKey.png</texturenofocus>
515                                         <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
516                                         <textcolor>black</textcolor>
517                                         <font>font16</font>
518                                         <align>center</align>
519                                         <aligny>center</aligny>
520                                 </control>
521                                 <control type="button" id="76">
522                                         <description>'L' button</description>
523                                         <posx>930</posx>
524                                         <posy>170</posy>
525                                         <width>95</width>
526                                         <height>80</height>
527                                         <texturenofocus border="5">KeyboardKey.png</texturenofocus>
528                                         <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
529                                         <textcolor>black</textcolor>
530                                         <font>font16</font>
531                                         <align>center</align>
532                                         <aligny>center</aligny>
533                                 </control>
534                                 <control type="button" id="300">
535                                         <description>DONE button</description>
536                                         <posx>1030</posx>
537                                         <posy>170</posy>
538                                         <width>220</width>
539                                         <height>80</height>
540                                         <texturenofocus border="5">KeyboardKeyDark.png</texturenofocus>
541                                         <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
542                                         <textcolor>white</textcolor>
543                                         <font>font16</font>
544                                         <align>center</align>
545                                         <aligny>center</aligny>
546                                         <label>-</label>
547                                 </control>
548                                 <control type="image">
549                                         <description>Enter\done Icon image</description>
550                                         <posx>1110</posx>
551                                         <posy>185</posy>
552                                         <width>50</width>
553                                         <height>50</height>
554                                         <aspectratio>keep</aspectratio>
555                                         <texture>icon_enter.png</texture>
556                                 </control>
557 <!-- Forth Row -->
558                                 <control type="button" id="302">
559                                         <description>SHIFT button</description>
560                                         <posx>0</posx>
561                                         <posy>255</posy>
562                                         <width>150</width>
563                                         <height>80</height>
564                                         <texturenofocus border="5">KeyboardKeyDark.png</texturenofocus>
565                                         <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
566                                         <textcolor>white</textcolor>
567                                         <font>font16</font>
568                                         <align>left</align>
569                                         <aligny>center</aligny>
570                                         <label>-</label>
571                                 </control>
572                                 <control type="image">
573                                         <description>Enter\done Icon image</description>
574                                         <posx>50</posx>
575                                         <posy>270</posy>
576                                         <width>50</width>
577                                         <height>50</height>
578                                         <aspectratio>keep</aspectratio>
579                                         <texture>icon_shift.png</texture>
580                                 </control>
581                                 <control type="button" id="90">
582                                         <description>'Z' button</description>
583                                         <posx>160</posx>
584                                         <posy>255</posy>
585                                         <width>95</width>
586                                         <height>80</height>
587                                         <texturenofocus border="5">KeyboardKey.png</texturenofocus>
588                                         <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
589                                         <textcolor>black</textcolor>
590                                         <font>font16</font>
591                                         <align>center</align>
592                                         <aligny>center</aligny>
593                                 </control>
594                                 <control type="button" id="88">
595                                         <description>'X' button</description>
596                                         <posx>260</posx>
597                                         <posy>255</posy>
598                                         <width>95</width>
599                                         <height>80</height>
600                                         <texturenofocus border="5">KeyboardKey.png</texturenofocus>
601                                         <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
602                                         <textcolor>black</textcolor>
603                                         <font>font16</font>
604                                         <align>center</align>
605                                         <aligny>center</aligny>
606                                 </control>
607                                 <control type="button" id="67">
608                                         <description>'C' button</description>
609                                         <posx>360</posx>
610                                         <posy>255</posy>
611                                         <width>95</width>
612                                         <height>80</height>
613                                         <texturenofocus border="5">KeyboardKey.png</texturenofocus>
614                                         <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
615                                         <textcolor>black</textcolor>
616                                         <font>font16</font>
617                                         <align>center</align>
618                                         <aligny>center</aligny>
619                                 </control>
620                                 <control type="button" id="86">
621                                         <description>'V' button</description>
622                                         <posx>460</posx>
623                                         <posy>255</posy>
624                                         <width>95</width>
625                                         <height>80</height>
626                                         <texturenofocus border="5">KeyboardKey.png</texturenofocus>
627                                         <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
628                                         <textcolor>black</textcolor>
629                                         <font>font16</font>
630                                         <align>center</align>
631                                         <aligny>center</aligny>
632                                 </control>
633                                 <control type="button" id="66">
634                                         <description>'B' button</description>
635                                         <posx>560</posx>
636                                         <posy>255</posy>
637                                         <width>95</width>
638                                         <height>80</height>
639                                         <texturenofocus border="5">KeyboardKey.png</texturenofocus>
640                                         <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
641                                         <textcolor>black</textcolor>
642                                         <font>font16</font>
643                                         <align>center</align>
644                                         <aligny>center</aligny>
645                                 </control>
646                                 <control type="button" id="78">
647                                         <description>'N' button</description>
648                                         <posx>660</posx>
649                                         <posy>255</posy>
650                                         <width>95</width>
651                                         <height>80</height>
652                                         <texturenofocus border="5">KeyboardKey.png</texturenofocus>
653                                         <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
654                                         <textcolor>black</textcolor>
655                                         <font>font16</font>
656                                         <align>center</align>
657                                         <aligny>center</aligny>
658                                 </control>
659                                 <control type="button" id="77">
660                                         <description>'M' button</description>
661                                         <posx>760</posx>
662                                         <posy>255</posy>
663                                         <width>95</width>
664                                         <height>80</height>
665                                         <texturenofocus border="5">KeyboardKey.png</texturenofocus>
666                                         <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
667                                         <textcolor>black</textcolor>
668                                         <font>font16</font>
669                                         <align>center</align>
670                                         <aligny>center</aligny>
671                                 </control>
672                                 <control type="button" id="305">
673                                         <description>previous button</description>
674                                         <posx>860</posx>
675                                         <posy>255</posy>
676                                         <width>193</width>
677                                         <height>80</height>
678                                         <texturenofocus border="5">KeyboardKeyDark.png</texturenofocus>
679                                         <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
680                                         <textcolor>white</textcolor>
681                                         <font>font16</font>
682                                         <align>center</align>
683                                         <aligny>center</aligny>
684                                         <label>-</label>
685                                 </control>
686                                 <control type="image">
687                                         <description>Previous Icon image</description>
688                                         <posx>930</posx>
689                                         <posy>275</posy>
690                                         <width>50</width>
691                                         <height>40</height>
692                                         <aspectratio>keep</aspectratio>
693                                         <texture flipx="true">icon_arrowkey.png</texture>
694                                 </control>
695                                 <control type="button" id="306">
696                                         <description>next button</description>
697                                         <posx>1058</posx>
698                                         <posy>255</posy>
699                                         <width>191</width>
700                                         <height>80</height>
701                                         <texturenofocus border="5">KeyboardKeyDark.png</texturenofocus>
702                                         <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
703                                         <textcolor>white</textcolor>
704                                         <font>font16</font>
705                                         <align>center</align>
706                                         <aligny>center</aligny>
707                                         <label></label>
708                                 </control>
709                                 <control type="image">
710                                         <description>Next Icon image</description>
711                                         <posx>1135</posx>
712                                         <posy>275</posy>
713                                         <width>50</width>
714                                         <height>40</height>
715                                         <aspectratio>keep</aspectratio>
716                                         <texture>icon_arrowkey.png</texture>
717                                 </control>
718 <!-- Fifth Row -->
719                                 <control type="image">
720                                         <description>Blank image</description>
721                                         <posx>0</posx>
722                                         <posy>340</posy>
723                                         <width>185</width>
724                                         <height>80</height>
725                                         <texture border="5">KeyboardKeyDark.png</texture>
726                                 </control>
727                                 <control type="button" id="32">
728                                         <description>SPACE button</description>
729                                         <posx>190</posx>
730                                         <posy>340</posy>
731                                         <width>695</width>
732                                         <height>80</height>
733                                         <texturenofocus border="5">KeyboardKey.png</texturenofocus>
734                                         <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
735                                         <textcolor>black</textcolor>
736                                         <font>font16</font>
737                                         <align>center</align>
738                                         <aligny>center</aligny>
739                                         <label>20182</label>
740                                 </control>
741                                 <control type="image">
742                                         <description>Blank image</description>
743                                         <posx>890</posx>
744                                         <posy>340</posy>
745                                         <width>360</width>
746                                         <height>80</height>
747                                         <texture border="5">KeyboardKeyDark.png</texture>
748                                 </control>
749                         </control>
750                 </control>
751         </controls>
752 </window>