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
122
123
124
125
126
127
128
129
|
<?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="StatBarDaysOfWeek">
Sunday:Monday:Tuesday:Wednesday:Thursday:Friday:Saturday
</panel.string>
<panel.string
name="StatBarMonthsOfYear">
January:February:March:April:May:June:July:August:September:October:November:December
</panel.string>
<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>
<button
auto_resize="true"
halign="right"
font="SansSerifSmall"
follows="right|top"
image_overlay=""
image_selected="spacer35.tga"
image_unselected="spacer35.tga"
image_pressed="spacer35.tga"
height="16"
right="-230"
label_shadow="false"
name="buycurrency"
tool_tip="My Balance"
top="3"
width="120" />
<button
auto_resize="true"
halign="right"
font="SansSerifSmall"
follows="right|top"
image_selected="spacer35.tga"
image_unselected="spacer35.tga"
image_pressed="spacer35.tga"
height="16"
label="Buy L$"
label_color="EmphasisColor"
left_pad="0"
label_shadow="false"
name="buyL"
pad_right="20"
pad_bottom="2"
tool_tip="Click to buy more L$"
top="2"
width="55" />
<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="100">
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" />
<text
follows="right|top"
halign="center"
height="12"
layout="topleft"
left_delta="0"
name="stat_btn"
top_delta="0"
width="20"/>
</panel>
|