blob: 0eaa75489765858041df68123b07eedd44c9b0da (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater bottom="-85" can_close="true" can_drag_on_left="false" can_minimize="true"
can_resize="false" enabled="true" height="85" hidden="false" left="176"
min_height="0" min_width="0" mouse_opaque="true" name="preview_sound"
width="300">
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-38"
enabled="true" follows="left|top|right" font="SansSerif"
handle_edit_keys_directly="false" height="19" hidden="false" left="95"
max_length="127" mouse_opaque="true" name="desc"
select_all_on_focus_received="false" select_on_focus="false" width="192" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-38" drop_shadow_visible="true" enabled="true" follows="left|top"
font="SansSerif" h_pad="0" halign="left" height="19" hidden="false"
left="13" mouse_opaque="true" name="desc txt" v_pad="0" width="80">
Description:
</text>
<button bottom="-70" enabled="true" font="SansSerif" halign="center" height="19"
hidden="false" label="Play Locally" label_selected="Play Locally"
left="168" mouse_opaque="true" name="Sound audition btn" scale_image="true"
sound_flags="0" tool_tip="Play this sound so that only you can hear it."
width="120" />
<button bottom_delta="0" enabled="true" font="SansSerif" halign="center" height="19"
hidden="false" label="Play in World" label_selected="Play in World"
left_delta="-126" mouse_opaque="true" name="Sound play btn" scale_image="true"
sound_flags="0" tool_tip="Play this sound so that others can hear it."
width="120" />
<!--button bottom="-82" enabled="true" font="SansSerif" halign="center" height="19"
hidden="false" label="Play in World" label_selected="Play in World"
left="168" mouse_opaque="true" name="Sound play btn" scale_image="true"
sound_flags="0" tool_tip="Play this sound so that others can hear it."
width="120" />
<button bottom="-60" enabled="true" font="SansSerif" halign="center" height="19"
hidden="false" label="Play Locally" label_selected="Play Locally"
left="168" mouse_opaque="true" name="Sound audition btn" scale_image="true"
sound_flags="0" tool_tip="Play this sound so that only you can hear it."
width="120" /-->
</floater>
|