blob: ec55c55f061f020793b2c65b2267e8baa1dd7c53 (
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
68
69
70
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel bevel_style="in" border="true" bottom="0" follows="left|bottom|right"
height="120" left="0" name="active_speakers_panel" width="140">
<string name="moderator_label">
(Moderator)
</string>
<layout_stack border="false" bottom="0" follows="left|top|right|bottom" height="120" left="0"
orientation="vertical" tab_group="1" width="140">
<layout_panel auto_resize="false" bottom="0" can_resize="false" height="25" left="0"
min_height="25" name="moderation_mode_panel" top_delta="0"
user_resize="false" visible="false" width="140">
<combo_box bottom="0" follows="left|top|right|bottom" height="20" left="5"
name="moderation_mode" width="130">
<combo_item name="OpenVoice" value="unmoderated">
Open Voice (default)
</combo_item>
<combo_item name="ModeratedVoice" value="moderated">
Moderated Voice
</combo_item>
</combo_box>
</layout_panel>
<layout_panel auto_resize="true" bottom="0" can_resize="false" height="120" left="0"
min_height="100" name="moderate_chat_panel" top_delta="0"
user_resize="false" visible="true" width="140">
<scroll_list bottom="78" can_resize="false" column_padding="0" draw_heading="true"
draw_stripes="false" follows="left|top|bottom|right" left="0"
multi_select="false" name="speakers_list" right="140" search_column="1"
sort_column="2" top="120">
<column name="icon_speaking_status" sort="speaking_status" width="20" />
<column dynamicwidth="true" label="Name" name="speaker_name" />
<column label="" name="speaking_status" width="0" />
</scroll_list>
<panel border="false" bottom="0" can_resize="false" follows="left|bottom|right"
height="77" left="0" mouse_opaque="true" name="speaker_controls"
width="140">
<button bottom="-28" enabled="false" follows="left|top" height="24"
image_overlay="icon_avatar_offline.tga" label="" left="0"
name="profile_btn" right="30" />
<text bottom_delta="9" follows="left|top|right" font="SansSerif" left_delta="34"
name="resident_name" valign="center" width="140">
Rumplstiltskin Califragilistic
</text>
<volume_slider bottom_delta="-29" follows="left|top" height="15" increment="0.05"
initial_val="0.5" left="5" max_val="1.0" min_val="0.0"
name="speaker_volume" width="110" />
<button bottom_delta="0" height="20" image_selected="icn_speaker-muted_dark.tga"
image_unselected="icn_speaker_dark.tga" label="" left_delta="110"
name="mute_btn" tool_tip="Mute voice for this resident" width="25" />
<check_box bottom_delta="-25" enabled="false" follows="left|top" height="25"
label="Mute Text" left="4" name="mute_text_btn" width="50" />
</panel>
</layout_panel>
<layout_panel auto_resize="false" bottom="0" can_resize="false" height="60" left="0"
name="moderator_controls" top_delta="0" user_resize="false" visible="false"
width="140">
<text bottom="-20" follows="left|right|top|bottom" height="20" left="5"
name="moderator_controls_label" right="-5">
Moderator Controls:
</text>
<check_box bottom_delta="-16" follows="left|right|top|bottom" height="20" left_delta="0"
name="moderator_allow_voice" right="-5">
Allow voice chat
</check_box>
<check_box bottom_delta="-20" follows="left|right|top|bottom" height="20" left_delta="0"
name="moderator_allow_text" right="-5">
Allow text chat
</check_box>
</layout_panel>
</layout_stack>
</panel>
|