blob: 94e371496d83d1d9a777ef91c565bad5b2179bdf (
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" hidden="false" 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" hidden="false" 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" hidden="false" 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" hidden="false" label="Close"
label_selected="Close" left="435" mouse_opaque="true" name="close_btn"
scale_image="true" sound_flags="0" width="60" />
<text hidden="true" name="name_format">
[FIRST] [LAST]
</text>
<text hidden="true" name="online_descriptor">
(online)
</text>
</floater>
|