blob: b5839878d59ae8c05ebaf4ef5bf6b8f3a6469646 (
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
163
164
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="true"
default_tab_group="1"
follows="all"
height="570"
label="Outfits"
layout="topleft"
min_height="350"
min_width="240"
name="appearance panel"
top="0"
left="0"
width="333">
<string
name="No Outfit"
value="No Outfit" />
<string
name="Unsaved Changes"
value="Unsaved changes" />
<string
name="Now Wearing"
value="Now wearing..." />
<string
name="Changing outfits"
value="Changing outfits" />
<panel
background_opaque="true"
background_visible="true"
bg_opaque_color="DkGray2"
left="10"
top="5"
follows="left|top|right"
layout="topleft"
width="303"
height="33"
name="panel_currentlook"
>
<button
follows="left|top"
left="205" top="7" width="20" height="20"
label="E"
layout="topleft"
name="editappearance_btn"
visible="false" />
<button
follows="left|top"
left="235" top="7" width="20" height="20"
label="O"
layout="topleft"
name="openoutfit_btn"
visible="false" />
<icon
follows="top|left"
height="31"
image_name="Shirt_Large"
name="outfit_icon"
mouse_opaque="false"
visible="true"
left="1"
top="0"
width="31" />
<text
font="SansSerifSmall"
text_color="EmphasisColor"
width="300"
height="10"
follows="top|left|right"
layout="topleft"
left="35"
top="3"
mouse_opaque="false"
name="currentlook_status" >
(Status)
</text>
<text
font="SansSerifLargeBold"
height="20"
left="35"
parse_urls="false"
text_color="White"
top="15"
use_ellipses="true"
width="230"
follows="top|left|right"
word_wrap="false"
mouse_opaque="false"
name="currentlook_name">
MyOutfit With a really Long Name like MOOSE
</text>
<button
follows="top|right"
height="28"
image_overlay="Edit_Wrench"
label=""
layout="topleft"
left="265"
name="edit_outfit_btn"
tool_tip="Edit this outfit"
top="3"
width="28" />
<loading_indicator
follows="top|right"
height="24"
layout="topleft"
left="268"
name="wearables_loading_indicator"
top="6"
width="24" />
</panel>
<filter_editor
height="23"
follows="left|top|right"
layout="topleft"
left="10"
label="Filter Outfits"
max_length="300"
name="Filter"
search_button_visible="true"
top_pad="10"
width="303" />
<panel
class="panel_outfits_inventory"
filename="panel_outfits_inventory.xml"
name="panel_outfits_inventory"
height="493"
min_height="410"
width="320"
visible="false"
left="0"
tab_group="1"
top_pad="6"
follows="all" />
<!-- <button
follows="bottom|left"
height="23"
label="New outfit"
layout="topleft"
left_pad="5"
right="-10"
name="newlook_btn"
width="100" />-->
<panel
class="panel_outfit_edit"
filename="panel_outfit_edit.xml"
height="565"
follows="all"
layout="topleft"
left="5"
min_height="410"
name="panel_outfit_edit"
top="2"
visible="false"
width="320"/>
<panel
class="panel_edit_wearable"
filename="panel_edit_wearable.xml"
follows="all"
layout="topleft"
left="0"
name="panel_edit_wearable"
top="0"
visible="false" />
</panel>
|