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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_opaque="true"
background_visible="true"
bg_opaque_color="MouseGray"
follows="all"
height="19"
layout="topleft"
left="0"
mouse_opaque="false"
name="status"
top="19"
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"
follows="right|top"
image_selected="BuyArrow_Over"
image_unselected="BuyArrow_Off"
image_pressed="BuyArrow_Press"
height="16"
right="-120"
name="buycurrency"
pad_right="20px"
tool_tip="My Balance: Click to buy more L$"
top="0"
width="90" />
<text
type="string"
font="SansSerifSmall"
text_readonly_color="TimeTextColor"
follows="right|bottom"
halign="right"
height="16"
top="4"
layout="topleft"
left_pad="-7"
name="TimeText"
text_color="TimeTextColor"
tool_tip="Current time (Pacific)"
width="80">
12:00 AM
</text>
<button
follows="right|bottom"
height="16"
image_selected="Parcel_VoiceNo_Dark"
image_unselected="Parcel_Voice_Dark"
is_toggle="true"
left_pad="18"
top="1"
name="volume_btn"
tool_tip="Global Volume Control"
width="16" />
<text
enabled="true"
follows="right|bottom"
halign="center"
height="12"
layout="topleft"
left_delta="0"
name="stat_btn"
top_delta="0"
width="20"/>
</panel>
|