61 lines
2.2 KiB
XML
61 lines
2.2 KiB
XML
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
|
<panel border="true" bottom="0" follows="top|left" height="220" left="0"
|
|
name="Covenant" title="Covenant" width="480">
|
|
<text bottom_delta="-5" follows="left|top"
|
|
font="SansSerifSmall" height="20" left="180" name="covenant_timestamp_text"
|
|
width="250" />
|
|
<text bottom_delta="-20" follows="left|top" font="SansSerifSmall" height="20"
|
|
left="10" name="region_name_lbl" width="100">
|
|
Region:
|
|
</text>
|
|
<text bottom_delta="0" follows="left|top"
|
|
font="SansSerifSmall" height="20" left="120" name="region_name_text"
|
|
width="150">
|
|
(unknown)
|
|
</text>
|
|
<text bottom_delta="-20" follows="left|top" font="SansSerifSmall" height="20"
|
|
left="10" name="estate_name_lbl" width="100">
|
|
Estate:
|
|
</text>
|
|
<text bottom_delta="0" follows="left|top"
|
|
font="SansSerifSmall" height="20" left="120" name="estate_name_text"
|
|
width="150">
|
|
(unknown)
|
|
</text>
|
|
<text bottom_delta="-20" follows="left|top" font="SansSerifSmall" height="20"
|
|
left="10" name="estate_owner_lbl" width="100">
|
|
Estate Owner:
|
|
</text>
|
|
<text bottom_delta="0" follows="left|top"
|
|
font="SansSerifSmall" height="20" left="120" name="estate_owner_text"
|
|
width="150">
|
|
(unknown)
|
|
</text>
|
|
<text bottom_delta="-20" follows="left|top"
|
|
font="SansSerif" height="20" left="60" name="resellable_clause"
|
|
width="300">
|
|
Purchased land in this region may or may not be resold.
|
|
</text>
|
|
<text bottom_delta="-20" follows="left|top"
|
|
font="SansSerif" height="20" left="60" name="changeable_clause"
|
|
width="375">
|
|
Purchased land in this region may or may not be joined or subdivided.
|
|
</text>
|
|
<text_editor bottom_delta="-200" enabled="false"
|
|
follows="left|top" font="SansSerifSmall" height="200" left="15"
|
|
max_length="65535" name="covenant_editor"
|
|
width="425" word_wrap="true" />
|
|
<string name="can_resell">
|
|
Purchased land in this region may be resold.
|
|
</string>
|
|
<string name="can_not_resell">
|
|
Purchased land in this region may not be resold.
|
|
</string>
|
|
<string name="can_change">
|
|
Purchased land in this region may be joined or subdivided.
|
|
</string>
|
|
<string name="can_not_change">
|
|
Purchased land in this region may not be joined or subdivided.
|
|
</string>
|
|
</panel>
|