blob: 9a2082c908ca4c8162f9f31399dee421af65c2b2 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<window>
<animation effect="fade" start="0" end="100" time="150">WindowOpen</animation>
<animation effect="fade" start="100" end="0" time="150">WindowClose</animation>
<coordinates>
<left>860</left>
<top>640</top>
</coordinates>
<controls>
<control type="group">
<depth>DepthMax</depth>
<animation effect="slide" start="0,0" end="-190,0" time="150" condition="Window.IsVisible(BusyDialog)">conditional</animation>
<control type="image">
<left>0</left>
<top>0</top>
<width>400</width>
<height>70</height>
<colordiffuse>EEFFFFFF</colordiffuse>
<texture border="12">OverlayDialogBackground.png</texture>
</control>
<control type="image" id="400">
<description>avatar</description>
<left>20</left>
<top>10</top>
<width>50</width>
<height>50</height>
<aspectratio>keep</aspectratio>
</control>
<control type="fadelabel" id="401">
<description>Line 1 Label</description>
<left>75</left>
<top>15</top>
<width>310</width>
<height>18</height>
<font>font12_title</font>
<textcolor>white</textcolor>
<align>left</align>
<aligny>center</aligny>
<scrollout>false</scrollout>
<pauseatend>2000</pauseatend>
</control>
<control type="fadelabel" id="402">
<description>Line 2 Label</description>
<left>75</left>
<top>35</top>
<width>310</width>
<height>20</height>
<font>font12_title</font>
<textcolor>grey2</textcolor>
<align>left</align>
<aligny>center</aligny>
<scrollout>false</scrollout>
<pauseatend>2000</pauseatend>
</control>
</control>
</controls>
</window>
|