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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
|
<?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="19"
layout="topleft"
left="0"
mouse_opaque="false"
name="status"
top="19"
tab_stop="false"
width="1000">
<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>
<panel
height="18"
left="-315"
width="95"
top="1"
follows="right|top"
name="balance_bg"
bg_visible="true"
background_opaque="true"
bg_opaque_image="bevel_background">
<text
auto_resize="true"
halign="center"
font="SansSerifSmall"
follows="all"
height="18"
left="0"
name="balance"
tool_tip="Click to refresh your L$ balance"
v_pad="4"
top="0"
wrap="false"
value="L$20"
width="40" />
<button
auto_resize="true"
halign="center"
font="SansSerifSmall"
follows="right|top|bottom"
image_hover_unselected="buy_over"
image_unselected="buy_off"
image_pressed="buy_press"
height="18"
label="BUY L$"
label_color="White"
left_pad="0"
label_shadow="true"
name="buyL"
pad_right="0"
pad_bottom="2"
tool_tip="Click to buy more L$"
top="0"
width="55" />
</panel>
<text
type="string"
font="SansSerifSmall"
text_readonly_color="TimeTextColor"
follows="right|top"
halign="right"
height="16"
top="5"
layout="topleft"
left_pad="0"
name="TimeText"
tool_tip="Current time (Pacific)"
width="145">
24:00 AM PST
</text>
<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="15"
top="1"
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="2"
name="volume_btn"
tool_tip="Global Volume Control"
width="16" />
</panel>
|