blob: 6324ec2bd8958190405f93ba96e49ad0532284fe (
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
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="true"
follows="all"
height="570"
layout="topleft"
min_height="350"
name="panel_target_profile"
width="333">
<string
name="status_online">
Online
</string>
<string
name="status_offline">
Offline
</string>
<button
follows="top|right"
height="23"
image_overlay="BackArrow_Off"
layout="topleft"
name="back"
left="10"
tab_stop="false"
top="2"
width="23" />
<text_editor
allow_scroll="false"
bg_visible="false"
read_only = "true"
follows="top|left|right"
font="SansSerifHugeBold"
height="29"
layout="topleft"
left_pad="10"
name="user_name"
text_color="white"
top="0"
value="(Loading...)"
use_ellipses="true"
width="275" />
<text
follows="top|left"
height="13"
layout="topleft"
left="45"
name="status"
text_color="LtGray_50"
value="Online"
width="150" />
<tab_container
follows="all"
height="535"
halign="center"
layout="topleft"
left="10"
min_width="333"
name="tabs"
tab_min_width="80"
tab_height="30"
tab_position="top"
top_pad="10"
width="313">
<panel
class="panel_profile"
filename="panel_profile.xml"
label="PROFILE"
layout="topleft"
help_topic="profile_profile_tab"
name="panel_profile" />
<panel
class="panel_picks"
filename="panel_picks.xml"
label="PICKS"
layout="topleft"
help_topic="profile_picks_tab"
name="panel_picks" />
<panel
class="panel_notes"
filename="panel_notes.xml"
label="NOTES & PRIVACY"
layout="topleft"
help_topic="profile_notes_tab"
name="panel_notes" />
</tab_container>
</panel>
|