blob: 82b69ba8dcecc47375c7e7a3b871792c2ffc6e53 (
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
|
<?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">
<panel.string
name="wear_outfit_tooltip">
Wear selected outfit
</panel.string>
<panel.string
name="wear_items_tooltip">
Wear selected items
</panel.string>
<tab_container
follows="all"
height="539"
layout="topleft"
left="5"
name="appearance_tabs"
tab_min_width="150"
tab_height="30"
tab_position="top"
halign="center"
top="8"
width="315">
<panel
class="outfits_list"
filename="panel_outfits_list.xml"
height="520"
name="outfitslist_tab"
background_visible="true"
help_topic="my_outfits_tab"
follows="all"
label="MY OUTFITS"
layout="topleft"
width="315" />
<panel
background_visible="true"
bg_alpha_color="DkGray"
class="panel_wearing"
filename="panel_outfits_wearing.xml"
follows="all"
height="520"
help_topic="now_wearing_tab"
label="WEARING"
layout="topleft"
name="cof_tab"
width="315" />
</tab_container>
<panel
background_visible="true"
follows="bottom|left|right"
height="27"
layout="topleft"
left="9"
top_pad="1"
visible="true"
name="bottom_panel"
width="310">
<button
follows="bottom|left"
height="23"
label="Save As"
left="0"
layout="topleft"
name="save_btn"
top_pad="0"
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"
width="152" />
</panel>
</panel>
|