blob: d672a6adc5f8ad6255a7b21cecc7be2312080477 (
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
|
<window id="136">
<animation effect="fade" time="100">WindowOpen</animation>
<animation effect="fade" time="200">WindowClose</animation>
<coordinates>
<system>1</system>
<posx>0</posx>
<posy>0</posy>
</coordinates>
<controls>
<control type="image">
<description>background image</description>
<posx>0</posx>
<posy>0</posy>
<width>1280</width>
<height>720</height>
<texture>black-back.png</texture>
<animation effect="fade" delay="10000" time="600">WindowOpen</animation>
</control>
<control type="group">
<posx>510</posx>
<posy>630</posy>
<control type="image">
<description>background image</description>
<posx>0</posx>
<posy>0</posy>
<width>260</width>
<height>75</height>
<texture>black-back.png</texture>
<bordertexture border="3">NoCover_1.png</bordertexture>
<bordersize>5</bordersize>
</control>
<control type="multiimage">
<description>Busy animation</description>
<posx>20</posx>
<posy>10</posy>
<width>54</width>
<height>54</height>
<imagepath>busy</imagepath>
<timeperimage>100</timeperimage>
<fadetime>0</fadetime>
</control>
<control type="label">
<description>Busy label</description>
<posx>100</posx>
<posy>20</posy>
<width>270</width>
<height>35</height>
<align>left</align>
<aligny>center</aligny>
<label>[COLOR=green][B]$LOCALIZE[31001][/B][/COLOR][CR]$LOCALIZE[20186]!</label>
<font>font11</font>
</control>
</control>
</controls>
</window>
|