blob: ff9f0daee69ddefa2739c1abe26e6556b7bacaa1 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
legacy_header_height="18"
auto_tile="true"
can_resize="true"
height="563"
layout="topleft"
min_height="150"
min_width="240"
name="Inventory"
help_topic="inventory"
save_rect="true"
save_visibility="true"
single_instance="false"
title="INVENTORY"
width="467">
<floater.string
name="Title">
Inventory
</floater.string>
<floater.string
name="TitleFetching">
Inventory (Fetching [ITEM_COUNT] Items...) [FILTER]
</floater.string>
<floater.string
name="TitleCompleted">
Inventory ([ITEM_COUNT] Items) [FILTER]
</floater.string>
<floater.string
name="Fetched">
Fetched
</floater.string>
<panel
bottom="560"
class="panel_main_inventory"
filename="panel_main_inventory.xml"
follows="all"
layout="topleft"
left="0"
label="Inventory Panel"
name="Inventory Panel"
top="15"
width="467" />
</floater>
|