blob: 7e9df8d916077d7945a2a98c6a12152e7862279b (
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
|
<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="group">
<posx>1070</posx>
<posy>638</posy>
<control type="image">
<description>background image</description>
<posx>0</posx>
<posy>0</posy>
<width>200</width>
<height>72</height>
<texture border="20">OverlayDialogBackground.png</texture>
</control>
<control type="image">
<description>Busy animation</description>
<posx>20</posx>
<posy>20</posy>
<width>32</width>
<height>32</height>
<texture>busy.png</texture>
<aspectratio>keep</aspectratio>
<animation effect="rotate" start="0" end="360" center="36,36" time="1200" loop="true" condition="true">conditional</animation>
</control>
<control type="label">
<description>Busy label</description>
<posx>60</posx>
<posy>20</posy>
<width>120</width>
<height>32</height>
<align>left</align>
<aligny>center</aligny>
<label>$LOCALIZE[31004]</label>
<font>font12</font>
</control>
</control>
</controls>
</window>
|