blob: 22967dce57ac3421d41def25c178daf4bd8f0c3d (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel border="true" bottom="-371" height="300" left="280" mouse_opaque="true"
name="groups" width="350" min_width="350">
<scroll_list background_visible="true" bottom="45" column_padding="5" draw_border="true"
draw_heading="true" draw_stripes="true" enabled="true"
follows="left|top|right|bottom" left="10" mouse_opaque="true"
multi_select="false" name="group list" tab_stop="true" top="-10"
width="240">
<column label="Group Name" name="name" dynamicwidth="true" />
<column label="Notices" name="receive_notices" width="60"
tool_tip="Receve notices from this group" />
<column label="Chat" name="join_group_chat" width="60"
tool_tip="Join group IMs (group chat) from this group" />
<column label="Public" name="list_in_profile" width="20"
image="ff_visible_online_button.tga"
tool_tip="Group is listed in your profile" />
</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" 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" 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 bottom_delta="-25" follows="top|right" font="SansSerif" height="22"
label="Activate" name="Activate" width="80" />
<button bottom_delta="-25" follows="top|right" font="SansSerif" height="22"
label="Titles..." name="Titles..." width="80" />
<button bottom_delta="-25" follows="top|right" font="SansSerif" height="22"
label="Invite..." name="Invite..." width="80" />
<button bottom_delta="-25" follows="top|right" font="SansSerif" height="22"
label="Info" name="Info" width="80" />
<button bottom_delta="-35" follows="top|right" font="SansSerif" height="22"
label="Create..." name="Create" width="80" />
<button bottom_delta="-25" follows="top|right" font="SansSerif" height="22"
label="Search..." name="Search..." width="80" />
<button bottom_delta="-25" follows="top|right" font="SansSerif" height="22"
label="Leave" name="Leave" width="80" />
<string name="none">
none
</string>
</panel>
|