blob: 99ad59a7a3fa67de772d30fb387accc52397f707 (
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
63
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
legacy_header_height="18"
can_resize="true"
help_topic="conversation_preview"
height="391"
layout="topleft"
min_height="243"
min_width="234"
name="preview_conversation"
title="CONVERSATION:"
width="400">
<floater.string
name="Title">
CONVERSATION: [NAME]
</floater.string>
<chat_history
font="SansSerifSmall"
follows="all"
visible="true"
height="330"
name="chat_history"
notify_unread_msg="false"
parse_highlights="true"
parse_urls="true"
left="5"
top_pad="25"
width="390">
</chat_history>
<text
follows="bottom|right"
font="SansSerif"
height="22"
layout="topleft"
name="page_label"
right="-110"
top_pad="7"
value="Page"
width="35">
</text>
<spinner
allow_digits_only="true"
decimal_digits="0"
follows="bottom|right"
height="23"
increment="1"
label_width="40"
layout="topleft"
left_pad="0"
name="history_page_spin"
top_delta="-3"
width="50"/>
<text
follows="bottom|right"
font="SansSerif"
height="22"
layout="topleft"
name="page_num_label"
left_pad="5"
top_delta="4"
width="40">
</text>
</floater>
|