Advertisement
Guest User

Includes_PVR.xml

a guest
Mar 31st, 2020
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 19.33 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <includes>
  3.     <include name="ChannelManagerList">
  4.         <control type="grouplist">
  5.             <orientation>horizontal</orientation>
  6.             <left>0</left>
  7.             <align>center</align>
  8.             <width>510</width>
  9.             <control type="label" id="$PARAM[header_id]">
  10.                 <width>auto</width>
  11.                 <height>70</height>
  12.                 <align>center</align>
  13.                 <aligny>center</aligny>
  14.                 <textcolor>button_focus</textcolor>
  15.             </control>
  16.             <control type="label">
  17.                 <width>auto</width>
  18.                 <height>70</height>
  19.                 <align>center</align>
  20.                 <aligny>center</aligny>
  21.                 <textcolor>button_focus</textcolor>
  22.                 <label>: [COLOR white]$INFO[Container($PARAM[list_id]).Numitems][/COLOR]</label>
  23.             </control>
  24.         </control>
  25.         <control type="image">
  26.             <left>0</left>
  27.             <top>55</top>
  28.             <width>510</width>
  29.             <height>740</height>
  30.             <texture border="40">buttons/dialogbutton-nofo.png</texture>
  31.         </control>
  32.         <control type="list" id="$PARAM[list_id]">
  33.             <left>20</left>
  34.             <top>75</top>
  35.             <width>470</width>
  36.             <height>700</height>
  37.             <onup>$PARAM[list_id]</onup>
  38.             <ondown>$PARAM[list_id]</ondown>
  39.             <onleft>$PARAM[onleft]</onleft>
  40.             <onright>$PARAM[scrollbar_id]</onright>
  41.             <pagecontrol>$PARAM[scrollbar_id]</pagecontrol>
  42.             <scrolltime>200</scrolltime>
  43.             <itemlayout height="70" width="470">
  44.                 <control type="image">
  45.                     <width>60</width>
  46.                     <height>60</height>
  47.                     <right>5</right>
  48.                     <top>5</top>
  49.                     <texture>$INFO[ListItem.ActualIcon]</texture>
  50.                     <bordertexture colordiffuse="border_alpha">colors/black.png</bordertexture>
  51.                     <bordersize>2</bordersize>
  52.                     <aspectratio>keep</aspectratio>
  53.                 </control>
  54.                 <control type="label">
  55.                     <left>20</left>
  56.                     <right>70</right>
  57.                     <height>70</height>
  58.                     <aligny>center</aligny>
  59.                     <font>font27</font>
  60.                     <textcolor>grey</textcolor>
  61.                     <label>$INFO[ListItem.ChannelNumberLabel,[B],[/B] - ]$INFO[ListItem.ChannelName]</label>
  62.                 </control>
  63.             </itemlayout>
  64.             <focusedlayout height="70" width="470">
  65.                 <control type="image">
  66.                     <left>0</left>
  67.                     <right>0</right>
  68.                     <bottom>0</bottom>
  69.                     <texture colordiffuse="button_focus">lists/focus.png</texture>
  70.                     <visible>Control.HasFocus($PARAM[list_id])</visible>
  71.                 </control>
  72.                 <control type="image">
  73.                     <width>60</width>
  74.                     <height>60</height>
  75.                     <right>5</right>
  76.                     <top>5</top>
  77.                     <texture>$INFO[ListItem.ActualIcon]</texture>
  78.                     <bordertexture colordiffuse="border_alpha">colors/black.png</bordertexture>
  79.                     <bordersize>2</bordersize>
  80.                     <aspectratio>keep</aspectratio>
  81.                 </control>
  82.                 <control type="label">
  83.                     <left>20</left>
  84.                     <right>70</right>
  85.                     <height>70</height>
  86.                     <font>font27</font>
  87.                     <aligny>center</aligny>
  88.                     <label>$INFO[ListItem.ChannelNumberLabel,[B],[/B] - ]$INFO[ListItem.ChannelName]</label>
  89.                 </control>
  90.             </focusedlayout>
  91.         </control>
  92.         <control type="scrollbar" id="$PARAM[scrollbar_id]">
  93.             <left>495</left>
  94.             <top>75</top>
  95.             <width>12</width>
  96.             <height>700</height>
  97.             <onleft>$PARAM[list_id]</onleft>
  98.             <onright>$PARAM[onright]</onright>
  99.             <ondown>$PARAM[scrollbar_id]</ondown>
  100.             <onup>$PARAM[scrollbar_id]</onup>
  101.             <orientation>vertical</orientation>
  102.         </control>
  103.     </include>
  104.     <include name="PVRProgress">
  105.         <control type="group">
  106.             <animation effect="fade" time="400">VisibleChange</animation>
  107.             <visible>!Player.ChannelPreviewActive</visible>
  108.             <control type="group">
  109.                 <visible>Player.SeekEnabled | VideoPlayer.HasEPG</visible>
  110.                 <control type="label">
  111.                     <top>22</top>
  112.                     <right>20</right>
  113.                     <width>400</width>
  114.                     <height>50</height>
  115.                     <align>right</align>
  116.                     <aligny>center</aligny>
  117.                     <font>font13</font>
  118.                     <label>$INFO[PVR.TimeshiftProgressEndTime]</label>
  119.                 </control>
  120.                 <control type="label">
  121.                     <top>22</top>
  122.                     <left>20</left>
  123.                     <width>400</width>
  124.                     <height>50</height>
  125.                     <align>left</align>
  126.                     <aligny>center</aligny>
  127.                     <font>font13</font>
  128.                     <label>$INFO[PVR.TimeshiftProgressStartTime]</label>
  129.                 </control>
  130.                 <control type="label">
  131.                     <top>22</top>
  132.                     <left>20</left>
  133.                     <right>20</right>
  134.                     <height>50</height>
  135.                     <align>center</align>
  136.                     <aligny>center</aligny>
  137.                     <font>font13</font>
  138.                     <label>[B]$LOCALIZE[31026][/B] $INFO[PVR.TimeshiftCur] (-$INFO[PVR.TimeshiftOffset])</label>
  139.                     <visible>PVR.IsTimeShift</visible>
  140.                 </control>
  141.             </control>
  142.             <control type="group">
  143.                 <visible>VideoPlayer.HasEPG</visible>
  144.                 <control type="progress">
  145.                     <left>0</left>
  146.                     <top>$PARAM[epg_bar_top]</top>
  147.                     <width>100%</width>
  148.                     <height>$PARAM[epg_bar_height]</height>
  149.                     <info2>PVR.TimeshiftProgressEpgStart</info2>
  150.                     <info>PVR.TimeshiftProgressPlayPos</info>
  151.                     <texturebg border="3" colordiffuse="60FFFFFF">colors/white50.png</texturebg>
  152.                     <midtexture colordiffuse="button_focus">colors/white.png</midtexture>
  153.                 </control>
  154.                 <control type="progress">
  155.                     <left>0</left>
  156.                     <top>$PARAM[epg_bar_top]</top>
  157.                     <width>100%</width>
  158.                     <height>$PARAM[epg_bar_height]</height>
  159.                     <info2>PVR.TimeshiftProgressPlayPos</info2>
  160.                     <info>PVR.TimeshiftProgressEpgEnd</info>
  161.                     <texturebg border="3" colordiffuse="00FFFFFF">colors/white50.png</texturebg>
  162.                     <midtexture>colors/white50.png</midtexture>
  163.                 </control>
  164.             </control>
  165.             <control type="progress">
  166.                 <left>0</left>
  167.                 <top>$PARAM[ts_bar_top]</top>
  168.                 <width>100%</width>
  169.                 <height>$PARAM[ts_bar_height]</height>
  170.                 <info2>PVR.TimeshiftProgressBufferStart</info2>
  171.                 <info>PVR.TimeshiftProgressBufferEnd</info>
  172.                 <texturebg border="3" colordiffuse="60FFFFFF">colors/white50.png</texturebg>
  173.                 <midtexture>colors/white70.png</midtexture>
  174.                 <visible>Player.SeekEnabled</visible>
  175.             </control>
  176.         </control>
  177.         <control type="group">
  178.             <animation effect="fade" time="400">VisibleChange</animation>
  179.             <visible>Player.ChannelPreviewActive</visible>
  180.             <control type="progress">
  181.                 <left>0</left>
  182.                 <top>70</top>
  183.                 <width>100%</width>
  184.                 <height>16</height>
  185.                 <info>PVR.EpgEventProgress</info>
  186.                 <texturebg border="3" colordiffuse="60FFFFFF">colors/white50.png</texturebg>
  187.                 <midtexture colordiffuse="button_focus">colors/white.png</midtexture>
  188.             </control>
  189.         </control>
  190.     </include>
  191.     <include name="PVRInfoPanel">
  192.         <control type="group">
  193.             <visible>!ListItem.IsFolder</visible>
  194.             <control type="image">
  195.                 <top>135</top>
  196.                 <left>580</left>
  197.                 <width>265</width>
  198.                 <height>350</height>
  199.                 <aspectratio align="center" aligny="top">keep</aspectratio>
  200.                 <texture fallback="DefaultTVShows.png">$VAR[ChannelListEPGIconVar]</texture>
  201.                 <fadetime>200</fadetime>
  202.             </control>
  203.             <control type="group">
  204.                 <top>128</top>
  205.                 <left>0</left>
  206.                 <width>590</width>
  207.                 <control type="label">
  208.                     <top>0</top>
  209.                     <left>310</left>
  210.                     <height>48</height>
  211.                     <width>250</width>
  212.                     <font>font45_title</font>
  213.                     <align>right</align>
  214.                     <aligny>top</aligny>
  215.                     <label>$INFO[ListItem.ChannelNumberLabel]</label>
  216.                 </control>
  217.                 <control type="label">
  218.                     <top>58</top>
  219.                     <left>310</left>
  220.                     <width>250</width>
  221.                     <height>30</height>
  222.                     <font>font27_narrow</font>
  223.                     <align>right</align>
  224.                     <aligny>top</aligny>
  225.                     <label>$INFO[ListItem.ChannelName]</label>
  226.                 </control>
  227.                 <control type="image">
  228.                     <left>0</left>
  229.                     <top>20</top>
  230.                     <width>200</width>
  231.                     <height>84</height>
  232.                     <aspectratio align="left" aligny="top">keep</aspectratio>
  233.                     <texture>$INFO[listitem.icon]</texture>
  234.                 </control>             
  235.                 <control type="label">
  236.                     <top>130</top>
  237.                     <height>200</height>
  238.                     <wrapmultiline>true</wrapmultiline>
  239.                     <label>$INFO[ListItem.Date][CR]$INFO[ListItem.Duration,[COLOR grey]$LOCALIZE[180]:[/COLOR] ,[CR]]$VAR[ExpirationDateTimeLabel]</label>
  240.                 </control>
  241.                 <control type="group">
  242.                     <visible>Integer.IsGreater(ListItem.Progress,0)</visible>
  243.                     <top>230</top>
  244.                     <height>262</height>
  245.                     <width>845</width>
  246.                     <control type="label">
  247.                         <top>10</top>
  248.                         <label>$INFO[ListItem.StartTime]</label>
  249.                     </control>
  250.                     <control type="label">
  251.                         <top>10</top>
  252.                         <align>right</align>
  253.                         <label>$INFO[ListItem.EndTime]</label>
  254.                     </control>             
  255.                     <control type="progress">
  256.                         <top>0</top>
  257.                         <left>0</left>
  258.                         <right>0</right>
  259.                         <height>12</height>
  260.                         <colordiffuse>88FFFFFF</colordiffuse>
  261.                         <info>ListItem.Progress</info>
  262.                     </control>
  263.                 </control>
  264.                 <control type="progress">
  265.                     <top>230</top>
  266.                     <height>12</height>
  267.                     <colordiffuse>88FFFFFF</colordiffuse>
  268.                     <info>ListItem.PercentPlayed</info>
  269.                     <visible>Integer.IsGreater(ListItem.PercentPlayed,0)</visible>
  270.                 </control>
  271.             </control>
  272.  
  273.         <control type="group">
  274.             <top>448</top>
  275.             <bottom>75</bottom>
  276.             <width>830</width>
  277.             <control type="label">
  278.                 <top>0</top>
  279.                 <height>90</height>
  280.                 <aligny>center</aligny>
  281.                 <font>font36_title</font>
  282.                 <label>$INFO[ListItem.Title]</label>
  283.                 <visible>!PVR.HasEpg</visible>
  284.             </control>
  285.             <control type="label">
  286.                 <top>0</top>
  287.                 <height>90</height>
  288.                 <aligny>center</aligny>
  289.                 <font>font36_title</font>
  290.                 <label>$INFO[ListItem.EpgEventTitle]</label>
  291.                 <visible>PVR.HasEpg</visible>
  292.             </control>
  293.             <control type="label" id="19001">
  294.                 <top>90</top>
  295.                 <height>90</height>
  296.                 <aligny>center</aligny>
  297.                 <label>$VAR[SeasonEpisodeLabel]$INFO[ListItem.EpisodeName]</label>
  298.             </control>
  299.             <control type="textbox">
  300.                 <top>170</top>
  301.                 <bottom>75</bottom>
  302.                 <label>$INFO[ListItem.Plot]</label>
  303.                 <autoscroll delay="10000" time="3000" repeat="10000">Skin.HasSetting(AutoScroll)</autoscroll>
  304.                 <visible>!String.IsEmpty(Control.GetLabel(19001))</visible>
  305.             </control>
  306.             <control type="textbox">
  307.                 <top>110</top>
  308.                 <bottom>75</bottom>
  309.                 <label>$INFO[ListItem.Plot]</label>
  310.                 <autoscroll delay="10000" time="3000" repeat="10000">Skin.HasSetting(AutoScroll)</autoscroll>
  311.                 <visible>String.IsEmpty(Control.GetLabel(19001))</visible>
  312.             </control>
  313.             <control type="textbox">
  314.                 <top>560</top>
  315.                 <width>830</width>
  316.                 <height>340</height>
  317.                 <align>center</align>
  318.                 <font>font27</font>
  319.                 <textcolor>80FFFFFF</textcolor>
  320.                 <label>$LOCALIZE[19055]</label>
  321.                 <visible>String.IsEmpty(Listitem.Plot) + String.IsEmpty(Listitem.Genre)</visible>
  322.             </control>
  323.         </control>
  324.  
  325.         </control>
  326.         <control type="group">
  327.             <visible>ListItem.IsFolder</visible>
  328.             <top>180</top>
  329.             <control type="label">
  330.                 <top>10</top>
  331.                 <width>830</width>
  332.                 <height>262</height>
  333.                 <label>$LOCALIZE[19076] ($INFO[Container(5000).NumItems,[B],[/B] $LOCALIZE[31036]])</label>
  334.                 <font>font37</font>
  335.                 <visible>!ListItem.IsParentFolder</visible>
  336.             </control>
  337.             <control type="group">
  338.                 <left>-10</left>
  339.                 <top>60</top>
  340.                 <visible>!ListItem.IsParentFolder</visible>
  341.                 <control type="panel" id="5000">
  342.                     <top>20</top>
  343.                     <width>830</width>
  344.                     <bottom>100</bottom>
  345.                     <orientation>vertical</orientation>
  346.                     <focusedlayout height="100" width="780">
  347.                         <control type="label">
  348.                             <left>10</left>
  349.                             <height>90</height>
  350.                             <width>830</width>
  351.                             <aligny>center</aligny>
  352.                             <label>$INFO[ListItem.EpisodeName][CR]$VAR[SeasonEpisodeLabel][COLOR grey]$INFO[ListItem.Date][/COLOR]</label>
  353.                             <shadowcolor>text_shadow</shadowcolor>
  354.                         </control>
  355.                     </focusedlayout>
  356.                     <itemlayout height="100" width="780">
  357.                         <control type="label">
  358.                             <left>10</left>
  359.                             <height>90</height>
  360.                             <width>830</width>
  361.                             <aligny>center</aligny>
  362.                             <label>$INFO[ListItem.EpisodeName][CR]$VAR[SeasonEpisodeLabel][COLOR grey]$INFO[ListItem.Date][/COLOR]</label>
  363.                             <shadowcolor>text_shadow</shadowcolor>
  364.                         </control>
  365.                     </itemlayout>
  366.                     <content sortby="date" sortorder="$PARAM[folder_sortorder]">$INFO[ListItem.FilenameAndPath]</content>
  367.                 </control>
  368.             </control>
  369.         </control>
  370.     </include>
  371.     <include name="RDSInfoLine">
  372.         <control type="grouplist">
  373.             <visible>!String.IsEmpty($PARAM[value])</visible>
  374.             <height>45</height>
  375.             <orientation>horizontal</orientation>
  376.             <itemgap>10</itemgap>
  377.             <control type="label">
  378.                 <width>auto</width>
  379.                 <height>40</height>
  380.                 <aligny>center</aligny>
  381.                 <label>$PARAM[label]:</label>
  382.                 <textcolor>button_focus</textcolor>
  383.             </control>
  384.             <control type="label">
  385.                 <width>auto</width>
  386.                 <height>40</height>
  387.                 <align>right</align>
  388.                 <aligny>center</aligny>
  389.                 <label>$INFO[$PARAM[value]]</label>
  390.                 <scroll>true</scroll>
  391.             </control>
  392.         </control>
  393.     </include>
  394.     <include name="PVRChannelNumberInput">
  395.         <control type="label">
  396.             <left>0</left>
  397.             <top>0</top>
  398.             <width>100%</width>
  399.             <height>100%</height>
  400.             <label>$INFO[PVR.ChannelNumberInput]</label>
  401.             <shadowcolor>black</shadowcolor>
  402.             <align>center</align>
  403.             <font>WeatherTemp</font>
  404.             <aligny>center</aligny>
  405.             <visible>!String.IsEmpty(PVR.ChannelNumberInput)</visible>
  406.         </control>
  407.     </include>
  408.     <!-- bzz custom channel guide grid -->
  409.     <include name="EpgGrid">
  410.         <definition>
  411.             <control type="epggrid" id="$PARAM[control_id]">
  412.                 <left>0</left>
  413.                 <top>$PARAM[control_top]</top>
  414.                 <right>20</right>
  415.                 <bottom>222</bottom>
  416.                 <orientation>$PARAM[control_orientation]</orientation>
  417.                 <pagecontrol>60</pagecontrol>
  418.                 <scrolltime tween="quadratic" easing="out">300</scrolltime>
  419.                 <timeblocks>38</timeblocks>
  420.                 <rulerunit>6</rulerunit>
  421.                 <onleft>9000</onleft>
  422.                 <onright>60</onright>
  423.                 <onup>$PARAM[control_onupdown_id]</onup>
  424.                 <ondown>$PARAM[control_onupdown_id]</ondown>
  425.                 <viewtype label="$PARAM[viewtype_label]">list</viewtype>
  426.                 <progresstexture border="$PARAM[progress_texture_border]" colordiffuse="button_focus">$PARAM[progress_texture]</progresstexture>
  427.                 <rulerdatelayout width="1700" height="45" condition="$PARAM[has_rulerdate_layout]">
  428.                     <control type="label">
  429.                         <width>1700</width>
  430.                         <height>45</height>
  431.                         <left>12</left>
  432.                         <font>font13</font>
  433.                         <label>$INFO[ListItem.Label]</label>
  434.                         <textcolor>button_focus</textcolor>
  435.                         <align>left</align>
  436.                         <aligny>center</aligny>
  437.                     </control>
  438.                 </rulerdatelayout>
  439.                 <rulerlayout height="49" width="$PARAM[ruler_width]">
  440.                     <control type="label">
  441.                         <width>$PARAM[ruler_label_width]</width>
  442.                         <height>45</height>
  443.                         <font>font12</font>
  444.                         <label>$INFO[ListItem.Label]</label>
  445.                         <textoffsetx>10</textoffsetx>
  446.                         <textcolor>button_focus</textcolor>
  447.                     </control>
  448.                 </rulerlayout>
  449.                 <channellayout height="$PARAM[channel_height]" width="$PARAM[channel_width]">
  450.                     <control type="image">
  451.                         <width>$PARAM[channel_width]</width>
  452.                         <height>72</height>
  453.                         <texture colordiffuse="66000000">colors/black.png</texture>
  454.                     </control>
  455.                     <control type="label">
  456.                         <left>12</left>
  457.                         <top>0</top>
  458.                         <width>75</width>
  459.                         <height>$PARAM[channel_height_interior]</height>
  460.                         <font>font32_title</font>
  461.                         <label>$INFO[ListItem.ChannelNumberLabel]</label>
  462.                         <align>left</align>
  463.                         <aligny>center</aligny>
  464.                     </control>
  465.                     <control type="label" id="1">
  466.                         <left>96</left>
  467.                         <top>0</top>
  468.                         <height>$PARAM[channel_height_interior]</height>
  469.                         <font>font12</font>
  470.                         <label>$INFO[ListItem.ChannelName]</label>
  471.                         <aligny>center</aligny>
  472.                     </control>
  473.                     <control type="image">
  474.                         <width>90</width>
  475.                         <height>$PARAM[channel_height_logo]</height>
  476.                         <right>10</right>
  477.                         <top>8</top>
  478.                         <texture>$INFO[ListItem.ActualIcon]</texture>
  479.                         <aspectratio align="center" aligny="center">keep</aspectratio>
  480.                     </control>
  481.                 </channellayout>
  482.                 <focusedchannellayout height="$PARAM[channel_height]" width="$PARAM[channel_width]">
  483.                     <control type="image">
  484.                         <width>$PARAM[channel_width]</width>
  485.                         <height>$PARAM[channel_height_interior]</height>
  486.                         <texture colordiffuse="AA000000">colors/black.png</texture>
  487.                     </control>
  488.                     <control type="label">
  489.                         <left>12</left>
  490.                         <top>0</top>
  491.                         <width>75</width>
  492.                         <height>$PARAM[channel_height_interior]</height>
  493.                         <font>font32_title</font>
  494.                         <label>$INFO[ListItem.ChannelNumberLabel]</label>
  495.                         <textcolor>button_focus</textcolor>
  496.                         <align>left</align>
  497.                         <aligny>center</aligny>
  498.                     </control>
  499.                     <control type="label" id="1">
  500.                         <left>96</left>
  501.                         <top>0</top>
  502.                         <height>$PARAM[channel_height_interior]</height>
  503.                         <font>font10</font>
  504.                         <label>$INFO[ListItem.ChannelName]</label>
  505.                         <textcolor>button_focus</textcolor>
  506.                         <aligny>center</aligny>
  507.                     </control>
  508.                     <control type="image">
  509.                         <width>90</width>
  510.                         <height>$PARAM[channel_height_logo]</height>
  511.                         <right>10</right>
  512.                         <top>8</top>
  513.                         <texture>$INFO[ListItem.ActualIcon]</texture>
  514.                         <aspectratio align="center" aligny="center">keep</aspectratio>
  515.                     </control>
  516.                 </focusedchannellayout>
  517.                 <itemlayout height="$PARAM[channel_height]" width="60">
  518.                     <control type="image" id="2">
  519.                         <width>55</width>
  520.                         <height>$PARAM[channel_height_interior]</height>
  521.                         <texture colordiffuse="$PARAM[program_bg_colordiffuse]">colors/black.png</texture>
  522.                     </control>
  523.                     <control type="label" id="1">
  524.                         <left>20</left>
  525.                         <top>$PARAM[program_label_top]</top>
  526.                         <height>$PARAM[channel_height_interior]</height>
  527.                         <width>30</width>
  528.                         <aligny>$PARAM[program_label_aligny]</aligny>
  529.                         <font>font16</font>
  530.                         <label>$INFO[ListItem.Label]</label>
  531.                     </control>
  532.                     <control type="image">
  533.                         <left>6</left>
  534.                         <top>6</top>
  535.                         <width>14</width>
  536.                         <height>14</height>
  537.                         <texture>$VAR[PVRTimerIcon]</texture>
  538.                     </control>
  539.                 </itemlayout>
  540.                 <focusedlayout height="$PARAM[channel_height]" width="60">
  541.                     <control type="image" id="2">
  542.                         <visible>Control.IsVisible(51) | Control.IsVisible(53)</visible>
  543.                         <width>55</width>
  544.                         <height>$PARAM[channel_height_interior]</height>
  545.                         <texture>colors/black.png</texture>
  546.                     </control>
  547.                     <control type="image" id="2">
  548.                         <top>-2</top>
  549.                         <left>-4</left>
  550.                         <width>62</width>
  551.                         <height>$PARAM[channel_height]</height>
  552.                         <texture border="3" fallback="windows/pvr/epg-genres/0.png">$INFO[ListItem.Property(GenreType),windows/pvr/epg-genres/,.png]</texture>
  553.                     </control>
  554.                     <control type="label" id="1">
  555.                         <left>20</left>
  556.                         <top>$PARAM[program_label_top]</top>
  557.                         <height>$PARAM[channel_height_interior]</height>
  558.                         <width>30</width>
  559.                         <aligny>$PARAM[program_label_aligny]</aligny>
  560.                         <font>font16</font>
  561.                         <label>$INFO[ListItem.Label]</label>
  562.                     </control>
  563.                     <control type="image">
  564.                         <left>6</left>
  565.                         <top>6</top>
  566.                         <width>14</width>
  567.                         <height>14</height>
  568.                         <texture>$VAR[PVRTimerIcon]</texture>
  569.                     </control>
  570.                 </focusedlayout>
  571.             </control>
  572.             <control type="scrollbar" id="60">
  573.                 <right>0</right>
  574.                 <top>$PARAM[scrollbar_top]</top>
  575.                 <width>12</width>
  576.                 <bottom>220</bottom>
  577.                 <onleft>10</onleft>
  578.                 <onright>10</onright>
  579.                 <orientation>vertical</orientation>
  580.                 <texturesliderbackground colordiffuse="22FFFFFF">colors/white.png</texturesliderbackground>
  581.                 <animation effect="fade" start="100" end="40" time="0" condition="!system.getbool(input.enablemouse)">Conditional</animation>
  582.                 <visible>Control.IsVisible($PARAM[control_id])</visible>
  583.             </control>
  584.         </definition>
  585.     </include>
  586. </includes>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement