blob: a99333e36ddf789af1be317e0c95293fc522b718 (
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
|
<panel bg_visible="false" border="false" border_visible="false" bottom="-34"
enabled="true" follows="left|top" hidden="false"
mouse_opaque="true" name="music_remote">
<!-- <text type="string" length="6" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" -->
<!-- bottom="-15" drop_shadow_visible="true" enabled="true" follows="left|top" -->
<!-- font="SansSerifSmall" h_pad="0" halign="left" height="12" hidden="false" -->
<!-- left="2" mouse_opaque="true" name="text" v_pad="0" width="77"> -->
<!-- Music -->
<!-- </text> -->
<icon name="music_icon" left="5" bottom="-19" width="16" height="16" image_name="music_icon.tga"/>
<button bottom="-20" enabled="false" follows="left|top" font="SansSerif"
halign="center" height="17" hidden="false"
image_selected="button_anim_stop_selected.tga"
image_unselected="button_anim_stop.tga" label="" label_selected=""
left_delta="25" mouse_opaque="true" name="music_stop" scale_image="true"
tool_tip="Stop media" width="17" />
<button bottom="-20" enabled="true" follows="left|top" font="SansSerif" halign="center"
height="17" hidden="false" image_selected="button_anim_play_selected.tga"
image_unselected="button_anim_play.tga" label="" label_selected=""
left_delta="17" mouse_opaque="true" name="music_play" scale_image="true"
tool_tip="Play media stream" width="17" />
<button bottom="-20" enabled="false" follows="left|top" font="SansSerif"
halign="center" height="17" hidden="false"
image_disabled="button_disabled_32x128.tga"
image_disabled_selected="button_disabled_32x128.tga"
image_selected="button_anim_pause_selected.tga"
image_unselected="button_anim_pause.tga" label="" label_selected=""
left_delta="0" mouse_opaque="true" name="music_pause" scale_image="true"
tool_tip="Pause media stream" width="17" />
</panel>
|