aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.estuary/1080i/DialogSeekBar.xml
diff options
context:
space:
mode:
Diffstat (limited to 'addons/skin.estuary/1080i/DialogSeekBar.xml')
-rw-r--r--addons/skin.estuary/1080i/DialogSeekBar.xml112
1 files changed, 0 insertions, 112 deletions
diff --git a/addons/skin.estuary/1080i/DialogSeekBar.xml b/addons/skin.estuary/1080i/DialogSeekBar.xml
deleted file mode 100644
index 711c3f0f7c..0000000000
--- a/addons/skin.estuary/1080i/DialogSeekBar.xml
+++ /dev/null
@@ -1,112 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<window>
- <visible>Player.Seeking | Player.DisplayAfterSeek | [Player.Paused + !Player.Caching] | Player.Forwarding | Player.Rewinding</visible>
- <visible>!Window.IsActive(videoosd) + Window.IsActive(fullscreenvideo)</visible>
- <animation effect="fade" start="0" end="100" time="150">WindowOpen</animation>
- <animation effect="fade" start="100" end="0" time="150">WindowClose</animation>
- <depth>DepthOSD</depth>
- <controls>
- <control type="image">
- <left>10</left>
- <top>860</top>
- <width>1900</width>
- <height>200</height>
- <texture border="40">buttons/dialogbutton-nofo.png</texture>
- </control>
- <control type="group">
- <top>890</top>
- <control type="label">
- <top>5</top>
- <right>51</right>
- <width>400</width>
- <height>20</height>
- <align>right</align>
- <aligny>center</aligny>
- <font>font12_title</font>
- <label>[COLOR button_focus]$LOCALIZE[21396]: [/COLOR]$INFO[player.chapter]$INFO[player.chaptercount, / ]</label>
- <visible>player.chaptercount + Window.IsVisible(FullScreenVideo)</visible>
- </control>
- <control type="label">
- <left>40</left>
- <top>7</top>
- <width>240</width>
- <height>20</height>
- <aligny>center</aligny>
- <font>font12_title</font>
- <textcolor>button_focus</textcolor>
- <label>$VAR[SeekLabel]</label>
- </control>
- <control type="label">
- <left>850</left>
- <top>7</top>
- <width>240</width>
- <height>20</height>
- <aligny>center</aligny>
- <align>center</align>
- <font>font12_title</font>
- <textcolor>button_focus</textcolor>
- <label>$LOCALIZE[31080]</label>
- </control>
- <control type="label">
- <left>850</left>
- <top>40</top>
- <width>240</width>
- <height>20</height>
- <aligny>center</aligny>
- <align>center</align>
- <font>font13_title</font>
- <label>$INFO[Player.FinishTime]</label>
- </control>
- <control type="label">
- <top>40</top>
- <right>51</right>
- <width>400</width>
- <height>20</height>
- <align>right</align>
- <aligny>center</aligny>
- <font>font13_title</font>
- <label>[COLOR button_focus]$LOCALIZE[31134]: [/COLOR]$INFO[Player.TimeRemaining]</label>
- </control>
- <control type="label">
- <left>40</left>
- <top>40</top>
- <width>350</width>
- <height>20</height>
- <font>font13_title</font>
- <aligny>center</aligny>
- <label>$VAR[SeekTimeLabelVar]</label>
- </control>
- <control type="progress">
- <animation effect="fade" end="0" time="200">WindowClose</animation>
- <left>30</left>
- <top>80</top>
- <width>1858</width>
- <height>30</height>
- <info>Player.ProgressCache</info>
- <texturebg border="3" colordiffuse="60FFFFFF">colors/white50.png</texturebg>
- <midtexture colordiffuse="button_focus">colors/white50.png</midtexture>
- </control>
- <control type="progress">
- <animation effect="fade" end="0" time="200">WindowClose</animation>
- <left>30</left>
- <top>80</top>
- <width>1858</width>
- <height>30</height>
- <info>Player.Progress</info>
- <texturebg border="3" colordiffuse="60FFFFFF">colors/white50.png</texturebg>
- <midtexture colordiffuse="button_focus">colors/white50.png</midtexture>
- </control>
- <control type="slider" id="401">
- <left>30</left>
- <top>70</top>
- <width>1858</width>
- <height>50</height>
- <onup>8010</onup>
- <ondown>650</ondown>
- <texturesliderbar colordiffuse="00FFFFFF">osd/progress/nub_bar.png</texturesliderbar>
- <textureslidernib colordiffuse="button_focus">osd/progress/nub_bar.png</textureslidernib>
- <textureslidernibfocus colordiffuse="button_focus">colors/white.png</textureslidernibfocus>
- </control>
- </control>
- </controls>
-</window>