blob: fc0833a24371ae53d238a49dbcadcd382a7f3733 (
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
|
<window id="145">
<defaultcontrol>11</defaultcontrol>
<animation effect="slide" start="0,-80" end="0,0" time="100">WindowOpen</animation>
<animation effect="slide" start="0,0" end="0,-80" time="100">WindowClose</animation>
<coordinates>
<system>1</system>
<posx>405</posx>
<posy>0</posy>
</coordinates>
<controls>
<control type="image">
<posx>0</posx>
<posy>-10</posy>
<width>460</width>
<height>80</height>
<texture flipy="true" border="20,2,20,20">InfoMessagePanel.png</texture>
</control>
<control type="label" id="10">
<description>Dialog header</description>
<posx>20</posx>
<posy>10</posy>
<width>230</width>
<height>20</height>
<align>left</align>
<aligny>center</aligny>
<font>font12_title</font>
<textcolor>blue</textcolor>
</control>
<control type="label" id="12">
<description>Slider Value</description>
<posx>440</posx>
<posy>10</posy>
<width>220</width>
<height>20</height>
<align>right</align>
<aligny>center</aligny>
<font>font12_title</font>
<textcolor>white</textcolor>
</control>
<control type="slider" id="11">
<description>Slider</description>
<posx>20</posx>
<posy>35</posy>
<width>420</width>
<height>20</height>
<aligny>center</aligny>
<texturefocus>-</texturefocus>
<texturenofocus>-</texturenofocus>
<texturesliderbar>osd_slider_bg_2.png</texturesliderbar>
<textureslidernib>osd_slider_nibNF.png</textureslidernib>
<textureslidernibfocus>osd_slider_nib.png</textureslidernibfocus>
<onup>11</onup>
<ondown>11</ondown>
<onleft>11</onleft>
<onright>11</onright>
</control>
</controls>
</window>
|