blob: 54c9c7768ce306df387bd1fb4e09829290abd5ac (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<window>
<animation effect="fade" time="100">WindowOpen</animation>
<animation effect="fade" time="200">WindowClose</animation>
<coordinates>
<system>1</system>
<left>0</left>
<top>0</top>
</coordinates>
<controls>
<control type="group">
<left>1070</left>
<top>640</top>
<control type="image">
<description>background image</description>
<left>0</left>
<top>0</top>
<width>200</width>
<height>70</height>
<texture border="20">OverlayDialogBackground.png</texture>
</control>
<control type="image">
<description>Busy animation</description>
<left>20</left>
<top>20</top>
<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>
<left>60</left>
<top>20</top>
<width>120</width>
<height>32</height>
<align>left</align>
<aligny>center</aligny>
<label>$LOCALIZE[31004]</label>
<font>font12</font>
</control>
<control type="progress" id="10">
<description>Progressbar</description>
<left>20</left>
<top>53</top>
<width>160</width>
<height>8</height>
</control>
</control>
</controls>
</window>
|