blob: c93b8903635de04ab5f91854a9bd9ca308f0d3ca (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater border="true" bottom="-297" can_close="false" can_drag_on_left="false"
can_minimize="false" can_resize="false" can_tear_off="false" enabled="true"
follows="left|top|right|bottom" height="296" label="New IM" left="1"
min_height="100" min_width="100" mouse_opaque="false" name="New IM"
title="New IM" width="501">
<name_list allow_calling_card_drop="false" background_visible="true" bottom="-293"
column_padding="5" draw_border="true" draw_heading="false"
draw_stripes="true" enabled="true" follows="left|top|right|bottom"
height="290" left="6" mouse_opaque="true" multi_select="false"
name="user_list" width="421" />
<button bottom="-271" enabled="true" follows="right|bottom" font="SansSerif"
halign="center" height="20" label="Start" label_selected="Start" left="435"
mouse_opaque="true" name="start_btn" scale_image="true" sound_flags="0"
width="60" />
<button bottom="-293" enabled="true" follows="right|bottom" font="SansSerif"
halign="center" height="20" label="Close" label_selected="Close" left="435"
mouse_opaque="true" name="close_btn" scale_image="true" sound_flags="0"
width="60" />
<string name="name_format">
[FIRST] [LAST]
</string>
<string name="online_descriptor">
(online)
</string>
</floater>
|