townforge/GameData/TB/cc/auctions.tb.txt
2021-06-22 08:10:03 +00:00

62 lines
1.7 KiB
Plaintext

WindowInfo
title Auctions
centered-relative-size: 0.8 0.8
modal: 1
TBLayout: axis: y, distribution-position: "left top", distribution: "gravity"
TBLayout: axis: x, distribution: "available"
TBTextField: text: " Lot", gravity: "left", text-align: "left"
TBTextField: text: "Ends in ", gravity: "right", text-align: "right"
TBSelectList: id: "auctions", gravity: "all"
TBEditField: id: "search", placeholder: "search", type: "search", gravity: "left right", autofocus: 1
TBLayout: axis: x
TBImageWidget:
filename: "images/has_best_bid.svg"
lp:
width: 20
height: 20
TBTextField: text: ": you have the best bid"
TBSeparator:
lp:
width: 48
TBImageWidget:
filename: "images/has_low_bid.svg"
lp:
width: 20
height: 20
TBTextField: text: ": you have a low bid"
TBToggleContainer: id: "selected", toggle: "expanded"
TBLayout: axis: y
TBLayout: axis: x
TBTextField: text: "Highest bid:"
TBTextField: id: "highest-bid"
TBLayout: axis: x
TBTextField: text: "Ends in:"
TBTextField: id: "ends-in"
TBLayout: axis: x
TBTextField: text: "Balance:"
TBTextField: id: "balance"
TBTextField: text: "gold"
TBLayout: axis: x, size: "available"
TBTextField: text: "Make a bid:"
TBEditField: id: "new-bid", gravity: "left right"
TBTextField: text: "gold"
TBLayout: axis: x
TBTextField: text: "Making a bid incurs a non refundable auction fee of"
TBTextField: id: "fee"
TBTextField: text: "gold"
TBLayout: axis: x
TBTextField: text: "The amount of your highest bid will be locked until the end of the auction"
TBLayout: axis: x
TBButton: text: "OK", id: "ok"
TBButton: text: "Cancel", id: "cancel"