summaryrefslogtreecommitdiffstats
path: root/addons/skin.estuary/xml/Custom_1110_TempoControl.xml
blob: f22dee659d260f64fa56382e58a72df7e80d28a6 (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
<?xml version="1.0" encoding="utf-8"?>
<window id="1110" type="dialog">
	<defaultcontrol>11</defaultcontrol>
	<include>Animation_DialogPopupOpenClose</include>
	<depth>DepthOSD+</depth>
	<controls>
		<control type="group">
			<top>20</top>
			<centerleft>50%</centerleft>
			<width>840</width>
			<control type="image">
				<left>-20</left>
				<top>-30</top>
				<width>840</width>
				<height>100</height>
				<texture>dialogs/dialog-bg-nobo.png</texture>
				<bordertexture border="21" infill="false">overlays/shadow.png</bordertexture>
				<bordersize>20</bordersize>
			</control>
			<control type="label">
				<description>Dialog header</description>
				<left>40</left>
				<top>10</top>
				<width>550</width>
				<height>20</height>
				<aligny>center</aligny>
				<font>font14</font>
				<label>$LOCALIZE[31142]</label>
			</control>
			<control type="label">
				<left>120</left>
				<top>10</top>
				<width>550</width>
				<height>20</height>
				<align>right</align>
				<aligny>center</aligny>
				<font>font14</font>
				<label>$INFO[Player.playspeed]</label>
			</control>
			<control type="button" id="11">
				<left>690</left>
				<top>10</top>
				<width>28</width>
				<height>20</height>
				<onleft>12</onleft>
				<onright>12</onright>
				<texturefocus colordiffuse="button_focus">overlays/arrowdown.png</texturefocus>
				<texturenofocus>overlays/arrowdown.png</texturenofocus>
				<onclick>PlayerControl(TempoDown)</onclick>
			</control>
			<control type="button" id="12">
				<left>730</left>
				<top>10</top>
				<width>28</width>
				<height>20</height>
				<onleft>11</onleft>
				<onright>11</onright>
				<texturefocus flipy="true" colordiffuse="button_focus">overlays/arrowdown.png</texturefocus>
				<texturenofocus flipy="true">overlays/arrowdown.png</texturenofocus>
				<onclick>PlayerControl(TempoUp)</onclick>
			</control>
		</control>
	</controls>
</window>