blob: 4dc4a9ff465a2c895b36d3643712e4d97a21b8e3 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
name="panel_activeim_row"
layout="topleft"
follows="left|right"
top="0"
left="0"
height="35"
width="318"
background_visible="true"
bevel_style="in"
bg_alpha_color="0 0 0 0">
<chiclet_im_p2p
name="p2p_chiclet"
layout="topleft"
follows="left"
top="5"
left="5"
height="25"
width="45">
</chiclet_im_p2p>
<chiclet_im_group
name="group_chiclet"
layout="topleft"
follows="left"
top="5"
left="5"
height="25"
width="45">
</chiclet_im_group>
<text
type="string"
name="contact_name"
layout="topleft"
top="8"
left_pad="6"
height="28"
width="235"
length="1"
follows="right|left"
font="SansSerifBold"
text_color="White">
Contact Name
</text>
<button
top="5"
left_pad="5"
width="15"
height="15"
layout="topleft"
follows="right"
name="hide_btn"
mouse_opaque="true"
label=""
tab_stop="false"
image_unselected="toast_hide_btn.tga"
image_disabled="toast_hide_btn.tga"
image_selected="toast_hide_btn.tga"
image_hover_selected="toast_hide_btn.tga"
image_disabled_selected="toast_hide_btn.tga"
/>
</panel>
|