blob: 646875b52e844febb87dbec0a33bf0ff5e39a851 (
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
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
|
<?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"
left="0"
width="333">
<string
name="status_online">
Online
</string>
<string
name="status_offline">
Offline
</string>
<button
follows="top|left"
height="24"
image_hover_unselected="BackButton_Over"
image_pressed="BackButton_Press"
image_unselected="BackButton_Off"
layout="topleft"
name="back"
left="10"
tab_stop="false"
top="2"
width="30"
use_draw_context_alpha="false" />
<text
top="10"
follows="top|left"
height="13"
layout="topleft"
left="45"
name="display_name_label"
text_color="LtGray"
value="Display Name:"
width="80" />
<text
top_delta="0"
follows="top|left"
height="13"
layout="topleft"
left="45"
name="solo_username_label"
text_color="LtGray"
value="Username:"
visible="false"
width="80" />
<text
follows="top|right"
halign="right"
height="13"
layout="topleft"
right="-15"
name="status"
text_color="LtGray_50"
top_delta="0"
value="Online"
width="150" />
<text
follows="top|left|right"
font="SansSerifBigBold"
height="29"
layout="topleft"
left="45"
name="user_name_small"
text_color="LtGray"
top="22"
value="Jack oh look at me this is a super duper long name"
use_ellipses="true"
word_wrap="true"
visible="false"
width="255" />
<text
follows="top|left|right"
font="SansSerifHugeBold"
height="27"
layout="topleft"
left="45"
name="user_name"
text_color="LtGray"
translate="false"
top="25"
value="TestString PleaseIgnore"
visible="true"
use_ellipses="true"
width="258" />
<button
name="copy_to_clipboard"
layout="topleft"
follows="top|right"
image_overlay="Copy"
top_delta="0"
right="-15"
height="21"
width="21"
tab_stop="false"
tool_tip="Copy to Clipboard"/>
<text
follows="top|left"
height="13"
layout="topleft"
left="45"
name="user_label"
text_color="LtGray"
top_pad="10"
value="Username:"
width="70" />
<text
follows="top|left"
height="20"
layout="topleft"
left_pad="0"
name="user_slid"
text_color="EmphasisColor"
font="SansSerifBold"
top_delta="-2"
translate="false"
use_ellipses="true"
value="teststring.pleaseignore"
width="195"
wrap="true "/>
<tab_container
follows="all"
height="489"
halign="center"
layout="topleft"
left="5"
min_width="333"
name="tabs"
tab_min_width="80"
tab_height="30"
tab_position="top"
top_pad="5"
width="317">
<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>
|