Files
skin.udumbar/720p/DialogSeekBar.xml
2015-06-01 00:13:30 -04:00

335 lines
9.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol>1</defaultcontrol>
<visible>Player.Seeking | Player.DisplayAfterSeek | Player.Paused | Player.Forwarding | Player.Rewinding</visible>
<animation effect="fade" start="0" end="100" time="200">WindowOpen</animation>
<animation effect="fade" start="100" end="0" time="200">WindowClose</animation>
<controls>
<control type="group">
<visible>player.chaptercount + Window.IsVisible(FullScreenVideo)</visible>
<left>705r</left>
<top>-6</top>
<include>VisibleFadeEffect</include>
<control type="image">
<left>0</left>
<top>0</top>
<width>150</width>
<height>70</height>
<colordiffuse>EEFFFFFF</colordiffuse>
<texture border="12">OverlayDialogBackground.png</texture>
</control>
<control type="label" id="1">
<description>Chapter Pos No</description>
<left>20</left>
<top>10</top>
<width>110</width>
<height>20</height>
<align>center</align>
<aligny>center</aligny>
<font>font12_title</font>
<textcolor>blue</textcolor>
<label>$LOCALIZE[21396]</label>
<visible>player.chaptercount</visible>
</control>
<control type="label" id="1">
<description>Chapter Pos No</description>
<left>20</left>
<top>30</top>
<width>110</width>
<height>20</height>
<align>center</align>
<aligny>center</aligny>
<font>font13_title</font>
<textcolor>grey2</textcolor>
<label>$INFO[player.chapter]$INFO[player.chaptercount, / ]</label>
<visible>player.chaptercount</visible>
</control>
</control>
<control type="group">
<left>560r</left>
<top>-6</top>
<control type="image">
<left>0</left>
<top>0</top>
<width>370</width>
<height>70</height>
<colordiffuse>EEFFFFFF</colordiffuse>
<texture border="12">OverlayDialogBackground.png</texture>
</control>
<control type="group">
<left>260</left>
<top>10</top>
<control type="image">
<left>10</left>
<top>0</top>
<width>80</width>
<height>50</height>
<texture>OSDSeekFrame.png</texture>
</control>
<control type="image">
<left>0</left>
<top>3</top>
<width>20</width>
<height>44</height>
<texture>OSDSeekRewind.png</texture>
<visible>Player.Rewinding</visible>
</control>
<control type="image">
<left>80</left>
<top>3</top>
<width>20</width>
<height>44</height>
<texture>OSDSeekForward.png</texture>
<visible>Player.Forwarding</visible>
</control>
<control type="image">
<left>31</left>
<top>4</top>
<width>40</width>
<height>40</height>
<texture>OSDPause.png</texture>
<visible>Player.Paused</visible>
</control>
<control type="image">
<left>31</left>
<top>4</top>
<width>40</width>
<height>40</height>
<texture>OSDPlay.png</texture>
<visible>Player.Playing</visible>
</control>
<control type="image">
<left>28</left>
<top>4</top>
<width>40</width>
<height>40</height>
<texture>OSD2x.png</texture>
<visible>Player.Rewinding2x</visible>
</control>
<control type="image">
<left>25</left>
<top>4</top>
<width>40</width>
<height>40</height>
<texture>OSD4x.png</texture>
<visible>Player.Rewinding4x</visible>
</control>
<control type="image">
<left>22</left>
<top>4</top>
<width>40</width>
<height>40</height>
<texture>OSD8x.png</texture>
<visible>Player.Rewinding8x</visible>
</control>
<control type="image">
<left>19</left>
<top>4</top>
<width>40</width>
<height>40</height>
<texture>OSD16x.png</texture>
<visible>Player.Rewinding16x</visible>
</control>
<control type="image">
<left>17</left>
<top>4</top>
<width>40</width>
<height>40</height>
<texture>OSD32x.png</texture>
<visible>Player.Rewinding32x</visible>
</control>
<control type="image">
<left>34</left>
<top>4</top>
<width>40</width>
<height>40</height>
<texture>OSD2x.png</texture>
<visible>Player.Forwarding2x</visible>
</control>
<control type="image">
<left>37</left>
<top>4</top>
<width>40</width>
<height>40</height>
<texture>OSD4x.png</texture>
<visible>Player.Forwarding4x</visible>
</control>
<control type="image">
<left>40</left>
<top>4</top>
<width>40</width>
<height>40</height>
<texture>OSD8x.png</texture>
<visible>Player.Forwarding8x</visible>
</control>
<control type="image">
<left>43</left>
<top>4</top>
<width>40</width>
<height>40</height>
<texture>OSD16x.png</texture>
<visible>Player.Forwarding16x</visible>
</control>
<control type="image">
<left>45</left>
<top>4</top>
<width>40</width>
<height>40</height>
<texture>OSD32x.png</texture>
<visible>Player.Forwarding32x</visible>
</control>
</control>
<control type="label">
<description>Playing Label</description>
<left>20</left>
<top>7</top>
<width>240</width>
<height>20</height>
<align>left</align>
<aligny>center</aligny>
<font>font10_title</font>
<textcolor>blue</textcolor>
<label>$LOCALIZE[31042]</label>
<visible>Player.Playing + !Player.Seeking + !Player.DisplayAfterSeek</visible>
</control>
<control type="label">
<description>Paused Label</description>
<left>20</left>
<top>7</top>
<width>240</width>
<height>20</height>
<align>left</align>
<aligny>center</aligny>
<font>font10_title</font>
<textcolor>blue</textcolor>
<label>31043</label>
<visible>[Player.Paused + !Player.Caching] + !Player.Seeking + !Player.DisplayAfterSeek</visible>
</control>
<control type="label">
<description>Cache Label</description>
<left>20</left>
<top>7</top>
<width>240</width>
<height>20</height>
<align>left</align>
<aligny>center</aligny>
<font>font10_title</font>
<textcolor>blue</textcolor>
<label>$LOCALIZE[15107] $INFO[Player.CacheLevel]%</label>
<visible>[Player.Paused + Player.Caching] + !Player.Seeking</visible>
</control>
<control type="label">
<description>Seeking Label</description>
<left>20</left>
<top>7</top>
<width>240</width>
<height>20</height>
<align>left</align>
<aligny>center</aligny>
<font>font10_title</font>
<textcolor>blue</textcolor>
<label>$LOCALIZE[31046]</label>
<visible>Player.Seeking</visible>
</control>
<control type="label">
<description>Final Seek amount Label</description>
<left>20</left>
<top>7</top>
<width>240</width>
<height>20</height>
<align>left</align>
<aligny>center</aligny>
<font>font10_title</font>
<textcolor>blue</textcolor>
<label>$LOCALIZE[31046][COLOR=grey] $INFO[Player.SeekOffset][/COLOR]</label>
<visible>Player.DisplayAfterSeek + ![player.forwarding | player.rewinding]</visible>
</control>
<control type="label">
<description>FF Label</description>
<left>20</left>
<top>7</top>
<width>240</width>
<height>20</height>
<align>left</align>
<aligny>center</aligny>
<font>font10_title</font>
<textcolor>blue</textcolor>
<label>31044</label>
<visible>Player.Forwarding</visible>
</control>
<control type="label">
<description>RW Label</description>
<left>20</left>
<top>7</top>
<width>240</width>
<height>20</height>
<align>left</align>
<aligny>center</aligny>
<font>font10_title</font>
<textcolor>blue</textcolor>
<label>31045</label>
<visible>Player.Rewinding</visible>
</control>
<control type="label">
<description>Elapsed Time Label</description>
<left>20</left>
<top>23</top>
<width>240</width>
<height>20</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[Player.Time] - $INFO[Player.Duration]</label>
<visible>!Player.Seeking</visible>
</control>
<control type="label">
<description>Seek Time Label</description>
<left>20</left>
<top>23</top>
<width>240</width>
<height>20</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[Player.SeekTime] - $INFO[Player.Duration]</label>
<visible>Player.Seeking</visible>
</control>
<control type="progress">
<description>ProgressbarCache</description>
<left>20</left>
<top>45</top>
<width>240</width>
<height>15</height>
<info>Player.ProgressCache</info>
<midtexture border="6,0,6,0">OSDProgressMidLight.png</midtexture>
<visible>true</visible>
</control>
<control type="progress" id="23">
<description>Progressbar</description>
<left>20</left>
<top>45</top>
<width>240</width>
<height>15</height>
<info>Player.Progress</info>
<visible>true</visible>
</control>
<control type="slider" id="401">
<description>Seek Slider</description>
<left>20</left>
<top>42</top>
<width>240</width>
<height>12</height>
<texturesliderbar>seekslider.png</texturesliderbar>
<textureslidernib>osd_slider_nib.png</textureslidernib>
<textureslidernibfocus>osd_slider_nib.png</textureslidernibfocus>
<visible>Player.Seeking</visible>
</control>
</control>
</controls>
</window>