townforge/GameData/TB/cc/merchant-ship-items.tb.txt

27 lines
784 B
Plaintext

WindowInfo
title Configure merchant ship items
centered-relative-size: 0.5 0.0
modal: 1
TBLayout: axis: y, distribution-position: "left top", distribution: "gravity"
TBSelectList: id: "items", gravity: "all"
TBTextField: text: "Add new item:"
TBLayout: axis: x
TBSelectDropdown: id: "item"
TBTextField: text: "Amount:"
TBInlineSelect: id: "amount", min: 1, max: 4294967295, step: 1, unsigned: 1
TBTextField: text: "Price:"
TBEditField: id: "price", text: "0.0"
TBTextField: text: "Weight:"
TBInlineSelect: id: "weight", min: 1, max: 4294967295, step: 1, unsigned: 1
TBClickLabel: text: "Recurring"
TBCheckBox: id: "recurring"
TBButton: id: "add", text: "Add"
TBLayout: axis: x
TBButton: id: "ok", text: "OK"
TBButton: id: "cancel", text: "Cancel"