summaryrefslogtreecommitdiffstats
path: root/addons/skin.estouchy/xml/DialogSlider.xml
blob: 6b8e5f6a7bffdf069603f4b0dd21ae7dd3e6a077 (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
<?xml version="1.0" encoding="UTF-8"?>
<window>
	<defaultcontrol>11</defaultcontrol>
	<include>16x9_xPos_Relocation</include>
	<include>Window_OpenClose_Animation_Zoom</include>
	<coordinates>
		<posx>140</posx>
		<posy>20</posy>
	</coordinates>
	<controls>
		<control type="image">
			<posx>0</posx>
			<posy>0</posy>
			<width>1000</width>
			<height>130</height>
			<texture>back.png</texture>
		</control>
		<control type="group">
			<posx>930</posx>
			<posy>0</posy>
			<include>DialogCloseButtonCommons</include>
		</control>
		<control type="label" id="10">
			<description>Dialog header</description>
			<left>40</left>
			<top>10</top>
			<width>880</width>
			<height>20</height>
			<aligny>center</aligny>
			<font>font30</font>
		</control>
		<control type="label" id="12">
			<description>Slider Value</description>
			<left>40</left>
			<top>10</top>
			<width>880</width>
			<height>20</height>
			<align>right</align>
			<aligny>center</aligny>
			<font>font30</font>
		</control>
		<control type="slider" id="11">
			<description>Slider</description>
			<left>40</left>
			<top>65</top>
			<width>880</width>
			<height>60</height>
			<onup>11</onup>
			<ondown>11</ondown>
			<onleft>11</onleft>
			<onright>11</onright>
		</control>
	</controls>
</window>