blob: 188ff3c7dab7688e1c7e3b3c18ddfc8deddc9a81 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol>11</defaultcontrol>
<include>Animation_DialogPopupOpenClose</include>
<depth>DepthOSD+</depth>
<coordinates>
<left>560</left>
<top>100</top>
</coordinates>
<controls>
<control type="image">
<left>0</left>
<top>-10</top>
<width>800</width>
<height>130</height>
<texture border="12">dialogs/dialog-bg-solid.png</texture>
</control>
<control type="label" id="10">
<description>Dialog header</description>
<left>40</left>
<top>10</top>
<width>550</width>
<height>20</height>
<aligny>center</aligny>
<font>font14</font>
<textcolor>button_focus</textcolor>
</control>
<control type="label" id="12">
<description>Slider Value</description>
<left>0</left>
<top>10</top>
<width>760</width>
<height>20</height>
<align>right</align>
<aligny>center</aligny>
<font>font14</font>
</control>
<control type="slider" id="11">
<description>Slider</description>
<left>40</left>
<top>65</top>
<width>720</width>
<height>28</height>
<onup>11</onup>
<ondown>11</ondown>
<onleft>11</onleft>
<onright>11</onright>
</control>
<control type="image">
<left>0</left>
<top>65</top>
<width>28</width>
<height>28</height>
<texture flipx="true" colordiffuse="button_focus">overlays/arrowright.png</texture>
<animation effect="zoom" start="0,100" end="100,100" delay="500" center="auto" time="200">WindowOpen</animation>
<animation effect="zoom" start="100,100" end="0,100" center="auto" time="200">WindowClose</animation>
</control>
<control type="image">
<left>770</left>
<top>65</top>
<width>28</width>
<height>28</height>
<texture colordiffuse="button_focus">overlays/arrowright.png</texture>
<animation effect="zoom" start="0,100" end="100,100" delay="500" center="auto" time="200">WindowOpen</animation>
<animation effect="zoom" start="100,100" end="0,100" center="auto" time="200">WindowClose</animation>
</control>
</controls>
</window>
|