20 lines
1.0 KiB
XML
20 lines
1.0 KiB
XML
<?xml version='1.0' encoding='UTF-8' standalone='no'?>
|
|
<!-- NOTE: This file should be updated to use relative positioning the next time it changes. -->
|
|
<?xml-stylesheet href="dialog.xsl" type="text/xsl"?>
|
|
<dialog defbtn='okay' escbtn='cancel'>
|
|
<!-- OK Button -->
|
|
<field name='town' top='148' left='224' width='52' height='16'/>
|
|
<button name='okay' type='regular' top='181' left='278'>OK</button>
|
|
<pict type='dlog' num='16' top='8' left='8'/>
|
|
<text size='large' top='6' left='50' width='175' height='17'>Importing a town</text>
|
|
<text name='prompt' top='143' left='50' width='162' height='27'>What town do you wish to import? (0 - {{max-num}})</text>
|
|
<text top='27' left='50' width='301' height='54'>
|
|
The town with this number in the selected scenario be imported.
|
|
</text>
|
|
<button name='cancel' type='regular' top='181' left='212'>Cancel</button>
|
|
<text top='83' left='50' width='301' height='54'>
|
|
Warning: This will overwrite over the town currently in memory.
|
|
</text>
|
|
<button name='choose' type='regular' top='146' left='281'>Choose</button>
|
|
</dialog>
|