source: ipk/source/skins_tobayer01/_path_/usr/local/share/titan/skin/tobayer01/skin.xml @ 37629

Last change on this file since 37629 was 37629, checked in by karlo, 8 years ago

fix callmon (without version)

File size: 250.5 KB
Line 
1<style name="dbg" bordersize="1" bordercol="#ffffff">
2#style="dbg"
3
4
5<screen name="autores" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="50" posy="650" width="120" height="40" bgcol="bgcol_grey" halign="center" valign="middle" bordercol="bordercol" bordersize="1">
6</screen>
7
8
9<screen name="logo" posx="0" posy="0" width="1280" height="720" picwidth="1280" picheight="720">
10</screen>
11
12
13<screen name="numinput" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="500" height="150" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
14    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
15        <node name="input" type="inputboxnum" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" valign="middle" posx="10" posy="10" width="480" height="-50" bordercol="fontcol">
16    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="450" posy="0" width="40" height="40">
17    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
18</screen>
19
20
21<screen name="satfinder" title="Satfinder" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
22    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
23        <node name="signal" progresscol="progresscol" bordersize="2" bordercol="progress_border" func="getsignalline" param1="%d" posx="center" posy="10" width="600" height="30">
24        <node name="signaltext" fontcol="fontcol" fontsize="25" valign="middle" halign="center" func="getsignal" param1="Signal: %d%%" posx="center" posy="10" width="600" height="30">
25        <node name="snr"    progresscol="progresscol" bordersize="2" bordercol="progress_border" func="getsnrline"    param1="%d" posx="center" posy="50" width="600" height="30">
26        <node name="snrtext"    fontcol="fontcol" fontsize="25" valign="middle" halign="center" func="getsnr"    param1="SNR: %d%%"    posx="center" posy="50" width="600" height="30">
27        <node name="bertext"    fontcol="fontcol" fontsize="25" valign="middle" halign="center" func="getber"    param1="BER: %d"      posx="center" posy="90" width="600" height="30">
28        <node name="unctext"    fontcol="fontcol" fontsize="25" valign="middle" halign="center" func="getunc"    param1="UNC: %d"      posx="center" posy="130" width="600" height="30">
29    <node name="b1" picmem="skin/key_exit.png"   halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
30</screen>
31
32
33<screen name="possetup" title="Positioner Setup" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
34    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
35    <node font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="10" posy="10" width="880" height="60" type="textbox" wrap="yes" text="For getting Signal/SNR/BER values, zap to a channel of the satellite you are searching.">
36    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="80" width="880" height="-180" bordercol="fontcol">
37        <node name="move" text="Move" parent="listbox" valign="middle" width="100%" height="35">
38        <node name="finemove" text="Fine move" parent="listbox" valign="middle" width="100%" height="35">
39        <node name="limit" text="Limit" parent="listbox" valign="middle" width="100%" height="35">
40        <node name="goto0" text="Goto startpos" parent="listbox" valign="middle" width="100%" height="35">
41        <node name="storagepos" text="Storage position" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
42    <node name="signal" progresscol="progresscol" bordersize="2" bordercol="progress_border" func="getsignalline" param1="%d" posx="center" posy="300" width="600" height="30">
43    <node name="signaltext" fontcol="fontcol" fontsize="25" valign="middle" halign="center" func="getsignal" param1="Signal: %d%%" posx="center" posy="300" width="600" height="30">
44    <node name="snr"    progresscol="progresscol" bordersize="2" bordercol="progress_border" func="getsnrline"    param1="%d" posx="center" posy="340" width="600" height="30">
45    <node name="snrtext"    fontcol="fontcol" fontsize="25" valign="middle" halign="center" func="getsnr"    param1="SNR: %d%%"    posx="center" posy="340" width="600" height="30">
46    <node name="bertext"    fontcol="fontcol" fontsize="25" valign="middle" halign="center" func="getber"    param1="BER: %d"      posx="center" posy="380" width="600" height="30">
47    <node name="b1" picmem="skin/key_red.png"    textposx="25" valign="middle" font="font1" charspace="-1" fontsize="24" fontcol="fontcol" posx="60"  posy="0" width="185" height="40">
48    <node name="b2" picmem="skin/key_green.png"  textposx="25" valign="middle" font="font1" charspace="-1" fontsize="24" fontcol="fontcol" posx="255" posy="0" width="195" height="40">
49    <node name="b3" picmem="skin/key_yellow.png" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="24" fontcol="fontcol" posx="460" posy="0" width="195" height="40">
50    <node name="b4" picmem="skin/key_blue.png"   textposx="25" valign="middle" font="font1" charspace="-1" fontsize="24" fontcol="fontcol" posx="655" posy="0" width="185" height="40">
51    <node name="b5" picmem="skin/key_exit.png"   halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
52    <node name="b6" picmem="skin/key_ok.png"     halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
53</screen>
54
55
56<screen name="gmultiepg" title="" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="1210" height="680" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
57    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
58#   <node name="time" func="gettime" param1="%d.%m. (%a) - %R" halign="center" valign="middle" charspace="-1" fontsize="18" posx="0" posy="20" width="240" height="20" bordersize="1" bordercol="fontcol">
59    <node name="epgdate"        font="font1" charspace="-1" fontsize="18" fontcol="fontcol"  halign="center" valign="middle"              posx="0" posy="20" width="240" height="20" bordercol="fontcol" bordersize="1">
60    <node name="timeline"       font="font1" charspace="-1" fontsize="18" fontcol="fontcol"  valign="top" scrollbar="no"                  posx="240" posy="20" width="970" height="30" bordercol="fontcol">
61    <node name="channellistbox" font="font1" charspace="-1" fontsize="24" fontcol="fontcol"  valign="top" scrollbar="no"  type="listbox"  posx="10"  posy="50" width="230" height="-174">
62    <node name="listbox"        font="font1" charspace="-1" fontsize="18" fontcol="fontcol2" valign="top" scrollbar="yes" type="grid"     posx="240" posy="49" width="970" height="-174" bordercol="fontcol" progresscol="rec_progress">
63    <node name="epgdesc" type="textbox" wrap="yes" fontsize="24" fontcol="fontcol" posx="10" posy="475" width="1190" height="-45" bordersize="1" bordercol="fontcol" bordertype="1">
64    <node name="b1" picmem="skin/key_red.png"    valign="middle" charspace="-1" fontsize="25" posx="10"  posy="0" width="190" height="40" textposx="25" text="Timer">
65    <node name="b2" picmem="skin/key_green.png"  valign="middle" charspace="-1" fontsize="25" posx="210" posy="0" width="140" height="40" textposx="25" text="EPG">
66    <node name="b3" picmem="skin/key_yellow.png" valign="middle" charspace="-1" fontsize="25" posx="360" posy="0" width="210" height="40" textposx="25" text="Single EPG">
67    <node name="b4" picmem="skin/key_blue.png"   valign="middle" charspace="-1" fontsize="25" posx="580" posy="0" width="190" height="40" textposx="25" text="Multi EPG">
68    <node name="b5" picmem="skin/key_prev2.png"  valign="middle" posx="810" posy="0" width="40" height="40">
69    <node name="b6" picmem="skin/key_next2.png"  valign="middle" posx="860" posy="0" width="40" height="40">
70    <node name="b7" picmem="skin/key_+P-.png"    valign="middle" posx="910" posy="0" width="40" height="40">
71    <node name="b8" picmem="skin/key_0.png"      valign="middle" charspace="-1" fontsize="25" posx="1000" posy="0" width="200" height="40" textposx="40" text="EPG Search">
72</screen>
73
74
75<screen name="moduleconfig" title="Common Interface" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
76    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
77    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-50" bordercol="fontcol">
78    <node name="b1" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10" posy="0" width="40" height="40">
79    <node name="b2" picmem="skin/key_ok.png" halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
80    <node name="b3" text="RESET" picmem="skin/key_red.png" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="60"  posy="0" width="190" height="40">
81    <node name="b4" text="MENU" picmem="skin/key_green.png" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="260" posy="0" width="110" height="40">
82    <node name="b5" text="CAID" picmem="skin/key_yellow.png" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="380" posy="0" width="100" height="40">
83    <node name="b6" text="Channel" picmem="skin/key_blue.png" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="490" posy="0" width="120" height="40">
84    <node name="b7" text="Settings" picmem="skin/key_menu.png" textposx="50" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="620" posy="0" width="220" height="40">
85</screen>
86
87
88<screen name="scconfig" title="SmartCard Reader" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
89    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
90    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-50" bordercol="fontcol">
91    <node name="b1" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10" posy="0" width="40" height="40">
92    <node name="b2" picmem="skin/key_ok.png" halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
93    <node name="b3" text="RESET" picmem="skin/key_red.png" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="60"  posy="0" width="190" height="40">
94</screen>
95
96
97<screen name="scanauto" title="Scan Auto" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="700" height="700" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
98    <node name="progress" progresscol="fontcol2" bordercol="fontcol2" bordersize="1" posx="10" posy="10" width="676" height="35" bgcol="bgcol_grey">
99    <node name="satname" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" halign="center" valign="middle" posx="10" posy="10" width="680" height="40">
100    <node name="tpcount"    font="font1" charspace="-1" fontsize="28" fontcol="fontcol" valign="middle" posx="10"  posy="70"  width="300" height="40">
101    <node name="foundtv"    font="font1" charspace="-1" fontsize="28" fontcol="fontcol" valign="middle" posx="360" posy="70"  width="300" height="40">
102    <node name="foundradio" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" valign="middle" posx="10"  posy="110" width="300" height="40">
103    <node name="founddata"  font="font1" charspace="-1" fontsize="28" fontcol="fontcol" valign="middle" posx="360" posy="110" width="300" height="40">
104    <node name="foundblind" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" valign="middle" posx="10"  posy="150" width="300" height="40">
105    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="200" width="676" height="-80" bordercol="fontcol">
106    <node name="buttonbar" posx="0" posy="0" width="100%" height="80" hspace="10" bgcol="bgcol_blue">
107        <node parent="buttonbar" name="b1" picmem="skin/key_exit.png" halign="center" valign="middle" posx="left" posy="center" width="40" height="25">
108        <node parent="buttonbar" name="b2" text="ADD ONE" picmem="skin/key_red.png" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="60" posy="5" width="600" height="30">
109        <node parent="buttonbar" name="b3" text="ADD ALL" picmem="skin/key_green.png" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="60" posy="45" width="600" height="30">
110</screen>
111
112
113<screen name="scanmanual" title="Scan Manual" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="700" height="700" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
114    <node name="progress" progresscol="fontcol2" bordercol="fontcol2" bordersize="1" posx="10" posy="10" width="676" height="35" bgcol="bgcol_grey">
115    <node name="satname" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" halign="center" valign="middle" posx="10" posy="10" width="680" height="40">
116    <node name="tpcount"    font="font1" charspace="-1" fontsize="28" fontcol="fontcol" valign="middle" posx="10"  posy="70"  width="300" height="40">
117    <node name="foundtv"    font="font1" charspace="-1" fontsize="28" fontcol="fontcol" valign="middle" posx="360" posy="70"  width="300" height="40">
118    <node name="foundradio" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" valign="middle" posx="10"  posy="110" width="300" height="40">
119    <node name="founddata"  font="font1" charspace="-1" fontsize="28" fontcol="fontcol" valign="middle" posx="360" posy="110" width="300" height="40">
120    <node name="foundblind" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" valign="middle" posx="10"  posy="150" width="300" height="40">
121    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="200" width="676" height="-80" bordercol="fontcol">
122    <node name="buttonbar" posx="0" posy="0" width="100%" height="80" hspace="10" bgcol="bgcol_blue">
123        <node parent="buttonbar" name="b1" picmem="skin/key_exit.png" halign="center" valign="middle" posx="left" posy="center" width="40" height="25">
124        <node parent="buttonbar" name="b2" text="ADD ONE" picmem="skin/key_red.png" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="60" posy="5" width="600" height="30">
125        <node parent="buttonbar" name="b3" text="ADD ALL" picmem="skin/key_green.png" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="60" posy="45" width="600" height="30">
126</screen>
127
128
129<screen name="scanadjustauto" title="Scan Auto Config" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="1000" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
130    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="980" height="-50" bordercol="fontcol">
131        <node name="scantype" text="Type of Scan" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
132        <node name="tuner" text="Tuner" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
133        <node name="sat" text="Satellite" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
134        <node name="id" text="ID" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
135        <node name="system" text="System" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
136        <node name="frequency" text="Frequency" type="inputboxnum" parent="listbox" valign="middle" width="100%" height="35">
137        <node name="inversion" text="Inversion" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
138        <node name="symbolrate" text="Symbolrate" type="inputboxnum" parent="listbox" valign="middle" width="100%" height="35">
139        <node name="polarization" text="Polarization" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
140        <node name="fec" text="FEC" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
141        <node name="modulation" text="Modulation" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
142        <node name="rolloff" text="Rolloff" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
143        <node name="pilot" text="Pilot" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
144        <node name="hp" text="Coderate HP" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
145        <node name="lp" text="Coderate LP" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
146        <node name="bandwidth" text="Bandwidth" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
147        <node name="transmission" text="Transmission" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
148        <node name="guardinterval" text="Guardinterval" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
149        <node name="hierarchy" text="Hierarchy" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
150        <node name="networkscan" text="Network Scan" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
151        <node name="onlyfree" text="Only free scan" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
152        <node name="blindscan" text="Blindscan" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
153        <node name="changename" text="Change Channelname" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
154        <node name="favtype" text="Bouquet Type" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
155        <node name="clear" text="Clear before scan" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
156        <node name="cleartransponder" text="Remove unused Transponder on used Satellites/Providers" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
157        <node name="unusedsatprovider" text="Remove unused Satellites/Providers" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
158        <node name="unusedbouquetchannels" text="Remove unused Channels in Bouquets" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
159        <node name="emptybouquet" text="Remove empty Bouquet" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
160    <node name="buttonbar" posx="0" posy="0" width="100%" height="40" hspace="10" bgcol="bgcol_blue">
161        <node parent="buttonbar" name="b1" picmem="skin/key_exit.png" halign="center" valign="middle" posx="left" posy="center" width="40" height="25">
162        <node parent="buttonbar" name="b2" picmem="skin/key_ok.png" halign="center" valign="middle" posx="right" posy="center" width="40" height="25">
163        <node parent="buttonbar" name="b3" text="SCANSTART" picmem="skin/key_red.png" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="50" posy="center" width="260" height="30">
164        <node parent="buttonbar" name="b4" text="SAVETRANSPONDER" picmem="skin/key_green.png" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="320" posy="center" width="300" height="30">
165        <node parent="buttonbar" name="b5" text="TRANSPONDEREDIT" picmem="skin/key_yellow.png" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="630" posy="center" width="300" height="30">
166</screen>
167
168
169<screen name="scanadjustmanual" title="Scan Manual Config" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="1000" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
170    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="980" height="-50" bordercol="fontcol">
171        <node name="scantype" text="Type of Scan" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
172        <node name="tuner" text="Tuner" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
173        <node name="sat" text="Satellite" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
174        <node name="id" text="ID" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
175        <node name="system" text="System" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
176        <node name="frequency" text="Frequency" type="inputboxnum" parent="listbox" valign="middle" width="100%" height="35">
177        <node name="inversion" text="Inversion" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
178        <node name="symbolrate" text="Symbolrate" type="inputboxnum" parent="listbox" valign="middle" width="100%" height="35">
179        <node name="polarization" text="Polarization" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
180        <node name="fec" text="FEC" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
181        <node name="modulation" text="Modulation" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
182        <node name="rolloff" text="Rolloff" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
183        <node name="pilot" text="Pilot" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
184        <node name="hp" text="Coderate HP" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
185        <node name="lp" text="Coderate LP" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
186        <node name="bandwidth" text="Bandwidth" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
187        <node name="transmission" text="Transmission" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
188        <node name="guardinterval" text="Guardinterval" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
189        <node name="hierarchy" text="Hierarchy" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
190        <node name="networkscan" text="Network Scan" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
191        <node name="onlyfree" text="Only free scan" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
192        <node name="blindscan" text="Blindscan" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
193        <node name="changename" text="Change Channelname" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
194        <node name="favtype" text="Bouquet Type" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
195        <node name="clear" text="Clear before scan" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
196        <node name="cleartransponder" text="Remove unused Transponder on used Satellites/Providers" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
197        <node name="unusedsatprovider" text="Remove unused Satellites/Providers" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
198        <node name="unusedbouquetchannels" text="Remove unused Channels in Bouquets" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
199        <node name="emptybouquet" text="Remove empty Bouquet" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
200    <node name="buttonbar" posx="0" posy="0" width="100%" height="40" hspace="10" bgcol="bgcol_blue">
201        <node parent="buttonbar" name="b1" picmem="skin/key_exit.png" halign="center" valign="middle" posx="left" posy="center" width="40" height="25">
202        <node parent="buttonbar" name="b2" picmem="skin/key_ok.png" halign="center" valign="middle" posx="right" posy="center" width="40" height="25">
203        <node parent="buttonbar" name="b3" text="SCANSTART" picmem="skin/key_red.png" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="50" posy="center" width="260" height="30">
204        <node parent="buttonbar" name="b4" text="SAVETRANSPONDER" picmem="skin/key_green.png" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="320" posy="center" width="300" height="30">
205        <node parent="buttonbar" name="b5" text="TRANSPONDEREDIT" picmem="skin/key_yellow.png" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="630" posy="center" width="300" height="30">
206</screen>
207
208
209<screen name="screensaver" width="100%" height="100%" bgcol="-2">
210    <node name="textsaver" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" width="1000" height="35">
211    <node name="picsaver">
212</screen>
213
214
215<screen name="screensaverjpg" fontcol="fontcol" fontsize="30" posx="0" posy="0" width="100%" height="100%" bordersize="0">
216    <node name="picture" picwidth="1280" picheight="720" width="100%" height="100%" halign="center" valign="middle" bordercol="bordercol" bordersize="0">
217    <node name="picname" textposx="100" fontcol="fontcol" posx="0" posy="30" width="100%" height="30">
218</screen>
219
220
221<screen name="webdir">
222    <node name="filelistpath">
223    <node name="filelist" type="filelist">
224</screen>
225
226
227<screen name="textinput" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="bgcol_grey" posx="center" posy="center" valign="bottom" width="500" height="120" bgcol="bgcol_blue" titlebgcol="fontcol" bordersize="2" bordercol="fontcol">
228    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
229    <node name="input" type="inputbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" halign="center" valign="middle" posx="10" posy="10" width="476" height="-50" bgcol="light_blue">
230    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="446" posy="0" width="40"  height="40">
231    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40"  height="40">
232    <node name="b3" picmem="skin/key_text.png" halign="center" valign="middle" posx="230"  posy="0" width="40"  height="40">
233</screen>
234
235
236## todo ##
237<screen valign=bottom titlealign=center name=playlist hspace=5 vspace=5 fontcol=fontcol font="font1" charspace="-1" fontsize=30 title="PlayList - select your playlist !" posx=center posy=center width=40% height=40% bordercol=bordercol bordersize=2 bgcol=bgcol>
238<node font="font1" charspace="-1" fontsize=30 bordercol=bordercol scrollbar=auto type=listbox name=listbox posy=1 width=100% height=-35>
239<node name=b1 text="OK" halign=center valign=center bordercol=okcol bordersize=6 bordertype=2 posx=20 posy=0 width=150 height=39/>
240<node name=b2 text="EXIT" halign=center valign=center bordercol=exitcol bordersize=6 bordertype=2 posx=180 posy=0 width=150 height=39/>
241<node name=b3 text="ADD" halign=center valign=center bordercol=green bordersize=6 bordertype=2 posx=500 posy=0 width=150 height=39/>
242<node name=b4 text="DEL" halign=center valign=center bordercol=red bordersize=6 bordertype=2 posx=340 posy=0 width=150 height=39/>
243</screen>
244
245<screen valign=bottom titlealign=center name=playlist_main hspace=50 vspace=50 fontcol=fontcol font="font1" charspace="-1" fontsize=30 title="PlayList" posx=center posy=center width=100% height=95% bordercol=bordercol bordersize=2 bgcol=-1>
246<node font="font1" charspace="-1" fontsize=30 bordercol=bordercol scrollbar=auto type=listbox name=listbox posy=1 width=100% height=-35>
247<node name=b1 text="OK" halign=center valign=center bordercol=okcol bordersize=6 bordertype=2 posx=20 posy=0 width=150 height=39/>
248<node name=b2 text="EXIT" halign=center valign=center bordercol=exitcol bordersize=6 bordertype=2 posx=180 posy=0 width=150 height=39/>
249<node name=b3 text="ADD" halign=center valign=center bordercol=green bordersize=6 bordertype=2 posx=500 posy=0 width=150 height=39/>
250<node name=b4 text="DEL" halign=center valign=center bordercol=red bordersize=6 bordertype=2 posx=340 posy=0 width=150 height=39/>
251</screen>
252## todo ##
253
254
255<screen name="download" title="" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="700" height="500" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
256    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
257    <node name="file" posx="center" posy="60" width="100%" height="25" halign="center">
258    <node name="progress" progresscol="fontcol2" bordercol="fontcol2" bordersize="1" posx="center" posy="100" width="400" height="20" bgcol="bgcol_grey">
259    <node name="maxkb" posx="center" posy="140" width="100%" height="25" halign="center">
260    <node name="aktkb" posx="center" posy="180" width="100%" height="25" halign="center">
261    <node name="b1" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10" posy="0" width="40" height="40">
262</screen>
263
264
265<screen name="copyfile" title="Copy / Move" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="700" height="500" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
266    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
267    <node name="filefrom" posx="center" posy="20" width="100%" height="25" halign="center">
268    <node name="fileto" posx="center" posy="60" width="100%" height="25" halign="center">
269    <node name="progress" progresscol="fontcol2" bordercol="fontcol2" bordersize="1" posx="center" posy="100" width="70%" height="20" bgcol="bgcol_grey">
270    <node name="filecount" posx="center" posy="140" width="100%" height="25" halign="center">
271    <node name="maxkb" posx="center" posy="180" width="100%" height="25" halign="center">
272    <node name="aktkb" posx="center" posy="220" width="100%" height="25" halign="center">
273    <node name="b1" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10" posy="0" width="40" height="40">
274</screen>
275
276
277<screen name="harddisk_main" title="" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
278    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
279    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-50" bordercol="fontcol">
280    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
281    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
282<node hidden="yes" name="titletext">
283</screen>
284
285
286<screen name="playpolicy" fontcol="fontcol" font="font1" charspace="-1" fontsize="30" posx="center" posy="center" width="450" height="50" bgcol="bgcol_grey" halign="center" valign="middle" bordercol="bordercol" bordersize="1">
287</screen>
288
289
290<screen name="interfacelist" title="Network Interfacelist" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
291    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
292    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-50" bordercol="fontcol">
293    <node name="b1" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
294    <node name="b2" text="EDIT" picmem="skin/key_red.png" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="60" posy="0" width="190" height="40">
295    <node name="b3" text="HOSTNAME" picmem="skin/key_green.png" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="260" posy="0" width="200" height="40">
296</screen>
297
298
299<screen name="rectimerext" title="Record Timer" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="560" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
300    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
301    <node name="recfreesize" func="getrecfreesize" progresscol="rec_progress" bgcol="mvmode_bgcol" posx="690" posy="2" width="200" height="25">
302    <node name="recfreesizetext" func="getrecfreesizetext" font="font1" charspace="-1" fontsize="20" fontcol="fontcol" valign="middle" halign="center" posx="690" posy="2" width="200" height="25">
303    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="30" width="880" height="-50" bordercol="fontcol">
304        <node name="name" text="Name" type="inputbox" parent="listbox" valign="middle" width="100%" height="35">
305        <node name="justplay" text="Type" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
306        <node name="repeate" text="Repeate" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
307        <node name="repeatetype" text="Repeate type" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
308        <node name="day" text="Day" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
309        <node name="mon" text="Monday" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
310        <node name="tue" text="Tuesday" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
311        <node name="wed" text="Wednesday" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
312        <node name="thur" text="Thursday" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
313        <node name="fri" text="Friday" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
314        <node name="sat" text="Saturday" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
315        <node name="sun" text="Sunday" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
316        <node name="begin" text="Begin" type="inputboxnum" parent="listbox" valign="middle" width="100%" height="35">
317        <node name="end" text="End" type="inputboxnum" parent="listbox" valign="middle" width="100%" height="35">
318        <node name="channel" text="Channel" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
319        <node name="path" text="Record path" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
320        <node name="after" text="Aktion after" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
321        <node name="pincode" text="Pin Code" type="inputboxnum" parent="listbox" valign="middle" width="100%" height="35">
322    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
323    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
324    <node name="b3" picmem="skin/key_text.png" halign="center" valign="middle" posx="60"  posy="0" width="40" height="40">
325    <node name="b4" picmem="skin/key_green.png" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="110" posy="0" width="300" height="40" textposx="25" text="Create Path">
326</screen>
327
328
329<screen name="rectimer" title="Record Timer" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="560" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
330    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
331    <node name="recfreesize" func="getrecfreesize" progresscol="rec_progress" bgcol="mvmode_bgcol" posx="690" posy="2" width="200" height="25">
332    <node name="recfreesizetext" func="getrecfreesizetext" font="font1" charspace="-1" fontsize="20" fontcol="fontcol" valign="middle" halign="center" posx="690" posy="2" width="200" height="25">
333    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="30" width="880" height="-50" bordercol="fontcol">
334    <node name="b5" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
335    <node name="b1" text="DEL" picmem="skin/key_red.png"           textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="60"  posy="0" width="180" height="40">
336    <node name="b2" text="ADD" picmem="skin/key_green.png"         textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="250" posy="0" width="200" height="40">
337    <node name="b3" text="STOP/START" picmem="skin/key_yellow.png" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="460" posy="0" width="220" height="40">
338    <node name="b4" text="LOG" picmem="skin/key_blue.png"          textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="690" posy="0" width="150" height="40">
339    <node name="b6" picmem="skin/key_ok.png" halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
340</screen>
341
342
343<screen name="playinfobarpic" func="getplaypic" param1="skin" posy="55" posx="55" halign="center" valign="top" width="80" height="60" bgcol="fontcol">
344    <node name="text" text="" func="getplaytext" fontsize="20" fontcol="bgcol_blue" halign="center" valign="bottom" posx="0" posy="0" width="100%" height="100%">
345</screen>
346
347
348<screen name="playinfobarcover" param1="skin" posx="905" posy="375" width="275" height="155" transparent="1">
349    <node name="cover" halign="right" valign="bottom" posx="0" posy="0" width="275" height="155" picwidth="1" picheight="1">
350</screen>
351
352
353<screen name="playinfobar" posx="center" posy="540" width="100%" height="150">
354    <node posx="0" posy="0"  width="100%" height="50"  bgcol="bgcol_blue">
355    <node posx="0" posy="50" width="100%" height="100" bgcol="bgcol_grey">
356    <node name="time" func="gettime" param1="%R" halign="left" valign="middle" fontsize="24" fontcol="fontcol" posx="80" posy="0" width="100" height="28">
357    <node name="date" func="gettime" param1="%a %d. %b" halign="left" valign="middle" fontsize="18" fontcol="fontcol" posx="80" posy="28" width="100" height="22">
358    <node name="title" text="unknown" halign="left" valign="middle" fontsize="28" fontcol="fontcol" posx="200" posy="0" width="880" height="50">
359    <node name="playbufferstatus" func="getbufferstatus" type="progressbar" progresscol="green" bordercol="progress_border" bordersize="1" bgcol="fontcol" posx="1090" posy="20" width="90" height="10">
360    <node name="progress" progresscol="light_blue" bordercol="progress_border" bordersize="1" bgcol="fontcol" posx="200" posy="70" width="880" height="10">
361    <node name="pos"     text="---" halign="left"   valign="middle" fontsize="24" fontcol="fontcol" posx="100"  posy="50" width="100" height="50">
362    <node name="len"     text="---" halign="center" valign="middle" fontsize="24" fontcol="fontcol" posx="590"  posy="90" width="100" height="50">
363    <node name="reverse" text="---" halign="right"  valign="middle" fontsize="24" fontcol="fontcol" posx="1080" posy="50" width="100" height="50">
364</screen>
365
366
367<screen name="recordduration" text="Minutes:" type="inputboxnum" fontcol="fontcol" font="font1" charspace="-1" fontsize="36" posx="center" posy="center" width="250" height="80" bgcol="bgcol_grey" hspace="5" bordercol="bordercol" bordersize="1">
368<node name="b1" text="Next EPG Time" picmem="skin/key_red_30x30.png" textposx="40" valign="middle" fontsize="25" posy="bottom" width="100%" height="30">
369</screen>
370
371
372<screen name="standby">
373</screen>
374
375
376<screen name="network" title="Network Adapter Settings" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
377    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
378    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-50" bordercol="fontcol">
379        <node name="type"       text="type"       type="choicebox"   parent="listbox" valign="middle" width="100%" height="35">
380        <node name="ipaddress"  text="ipaddress"  type="inputboxnum" parent="listbox" valign="middle" width="100%" height="35">
381        <node name="netmask"    text="netmask"    type="inputboxnum" parent="listbox" valign="middle" width="100%" height="35">
382        <node name="gateway"    text="gateway"    type="inputboxnum" parent="listbox" valign="middle" width="100%" height="35">
383        <node name="dnsserver1" text="dnsserver 1" type="inputboxnum" parent="listbox" valign="middle" width="100%" height="35">
384        <node name="dnsserver2" text="dnsserver 2" type="inputboxnum" parent="listbox" valign="middle" width="100%" height="35">
385        <node name="wol"        text="WOL"         type="choicebox"   parent="listbox" valign="middle" width="100%" height="35">
386    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
387    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
388</screen>
389
390
391<screen name="network_test" title="Network Adapter Test" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
392    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
393    <node name="textbox1" type="textbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="50" posy="60" width="350" height="-40">
394        <node name="i1" text="LAN"      parent="textbox1" halign="left" valign="middle" posx="0" posy="0"  width="100%" height="40">
395        <node name="i2" text="internet" parent="textbox1" halign="left" valign="middle" posx="0" posy="40" width="100%" height="40">
396    <node name="textbox2" type="textbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="420" posy="60" width="220" height="-40">
397        <node name="lan"      text="???" parent="textbox2" halign="right" valign="middle" posx="0" posy="0"  width="100%" height="40">
398        <node name="internet" text="???" parent="textbox2" halign="right" valign="middle" posx="0" posy="40" width="100%" height="40">
399    <node name="b1" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
400    <node name="b2" text="Test" picmem="skin/key_red.png" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="60"  posy="0" width="180" height="40">
401</screen>
402
403
404<screen name="pin" title="PIN Settings" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
405    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
406    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-50" bordercol="fontcol">
407        <node name="pincodemenu" text="Pin Code menu" type="inputboxnum" parent="listbox" valign="middle" width="100%" height="35">
408        <node name="pincode" text="Pin Code Channel" type="inputboxnum" parent="listbox" valign="middle" width="100%" height="35">
409        <node name="channelprotect" text="Protect Channel" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
410        <node name="ageprotect" text="Age Protect" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
411        <node name="protecttime" text="Protect Channel Freetime (min)" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
412        <node name="menuprotect" text="Protect Menu" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
413    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
414    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
415    <node name="b3" text="MENUPROTECT" picmem="skin/key_red.png" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="60" posy="0" width="250" height="40">
416</screen>
417
418
419<screen name="menuprotect" title="Menu Protect" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
420    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
421    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-50" bordercol="fontcol">
422    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
423    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
424</screen>
425
426
427<screen name="pincheck" text="PIN:" type="inputboxnumpw" mask="0000" fontcol="fontcol" font="font1" charspace="-1" fontsize="36" posx="center" posy="center" width="300" height="50" bgcol="bgcol_grey" valign="middle" hspace="5" bordercol="bordercol" bordersize="1">
428</screen>
429
430
431<screen name="menulist" title="Menulist" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
432    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-10" bordercol="fontcol">
433<node hidden="yes" name="details">
434<node hidden="yes" name="titletext">
435</screen>
436
437
438<screen name="autostartmenu" title="Autostart Settings" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
439    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
440    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-50" bordercol="fontcol">
441        <node parent="listbox" type="menu" name="autostart_default" text="Default Autostart" picmem="skin/default_status.png" textposx="120" valign="middle" width="100%" height="50" hspace="5">
442        <node parent="listbox" type="menu" name="autostart_audiovideo" text="Audio / Video / Sat" picmem="skin/audiovideosat_config.png" textposx="120" valign="middle" width="100%" height="50" hspace="5">
443        <node parent="listbox" type="menu" name="autostart_usb" text="Usb Device" picmem="skin/autofs.png" textposx="120" valign="middle" width="100%" height="50" hspace="5">
444        <node parent="listbox" type="menu" name="autostart_emu" text="Cam / Emu" picmem="skin/camemu_config.png" textposx="120" valign="middle" width="100%" height="50" hspace="5">
445        <node parent="listbox" type="menu" name="autostart_network" text="Network" picmem="skin/network.png" textposx="120" valign="middle" width="100%" height="50" hspace="5">
446        <node parent="listbox" type="menu" name="autostart_safety" text="Child safety" picmem="skin/parental.png" textposx="120" valign="middle" width="100%" height="50" hspace="5">
447    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
448    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
449<node hidden="yes" name="menutext">
450<node hidden="yes" name="details">
451</screen>
452
453
454<screen name="settings_autostart_default" title="Autostart Default" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
455    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
456    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-50" bordercol="fontcol">
457    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
458    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
459</screen>
460
461
462<screen name="settings_autostart_audiovideo" title="Autostart - Audio / Video / Sat" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
463    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
464    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-50" bordercol="fontcol">
465    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
466    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
467</screen>
468
469
470<screen name="settings_autostart_usb" title="Autostart - Usb Device" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
471    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
472    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-50" bordercol="fontcol">
473    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
474    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
475</screen>
476
477
478<screen name="settings_autostart_emu" title="Autostart - Cam / Emu" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
479    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
480    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-50" bordercol="fontcol">
481    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
482    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
483</screen>
484
485
486<screen name="settings_autostart_network" title="Autostart - Network" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
487    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
488    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-50" bordercol="fontcol">
489    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
490    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
491</screen>
492
493
494<screen name="settings_autostart_safety" title="Autostart - Child safety" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
495    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
496    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-50" bordercol="fontcol">
497    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
498    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
499</screen>
500
501
502<screen name="settings_overclocking" title="Overclocking" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
503    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
504    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-270" bordercol="fontcol">
505    <node name="label1" type="textbox"  scrollbar="auto" font="tuxtxt" charspace="-1" fontsize="24" fontcol="fontcol" posx="10" posy="205" width="880" height="-50" bordercol="fontcol" bordersize="1" bordertype="1">
506    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
507    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
508    <node name="b3" text="Test" picmem="skin/key_red.png" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="60"  posy="0" width="200" height="40">
509</screen>
510
511
512<screen name="settings_fancontrol" title="FanControl" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
513    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
514    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="center" posy="120" width="500" height="40" bordercol="fontcol">
515        <node name="fanprogress" type="progressbar" parent="listbox" text="speed" halign="center" valign="middle" progresscol="progresscol" bordercol="progress_border" bordersize="1" width="100%" height="100%" bgcol="fontcol">
516    <node name="500"  text="500rpm"  font="font1" charspace="-1" fontsize="28" fontcol="fontcol" halign="center" valign="middle" posx="100" posy="170" width="180" height="35">
517    <node name="1500" text="1500rpm" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" halign="center" valign="middle" posx="600" posy="170" width="180" height="35">
518    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
519    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
520    <node name="b3" text="Normal/Standby" picmem="skin/key_red.png" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="60" posy="0" width="250" height="40">
521</screen>
522
523
524<screen name="settings_fancontrol2" title="FanControl" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
525    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
526    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-50" bordercol="fontcol">
527        <node name="fanon" text="Fan mode" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
528    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
529    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
530</screen>
531
532
533<screen name="recordlist" title="Recordlist" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
534    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-10" bordercol="fontcol">
535<node hidden="yes" name="titletext">
536</screen>
537
538
539<screen name="videomode" title="VideoMode Settings" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="700" height="510" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
540    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="680" height="-10" bordercol="fontcol">
541<node hidden="yes" name="titletext">
542</screen>
543
544
545<screen name="3dsettings" title="3D-Mode Settings" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="700" height="510" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
546    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="680" height="-10" bordercol="fontcol">
547<node hidden="yes" name="titletext">
548</screen>
549
550
551<screen name="aspectsettings" title="VideoMode Aspect Settings" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="700" height="510" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
552    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="680" height="-10" bordercol="fontcol">
553<node hidden="yes" name="titletext">
554</screen>
555
556
557<screen name="resolutionsettings" title="VideoMode Resolution Settings" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="700" height="510" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
558    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="680" height="-10" bordercol="fontcol">
559<node hidden="yes" name="titletext">
560</screen>
561
562
563<screen name="singleepg" title="Single EPG" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="1210" height="680" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
564    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
565    <node name="channelname" charspace="2" fontsize="28" halign="center" valign="middle" posx="center" posy="10" width="700" height="40">
566    <node name="listbox" type="listbox" param1="%d.%m. (%a)  %R  " scrollbar="auto" charspace="-1" fontsize="27" fontsize2="27" fontcol="fontcol" fontcol2="fontcol2" progresscol="rec_progress" posx="10" posy="60" width="1190" height="-230" bordercol="fontcol">
567    <node posx="10" posy="420" width="1190" height="1" bgcol="fontcol">
568    <node name="epgdesc" type="textbox" wrap="yes" charspace="-1" fontsize="26" posx="10" posy="430" width="1190" height="-50">
569    <node name="b1" picmem="skin/key_red.png"    valign="middle" charspace="-1" fontsize="25" posx="10"  posy="0" width="200" height="40" textposx="25" text="Timer">
570    <node name="b2" picmem="skin/key_green.png"  valign="middle" charspace="-1" fontsize="25" posx="220" posy="0" width="170" height="40" textposx="25" text="EPG">
571    <node name="b3" picmem="skin/key_yellow.png" valign="middle" charspace="-1" fontsize="25" posx="400" posy="0" width="200" height="40" textposx="25" text="Multi EPG">
572    <node name="b4" picmem="skin/key_blue.png"   valign="middle" charspace="-1" fontsize="25" posx="610" posy="0" width="250" height="40" textposx="25" text="Graph. EPG">
573    <node name="b8" picmem="skin/key_0.png"      valign="middle" charspace="-1" fontsize="25" posx="1000" posy="0" width="200" height="40" textposx="40" text="EPG Search">
574#   <node name="time" func="gettime"  param1="%d.%m. (%a) - %R" halign="right"   valign="middle" charspace="-1" fontsize="25" posx="955" posy="0" width="245" height="40">
575</screen>
576
577
578<screen name="multiepg" title="" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="1210" height="680" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
579    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
580    <node name="listbox" type="listbox" scrollbar="auto" charspace="-1" fontsize="27" fontcol="fontcol2" fontsize2="27" fontcol2="fontcol" param1="%d.%m. (%a)  %R" param2="-%R" progresscol="rec_progress" posx="10" posy="10" width="1190" height="-50" bordercol="fontcol">
581    <node name="b1" picmem="skin/key_red.png"    valign="middle" charspace="-1" fontsize="25" posx="10"  posy="0" width="200" height="40" textposx="25" text="Timer">
582    <node name="b2" picmem="skin/key_green.png"  valign="middle" charspace="-1" fontsize="25" posx="220" posy="0" width="170" height="40" textposx="25" text="EPG">
583    <node name="b3" picmem="skin/key_yellow.png" valign="middle" charspace="-1" fontsize="25" posx="400" posy="0" width="200" height="40" textposx="25" text="Single EPG">
584    <node name="b4" picmem="skin/key_blue.png"   valign="middle" charspace="-1" fontsize="25" posx="610" posy="0" width="250" height="40" textposx="25" text="Graph. EPG">
585    <node name="b5" picmem="skin/key_prev2.png"  valign="middle" posx="865" posy="0" width="40" height="40">
586    <node name="b6" picmem="skin/key_next2.png"  valign="middle" posx="910" posy="0" width="40" height="40">
587    <node name="b7" picmem="skin/key_+P-.png"    valign="middle" posx="960" posy="0" width="40" height="40">
588    <node name="b8" picmem="skin/key_0.png"      valign="middle" charspace="-1" fontsize="25" posx="1010" posy="0" width="190" height="40" textposx="40" text="EPG Search">
589#   <node name="time" func="gettime" param1="%d.%m. (%a) - %R" halign="right" valign="middle" charspace="-1" fontsize="25" posx="955" posy="0" width="245" height="40">
590</screen>
591
592
593<screen name="videosettings" title="Video Settings" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
594    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
595    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-50" bordercol="fontcol">
596        <node name="brightness" text="Brightness" type="progressbar" parent="listbox" halign="center" valign="middle" progresscol="progresscol2" width="100%" height="35">
597        <node deaktivcol="deaktivcol" parent="listbox" height="20">
598        <node name="contrast" text="Contrast" type="progressbar" parent="listbox" halign="center" valign="middle" progresscol="progresscol2" width="100%" height="35">
599        <node deaktivcol="deaktivcol" parent="listbox" height="20">
600        <node name="tint" text="Tint" type="progressbar" parent="listbox" halign="center" valign="middle" progresscol="progresscol2" width="100%" height="35">
601        <node deaktivcol="#1" parent="listbox" height="20">
602        <node name="saturation" text="Saturation" type="progressbar" parent="listbox" halign="center" valign="middle" progresscol="progresscol2" width="100%" height="35">
603    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
604    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
605    <node name="b3" text="DEFAULT" picmem="skin/key_red.png" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="60"  posy="0" width="187" height="40">
606</screen>
607
608
609<screen name="skinselect" title="Skin Selection" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
610    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
611    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="540" height="-40" bordercol="fontcol">
612    <node name="png" halign="middle" valign="middle" posx="560" posy="110" width="220" height="200">
613    <node name="b1" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
614    <node name="b2" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
615</screen>
616
617
618<screen name="epg" title="Program Info" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="1000" height="600" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
619    <node posx="0" posy="0" width="100%" height="80" bgcol="bgcol_blue">
620    <node name="epgstart" param1="%H:%M" halign="left" valign="middle" charspace="-1" fontsize="28" posx="10" posy="10" width="100" height="35">
621    <node name="channelname" halign="right" valign="middle" charspace="2" fontsize="28" posx="120" posy="10" width="870" height="35">
622    <node name="rectimeline" type="multiprogressbar" progresscol="rec_progress" posx="10" posy="46" width="980" height="8">
623    <node name="epgend" param1="%H:%M" halign="left" valign="middle" charspace="-1" fontsize="28" posx="10" posy="55" width="100" height="35">
624    <node name="epgtitle" halign="left" valign="middle" charspace="-1" fontsize="28" posx="120" posy="55" width="870" height="35">
625    <node name="epgsubtitle" halign="left" valign="middle" charspace="-1" fontsize="28" fontcol="fontcol2" posx="120" posy="90" width="870" height="40">
626    <node name="epgdesc" type="textbox" scrollbar="auto" wrap="yes" charspace="-1" fontsize="28" posx="10" posy="140" width="980" height="-80" bordercol="fontcol">
627    <node name="b1" picmem="skin/key_red.png"    valign="middle" charspace="-1" fontsize="25" posx="10"  posy="0" width="180" height="40" textposx="25" text="Timer">
628    <node name="b2" picmem="skin/key_green.png"  valign="middle" charspace="-1" fontsize="25" posx="200" posy="0" width="200" height="40" textposx="25" text="Single EPG">
629    <node name="b3" picmem="skin/key_yellow.png" valign="middle" charspace="-1" fontsize="25" posx="410" posy="0" width="180" height="40" textposx="25" text="Multi EPG">
630    <node name="b4" picmem="skin/key_blue.png"   valign="middle" charspace="-1" fontsize="25" posx="600" posy="0" width="220" height="40" textposx="25" text="Graph. EPG">
631    <node name="b5" text="Single (EPG)" halign="center" valign="middle" bordercol="fontcol" bordersize="6" bordertype="2" charspace="-1" fontsize="24" posx="830" posy="0" width="160" height="40">
632    <node name="b6" picmem="skin/key_prev.png" valign="middle" posx="10" posy="485" width="40" height="40">
633    <node name="b7" picmem="skin/key_next.png" valign="middle" posx="60" posy="485" width="40" height="40">
634    <node name="b8" picmem="skin/key_0.png"    valign="middle" charspace="-1" fontsize="25" posx="790" posy="485" width="200" height="40" textposx="40" text="EPG Search">
635# no need
636    <node hidden="yes" name="channelnr">
637    <node hidden="yes" name="epgtimeremaining">
638#
639</screen>
640
641
642<screen name="powerofftimerscreen" title="Poweroff Timer" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
643    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
644    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-50" bordercol="fontcol">
645        <node name="minutes" text="Minutes" type="inputboxnum" parent="listbox" valign="middle" width="100%" height="35">
646        <node name="fixshutdowntime" text="Fix Shutdown Time" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
647        <node name="mode" text="StandBy Mode" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
648    <node name="b1" picmem="skin/key_ok.png"    halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
649    <node name="b2" picmem="skin/key_exit.png"  halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
650    <node name="b3" picmem="skin/key_red.png"   text="Cancel Shutdown" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="60"  posy="0" width="340" height="40">
651    <node name="b4" picmem="skin/key_green.png" text="Use EPG Endtime" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="410" posy="0" width="300" height="40">
652    <node name="b5" picmem="skin/key_prev2.png" halign="center" valign="middle" posx="750" posy="0" width="40" height="40">
653    <node name="b6" picmem="skin/key_next2.png" halign="center" valign="middle" posx="800" posy="0" width="40" height="40">
654</screen>
655
656
657<screen name="tunerreceptiondvbc" title="Tuner Reception" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
658    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
659    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-50" bordercol="fontcol">
660    <node name="b1" picmem="skin/key_ok.png"     halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
661    <node name="b2" picmem="skin/key_exit.png"   halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
662</screen>
663
664
665<screen name="tunerreceptiondvbt" title="Tuner Reception" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
666    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
667    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-50" bordercol="fontcol">
668    <node name="b1" picmem="skin/key_ok.png"     halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
669    <node name="b2" picmem="skin/key_exit.png"   halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
670</screen>
671
672
673<screen name="tunerreceptionhyprid" title="Tuner Reception" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
674    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
675    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-50" bordercol="fontcol">
676    <node name="b1" picmem="skin/key_ok.png"     halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
677    <node name="b2" picmem="skin/key_exit.png"   halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
678</screen>
679
680
681<screen name="subtitle" title="Subtitle" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="600" height="300" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
682    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="580" height="-10" bordercol="fontcol">
683</screen>
684
685
686<screen name="bouquetlist" title="Bouquet List" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="400" height="500" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
687    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
688    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="380" height="-40" bordercol="fontcol">
689    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="350" posy="0" width="40" height="40">
690    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
691</screen>
692
693
694<screen name="listedit" title="Channel Edit" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="500" height="380" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
695    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
696    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="480" height="-40" bordercol="fontcol">
697        <node parent="listbox" name="cpmode" text="copy service" valign="middle" width="100%" height="35">
698        <node parent="listbox" name="rmmode" text="remove service" valign="middle" width="100%" height="35">
699        <node parent="listbox" name="movemode" text="move service" valign="middle" width="100%" height="35">
700        <node parent="listbox" name="protectmode" text="protect service" valign="middle" width="100%" height="35">
701        <node parent="listbox" name="addmode" text="add service" valign="middle" width="100%" height="35">
702        <node parent="listbox" name="editmode" text="rename service" valign="middle" width="100%" height="35">
703        <node parent="listbox" name="sortmode" text="sort service" valign="middle" width="100%" height="35">
704        <node parent="listbox" name="setstartchannel" text="set startchannel" valign="middle" width="100%" height="35">
705        <node parent="listbox" name="delstartchannel" text="del startchannel" valign="middle" width="100%" height="35">
706        <node parent="listbox" name="setdefaultbouquets" text="Restore Default Bouquets" valign="middle" width="100%" height="35">
707        <node parent="listbox" name="setdefaultproviders" text="Restore Default Providers" valign="middle" width="100%" height="35">
708        <node parent="listbox" name="setdefaultchannels" text="Restore Default Channels" valign="middle" width="100%" height="35">
709        <node parent="listbox" name="setdefaultsats" text="Restore Default Sats" valign="middle" width="100%" height="35">
710    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="450" posy="0" width="40" height="40">
711    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
712</screen>
713
714
715<screen name="channelbynr" fontcol="fontcol" font="font1" charspace="-1" fontsize="36" posx="center" posy="center" width="100" height="50" bgcol="bgcol_grey" halign="center" valign="middle" bordercol="bordercol" bordersize="1">
716</screen>
717
718
719<screen name="audiotrack" title="Audio Tracks" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="600" height="300" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
720    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
721    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="580" height="-40" bordercol="fontcol">
722    <node name="b1" text="Subtitle" picmem="skin/key_yellow.png" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="10" posy="0" width="250" height="40">
723</screen>
724
725
726<screen name="linkedchannel" title="Subservices" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="1100" height="510" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
727    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol2" posx="10" posy="10" width="1080" height="-10" bordercol="fontcol">
728</screen>
729
730
731<screen name="ownpos" title="Engine Systems" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
732    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
733    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-50" bordercol="fontcol">
734        <node name="latitude" text="Latitude" type="inputboxnum" parent="listbox" valign="middle" width="100%" height="35">
735        <node name="latpos" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
736        <node name="longitude" text="Longitude" type="inputboxnum" parent="listbox" valign="middle" width="100%" height="35">
737        <node name="longpos" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
738    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
739    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
740</screen>
741
742
743<screen name="diseqcscreen" title="Diseqc Settings" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
744    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
745    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-50" bordercol="fontcol">
746        <node name="diseqcmode" text="DiSEqC Mode" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
747        <node name="toneburst" text="Tone Burst" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
748        <node name="committedcmd" text="Committed command" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
749        <node name="diseqcrepeat" text="Diseqc repeats" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
750        <node name="cmdorder" text="Diseqc Command Order" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
751        <node name="uncommittedcmd" text="Uncommitted Diseqc command" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
752        <node name="rotorpos" text="Rotor Position" type="inputboxnum" parent="listbox" valign="middle" width="100%" height="35">
753    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
754    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
755</screen>
756
757
758<screen name="lnbscreen" title="LNB Settings" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
759    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
760    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-50" bordercol="fontcol">
761        <node name="voltagemode" text="Voltage Mode" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
762        <node name="tonemode" text="Tone Mode" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
763        <node name="loftype" text="LOF" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
764        <node name="lofl" text="LOF/L" type="inputboxnum" parent="listbox" valign="middle" width="100%" height="35">
765        <node name="lofh" text="LOF/H" type="inputboxnum" parent="listbox" valign="middle" width="100%" height="35">
766        <node name="threshold" text="Threshold" type="inputboxnum" parent="listbox" valign="middle" width="100%" height="35">
767        <node name="satcr" text="SATCR Number" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
768        <node name="satcrfrequ1" text="SATCR Frequency" type="inputboxnum" parent="listbox" valign="middle" width="100%" height="35">
769        <node name="satcrfrequ2" text="SATCR Frequency" type="inputboxnum" parent="listbox" valign="middle" width="100%" height="35">
770    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
771    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
772    <node name="b3" text="Select Unicable Manufacturer" picmem="skin/key_red.png" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="60"  posy="0" width="400" height="40">
773</screen>
774
775
776<screen name="tunerreceptiondvbs" title="Tuner Reception" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
777    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
778    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-50" bordercol="fontcol">
779    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
780    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
781    <node name="b3" text="EDIT LNB / UNICABLE" picmem="skin/key_red.png" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="60"  posy="0" width="400" height="40">
782</screen>
783
784
785<screen name="tunerconfig" title="Tuner Configuration" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
786    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
787    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-50" bordercol="fontcol">
788    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
789    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
790    <node name="b3" text="EDIT TUNER" picmem="skin/key_red.png"   textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="60"  posy="0" width="250" height="40">
791    <node name="b4" text="EDIT MOTOR" picmem="skin/key_green.png" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="320" posy="0" width="270" height="40">
792    <node name="b5" picmem="skin/key_prev.png" valign="middle" posx="750" posy="0" width="40" height="40">
793    <node name="b6" picmem="skin/key_next.png" valign="middle" posx="800" posy="0" width="40" height="40">
794</screen>
795
796
797<screen name="dir" title="Select Path" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="700" height="650" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
798    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
799    <node name="filelistpath" valign="middle" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="680" height="35">
800    <node name="filelist" type="filelist" scrollbar="auto" textposx="40" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" bordercol="fontcol" posx="10" posy="55" width="680" height="-50" picmem="skin/folder.png">
801    <node name="b1" picmem="skin/key_red.png"    textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="10"  posy="0" width="160" height="40">
802    <node name="b2" picmem="skin/key_green.png"  textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="180" posy="0" width="160" height="40">
803    <node name="b3" picmem="skin/key_yellow.png" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="350" posy="0" width="160" height="40">
804    <node name="b4" picmem="skin/key_blue.png"   textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="520" posy="0" width="170" height="40">
805# no need
806<node hidden="yes" name="label">
807#
808</screen>
809
810
811<screen name="dirlabel" title="Select Path" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="1150" height="650" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
812    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
813    <node name="filelistpath" valign="middle" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="920" height="35">
814    <node name="recfreesize" func="getrecfreesize" progresscol="rec_progress" bgcol="mvmode_bgcol" posx="940" posy="15" width="200" height="25">
815    <node name="recfreesizetext" func="getrecfreesizetext" font="font1" charspace="-1" fontsize="20" fontcol="fontcol" valign="middle" halign="center" posx="940" posy="15" width="200" height="25">
816    <node name="filelist" type="filelist" scrollbar="auto" textposx="40" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" bordercol="fontcol" posx="10" posy="55" width="1130" height="-220" picmem="skin/folder.png">
817    <node name="line" posx="center" posy="395" width="1130" height="1" bgcol="bgcol_grey" bgcol2="fontcol" gradient="leftmiddle">
818    <node name="thumb" halign="center" valign="middle" posx="10" posy="405" width="275" height="155" picwidth="1" picheight="1">
819    <node name="label" type="textbox" wrap="yes" font="font1" charspace="-1" fontsize="24" fontcol="fontcol" posx="295" posy="405" width="845" height="-50">
820    <node name="b5" picmem="skin/key_info.png"   halign="center" valign="middle" posx="10" posy="0" width="40" height="40">
821    <node name="b1" picmem="skin/key_red.png"    textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="60"  posy="0" width="180" height="40">
822    <node name="b2" picmem="skin/key_green.png"  textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="250" posy="0" width="190" height="40">
823    <node name="b3" picmem="skin/key_yellow.png" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="450" posy="0" width="190" height="40">
824    <node name="b4" picmem="skin/key_blue.png"   textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="650" posy="0" width="190" height="40">
825</screen>
826
827
828<screen name="mute" posx="55" posy="55" width="45" height="45" picmem="icons/mute.png">
829</screen>
830
831
832<screen name="spinner" halign="center" valign="middle" posx="55" posy="55" width="80" height="80" bgcol="-2">
833    <node name="spinner1" hidden="yes" picmem="spinner/wait1.png" width="100%" height="100%">
834    <node name="spinner2" hidden="yes" picmem="spinner/wait2.png" width="100%" height="100%">
835    <node name="spinner3" hidden="yes" picmem="spinner/wait3.png" width="100%" height="100%">
836    <node name="spinner4" hidden="yes" picmem="spinner/wait4.png" width="100%" height="100%">
837    <node name="spinner5" hidden="yes" picmem="spinner/wait5.png" width="100%" height="100%">
838    <node name="spinner6" hidden="yes" picmem="spinner/wait6.png" width="100%" height="100%">
839    <node name="spinner7" hidden="yes" picmem="spinner/wait7.png" width="100%" height="100%">
840</screen>
841
842
843<screen name="volume" posx="55" posy="55" width="200" height="20">
844    <node name="volumebar" progresscol="progresscol" bordercol="progress_border" bordersize="2" bgcol="fontcol" width="100%" height="100%">
845</screen>
846
847
848<screen name="infobar" posx="center" posy="540" width="100%" height="150">
849    <node posx="0" posy="0"  width="100%" height="50"  bgcol="bgcol_blue">
850    <node posx="0" posy="50" width="100%" height="100" bgcol="bgcol_grey">
851
852    <node name="time" func="gettime" param1="%R" halign="center" valign="middle" font="font1" charspace="-1" fontsize="24" fontcol="fontcol" posx="65" posy="0" width="110" height="28">
853    <node name="date" func="gettime" param1="%a %d. %b" halign="center" valign="middle" font="font1" charspace="-1" fontsize="18" fontcol="fontcol" posx="65" posy="28" width="110" height="22">
854    <node name="epgline" func="getepgakttimeline" progresscol="progresscol" bordercol="progress_border" bordersize="1" bgcol="fontcol" posx="200" posy="20" width="150" height="10">
855
856    <node func="getchannelnr"      text="" halign="center" valign="middle" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="360" posy="0" width="60"  height="50">
857    <node func="getaktchannelname" text="" halign="left"   valign="middle" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="430" posy="0" width="350" height="50">
858
859    <node func="getreccount" halign="right" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="dark_red" posx="785" posy="0" width="30" height="50">
860    <node func="getrec"        param1="icons" halign="center" valign="middle" posx="820"  posy="0" width="50" height="50">
861    <node func="getcrypt"      param1="icons" halign="center" valign="middle" posx="870"  posy="0" width="50" height="50">
862    <node func="getsoundtype"  param1="icons" halign="center" valign="middle" posx="920"  posy="0" width="50" height="50">
863### <node func="gethbbtv"      param1="icons" halign="center" valign="middle" posx="970"  posy="0" width="50" height="50">
864    <node func="getteletext"   param1="icons" halign="center" valign="middle" posx="1020" posy="0" width="50" height="50">
865    <node func="getsdhd"       param1="icons" halign="center" valign="middle" posx="1070" posy="0" width="50" height="50">
866    <node func="getaspectmode" param1="icons" halign="center" valign="middle" posx="1120" posy="0" width="50" height="50">
867    <node func="getresolution" param1="icons" halign="center" valign="middle" posx="1170" posy="0" width="50" height="50">
868
869    <node func="getpicon" posx="70" posy="56" width="100" height="60" picwidth="100" picheight="60">
870
871    <node func="getepgaktstart" param1="%H:%M"           halign="left"  valign="middle" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="200" posy="50" width="80"  height="33">
872    <node func="getepgakttitle"                          halign="left"  valign="middle" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="280" posy="50" width="670" height="33">
873    <node func="getepgakttimeremaining" param1="+%d min" halign="right" valign="middle" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="950" posy="50" width="120" height="33">
874
875    <node func="getepgnextstart" param1="%H:%M"          halign="left"  valign="middle" font="font1" charspace="-1" fontsize="26" fontcol="fontcol_info" posx="200" posy="83" width="80"  height="33">
876    <node func="getepgnexttitle"                         halign="left"  valign="middle" font="font1" charspace="-1" fontsize="26" fontcol="fontcol_info" posx="280" posy="83" width="670" height="33">
877    <node func="getepgnexttimeremaining" param1="%d min" halign="right" valign="middle" font="font1" charspace="-1" fontsize="26" fontcol="fontcol_info" posx="950" posy="83" width="120" height="33">
878
879    <node text="Signal:" halign="left" valign="middle" font="font1" charspace="-1" fontsize="18" fontcol="light_blue" posx="1110" posy="50"  width="60" height="20">
880    <node text="SNR:"    halign="left" valign="middle" font="font1" charspace="-1" fontsize="18" fontcol="light_blue" posx="1110" posy="70"  width="60" height="20">
881    <node text="BER:"    halign="left" valign="middle" font="font1" charspace="-1" fontsize="18" fontcol="light_blue" posx="1110" posy="90"  width="60" height="20">
882    <node text="UNC:"    halign="left" valign="middle" font="font1" charspace="-1" fontsize="18" fontcol="light_blue" posx="1110" posy="110" width="60" height="20">
883    <node text="Tuner:"  halign="left" valign="middle" font="font1" charspace="-1" fontsize="18" fontcol="light_blue" posx="1110" posy="130" width="60" height="20">
884    <node func="getsignal" param1="%d %%" halign="left" valign="middle" font="font1" charspace="-1" fontsize="18" fontcol="light_blue" posx="1170" posy="50"  width="50" height="20">
885    <node func="getsnr"    param1="%d %%" halign="left" valign="middle" font="font1" charspace="-1" fontsize="18" fontcol="light_blue" posx="1170" posy="70"  width="50" height="20">
886    <node func="getber"    param1="%d"    halign="left" valign="middle" font="font1" charspace="-1" fontsize="18" fontcol="light_blue" posx="1170" posy="90"  width="50" height="20">
887    <node func="getunc"    param1="%d"    halign="left" valign="middle" font="font1" charspace="-1" fontsize="18" fontcol="light_blue" posx="1170" posy="110" width="50" height="20">
888    <node func="getakttuner"              halign="left" valign="middle" font="font1" charspace="-1" fontsize="18" fontcol="light_blue" posx="1170" posy="130" width="50" height="20">
889
890    <node func="getprovidername" param1="%d" halign="center" valign="middle" font="font1" charspace="-1" fontsize="18" fontcol="light_blue" posx="10" posy="125" width="220" height="25">
891    <node func="getsatname"      param1="%d" halign="right"  valign="middle" font="font1" charspace="-1" fontsize="18" fontcol="light_blue" posx="830" posy="125" width="240" height="25">
892
893    <node text="Video"       picmem="skin/key_green.png"  textposx="25" valign="middle" font="font1" charspace="-1" fontsize="18" fontcol="light_blue" posx="200" posy="125" width="100" height="25">
894    <node text="Audio/Subt." picmem="skin/key_yellow.png" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="18" fontcol="light_blue" posx="310" posy="125" width="180" height="25">
895    <node name="sleep" func="getpowerofftime" param1="sleep in %d min" font="font1" charspace="-1" fontsize="18" fontcol="orange" valign="middle" posx="500" posy="125" width="180" height="25">
896</screen>
897
898
899<screen name="infobar2" posx="center" posy="540" hspace="65" vspace="5" width="100%" height="150" bgcol="bgcol_blue">
900    <node name="epgdesc" func="getepgaktdesc" type="textbox" scrollbar="no" wrap="yes" font="font1" charspace="0" fontsize="26" fontcol="fontcol" posx="0" posy="0" width="100%" height="100%">
901</screen>
902
903
904<screen name="channellist" title="" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="1210" height="680" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
905    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
906    <node posx="749" posy="10" width="1" height="-50" bgcol="fontcol">
907    <node posx="760" posy="460" width="440" height="1" bgcol="fontcol">
908    <node name="channeltimeline" progresscol="fontcol" bordercol="fontcol" bordersize="1" posx="10" posy="10" width="80" height="10" hidden="yes">
909    <node name="listbox" type="listbox" scrollbar="auto" fontsize="27" fontcol="fontcol2" fontsize2="27" fontcol2="fontcol" posx="10" posy="10" width="740" height="-50" bordercol="fontcol">
910        <node name="epgstart" func="getepgmarkedstart" param1="%R" charspace="-1" fontsize="28" posx="760" posy="10" width="100" height="35">
911        <node name="time" func="gettime" param1="%R" halign="center" valign="middle" charspace="-1" fontsize="28" posx="930" posy="10" width="100" height="35">
912        <node name="epgend" func="getepgmarkedend" param1="%R" halign="right" charspace="-1" fontsize="28" fontcol="light_blue" posx="1100" posy="10" width="100" height="35">
913        <node name="epgline" func="getepgmarkedtimeline" progresscol="progresscol" bgcol="fontcol" bordercol="progress_border" bordersize="1" posx="760" posy="50" width="440" height="10">
914        <node name="epg" func="getepgmarkeddesc" type="textbox" wrap="yes" charspace="-1" fontsize="24" posx="760" posy="65" width="440" height="-190">
915        <node name="epg" func="getepgmarkedlist" param1="5" type="textbox" wrap="no" charspace="-1" fontsize="24" fontcol="light_blue" valign="middle" posx="760" posy="465" width="440" height="-50">
916    <node name="b1"  picmem="skin/key_ok.png"     valign="middle" posx="970" posy="0" width="40" height="40">
917    <node name="b2"  picmem="skin/key_exit.png"   valign="middle" posx="1020" posy="0" width="40" height="40">
918    <node name="b3"  picmem="skin/key_red.png"    valign="middle" charspace="-1" fontsize="24" posx="10"  posy="0" width="100" height="40" textposx="25" text="ALL">
919    <node name="b4"  picmem="skin/key_green.png"  valign="middle" charspace="-1" fontsize="24" posx="120" posy="0" width="160" height="40" textposx="25" text="SAT">
920    <node name="b5"  picmem="skin/key_yellow.png" valign="middle" charspace="-1" fontsize="24" posx="290" posy="0" width="160" height="40" textposx="25" text="Prov">
921    <node name="b6"  picmem="skin/key_blue.png"   valign="middle" charspace="-1" fontsize="24" posx="460" posy="0" width="160" height="40" textposx="25" text="Fav">
922    <node name="b7"  picmem="skin/key_text.png"   halign="center" valign="middle" posx="630" posy="0" width="40" height="40">
923    <node name="b15" picmem="skin/key_0.png"      valign="middle" charspace="-1" fontsize="24" posx="680" posy="0" width="180" height="40" textposx="40" text="Short EPG">
924    <node name="b8"  picmem="skin/key_info.png"   valign="middle" charspace="-1" fontsize="24" posx="1070" posy="0" width="130" height="40" textposx="50" text="Radio">
925    <node name="b9"  picmem="skin/key_epg.png"    valign="middle" posx="870" posy="0" width="40" height="40">
926    <node name="b10" picmem="skin/key_menu.png"   valign="middle" posx="920" posy="0" width="40" height="40">
927    <node name="b11" picmem="skin/key_menu.png"   valign="middle" posx="920" posy="0" width="40" height="40">
928<node hidden="yes" name="b12"> ###picmem="skin/key_up_down_40x40.png"
929<node hidden="yes" name="b13"> ###picmem="skin/key_left_right_40x40.png"
930<node hidden="yes" name="b14"> ###picmem="skin/key_ch_up_down_70x40.png"
931<node hidden="yes" name="titletext">
932</screen>
933
934
935<screen name="vfdisplay" title="VFDisplay" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
936    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
937    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-50" bordercol="fontcol">
938        <node name="brightness" text="Brightness" type="progressbar" parent="listbox" halign="center" valign="middle" progresscol="progresscol2" width="100%" height="35">
939        <node deaktivcol="deaktivcol" parent="listbox" height="20">
940        <node name="standby" text="Standby Brightness" type="progressbar" parent="listbox" halign="center" valign="middle" progresscol="progresscol2" width="100%" height="35">
941        <node deaktivcol="deaktivcol" parent="listbox" height="20">
942        <node parent="listbox" name="oled_sel" text="OLED selection" type="choicebox" valign="middle" width="100%" height="35">
943        <node name="vfdnotstandby" text="Show in VFD"  type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
944        <node name="vfdstandby" text="Show in Standby" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
945        <node name="vfdrecord" text="Behavior at recording" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
946        <node parent="listbox" name="at7000frontrun" text="LED - brightness running" type="choicebox" valign="middle" width="100%" height="35" hidden="yes">
947        <node parent="listbox" name="at7000frontsleep" text="LED - brightness standby" type="choicebox" valign="middle" width="100%" height="35" hidden="yes">
948    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
949    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
950</screen>
951
952
953<screen name="epgsettings" title="EPG Settings" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
954    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
955    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-50" bordercol="fontcol">
956        <node parent="listbox" name="epgpath" text="EPG Path" type="choicebox" valign="middle" width="100%" height="35">
957        <node parent="listbox" name="epgdays" text="How many days" type="choicebox" valign="middle" width="100%" height="35">
958        <node parent="listbox" name="delepgbeforescan" text="Del EPG before scan" type="choicebox" valign="middle" width="100%" height="35">
959        <node parent="listbox" name="epgdel" text="Delete EPG after read" type="choicebox" valign="middle" width="100%" height="35">
960        <node parent="listbox" name="epglistmode" text="EPG List Mode" type="choicebox" valign="middle" width="100%" height="35">
961        <node parent="listbox" name="epgrefresh" text="EPG Refresh Time" type="choicebox" valign="middle" width="100%" height="35">
962        <node parent="listbox" name="epgsave" text="EPG Save Mode" type="choicebox" valign="middle" width="100%" height="35">
963        <node parent="listbox" name="epg_afterevent" text="After EPG Scan" type="choicebox" valign="middle" width="100%" height="35">
964        <node parent="listbox" name="epgfreespace" text="EPGfreespace (KB)" type="choicebox" valign="middle" width="100%" height="35">
965        <node parent="listbox" name="epgscreen" text="Show EPG screen (EPG button)" type="choicebox" valign="middle" width="100%" height="35">
966        <node parent="listbox" name="epgbutton" text="EPG button on EPG Screen" type="choicebox" valign="middle" width="100%" height="35">
967        <node parent="listbox" name="epgpicon" text="Graphic EPG Picon" type="choicebox" valign="middle" width="100%" height="35">
968        <node parent="listbox" name="epg_primetime" text="Prime Time" type="choicebox" valign="middle" width="100%" height="35">
969        <node parent="listbox" name="epgzoom" text="Graphic EPG Zoom" type="choicebox" valign="middle" width="100%" height="35">
970        <node parent="listbox" name="mhwepg" text="MHW EPG" type="choicebox" valign="middle" width="100%" height="35">
971        <node parent="listbox" name="mhw2epg" text="MHW2 EPG" type="choicebox" valign="middle" width="100%" height="35">
972        <node parent="listbox" name="opentv" text="OpenTV EPG" type="choicebox" valign="middle" width="100%" height="35">
973    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
974    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
975    <node name="b3" text="EPG Reset" picmem="skin/key_red.png"    textposx="25" valign="middle" font="font1" charspace="-1" fontsize="24" fontcol="fontcol" posx="60"  posy="0" width="185" height="40">
976    <node name="b4" text="EDIT"      picmem="skin/key_green.png"  textposx="25" valign="middle" font="font1" charspace="-1" fontsize="24" fontcol="fontcol" posx="255" posy="0" width="195" height="40">
977    <node name="b5" text="ScanList"  picmem="skin/key_yellow.png" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="24" fontcol="fontcol" posx="460" posy="0" width="195" height="40">
978    <node name="b6" text="LOG"       picmem="skin/key_blue.png"   textposx="25" valign="middle" font="font1" charspace="-1" fontsize="24" fontcol="fontcol" posx="655" posy="0" width="185" height="40">
979</screen>
980
981
982<screen name="recordpath" title="Record Path settings" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
983    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
984    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-50" bordercol="fontcol">
985        <node name="moviepath" text="Moviepath" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
986        <node name="timerpath" text="Timer Record Path" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
987        <node name="recpath" text="Record Path" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
988        <node name="timeshiftpath" text="Timeshift Path" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
989        <node name="streampath" text="Stream Path" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
990    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
991    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
992    <node name="b3" text="EDIT" picmem="skin/key_red.png" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="60" posy="0" width="250" height="40">
993</screen>
994
995
996<screen name="plugin" title="Plugins" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
997    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
998    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-50" bordercol="fontcol">
999    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
1000    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
1001    <node name="b3" text="RELOAD" picmem="skin/key_blue.png" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="330" posy="0" width="250" height="40">
1002    <node name="b4" text="UNLOAD" picmem="skin/key_red.png"  textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="60"  posy="0" width="250" height="40">
1003</screen>
1004
1005
1006<screen name="timezone" title="Timezone" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
1007    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
1008    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-50" bordercol="fontcol">
1009    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
1010    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
1011</screen>
1012
1013
1014<screen name="skinadjust" posx="center" posy="center" width="100%" height="100%" valign="bottom" bgcol="fontcol" bordersize="5" bordercol="bgcol_blue">
1015    <node name="skinadj" title="Skin Adjust" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
1016    <node parent="skinadj" posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
1017    <node name="listbox" type="listbox" parent="skinadj" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-50" bordercol="fontcol">
1018        <node parent="listbox" name="fontsizeadjust" text="Fontsize adjust in pixel" type="choicebox" valign="middle" width="100%" height="35">
1019        <node parent="listbox" name="listboxselecttype" text="Listbox Select" type="choicebox" valign="middle" width="100%" height="35">
1020        <node parent="listbox" name="osdtransparent" text="OSD Transparent" type="choicebox" valign="middle" width="100%" height="35">
1021        <node parent="listbox" name="infobar_sel" text="Info bar selection" type="choicebox" valign="middle" width="100%" height="35">
1022        <node parent="listbox" name="infobar2_sel" text="Info bar 2 selection" type="choicebox" valign="middle" width="100%" height="35">
1023        <node parent="listbox" name="leftoffset" text="OSD Left Overscan" type="choicebox" valign="middle" width="100%" height="35">
1024        <node parent="listbox" name="rightoffset" text="OSD Right Overscan" type="choicebox" valign="middle" width="100%" height="35">
1025        <node parent="listbox" name="topoffset" text="OSD Top Overscan" type="choicebox" valign="middle" width="100%" height="35">
1026        <node parent="listbox" name="bottomoffset" text="OSD Bottom Overscan" type="choicebox" valign="middle" width="100%" height="35">
1027        <node parent="listbox" name="showrecfreesize" text="Show HDD freesize" type="choicebox" valign="middle" width="100%" height="35">
1028        <node parent="listbox" name="listboxselect" text="Listbox Select Color" type="choicebox" valign="middle" width="100%" height="35">
1029        <node parent="listbox" name="filelistselect" text="Filelist Select Color" type="choicebox" valign="middle" width="100%" height="35">
1030        <node parent="listbox" name="tithek_selectcol" text="TiThek Select Color" type="choicebox" valign="middle" width="100%" height="35">
1031        <node parent="listbox" name="favcol" text="Bouquet Color" type="choicebox" valign="middle" width="100%" height="35">
1032    <node name="b1" picmem="skin/key_ok.png"   parent="skinadj" halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
1033    <node name="b2" picmem="skin/key_exit.png" parent="skinadj" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
1034</screen>
1035
1036
1037<screen name="httpdsettings" title="HTTP Settings" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
1038    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
1039    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-50" bordercol="fontcol">
1040        <node parent="listbox" name="httpdstart" text="Start HTTPD" type="choicebox" valign="middle" width="100%" height="35">
1041        <node parent="listbox" name="user" text="User" type="inputbox" valign="middle" width="100%" height="35">
1042        <node parent="listbox" name="password" text="Password" type="inputbox" valign="middle" width="100%" height="35">
1043        <node parent="listbox" name="httpdport" text="HTTPD Port" type="inputboxnum" valign="middle" width="100%" height="35">
1044        <node parent="listbox" name="webifip" text="IP for Stream" type="choicebox" valign="middle" width="100%" height="35">
1045        <node parent="listbox" name="streamport" text="Stream Port" type="inputboxnum" valign="middle" width="100%" height="35">
1046        <node parent="listbox" name="rguidstart" text="Start RGUID" type="choicebox" valign="middle" width="100%" height="35">
1047        <node parent="listbox" name="rguidport" text="RGUID Port" type="inputboxnum" valign="middle" width="100%" height="35">
1048        <node parent="listbox" name="transcode" text="Transcode Stream" type="choicebox" valign="middle" width="100%" height="35">
1049        <node parent="listbox" name="bitrate" text="Bitrate" type="choicebox" valign="middle" width="100%" height="35">
1050        <node parent="listbox" name="resolution" text="Resolution" type="choicebox" valign="middle" width="100%" height="35">
1051        <node parent="listbox" name="aspectratio" text="Aspect Ratio" type="choicebox" valign="middle" width="100%" height="35">
1052        <node parent="listbox" name="streamzapping" text="Allowed Zapping via Streamlink" type="choicebox" valign="middle" width="100%" height="35">
1053    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
1054    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
1055    <node name="b3" picmem="skin/key_text.png" halign="left"  valign="middle" posx="430" posy="0" width="40" height="40">
1056</screen>
1057
1058
1059<screen name="adjust" title="Adjust" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
1060    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
1061    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-50" bordercol="fontcol">
1062        <node parent="listbox" name="volbartimeout" text="Volumebar Timeout" type="choicebox" valign="middle" width="100%" height="35">
1063        <node parent="listbox" name="infobarprogram" text="Show infobar on program change" type="choicebox" valign="middle" width="100%" height="35">
1064        <node parent="listbox" name="infobarsleep" text="Infobar Sleep" type="choicebox" valign="middle" width="100%" height="35">
1065        <node parent="listbox" name="infobartimeout" text="Infobar Timeout" type="choicebox" valign="middle" width="100%" height="35">
1066        <node parent="listbox" name="secondinfobar" text="Second Infobar" type="choicebox" valign="middle" width="100%" height="35">
1067        <node parent="listbox" name="virtualzap" text="Virtualzap Timeout" type="choicebox" valign="middle" width="100%" height="35">
1068        <node parent="listbox" name="spinnerspeed" text="Spinnerspeed" type="choicebox" valign="middle" width="100%" height="35">
1069        <node parent="listbox" name="spinnertime" text="Spinnertime" type="choicebox" valign="middle" width="100%" height="35">
1070        <node parent="listbox" name="hangtime" text="Hangtime" type="choicebox" valign="middle" width="100%" height="35">
1071        <node parent="listbox" name="fastzap" text="Fastzap" type="choicebox" valign="middle" width="100%" height="35">
1072        <node parent="listbox" name="nozapclear" text="Don't clear TV on zap (only with fastzap)" type="choicebox" valign="middle" width="100%" height="35">
1073        <node parent="listbox" name="faststop" text="Faststop" type="choicebox" valign="middle" width="100%" height="35">
1074        <node parent="listbox" name="dirsort" text="Dirsort" type="choicebox" valign="middle" width="100%" height="35">
1075        <node parent="listbox" name="poweraktion" text="Remotecontrol Power Aktion" type="choicebox" valign="middle" width="100%" height="35">
1076        <node parent="listbox" name="frontpoweraktion" text="Frontpanel Power Aktion" type="choicebox" valign="middle" width="100%" height="35">
1077        <node parent="listbox" name="fasttextrender" text="Fast Text Render" type="choicebox" valign="middle" width="100%" height="35">
1078        <node parent="listbox" name="recsplitsize" text="Record Split Size" type="choicebox" valign="middle" width="100%" height="35">
1079        <node parent="listbox" name="recforerun" text="Record Forerun (min)" type="choicebox" valign="middle" width="100%" height="35">
1080        <node parent="listbox" name="recoverrun" text="Record Overrun (min)" type="choicebox" valign="middle" width="100%" height="35">
1081        <node parent="listbox" name="def_rectimer_after" text="Set action after rec" type="choicebox" valign="middle" width="100%" height="35">
1082        <node parent="listbox" name="skip13" text="Skip 1/3" type="choicebox" valign="middle" width="100%" height="35">
1083        <node parent="listbox" name="skip46" text="Skip 4/6" type="choicebox" valign="middle" width="100%" height="35">
1084        <node parent="listbox" name="skip79" text="Skip 7/9" type="choicebox" valign="middle" width="100%" height="35">
1085#       <node parent="listbox" name="playertype" text="Player for .ts" type="choicebox" valign="middle" width="100%" height="35">
1086        <node parent="listbox" name="autochangechannelname" text="Change Channelname auto." type="choicebox" valign="middle" width="100%" height="35">
1087        <node parent="listbox" name="showchanneltimeline" text="Show Timeline in Channellist" type="choicebox" valign="middle" width="100%" height="35">
1088        <node parent="listbox" name="screenanim" text="Animated Screens" type="choicebox" valign="middle" width="100%" height="35">
1089        <node parent="listbox" name="screenanimspeed" text="Animated Speed" type="choicebox" valign="middle" width="100%" height="35">
1090        <node parent="listbox" name="channellistview" text="Channellist view" type="choicebox" valign="middle" width="100%" height="35">
1091        <node parent="listbox" name="showlastpos" text="Remember film position" type="choicebox" valign="middle" width="100%" height="35">
1092        <node parent="listbox" name="recsync" text="Resync Recording immediately" type="choicebox" valign="middle" width="100%" height="35">
1093        <node parent="listbox" name="recordnamefmt" text="Recording name" type="choicebox" valign="middle" width="100%" height="35">
1094        <node parent="listbox" name="newsletter" text="Newsletter" type="choicebox" valign="middle" width="100%" height="35">
1095        <node parent="listbox" name="showhiddenfiles" text="Show hidden files" type="choicebox" valign="middle" width="100%" height="35">
1096        <node parent="listbox" name="expertmodus" text="Expert Modus" type="choicebox" valign="middle" width="100%" height="35">
1097        <node parent="listbox" name="crosscontrol" text="Use cross control for fast zapping and vol" type="choicebox" valign="middle" width="100%" height="35" fontsize="24">
1098        <node parent="listbox" name="emucontrol" text="Deactivate Crypt Support on Media Playback" type="choicebox" valign="middle" width="100%" height="35" fontsize="24">
1099        <node parent="listbox" name="choiceminitv" text="Deactivate MiniTV" type="choicebox" valign="middle" width="100%" height="35">
1100        <node parent="listbox" name="usecec" text="Activate CEC" type="choicebox" valign="middle" width="100%" height="35">
1101#       <node parent="listbox" name="playerbuffersize" text="Playbackbuffer Size" type="choicebox" valign="middle" width="100%" height="35">
1102        <node parent="listbox" name="playerbufferseektime" text="Time to wait after seek for fill buffer" type="choicebox" valign="middle" width="100%" height="35" fontsize="24">
1103        <node parent="listbox" name="sataswitch" text="SATA Connector" type="choicebox" valign="middle" width="100%" height="35">
1104        <node parent="listbox" name="dualboot" text="Dualboot Menu TitanNit / E2" type="choicebox" valign="middle" width="100%" height="35">
1105        <node parent="listbox" name="community_user" text="Community User" type="inputbox" valign="middle" width="100%" height="35">
1106        <node parent="listbox" name="community_pass" text="Community Pass" type="inputbox" valign="middle" width="100%" height="35">
1107        <node parent="listbox" name="debuglevel" text="Debuglevel" type="choicebox" valign="middle" width="100%" height="35">
1108    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
1109    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
1110    <node name="b3" picmem="skin/key_text.png" halign="center" valign="middle" posx="60"  posy="0" width="40" height="40">
1111</screen>
1112
1113
1114<screen name="moduleadjust" title="Module Config" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
1115    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
1116    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-50" bordercol="fontcol">
1117        <node parent="listbox" name="nocamsg" text="Show Modules" type="choicebox" valign="middle" width="100%" height="35">
1118        <node parent="listbox" name="camwait" text="Wait for cam ready" type="choicebox" valign="middle" width="100%" height="35">
1119        <node parent="listbox" name="checkcamdecrypt" text="Autocheck cam can decrypt" type="choicebox" valign="middle" width="100%" height="35">
1120        <node parent="listbox" name="caskipprivat" text="Skip privat CA descriptor" type="choicebox" valign="middle" width="100%" height="35">
1121        <node parent="listbox" name="casendallcaids" text="Send all CAID to modules" type="choicebox" valign="middle" width="100%" height="35">
1122        <node parent="listbox" name="extmoduldetect" text="Ext. Modul detect (needs reboot)" type="choicebox" valign="middle" width="100%" height="35">
1123    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
1124    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
1125</screen>
1126
1127
1128<screen name="timeshiftsettings" title="Timeshift Settings" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
1129    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
1130    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-50" bordercol="fontcol">
1131        <node parent="listbox" name="timeshifttype" text="Timeshifttype" type="choicebox" valign="middle" width="100%" height="35">
1132        <node parent="listbox" name="deltimeshift" text="After Timeshift" type="choicebox" valign="middle" width="100%" height="35">
1133        <node parent="listbox" name="asktimeshift" text="Ask on channel switch" type="choicebox" valign="middle" width="100%" height="35">
1134        <node parent="listbox" name="timeshiftnumkeys" text="Use numeric keys" type="choicebox" valign="middle" width="100%" height="35">
1135    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
1136    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
1137</screen>
1138
1139
1140<screen name="screensaveradjust" title="Screensaver Adjust" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
1141    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
1142    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-50" bordercol="fontcol">
1143        <node name="screensaver" text="screensaver" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
1144        <node name="screensaver_delay" text="screensaver delay" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
1145        <node name="screensaver_interval" text="screensaver interval" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
1146        <node name="screensaver_type" text="screensaver type" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
1147        <node name="screensaver_background_color" text="screensaver background" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
1148        <node name="screensaver_pic" text="screensaver pic" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
1149    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
1150    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
1151<node name="filelist" hidden="yes" type="filelist">
1152</screen>
1153
1154
1155<screen name="avsettings" title="A/V Settings" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
1156    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
1157    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-50" bordercol="fontcol">
1158        <node parent="listbox" name="resolution" text="Resolution (default)" type="choicebox" valign="middle" width="100%" height="35">
1159        <node parent="listbox" name="aktresolution" text="Resolution (current)" type="choicebox" deaktivcol="deaktivcol" valign="middle" width="100%" height="35">
1160        <node parent="listbox" name="autoresolution" text="Auto resolution" type="choicebox" valign="middle" width="100%" height="35">
1161        <node parent="listbox" hidden="yes" name="autoressd" text="--- SD resolution" type="choicebox" valign="middle" width="100%" height="35">
1162        <node parent="listbox" hidden="yes" name="autorests" text="--- Time to switch" type="choicebox" valign="middle" width="100%" height="35">
1163        <node parent="listbox" name="policy" text="Policy" type="choicebox" valign="middle" width="100%" height="35">
1164        <node parent="listbox" name="aspect" text="Aspect" type="choicebox" valign="middle" width="100%" height="35">
1165        <node parent="listbox" name="colformat" text="Color Format" type="choicebox" valign="middle" width="100%" height="35">
1166        <node parent="listbox" name="colformatscart" text="Color Format Scart / Composite" type="choicebox" valign="middle" width="100%" height="35">
1167        <node parent="listbox" name="wssmode" text="WSS Mode" type="choicebox" valign="middle" width="100%" height="35">
1168        <node parent="listbox" name="audiosource" text="Audio Source" type="choicebox" valign="middle" width="100%" height="35">
1169        <node parent="listbox" name="ac3default" text="AC3 default" type="choicebox" valign="middle" width="100%" height="35">
1170        <node parent="listbox" name="ac3mode" text="AC3 Mode" type="choicebox" valign="middle" width="100%" height="35">
1171        <node parent="listbox" name="aacmode" text="AAC Mode" type="choicebox" valign="middle" width="100%" height="35">
1172        <node parent="listbox" name="audiodelaybitstream" text="Audio delay (bitstream)" type="choicebox" valign="middle" width="100%" height="35">
1173        <node parent="listbox" name="audiodelaypcm" text="Audio delay (pcm)" type="choicebox" valign="middle" width="100%" height="35">
1174        <node parent="listbox" name="volautochangevalue" text="Inc. AC3 Audio in %" type="choicebox" valign="middle" width="100%" height="35">
1175        <node parent="listbox" name="mode3d" text="3D Mode" type="choicebox" valign="middle" width="100%" height="35">
1176        <node parent="listbox" name="stepmute" text="Two step mute" type="choicebox" valign="middle" width="100%" height="35">
1177        <node parent="listbox" name="autosubtitle" text="Automatic start last subtitle" type="choicebox" valign="middle" width="100%" height="35">
1178        <node parent="listbox" name="playerstop" text="Sound amplifier (TV-Modus / internal Player)" type="choicebox" valign="middle" width="100%" height="35">
1179        <node parent="listbox" name="playerstart" text="Sound amplifier (external Player)" type="choicebox" valign="middle" width="100%" height="35">
1180    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
1181    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
1182</screen>
1183
1184
1185<screen name="timermenu" title="Timer and EPG" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
1186    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-10" bordercol="fontcol">
1187        <node parent="listbox" type="menu" name="shortepg" text="EPG SHORT VIEW" picmem="skin/shortepg.png" textposx="120" valign="middle" width="100%" height="50" hspace="5">
1188        <node parent="listbox" type="menu" name="singleepg" text="Single EPG" picmem="skin/singleepg.png" textposx="120" valign="middle" width="100%" height="50" hspace="5">
1189        <node parent="listbox" type="menu" name="multiepg" text="Multi EPG" picmem="skin/multiepg.png" textposx="120" valign="middle" width="100%" height="50" hspace="5">
1190        <node parent="listbox" type="menu" name="gmultiepg" text="Graphic EPG" picmem="skin/gmultiepg.png" textposx="120" valign="middle" width="100%" height="50" hspace="5">
1191        <node parent="listbox" type="menu" name="epgsearch" text="EPG Search" picmem="skin/epgsearch.png" textposx="120" valign="middle" width="100%" height="50" hspace="5">
1192        <node parent="listbox" type="menu" name="timer" text="Timer" picmem="skin/timer.png" textposx="120" valign="middle" width="100%" height="50" hspace="5">
1193<node hidden="yes" name="menutext">
1194<node hidden="yes" name="details">
1195</screen>
1196
1197
1198<screen name="mainmenu" title="Main Menu" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
1199    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-10" bordercol="fontcol">
1200        <node type="menu" name="softcam" text="Softcam Panel" picmem="skin/softcam.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1201        <node type="menu" name="timermenu" text="Timer and EPG" picmem="skin/timer.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1202#<node type="menu" name="scartrecorder" text="Scart-Recorder" picmem="skin/scartrecorder.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1203        <node type="menu" name="mediacenter" text="Media Center" picmem="skin/media_center.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1204        <node type="menu" name="mediaplayer" text="Media Player" picmem="skin/media_player.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1205        <node type="menu" name="extensionsmenu" text="Extensions" picmem="skin/extensions.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1206        <node type="menu" name="system" text="System" picmem="skin/system.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1207        <node type="menu" name="settings" text="Settings" picmem="skin/settings.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1208        <node type="menu" name="information" text="Information" picmem="skin/information.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1209        <node type="menu" name="standby" text="Standby / Poweroff" picmem="skin/standby.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1210<node hidden="yes" name="menutext">
1211<node hidden="yes" name="details">
1212</screen>
1213
1214
1215<screen name="extensionsmenu" title="Extensions" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
1216    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-10" bordercol="fontcol">
1217        <node type="menu" name="plugins" text="Plugins" picmem="skin/extensions.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1218        <node type="menu" name="feed" text="Change Feed" picmem="skin/feed.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1219        <node type="menu" name="extensions_tpkupgrade" text="TPK upgrade (online)" picmem="skin/tmp_tpk_install.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1220        <node type="menu" name="extensions_tpkinstall" text="TPK install (online)" picmem="skin/online_tpk_install.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1221        <node type="menu" name="extensions_tmptpkinstall" text="TPK tmp (tmp)" picmem="skin/tmp_tpk_install.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1222        <node type="menu" name="extensions_mediatpkinstall" text="TPK media (media)" picmem="skin/media_tpk_install.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1223        <node type="menu" name="extensions_tpkremove" text="TPK remove" picmem="skin/tmp_tpk_remove.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1224<node hidden="yes" name="menutext">
1225<node hidden="yes" name="details">
1226</screen>
1227
1228
1229<screen name="systemupdatemenu" title="System Update" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
1230    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-10" bordercol="fontcol">
1231        <node type="menu" name="system_update_flash_online" text="Flashupdate (online)" picmem="skin/flash_online_updater.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1232        <node type="menu" name="system_update_flash_tmp" text="Flashupdate (tmp)" picmem="skin/flash_tmp_updater.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1233        <node type="menu" name="system_update_usb_online" text="Usbupdate (online)" picmem="skin/usb_online_updater.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1234        <node type="menu" name="system_update_usb_tmp" text="Usbupdate (tmp)" picmem="skin/usb_tmp_updater.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1235<node hidden="yes" name="menutext">
1236<node hidden="yes" name="details">
1237</screen>
1238
1239
1240<screen name="systemmenu" title="System" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
1241    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-10" bordercol="fontcol">
1242        <node type="menu" name="channelservice" text="Channel Service" picmem="skin/channelservice.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1243        <node type="menu" name="cinterface" text="Common Interface" picmem="skin/cinterface.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1244        <node type="menu" name="scconfig" text="SmartCard Reader" picmem="skin/smartcard_reader.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1245        <node type="menu" name="network" text="Network" picmem="skin/network.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1246        <node type="menu" name="harddisk" text="Harddisk" picmem="skin/harddisk.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1247        <node type="menu" name="vfdisplay" text="VFDisplay" picmem="skin/vfdisplay.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1248        <node type="menu" name="fancontrol" text="FanControl" picmem="skin/fancontrol.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50" hidden="yes">
1249        <node type="menu" name="ceccontrol" text="HDMI-CEC" picmem="skin/cec.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50" hidden="yes">
1250        <node type="menu" name="systemupdatemenu" text="System Update" picmem="skin/systemupdate.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1251        <node type="menu" name="system_backup" text="System Backup" picmem="skin/backup.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1252        <node type="menu" name="system_backup_restore" text="Settings backup/restore" picmem="skin/backup_and_restore_settings.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1253        <node type="menu" name="unlock" text="Receiver unlock" picmem="skin/unlock.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1254<node hidden="yes" name="menutext">
1255<node hidden="yes" name="details">
1256</screen>
1257
1258
1259<screen name="settingsmenu" title="Settings" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
1260    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-10" bordercol="fontcol">
1261        <node type="menu" name="avsettings" text="A/V Settings" picmem="skin/avsettings.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1262        <node type="menu" name="language" text="Language" picmem="skin/language.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1263        <node type="menu" name="timezone" text="Timezone" picmem="skin/timezone.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1264        <node type="menu" name="settings_redbutton" text="Red Button" picmem="skin/redkeyaction.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1265        <node type="menu" name="settings_bluebutton" text="Blue Button" picmem="skin/bluekeyaction.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1266        <node type="menu" name="settings_pluginbutton" text="Plugin Button" picmem="skin/pluginkeyaction.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1267        <node type="menu" name="settings_mediabutton" text="Media Button" picmem="skin/mediakeyaction.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1268        <node type="menu" name="settings_pip" text="PIP functions" picmem="skin/pipkeyaction.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1269        <node type="menu" name="adjust" text="Adjust" picmem="skin/adjust.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1270        <node type="menu" name="skinadjust" text="Skin Adjust" picmem="skin/skinadjust.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1271        <node type="menu" name="skinselect" text="Skin" picmem="skin/skinselect.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1272        <node type="menu" name="screensaveradjust" text="Screensaver Adjust" picmem="skin/screensaveradjust.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1273        <node type="menu" name="timeshiftsettings" text="Timeshift Settings" picmem="skin/timeshiftadjust.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1274###<node type="menu" name="keyboard" text="Keyboard" picmem="skin/keyboard.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1275        <node type="menu" name="recordpath" text="Record Path" picmem="skin/recordpath.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1276        <node type="menu" name="epgsettings" text="EPG Settings" picmem="skin/epgsettings.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1277        <node type="menu" name="childprotection" text="Child Protection" picmem="skin/child_protection.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1278        <node type="menu" name="restoredefault" text="Restore default settings" picmem="skin/restoredefault.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1279        <node type="menu" name="videosettings" text="Video Settings" picmem="skin/videosettings.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1280        <node type="menu" name="channeledit" text="Channel Edit" picmem="skin/channeledit.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1281        <node type="menu" name="mediadbsettings" text="MediaDB Settings" picmem="skin/mediadbsettings.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1282        <node type="menu" name="autostart" text="Autostart Settings" picmem="skin/autostart.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1283        <node type="menu" name="overclocking" text="Overclocking Settings" picmem="skin/overclock.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1284        <node type="menu" name="savesettings" text="Save Settings" picmem="skin/save.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1285<node hidden="yes" name="menutext">
1286<node hidden="yes" name="details">
1287</screen>
1288
1289
1290<screen name="infomenu" title="Information" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
1291    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-10" bordercol="fontcol">
1292        <node type="menu" name="serviceinfo" text="Service" picmem="skin/serviceinfo.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1293        <node type="menu" name="newsletter" text="Newsletter" picmem="skin/information.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1294        <node type="menu" name="about" text="About" picmem="skin/about.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1295        <node type="menu" name="streaming" text="Streaming" picmem="skin/streaming.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1296        <node type="menu" name="infos_imageinfo" text="Atemio (hotline)" picmem="skin/information.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1297        <node type="menu" name="infos_titaninfo" text="Titan Changelog" picmem="skin/information.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1298        <node type="menu" name="infos_gitinfo" text="Git Changelog" picmem="skin/information.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1299        <node type="menu" name="system_infos" text="System Info" picmem="skin/information.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1300        <node type="menu" name="log" text="Log" picmem="skin/information.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1301<node hidden="yes" name="menutext">
1302<node hidden="yes" name="details">
1303</screen>
1304
1305
1306<screen name="system_infos_main" title="Information" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
1307    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-10" bordercol="fontcol">
1308        <node parent="listbox" type="menu" name="system_infos_default" text="System Status" picmem="skin/default.png" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1309        <node parent="listbox" type="menu" name="system_infos_freespace" text="free space" picmem="skin/freespace.png" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1310        <node parent="listbox" type="menu" name="system_infos_kernel" text="Kernel" picmem="skin/kernel.png" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1311        <node parent="listbox" type="menu" name="system_infos_mounts" text="Mounts" picmem="skin/mounts.png" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1312        <node parent="listbox" type="menu" name="system_infos_network" text="Network" picmem="skin/network.png" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1313        <node parent="listbox" type="menu" name="system_infos_ram" text="Ram" picmem="skin/ram.png" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1314        <node parent="listbox" type="menu" name="system_infos_sysinfo" text="System Infos" picmem="skin/system_info.png" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1315<node hidden="yes" name="menutext">
1316<node hidden="yes" name="details">
1317</screen>
1318
1319
1320<screen name="system_sysinfos_main" title="Sysinfo" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
1321    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-10" bordercol="fontcol">
1322        <node parent="listbox" type="menu" name="system_sysinfos_cpu" text="CPU" picmem="skin/cpu.png" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1323        <node parent="listbox" type="menu" name="system_sysinfos_mem" text="Memory" picmem="skin/meminfo.png" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1324        <node parent="listbox" type="menu" name="system_sysinfos_mtd" text="MTD" picmem="skin/mtd.png" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1325        <node parent="listbox" type="menu" name="system_sysinfos_module" text="Module" picmem="skin/module.png" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1326        <node parent="listbox" type="menu" name="system_sysinfos_devices" text="Devices" picmem="skin/devices_config.png" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1327        <node parent="listbox" type="menu" name="system_sysinfos_swap" text="Swap" picmem="skin/swap.png" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1328        <node parent="listbox" type="menu" name="system_sysinfos_top" text="Top" picmem="skin/system_info.png" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1329        <node parent="listbox" type="menu" name="system_sysinfos_ps" text="Prozesslist" picmem="skin/system_info.png" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1330        <node parent="listbox" type="menu" name="system_sysinfos_usb" text="USB" picmem="skin/system_info.png" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1331<node hidden="yes" name="menutext">
1332<node hidden="yes" name="details">
1333</screen>
1334
1335
1336<screen name="system_infos" title="" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="1100" height="600" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
1337    <node name="info" type="textbox" wrap="no" scrollbar="auto" font="tuxtxt" fontsize="24" fontcol="fontcol" posx="10" posy="10" width="1076" height="-10" bordercol="fontcol">
1338</screen>
1339
1340
1341<screen name="channelmenu" title="Channel Search" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
1342    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-10" bordercol="fontcol">
1343        <node parent="listbox" type="menu" name="tunerconfig" type="menu" text="Tuner Configuration" picmem="skin/tunerconfig.png" textposx="120" valign="middle" width="100%" height="50" hspace="5">
1344        <node parent="listbox" type="menu" name="autosearch" type="menu" text="Automatic Search" picmem="skin/autosearch.png" textposx="120" valign="middle" width="100%" height="50" hspace="5">
1345        <node parent="listbox" type="menu" name="manualsearch" type="menu" text="Manual Search" picmem="skin/manualsearch.png" textposx="120" valign="middle" width="100%" height="50" hspace="5">
1346        <node parent="listbox" type="menu" name="manualsearch_dvbc" type="menu" text="Manual Search Cable" picmem="skin/manualsearch.png" textposx="120" valign="middle" width="100%" height="50" hspace="5">
1347        <node parent="listbox" type="menu" name="manualsearch_dvbt" type="menu" text="Manual Search Terrestrial" picmem="skin/manualsearch.png" textposx="120" valign="middle" width="100%" height="50" hspace="5">
1348        <node parent="listbox" type="menu" name="rotorsettings" type="menu" text="Rotor Settings" picmem="skin/rotorsettings.png" textposx="120" valign="middle" width="100%" height="50" hspace="5">
1349        <node parent="listbox" type="menu" name="satconfig" type="menu" text="Sat Config" picmem="skin/satconfig.png" textposx="120" valign="middle" width="100%" height="50" hspace="5">
1350        <node parent="listbox" type="menu" name="satfinder" type="menu" text="Sat Finder" picmem="skin/satfinder.png" textposx="120" valign="middle" width="100%" height="50" hspace="5">
1351        <node parent="listbox" type="menu" name="blindscanadjust" type="menu" text="Blindscan Settings" picmem="skin/blindscanadjust.png" textposx="120" valign="middle" width="100%" height="50" hspace="5">
1352        <node parent="listbox" type="menu" name="createsettings" text="Create Satellites/Provider" picmem="skin/createsettings.png" textposx="120" valign="middle" width="100%" height="50" hspace="5">
1353        <node parent="listbox" type="menu" name="createfav" text="Create Default Favorites" picmem="skin/createfav.png" textposx="120" valign="middle" width="100%" height="50" hspace="5">
1354        <node parent="listbox" type="menu" name="setdefaultsettings" text="Restore Default Channel Settings" picmem="skin/setdefaultsettings.png" textposx="120" valign="middle" width="100%" height="50" hspace="5">
1355<node hidden="yes" name="menutext">
1356<node hidden="yes" name="details">
1357</screen>
1358
1359
1360<screen name="createsettings" title="Create Settings Menu" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
1361    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
1362    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-50" bordercol="fontcol">
1363    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
1364    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
1365<node hidden="yes" name="details">
1366<node hidden="yes" name="titletext">
1367</screen>
1368
1369
1370<screen name="harddiskmenu" title="Harddisk" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
1371    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-10" bordercol="fontcol">
1372        <node name="formathdd" type="menu" text="Format HDD" picmem="skin/formathdd.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1373        <node name="filesystemcheck" type="menu" text="Filesystem Check" picmem="skin/filesystemcheck.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1374        <node name="configurehdd" type="menu" text="Configure" picmem="skin/filesystemcheck.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1375        <node name="timetosleep" type="menu" text="Time to sleep" picmem="skin/filesystemcheck.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1376<node hidden="yes" name="menutext">
1377<node hidden="yes" name="details">
1378<node hidden="yes" name="titletext">
1379</screen>
1380
1381
1382<screen name="networkmenu" title="Network" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
1383    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-10" bordercol="fontcol">
1384        <node name="adaptersettings" type="menu" text="Adapter Settings" picmem="skin/adaptersettings.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1385        <node name="wlansettings" type="menu" text="WLAN Settings" picmem="skin/wlansettings.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1386        <node name="networktest" type="menu" text="Network Test" picmem="skin/networktest.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1387        <node name="networkrestart" type="menu" text="Network Restart" picmem="skin/networkrestart.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1388#       <node name="sambasettings" type="menu" text="Samba Server Settings" picmem="skin/sambasettings.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1389#       <node name="nfssettings" type="menu" text="Nfs Server Settings" picmem="skin/nfssettings.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1390        <node name="networkbrowser" type="menu" text="Networkbrowser" picmem="skin/networkbrowser.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1391        <node name="httpdsettings" type="menu" text="HTTP Settings" picmem="skin/httpdsettings.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1392        <node name="inadynsettings" type="menu" text="DYNDNS Settings" picmem="skin/inadynsettings.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1393<node hidden="yes" name="menutext">
1394<node hidden="yes" name="details">
1395</screen>
1396
1397
1398<screen name="standbymenu" title="Standby / Poweroff" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
1399    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-10" bordercol="fontcol">
1400        <node name="poweroff" type="menu" text="Power Off" picmem="skin/poweroff.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1401        <node name="dostandby" type="menu" text="Standby" picmem="skin/dostandby.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1402        <node name="restart" type="menu" text="Restart" picmem="skin/restart.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1403        <node name="guirestart" type="menu" text="GUI Restart" picmem="skin/guirestart.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1404        <node name="powerofftimer" type="menu" text="Power Off Timer" picmem="skin/sleep_timer.png" parent="listbox" textposx="120" hspace="5" valign="middle" width="100%" height="50">
1405<node hidden="yes" name="menutext">
1406<node hidden="yes" name="details">
1407</screen>
1408
1409
1410<screen name="language" title="Language" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
1411    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
1412    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-50" bordercol="fontcol">
1413        <node name="po/de" text="German"     picmem="icons/de.png" parent="listbox" textposx="80" hspace="5" valign="middle" width="100%" height="50">
1414        <node name="po/el" text="Greek"      picmem="icons/el.png" parent="listbox" textposx="80" hspace="5" valign="middle" width="100%" height="50">
1415        <node name="po/en" text="English"    picmem="icons/en.png" parent="listbox" textposx="80" hspace="5" valign="middle" width="100%" height="50">
1416        <node name="po/es" text="Spanish"    picmem="icons/es.png" parent="listbox" textposx="80" hspace="5" valign="middle" width="100%" height="50">
1417        <node name="po/fr" text="French"     picmem="icons/fr.png" parent="listbox" textposx="80" hspace="5" valign="middle" width="100%" height="50">
1418        <node name="po/it" text="Italian"    picmem="icons/it.png" parent="listbox" textposx="80" hspace="5" valign="middle" width="100%" height="50">
1419        <node name="po/lt" text="Lithuanian" picmem="icons/lt.png" parent="listbox" textposx="80" hspace="5" valign="middle" width="100%" height="50">
1420        <node name="po/pl" text="Polish"     picmem="icons/pl.png" parent="listbox" textposx="80" hspace="5" valign="middle" width="100%" height="50">
1421        <node name="po/ru" text="Russian"    picmem="icons/ru.png" parent="listbox" textposx="80" hspace="5" valign="middle" width="100%" height="50">
1422        <node name="po/nl" text="Dutch"      picmem="icons/nl.png" parent="listbox" textposx="80" hspace="5" valign="middle" width="100%" height="50">
1423        <node name="po/vi" text="Vietnamese" picmem="icons/vi.png" parent="listbox" textposx="80" hspace="5" valign="middle" width="100%" height="50">
1424    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
1425    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
1426</screen>
1427
1428
1429#inputhelp
1430<screen name="inputhelp" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="500" height="350" hspace="30" vspace="30" bordercol="fontcol" bordersize="2" bgcol="bgcol_grey">
1431<node name="inputbox" type="inputbox" font="font1" charspace="-1" fontsize="25" valign="middle" posx="0" posy="0" width="100%" height="30" bordercol="bordercol" bordersize="0" bgcol="listboxselect">
1432
1433    <node name="grid1" type="grid" font="font1" charspace="-1" fontsize="25" posx="0" posy="35" width="100%" height="-10" scrollbar="no">
1434    <node parent="grid1" type="gridbr" posx="0" width="40" height="30" halign="center" valign="middle" text="A" name="A">
1435    <node parent="grid1" posx="40" width="40" height="30" halign="center" valign="middle" text="B" name="B">
1436    <node parent="grid1" posx="80" width="40" height="30" halign="center" valign="middle" text="C" name="C">
1437    <node parent="grid1" posx="120" width="40" height="30" halign="center" valign="middle" text="D" name="D">
1438    <node parent="grid1" posx="160" width="40" height="30" halign="center" valign="middle" text="E" name="E">
1439    <node parent="grid1" posx="200" width="40" height="30" halign="center" valign="middle" text="F" name="F">
1440    <node parent="grid1" posx="240" width="40" height="30" halign="center" valign="middle" text="G" name="G">
1441    <node parent="grid1" posx="310" width="120" height="30" fontcol="bgcol" bgcol="green" halign="center" valign="middle" text="OK" name="ok">
1442
1443    <node parent="grid1" type="gridbr" posx="0" width="40" height="30" halign="center" valign="middle" text="H" name="H">
1444    <node parent="grid1" posx="40" width="40" height="30" halign="center" valign="middle" text="I" name="I">
1445    <node parent="grid1" posx="80" width="40" height="30" halign="center" valign="middle" text="J" name="J">
1446    <node parent="grid1" posx="120" width="40" height="30" halign="center" valign="middle" text="K" name="K">
1447    <node parent="grid1" posx="160" width="40" height="30" halign="center" valign="middle" text="L" name="L">
1448    <node parent="grid1" posx="200" width="40" height="30" halign="center" valign="middle" text="M" name="M">
1449    <node parent="grid1" posx="240" width="40" height="30" halign="center" valign="middle" text="N" name="N">
1450    <node parent="grid1" posx="310" width="120" height="30" bgcol="red" halign="center" valign="middle" text="DEL" name="bs">
1451
1452    <node parent="grid1" type="gridbr" posx="0" width="40" height="30" halign="center" valign="middle" text="O" name="O">
1453    <node parent="grid1" posx="40" width="40" height="30" halign="center" valign="middle" text="P" name="P">
1454    <node parent="grid1" posx="80" width="40" height="30" halign="center" valign="middle" text="Q" name="Q">
1455    <node parent="grid1" posx="120" width="40" height="30" halign="center" valign="middle" text="R" name="R">
1456    <node parent="grid1" posx="160" width="40" height="30" halign="center" valign="middle" text="S" name="S">
1457    <node parent="grid1" posx="200" width="40" height="30" halign="center" valign="middle" text="T" name="T">
1458    <node parent="grid1" posx="240" width="40" height="30" halign="center" valign="middle" text="U" name="U">
1459    <node parent="grid1" posx="310" width="120" height="30" halign="center" valign="middle" text="Clear" name="clear">
1460
1461    <node parent="grid1" type="gridbr" posx="0" width="40" height="30" halign="center" valign="middle" text="V" name="V">
1462    <node parent="grid1" posx="40" width="40" height="30" halign="center" valign="middle" text="W" name="W">
1463    <node parent="grid1" posx="80" width="40" height="30" halign="center" valign="middle" text="X" name="X">
1464    <node parent="grid1" posx="120" width="40" height="30" halign="center" valign="middle" text="Y" name="Y">
1465    <node parent="grid1" posx="160" width="40" height="30" halign="center" valign="middle" text="Z" name="Z">
1466    <node parent="grid1" posx="200" width="80" height="30" fontcol="bgcol" bgcol="yellow" halign="center" valign="middle" text="Space" name=" ">
1467    <node parent="grid1" posx="310" width="120" height="30" bgcol="blue" halign="center" valign="middle" text="abc/ABC" name="switch">
1468
1469    <node parent="grid1" type="gridbr" posx="0" width="40" height="30" halign="center" valign="middle" text="AE" name="Ä">
1470    <node parent="grid1" posx="40" width="40" height="30" halign="center" valign="middle" text="OE" name="Ö">
1471    <node parent="grid1" posx="80" width="40" height="30" halign="center" valign="middle" text="UE" name="Ü">
1472    <node parent="grid1" posx="120" width="40" height="30" halign="center" valign="middle" text="#" name="#">
1473    <node parent="grid1" posx="160" width="40" height="30" halign="center" valign="middle" text="$" name="$">
1474    <node parent="grid1" posx="200" width="40" height="30" halign="center" valign="middle" text="%" name="%">
1475    <node parent="grid1" posx="240" width="40" height="30" halign="center" valign="middle" text="^" name="^">
1476    <node parent="grid1" posx="310" width="60" height="30" halign="center" valign="middle" text="<-" name="left">
1477    <node parent="grid1" posx="370" width="60" height="30" halign="center" valign="middle" text="->" name="right">
1478
1479    <node parent="grid1" type="gridbr" posx="0" width="40" height="30" halign="center" valign="middle" text="&" name="&">
1480    <node parent="grid1" posx="40" width="40" height="30" halign="center" valign="middle" text="*" name="*">
1481    <node parent="grid1" posx="80" width="40" height="30" halign="center" valign="middle" text="(" name="(">
1482    <node parent="grid1" posx="120" width="40" height="30" halign="center" valign="middle" text=")" name=")">
1483    <node parent="grid1" posx="160" width="40" height="30" halign="center" valign="middle" text="+" name="+">
1484    <node parent="grid1" posx="200" width="40" height="30" halign="center" valign="middle" text="-" name="-">
1485    <node parent="grid1" posx="240" width="40" height="30" halign="center" valign="middle" text="_" name="_">
1486
1487    <node parent="grid1" type="gridbr" posx="0" width="40" height="30" halign="center" valign="middle" text=":" name=":">
1488    <node parent="grid1" posx="40" width="40" height="30" halign="center" valign="middle" text=";" name=";">
1489    <node parent="grid1" posx="80" width="40" height="30" halign="center" valign="middle" text="'" name="'">
1490    <node parent="grid1" posx="120" width="40" height="30" halign="center" valign="middle" text="<" name="<">
1491    <node parent="grid1" posx="160" width="40" height="30" halign="center" valign="middle" text=">" name=">">
1492    <node parent="grid1" posx="200" width="40" height="30" halign="center" valign="middle" text="." name=".">
1493    <node parent="grid1" posx="240" width="40" height="30" halign="center" valign="middle" text="/" name="/">
1494
1495    <node parent="grid1" type="gridbr" posx="0" width="40" height="30" halign="center" valign="middle" text="?" name="?">
1496    <node parent="grid1" posx="40" width="40" height="30" halign="center" valign="middle" text="\" name="\">
1497    <node parent="grid1" posx="80" width="40" height="30" halign="center" valign="middle" text="[" name="[">
1498    <node parent="grid1" posx="120" width="40" height="30" halign="center" valign="middle" text="]" name="]">
1499    <node parent="grid1" posx="160" width="40" height="30" halign="center" valign="middle" text="," name=",">
1500    <node parent="grid1" posx="200" width="40" height="30" halign="center" valign="middle" text="{" name="{">
1501    <node parent="grid1" posx="240" width="40" height="30" halign="center" valign="middle" text="}" name="}">
1502
1503    <node hidden="yes" type="grid" name="grid2" font="font1" charspace="-1" fontsize="25" posx="0" posy="35" width="100%" height="-10" scrollbar="no">
1504    <node type="gridbr" parent="grid2" posx="0" width="40" height="30" halign="center" valign="middle" text="a" name="a">
1505    <node parent="grid2" posx="40" width="40" height="30" halign="center" valign="middle" text="b" name="b">
1506    <node parent="grid2" posx="80" width="40" height="30" halign="center" valign="middle" text="c" name="c">
1507    <node parent="grid2" posx="120" width="40" height="30" halign="center" valign="middle" text="d" name="d">
1508    <node parent="grid2" posx="160" width="40" height="30" halign="center" valign="middle" text="e" name="e">
1509    <node parent="grid2" posx="200" width="40" height="30" halign="center" valign="middle" text="f" name="f">
1510    <node parent="grid2" posx="240" width="40" height="30" halign="center" valign="middle" text="g" name="g">
1511    <node parent="grid2" posx="310" width="120" height="30" bgcol="green" fontcol="bgcol" halign="center" valign="middle" text="OK" name="ok">
1512
1513    <node type="gridbr" parent="grid2" posx="0" width="40" height="30" halign="center" valign="middle" text="h" name="h">
1514    <node parent="grid2" posx="40" width="40" height="30" halign="center" valign="middle" text="i" name="i">
1515    <node parent="grid2" posx="80" width="40" height="30" halign="center" valign="middle" text="j" name="j">
1516    <node parent="grid2" posx="120" width="40" height="30" halign="center" valign="middle" text="k" name="k">
1517    <node parent="grid2" posx="160" width="40" height="30" halign="center" valign="middle" text="l" name="l">
1518    <node parent="grid2" posx="200" width="40" height="30" halign="center" valign="middle" text="m" name="m">
1519    <node parent="grid2" posx="240" width="40" height="30" halign="center" valign="middle" text="n" name="n">
1520    <node parent="grid2" posx="310" width="120" height="30" bgcol="red" halign="center" valign="middle" text="DEL" name="bs">
1521
1522    <node type="gridbr" parent="grid2" posx="0" width="40" height="30" halign="center" valign="middle" text="o" name="o">
1523    <node parent="grid2" posx="40" width="40" height="30" halign="center" valign="middle" text="p" name="p">
1524    <node parent="grid2" posx="80" width="40" height="30" halign="center" valign="middle" text="q" name="q">
1525    <node parent="grid2" posx="120" width="40" height="30" halign="center" valign="middle" text="r" name="r">
1526    <node parent="grid2" posx="160" width="40" height="30" halign="center" valign="middle" text="s" name="s">
1527    <node parent="grid2" posx="200" width="40" height="30" halign="center" valign="middle" text="t" name="t">
1528    <node parent="grid2" posx="240" width="40" height="30" halign="center" valign="middle" text="u" name="u">
1529    <node parent="grid2" posx="310" width="120" height="30" halign="center" valign="middle" text="Clear" name="clear">
1530
1531    <node type="gridbr" parent="grid2" posx="0" width="40" height="30" halign="center" valign="middle" text="v" name="v">
1532    <node parent="grid2" posx="40" width="40" height="30" halign="center" valign="middle" text="w" name="w">
1533    <node parent="grid2" posx="80" width="40" height="30" halign="center" valign="middle" text="x" name="x">
1534    <node parent="grid2" posx="120" width="40" height="30" halign="center" valign="middle" text="y" name="y">
1535    <node parent="grid2" posx="160" width="40" height="30" halign="center" valign="middle" text="z" name="z">
1536    <node parent="grid2" posx="200" width="80" height="30" bgcol="yellow" fontcol="bgcol" halign="center" valign="middle" text="Space" name=" ">
1537    <node parent="grid2" posx="310" width="120" height="30" bgcol="blue" halign="center" valign="middle" text="ABC/abc" name="switch">
1538
1539    <node type="gridbr" parent="grid2" posx="0" width="40" height="30" halign="center" valign="middle" text="ae" name="ä">
1540    <node parent="grid2" posx="40" width="40" height="30" halign="center" valign="middle" text="oe" name="ö">
1541    <node parent="grid2" posx="80" width="40" height="30" halign="center" valign="middle" text="ue" name="ü">
1542    <node parent="grid2" posx="120" width="40" height="30" halign="center" valign="middle" text="sz" name="ß">
1543    <node parent="grid2" posx="160" width="40" height="30" halign="center" valign="middle" text="0" name="0">
1544    <node parent="grid2" posx="200" width="40" height="30" halign="center" valign="middle" text="1" name="1">
1545    <node parent="grid2" posx="240" width="40" height="30" halign="center" valign="middle" text="2" name="2">
1546    <node parent="grid2" posx="310" width="60" height="30" halign="center" valign="middle" text="<-" name="left">
1547    <node parent="grid2" posx="370" width="60" height="30" halign="center" valign="middle" text="->" name="right">
1548
1549    <node type="gridbr" parent="grid2" posx="0" width="40" height="30" halign="center" valign="middle" text="3" name="3">
1550    <node parent="grid2" posx="40" width="40" height="30" halign="center" valign="middle" text="4" name="4">
1551    <node parent="grid2" posx="80" width="40" height="30" halign="center" valign="middle" text="5" name="5">
1552    <node parent="grid2" posx="120" width="40" height="30" halign="center" valign="middle" text="6" name="6">
1553    <node parent="grid2" posx="160" width="40" height="30" halign="center" valign="middle" text="7" name="7">
1554    <node parent="grid2" posx="200" width="40" height="30" halign="center" valign="middle" text="8" name="8">
1555    <node parent="grid2" posx="240" width="40" height="30" halign="center" valign="middle" text="9" name="9">
1556
1557    <node type="gridbr" parent="grid2" posx="0" width="40" height="30" halign="center" valign="middle" text="+" name="+">
1558    <node parent="grid2" posx="40" width="40" height="30" halign="center" valign="middle" text="-" name="-">
1559    <node parent="grid2" posx="80" width="40" height="30" halign="center" valign="middle" text="*" name="*">
1560    <node parent="grid2" posx="120" width="40" height="30" halign="center" valign="middle" text="/" name="/">
1561    <node parent="grid2" posx="160" width="40" height="30" halign="center" valign="middle" text="~" name="~">
1562    <node parent="grid2" posx="200" width="40" height="30" halign="center" valign="middle" text="!" name="!">
1563    <node parent="grid2" posx="240" width="40" height="30" halign="center" valign="middle" text="@" name="@">
1564</screen>
1565
1566
1567<screen name="messagebox" title="" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="bgcol_grey" posx="center" posy="center" valign="bottom" hspace="10" vspace="5" width="500" height="300" bgcol="bgcol_blue" titlebgcol="fontcol" bordersize="2" bordercol="fontcol">
1568    <node name="textbox" type="textbox" scrollbar="auto" wrap="yes" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="0" posy="1" width="100%" height="-45" bordercol="fontcol">
1569    <node name="b1" hidden="yes" halign="center" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" bordercol="fontcol" bordersize="4" bordertype="2" posx="2%"  posy="0" width="100" height="40">
1570    <node name="b3" hidden="yes" halign="center" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" bordercol="fontcol" bordersize="4" bordertype="2" posx="28%" posy="0" width="100" height="40">
1571    <node name="b4" hidden="yes" halign="center" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" bordercol="fontcol" bordersize="4" bordertype="2" posx="54%" posy="0" width="100" height="40">
1572    <node name="b2" hidden="yes" halign="center" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" bordercol="fontcol" bordersize="4" bordertype="2" posx="82%" posy="0" width="100" height="40">
1573</screen>
1574
1575
1576<screen name="serviceinfo" title="Service Information" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="1210" height="600" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
1577    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
1578
1579    <node name="name" text="Name:"                   charspace="-1" fontsize="28" valign="middle" posx="10"  posy="10"  width="280" height="35">
1580    <node name="provider" text="Provider:"           charspace="-1" fontsize="28" valign="middle" posx="10"  posy="50"  width="280" height="35">
1581    <node name="aspectratio" text="Aspect Ratio:"    charspace="-1" fontsize="28" valign="middle" posx="10"  posy="90"  width="280" height="35">
1582    <node name="resolution" text="Resolution:"       charspace="-1" fontsize="28" valign="middle" posx="10"  posy="130" width="280" height="35">
1583    <node name="xres" text="TV Resolution (w):"      charspace="-1" fontsize="28" valign="middle" posx="10"  posy="170" width="280" height="35">
1584    <node name="yres" text="TV Resolution (h):"      charspace="-1" fontsize="28" valign="middle" posx="10"  posy="210" width="280" height="35">
1585
1586    <node name="videopid" text="Video PID:"          charspace="-1" fontsize="28" valign="middle" posx="10"  posy="10"  width="280" height="35">
1587    <node name="audiopid" text="Audio PID:"          charspace="-1" fontsize="28" valign="middle" posx="10"  posy="50"  width="280" height="35">
1588    <node name="pcrpid" text="PCR PID:"              charspace="-1" fontsize="28" valign="middle" posx="10"  posy="90"  width="280" height="35">
1589    <node name="pmtpid" text="PMT PID:"              charspace="-1" fontsize="28" valign="middle" posx="10"  posy="130" width="280" height="35">
1590    <node name="txtpid" text="TXT PID:"              charspace="-1" fontsize="28" valign="middle" posx="10"  posy="170" width="280" height="35">
1591    <node name="tsid" text="TSID:"                   charspace="-1" fontsize="28" valign="middle" posx="10"  posy="210" width="280" height="35">
1592    <node name="onid" text="ONID:"                   charspace="-1" fontsize="28" valign="middle" posx="10"  posy="250" width="280" height="35">
1593    <node name="sid" text="SID:"                     charspace="-1" fontsize="28" valign="middle" posx="10"  posy="290" width="280" height="35">
1594    <node name="id" text="ID:"                       charspace="-1" fontsize="28" valign="middle" posx="10"  posy="330" width="280" height="35">
1595
1596    <node name="tuner" text="Tuner:"                 charspace="-1" fontsize="28" valign="middle" posx="10"  posy="10"  width="280" height="35">
1597    <node name="type" text="Type:"                   charspace="-1" fontsize="28" valign="middle" posx="10"  posy="50"  width="280" height="35">
1598    <node name="system" text="System:"               charspace="-1" fontsize="28" valign="middle" posx="10"  posy="90"  width="280" height="35">
1599    <node name="modulation" text="Modulation:"       charspace="-1" fontsize="28" valign="middle" posx="10"  posy="130" width="280" height="35">
1600    <node name="orbitalpos" text="Orbital Position:" charspace="-1" fontsize="28" valign="middle" posx="10"  posy="170" width="280" height="35">
1601    <node name="frequency" text="Frequency:"         charspace="-1" fontsize="28" valign="middle" posx="10"  posy="210" width="280" height="35">
1602    <node name="symbolrate" text="Symbol rate:"      charspace="-1" fontsize="28" valign="middle" posx="10"  posy="250" width="280" height="35">
1603    <node name="polarization" text="Polarization:"   charspace="-1" fontsize="28" valign="middle" posx="10"  posy="290" width="280" height="35">
1604    <node name="fec" text="FEC:"                     charspace="-1" fontsize="28" valign="middle" posx="10"  posy="330" width="280" height="35">
1605    <node name="inversion" text="Inversion:"         charspace="-1" fontsize="28" valign="middle" posx="620" posy="10"  width="280" height="35">
1606    <node name="rolloff" text="Rolloff:"             charspace="-1" fontsize="28" valign="middle" posx="620" posy="50"  width="280" height="35">
1607    <node name="pilot" text="Pilot:"                 charspace="-1" fontsize="28" valign="middle" posx="620" posy="90"  width="280" height="35">
1608    <node name="hp" text="Coderate HP:"              charspace="-1" fontsize="28" valign="middle" posx="620" posy="130" width="280" height="35">
1609    <node name="lp" text="Coderate LP:"              charspace="-1" fontsize="28" valign="middle" posx="620" posy="170" width="280" height="35">
1610    <node name="bandwidth" text="Bandwidth:"         charspace="-1" fontsize="28" valign="middle" posx="620" posy="210" width="280" height="35">
1611    <node name="transmission" text="Transmission:"   charspace="-1" fontsize="28" valign="middle" posx="620" posy="250" width="280" height="35">
1612    <node name="guardinterval" text="Guardinterval:" charspace="-1" fontsize="28" valign="middle" posx="620" posy="290" width="280" height="35">
1613    <node name="hierarchy" text="Hierarchy:"         charspace="-1" fontsize="28" valign="middle" posx="620" posy="330" width="280" height="35">
1614
1615    <node name="l1"                                  charspace="-1" fontsize="28" valign="middle" posx="300" posy="10"  width="290" height="35">
1616    <node name="l2"                                  charspace="-1" fontsize="28" valign="middle" posx="300" posy="50"  width="290" height="35">
1617    <node name="l3"                                  charspace="-1" fontsize="28" valign="middle" posx="300" posy="90"  width="290" height="35">
1618    <node name="l4"                                  charspace="-1" fontsize="28" valign="middle" posx="300" posy="130" width="290" height="35">
1619    <node name="l5"                                  charspace="-1" fontsize="28" valign="middle" posx="300" posy="170" width="290" height="35">
1620    <node name="l6"                                  charspace="-1" fontsize="28" valign="middle" posx="300" posy="210" width="290" height="35">
1621    <node name="l7"                                  charspace="-1" fontsize="28" valign="middle" posx="300" posy="250" width="290" height="35">
1622    <node name="l8"                                  charspace="-1" fontsize="28" valign="middle" posx="300" posy="290" width="290" height="35">
1623    <node name="l9"                                  charspace="-1" fontsize="28" valign="middle" posx="300" posy="330" width="290" height="35">
1624    <node name="l10"                                 charspace="-1" fontsize="28" valign="middle" posx="910" posy="10"  width="290" height="35">
1625    <node name="l11"                                 charspace="-1" fontsize="28" valign="middle" posx="910" posy="50"  width="290" height="35">
1626    <node name="l12"                                 charspace="-1" fontsize="28" valign="middle" posx="910" posy="90"  width="290" height="35">
1627    <node name="l13"                                 charspace="-1" fontsize="28" valign="middle" posx="910" posy="130" width="290" height="35">
1628    <node name="l14"                                 charspace="-1" fontsize="28" valign="middle" posx="910" posy="170" width="290" height="35">
1629    <node name="l15"                                 charspace="-1" fontsize="28" valign="middle" posx="910" posy="210" width="290" height="35">
1630    <node name="l16"                                 charspace="-1" fontsize="28" valign="middle" posx="910" posy="250" width="290" height="35">
1631    <node name="l17"                                 charspace="-1" fontsize="28" valign="middle" posx="910" posy="290" width="290" height="35">
1632    <node name="l18"                                 charspace="-1" fontsize="28" valign="middle" posx="910" posy="330" width="290" height="35">
1633
1634    <node name="b4" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
1635    <node name="b1" text="Service" picmem="skin/key_red.png"    textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="70"  posy="0" width="180" height="40">
1636    <node name="b2" text="PIDs"    picmem="skin/key_green.png"  textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="260" posy="0" width="180" height="40">
1637    <node name="b3" text="Tuner"   picmem="skin/key_yellow.png" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="450" posy="0" width="180" height="40">
1638</screen>
1639
1640
1641<screen name="helpbox" title="Help" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
1642    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
1643    <node name="textbox" type="textbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-50" bordercol="fontcol">
1644    <node name="b1" picmem="skin/key_exit.png" halign="left" valign="middle" posx="10" posy="0" width="40" height="40">
1645</screen>
1646
1647
1648<screen name="timeshift" fontcol="fontcol" fontsize="30" titlealign="center" valign="bottom" posx="center" posy="10" width="480" height="100" hspace="20" vspace="10" bordercol="bordercol" bordersize="2" bgcol="bgcol_grey">
1649    <node name="seek" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="center" posy="5" width="100%" height="25" halign="center">
1650    <node name="timeshiftbar" progresscol="progresscol" bordersize="1" bordercol="progress_border" posx="center" posy="40" width="400" height="20" bgcol="fontcol">
1651</screen>
1652
1653
1654<screen name="epgsearch" title="EPG Search" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
1655    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
1656    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol2" fontsize2="28" fontcol2="fontcol" posx="10" posy="10" width="880" height="-50" bordercol="fontcol">
1657    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
1658    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
1659    <node name="b3" picmem="skin/key_red.png"    text="Timer" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="24" fontcol="fontcol" posx="60"  posy="0" width="185" height="40">
1660    <node name="b4" picmem="skin/key_green.png"  text="TITLE" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="24" fontcol="fontcol" posx="255" posy="0" width="185" height="40">
1661    <node name="b5" picmem="skin/key_yellow.png" text="DESC"  textposx="25" valign="middle" font="font1" charspace="-1" fontsize="24" fontcol="fontcol" posx="450" posy="0" width="185" height="40">
1662    <node name="b6" picmem="skin/key_blue.png"   text="ALL"   textposx="25" valign="middle" font="font1" charspace="-1" fontsize="24" fontcol="fontcol" posx="645" posy="0" width="185" height="40">
1663</screen>
1664
1665
1666<screen name="wlansettings" title="WLAN Settings" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
1667    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
1668    <node name="wlanlinkquality" func="getwlanlinkquality" progresscol="mvmode_bgcol" bgcol="rec_progress" posx="690" posy="2" width="200" height="25">
1669    <node name="wlanlinkqualitytext" func="getwlanlinkqualitytext" font="font1" charspace="-1" fontsize="20" fontcol="fontcol" valign="middle" halign="center" posx="690" posy="2" width="200" height="25">
1670    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="30" width="880" height="-50" bordercol="fontcol">
1671        <node name="startmode" text="Start on boot" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
1672        <node name="ssid"      text="SSID"          type="inputbox"  parent="listbox" valign="middle" width="100%" height="35">
1673        <node name="type"      text="Type"          type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
1674        <node name="key"       text="Key"           type="inputbox"  parent="listbox" valign="middle" width="100%" height="35">
1675    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
1676    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
1677    <node name="b8" picmem="skin/key_text.png" halign="center" valign="middle" posx="60"  posy="0" width="40" height="40">
1678    <node name="b3" picmem="skin/key_red.png"    text="SEARCH" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="24" fontcol="fontcol" posx="110"  posy="0" width="165" height="40">
1679    <node name="b4" picmem="skin/key_green.png"  text="START"  textposx="25" valign="middle" font="font1" charspace="-1" fontsize="24" fontcol="fontcol" posx="285" posy="0" width="165" height="40">
1680    <node name="b5" picmem="skin/key_yellow.png" text="STOP"   textposx="25" valign="middle" font="font1" charspace="-1" fontsize="24" fontcol="fontcol" posx="460" posy="0" width="165" height="40">
1681    <node name="b6" picmem="skin/key_blue.png"   text="LOG"    textposx="25" valign="middle" font="font1" charspace="-1" fontsize="24" fontcol="fontcol" posx="635" posy="0" width="155" height="40">
1682    <node name="b7" picmem="skin/key_info.png" halign="center" valign="middle" posx="800" posy="0" width="40" height="40">
1683</screen>
1684
1685
1686<screen name="inadynsettings" title="DYNDNS Settings" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
1687    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
1688    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-50" bordercol="fontcol">
1689        <node name="startmode" text="Start on boot" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
1690        <node name="user"      text="User"          type="inputbox"  parent="listbox" valign="middle" width="100%" height="35">
1691        <node name="pw"        text="Password"      type="inputbox"  parent="listbox" valign="middle" width="100%" height="35">
1692        <node name="host"      text="DNS Name"      type="inputbox"  parent="listbox" valign="middle" width="100%" height="35">
1693        <node name="system"    text="DNS System"    type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
1694    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
1695    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
1696    <node name="b3" picmem="skin/key_green.png"  text="START" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="24" fontcol="fontcol" posx="255" posy="0" width="185" height="40">
1697    <node name="b4" picmem="skin/key_yellow.png" text="STOP"  textposx="25" valign="middle" font="font1" charspace="-1" fontsize="24" fontcol="fontcol" posx="450" posy="0" width="185" height="40">
1698</screen>
1699
1700
1701<screen name="epgscanlist" title="EPG Scanlist" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="700" height="700" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
1702    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
1703    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="676" height="-40" bordercol="fontcol">
1704    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="650" posy="0" width="40" height="40">
1705    <node name="b2" text="DEL" picmem="skin/key_red.png"   textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="10"  posy="0" width="187" height="40">
1706    <node name="b3" text="ADD" picmem="skin/key_green.png" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="217" posy="0" width="187" height="40">
1707</screen>
1708
1709
1710<screen name="channelslotlist" title="Channel Allocation" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="700" height="700" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
1711    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
1712    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="676" height="-40" bordercol="fontcol">
1713    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="650" posy="0" width="40" height="40">
1714    <node name="b2" text="DEL" picmem="skin/key_red.png"   textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="10"  posy="0" width="187" height="40">
1715    <node name="b3" text="ADD" picmem="skin/key_green.png" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="217" posy="0" width="187" height="40">
1716</screen>
1717
1718
1719<screen name="blindscanadjust" title="Blindscan Adjust" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
1720    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-40" bordercol="fontcol">
1721        ###
1722        <node parent="listbox" name="tunertype" text="Tunertype" type="choicebox" valign="middle" width="100%" height="35">
1723        ### dvb-s
1724        <node hidden="yes" parent="listbox" name="minfrequency" text="Minimal frequency" type="inputboxnum" valign="middle" width="100%" height="35">
1725        <node hidden="yes" parent="listbox" name="maxfrequency" text="Maximal frequency" type="inputboxnum" valign="middle" width="100%" height="35">
1726        <node hidden="yes" parent="listbox" name="stepfrequency" text="Step frequency" type="inputboxnum" valign="middle" width="100%" height="35">
1727        <node hidden="yes" parent="listbox" name="minsignalrate" text="Minimal signalrate" type="inputboxnum" valign="middle" width="100%" height="35">
1728        <node hidden="yes" parent="listbox" name="maxsignalrate" text="Maximal signalrate" type="inputboxnum" valign="middle" width="100%" height="35">
1729        <node hidden="yes" parent="listbox" name="stepsignalrate" text="Step signalrate" type="inputboxnum" valign="middle" width="100%" height="35">
1730        <node hidden="yes" parent="listbox" name="usedefaultsr" text="Only default signalrate" type="choicebox" valign="middle" width="100%" height="35">
1731        <node hidden="yes" parent="listbox" name="onlydvbs" text="Only DVBS" type="choicebox" valign="middle" width="100%" height="35">
1732        <node hidden="yes" parent="listbox" name="usedefaultfec" text="Only default FEC" type="choicebox" valign="middle" width="100%" height="35">
1733        ### dvb-t
1734        <node hidden="yes" parent="listbox" name="tminfrequency" text="Minimal frequency" type="inputboxnum" valign="middle" width="100%" height="35">
1735        <node hidden="yes" parent="listbox" name="tmaxfrequency" text="Maximal frequency" type="inputboxnum" valign="middle" width="100%" height="35">
1736        <node hidden="yes" parent="listbox" name="tstepfrequency" text="Step frequency" type="inputboxnum" valign="middle" width="100%" height="35">
1737        <node hidden="yes" parent="listbox" name="tminsignalrate" text="Minimal signalrate" type="inputboxnum" valign="middle" width="100%" height="35">
1738        <node hidden="yes" parent="listbox" name="tmaxsignalrate" text="Maximal signalrate" type="inputboxnum" valign="middle" width="100%" height="35">
1739        <node hidden="yes" parent="listbox" name="tstepsignalrate" text="Step signalrate" type="inputboxnum" valign="middle" width="100%" height="35">
1740        <node hidden="yes" parent="listbox" name="tusedefaultsr" text="Only default signalrate" type="choicebox" valign="middle" width="100%" height="35">
1741        <node hidden="yes" parent="listbox" name="tusedefaultfec" text="Only default FEC" type="choicebox" valign="middle" width="100%" height="35">
1742        ### dvb-c
1743        <node hidden="yes" parent="listbox" name="cminfrequency" text="Minimal frequency" type="inputboxnum" valign="middle" width="100%" height="35">
1744        <node hidden="yes" parent="listbox" name="cmaxfrequency" text="Maximal frequency" type="inputboxnum" valign="middle" width="100%" height="35">
1745        <node hidden="yes" parent="listbox" name="cstepfrequency" text="Step frequency" type="inputboxnum" valign="middle" width="100%" height="35">
1746        <node hidden="yes" parent="listbox" name="cminsignalrate" text="Minimal signalrate" type="inputboxnum" valign="middle" width="100%" height="35">
1747        <node hidden="yes" parent="listbox" name="cmaxsignalrate" text="Maximal signalrate" type="inputboxnum" valign="middle" width="100%" height="35">
1748        <node hidden="yes" parent="listbox" name="cstepsignalrate" text="Step signalrate" type="inputboxnum" valign="middle" width="100%" height="35">
1749        <node hidden="yes" parent="listbox" name="cusedefaultsr" text="Only default signalrate" type="choicebox" valign="middle" width="100%" height="35">
1750        <node hidden="yes" parent="listbox" name="cusedefaultfec" text="Only default FEC" type="choicebox" valign="middle" width="100%" height="35">
1751        ###
1752    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
1753    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
1754</screen>
1755
1756
1757<screen name="channelhistory" title="Channel History" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="600" height="300" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
1758    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol2" fontsize2="28" fontcol2="fontcol" posx="10" posy="10" width="580" height="-10" bordercol="fontcol">
1759</screen>
1760
1761
1762<screen name="systemupdate_flash_online_menu" title="System - Flash Update (online)" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="1150" height="650" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
1763    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
1764    <node name="filelistpath" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="10" posy="10" width="550" height="40">
1765    <node name="imagever" func="getimgname" halign="right" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="570" posy="10" width="568" height="40">
1766    <node name="filelist" type="filelist" scrollbar="auto" picmem="skin/folder.png" textposx="40" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="10" posy="70" width="1126" height="-50" bordercol="fontcol">
1767    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="1100" posy="0" width="40" height="40">
1768    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
1769    <node name="b3" text="Cancel"  picmem="skin/key_red.png"    textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="60"  posy="0" width="250" height="40">
1770    <node name="b4" text="install" picmem="skin/key_green.png"  textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="320" posy="0" width="250" height="40">
1771    <node name="b5" text="update"  picmem="skin/key_yellow.png" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="580" posy="0" width="250" height="40">
1772    <node name="b6" text="stable"  picmem="skin/key_blue.png"   textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="840" posy="0" width="250" height="40">
1773# no need
1774<node hidden="yes" name="device">
1775#
1776</screen>
1777
1778
1779<screen name="systemupdate_flash_tmp_menu" title="System - Flash Update (tmp)" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="1150" height="650" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
1780    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
1781    <node name="filelistpath" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="10" posy="10" width="550" height="40">
1782    <node name="imagever" func="getimgname" halign="right" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="570" posy="10" width="568" height="40">
1783    <node name="filelist" type="filelist" scrollbar="auto" picmem="skin/folder.png" textposx="40" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="10" posy="70" width="1126" height="-50" bordercol="fontcol">
1784    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="1100" posy="0" width="40" height="40">
1785    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
1786    <node name="b3" text="Cancel"  picmem="skin/key_red.png"    textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="60"  posy="0" width="250" height="40">
1787    <node name="b4" text="install" picmem="skin/key_green.png"  textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="320" posy="0" width="250" height="40">
1788# no need
1789<node hidden="yes" name="device">
1790<node hidden="yes" name="b6">
1791#
1792</screen>
1793
1794
1795<screen name="systemupdate_usb_online_menu" title="System - USB Update (online)" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="1150" height="650" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
1796    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
1797    <node name="filelistpath" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="10" posy="10" width="550" height="40">
1798    <node name="imagever" func="getimgname" halign="right" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="570" posy="10" width="568" height="40">
1799    <node name="filelist" type="filelist" scrollbar="auto" picmem="skin/folder.png" textposx="40" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="10" posy="70" width="1126" height="-100" bordercol="fontcol">
1800    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol2" posx="center" posy="530" width="1000" height="-50" bgcol="bgcol_blue">
1801        <node name="device" text="Device:" type="choicebox" parent="listbox" valign="middle" width="100%" height="100%" bordersize="5" bordercol="fontcol">
1802    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="1100" posy="0" width="40" height="40">
1803    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
1804    <node name="b3" text="Cancel"  picmem="skin/key_red.png"    textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="60"  posy="0" width="250" height="40">
1805    <node name="b4" text="install" picmem="skin/key_green.png"  textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="320" posy="0" width="250" height="40">
1806    <node name="b5" text="update"  picmem="skin/key_yellow.png" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="580" posy="0" width="250" height="40">
1807    <node name="b6" text="stable"  picmem="skin/key_blue.png"   textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="840" posy="0" width="250" height="40">
1808</screen>
1809
1810
1811<screen name="systemupdate_usb_tmp_menu" title="System - USB Update (tmp)" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="1150" height="650" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
1812    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
1813    <node name="filelistpath" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="10" posy="10" width="550" height="40">
1814    <node name="imagever" func="getimgname" halign="right" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="570" posy="10" width="568" height="40">
1815    <node name="filelist" type="filelist" scrollbar="auto" picmem="skin/folder.png" textposx="40" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="10" posy="70" width="1126" height="-100" bordercol="fontcol">
1816    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol2" posx="center" posy="530" width="1000" height="-50" bgcol="bgcol_blue">
1817        <node name="device" text="Device:" type="choicebox" parent="listbox" valign="middle" width="100%" height="100%" bordersize="5" bordercol="fontcol">
1818    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="1100" posy="0" width="40" height="40">
1819    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
1820    <node name="b3" text="Cancel"  picmem="skin/key_red.png"    textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="60"  posy="0" width="250" height="40">
1821    <node name="b4" text="install" picmem="skin/key_green.png"  textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="320" posy="0" width="250" height="40">
1822# no need
1823<node hidden="yes" name="b6">
1824#
1825</screen>
1826
1827
1828<screen name="systeminfo" title="" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="1100" height="600" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
1829    <node name="info" type="textbox" wrap="no" scrollbar="auto" font="tuxtxt" fontsize="24" fontcol="fontcol" posx="10" posy="10" width="1076" height="-10" bordercol="fontcol">
1830</screen>
1831
1832
1833<screen name="system_backup_restore" title="Backup / Restore Settings" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
1834    <node name="info" type="textbox" scrollbar="auto" wrap="yes" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-40" bordercol="fontcol">
1835    <node name="b4" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10" posy="0" width="40" height="40">
1836    <node name="b1" text="Restore" picmem="skin/key_red.png"    textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="60"  posy="0" width="280" height="40">
1837    <node name="b2" text="Backup"  picmem="skin/key_green.png"  textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="350" posy="0" width="280" height="40">
1838    <node name="b3" text="LOG"     picmem="skin/key_yellow.png" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="640" posy="0" width="150" height="40">
1839</screen>
1840
1841
1842<screen name="system_backup" title="System Backup" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
1843    <node name="info" type="textbox" scrollbar="auto" wrap="yes" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-250">
1844    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="center" posy="280" width="700" height="-140" bordercol="fontcol" bgcol="bgcol_blue">
1845        <node name="listfield" text="Select backup:" type="choicebox" parent="listbox" valign="middle" width="100%" height="100%" bordercol="fontcol" bordersize="5">
1846    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10" posy="0" width="40" height="40">
1847    <node name="b1" text="create System Backup" picmem="skin/key_red.png" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="60" posy="0" width="400" height="40">
1848</screen>
1849
1850
1851<screen name="softcam" title="Softcam Panel" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
1852    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
1853    <node name="menutitle" text="Softcam Selection" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" halign="left" valign="middle" posx="10" posy="10" width="460" height="40">
1854    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="24" fontcol="fontcol" posx="10" posy="60" width="460" height="-50" bordercol="fontcol">
1855    <node name="ecminfo" type="textbox" wrap="yes" font="tuxtxt" charspace="-1" fontsize="22" fontcol="fontcol" posx="480" posy="60" width="410" height="-50">
1856    <node name="b1" text="Deactivate" picmem="skin/key_red.png"    textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="10"  posy="0" width="190" height="40">
1857    <node name="b2" text="Restart"    picmem="skin/key_green.png"  textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="210" posy="0" width="190" height="40">
1858    <node name="b3" text="Refresh"    picmem="skin/key_yellow.png" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="410" posy="0" width="240" height="40">
1859    <node name="b4" text="Activate"   picmem="skin/key_blue.png"   textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="660" posy="0" width="190" height="40">
1860    <node name="b7" picmem="skin/key_menu.png" halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
1861</screen>
1862
1863
1864<screen name="tpkinstall" title="TPK installation - select file" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="1150" height="650" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
1865    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" fontsize2="26" fontcol2="fontcol2" posx="10" posy="10" width="1136" height="-40" bordercol="fontcol">
1866    <node name="b1" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
1867    <node name="b2" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="1086" posy="0" width="50" height="40">
1868<node hidden="yes" name="titletext">
1869</screen>
1870
1871
1872<screen name="tpkinstallinfo" title="TPK installation - select install medium" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="1150" height="650" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
1873    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="1136" height="-40" bordercol="fontcol">
1874    <node name="b1" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
1875    <node name="b2" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="1086" posy="0" width="50" height="40">
1876<node hidden="yes" name="titletext">
1877</screen>
1878
1879
1880<screen name="mediadbsettings" title="MediaDB Settings" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
1881    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
1882    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-50" bordercol="fontcol">
1883        <node parent="listbox" name="mediadbpath" text="MediaDB Path" type="choicebox" valign="middle" width="100%" height="35">
1884        <node parent="listbox" name="mediadbscandelall" text="Delete MediaDB before scan" type="choicebox" valign="middle" width="100%" height="35">
1885        <node parent="listbox" name="mediadbscandelnotfound" fontsize="24" text="Delete unused entrys before scan" type="choicebox" valign="middle" width="100%" height="35">
1886        <node parent="listbox" name="mediadbscantimeout" text="Update entrys on scan" type="choicebox" valign="middle" width="100%" height="35">
1887        <node parent="listbox" name="mediadbbackdrop" text="Backdrop Download Count" type="choicebox" valign="middle" width="100%" height="35">
1888        <node parent="listbox" name="mediadbdebug" text="Debug Modus" type="choicebox" valign="middle" width="100%" height="35">
1889        <node parent="listbox" name="createthumb" text="Create Thumb Picture" type="choicebox" valign="middle" width="100%" height="35">
1890        <node parent="listbox" name="recordpicture" text="Create Record Picture" type="choicebox" valign="middle" width="100%" height="35">
1891    <node name="b1" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
1892    <node name="b2" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
1893</screen>
1894
1895
1896<screen name="loading" text="please wait..." font="font1" fontsize="50" fontcol="fontcol" posx="center" posy="center" halign="center" width="600" height="70" bgcol="-2">
1897</screen>
1898
1899
1900<screen name="waitmsgbar" type="progressbar" font="font1" charspace="-1" fontsize="20" fontcol="fontcol" halign="center" valign="middle" progresscol="green" bordercol="white" bordersize="1" borderradius="0" posx="center" posy="60%" width="500" height="30">
1901</screen>
1902
1903
1904<screen name="colorpicker" posx="center" posy="center" width="345" height="350" hspace="26" vspace="26" bgcol="bgcol_grey" bordercol="white" bordersize="6">
1905    <node name="cp" posx="0" posy="0" width="100%" height="30" bgcol="0">
1906
1907    <node name="grid" type="grid" scrollbar="no" posx="0" posy="35" width="100%" height="-10">
1908        <node parent="grid" type="gridbr" posx="0" width="40" height="30" bgcol="#616D7E" name="616D7E">
1909#       <node parent="grid" posx="40"  width="40" height="30" bgcol="#616D7F" name="616D7F">
1910#       <node parent="grid" posx="80"  width="40" height="30" bgcol="#616D7E" name="616D7E">
1911#       <node parent="grid" posx="120" width="40" height="30" bgcol="#616D7E" name="616D7E">
1912#       <node parent="grid" posx="160" width="40" height="30" bgcol="#616D7E" name="616D7E">
1913#       <node parent="grid" posx="200" width="40" height="30" bgcol="#616D7E" name="616D7E">
1914#       <node parent="grid" posx="240" width="40" height="30" bgcol="#616D7E" name="616D7E">
1915
1916        <node parent="grid" type="gridbr" posx="0" width="40" height="30" bgcol="#FF0000" name="FF0000">
1917        <node parent="grid" posx="40"  width="40" height="30" bgcol="#DF0000" name="DF0000">
1918        <node parent="grid" posx="80"  width="40" height="30" bgcol="#BF0000" name="BF0000">
1919        <node parent="grid" posx="120" width="40" height="30" bgcol="#9F0000" name="9F0000">
1920        <node parent="grid" posx="160" width="40" height="30" bgcol="#7F0000" name="7F0000">
1921        <node parent="grid" posx="200" width="40" height="30" bgcol="#5F0000" name="5F0000">
1922        <node parent="grid" posx="240" width="40" height="30" bgcol="#3F0000" name="3F0000">
1923
1924        <node parent="grid" type="gridbr" posx="0" width="40" height="30" bgcol="#00FF00" name="00FF00">
1925        <node parent="grid" posx="40"  width="40" height="30" bgcol="#00DF00" name="00DF00">
1926        <node parent="grid" posx="80"  width="40" height="30" bgcol="#00BF00" name="00BF00">
1927        <node parent="grid" posx="120" width="40" height="30" bgcol="#009F00" name="009F00">
1928        <node parent="grid" posx="160" width="40" height="30" bgcol="#007F00" name="007F00">
1929        <node parent="grid" posx="200" width="40" height="30" bgcol="#005F00" name="005F00">
1930        <node parent="grid" posx="240" width="40" height="30" bgcol="#003F00" name="003F00">
1931
1932        <node parent="grid" type="gridbr" posx="0" width="40" height="30" bgcol="#0000FF" name="0000FF">
1933        <node parent="grid" posx="40"  width="40" height="30" bgcol="#0000DF" name="0000DF">
1934        <node parent="grid" posx="80"  width="40" height="30" bgcol="#0000BF" name="0000BF">
1935        <node parent="grid" posx="120" width="40" height="30" bgcol="#00009F" name="00009F">
1936        <node parent="grid" posx="160" width="40" height="30" bgcol="#00007F" name="00007F">
1937        <node parent="grid" posx="200" width="40" height="30" bgcol="#00005F" name="00005F">
1938        <node parent="grid" posx="240" width="40" height="30" bgcol="#00003F" name="00003F">
1939
1940        <node parent="grid" type="gridbr" posx="0" width="40" height="30" bgcol="#FFFF00" name="#FFFF00">
1941        <node parent="grid" posx="40"  width="40" height="30" bgcol="#DFDF00" name="DFDF00">
1942        <node parent="grid" posx="80"  width="40" height="30" bgcol="#BFBF00" name="BFBF00">
1943        <node parent="grid" posx="120" width="40" height="30" bgcol="#9F9F00" name="9F9F00">
1944        <node parent="grid" posx="160" width="40" height="30" bgcol="#7F7F00" name="7F7F00">
1945        <node parent="grid" posx="200" width="40" height="30" bgcol="#5F5F00" name="5F5F00">
1946        <node parent="grid" posx="240" width="40" height="30" bgcol="#3F3F00" name="3F3F00">
1947
1948        <node parent="grid" type="gridbr" posx="0" width="40" height="30" bgcol="#00FFFF" name="00FFFF">
1949        <node parent="grid" posx="40"  width="40" height="30" bgcol="#00DFDF" name="00DFDF">
1950        <node parent="grid" posx="80"  width="40" height="30" bgcol="#00BFBF" name="00BFBF">
1951        <node parent="grid" posx="120" width="40" height="30" bgcol="#009F9F" name="009F9F">
1952        <node parent="grid" posx="160" width="40" height="30" bgcol="#007F7F" name="007F7F">
1953        <node parent="grid" posx="200" width="40" height="30" bgcol="#005F5F" name="005F5F">
1954        <node parent="grid" posx="240" width="40" height="30" bgcol="#003F3F" name="003F3F">
1955
1956        <node parent="grid" type="gridbr" posx="0" width="40" height="30" bgcol="#FF00FF" name="FF00FF">
1957        <node parent="grid" posx="40"  width="40" height="30" bgcol="#DF00DF" name="DF00DF">
1958        <node parent="grid" posx="80"  width="40" height="30" bgcol="#BF00BF" name="BF00BF">
1959        <node parent="grid" posx="120" width="40" height="30" bgcol="#9F009F" name="9F009F">
1960        <node parent="grid" posx="160" width="40" height="30" bgcol="#7F007F" name="7F007F">
1961        <node parent="grid" posx="200" width="40" height="30" bgcol="#5F005F" name="5F005F">
1962        <node parent="grid" posx="240" width="40" height="30" bgcol="#3F003F" name="3F003F">
1963
1964        <node parent="grid" type="gridbr" posx="0" width="40" height="30" bgcol="#FFFFFF" name="#FFFFFF">
1965        <node parent="grid" posx="40"  width="40" height="30" bgcol="#DFDFDF" name="DFDFDF">
1966        <node parent="grid" posx="80"  width="40" height="30" bgcol="#BFBFBF" name="BFBFBF">
1967        <node parent="grid" posx="120" width="40" height="30" bgcol="#9F9F9F" name="9F9F9F">
1968        <node parent="grid" posx="160" width="40" height="30" bgcol="#7F7F7F" name="7F7F7F">
1969        <node parent="grid" posx="200" width="40" height="30" bgcol="#5F5F5F" name="5F5F5F">
1970        <node parent="grid" posx="240" width="40" height="30" bgcol="#3F3F3F" name="3F3F3F">
1971</screen>
1972
1973
1974<screen name="unlock" title="Serial Input" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
1975    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
1976    <node name="info" type="textbox" wrap="yes" scrollbar="no" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="200" bordercol="fontcol" text="Please contact Atemio for activation.">
1977    <node name="id" type="textbox" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" halign="center" valign="middle" posx="10" posy="220" width="880" height="30" bordercol="fontcol">
1978    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="260" width="880" height="-50" bordercol="fontcol">
1979        <node name="code1" text="Code1" type="inputboxnum" parent="listbox" valign="middle" width="100%" height="35">
1980        <node name="code2" text="Code2" type="inputboxnum" parent="listbox" valign="middle" width="100%" height="35">
1981    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
1982    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
1983</screen>
1984
1985
1986<screen name="caidlock" title="CAID Lock" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
1987    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
1988    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-50" bordercol="fontcol">
1989    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
1990    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
1991</screen>
1992
1993
1994<screen name="textinputhist" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
1995    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
1996    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-100" bordercol="fontcol">
1997    <node name="input" type="inputbox" scrollbar="no" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" valign="middle" posx="center" posy="410" width="80%" height="40" bordercol="titlebgcol" bordersize="1" bgcol="light_blue">
1998    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
1999    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
2000    <node name="b3" picmem="skin/key_text.png" halign="center" valign="middle" posx="800" posy="0" width="40" height="40">
2001    <node name="b4" picmem="skin/key_red.png"   text="CLEAR INPUT"  textposx="25" valign="middle" font="font1" charspace="-1" fontsize="24" fontcol="fontcol" posx="60"  posy="0" width="300" height="40">
2002    <node name="b5" picmem="skin/key_green.png" text="REMOVE ENTRY" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="24" fontcol="fontcol" posx="370" posy="0" width="300" height="40">
2003</screen>
2004
2005
2006<screen name="newsletter" title="Newsletter" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
2007    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
2008    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-50" bordercol="fontcol">
2009    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
2010    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
2011</screen>
2012
2013
2014<screen name="dirsort" title="Sorting" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="500" height="350" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
2015    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
2016    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="480" height="-40" bordercol="fontcol">
2017        <node parent="listbox" type="choicebox" name="alpha"        text="alpha"         valign="middle" width="100%" height="35">
2018        <node parent="listbox" type="choicebox" name="reversealpha" text="reverse alpha" valign="middle" width="100%" height="35">
2019        <node parent="listbox" type="choicebox" name="size"         text="size"          valign="middle" width="100%" height="35">
2020        <node parent="listbox" type="choicebox" name="reversesize"  text="reverse size"  valign="middle" width="100%" height="35">
2021        <node parent="listbox" type="choicebox" name="date"         text="date"          valign="middle" width="100%" height="35">
2022        <node parent="listbox" type="choicebox" name="reversedate"  text="reverse date"  valign="middle" width="100%" height="35">
2023    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="450" posy="0" width="40" height="40">
2024    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
2025</screen>
2026
2027
2028<screen name="shortepg" title="EPG SHORT VIEW" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="1000" height="600" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
2029    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
2030    <node name="bg" posx="10" posy="10" width="980" height="-50">
2031    <node parent="bg" name="grid" type="grid" font="font1" charspace="-1" fontsize="20" fontcol="fontcol" posx="center" posy="center" width="100%" height="100%" scrollbar="no">
2032        <node parent="grid" type="textboxgridbr" wrap="yes" name="pos1" vspace="5" hspace="5" posx="0"   width="20%" height="500">
2033        <node parent="grid" type="textbox"       wrap="yes" name="pos2" vspace="5" hspace="5" posx="20%" width="20%" height="500">
2034        <node parent="grid" type="textbox"       wrap="yes" name="pos3" vspace="5" hspace="5" posx="40%" width="20%" height="500">
2035        <node parent="grid" type="textbox"       wrap="yes" name="pos4" vspace="5" hspace="5" posx="60%" width="20%" height="500">
2036        <node parent="grid" type="textbox"       wrap="yes" name="pos5" vspace="5" hspace="5" posx="80%" width="20%" height="500">
2037    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="950" posy="0" width="40" height="40">
2038    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
2039</screen>
2040
2041
2042<screen name="mediadbedit" title="MediaDB Edit" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="1210" height="680" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
2043    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
2044    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="1190" height="-40" bordercol="fontcol">
2045        <node parent="listbox" type="inputbox" name="title" text="Title" valign="middle" width="100%" height="35">
2046        <node parent="listbox" type="inputbox" name="shortname" text="Shortname" valign="middle" width="100%" height="35">
2047        <node parent="listbox" type="inputbox" name="fileinfo" text="Fileinfo" valign="middle" width="100%" height="35">
2048        <node parent="listbox" type="inputboxnum" name="year" text="Year" valign="middle" width="100%" height="35">
2049        <node parent="listbox" type="inputbox" name="released" text="Released" valign="middle" width="100%" height="35">
2050        <node parent="listbox" type="inputbox" name="runtime" text="Runtime" valign="middle" width="100%" height="35">
2051        <node parent="listbox" type="inputbox" name="genre" text="Genre" valign="middle" width="100%" height="35">
2052        <node parent="listbox" type="inputbox" name="director" text="Director" valign="middle" width="100%" height="35">
2053        <node parent="listbox" type="inputbox" name="writer" text="Writer" valign="middle" width="100%" height="35">
2054        <node parent="listbox" type="inputbox" name="actors" text="Actors" valign="middle" width="100%" height="35">
2055        <node parent="listbox" type="inputbox" name="plot" text="Plot" valign="middle" width="100%" height="35">
2056        <node parent="listbox" type="choicebox" name="rating" text="Rating" valign="middle" width="100%" height="35">
2057        <node parent="listbox" type="inputboxnum" name="votes" text="Votes" valign="middle" width="100%" height="35">
2058        <node parent="listbox" type="choicebox" name="locked" text="Scan locking" valign="middle" width="100%" height="35">
2059        <node parent="listbox" type="choicebox" name="picture" text="Picture" valign="middle" width="100%" height="35">
2060    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="1160" posy="0" width="40" height="40">
2061    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
2062    <node name="b3" text="PICTURE" picmem="skin/key_red.png" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="60"  posy="0" width="190" height="40">
2063</screen>
2064
2065
2066<screen name="marker" title="Marker" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="30" width="600" height="500" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
2067    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
2068    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="580" height="-50" bordercol="fontcol">
2069        <node type="menu" parent="listbox" name="dummy" text="dummy" textposx="0" halign="center" valign="middle" width="100%" height="50" hspace="5" hidden="yes">
2070    <node name="b1" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
2071    <node name="b2" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="550" posy="0" width="40" height="40">
2072    <node name="b3" text="delete" picmem="skin/key_red.png" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="60" posy="0" width="190" height="40">
2073</screen>
2074
2075
2076<screen name="playbufferstatus" func="getbufferstatus" type="progressbar" text="EXIT" font="font1" charspace="-1" fontsize="20" fontcol="fontcol" halign="center" valign="middle" progresscol="green" bordercol="white" bordersize="1" borderradius="0" posx="center" posy="60%" width="500" height="30">
2077</screen>
2078
2079
2080<screen name="log" title="LOG" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
2081    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
2082    <node name="textbox" type="textbox" wrap="yes" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-50" bordercol="fontcol">
2083    <node name="b1" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
2084    <node name="b2" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
2085    <node name="b3" text="SEND" picmem="skin/key_red.png" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="60" posy="0" width="150" height="40">
2086    <node name="b4" text="DEL" picmem="skin/key_green.png" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="220" posy="0" width="160" height="40">
2087</screen>
2088
2089
2090<screen name="bgdownload" title="Downloads" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
2091    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
2092    <node name="progress" progresscol="fontcol" bordercol="fontcol" bordersize="1" posx="10" posy="10" width="80" height="10" hidden="yes">
2093    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-50" bordercol="fontcol">
2094    <node name="b1" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10" posy="0" width="40" height="40">
2095    <node name="b2" picmem="skin/key_ok.png" halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
2096    <node name="b3" text="STOP" picmem="skin/key_red.png" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="60" posy="0" width="150" height="40">
2097    <node name="b4" text="PLAY" picmem="skin/key_yellow.png" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="220" posy="0" width="150" height="40">
2098</screen>
2099
2100
2101# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
2102 # # # # # # # # # # # # # # # # # # # # # # # # # # #      Networkbrowser     # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
2103# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
2104
2105
2106<screen name="networkbrowser_scan" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
2107    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-40" bordercol="fontcol">
2108    <node name="b1" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
2109    <node name="b2" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
2110<node hidden="yes" name="titletext">
2111</screen>
2112
2113
2114<screen name="networkbrowser" title="" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
2115    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-40" bordercol="fontcol">
2116    <node name="b1" text="ADD"    picmem="skin/key_red.png"    textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="10"  posy="0" width="200" height="40">
2117    <node name="b2" text="EDIT"   picmem="skin/key_green.png"  textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="220" posy="0" width="200" height="40">
2118    <node name="b3" text="DEL"    picmem="skin/key_yellow.png" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="430" posy="0" width="250" height="40">
2119    <node name="b4" text="SEARCH" picmem="skin/key_blue.png"   textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="690" posy="0" width="200" height="40">
2120<node hidden="yes" name="titletext">
2121</screen>
2122
2123
2124<screen name="networkbrowser_add_share" title="" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
2125    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-40" bordercol="fontcol">
2126        <node parent="listbox" name="skin_mode" text="type" type="choicebox" valign="middle" width="100%" height="35">
2127        <node parent="listbox" name="skin_sharename" text="sharename" type="inputbox" valign="middle" width="100%" height="35">
2128        <node parent="listbox" name="skin_usedns" text="usedns" type="choicebox" valign="middle" width="100%" height="35">
2129        <node parent="listbox" name="skin_dns" text="dnsaddresse" type="inputbox" valign="middle" width="100%" height="35">
2130        <node parent="listbox" name="skin_ipaddress" text="ipaddress" type="inputboxnum" valign="middle" width="100%" height="35">
2131        <node parent="listbox" name="skin_ftpport" text="ftpport" type="inputboxnum" valign="middle" width="100%" height="35">
2132        <node parent="listbox" name="skin_sharedir" text="sharedir" type="inputbox" valign="middle" width="100%" height="35">
2133        <node parent="listbox" name="skin_userauth" text="userauth" type="choicebox" valign="middle" width="100%" height="35">
2134        <node parent="listbox" name="skin_username" text="username" type="inputbox" valign="middle" width="100%" height="35">
2135        <node parent="listbox" name="skin_password" text="password" type="inputbox" valign="middle" width="100%" height="35">
2136        <node parent="listbox" name="skin_protocol" text="protocol" type="choicebox" valign="middle" width="100%" height="35">
2137        <node parent="listbox" name="skin_options" text="options" type="choicebox" valign="middle" width="100%" height="35">
2138        <node parent="listbox" name="skin_wsize" text="wsize" type="choicebox" valign="middle" width="100%" height="35">
2139        <node parent="listbox" name="skin_rsize" text="rsize" type="choicebox" valign="middle" width="100%" height="35">
2140        <node parent="listbox" name="skin_usessl" text="usessl" type="choicebox" valign="middle" width="100%" height="35">
2141        <node parent="listbox" name="skin_ssl" text="ssl" type="choicebox" valign="middle" width="100%" height="35">
2142        <node parent="listbox" name="skin_useproxy" text="useproxy" type="choicebox" valign="middle" width="100%" height="35">
2143        <node parent="listbox" name="skin_proxy" text="proxy" type="choicebox" valign="middle" width="100%" height="35">
2144        <node parent="listbox" name="skin_proxyip" text="proxyip" type="inputboxnum" valign="middle" width="100%" height="35">
2145        <node parent="listbox" name="skin_proxyport" text="proxyport" type="inputboxnum" valign="middle" width="100%" height="35">
2146        <node parent="listbox" name="skin_proxyauth" text="proxyauth" type="choicebox" valign="middle" width="100%" height="35">
2147        <node parent="listbox" name="skin_proxyuser" text="proxyuser" type="inputbox" valign="middle" width="100%" height="35">
2148        <node parent="listbox" name="skin_proxypass" text="proxypass" type="inputbox" valign="middle" width="100%" height="35">
2149        <node parent="listbox" name="skin_hddreplacement" text="hddreplacement" type="choicebox" valign="middle" width="100%" height="35">
2150#???
2151<node hidden="yes" name="skin_options1">
2152<node hidden="yes" name="skin_options2">
2153<node hidden="yes" name="titletext">
2154#???
2155    <node name="b1" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
2156    <node name="b2" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
2157    <node name="b3" text="COPY" picmem="skin/key_red.png" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="60" posy="0" width="200" height="40">
2158    <node name="b4" picmem="skin/key_text.png" halign="left"   valign="middle" posx="430" posy="0" width="40" height="40">
2159</screen>
2160
2161
2162# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
2163 # # # # # # # # # # # # # # # # # # # # # # # # # # #      CallMonitor      # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
2164# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
2165
2166
2167<screen name="callmon_main" title="CallMonitor Settings" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
2168    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-50" bordercol="fontcol">
2169#       <node name="fritzversion" text="Fritzbox Firmware... >= 05.50" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
2170        <node name="ipaddress" text="IP-FritzBox" type="inputboxnum" parent="listbox" valign="middle" width="100%" height="35">
2171        <node name="userid" text="Nutzername-Fritzbox (optional)" type="inputbox" parent="listbox" valign="middle" width="100%" height="35">
2172        <node name="passwort"   text="Passwort-FritzBox"   type="inputbox" parent="listbox" valign="middle" width="100%" height="35">
2173        <node name="phonebook"  text="FritzBook"           type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
2174        <node name="allnum"     text="alle Nummern"        type="choicebox"   parent="listbox" valign="middle" width="100%" height="35">
2175        <node name="rufnummer1" text="1.Rufnummer"         type="inputboxnum" parent="listbox" valign="middle" width="100%" height="35">
2176        <node name="rufnummer2" text="2.Rufnummer"         type="inputboxnum" parent="listbox" valign="middle" width="100%" height="35">
2177        <node name="eingehend"  text="eingehende Anrufe"   type="choicebox"   parent="listbox" valign="middle" width="100%" height="35">
2178        <node name="ausgehend"  text="ausgehende Anrufe"   type="choicebox"   parent="listbox" valign="middle" width="100%" height="35">
2179        <node name="stumm"      text="bei Anruf stumm"     type="choicebox"   parent="listbox" valign="middle" width="100%" height="35">
2180        <node name="wennaus"    text="Aktion wenn standby" type="choicebox"   parent="listbox" valign="middle" width="100%" height="35">
2181        <node name="atimeout"   text="Anzeige in Sekunden" type="choicebox"   parent="listbox" valign="middle" width="100%" height="35">
2182#       <node name="broadcast"  text="broadcast"           type="inputboxnum" parent="listbox" valign="middle" width="100%" height="35">
2183    <node name="b1" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
2184    <node name="b2" text="Save"            picmem="skin/key_green.png" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="70" posy="0"  width="300" height="40">
2185    <node name="b3" text="LOAD-FritzBook"  picmem="skin/key_blue.png"  textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="380" posy="0" width="300" height="40">
2186</screen>
2187
2188
2189# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
2190 # # # # # # # # # # # # # # # # # # # # # # # # # # #       MboxInfo      # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
2191# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
2192
2193<screen name="mboxinfo" title="" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
2194    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-50" bordercol="fontcol">
2195    <node name="b1" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
2196    <node name="b2" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
2197</screen>
2198
2199
2200# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
2201 # # # # # # # # # # # # # # # # # # # # # # # # # # #       Reader Config     # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
2202# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
2203
2204<screen name="reader" title="Reader Config" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
2205    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
2206    <node name="menutitle" text="Reader Selection" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" halign="left" valign="middle" posx="10" posy="10" width="880" height="40">
2207    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="60" width="880" height="-50" bordercol="fontcol">
2208    <node name="b3" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
2209    <node name="b4" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
2210    <node name="b1" text="EDIT" picmem="skin/key_red.png" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="60"  posy="0" width="190" height="40">
2211    <node name="b2" text="Dvbapi" picmem="skin/key_green.png" textposx="25" valign="middle" font="font1" charspace="-1" fontsize="25" fontcol="fontcol" posx="260"  posy="0" width="250" height="40">
2212</screen>
2213
2214
2215<screen name="readerconfig" title="Reader Config" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
2216    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
2217    <node name="menutitle" text="Reader Configuration" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" halign="left" valign="middle" posx="10" posy="10" width="880" height="40">
2218    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="60" width="880" height="-50" bordercol="fontcol">
2219        <node parent="listbox" type="choicebox" name="enable" text="Enable" valign="middle" width="100%" height="35">
2220        <node parent="listbox" type="choicebox" name="device" text="Device" valign="middle" width="100%" height="35">
2221    <node name="b1" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
2222    <node name="b2" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
2223</screen>
2224
2225<screen name="cec" title="Setup HDMI-CEC" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
2226    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
2227    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-50" bordercol="fontcol">
2228        <node parent="listbox" name="cecon" text="Activate" type="choicebox" valign="middle" width="100%" height="35">
2229        <node parent="listbox" name="alloff" text="Set standby all connected devices" type="choicebox" valign="middle" width="100%" height="35">
2230        <node parent="listbox" name="allon" text="Wakeup all connected devices" type="choicebox" valign="middle" width="100%" height="35">
2231        <node parent="listbox" name="tvoff" text="Set standby TV" type="choicebox" valign="middle" width="100%" height="35">
2232        <node parent="listbox" name="tvon" text="Wakeup TV" type="choicebox" valign="middle" width="100%" height="35">
2233        <node parent="listbox" name="recoff" text="Set standby A/V Receiver" type="choicebox" valign="middle" width="100%" height="35">
2234        <node parent="listbox" name="recon" text="Wakeup A/V Receiver" type="choicebox" valign="middle" width="100%" height="35">
2235        <node parent="listbox" name="tvswitch" text="Switch TV to the correct input" type="choicebox" valign="middle" width="100%" height="35">
2236        <node parent="listbox" name="cecfix" text="Use fixed physical address" type="choicebox" valign="middle" width="100%" height="35">
2237    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
2238    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
2239</screen>
2240
2241
2242<screen name="pipscreen" fontsize="20" fontcol="#FFFFFF" posx="25" posy="25" width="100" height="434" halign="center" vspace="10" bordersize="1" bordercol="#0F15E3" borderradius="8" bgcol="#0F15E3" bgcol2="#267FB2" gradient="topmiddle" transparent="0">
2243    <node posx="0" posy="0"   name="t1" text="position" valign="middle" halign="center" width="100%" height="20">
2244    <node posx="0" posy="22"  name="b1" valign="middle" halign="center" width="100%" height="40" picmem="skin/key_control_cross_70x40.png" picwidth="70" picheight="40">
2245    <node posx="0" posy="72"  name="t2" text="size" valign="middle" halign="center" width="100%" height="20">
2246    <node posx="0" posy="94"  name="b2" valign="middle" halign="center" width="100%" height="40" picmem="skin/key_ch_up_down_70x40.png" picwidth="70" picheight="40">
2247    <node posx="0" posy="144" name="t4" text="SAVE" valign="middle" halign="center" width="100%" height="20">
2248    <node posx="0" posy="166" name="b4" valign="middle" halign="center" width="100%" height="40" picmem="skin/key_ok_70x40.png" picwidth="70" picheight="40">
2249    <node posx="0" posy="216" name="t5" text="stop" valign="middle" halign="center" width="100%" height="20">
2250    <node posx="0" posy="238" name="b5" valign="middle" halign="center" width="100%" height="40" picmem="skin/key_exit_70x40.png" picwidth="70" picheight="40">
2251    <node posx="0" posy="287" name="x1" width="100%" height="2" bgcol="#267FB2">
2252    <node posx="0" posy="298" name="hdmi" text="HDMI-in" valign="middle" halign="center" width="100%" height="20">
2253    <node posx="0" posy="320" name="b3" valign="middle" halign="center" width="100%" height="30" picmem="skin/key_red_30x30.png" picwidth="30" picheight="30">
2254    <node posx="0" posy="360" name="t6" text="->swap<-" valign="middle" halign="center" width="100%" height="20">
2255    <node posx="0" posy="382" name="b6" valign="middle" halign="center" width="100%" height="30" picmem="skin/key_blue_30x30.png" picwidth="30" picheight="30">
2256</screen>
2257
2258
2259<screen name="pipsetup" title="Setup PIP" titlealign="center" font="font1" charspace="-1" fontsize="30" fontcol="fontcol" posx="center" posy="center" width="900" height="520" valign="bottom" bgcol="bgcol_grey" titlebgcol="bgcol_blue">
2260    <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
2261    <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-50" bordercol="fontcol">
2262        <node parent="listbox" name="pip" text="key pip" type="choicebox" valign="middle" width="100%" height="35">
2263        <node parent="listbox" name="pipzap" text="key channel up/down" type="choicebox" valign="middle" width="100%" height="35">
2264        <node parent="listbox" name="null" text="key 0" type="choicebox" valign="middle" width="100%" height="35">
2265    <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
2266    <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
2267</screen>
2268
2269<screen name="gstsubtitle" type="textbox" scrollbar="auto" fontsize="30" fontcol="#FFFF00" posx="left" posy="bottom" width="100%" height="100" halign="center" vspace="10" bgcol="#212121">
2270</screen>
Note: See TracBrowser for help on using the repository browser.