forked from townforge/townforge
35 lines
1.2 KiB
Plaintext
35 lines
1.2 KiB
Plaintext
WindowInfo
|
|
title Export
|
|
modal: 1
|
|
|
|
TBLayout: axis: y, distribution-position: "left top", distribution: "available"
|
|
|
|
TBTextField: text: "Select export parameters:", gravity: "left", text-align: "left"
|
|
|
|
TBLayout: axis x, distribution-position: "left top"
|
|
|
|
TBTextField: text: "Format:"
|
|
TBLayout: axis: y, distribution-position: "left"
|
|
TBClickLabel: text: "Comma separated", gravity: "left"
|
|
TBRadioButton: id: "export-format-comma", group-id: "export-format", data: 0, value: 1
|
|
TBClickLabel: text: "Tab separated", gravity: "left"
|
|
TBRadioButton: id: "export-format-tab", group-id: "export-format", data: 1
|
|
|
|
TBLayout: axis: x
|
|
TBLayout: axis: x
|
|
TBTextField: text: "From block", text: "0"
|
|
TBEditField: id: "from-block"
|
|
TBLayout: axis: x
|
|
TBTextField: text: "to block", text: "0"
|
|
TBEditField: id: "to-block"
|
|
TBTextField: text: " (0 as last block will export all)"
|
|
|
|
TBLayout: axis: x, distribution: "gravity"
|
|
TBTextField: text: "Save to"
|
|
TBEditField: placeholder: "Path to file to export to", id: "filename", gravity: "left right"
|
|
TBButton: text: "Select file", id: "select-filename"
|
|
|
|
TBLayout: axis: x
|
|
TBButton: text: "OK", id: "ok"
|
|
TBButton: text: "Cancel", id: "cancel"
|