blob: 49b9ae991c9b9294e7ab8414208f5d825db1c4fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
<panel border="true" bottom="0" follows="top|left" height="220" left="0" name="Covenant" title="Corretor" width="480"><text bg_readonly_color="clear" bottom_delta="-5" follows="left|top" font="SansSerifSmall" height="20" left="180" name="covenant_timestamp_text" text_readonly_color="white" width="250" />
<text bottom_delta="-20" follows="left|top" font="SansSerifSmall" height="20" left="10" name="region_name_lbl" width="100">Região:</text>
<text bg_readonly_color="clear" bottom_delta="0" follows="left|top" font="SansSerifSmall" height="20" left="120" name="region_name_text" text_readonly_color="white" width="150">(desconhecido)</text>
<text bottom_delta="-20" follows="left|top" font="SansSerifSmall" height="20" left="10" name="estate_name_lbl" width="100">Propriedade:</text>
<text bg_readonly_color="clear" bottom_delta="0" follows="left|top" font="SansSerifSmall" height="20" left="120" name="estate_name_text" text_readonly_color="white" width="150">(desconhecido)</text>
<text bottom_delta="-20" follows="left|top" font="SansSerifSmall" height="20" left="10" name="estate_owner_lbl" width="100">Propriedade:</text>
<text bg_readonly_color="clear" bottom_delta="0" follows="left|top" font="SansSerifSmall" height="20" left="120" name="estate_owner_text" text_readonly_color="white" width="150">(desconhecido)</text>
<text bg_readonly_color="clear" bottom_delta="-20" follows="left|top" font="SansSerif" height="20" left="60" name="resellable_clause" text_readonly_color="white" width="350">Terras compradas nessa região não poderão ser revendidas.</text>
<text bg_readonly_color="clear" bottom_delta="-20" follows="left|top" font="SansSerif" height="20" left="60" name="changeable_clause" text_readonly_color="white" width="375">Terras compradas nessa região não poderão ser compartilhadas ou subdivididas.</text>
<text_editor bg_readonly_color="clear" bottom_delta="-200" enabled="false" follows="left|top" font="SansSerifSmall" height="200" left="15" max_length="65535" name="covenant_editor" text_readonly_color="white" width="425" word_wrap="true" />
<text hidden="true" name="can_resell">Terras compradas nessa região poderão ser revendidas.</text>
<text hidden="true" name="can_not_resell">Terras compradas nessa região não poderão ser revendidas.</text>
<text hidden="true" name="can_change">Terras compradas nessa região não poderão ser compartilhadas ou subdivididas.</text>
<text hidden="true" name="can_not_change">Terras compradas nessa região não poderão ser compartilhadas ou subdivididas.</text>
</panel>
|