aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.estuary/1080i/DialogSeekBar.xml
blob: 711c3f0f7c70762d0743b00c80726b4e00ceb082 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<?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>