blob: be1278e8cced15a989d771fb8cd8cfa8eb6027e0 (
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
64
65
66
67
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
background_visible="true"
follows="left|top|right|bottom"
height="250"
layout="topleft"
left="0"
name="panel_im"
help_topic="panel_im"
top="0"
can_dock="true"
can_minimize="true"
visible="true"
width="315">
<layout_stack follows="left|top|right|bottom"
height="235"
width="315"
layout="topleft"
orientation="horizontal"
name="im_panels"
top="16"
left="2">
<layout_panel
name="panel_im_control_panel"
layout="topleft"
top_delta="-3"
min_width="96"
width="96"
height="225"
label="IM Control Panel"
user_resize="false" />
<layout_panel height="235"
width="200"
left_delta="96"
top="0"
user_resize="false">
<button height="12"
top="8"
label="<<"
layout="topleft"
width="35"
name="slide_left_btn" />
<button height="12"
top="8"
label=">>"
layout="topleft"
width="35"
name="slide_right_btn" />
<text_editor
enabled="false"
type="string"
length="1"
follows="left|top|right"
font="SansSerif"
height="185"
layout="topleft"
max_length="2147483647"
name="im_text"
track_bottom="true"
width="195"
word_wrap="true">
</text_editor>
<line_editor name="chat_editor" height="20" layout="topleft" width="190">
</line_editor>
</layout_panel>
</layout_stack>
</floater>
|