Advertisement
Guest User

Untitled

a guest
May 24th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 19.22 KB | None | 0 0
  1. <window id="115">
  2.     <defaultcontrol>1</defaultcontrol>
  3.     <visible>[Player.Seeking | Player.DisplayAfterSeek | Player.Paused | Player.Forwarding | Player.Rewinding]</visible>
  4.     <animation effect="slide" start="0,80" end="0,0" time="100">WindowOpen</animation>
  5.     <animation effect="slide" start="0,0" end="0,80" time="100">WindowClose</animation>
  6.     <coordinates>
  7.         <system>1</system>
  8.         <posx>820</posx>
  9.         <posy>650</posy>
  10.     </coordinates>
  11.     <controls>
  12.         <control type="group">
  13.             <control type="image">
  14.                 <posx>0</posx>
  15.                 <posy>0</posy>
  16.                 <width>370</width>
  17.                 <height>80</height>
  18.                 <visible>!player.chaptercount</visible>
  19.             </control>
  20.             <control type="image">
  21.                 <posx>0</posx>
  22.                 <posy>0</posy>
  23.                 <width>450</width>
  24.                 <height>80</height>
  25.                 <visible>player.chaptercount</visible>
  26.             </control>
  27.             <control type="group">
  28.                 <posx>260</posx>
  29.                 <posy>15</posy>
  30.                 <control type="image">
  31.                     <posx>10</posx>
  32.                     <posy>0</posy>
  33.                     <width>80</width>
  34.                     <height>50</height>
  35.                     <texture>OSDSeekFrame.png</texture>
  36.                 </control>
  37.                 <control type="image">
  38.                     <posx>0</posx>
  39.                     <posy>3</posy>
  40.                     <width>20</width>
  41.                     <height>44</height>
  42.                     <texture>OSDSeekRewind.png</texture>
  43.                     <visible>Player.Rewinding</visible>
  44.                 </control>
  45.                 <control type="image">
  46.                     <posx>80</posx>
  47.                     <posy>3</posy>
  48.                     <width>20</width>
  49.                     <height>44</height>
  50.                     <texture>OSDSeekForward.png</texture>
  51.                     <visible>Player.Forwarding</visible>
  52.                 </control>
  53.                 <control type="image">
  54.                     <posx>31</posx>
  55.                     <posy>4</posy>
  56.                     <width>40</width>
  57.                     <height>40</height>
  58.                     <texture>OSDPause.png</texture>
  59.                     <visible>Player.Paused</visible>
  60.                 </control>
  61.                 <!-- clearART -->
  62.                 <control type="image">
  63.                 <description>media info background image</description>
  64.                 <posx>-1080</posx>
  65.                 <posy>-35</posy>
  66.                 <width>1280</width>
  67.                 <height>256</height>
  68.                 <texture>MediaInfoBackLower.png</texture>
  69.                 <visible>[Player.Paused | Player.Rewinding | Player.Forwarding | Player.Seeking | Player.DisplayAfterSeek]</visible>
  70.                 </control>
  71.                 <control type="image">
  72.                     <description>TV Show Image</description>
  73.                     <posx>-1065</posx>
  74.                     <posy>-90</posy>
  75.                     <width>275</width>
  76.                     <height>145</height>
  77.                     <texture>$INFO[Player.FolderPath]../clearart.png</texture>
  78.                     <aspectratio>keep</aspectratio>
  79.                     <visible>VideoPlayer.Content(episodes)</visible>
  80.                 </control>
  81.                 <control type="image">
  82.                     <description>Movie Poster</description>
  83.                     <posx>-1050</posx>
  84.                     <posy>-255</posy>
  85.                     <width>200</width>
  86.                     <height>340</height>
  87.                     <texture>$INFO[VideoPlayer.cover]</texture>            
  88.                     <aspectratio>keep</aspectratio>
  89.                     <bordertexture border="8">ThumbShadow.png</bordertexture>
  90.                     <bordersize>9</bordersize>
  91.                     <visible>VideoPlayer.Content(movies)</visible>
  92.             </control>
  93.                 <!-- end clearArt -->
  94.                 <control type="image">
  95.                     <posx>31</posx>
  96.                     <posy>4</posy>
  97.                     <width>40</width>
  98.                     <height>40</height>
  99.                     <texture>OSDPlay.png</texture>
  100.                     <visible>Player.Playing</visible>
  101.                 </control>
  102.  
  103.                 <control type="image">
  104.                     <posx>28</posx>
  105.                     <posy>4</posy>
  106.                     <width>40</width>
  107.                     <height>40</height>
  108.                     <texture>OSD2x.png</texture>
  109.                     <visible>Player.Rewinding2x</visible>
  110.                 </control>
  111.                 <control type="image">
  112.                     <posx>25</posx>
  113.                     <posy>4</posy>
  114.                     <width>40</width>
  115.                     <height>40</height>
  116.                     <texture>OSD4x.png</texture>
  117.                     <visible>Player.Rewinding4x</visible>
  118.                 </control>
  119.                 <control type="image">
  120.                     <posx>22</posx>
  121.                     <posy>4</posy>
  122.                     <width>40</width>
  123.                     <height>40</height>
  124.                     <texture>OSD8x.png</texture>
  125.                     <visible>Player.Rewinding8x</visible>
  126.                 </control>
  127.                 <control type="image">
  128.                     <posx>19</posx>
  129.                     <posy>4</posy>
  130.                     <width>40</width>
  131.                     <height>40</height>
  132.                     <texture>OSD16x.png</texture>
  133.                     <visible>Player.Rewinding16x</visible>
  134.                 </control>
  135.                 <control type="image">
  136.                     <posx>17</posx>
  137.                     <posy>4</posy>
  138.                     <width>40</width>
  139.                     <height>40</height>
  140.                     <texture>OSD32x.png</texture>
  141.                     <visible>Player.Rewinding32x</visible>
  142.                 </control>
  143.  
  144.                 <control type="image">
  145.                     <posx>34</posx>
  146.                     <posy>4</posy>
  147.                     <width>40</width>
  148.                     <height>40</height>
  149.                     <texture>OSD2x.png</texture>
  150.                     <visible>Player.Forwarding2x</visible>
  151.                 </control>
  152.                 <control type="image">
  153.                     <posx>37</posx>
  154.                     <posy>4</posy>
  155.                     <width>40</width>
  156.                     <height>40</height>
  157.                     <texture>OSD4x.png</texture>
  158.                     <visible>Player.Forwarding4x</visible>
  159.                 </control>
  160.                 <control type="image">
  161.                     <posx>40</posx>
  162.                     <posy>4</posy>
  163.                     <width>40</width>
  164.                     <height>40</height>
  165.                     <texture>OSD8x.png</texture>
  166.                     <visible>Player.Forwarding8x</visible>
  167.                 </control>
  168.                 <control type="image">
  169.                     <posx>43</posx>
  170.                     <posy>4</posy>
  171.                     <width>40</width>
  172.                     <height>40</height>
  173.                     <texture>OSD16x.png</texture>
  174.                     <visible>Player.Forwarding16x</visible>
  175.                 </control>
  176.                 <control type="image">
  177.                     <posx>45</posx>
  178.                     <posy>4</posy>
  179.                     <width>40</width>
  180.                     <height>40</height>
  181.                     <texture>OSD32x.png</texture>
  182.                     <visible>Player.Forwarding32x</visible>
  183.                 </control>
  184.             </control>
  185.             <!-- Codec Flags -->
  186.             <control type="grouplist">
  187.                     <description>TV Media Codec Flagging Images</description>
  188.                     <posx>-675</posx>
  189.                     <posy>25</posy>
  190.                     <width>550</width>
  191.                     <align>right</align>
  192.                     <itemgap>0</itemgap>
  193.                     <orientation>horizontal</orientation>
  194.                     <visible>VideoPlayer.Content(episodes)</visible>
  195.                     <control type="image">
  196.                         <description>Video rez Image</description>
  197.                         <width>80</width>
  198.                         <height>28</height>
  199.                         <aspectratio>keep</aspectratio>
  200.                         <texture>$INFO[VideoPlayer.VideoResolution,flagging/video/,.png]</texture>
  201.                     </control>
  202.                     <control type="image">
  203.                         <description>Xvid Codec Image</description>
  204.                         <width>80</width>
  205.                         <height>28</height>
  206.                         <aspectratio>keep</aspectratio>
  207.                         <texture>flagging/video/xvid.png</texture>
  208.                         <visible>substring(VideoPlayer.VideoCodec,xvid)</visible>
  209.                     </control>
  210.                     <control type="image">
  211.                         <description>Divx Codec Image</description>
  212.                         <width>80</width>
  213.                         <height>28</height>
  214.                         <aspectratio>keep</aspectratio>
  215.                         <texture>flagging/video/divx.png</texture>
  216.                         <visible>substring(VideoPlayer.VideoCodec,divx) | substring(VideoPlayer.VideoCodec,div3) |substring(VideoPlayer.VideoCodec,div4) | substring(VideoPlayer.VideoCodec,div5)</visible>
  217.                     </control>
  218.                     <control type="image">
  219.                         <description>h264 Codec Image</description>
  220.                         <width>80</width>
  221.                         <height>28</height>
  222.                         <aspectratio>keep</aspectratio>
  223.                         <texture>flagging/video/h264.png</texture>
  224.                         <visible>substring(VideoPlayer.VideoCodec,h264)</visible>
  225.                     </control>
  226.                     <control type="image">
  227.                         <description>avc1 Codec Image</description>
  228.                         <width>80</width>
  229.                         <height>28</height>
  230.                         <aspectratio>keep</aspectratio>
  231.                         <texture>flagging/video/avc1.png</texture>
  232.                         <visible>substring(VideoPlayer.VideoCodec,avc1)</visible>
  233.                     </control>
  234.                     <control type="image">
  235.                         <description>wvc1 Codec Image</description>
  236.                         <width>80</width>
  237.                         <height>28</height>
  238.                         <aspectratio>keep</aspectratio>
  239.                         <texture>flagging/video/wvc1.png</texture>
  240.                         <visible>substring(VideoPlayer.VideoCodec,wvc1)</visible>
  241.                     </control>
  242.                     <control type="image">
  243.                         <description>mpeg1video Codec Image</description>
  244.                         <width>80</width>
  245.                         <height>28</height>
  246.                         <aspectratio>keep</aspectratio>
  247.                         <texture>flagging/video/mpeg1video.png</texture>
  248.                         <visible>substring(VideoPlayer.VideoCodec,mpeg1video)</visible>
  249.                     </control>
  250.                     <control type="image">
  251.                         <description>mp3 Codec Image</description>
  252.                         <width>80</width>
  253.                         <height>28</height>
  254.                         <aspectratio>keep</aspectratio>
  255.                         <texture>flagging/audio/mp3.png</texture>
  256.                         <visible>substring(VideoPlayer.AudioCodec,mp3)</visible>
  257.                     </control>
  258.                     <control type="image">
  259.                         <description>dts Codec Image</description>
  260.                         <width>80</width>
  261.                         <height>28</height>
  262.                         <aspectratio>keep</aspectratio>
  263.                         <texture>flagging/audio/dts.png</texture>
  264.                         <visible>substring(VideoPlayer.AudioCodec,dca)</visible>
  265.                     </control>
  266.                     <control type="image">
  267.                         <description>ac3 Image</description>
  268.                         <width>35</width>
  269.                         <height>28</height>
  270.                         <aspectratio>keep</aspectratio>
  271.                         <texture>flagging/audio/ac3.png</texture>
  272.                         <visible>substring(VideoPlayer.AudioCodec,ac3) + !substring(VideoPlayer.AudioChannels,6)</visible>
  273.                     </control>
  274.                     <control type="image">
  275.                         <description>aac Image</description>
  276.                         <width>35</width>
  277.                         <height>28</height>
  278.                         <aspectratio>keep</aspectratio>
  279.                         <texture>flagging/audio/aac.png</texture>
  280.                         <visible>substring(VideoPlayer.AudioCodec,aac)</visible>
  281.                     </control>
  282.                     <control type="image">
  283.                         <description>Dolby Digital Image</description>
  284.                         <width>80</width>
  285.                         <height>28</height>
  286.                         <aspectratio>keep</aspectratio>
  287.                         <texture>flagging/audio/dolbydigital.png</texture>
  288.                         <visible>substring(VideoPlayer.AudioCodec,ac3) + substring(VideoPlayer.AudioChannels,6)</visible>
  289.                     </control>
  290.                     <control type="image">
  291.                         <description>WMA Pro Codec Image</description>
  292.                         <width>80</width>
  293.                         <height>28</height>
  294.                         <aspectratio>keep</aspectratio>
  295.                         <texture>flagging/audio/wmapro.png</texture>
  296.                         <visible>substring(VideoPlayer.AudioCodec,wmapro)</visible>
  297.                     </control>
  298.                     <control type="image">
  299.                         <description>Audio Channels Image</description>
  300.                         <width>35</width>
  301.                         <height>28</height>
  302.                         <aspectratio>keep</aspectratio>
  303.                         <texture>$INFO[VideoPlayer.AudioChannels,flagging/audio/,.png]</texture>
  304.                     </control>
  305.             </control>
  306.             <control type="grouplist">
  307.                     <description>Movie Media Codec Flagging Images</description>
  308.                     <posx>-865</posx>
  309.                     <posy>25</posy>
  310.                     <width>550</width>
  311.                     <align>right</align>
  312.                     <itemgap>0</itemgap>
  313.                     <orientation>horizontal</orientation>
  314.                     <visible>VideoPlayer.Content(movies)</visible>
  315.                     <control type="image">
  316.                         <description>Video rez Image</description>
  317.                         <width>80</width>
  318.                         <height>28</height>
  319.                         <aspectratio>keep</aspectratio>
  320.                         <texture>$INFO[VideoPlayer.VideoResolution,flagging/video/,.png]</texture>
  321.                     </control>
  322.                     <control type="image">
  323.                         <description>Xvid Codec Image</description>
  324.                         <width>80</width>
  325.                         <height>28</height>
  326.                         <aspectratio>keep</aspectratio>
  327.                         <texture>flagging/video/xvid.png</texture>
  328.                         <visible>substring(VideoPlayer.VideoCodec,xvid)</visible>
  329.                     </control>
  330.                     <control type="image">
  331.                         <description>Divx Codec Image</description>
  332.                         <width>80</width>
  333.                         <height>28</height>
  334.                         <aspectratio>keep</aspectratio>
  335.                         <texture>flagging/video/divx.png</texture>
  336.                         <visible>substring(VideoPlayer.VideoCodec,divx) | substring(VideoPlayer.VideoCodec,div3) |substring(VideoPlayer.VideoCodec,div4) | substring(VideoPlayer.VideoCodec,div5)</visible>
  337.                     </control>
  338.                     <control type="image">
  339.                         <description>h264 Codec Image</description>
  340.                         <width>80</width>
  341.                         <height>28</height>
  342.                         <aspectratio>keep</aspectratio>
  343.                         <texture>flagging/video/h264.png</texture>
  344.                         <visible>substring(VideoPlayer.VideoCodec,h264)</visible>
  345.                     </control>
  346.                     <control type="image">
  347.                         <description>avc1 Codec Image</description>
  348.                         <width>80</width>
  349.                         <height>28</height>
  350.                         <aspectratio>keep</aspectratio>
  351.                         <texture>flagging/video/avc1.png</texture>
  352.                         <visible>substring(VideoPlayer.VideoCodec,avc1)</visible>
  353.                     </control>
  354.                     <control type="image">
  355.                         <description>wvc1 Codec Image</description>
  356.                         <width>80</width>
  357.                         <height>28</height>
  358.                         <aspectratio>keep</aspectratio>
  359.                         <texture>flagging/video/wvc1.png</texture>
  360.                         <visible>substring(VideoPlayer.VideoCodec,wvc1)</visible>
  361.                     </control>
  362.                     <control type="image">
  363.                         <description>mpeg1video Codec Image</description>
  364.                         <width>80</width>
  365.                         <height>28</height>
  366.                         <aspectratio>keep</aspectratio>
  367.                         <texture>flagging/video/mpeg1video.png</texture>
  368.                         <visible>substring(VideoPlayer.VideoCodec,mpeg1video)</visible>
  369.                     </control>
  370.                     <control type="image">
  371.                         <description>mp3 Codec Image</description>
  372.                         <width>80</width>
  373.                         <height>28</height>
  374.                         <aspectratio>keep</aspectratio>
  375.                         <texture>flagging/audio/mp3.png</texture>
  376.                         <visible>substring(VideoPlayer.AudioCodec,mp3)</visible>
  377.                     </control>
  378.                     <control type="image">
  379.                         <description>dts Codec Image</description>
  380.                         <width>80</width>
  381.                         <height>28</height>
  382.                         <aspectratio>keep</aspectratio>
  383.                         <texture>flagging/audio/dts.png</texture>
  384.                         <visible>substring(VideoPlayer.AudioCodec,dca)</visible>
  385.                     </control>
  386.                     <control type="image">
  387.                         <description>ac3 Image</description>
  388.                         <width>35</width>
  389.                         <height>28</height>
  390.                         <aspectratio>keep</aspectratio>
  391.                         <texture>flagging/audio/ac3.png</texture>
  392.                         <visible>substring(VideoPlayer.AudioCodec,ac3) + !substring(VideoPlayer.AudioChannels,6)</visible>
  393.                     </control>
  394.                     <control type="image">
  395.                         <description>aac Image</description>
  396.                         <width>35</width>
  397.                         <height>28</height>
  398.                         <aspectratio>keep</aspectratio>
  399.                         <texture>flagging/audio/aac.png</texture>
  400.                         <visible>substring(VideoPlayer.AudioCodec,aac)</visible>
  401.                     </control>
  402.                     <control type="image">
  403.                         <description>Dolby Digital Image</description>
  404.                         <width>80</width>
  405.                         <height>28</height>
  406.                         <aspectratio>keep</aspectratio>
  407.                         <texture>flagging/audio/dolbydigital.png</texture>
  408.                         <visible>substring(VideoPlayer.AudioCodec,ac3) + substring(VideoPlayer.AudioChannels,6)</visible>
  409.                     </control>
  410.                     <control type="image">
  411.                         <description>WMA Pro Codec Image</description>
  412.                         <width>80</width>
  413.                         <height>28</height>
  414.                         <aspectratio>keep</aspectratio>
  415.                         <texture>flagging/audio/wmapro.png</texture>
  416.                         <visible>substring(VideoPlayer.AudioCodec,wmapro)</visible>
  417.                     </control>
  418.                     <control type="image">
  419.                         <description>Audio Channels Image</description>
  420.                         <width>35</width>
  421.                         <height>28</height>
  422.                         <aspectratio>keep</aspectratio>
  423.                         <texture>$INFO[VideoPlayer.AudioChannels,flagging/audio/,.png]</texture>
  424.                     </control>
  425.             </control>
  426.             <!-- Codec Flags -->
  427.             <control type="label">
  428.                 <description>Playing Label</description>
  429.                 <posx>20</posx>
  430.                 <posy>8</posy>
  431.                 <width>240</width>
  432.                 <height>20</height>
  433.                 <align>left</align>
  434.                 <aligny>center</aligny>
  435.                 <font>font12_title</font>
  436.                 <textcolor>blue</textcolor>
  437.                 <label>31042</label>
  438.                 <visible>Player.Playing + !Player.Seeking</visible>
  439.             </control>
  440.             <control type="label">
  441.                 <description>Paused Label</description>
  442.                 <posx>20</posx>
  443.                 <posy>8</posy>
  444.                 <width>240</width>
  445.                 <height>20</height>
  446.                 <align>left</align>
  447.                 <aligny>center</aligny>
  448.                 <font>font12_title</font>
  449.                 <textcolor>blue</textcolor>
  450.                 <label>31043</label>
  451.                 <visible>[Player.Paused + !Player.Caching] + !Player.Seeking</visible>
  452.             </control>
  453.             <control type="label">
  454.                 <description>Cache Label</description>
  455.                 <posx>20</posx>
  456.                 <posy>8</posy>
  457.                 <width>240</width>
  458.                 <height>20</height>
  459.                 <align>left</align>
  460.                 <aligny>center</aligny>
  461.                 <font>font12_title</font>
  462.                 <textcolor>blue</textcolor>
  463.                 <label>$LOCALIZE[15107] $INFO[Player.CacheLevel]%</label>
  464.                 <visible>[Player.Paused + Player.Caching] + !Player.Seeking</visible>
  465.             </control>
  466.             <control type="label">
  467.                 <description>Seeking Label</description>
  468.                 <posx>20</posx>
  469.                 <posy>8</posy>
  470.                 <width>240</width>
  471.                 <height>20</height>
  472.                 <align>left</align>
  473.                 <aligny>center</aligny>
  474.                 <font>font12_title</font>
  475.                 <textcolor>blue</textcolor>
  476.                 <label>[UPPERCASE]$LOCALIZE[773][/UPPERCASE]</label>
  477.                 <visible>Player.Seeking</visible>
  478.             </control>
  479.             <control type="label">
  480.                 <description>FF Label</description>
  481.                 <posx>20</posx>
  482.                 <posy>8</posy>
  483.                 <width>240</width>
  484.                 <height>20</height>
  485.                 <align>left</align>
  486.                 <aligny>center</aligny>
  487.                 <font>font12_title</font>
  488.                 <textcolor>blue</textcolor>
  489.                 <label>31044</label>
  490.                 <visible>Player.Forwarding</visible>
  491.             </control>
  492.             <control type="label">
  493.                 <description>RW Label</description>
  494.                 <posx>20</posx>
  495.                 <posy>8</posy>
  496.                 <width>240</width>
  497.                 <height>20</height>
  498.                 <align>left</align>
  499.                 <aligny>center</aligny>
  500.                 <font>font12_title</font>
  501.                 <textcolor>blue</textcolor>
  502.                 <label>31045</label>
  503.                 <visible>Player.Rewinding</visible>
  504.             </control>
  505.             <control type="label">
  506.                 <description>Elapsed Time Label</description>
  507.                 <posx>20</posx>
  508.                 <posy>27</posy>
  509.                 <width>240</width>
  510.                 <height>20</height>
  511.                 <font>font13_title</font>
  512.                 <textcolor>white</textcolor>
  513.                 <align>left</align>
  514.                 <aligny>center</aligny>
  515.                 <label>$INFO[Player.Time] - $INFO[Player.Duration]</label>
  516.                 <visible>!Player.Seeking</visible>
  517.             </control>
  518.             <control type="label">
  519.                 <description>Seek Time Label</description>
  520.                 <posx>20</posx>
  521.                 <posy>27</posy>
  522.                 <width>240</width>
  523.                 <height>20</height>
  524.                 <font>font13_title</font>
  525.                 <textcolor>white</textcolor>
  526.                 <align>left</align>
  527.                 <aligny>center</aligny>
  528.                 <label>$INFO[Player.SeekTime] - $INFO[Player.Duration]</label>
  529.                 <visible>Player.Seeking</visible>
  530.             </control>
  531.             <control type="progress" id="23">
  532.                 <description>Progressbar</description>
  533.                 <posx>20</posx>
  534.                 <posy>50</posy>
  535.                 <width>240</width>
  536.                 <height>15</height>
  537.                 <info>Player.Progress</info>
  538.                 <visible>true</visible>
  539.             </control>
  540.             <control type="slider" id="401">
  541.                 <description>Seek Slider</description>
  542.                 <posx>20</posx>
  543.                 <posy>47</posy>
  544.                 <width>240</width>
  545.                 <height>12</height>
  546.                 <texturesliderbar>seekslider.png</texturesliderbar>
  547.                 <textureslidernib>osd_slider_nib.png</textureslidernib>
  548.                 <textureslidernibfocus>osd_slider_nib.png</textureslidernibfocus>
  549.                 <visible>Player.Seeking</visible>
  550.             </control>
  551.         </control>
  552.         <control type="group">
  553.             <!-- Chapter Count images -->
  554.             <visible>player.chaptercount</visible>
  555.             <control type="label" id="1">
  556.                 <description>Chapter Pos No</description>
  557.                 <posx>435</posx>
  558.                 <posy>8</posy>
  559.                 <width>200</width>
  560.                 <height>20</height>
  561.                 <align>right</align>
  562.                 <aligny>center</aligny>
  563.                 <font>font12_title</font>
  564.                 <textcolor>blue</textcolor>
  565.                 <label>$LOCALIZE[21396]</label>
  566.                 <visible>player.chaptercount</visible>
  567.             </control>
  568.             <control type="label" id="1">
  569.                 <description>Chapter Pos No</description>
  570.                 <posx>435</posx>
  571.                 <posy>27</posy>
  572.                 <width>200</width>
  573.                 <height>20</height>
  574.                 <align>right</align>
  575.                 <aligny>center</aligny>
  576.                 <font>font13_title</font>
  577.                 <textcolor>grey2</textcolor>
  578.                 <label>$INFO[player.chapter]$INFO[player.chaptercount, / ]</label>
  579.                 <visible>player.chaptercount</visible>
  580.             </control>
  581.         </control>
  582.     </controls>
  583. </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement