blob: 984a799b41a8ac8991fc18ef477dd355c820040d (
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="true"
bevel_style="in"
bg_alpha_color="0 0 0 0"
height="135"
label="instant_message"
layout="topleft"
left="0"
name="panel_group_notify"
top="0"
width="305">
<string
name="message_max_lines_count"
value="4" />
<panel
background_visible="true"
bevel_style="in"
bg_alpha_color="black"
follows="top"
height="30"
label="header"
layout="topleft"
left="0"
name="header"
top="0"
width="305">
<icon
follows="left|top|right|bottom"
height="20"
layout="topleft"
left="5"
mouse_opaque="true"
name="group_icon"
top="5"
width="20" />
<text
follows="left|top|right|bottom"
font="SansSerifBigBold"
height="20"
layout="topleft"
left_pad="10"
name="title"
text_color="GroupNotifyTextColor"
top="5"
use_ellipses="true"
value="Sender Name / Group Name"
width="230" />
</panel>
<text
follows="top"
font="SansSerifBig"
height="20"
layout="topleft"
left="25"
name="subject"
text_color="GroupNotifyTextColor"
top="40"
use_ellipses="true"
value="subject"
width="270"
wrap="true" />
<text
follows="top"
font="SansSerif"
height="20"
layout="topleft"
left="25"
name="datetime"
text_color="GroupNotifyTextColor"
top="80"
use_ellipses="true"
value="datetime"
width="270"
wrap="true" />
<text
follows="left|top|bottom|right"
height="0"
layout="topleft"
left="25"
name="message"
text_color="GroupNotifyTextColor"
top="100"
use_ellipses="true"
value="message"
width="270"
wrap="true" />
<icon
bottom="122"
follows="left|bottom|right"
height="15"
layout="topleft"
left="25"
mouse_opaque="true"
name="attachment_icon"
width="15" />
<text
bottom="122"
follows="left|bottom|right"
font="SansSerif"
height="15"
layout="topleft"
left="45"
name="attachment"
text_color="GroupNotifyTextColor"
value="Attachment"
width="280" />
<button
bottom="130"
follows="bottom"
height="20"
label="OK"
layout="topleft"
left="25"
name="btn_ok"
width="70" />
</panel>
|