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
71
72
73
74
75
76
77
78
79
80
81
82
83
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_opaque="true"
background_visible="true"
bg_opaque_color="MouseGray"
chrome="true"
follows="top|right"
height="30"
layout="topleft"
left="0"
mouse_opaque="false"
name="status"
top="19"
tab_stop="false"
width="185">
<panel.string
name="packet_loss_tooltip">
Packet Loss
</panel.string>
<panel.string
name="bandwidth_tooltip">
Bandwidth
</panel.string>
<panel.string
name="time">
[hour12, datetime, slt]:[min, datetime, slt] [ampm, datetime, slt] [timezone,datetime, slt]
</panel.string>
<panel.string
name="timeTooltip">
[weekday, datetime, slt], [day, datetime, slt] [month, datetime, slt] [year, datetime, slt]
</panel.string>
<panel.string
name="buycurrencylabel">
L$ [AMT]
</panel.string>
<combo_box
follows="right|top"
left_pad="5"
drop_down_button.pad_left="10"
left="0"
top="5"
pad_left="5"
width="120"
height="23"
name="mode_combo"
tool_tip="Select your mode. Choose Basic for fast, easy exploration and chat. Choose Advanced to access more features."
>
<combo_box.item
label="Basic Mode"
name="Basic"
value="settings_minimal.xml" />
<combo_box.item
label="Advanced Mode"
name="Advanced"
value="" />
</combo_box>
<button
follows="right|top"
height="16"
image_selected="Play_Off"
image_unselected="Pause_Off"
image_pressed="Pause_Press"
image_pressed_selected="Play_Press"
is_toggle="true"
left_pad="5"
top="7"
name="media_toggle_btn"
tool_tip="Start/Stop All Media (Music, Video, Web pages)"
width="16" >
</button>
<button
follows="right|top"
height="16"
image_selected="AudioMute_Off"
image_pressed="Audio_Press"
image_unselected="Audio_Off"
is_toggle="true"
left_pad="5"
top="8"
name="volume_btn"
tool_tip="Global Volume Control"
width="16" />
</panel>
|