blob: 60a0095d5fc648b69252be4f1fb69515241e24e3 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel name="Outfits"
bg_alpha_color="DkGray"
bg_opaque_color="DkGray"
background_opaque="true"
background_visible="true"
follows="all"
height="575"
label="Things"
layout="topleft"
min_height="350"
min_width="240"
width="320"
border="false">
<tab_container
follows="all"
height="509"
layout="topleft"
left="7"
name="appearance_tabs"
tab_min_width="140"
tab_height="30"
tab_position="top"
halign="center"
top="8"
width="312">
<panel
class="outfits_list"
filename="panel_outfits_list.xml"
height="490"
name="outfitslist_tab"
background_visible="true"
help_topic="my_outfits_tab"
follows="all"
label="MY OUTFITS"
layout="topleft"
width="312" />
<panel
background_visible="true"
bg_alpha_color="DkGray"
class="panel_wearing"
follows="all"
height="490"
help_topic="now_wearing_tab"
label="WEARING"
layout="topleft"
name="cof_tab"
width="312">
<wearable_items_list
allow_select="true"
follows="all"
height="490"
keep_one_selected="true"
left="3"
multi_select="true"
name="cof_items_list"
standalone="false"
top="0"
translate="false"
width="307"
worn_indication_enabled="false"
/>
</panel>
</tab_container>
<panel
background_visible="true"
follows="bottom|left|right"
height="57"
layout="topleft"
left="9"
top_pad="-1"
visible="true"
name="bottom_panel"
width="310">
<button
follows="bottom|left"
tool_tip="Show additional options"
height="25"
image_hover_unselected="Toolbar_Left_Over"
image_overlay="OptionsMenu_Off"
image_selected="Toolbar_Left_Selected"
image_unselected="Toolbar_Left_Off"
layout="topleft"
left="1"
name="options_gear_btn"
top="1"
width="31" />
<icon
follows="bottom|left|right"
height="25"
image_name="Toolbar_Middle_Off"
layout="topleft"
left_pad="1"
name="dummy_icon"
width="241"
/>
<button
follows="bottom|right"
height="25"
image_hover_unselected="Toolbar_Right_Over"
image_overlay="TrashItem_Off"
image_selected="Toolbar_Right_Selected"
image_unselected="Toolbar_Right_Off"
layout="topleft"
left_pad="1"
name="trash_btn"
tool_tip="Delete selected outfit"
width="31"/>
<button
follows="bottom|left"
height="23"
label="Save As"
left="0"
layout="topleft"
name="save_btn"
top_pad="6"
width="155" />
<button
follows="bottom|left"
height="23"
name="save_flyout_btn"
label=""
layout="topleft"
left_pad="-20"
tab_stop="false"
image_selected="SegmentedBtn_Right_Selected_Press"
image_unselected="SegmentedBtn_Right_Off"
image_pressed="SegmentedBtn_Right_Press"
image_pressed_selected="SegmentedBtn_Right_Selected_Press"
image_overlay="Arrow_Small_Up"
width="20"/>
<button
follows="bottom|left|right"
height="23"
label="Wear"
layout="topleft"
name="wear_btn"
left_pad="3"
tool_tip="Wear selected outfit"
width="152" />
</panel>
</panel>
|