blob: 1f7d52dbf5b504c6c4d4df0245add2dd998a91f4 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
legacy_header_height="18"
can_resize="true"
height="310"
layout="topleft"
min_height="150"
min_width="225"
name="contents"
help_topic="contents"
save_rect="true"
single_instance="true"
title="BUY COPY OF OBJECT"
width="280">
<floater.string
name="title_buy_text">
Buy
</floater.string>
<floater.string
name="title_buy_copy_text">
Buy a copy of
</floater.string>
<floater.string
name="no_copy_text">
(no copy)
</floater.string>
<floater.string
name="no_modify_text">
(no modify)
</floater.string>
<floater.string
name="no_transfer_text">
(no transfer)
</floater.string>
<floater.string
name="mupliple_selected">
Mupliple selection
</floater.string>
<scroll_list
background_visible="true"
draw_border="false"
follows="left|top|right"
height="35"
layout="topleft"
name="object_list"
top="20"
left="10"
width="260">
<scroll_list.columns
name="icon"
width="16" />
<scroll_list.columns
name="text"
relative_width="1" />
</scroll_list>
<text
type="string"
length="1"
follows="left|top|right"
font="SansSerif"
height="16"
layout="topleft"
left="10"
name="contents_text"
top_pad="5"
width="260">
Contains:
</text>
<scroll_list
background_visible="true"
draw_border="false"
follows="all"
height="145"
layout="topleft"
left_delta="0"
name="item_list"
top_pad="4"
width="260">
<scroll_list.columns
name="icon"
width="16" />
<scroll_list.columns
name="text"
relative_width="1" />
</scroll_list>
<text
type="string"
length="1"
follows="left|right|bottom"
font="SansSerif"
height="15"
layout="topleft"
left_delta="0"
line_spacing.pixels="7"
name="buy_text"
text_color="White"
top_pad="5"
use_ellipses="true"
width="260"
word_wrap="true">
Buy for L$[AMOUNT] from:
</text>
<text
type="string"
length="1"
follows="left|right|bottom"
font="SansSerif"
height="15"
layout="topleft"
left_delta="0"
line_spacing.pixels="7"
name="buy_name_text"
text_color="White"
top_pad="5"
use_ellipses="true"
width="260">
[NAME]?
</text>
<button
follows="right|bottom"
height="23"
label="Buy"
label_selected="Buy"
layout="topleft"
left="65"
name="buy_btn"
top_pad="10"
width="100" />
<button
follows="right|bottom"
height="23"
label="Cancel"
label_selected="Cancel"
layout="topleft"
left_pad="5"
name="cancel_btn"
top_delta="0"
width="100" />
</floater>
|