15 lines
514 B
XML
15 lines
514 B
XML
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
|
<floater name="floater_auction" title="开始林登土地销售">
|
|
<check_box label="包含黄色选择条" name="fence_check" />
|
|
<combo_box name="saletype_combo">
|
|
<combo_item name="Auction">
|
|
拍卖
|
|
</combo_item>
|
|
</combo_box>
|
|
<button label="快照" label_selected="快照" name="snapshot_btn" />
|
|
<button label="OK" label_selected="OK" name="ok_btn" />
|
|
<text name="already for sale">
|
|
你不能拍卖已经待售的土地。
|
|
</text>
|
|
</floater>
|