blob: 9dd0461514d38b9853d3869e101c3ea64d3e3753 (
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
|
<panel bottom="-371" height="300" hidden="false" left="280"
mouse_opaque="true" name="groups" width="350" border="true">
<scroll_list background_visible="true" bottom="45" column_padding="5" draw_border="true"
draw_heading="false" draw_stripes="true" enabled="true"
follows="left|top|right|bottom" hidden="false" left="10"
mouse_opaque="true" multi_select="false" name="group list" tab_stop="true"
top="-10" width="240">
<column label="" name="name" width="248" />
</scroll_list>
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="22" drop_shadow_visible="true" enabled="true" follows="left|bottom"
font="SansSerifSmall" h_pad="0" halign="left" height="16" hidden="false"
left="12" mouse_opaque="false" name="groupdesc" v_pad="0"
width="248">
Your currently active group is displayed in bold.
</text>
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="5" drop_shadow_visible="true" enabled="true" follows="left|bottom"
font="SansSerifSmall" h_pad="0" halign="left" height="16" hidden="false"
left="12" mouse_opaque="false" name="groupcount" v_pad="0"
width="248">
You belong to [COUNT] groups (of [MAX] maximum).
</text>
<pad bottom="-7" height="0" left="-90" width="1" />
<button bottom_delta="-25" follows="top|right" font="SansSerif" height="22"
label="IM/Call" left_delta="0" name="IM"
tool_tip="Open Instant Message session" width="80" />
<button border_height="16" border_width="16" bottom_delta="-25" follows="top|right"
font="SansSerif" height="22" hidden="false" label="Info" name="Info"
width="80" />
<button border_height="16" border_width="16" bottom_delta="-25" follows="top|right"
font="SansSerif" height="22" hidden="false" label="Activate"
name="Activate" width="80" />
<button border_height="16" border_width="16" bottom_delta="-25" follows="top|right"
font="SansSerif" height="22" hidden="false" label="Leave" name="Leave"
width="80" />
<button border_height="16" border_width="16" bottom_delta="-35" follows="top|right"
font="SansSerif" height="22" hidden="false" label="Create..." name="Create"
width="80" />
<button border_height="16" border_width="16" bottom_delta="-25" follows="top|right"
font="SansSerif" height="22" hidden="false" label="Search..."
name="Search..." width="80" />
</panel>
|