blob: 9bb7d90522a7b1bfbd29c38b8f4dd31560d87540 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel border="true" bottom="0" follows="top|left" height="320" label="Covenant"
left="0" name="Covenant" width="480">
<text bottom="-30" follows="left|top" font="SansSerifSmall" height="20" left="10"
name="covenant_help_text" width="460">
Changes to the covenant information will show on all parcels in the estate.
</text>
<text bottom_delta="-20" follows="left|top" font="SansSerifSmall" height="20"
left="10" name="region_name_lbl" width="75">
Region:
</text>
<text bottom_delta="-14" follows="left|top"
font="SansSerifSmall" height="20" left_delta="0" name="region_name_text"
width="130">
(unknown)
</text>
<text bottom_delta="-22" follows="left|top" font="SansSerifSmall" height="20"
left="10" name="estate_name_lbl" width="75">
Estate:
</text>
<text bottom_delta="-14" follows="left|top"
font="SansSerifSmall" height="20" left_delta="0" name="estate_name_text"
width="130">
(unknown)
</text>
<text bottom_delta="-22" follows="left|top" font="SansSerifSmall" height="20"
left="10" name="estate_owner_lbl" width="300">
Estate Owner:
</text>
<text bottom_delta="-14" follows="left|top"
font="SansSerifSmall" height="20" left_delta="0" name="estate_owner_text"
width="120">
(unknown)
</text>
<text bottom_delta="-28" follows="left|top"
font="SansSerif" height="20" left_delta="0" name="resellable_clause"
width="465">
Purchased land in this region may or may not be resold.
</text>
<text bottom_delta="-18" follows="left|top"
font="SansSerif" height="20" left_delta="0" name="changeable_clause"
width="465">
Purchased land in this region may or may not be joined or subdivided.
</text>
<text bottom_delta="-22" follows="left|top" font="SansSerifSmall" height="16"
left_delta="0" name="covenent_instructions" width="465">
Drag and drop a notecard to change the Covenant for this Estate.
</text>
<text_editor bottom_delta="-242" enabled="false"
follows="left|top" font="SansSerifSmall" height="238" left_delta="0"
max_length="65535" name="covenant_editor"
width="460" word_wrap="true">
Loading...
</text_editor>
<text bottom_delta="-20" follows="left|top" font="SansSerifSmall" height="20"
left_delta="0" name="covenant_timestamp_text" width="300" />
<button bottom_delta="-4" follows="left|top" font="SansSerifSmall" height="18"
label="Reset" name="reset_covenant" right="470" width="90" />
<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>
<button bottom="-24" follows="left|top" font="SansSerifSmall" height="18" label="?"
name="covenant_help" right="470" width="18" />
</panel>
|