53 lines
2.3 KiB
XML
53 lines
2.3 KiB
XML
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
|
<floater can_close="true" can_drag_on_left="false" can_minimize="true" can_resize="true"
|
|
height="250" min_height="175" min_width="154" name="contents"
|
|
rect_control="FloaterBuyRect" title="Buy Copy of Object" width="300">
|
|
<scroll_list background_visible="true" bottom="-60" column_padding="5" draw_border="true"
|
|
follows="left|top|right" height="36"
|
|
left="15" mouse_opaque="true" multi_select="false" name="object_list"
|
|
width="281">
|
|
<column name="icon" width="16" />
|
|
<column name="text" width="300" />
|
|
</scroll_list>
|
|
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
|
bottom_delta="-20" drop_shadow_visible="true" follows="left|top|right"
|
|
font="SansSerif" h_pad="0" halign="left" height="16" left="15"
|
|
mouse_opaque="true" name="contents_text" v_pad="0" width="281">
|
|
and its contents:
|
|
</text>
|
|
<scroll_list background_visible="true" bottom_delta="-112" column_padding="5"
|
|
draw_border="true"
|
|
follows="left|top|right|bottom" height="108" left="15" mouse_opaque="true"
|
|
multi_select="false" name="item_list" width="281">
|
|
<column name="icon" width="16" />
|
|
<column name="text" width="300" />
|
|
</scroll_list>
|
|
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
|
bottom_delta="-28" drop_shadow_visible="true" follows="left|right|bottom"
|
|
font="SansSerif" h_pad="0" halign="left" height="24" left="15"
|
|
mouse_opaque="true" name="buy_text" v_pad="0" width="281">
|
|
Buy for [CURRENCY] [AMOUNT] from [NAME]?
|
|
</text>
|
|
<button bottom="-244" follows="right|bottom" font="SansSerif" halign="center"
|
|
height="20" label="Cancel" label_selected="Cancel" left="216"
|
|
mouse_opaque="true" name="cancel_btn" width="60" />
|
|
<button bottom="-244" follows="right|bottom" font="SansSerif" halign="center"
|
|
height="20" label="Buy" label_selected="Buy" left_delta="-64"
|
|
mouse_opaque="true" name="buy_btn" width="60" />
|
|
<string name="title_buy_text">
|
|
Buy
|
|
</string>
|
|
<string name="title_buy_copy_text">
|
|
Buy a copy of
|
|
</string>
|
|
<string name="no_copy_text">
|
|
(no copy)
|
|
</string>
|
|
<string name="no_modify_text">
|
|
(no modify)
|
|
</string>
|
|
<string name="no_transfer_text">
|
|
(no transfer)
|
|
</string>
|
|
</floater>
|