blob: 9c2829d92da360efc9a7be11e9d02cd4f4232c78 (
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_opaque="true"
background_visible="false"
bg_alpha_color="0.3 0.3 0.3 0"
height="140"
label="notification_panel"
layout="topleft"
left="0"
name="notification_panel"
top="0"
width="350">
<panel
background_visible="true"
bg_alpha_color="0.3 0.3 0.3 0"
follows="left|right|top"
height="100"
label="info_panel"
layout="topleft"
left="0"
name="info_panel"
top="0"
width="350">
<text
border_visible="false"
follows="left|right|top|bottom"
font="SansSerif"
height="90"
layout="topleft"
left="45"
name="text_box"
read_only="true"
text_color="white"
top="5"
visible="false"
width="300"
wrap="true"/>
<text
border_visible="false"
follows="left|right|top|bottom"
font="SansSerifBold"
height="90"
layout="topleft"
left="45"
name="caution_text_box"
text_color="1 0.82 0.46 1"
top="5"
visible="false"
width="300"
wrap="true"/>
<text_editor
bg_readonly_color="0.0 0.0 0.0 0"
border_visible="false"
embedded_items="false"
enabled="false"
follows="left|right|top|bottom"
font="SansSerif"
height="90"
layout="topleft"
left="45"
mouse_opaque="false"
name="text_editor_box"
read_only="true"
tab_stop="false"
text_color="white"
text_readonly_color="white"
top="5"
visible="false"
width="300"
wrap="true"/>
</panel>
<panel
background_visible="true"
bg_alpha_color="0.3 0.3 0.3 0"
follows="left|right|bottom"
height="40"
label="control_panel"
layout="topleft"
left="0"
name="control_panel"
top_pad="0"
width="350">
</panel>
<icon
follows="left|top"
height="32"
image_name="notify_tip_icon.tga"
layout="topleft"
left="8"
mouse_opaque="false"
name="info_icon"
top="20"
width="32" />
</panel>
|